| Current Path : /home2/wtmwscom/public_html/post/scripts/ |
| Current File : /home2/wtmwscom/public_html/post/scripts/Portal_003.js |
define("Portal.model$RefundDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailRec = (function (_super) {
__extends(RefundDetailRec, _super);
function RefundDetailRec(defaults) {
_super.apply(this, arguments);
}
RefundDetailRec.attributesToDeclare = function () {
return [
this.attr("OrderNumber", "orderNumberAttr", "orderNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderServiceNum", "orderServiceNumAttr", "orderServiceNum", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InvoiceDate", "invoiceDateAttr", "invoiceDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ServicePrice", "servicePriceAttr", "servicePrice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitle", "serviceTitleAttr", "serviceTitle", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RefundDetailRec.init();
return RefundDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RefundDetailRec = RefundDetailRec;
});
define("Portal.model$GetPOBoxListingRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingRequestRec = (function (_super) {
__extends(GetPOBoxListingRequestRec, _super);
function GetPOBoxListingRequestRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingRequestRec.attributesToDeclare = function () {
return [
this.attr("hasCorporate", "hasCorporateAttr", "hasCorporate", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingRequestRec.fromStructure = function (str) {
return new GetPOBoxListingRequestRec(new GetPOBoxListingRequestRec.RecordClass({
hasCorporateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxListingRequestRec.init();
return GetPOBoxListingRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingRequestRec = GetPOBoxListingRequestRec;
});
define("Portal.model$GetPOBoxListingRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingRequestRecord = (function (_super) {
__extends(GetPOBoxListingRequestRecord, _super);
function GetPOBoxListingRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxListingRequest", "getPOBoxListingRequestAttr", "GetPOBoxListingRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxListingRequestRec());
}, true, PortalModel.GetPOBoxListingRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingRequestRecord.fromStructure = function (str) {
return new GetPOBoxListingRequestRecord(new GetPOBoxListingRequestRecord.RecordClass({
getPOBoxListingRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxListingRequestRecord._isAnonymousRecord = true;
GetPOBoxListingRequestRecord.UniqueId = "bc005746-4415-cb68-e8ef-f0ef4e0582ee";
GetPOBoxListingRequestRecord.init();
return GetPOBoxListingRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingRequestRecord = GetPOBoxListingRequestRecord;
});
define("Portal.model$GetPOBoxListingRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingRequestRecordList = (function (_super) {
__extends(GetPOBoxListingRequestRecordList, _super);
function GetPOBoxListingRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingRequestRecordList.itemType = PortalModel.GetPOBoxListingRequestRecord;
return GetPOBoxListingRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingRequestRecordList = GetPOBoxListingRequestRecordList;
});
define("Portal.model$BulkBookingResponseItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkBookingResponseItemRec = (function (_super) {
__extends(BulkBookingResponseItemRec, _super);
function BulkBookingResponseItemRec(defaults) {
_super.apply(this, arguments);
}
BulkBookingResponseItemRec.attributesToDeclare = function () {
return [
this.attr("airwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("airwayBillLabel", "airwayBillLabelAttr", "airwayBillLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("thirdPartyReferenceNumber", "thirdPartyReferenceNumberAttr", "thirdPartyReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestSerialNumber", "requestSerialNumberAttr", "RequestSerialNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BulkBookingResponseItemRec.init();
return BulkBookingResponseItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkBookingResponseItemRec = BulkBookingResponseItemRec;
});
define("Portal.model$BulkBookingResponseItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkBookingResponseItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkBookingResponseItemList = (function (_super) {
__extends(BulkBookingResponseItemList, _super);
function BulkBookingResponseItemList(defaults) {
_super.apply(this, arguments);
}
BulkBookingResponseItemList.itemType = PortalModel.BulkBookingResponseItemRec;
return BulkBookingResponseItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkBookingResponseItemList = BulkBookingResponseItemList;
});
define("Portal.model$MyParcelRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelRec = (function (_super) {
__extends(MyParcelRec, _super);
function MyParcelRec(defaults) {
_super.apply(this, arguments);
}
MyParcelRec.attributesToDeclare = function () {
return [
this.attr("awb", "awbAttr", "awb", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryOfOrigin", "countryOfOriginAttr", "CountryOfOrigin", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Total", "totalAttr", "Total", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "Weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("For", "forAttr", "For", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MyParcelRec.init();
return MyParcelRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MyParcelRec = MyParcelRec;
});
define("Portal.model$MyParcelRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelRecord = (function (_super) {
__extends(MyParcelRecord, _super);
function MyParcelRecord(defaults) {
_super.apply(this, arguments);
}
MyParcelRecord.attributesToDeclare = function () {
return [
this.attr("MyParcel", "myParcelAttr", "MyParcel", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyParcelRec());
}, true, PortalModel.MyParcelRec)
].concat(_super.attributesToDeclare.call(this));
};
MyParcelRecord.fromStructure = function (str) {
return new MyParcelRecord(new MyParcelRecord.RecordClass({
myParcelAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MyParcelRecord._isAnonymousRecord = true;
MyParcelRecord.UniqueId = "7d6e4ccc-5952-a6ec-2676-5ec76fb8e07f";
MyParcelRecord.init();
return MyParcelRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MyParcelRecord = MyParcelRecord;
});
define("Portal.model$MyParcelRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelRecordList = (function (_super) {
__extends(MyParcelRecordList, _super);
function MyParcelRecordList(defaults) {
_super.apply(this, arguments);
}
MyParcelRecordList.itemType = PortalModel.MyParcelRecord;
return MyParcelRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyParcelRecordList = MyParcelRecordList;
});
define("Portal.model$IDLRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRec = (function (_super) {
__extends(IDLRec, _super);
function IDLRec(defaults) {
_super.apply(this, arguments);
}
IDLRec.attributesToDeclare = function () {
return [
this.attr("PhotoFile", "photoFileAttr", "photoFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DrivingLicenseExpiry", "drivingLicenseExpiryAttr", "drivingLicenseExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DrivingLicenseFrontFile", "drivingLicenseFrontFileAttr", "drivingLicenseFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DrivingLicenseBackFile", "drivingLicenseBackFileAttr", "drivingLicenseBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIdExpiry", "emirateIdExpiryAttr", "emirateIdExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("EmirateIdFrontFile", "emirateIdFrontFileAttr", "emirateIdFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIdBackFile", "emirateIdBackFileAttr", "emirateIdBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PassportExpiry", "passportExpiryAttr", "passportExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PassportFile", "passportFileAttr", "passportFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VisaExpiry", "visaExpiryAttr", "visaExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("VisaFile", "visaFileAttr", "visaFile", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLRec.init();
return IDLRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRec = IDLRec;
});
define("Portal.model$IDLList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLList = (function (_super) {
__extends(IDLList, _super);
function IDLList(defaults) {
_super.apply(this, arguments);
}
IDLList.itemType = PortalModel.IDLRec;
return IDLList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLList = IDLList;
});
define("Portal.model$TranslationsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$TranslationsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var TranslationsRecord = (function (_super) {
__extends(TranslationsRecord, _super);
function TranslationsRecord(defaults) {
_super.apply(this, arguments);
}
TranslationsRecord.attributesToDeclare = function () {
return [
this.attr("Translations", "translationsAttr", "Translations", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.TranslationsRec());
}, true, Data_COModel.TranslationsRec)
].concat(_super.attributesToDeclare.call(this));
};
TranslationsRecord.fromStructure = function (str) {
return new TranslationsRecord(new TranslationsRecord.RecordClass({
translationsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TranslationsRecord._isAnonymousRecord = true;
TranslationsRecord.UniqueId = "9e4c685c-db31-2ebb-d8af-8e0bf245b4da";
TranslationsRecord.init();
return TranslationsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TranslationsRecord = TranslationsRecord;
});
define("Portal.model$TranslationsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TranslationsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TranslationsRecordList = (function (_super) {
__extends(TranslationsRecordList, _super);
function TranslationsRecordList(defaults) {
_super.apply(this, arguments);
}
TranslationsRecordList.itemType = PortalModel.TranslationsRecord;
return TranslationsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TranslationsRecordList = TranslationsRecordList;
});
define("Portal.model$EnquiryReasonItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryReasonItemRec = (function (_super) {
__extends(EnquiryReasonItemRec, _super);
function EnquiryReasonItemRec(defaults) {
_super.apply(this, arguments);
}
EnquiryReasonItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EnquiryReasonItemRec.init();
return EnquiryReasonItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EnquiryReasonItemRec = EnquiryReasonItemRec;
});
define("Portal.model$EnquiryReasonItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryReasonItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryReasonItemList = (function (_super) {
__extends(EnquiryReasonItemList, _super);
function EnquiryReasonItemList(defaults) {
_super.apply(this, arguments);
}
EnquiryReasonItemList.itemType = PortalModel.EnquiryReasonItemRec;
return EnquiryReasonItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryReasonItemList = EnquiryReasonItemList;
});
define("Portal.model$PickupPreferencesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupPreferencesRec = (function (_super) {
__extends(PickupPreferencesRec, _super);
function PickupPreferencesRec(defaults) {
_super.apply(this, arguments);
}
PickupPreferencesRec.attributesToDeclare = function () {
return [
this.attr("PickupDate", "pickupDateAttr", "PickupDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PickupTime", "pickupTimeAttr", "PickupTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTimeFrom", "pickupTimeFromAttr", "PickupTimeFrom", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTimeTo", "pickupTimeToAttr", "PickupTimeTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VehicleID", "vehicleIDAttr", "VehicleID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VehicleLabel", "vehicleLabelAttr", "VehicleLabel", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupPreferencesRec.init();
return PickupPreferencesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupPreferencesRec = PickupPreferencesRec;
});
define("Portal.model$POBoxCardStatusColorsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$POBoxCardStatusColorsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var POBoxCardStatusColorsRecord = (function (_super) {
__extends(POBoxCardStatusColorsRecord, _super);
function POBoxCardStatusColorsRecord(defaults) {
_super.apply(this, arguments);
}
POBoxCardStatusColorsRecord.attributesToDeclare = function () {
return [
this.attr("POBoxCardStatusColors", "pOBoxCardStatusColorsAttr", "POBoxCardStatusColors", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.POBoxCardStatusColorsRec());
}, true, Data_COModel.POBoxCardStatusColorsRec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxCardStatusColorsRecord.fromStructure = function (str) {
return new POBoxCardStatusColorsRecord(new POBoxCardStatusColorsRecord.RecordClass({
pOBoxCardStatusColorsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxCardStatusColorsRecord._isAnonymousRecord = true;
POBoxCardStatusColorsRecord.UniqueId = "628a033f-40c7-6aee-193c-73ba938a1906";
POBoxCardStatusColorsRecord.init();
return POBoxCardStatusColorsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxCardStatusColorsRecord = POBoxCardStatusColorsRecord;
});
define("Portal.model$POBoxCardStatusColorsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxCardStatusColorsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxCardStatusColorsRecordList = (function (_super) {
__extends(POBoxCardStatusColorsRecordList, _super);
function POBoxCardStatusColorsRecordList(defaults) {
_super.apply(this, arguments);
}
POBoxCardStatusColorsRecordList.itemType = PortalModel.POBoxCardStatusColorsRecord;
return POBoxCardStatusColorsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxCardStatusColorsRecordList = POBoxCardStatusColorsRecordList;
});
define("Portal.model$HTTPHeader4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader4Rec = (function (_super) {
__extends(HTTPHeader4Rec, _super);
function HTTPHeader4Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader4Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader4Rec.init();
return HTTPHeader4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader4Rec = HTTPHeader4Rec;
});
define("Portal.model$String5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String5Rec = (function (_super) {
__extends(String5Rec, _super);
function String5Rec(defaults) {
_super.apply(this, arguments);
}
String5Rec.attributesToDeclare = function () {
return [
this.attr("DisplayName", "displayNameAttr", "displayName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VatAmount", "vatAmountAttr", "vatAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("DisplayNameEN", "displayNameENAttr", "displayNameEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DisplayNameAR", "displayNameARAttr", "displayNameAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VatServiceId", "vatServiceIdAttr", "vatServiceId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
String5Rec.init();
return String5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.String5Rec = String5Rec;
});
define("Portal.model$String5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String5List = (function (_super) {
__extends(String5List, _super);
function String5List(defaults) {
_super.apply(this, arguments);
}
String5List.itemType = PortalModel.String5Rec;
return String5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.String5List = String5List;
});
define("Portal.model$ShipmentPaymentDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String5List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentPaymentDetailItemRec = (function (_super) {
__extends(ShipmentPaymentDetailItemRec, _super);
function ShipmentPaymentDetailItemRec(defaults) {
_super.apply(this, arguments);
}
ShipmentPaymentDetailItemRec.attributesToDeclare = function () {
return [
this.attr("Fees", "feesAttr", "fees", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String5List());
}, true, PortalModel.String5List),
this.attr("TotalAmount", "totalAmountAttr", "totalAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalVATAmount", "totalVATAmountAttr", "totalVATAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Awb", "awbAttr", "awb", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentPaymentDetailItemRec.init();
return ShipmentPaymentDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentPaymentDetailItemRec = ShipmentPaymentDetailItemRec;
});
define("Portal.model$ShipmentPaymentDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentPaymentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentPaymentDetailItemList = (function (_super) {
__extends(ShipmentPaymentDetailItemList, _super);
function ShipmentPaymentDetailItemList(defaults) {
_super.apply(this, arguments);
}
ShipmentPaymentDetailItemList.itemType = PortalModel.ShipmentPaymentDetailItemRec;
return ShipmentPaymentDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentPaymentDetailItemList = ShipmentPaymentDetailItemList;
});
define("Portal.model$AddressDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressDetailRec = (function (_super) {
__extends(AddressDetailRec, _super);
function AddressDetailRec(defaults) {
_super.apply(this, arguments);
}
AddressDetailRec.attributesToDeclare = function () {
return [
this.attr("Address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierEmirateID", "courierEmirateIDAttr", "courierEmirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierRegionID", "courierRegionIDAttr", "courierRegionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierZoneID", "courierZoneIDAttr", "courierZoneID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AddressDetailRec.init();
return AddressDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressDetailRec = AddressDetailRec;
});
define("Portal.model$CreateOnDemandDeliveryOrderRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentPaymentDetailItemList", "Portal.model$AddressDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOnDemandDeliveryOrderRequestRec = (function (_super) {
__extends(CreateOnDemandDeliveryOrderRequestRec, _super);
function CreateOnDemandDeliveryOrderRequestRec(defaults) {
_super.apply(this, arguments);
}
CreateOnDemandDeliveryOrderRequestRec.attributesToDeclare = function () {
return [
this.attr("ShipmentPaymentDetails", "shipmentPaymentDetailsAttr", "shipmentPaymentDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentPaymentDetailItemList());
}, true, PortalModel.ShipmentPaymentDetailItemList),
this.attr("IsAddressChanged", "isAddressChangedAttr", "isAddressChanged", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("AddressDetails", "addressDetailsAttr", "addressDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressDetailRec());
}, true, PortalModel.AddressDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOnDemandDeliveryOrderRequestRec.init();
return CreateOnDemandDeliveryOrderRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOnDemandDeliveryOrderRequestRec = CreateOnDemandDeliveryOrderRequestRec;
});
define("Portal.model$CreateOnDemandDeliveryOrderRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOnDemandDeliveryOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOnDemandDeliveryOrderRequestRecord = (function (_super) {
__extends(CreateOnDemandDeliveryOrderRequestRecord, _super);
function CreateOnDemandDeliveryOrderRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreateOnDemandDeliveryOrderRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreateOnDemandDeliveryOrderRequest", "createOnDemandDeliveryOrderRequestAttr", "CreateOnDemandDeliveryOrderRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateOnDemandDeliveryOrderRequestRec());
}, true, PortalModel.CreateOnDemandDeliveryOrderRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOnDemandDeliveryOrderRequestRecord.fromStructure = function (str) {
return new CreateOnDemandDeliveryOrderRequestRecord(new CreateOnDemandDeliveryOrderRequestRecord.RecordClass({
createOnDemandDeliveryOrderRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateOnDemandDeliveryOrderRequestRecord._isAnonymousRecord = true;
CreateOnDemandDeliveryOrderRequestRecord.UniqueId = "efd44e45-8e62-8c3e-9c07-b766b2b0a6a8";
CreateOnDemandDeliveryOrderRequestRecord.init();
return CreateOnDemandDeliveryOrderRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOnDemandDeliveryOrderRequestRecord = CreateOnDemandDeliveryOrderRequestRecord;
});
define("Portal.model$CreateOnDemandDeliveryOrderRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOnDemandDeliveryOrderRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOnDemandDeliveryOrderRequestRecordList = (function (_super) {
__extends(CreateOnDemandDeliveryOrderRequestRecordList, _super);
function CreateOnDemandDeliveryOrderRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreateOnDemandDeliveryOrderRequestRecordList.itemType = PortalModel.CreateOnDemandDeliveryOrderRequestRecord;
return CreateOnDemandDeliveryOrderRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOnDemandDeliveryOrderRequestRecordList = CreateOnDemandDeliveryOrderRequestRecordList;
});
define("Portal.model$SelectPOBoxRelocationRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationRequestRec = (function (_super) {
__extends(SelectPOBoxRelocationRequestRec, _super);
function SelectPOBoxRelocationRequestRec(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationRequestRec.attributesToDeclare = function () {
return [
this.attr("BoxNumber", "boxNumberAttr", "boxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRelocationRequestRec.init();
return SelectPOBoxRelocationRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRelocationRequestRec = SelectPOBoxRelocationRequestRec;
});
define("Portal.model$SelectPOBoxRelocationRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationRequestRecord = (function (_super) {
__extends(SelectPOBoxRelocationRequestRecord, _super);
function SelectPOBoxRelocationRequestRecord(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationRequestRecord.attributesToDeclare = function () {
return [
this.attr("SelectPOBoxRelocationRequest", "selectPOBoxRelocationRequestAttr", "SelectPOBoxRelocationRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPOBoxRelocationRequestRec());
}, true, PortalModel.SelectPOBoxRelocationRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRelocationRequestRecord.fromStructure = function (str) {
return new SelectPOBoxRelocationRequestRecord(new SelectPOBoxRelocationRequestRecord.RecordClass({
selectPOBoxRelocationRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPOBoxRelocationRequestRecord._isAnonymousRecord = true;
SelectPOBoxRelocationRequestRecord.UniqueId = "528949ed-9a3f-3f06-ff4f-ff894497ec13";
SelectPOBoxRelocationRequestRecord.init();
return SelectPOBoxRelocationRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRelocationRequestRecord = SelectPOBoxRelocationRequestRecord;
});
define("Portal.model$SelectPOBoxRelocationRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationRequestRecordList = (function (_super) {
__extends(SelectPOBoxRelocationRequestRecordList, _super);
function SelectPOBoxRelocationRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationRequestRecordList.itemType = PortalModel.SelectPOBoxRelocationRequestRecord;
return SelectPOBoxRelocationRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRelocationRequestRecordList = SelectPOBoxRelocationRequestRecordList;
});
define("Portal.model$SelectedBundleRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBundleRec = (function (_super) {
__extends(SelectedBundleRec, _super);
function SelectedBundleRec(defaults) {
_super.apply(this, arguments);
}
SelectedBundleRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "Price", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBundleRec.init();
return SelectedBundleRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBundleRec = SelectedBundleRec;
});
define("Portal.model$SelectedBundleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBundleRecord = (function (_super) {
__extends(SelectedBundleRecord, _super);
function SelectedBundleRecord(defaults) {
_super.apply(this, arguments);
}
SelectedBundleRecord.attributesToDeclare = function () {
return [
this.attr("SelectedBundle", "selectedBundleAttr", "SelectedBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBundleRecord.fromStructure = function (str) {
return new SelectedBundleRecord(new SelectedBundleRecord.RecordClass({
selectedBundleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedBundleRecord._isAnonymousRecord = true;
SelectedBundleRecord.UniqueId = "b060b6c6-67b1-ee69-a5f6-4d629f56dfa8";
SelectedBundleRecord.init();
return SelectedBundleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBundleRecord = SelectedBundleRecord;
});
define("Portal.model$SelectedBundleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBundleRecordList = (function (_super) {
__extends(SelectedBundleRecordList, _super);
function SelectedBundleRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedBundleRecordList.itemType = PortalModel.SelectedBundleRecord;
return SelectedBundleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBundleRecordList = SelectedBundleRecordList;
});
define("Portal.model$DeliveryInstructionsBOItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryInstructionsBOItem3Rec = (function (_super) {
__extends(DeliveryInstructionsBOItem3Rec, _super);
function DeliveryInstructionsBOItem3Rec(defaults) {
_super.apply(this, arguments);
}
DeliveryInstructionsBOItem3Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DeliveryInstructionsBOItem3Rec.init();
return DeliveryInstructionsBOItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.DeliveryInstructionsBOItem3Rec = DeliveryInstructionsBOItem3Rec;
});
define("Portal.model$DeliveryInstructionsBOItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryInstructionsBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryInstructionsBOItem3Record = (function (_super) {
__extends(DeliveryInstructionsBOItem3Record, _super);
function DeliveryInstructionsBOItem3Record(defaults) {
_super.apply(this, arguments);
}
DeliveryInstructionsBOItem3Record.attributesToDeclare = function () {
return [
this.attr("DeliveryInstructionsBOItem3", "deliveryInstructionsBOItem3Attr", "DeliveryInstructionsBOItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DeliveryInstructionsBOItem3Rec());
}, true, PortalModel.DeliveryInstructionsBOItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
DeliveryInstructionsBOItem3Record.fromStructure = function (str) {
return new DeliveryInstructionsBOItem3Record(new DeliveryInstructionsBOItem3Record.RecordClass({
deliveryInstructionsBOItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DeliveryInstructionsBOItem3Record._isAnonymousRecord = true;
DeliveryInstructionsBOItem3Record.UniqueId = "1d020ccc-2190-62dc-a41e-4c9db31b51fb";
DeliveryInstructionsBOItem3Record.init();
return DeliveryInstructionsBOItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.DeliveryInstructionsBOItem3Record = DeliveryInstructionsBOItem3Record;
});
define("Portal.model$DeliveryInstructionsBOItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryInstructionsBOItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryInstructionsBOItem3RecordList = (function (_super) {
__extends(DeliveryInstructionsBOItem3RecordList, _super);
function DeliveryInstructionsBOItem3RecordList(defaults) {
_super.apply(this, arguments);
}
DeliveryInstructionsBOItem3RecordList.itemType = PortalModel.DeliveryInstructionsBOItem3Record;
return DeliveryInstructionsBOItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DeliveryInstructionsBOItem3RecordList = DeliveryInstructionsBOItem3RecordList;
});
define("Portal.model$URLQueryParameter14Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter14Rec = (function (_super) {
__extends(URLQueryParameter14Rec, _super);
function URLQueryParameter14Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter14Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter14Rec.init();
return URLQueryParameter14Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter14Rec = URLQueryParameter14Rec;
});
define("Portal.model$URLQueryParameter14List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter14List = (function (_super) {
__extends(URLQueryParameter14List, _super);
function URLQueryParameter14List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter14List.itemType = PortalModel.URLQueryParameter14Rec;
return URLQueryParameter14List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter14List = URLQueryParameter14List;
});
define("Portal.model$HTTPHeader14Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader14Rec = (function (_super) {
__extends(HTTPHeader14Rec, _super);
function HTTPHeader14Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader14Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader14Rec.init();
return HTTPHeader14Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader14Rec = HTTPHeader14Rec;
});
define("Portal.model$HTTPHeader14List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader14List = (function (_super) {
__extends(HTTPHeader14List, _super);
function HTTPHeader14List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader14List.itemType = PortalModel.HTTPHeader14Rec;
return HTTPHeader14List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader14List = HTTPHeader14List;
});
define("Portal.model$HTTPRequest14Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter14List", "Portal.model$HTTPHeader14List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest14Rec = (function (_super) {
__extends(HTTPRequest14Rec, _super);
function HTTPRequest14Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest14Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter14List());
}, true, PortalModel.URLQueryParameter14List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader14List());
}, true, PortalModel.HTTPHeader14List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest14Rec.init();
return HTTPRequest14Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest14Rec = HTTPRequest14Rec;
});
define("Portal.model$ReceiverCountryRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverCountryRec = (function (_super) {
__extends(ReceiverCountryRec, _super);
function ReceiverCountryRec(defaults) {
_super.apply(this, arguments);
}
ReceiverCountryRec.attributesToDeclare = function () {
return [
this.attr("countryName", "countryNameAttr", "countryName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("countryID", "countryIDAttr", "countryID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ReceiverCountryRec.init();
return ReceiverCountryRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ReceiverCountryRec = ReceiverCountryRec;
});
define("Portal.model$CustomDeclarationItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItemRec = (function (_super) {
__extends(CustomDeclarationItemRec, _super);
function CustomDeclarationItemRec(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItemRec.attributesToDeclare = function () {
return [
this.attr("hSCode", "hSCodeAttr", "hSCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("totalUnits", "totalUnitsAttr", "totalUnits", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("declaredValue", "declaredValueAttr", "declaredValue", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("declaredCurrency", "declaredCurrencyAttr", "declaredCurrency", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationItemRec.init();
return CustomDeclarationItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationItemRec = CustomDeclarationItemRec;
});
define("Portal.model$CustomDeclarationItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItemList = (function (_super) {
__extends(CustomDeclarationItemList, _super);
function CustomDeclarationItemList(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItemList.itemType = PortalModel.CustomDeclarationItemRec;
return CustomDeclarationItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationItemList = CustomDeclarationItemList;
});
define("Portal.model$CustomDeclaration2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclaration2Rec = (function (_super) {
__extends(CustomDeclaration2Rec, _super);
function CustomDeclaration2Rec(defaults) {
_super.apply(this, arguments);
}
CustomDeclaration2Rec.attributesToDeclare = function () {
return [
this.attr("customDeclaration", "customDeclarationAttr", "customDeclaration", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationItemList());
}, true, PortalModel.CustomDeclarationItemList)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclaration2Rec.fromStructure = function (str) {
return new CustomDeclaration2Rec(new CustomDeclaration2Rec.RecordClass({
customDeclarationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDeclaration2Rec.init();
return CustomDeclaration2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclaration2Rec = CustomDeclaration2Rec;
});
define("Portal.model$BookingItemRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverCountryRec", "Portal.model$CustomDeclaration2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemRequestRec = (function (_super) {
__extends(BookingItemRequestRec, _super);
function BookingItemRequestRec(defaults) {
_super.apply(this, arguments);
}
BookingItemRequestRec.attributesToDeclare = function () {
return [
this.attr("senderContactName", "senderContactNameAttr", "senderContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderCity", "senderCityAttr", "senderCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderContactMobile", "senderContactMobileAttr", "senderContactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderPOBox", "senderPOBoxAttr", "senderPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderState", "senderStateAttr", "senderState", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderCountry", "senderCountryAttr", "senderCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverContactName", "receiverContactNameAttr", "receiverContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverAddress", "receiverAddressAttr", "receiverAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverCity", "receiverCityAttr", "receiverCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverContactMobile", "receiverContactMobileAttr", "receiverContactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverZipcode", "receiverZipcodeAttr", "receiverZipcode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverCountry", "receiverCountryAttr", "receiverCountry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReceiverCountryRec());
}, true, PortalModel.ReceiverCountryRec),
this.attr("referenceNumber", "referenceNumberAttr", "referenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contentTypeCode", "contentTypeCodeAttr", "contentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("shipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("pieces", "piecesAttr", "pieces", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("natureTypeCode", "natureTypeCodeAttr", "natureTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customDeclarations", "customDeclarationsAttr", "customDeclarations", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclaration2Rec());
}, true, PortalModel.CustomDeclaration2Rec),
this.attr("ReceiverCompanyName", "receiverCompanyNameAttr", "receiverCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestSerialNumber", "requestSerialNumberAttr", "requestSerialNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReturnItemCode", "returnItemCodeAttr", "returnItemCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BookingItemRequestRec.init();
return BookingItemRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BookingItemRequestRec = BookingItemRequestRec;
});
define("Portal.model$BookingItemRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemRequestList = (function (_super) {
__extends(BookingItemRequestList, _super);
function BookingItemRequestList(defaults) {
_super.apply(this, arguments);
}
BookingItemRequestList.itemType = PortalModel.BookingItemRequestRec;
return BookingItemRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BookingItemRequestList = BookingItemRequestList;
});
define("Portal.model$GetSavedCardObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetSavedCardObjectRec = (function (_super) {
__extends(GetSavedCardObjectRec, _super);
function GetSavedCardObjectRec(defaults) {
_super.apply(this, arguments);
}
GetSavedCardObjectRec.attributesToDeclare = function () {
return [
this.attr("CardId", "cardIdAttr", "CardId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("maskedPan", "maskedPanAttr", "maskedPan", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("expiry", "expiryAttr", "expiry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cardholderName", "cardholderNameAttr", "cardholderName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("scheme", "schemeAttr", "scheme", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetSavedCardObjectRec.init();
return GetSavedCardObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetSavedCardObjectRec = GetSavedCardObjectRec;
});
define("Portal.model$GetSavedCardObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetSavedCardObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetSavedCardObjectList = (function (_super) {
__extends(GetSavedCardObjectList, _super);
function GetSavedCardObjectList(defaults) {
_super.apply(this, arguments);
}
GetSavedCardObjectList.itemType = PortalModel.GetSavedCardObjectRec;
return GetSavedCardObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetSavedCardObjectList = GetSavedCardObjectList;
});
define("Portal.model$Payload36Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetSavedCardObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload36Rec = (function (_super) {
__extends(Payload36Rec, _super);
function Payload36Rec(defaults) {
_super.apply(this, arguments);
}
Payload36Rec.attributesToDeclare = function () {
return [
this.attr("savedCards", "savedCardsAttr", "savedCards", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetSavedCardObjectList());
}, true, PortalModel.GetSavedCardObjectList)
].concat(_super.attributesToDeclare.call(this));
};
Payload36Rec.fromStructure = function (str) {
return new Payload36Rec(new Payload36Rec.RecordClass({
savedCardsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload36Rec.init();
return Payload36Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload36Rec = Payload36Rec;
});
define("Portal.model$GetCustomerSavedCardRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload36Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerSavedCardRec = (function (_super) {
__extends(GetCustomerSavedCardRec, _super);
function GetCustomerSavedCardRec(defaults) {
_super.apply(this, arguments);
}
GetCustomerSavedCardRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload36Rec());
}, true, PortalModel.Payload36Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerSavedCardRec.init();
return GetCustomerSavedCardRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerSavedCardRec = GetCustomerSavedCardRec;
});
define("Portal.model$GetCustomerSavedCardRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerSavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerSavedCardRecord = (function (_super) {
__extends(GetCustomerSavedCardRecord, _super);
function GetCustomerSavedCardRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomerSavedCardRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomerSavedCard", "getCustomerSavedCardAttr", "GetCustomerSavedCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomerSavedCardRec());
}, true, PortalModel.GetCustomerSavedCardRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerSavedCardRecord.fromStructure = function (str) {
return new GetCustomerSavedCardRecord(new GetCustomerSavedCardRecord.RecordClass({
getCustomerSavedCardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomerSavedCardRecord._isAnonymousRecord = true;
GetCustomerSavedCardRecord.UniqueId = "54ce9f3f-ea4a-d7f5-73ef-5a5b9f127e07";
GetCustomerSavedCardRecord.init();
return GetCustomerSavedCardRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerSavedCardRecord = GetCustomerSavedCardRecord;
});
define("Portal.model$GetCustomerSavedCardRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerSavedCardRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerSavedCardRecordList = (function (_super) {
__extends(GetCustomerSavedCardRecordList, _super);
function GetCustomerSavedCardRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomerSavedCardRecordList.itemType = PortalModel.GetCustomerSavedCardRecord;
return GetCustomerSavedCardRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerSavedCardRecordList = GetCustomerSavedCardRecordList;
});
define("Portal.model$SaveNewAddressPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewAddressPayloadRec = (function (_super) {
__extends(SaveNewAddressPayloadRec, _super);
function SaveNewAddressPayloadRec(defaults) {
_super.apply(this, arguments);
}
SaveNewAddressPayloadRec.attributesToDeclare = function () {
return [
this.attr("addressBookId", "addressBookIdAttr", "addressBookId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SaveNewAddressPayloadRec.fromStructure = function (str) {
return new SaveNewAddressPayloadRec(new SaveNewAddressPayloadRec.RecordClass({
addressBookIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveNewAddressPayloadRec.init();
return SaveNewAddressPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveNewAddressPayloadRec = SaveNewAddressPayloadRec;
});
define("Portal.model$SaveNewAddressPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewAddressPayloadRecord = (function (_super) {
__extends(SaveNewAddressPayloadRecord, _super);
function SaveNewAddressPayloadRecord(defaults) {
_super.apply(this, arguments);
}
SaveNewAddressPayloadRecord.attributesToDeclare = function () {
return [
this.attr("SaveNewAddressPayload", "saveNewAddressPayloadAttr", "SaveNewAddressPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveNewAddressPayloadRec());
}, true, PortalModel.SaveNewAddressPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveNewAddressPayloadRecord.fromStructure = function (str) {
return new SaveNewAddressPayloadRecord(new SaveNewAddressPayloadRecord.RecordClass({
saveNewAddressPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveNewAddressPayloadRecord._isAnonymousRecord = true;
SaveNewAddressPayloadRecord.UniqueId = "01df1f30-d2db-c0e7-283e-b176f7b602f6";
SaveNewAddressPayloadRecord.init();
return SaveNewAddressPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveNewAddressPayloadRecord = SaveNewAddressPayloadRecord;
});
define("Portal.model$Address2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address2Rec = (function (_super) {
__extends(Address2Rec, _super);
function Address2Rec(defaults) {
_super.apply(this, arguments);
}
Address2Rec.attributesToDeclare = function () {
return [
this.attr("Community", "communityAttr", "community", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FlatNo", "flatNoAttr", "flatNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GpsX", "gpsXAttr", "gpsX", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("GpsY", "gpsYAttr", "gpsY", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Landmark", "landmarkAttr", "landmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Location", "locationAttr", "location", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Makani", "makaniAttr", "makani", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Street", "streetAttr", "street", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Address2Rec.init();
return Address2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Address2Rec = Address2Rec;
});
define("Portal.model$UpgradablesBundlesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradablesBundlesRec = (function (_super) {
__extends(UpgradablesBundlesRec, _super);
function UpgradablesBundlesRec(defaults) {
_super.apply(this, arguments);
}
UpgradablesBundlesRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("NewBundleId", "newBundleIdAttr", "newBundleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "address", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Address2Rec());
}, true, PortalModel.Address2Rec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradablesBundlesRec.init();
return UpgradablesBundlesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradablesBundlesRec = UpgradablesBundlesRec;
});
define("Portal.model$UpgradablesBundlesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradablesBundlesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradablesBundlesRecord = (function (_super) {
__extends(UpgradablesBundlesRecord, _super);
function UpgradablesBundlesRecord(defaults) {
_super.apply(this, arguments);
}
UpgradablesBundlesRecord.attributesToDeclare = function () {
return [
this.attr("UpgradablesBundles", "upgradablesBundlesAttr", "UpgradablesBundles", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradablesBundlesRec());
}, true, PortalModel.UpgradablesBundlesRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradablesBundlesRecord.fromStructure = function (str) {
return new UpgradablesBundlesRecord(new UpgradablesBundlesRecord.RecordClass({
upgradablesBundlesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradablesBundlesRecord._isAnonymousRecord = true;
UpgradablesBundlesRecord.UniqueId = "01ec68b4-cc62-5843-b750-383d5bccbbe7";
UpgradablesBundlesRecord.init();
return UpgradablesBundlesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradablesBundlesRecord = UpgradablesBundlesRecord;
});
define("Portal.model$", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextList = (function (_super) {
__extends(TextList, _super);
function TextList(defaults) {
_super.apply(this, arguments);
}
TextList.itemType = OS.Types.Text;
return TextList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextList = TextList;
});
define("Portal.model$ShipmentItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem2Rec = (function (_super) {
__extends(ShipmentItem2Rec, _super);
function ShipmentItem2Rec(defaults) {
_super.apply(this, arguments);
}
ShipmentItem2Rec.attributesToDeclare = function () {
return [
this.attr("Awb", "awbAttr", "awb", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentLocationName", "currentLocationNameAttr", "currentLocationName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Fees", "feesAttr", "fees", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("AllowedActions", "allowedActionsAttr", "allowedActions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList),
this.attr("GroupId", "groupIdAttr", "groupId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsGroupable", "isGroupableAttr", "isGroupable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("HasFreeDelivery", "hasFreeDeliveryAttr", "hasFreeDelivery", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OriginCountry", "originCountryAttr", "originCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentStatus", "paymentStatusAttr", "paymentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PoBoxEmirate", "poBoxEmirateAttr", "poBoxEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PoBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SelectedAction", "selectedActionAttr", "selectedAction", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FilterByField", "filterByFieldAttr", "filterByField", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsPaidForDelivery", "isPaidForDeliveryAttr", "IsPaidForDelivery", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItem2Rec.init();
return ShipmentItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItem2Rec = ShipmentItem2Rec;
});
define("Portal.model$ShipmentItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem2Record = (function (_super) {
__extends(ShipmentItem2Record, _super);
function ShipmentItem2Record(defaults) {
_super.apply(this, arguments);
}
ShipmentItem2Record.attributesToDeclare = function () {
return [
this.attr("ShipmentItem2", "shipmentItem2Attr", "ShipmentItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItem2Rec());
}, true, PortalModel.ShipmentItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItem2Record.fromStructure = function (str) {
return new ShipmentItem2Record(new ShipmentItem2Record.RecordClass({
shipmentItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentItem2Record._isAnonymousRecord = true;
ShipmentItem2Record.UniqueId = "01fc7890-56f2-8632-9426-1692c1f037d3";
ShipmentItem2Record.init();
return ShipmentItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItem2Record = ShipmentItem2Record;
});
define("Portal.model$TranslationRecord", ["exports", "OutSystems/ClientRuntime/Main", "MultiLingual.model", "Portal.model", "MultiLingual.model$TranslationRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiLingual"], function (exports, OutSystems, MultiLingualModel, PortalModel) {
var OS = OutSystems.Internal;
var TranslationRecord = (function (_super) {
__extends(TranslationRecord, _super);
function TranslationRecord(defaults) {
_super.apply(this, arguments);
}
TranslationRecord.attributesToDeclare = function () {
return [
this.attr("Translation", "translationAttr", "Translation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new MultiLingualModel.TranslationRec());
}, true, MultiLingualModel.TranslationRec)
].concat(_super.attributesToDeclare.call(this));
};
TranslationRecord.fromStructure = function (str) {
return new TranslationRecord(new TranslationRecord.RecordClass({
translationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TranslationRecord._isAnonymousRecord = true;
TranslationRecord.UniqueId = "e6f95e82-b19e-9c31-a626-0e27509f20c9";
TranslationRecord.init();
return TranslationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TranslationRecord = TranslationRecord;
});
define("Portal.model$TranslationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TranslationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TranslationRecordList = (function (_super) {
__extends(TranslationRecordList, _super);
function TranslationRecordList(defaults) {
_super.apply(this, arguments);
}
TranslationRecordList.itemType = PortalModel.TranslationRecord;
return TranslationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TranslationRecordList = TranslationRecordList;
});
define("Portal.model$Payload30Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload30Rec = (function (_super) {
__extends(Payload30Rec, _super);
function Payload30Rec(defaults) {
_super.apply(this, arguments);
}
Payload30Rec.attributesToDeclare = function () {
return [
this.attr("IsTransactionSuccessfull", "isTransactionSuccessfullAttr", "isTransactionSuccessfull", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PaymentGatewayStatus", "paymentGatewayStatusAttr", "paymentGatewayStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentGatewayOrderReference", "paymentGatewayOrderReferenceAttr", "paymentGatewayOrderReference", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload30Rec.init();
return Payload30Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload30Rec = Payload30Rec;
});
define("Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload30Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessPaymentSavedCardSkip3DSResponseRec = (function (_super) {
__extends(PostProcessPaymentSavedCardSkip3DSResponseRec, _super);
function PostProcessPaymentSavedCardSkip3DSResponseRec(defaults) {
_super.apply(this, arguments);
}
PostProcessPaymentSavedCardSkip3DSResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload30Rec());
}, true, PortalModel.Payload30Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessPaymentSavedCardSkip3DSResponseRec.init();
return PostProcessPaymentSavedCardSkip3DSResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRec = PostProcessPaymentSavedCardSkip3DSResponseRec;
});
define("Portal.model$SpaceRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$SpaceRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var SpaceRecord = (function (_super) {
__extends(SpaceRecord, _super);
function SpaceRecord(defaults) {
_super.apply(this, arguments);
}
SpaceRecord.attributesToDeclare = function () {
return [
this.attr("Space", "spaceAttr", "Space", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.SpaceRec());
}, true, OutSystemsUIModel.SpaceRec)
].concat(_super.attributesToDeclare.call(this));
};
SpaceRecord.fromStructure = function (str) {
return new SpaceRecord(new SpaceRecord.RecordClass({
spaceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SpaceRecord._isAnonymousRecord = true;
SpaceRecord.UniqueId = "9589ecc0-6297-88c2-aca6-b47bcbae782c";
SpaceRecord.init();
return SpaceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SpaceRecord = SpaceRecord;
});
define("Portal.model$SpaceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SpaceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SpaceRecordList = (function (_super) {
__extends(SpaceRecordList, _super);
function SpaceRecordList(defaults) {
_super.apply(this, arguments);
}
SpaceRecordList.itemType = PortalModel.SpaceRecord;
return SpaceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SpaceRecordList = SpaceRecordList;
});
define("Portal.model$GeneralCaseDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GeneralCaseDetailsRec = (function (_super) {
__extends(GeneralCaseDetailsRec, _super);
function GeneralCaseDetailsRec(defaults) {
_super.apply(this, arguments);
}
GeneralCaseDetailsRec.attributesToDeclare = function () {
return [
this.attr("caseType", "caseTypeAttr", "caseType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("firstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("lastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirate", "emirateAttr", "emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhone", "mobilePhoneAttr", "mobilePhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("trackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhoneNoISD", "mobilePhoneNoISDAttr", "mobilePhoneNoISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isdCode", "isdCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GeneralCaseDetailsRec.init();
return GeneralCaseDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GeneralCaseDetailsRec = GeneralCaseDetailsRec;
});
define("Portal.model$MoneyOrderDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MoneyOrderDetailRec = (function (_super) {
__extends(MoneyOrderDetailRec, _super);
function MoneyOrderDetailRec(defaults) {
_super.apply(this, arguments);
}
MoneyOrderDetailRec.attributesToDeclare = function () {
return [
this.attr("transactionType", "transactionTypeAttr", "transactionType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("transactionDate", "transactionDateAttr", "transactionDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("orderReferenceNumber", "orderReferenceNumberAttr", "orderReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MoneyOrderDetailRec.init();
return MoneyOrderDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MoneyOrderDetailRec = MoneyOrderDetailRec;
});
define("Portal.model$CourierLicensingAndSupplierComplaintDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierLicensingAndSupplierComplaintDetailRec = (function (_super) {
__extends(CourierLicensingAndSupplierComplaintDetailRec, _super);
function CourierLicensingAndSupplierComplaintDetailRec(defaults) {
_super.apply(this, arguments);
}
CourierLicensingAndSupplierComplaintDetailRec.attributesToDeclare = function () {
return [
this.attr("isRegistered", "isRegisteredAttr", "isRegistered", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("registrationNumber", "registrationNumberAttr", "registrationNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("issueType", "issueTypeAttr", "issueType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CourierLicensingAndSupplierComplaintDetailRec.init();
return CourierLicensingAndSupplierComplaintDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierLicensingAndSupplierComplaintDetailRec = CourierLicensingAndSupplierComplaintDetailRec;
});
define("Portal.model$RateDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailRec = (function (_super) {
__extends(RateDetailRec, _super);
function RateDetailRec(defaults) {
_super.apply(this, arguments);
}
RateDetailRec.attributesToDeclare = function () {
return [
this.attr("destinationCountry", "destinationCountryAttr", "destinationCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationCountryType", "destinationCountryTypeAttr", "destinationCountryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("weightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginRegion", "originRegionAttr", "originRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginEmirate", "originEmirateAttr", "originEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationRegion", "destinationRegionAttr", "destinationRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationEmirate", "destinationEmirateAttr", "destinationEmirate", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RateDetailRec.init();
return RateDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RateDetailRec = RateDetailRec;
});
define("Portal.model$IntnlPackageDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailsRec = (function (_super) {
__extends(IntnlPackageDetailsRec, _super);
function IntnlPackageDetailsRec(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailsRec.attributesToDeclare = function () {
return [
this.attr("shipmentContents", "shipmentContentsAttr", "shipmentContents", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("inquiryReason", "inquiryReasonAttr", "inquiryReason", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("itemFoundAction", "itemFoundActionAttr", "itemFoundAction", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postOffice", "postOfficeAttr", "postOffice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("shipmentDate", "shipmentDateAttr", "shipmentDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("chargePaidInAED", "chargePaidInAEDAttr", "chargePaidInAED", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("invoiceValue", "invoiceValueAttr", "invoiceValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPackageDetailsRec.init();
return IntnlPackageDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPackageDetailsRec = IntnlPackageDetailsRec;
});
define("Portal.model$SenderDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderDetailRec = (function (_super) {
__extends(SenderDetailRec, _super);
function SenderDetailRec(defaults) {
_super.apply(this, arguments);
}
SenderDetailRec.attributesToDeclare = function () {
return [
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBox", "poBoxAttr", "poBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhone", "mobilePhoneAttr", "mobilePhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirate", "emirateAttr", "emirate", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SenderDetailRec.init();
return SenderDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SenderDetailRec = SenderDetailRec;
});
define("Portal.model$ReceiverDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverDetailRec = (function (_super) {
__extends(ReceiverDetailRec, _super);
function ReceiverDetailRec(defaults) {
_super.apply(this, arguments);
}
ReceiverDetailRec.attributesToDeclare = function () {
return [
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBox", "poBoxAttr", "poBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhone", "mobilePhoneAttr", "mobilePhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("country", "countryAttr", "country", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ReceiverDetailRec.init();
return ReceiverDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ReceiverDetailRec = ReceiverDetailRec;
});
define("Portal.model$IntnlPostalEnquiryDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailsRec", "Portal.model$SenderDetailRec", "Portal.model$ReceiverDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetailRec = (function (_super) {
__extends(IntnlPostalEnquiryDetailRec, _super);
function IntnlPostalEnquiryDetailRec(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetailRec.attributesToDeclare = function () {
return [
this.attr("intnlPackageDetails", "intnlPackageDetailsAttr", "intnlPackageDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPackageDetailsRec());
}, true, PortalModel.IntnlPackageDetailsRec),
this.attr("senderDetails", "senderDetailsAttr", "senderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderDetailRec());
}, true, PortalModel.SenderDetailRec),
this.attr("receiverDetails", "receiverDetailsAttr", "receiverDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReceiverDetailRec());
}, true, PortalModel.ReceiverDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPostalEnquiryDetailRec.init();
return IntnlPostalEnquiryDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPostalEnquiryDetailRec = IntnlPostalEnquiryDetailRec;
});
define("Portal.model$CaseBodyRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GeneralCaseDetailsRec", "Portal.model$MoneyOrderDetailRec", "Portal.model$CourierLicensingAndSupplierComplaintDetailRec", "Portal.model$RateDetailRec", "Portal.model$IntnlPostalEnquiryDetailRec", "Portal.model$RefundDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBodyRec = (function (_super) {
__extends(CaseBodyRec, _super);
function CaseBodyRec(defaults) {
_super.apply(this, arguments);
}
CaseBodyRec.attributesToDeclare = function () {
return [
this.attr("generalCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GeneralCaseDetailsRec());
}, true, PortalModel.GeneralCaseDetailsRec),
this.attr("moneyOrderDetails", "moneyOrderDetailsAttr", "moneyOrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MoneyOrderDetailRec());
}, true, PortalModel.MoneyOrderDetailRec),
this.attr("courierLicensingAndSupplierComplaintDetails", "courierLicensingAndSupplierComplaintDetailsAttr", "courierLicensingAndSupplierComplaintDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.CourierLicensingAndSupplierComplaintDetailRec),
this.attr("rateDetails", "rateDetailsAttr", "rateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RateDetailRec());
}, true, PortalModel.RateDetailRec),
this.attr("intnlPostalEnquiryDetails", "intnlPostalEnquiryDetailsAttr", "intnlPostalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPostalEnquiryDetailRec());
}, true, PortalModel.IntnlPostalEnquiryDetailRec),
this.attr("RefundDetails", "refundDetailsAttr", "refundDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RefundDetailRec());
}, true, PortalModel.RefundDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBodyRec.init();
return CaseBodyRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBodyRec = CaseBodyRec;
});
define("Portal.model$SelectedDateRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedDateRec = (function (_super) {
__extends(SelectedDateRec, _super);
function SelectedDateRec(defaults) {
_super.apply(this, arguments);
}
SelectedDateRec.attributesToDeclare = function () {
return [
this.attr("Date", "dateAttr", "Date", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DateLable", "dateLableAttr", "DateLable", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectedDateRec.init();
return SelectedDateRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedDateRec = SelectedDateRec;
});
define("Portal.model$MasterDataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataRec = (function (_super) {
__extends(MasterDataRec, _super);
function MasterDataRec(defaults) {
_super.apply(this, arguments);
}
MasterDataRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Code", "codeAttr", "Code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MasterDataRec.init();
return MasterDataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MasterDataRec = MasterDataRec;
});
define("Portal.model$IDLOptionSetRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLOptionSetRec = (function (_super) {
__extends(IDLOptionSetRec, _super);
function IDLOptionSetRec(defaults) {
_super.apply(this, arguments);
}
IDLOptionSetRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLOptionSetRec.init();
return IDLOptionSetRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLOptionSetRec = IDLOptionSetRec;
});
define("Portal.model$IDLRequestStructureRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedDateRec", "Portal.model$MasterDataRec", "Portal.model$IDLOptionSetRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestStructureRec = (function (_super) {
__extends(IDLRequestStructureRec, _super);
function IDLRequestStructureRec(defaults) {
_super.apply(this, arguments);
}
IDLRequestStructureRec.attributesToDeclare = function () {
return [
this.attr("Area", "areaAttr", "Area", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FullName", "fullNameAttr", "FullName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", true, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("PhoneNumber", "phoneNumberAttr", "PhoneNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("DateofBirth", "dateofBirthAttr", "DateofBirth", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec),
this.attr("Nationality", "nationalityAttr", "Nationality", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataRec());
}, true, PortalModel.MasterDataRec),
this.attr("BirthPlace", "birthPlaceAttr", "BirthPlace", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLExpiry", "dLExpiryAttr", "DLExpiry", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec),
this.attr("EmiratesIdExpiry", "emiratesIdExpiryAttr", "EmiratesIdExpiry", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec),
this.attr("PassportExpiry", "passportExpiryAttr", "PassportExpiry", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec),
this.attr("VisaExpiry", "visaExpiryAttr", "VisaExpiry", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec),
this.attr("VerifyByEmiratesId", "verifyByEmiratesIdAttr", "VerifyByEmiratesId", true, false, OS.Types.Boolean, function () {
return true;
}, true),
this.attr("PhotoFile", "photoFileAttr", "PhotoFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLFrontFile", "dLFrontFileAttr", "DLFrontFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLBackFile", "dLBackFileAttr", "DLBackFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIDFrontFile", "emirateIDFrontFileAttr", "EmirateIDFrontFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIDBackFile", "emirateIDBackFileAttr", "EmirateIDBackFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VisaFile", "visaFileAttr", "VisaFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PassportFile", "passportFileAttr", "PassportFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhotoStatus", "photoStatusAttr", "PhotoStatus", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec),
this.attr("DLStatus", "dLStatusAttr", "DLStatus", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec),
this.attr("EmiratesIDStatus", "emiratesIDStatusAttr", "EmiratesIDStatus", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec),
this.attr("PassportStatus", "passportStatusAttr", "PassportStatus", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec),
this.attr("VisaStatus", "visaStatusAttr", "VisaStatus", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec),
this.attr("Comments", "commentsAttr", "Comments", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataRec());
}, true, PortalModel.MasterDataRec),
this.attr("Street", "streetAttr", "Street", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaNo", "villaNoAttr", "VillaNo", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Region", "regionAttr", "Region", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataRec());
}, true, PortalModel.MasterDataRec),
this.attr("User", "userAttr", "User", true, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestStructureRec.init();
return IDLRequestStructureRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestStructureRec = IDLRequestStructureRec;
});
define("Portal.model$IDLRequestStructureRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestStructureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestStructureRecord = (function (_super) {
__extends(IDLRequestStructureRecord, _super);
function IDLRequestStructureRecord(defaults) {
_super.apply(this, arguments);
}
IDLRequestStructureRecord.attributesToDeclare = function () {
return [
this.attr("IDLRequestStructure", "iDLRequestStructureAttr", "IDLRequestStructure", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLRequestStructureRec());
}, true, PortalModel.IDLRequestStructureRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestStructureRecord.fromStructure = function (str) {
return new IDLRequestStructureRecord(new IDLRequestStructureRecord.RecordClass({
iDLRequestStructureAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLRequestStructureRecord._isAnonymousRecord = true;
IDLRequestStructureRecord.UniqueId = "d8b05776-74fb-cf84-a4ad-64493aa53b46";
IDLRequestStructureRecord.init();
return IDLRequestStructureRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestStructureRecord = IDLRequestStructureRecord;
});
define("Portal.model$IDLRequestStructureRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestStructureRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestStructureRecordList = (function (_super) {
__extends(IDLRequestStructureRecordList, _super);
function IDLRequestStructureRecordList(defaults) {
_super.apply(this, arguments);
}
IDLRequestStructureRecordList.itemType = PortalModel.IDLRequestStructureRecord;
return IDLRequestStructureRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestStructureRecordList = IDLRequestStructureRecordList;
});
define("Portal.model$PickupRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupRec = (function (_super) {
__extends(PickupRec, _super);
function PickupRec(defaults) {
_super.apply(this, arguments);
}
PickupRec.attributesToDeclare = function () {
return [
this.attr("Service_type", "service_typeAttr", "service_type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Product_id", "product_idAttr", "product_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Product_code", "product_codeAttr", "product_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Content_type_id", "content_type_idAttr", "content_type_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Content_type_code", "content_type_codeAttr", "content_type_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Booking_weight", "booking_weightAttr", "booking_weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Booking_height", "booking_heightAttr", "booking_height", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Booking_width", "booking_widthAttr", "booking_width", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Booking_length", "booking_lengthAttr", "booking_length", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Num_of_items", "num_of_itemsAttr", "num_of_items", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_contact_person", "pickup_contact_personAttr", "pickup_contact_person", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_contact_number", "pickup_contact_numberAttr", "pickup_contact_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_emirate_id", "pickup_emirate_idAttr", "pickup_emirate_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_address", "pickup_addressAttr", "pickup_address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_email", "pickup_emailAttr", "pickup_email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_region_id", "pickup_region_idAttr", "pickup_region_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Preferred_pickup_date", "preferred_pickup_dateAttr", "preferred_pickup_date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Preferred_pickup_time", "preferred_pickup_timeAttr", "preferred_pickup_time", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Preferred_pickup_to_time", "preferred_pickup_to_timeAttr", "preferred_pickup_to_time", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_branch_id", "delivery_branch_idAttr", "delivery_branch_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_contact_name", "delivery_contact_nameAttr", "delivery_contact_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_address", "delivery_addressAttr", "delivery_address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_contact_phone", "delivery_contact_phoneAttr", "delivery_contact_phone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_email", "delivery_emailAttr", "delivery_email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_emirate_id", "delivery_emirate_idAttr", "delivery_emirate_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_country_id", "delivery_country_idAttr", "delivery_country_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Is_urgent_pickup", "is_urgent_pickupAttr", "is_urgent_pickup", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Is_cash_on_delivery", "is_cash_on_deliveryAttr", "is_cash_on_delivery", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_region_id", "delivery_region_idAttr", "delivery_region_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_landline_number", "delivery_landline_numberAttr", "delivery_landline_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_pobox_number", "pickup_pobox_numberAttr", "pickup_pobox_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_pobox_number", "delivery_pobox_numberAttr", "delivery_pobox_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Transport_mode", "transport_modeAttr", "transport_mode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Scale_type", "scale_typeAttr", "scale_type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_zone_id", "pickup_zone_idAttr", "pickup_zone_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_contact_phone2", "delivery_contact_phone2Attr", "delivery_contact_phone2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Delivery_zone_id", "delivery_zone_idAttr", "delivery_zone_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Declared_value", "declared_valueAttr", "declared_value", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Vehicle_type_name", "vehicle_type_nameAttr", "vehicle_type_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Vehicletype", "vehicletypeAttr", "vehicletype", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Awb_num", "awb_numAttr", "awb_num", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Booking_number", "booking_numberAttr", "booking_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_emirate_name", "pickup_emirate_nameAttr", "pickup_emirate_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pickup_region_name", "pickup_region_nameAttr", "pickup_region_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Created_date", "created_dateAttr", "created_date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isconsignmentdummy", "isconsignmentdummyAttr", "isconsignmentdummy", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PackageStatus", "packageStatusAttr", "packageStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupRec.init();
return PickupRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupRec = PickupRec;
});
define("Portal.model$PickupList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupList = (function (_super) {
__extends(PickupList, _super);
function PickupList(defaults) {
_super.apply(this, arguments);
}
PickupList.itemType = PortalModel.PickupRec;
return PickupList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupList = PickupList;
});
define("Portal.model$Consignment2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Consignment2Rec = (function (_super) {
__extends(Consignment2Rec, _super);
function Consignment2Rec(defaults) {
_super.apply(this, arguments);
}
Consignment2Rec.attributesToDeclare = function () {
return [
this.attr("Bookingbo", "bookingboAttr", "bookingbo", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupList());
}, true, PortalModel.PickupList)
].concat(_super.attributesToDeclare.call(this));
};
Consignment2Rec.fromStructure = function (str) {
return new Consignment2Rec(new Consignment2Rec.RecordClass({
bookingboAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Consignment2Rec.init();
return Consignment2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Consignment2Rec = Consignment2Rec;
});
define("Portal.model$ViewpickupdetailsresultRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupRec", "Portal.model$Consignment2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewpickupdetailsresultRec = (function (_super) {
__extends(ViewpickupdetailsresultRec, _super);
function ViewpickupdetailsresultRec(defaults) {
_super.apply(this, arguments);
}
ViewpickupdetailsresultRec.attributesToDeclare = function () {
return [
this.attr("Pickup", "pickupAttr", "pickup", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupRec());
}, true, PortalModel.PickupRec),
this.attr("Consignments", "consignmentsAttr", "consignments", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Consignment2Rec());
}, true, PortalModel.Consignment2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ViewpickupdetailsresultRec.init();
return ViewpickupdetailsresultRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewpickupdetailsresultRec = ViewpickupdetailsresultRec;
});
define("Portal.model$Payload64Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewpickupdetailsresultRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload64Rec = (function (_super) {
__extends(Payload64Rec, _super);
function Payload64Rec(defaults) {
_super.apply(this, arguments);
}
Payload64Rec.attributesToDeclare = function () {
return [
this.attr("Viewpickupdetailsresult", "viewpickupdetailsresultAttr", "viewpickupdetailsresult", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ViewpickupdetailsresultRec());
}, true, PortalModel.ViewpickupdetailsresultRec)
].concat(_super.attributesToDeclare.call(this));
};
Payload64Rec.fromStructure = function (str) {
return new Payload64Rec(new Payload64Rec.RecordClass({
viewpickupdetailsresultAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload64Rec.init();
return Payload64Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload64Rec = Payload64Rec;
});
define("Portal.model$Payload64Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload64Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload64Record = (function (_super) {
__extends(Payload64Record, _super);
function Payload64Record(defaults) {
_super.apply(this, arguments);
}
Payload64Record.attributesToDeclare = function () {
return [
this.attr("Payload64", "payload64Attr", "Payload64", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload64Rec());
}, true, PortalModel.Payload64Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload64Record.fromStructure = function (str) {
return new Payload64Record(new Payload64Record.RecordClass({
payload64Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload64Record._isAnonymousRecord = true;
Payload64Record.UniqueId = "53f4e200-a3ef-6b73-6eeb-de9f7074a9cc";
Payload64Record.init();
return Payload64Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload64Record = Payload64Record;
});
define("Portal.model$Payload64RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload64Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload64RecordList = (function (_super) {
__extends(Payload64RecordList, _super);
function Payload64RecordList(defaults) {
_super.apply(this, arguments);
}
Payload64RecordList.itemType = PortalModel.Payload64Record;
return Payload64RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload64RecordList = Payload64RecordList;
});
define("Portal.model$Address_componentItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address_componentItem2Rec = (function (_super) {
__extends(Address_componentItem2Rec, _super);
function Address_componentItem2Rec(defaults) {
_super.apply(this, arguments);
}
Address_componentItem2Rec.attributesToDeclare = function () {
return [
this.attr("long_name", "long_nameAttr", "long_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("short_name", "short_nameAttr", "short_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("types", "typesAttr", "types", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
Address_componentItem2Rec.init();
return Address_componentItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Address_componentItem2Rec = Address_componentItem2Rec;
});
define("Portal.model$Address_componentItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address_componentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address_componentItem2Record = (function (_super) {
__extends(Address_componentItem2Record, _super);
function Address_componentItem2Record(defaults) {
_super.apply(this, arguments);
}
Address_componentItem2Record.attributesToDeclare = function () {
return [
this.attr("Address_componentItem2", "address_componentItem2Attr", "Address_componentItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Address_componentItem2Rec());
}, true, PortalModel.Address_componentItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Address_componentItem2Record.fromStructure = function (str) {
return new Address_componentItem2Record(new Address_componentItem2Record.RecordClass({
address_componentItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Address_componentItem2Record._isAnonymousRecord = true;
Address_componentItem2Record.UniqueId = "028e7c77-0422-8e49-20b6-4fb113e047e2";
Address_componentItem2Record.init();
return Address_componentItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Address_componentItem2Record = Address_componentItem2Record;
});
define("Portal.model$SendResetPasswordEmailRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendResetPasswordEmailRequestRec = (function (_super) {
__extends(SendResetPasswordEmailRequestRec, _super);
function SendResetPasswordEmailRequestRec(defaults) {
_super.apply(this, arguments);
}
SendResetPasswordEmailRequestRec.attributesToDeclare = function () {
return [
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Token", "tokenAttr", "token", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SendResetPasswordEmailRequestRec.init();
return SendResetPasswordEmailRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SendResetPasswordEmailRequestRec = SendResetPasswordEmailRequestRec;
});
define("Portal.model$SendResetPasswordEmailRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendResetPasswordEmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendResetPasswordEmailRequestRecord = (function (_super) {
__extends(SendResetPasswordEmailRequestRecord, _super);
function SendResetPasswordEmailRequestRecord(defaults) {
_super.apply(this, arguments);
}
SendResetPasswordEmailRequestRecord.attributesToDeclare = function () {
return [
this.attr("SendResetPasswordEmailRequest", "sendResetPasswordEmailRequestAttr", "SendResetPasswordEmailRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SendResetPasswordEmailRequestRec());
}, true, PortalModel.SendResetPasswordEmailRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SendResetPasswordEmailRequestRecord.fromStructure = function (str) {
return new SendResetPasswordEmailRequestRecord(new SendResetPasswordEmailRequestRecord.RecordClass({
sendResetPasswordEmailRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendResetPasswordEmailRequestRecord._isAnonymousRecord = true;
SendResetPasswordEmailRequestRecord.UniqueId = "02ab2d4b-4724-e53d-8a4d-ef3fdea36eda";
SendResetPasswordEmailRequestRecord.init();
return SendResetPasswordEmailRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SendResetPasswordEmailRequestRecord = SendResetPasswordEmailRequestRecord;
});
define("Portal.model$Payload42Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload42Rec = (function (_super) {
__extends(Payload42Rec, _super);
function Payload42Rec(defaults) {
_super.apply(this, arguments);
}
Payload42Rec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pieces", "piecesAttr", "pieces", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("WeightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargeableWeight", "chargeableWeightAttr", "chargeableWeight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CommodityDescription", "commodityDescriptionAttr", "commodityDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsAmount", "customsAmountAttr", "customsAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsCharges", "customsChargesAttr", "customsCharges", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("AccountNumber", "accountNumberAttr", "accountNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ThirdPartyReferenceNumber", "thirdPartyReferenceNumberAttr", "thirdPartyReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperReferenceNumber", "shipperReferenceNumberAttr", "shipperReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber1", "referenceNumber1Attr", "referenceNumber1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber2", "referenceNumber2Attr", "referenceNumber2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCompanyName", "senderCompanyNameAttr", "senderCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactName", "senderContactNameAttr", "senderContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactNumber", "senderContactNumberAttr", "senderContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCity", "senderCityAttr", "senderCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderPOBox", "senderPOBoxAttr", "senderPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCountry", "senderCountryAttr", "senderCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCompanyName", "consigneeCompanyNameAttr", "consigneeCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactName", "consigneeContactNameAttr", "consigneeContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactNumber", "consigneeContactNumberAttr", "consigneeContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeAddress", "consigneeAddressAttr", "consigneeAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCity", "consigneeCityAttr", "consigneeCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneePOBox", "consigneePOBoxAttr", "consigneePOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCountry", "consigneeCountryAttr", "consigneeCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryDate", "deliveryDateAttr", "deliveryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryTo", "deliveryToAttr", "deliveryTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryType", "deliveryTypeAttr", "deliveryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentType", "paymentTypeAttr", "paymentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODAmountToBeCollected", "cODAmountToBeCollectedAttr", "cODAmountToBeCollected", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODAmountCollected", "cODAmountCollectedAttr", "cODAmountCollected", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODCollectionDate", "cODCollectionDateAttr", "cODCollectionDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "currentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExpectedDeliveryTime", "expectedDeliveryTimeAttr", "expectedDeliveryTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload42Rec.init();
return Payload42Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload42Rec = Payload42Rec;
});
define("Portal.model$Payload42Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload42Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload42Record = (function (_super) {
__extends(Payload42Record, _super);
function Payload42Record(defaults) {
_super.apply(this, arguments);
}
Payload42Record.attributesToDeclare = function () {
return [
this.attr("Payload42", "payload42Attr", "Payload42", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload42Rec());
}, true, PortalModel.Payload42Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload42Record.fromStructure = function (str) {
return new Payload42Record(new Payload42Record.RecordClass({
payload42Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload42Record._isAnonymousRecord = true;
Payload42Record.UniqueId = "02f79eea-ea3d-6fcd-f3c1-31baa13aae07";
Payload42Record.init();
return Payload42Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload42Record = Payload42Record;
});
define("Portal.model$String4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String4Rec = (function (_super) {
__extends(String4Rec, _super);
function String4Rec(defaults) {
_super.apply(this, arguments);
}
String4Rec.attributesToDeclare = function () {
return [
this.attr("DisplayName", "displayNameAttr", "displayName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VatAmount", "vatAmountAttr", "vatAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("DisplayNameEN", "displayNameENAttr", "displayNameEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DisplayNameAR", "displayNameARAttr", "displayNameAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VatServiceId", "vatServiceIdAttr", "vatServiceId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
String4Rec.init();
return String4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.String4Rec = String4Rec;
});
define("Portal.model$String4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String4List = (function (_super) {
__extends(String4List, _super);
function String4List(defaults) {
_super.apply(this, arguments);
}
String4List.itemType = PortalModel.String4Rec;
return String4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.String4List = String4List;
});
define("Portal.model$ShipmentItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem3Rec = (function (_super) {
__extends(ShipmentItem3Rec, _super);
function ShipmentItem3Rec(defaults) {
_super.apply(this, arguments);
}
ShipmentItem3Rec.attributesToDeclare = function () {
return [
this.attr("Fees", "feesAttr", "fees", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String4List());
}, true, PortalModel.String4List),
this.attr("TotalAmount", "totalAmountAttr", "totalAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalVATAmount", "totalVATAmountAttr", "totalVATAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Awb", "awbAttr", "awb", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItem3Rec.init();
return ShipmentItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItem3Rec = ShipmentItem3Rec;
});
define("Portal.model$ShipmentItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem3List = (function (_super) {
__extends(ShipmentItem3List, _super);
function ShipmentItem3List(defaults) {
_super.apply(this, arguments);
}
ShipmentItem3List.itemType = PortalModel.ShipmentItem3Rec;
return ShipmentItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItem3List = ShipmentItem3List;
});
define("Portal.model$Payload62Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload62Rec = (function (_super) {
__extends(Payload62Rec, _super);
function Payload62Rec(defaults) {
_super.apply(this, arguments);
}
Payload62Rec.attributesToDeclare = function () {
return [
this.attr("Shipments", "shipmentsAttr", "shipments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItem3List());
}, true, PortalModel.ShipmentItem3List)
].concat(_super.attributesToDeclare.call(this));
};
Payload62Rec.fromStructure = function (str) {
return new Payload62Rec(new Payload62Rec.RecordClass({
shipmentsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload62Rec.init();
return Payload62Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload62Rec = Payload62Rec;
});
define("Portal.model$GetInboundShipmentPriceDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload62Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsResponseRec = (function (_super) {
__extends(GetInboundShipmentPriceDetailsResponseRec, _super);
function GetInboundShipmentPriceDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload62Rec());
}, true, PortalModel.Payload62Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentPriceDetailsResponseRec.init();
return GetInboundShipmentPriceDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentPriceDetailsResponseRec = GetInboundShipmentPriceDetailsResponseRec;
});
define("Portal.model$GetInboundShipmentPriceDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsResponseRecord = (function (_super) {
__extends(GetInboundShipmentPriceDetailsResponseRecord, _super);
function GetInboundShipmentPriceDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundShipmentPriceDetailsResponse", "getInboundShipmentPriceDetailsResponseAttr", "GetInboundShipmentPriceDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundShipmentPriceDetailsResponseRec());
}, true, PortalModel.GetInboundShipmentPriceDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentPriceDetailsResponseRecord.fromStructure = function (str) {
return new GetInboundShipmentPriceDetailsResponseRecord(new GetInboundShipmentPriceDetailsResponseRecord.RecordClass({
getInboundShipmentPriceDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentPriceDetailsResponseRecord._isAnonymousRecord = true;
GetInboundShipmentPriceDetailsResponseRecord.UniqueId = "0305c1bd-85b6-fe8c-be31-6791c65ce024";
GetInboundShipmentPriceDetailsResponseRecord.init();
return GetInboundShipmentPriceDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentPriceDetailsResponseRecord = GetInboundShipmentPriceDetailsResponseRecord;
});
define("Portal.model$SmartPlaceRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlaceRec = (function (_super) {
__extends(SmartPlaceRec, _super);
function SmartPlaceRec(defaults) {
_super.apply(this, arguments);
}
SmartPlaceRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CompanyName", "companyNameAttr", "CompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PointContactFullName", "pointContactFullNameAttr", "PointContactFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhoneNumber", "phoneNumberAttr", "PhoneNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("TradeLicenseFile", "tradeLicenseFileAttr", "TradeLicenseFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsVoucher", "isVoucherAttr", "IsVoucher", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsSameAsAddress", "isSameAsAddressAttr", "IsSameAsAddress", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("BillingFirstName", "billingFirstNameAttr", "BillingFirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BillingEmail", "billingEmailAttr", "BillingEmail", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BillingMobileNumber", "billingMobileNumberAttr", "BillingMobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifierDate", "modifierDateAttr", "ModifierDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("IsPoBox", "isPoBoxAttr", "IsPoBox", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsPoBoxRenew", "isPoBoxRenewAttr", "IsPoBoxRenew", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PoBoxNumber", "poBoxNumberAttr", "PoBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PoBoxEmirateId", "poBoxEmirateIdAttr", "PoBoxEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SmartPlaceRec.init();
return SmartPlaceRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SmartPlaceRec = SmartPlaceRec;
});
define("Portal.model$SmartPlaceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlaceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlaceRecord = (function (_super) {
__extends(SmartPlaceRecord, _super);
function SmartPlaceRecord(defaults) {
_super.apply(this, arguments);
}
SmartPlaceRecord.attributesToDeclare = function () {
return [
this.attr("SmartPlace", "smartPlaceAttr", "SmartPlace", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SmartPlaceRec());
}, true, PortalModel.SmartPlaceRec)
].concat(_super.attributesToDeclare.call(this));
};
SmartPlaceRecord.fromStructure = function (str) {
return new SmartPlaceRecord(new SmartPlaceRecord.RecordClass({
smartPlaceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SmartPlaceRecord._isAnonymousRecord = true;
SmartPlaceRecord.UniqueId = "6e01bc1f-fc26-4d1a-f920-1d2b5b8b5f7c";
SmartPlaceRecord.init();
return SmartPlaceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SmartPlaceRecord = SmartPlaceRecord;
});
define("Portal.model$SmartPlaceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlaceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlaceRecordList = (function (_super) {
__extends(SmartPlaceRecordList, _super);
function SmartPlaceRecordList(defaults) {
_super.apply(this, arguments);
}
SmartPlaceRecordList.itemType = PortalModel.SmartPlaceRecord;
return SmartPlaceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SmartPlaceRecordList = SmartPlaceRecordList;
});
define("Portal.model$Payload7Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload7Rec = (function (_super) {
__extends(Payload7Rec, _super);
function Payload7Rec(defaults) {
_super.apply(this, arguments);
}
Payload7Rec.attributesToDeclare = function () {
return [
this.attr("fileId", "fileIdAttr", "fileId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload7Rec.fromStructure = function (str) {
return new Payload7Rec(new Payload7Rec.RecordClass({
fileIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload7Rec.init();
return Payload7Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload7Rec = Payload7Rec;
});
define("Portal.model$FileUploadResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileUploadResponseRec = (function (_super) {
__extends(FileUploadResponseRec, _super);
function FileUploadResponseRec(defaults) {
_super.apply(this, arguments);
}
FileUploadResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload7Rec());
}, true, PortalModel.Payload7Rec)
].concat(_super.attributesToDeclare.call(this));
};
FileUploadResponseRec.init();
return FileUploadResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FileUploadResponseRec = FileUploadResponseRec;
});
define("Portal.model$FileUploadResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileUploadResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileUploadResponseRecord = (function (_super) {
__extends(FileUploadResponseRecord, _super);
function FileUploadResponseRecord(defaults) {
_super.apply(this, arguments);
}
FileUploadResponseRecord.attributesToDeclare = function () {
return [
this.attr("FileUploadResponse", "fileUploadResponseAttr", "FileUploadResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileUploadResponseRec());
}, true, PortalModel.FileUploadResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
FileUploadResponseRecord.fromStructure = function (str) {
return new FileUploadResponseRecord(new FileUploadResponseRecord.RecordClass({
fileUploadResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FileUploadResponseRecord._isAnonymousRecord = true;
FileUploadResponseRecord.UniqueId = "d115ea5c-f176-7e6b-4bf3-70be2f5e8026";
FileUploadResponseRecord.init();
return FileUploadResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FileUploadResponseRecord = FileUploadResponseRecord;
});
define("Portal.model$FileUploadResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileUploadResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileUploadResponseRecordList = (function (_super) {
__extends(FileUploadResponseRecordList, _super);
function FileUploadResponseRecordList(defaults) {
_super.apply(this, arguments);
}
FileUploadResponseRecordList.itemType = PortalModel.FileUploadResponseRecord;
return FileUploadResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileUploadResponseRecordList = FileUploadResponseRecordList;
});
define("Portal.model$HandlingInstructionsBOItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HandlingInstructionsBOItem3Rec = (function (_super) {
__extends(HandlingInstructionsBOItem3Rec, _super);
function HandlingInstructionsBOItem3Rec(defaults) {
_super.apply(this, arguments);
}
HandlingInstructionsBOItem3Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HandlingInstructionsBOItem3Rec.init();
return HandlingInstructionsBOItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HandlingInstructionsBOItem3Rec = HandlingInstructionsBOItem3Rec;
});
define("Portal.model$HandlingInstructionsBOItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HandlingInstructionsBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HandlingInstructionsBOItem3List = (function (_super) {
__extends(HandlingInstructionsBOItem3List, _super);
function HandlingInstructionsBOItem3List(defaults) {
_super.apply(this, arguments);
}
HandlingInstructionsBOItem3List.itemType = PortalModel.HandlingInstructionsBOItem3Rec;
return HandlingInstructionsBOItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HandlingInstructionsBOItem3List = HandlingInstructionsBOItem3List;
});
define("Portal.model$GetHandlingInstructionsPayload2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HandlingInstructionsBOItem3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsPayload2Rec = (function (_super) {
__extends(GetHandlingInstructionsPayload2Rec, _super);
function GetHandlingInstructionsPayload2Rec(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsPayload2Rec.attributesToDeclare = function () {
return [
this.attr("handlingInstructions", "handlingInstructionsAttr", "handlingInstructions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HandlingInstructionsBOItem3List());
}, true, PortalModel.HandlingInstructionsBOItem3List)
].concat(_super.attributesToDeclare.call(this));
};
GetHandlingInstructionsPayload2Rec.fromStructure = function (str) {
return new GetHandlingInstructionsPayload2Rec(new GetHandlingInstructionsPayload2Rec.RecordClass({
handlingInstructionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetHandlingInstructionsPayload2Rec.init();
return GetHandlingInstructionsPayload2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetHandlingInstructionsPayload2Rec = GetHandlingInstructionsPayload2Rec;
});
define("Portal.model$GetHandlingInstructionsPayload2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsPayload2Record = (function (_super) {
__extends(GetHandlingInstructionsPayload2Record, _super);
function GetHandlingInstructionsPayload2Record(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsPayload2Record.attributesToDeclare = function () {
return [
this.attr("GetHandlingInstructionsPayload2", "getHandlingInstructionsPayload2Attr", "GetHandlingInstructionsPayload2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetHandlingInstructionsPayload2Rec());
}, true, PortalModel.GetHandlingInstructionsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetHandlingInstructionsPayload2Record.fromStructure = function (str) {
return new GetHandlingInstructionsPayload2Record(new GetHandlingInstructionsPayload2Record.RecordClass({
getHandlingInstructionsPayload2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetHandlingInstructionsPayload2Record._isAnonymousRecord = true;
GetHandlingInstructionsPayload2Record.UniqueId = "81b99f53-f45d-7474-1c2f-190683eaa7ec";
GetHandlingInstructionsPayload2Record.init();
return GetHandlingInstructionsPayload2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetHandlingInstructionsPayload2Record = GetHandlingInstructionsPayload2Record;
});
define("Portal.model$GetHandlingInstructionsPayload2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsPayload2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsPayload2RecordList = (function (_super) {
__extends(GetHandlingInstructionsPayload2RecordList, _super);
function GetHandlingInstructionsPayload2RecordList(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsPayload2RecordList.itemType = PortalModel.GetHandlingInstructionsPayload2Record;
return GetHandlingInstructionsPayload2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetHandlingInstructionsPayload2RecordList = GetHandlingInstructionsPayload2RecordList;
});
define("Portal.model$GetPaymentStatusRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPaymentStatusRequestRec = (function (_super) {
__extends(GetPaymentStatusRequestRec, _super);
function GetPaymentStatusRequestRec(defaults) {
_super.apply(this, arguments);
}
GetPaymentStatusRequestRec.attributesToDeclare = function () {
return [
this.attr("OrderId", "orderIdAttr", "orderId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetPaymentStatusRequestRec.fromStructure = function (str) {
return new GetPaymentStatusRequestRec(new GetPaymentStatusRequestRec.RecordClass({
orderIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPaymentStatusRequestRec.init();
return GetPaymentStatusRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPaymentStatusRequestRec = GetPaymentStatusRequestRec;
});
define("Portal.model$GetPaymentStatusRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPaymentStatusRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPaymentStatusRequestList = (function (_super) {
__extends(GetPaymentStatusRequestList, _super);
function GetPaymentStatusRequestList(defaults) {
_super.apply(this, arguments);
}
GetPaymentStatusRequestList.itemType = PortalModel.GetPaymentStatusRequestRec;
return GetPaymentStatusRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPaymentStatusRequestList = GetPaymentStatusRequestList;
});
define("Portal.model$ValidatePOBoxDetailsPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsPayloadRec = (function (_super) {
__extends(ValidatePOBoxDetailsPayloadRec, _super);
function ValidatePOBoxDetailsPayloadRec(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsPayloadRec.attributesToDeclare = function () {
return [
this.attr("otpTransactionId", "otpTransactionIdAttr", "otpTransactionId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsPayloadRec.fromStructure = function (str) {
return new ValidatePOBoxDetailsPayloadRec(new ValidatePOBoxDetailsPayloadRec.RecordClass({
otpTransactionIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePOBoxDetailsPayloadRec.init();
return ValidatePOBoxDetailsPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsPayloadRec = ValidatePOBoxDetailsPayloadRec;
});
define("Portal.model$ValidatePOBoxDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsResponseRec = (function (_super) {
__extends(ValidatePOBoxDetailsResponseRec, _super);
function ValidatePOBoxDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePOBoxDetailsPayloadRec());
}, true, PortalModel.ValidatePOBoxDetailsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsResponseRec.init();
return ValidatePOBoxDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsResponseRec = ValidatePOBoxDetailsResponseRec;
});
define("Portal.model$ValidatePOBoxDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsResponseRecord = (function (_super) {
__extends(ValidatePOBoxDetailsResponseRecord, _super);
function ValidatePOBoxDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("ValidatePOBoxDetailsResponse", "validatePOBoxDetailsResponseAttr", "ValidatePOBoxDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePOBoxDetailsResponseRec());
}, true, PortalModel.ValidatePOBoxDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsResponseRecord.fromStructure = function (str) {
return new ValidatePOBoxDetailsResponseRecord(new ValidatePOBoxDetailsResponseRecord.RecordClass({
validatePOBoxDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePOBoxDetailsResponseRecord._isAnonymousRecord = true;
ValidatePOBoxDetailsResponseRecord.UniqueId = "c70dd189-ab73-5d7b-07c6-fe77d5c6dca8";
ValidatePOBoxDetailsResponseRecord.init();
return ValidatePOBoxDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsResponseRecord = ValidatePOBoxDetailsResponseRecord;
});
define("Portal.model$ValidatePOBoxDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsResponseRecordList = (function (_super) {
__extends(ValidatePOBoxDetailsResponseRecordList, _super);
function ValidatePOBoxDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsResponseRecordList.itemType = PortalModel.ValidatePOBoxDetailsResponseRecord;
return ValidatePOBoxDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsResponseRecordList = ValidatePOBoxDetailsResponseRecordList;
});
define("Portal.model$Payload75Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload75Rec = (function (_super) {
__extends(Payload75Rec, _super);
function Payload75Rec(defaults) {
_super.apply(this, arguments);
}
Payload75Rec.attributesToDeclare = function () {
return [
this.attr("TransactionId", "transactionIdAttr", "transactionId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload75Rec.fromStructure = function (str) {
return new Payload75Rec(new Payload75Rec.RecordClass({
transactionIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload75Rec.init();
return Payload75Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload75Rec = Payload75Rec;
});
define("Portal.model$ValidateMobileNumber2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload75Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumber2Rec = (function (_super) {
__extends(ValidateMobileNumber2Rec, _super);
function ValidateMobileNumber2Rec(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumber2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload75Rec());
}, true, PortalModel.Payload75Rec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateMobileNumber2Rec.init();
return ValidateMobileNumber2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateMobileNumber2Rec = ValidateMobileNumber2Rec;
});
define("Portal.model$CustomContentPiecesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomContentPiecesRec = (function (_super) {
__extends(CustomContentPiecesRec, _super);
function CustomContentPiecesRec(defaults) {
_super.apply(this, arguments);
}
CustomContentPiecesRec.attributesToDeclare = function () {
return [
this.attr("CustomCategoryID", "customCategoryIDAttr", "CustomCategoryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomCategoryText", "customCategoryTextAttr", "CustomCategoryText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomDescriptionID", "customDescriptionIDAttr", "CustomDescriptionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomDescriptionText", "customDescriptionTextAttr", "CustomDescriptionText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "Weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DeclaredCurrency", "declaredCurrencyAttr", "DeclaredCurrency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsEditing", "isEditingAttr", "IsEditing", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomContentPiecesRec.init();
return CustomContentPiecesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomContentPiecesRec = CustomContentPiecesRec;
});
define("Portal.model$String3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String3Rec = (function (_super) {
__extends(String3Rec, _super);
function String3Rec(defaults) {
_super.apply(this, arguments);
}
String3Rec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
String3Rec.init();
return String3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.String3Rec = String3Rec;
});
define("Portal.model$String3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String3List = (function (_super) {
__extends(String3List, _super);
function String3List(defaults) {
_super.apply(this, arguments);
}
String3List.itemType = PortalModel.String3Rec;
return String3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.String3List = String3List;
});
define("Portal.model$YearlyBreakdownItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItem2Rec = (function (_super) {
__extends(YearlyBreakdownItem2Rec, _super);
function YearlyBreakdownItem2Rec(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItem2Rec.attributesToDeclare = function () {
return [
this.attr("Year", "yearAttr", "year", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TaxObject", "taxObjectAttr", "taxObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String3List());
}, true, PortalModel.String3List)
].concat(_super.attributesToDeclare.call(this));
};
YearlyBreakdownItem2Rec.init();
return YearlyBreakdownItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.YearlyBreakdownItem2Rec = YearlyBreakdownItem2Rec;
});
define("Portal.model$HTTPHeader13Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader13Rec = (function (_super) {
__extends(HTTPHeader13Rec, _super);
function HTTPHeader13Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader13Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader13Rec.init();
return HTTPHeader13Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader13Rec = HTTPHeader13Rec;
});
define("Portal.model$HTTPHeader13Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader13Record = (function (_super) {
__extends(HTTPHeader13Record, _super);
function HTTPHeader13Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader13Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader13", "hTTPHeader13Attr", "HTTPHeader13", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader13Rec());
}, true, PortalModel.HTTPHeader13Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader13Record.fromStructure = function (str) {
return new HTTPHeader13Record(new HTTPHeader13Record.RecordClass({
hTTPHeader13Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader13Record._isAnonymousRecord = true;
HTTPHeader13Record.UniqueId = "045e13d6-f628-7a1e-0b48-37b09de1cc52";
HTTPHeader13Record.init();
return HTTPHeader13Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader13Record = HTTPHeader13Record;
});
define("Portal.model$IPriceItemDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemDetailRec = (function (_super) {
__extends(IPriceItemDetailRec, _super);
function IPriceItemDetailRec(defaults) {
_super.apply(this, arguments);
}
IPriceItemDetailRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UnitPrice", "unitPriceAttr", "UnitPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalPrice", "totalPriceAttr", "TotalPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Year", "yearAttr", "Year", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IPriceItemDetailRec.init();
return IPriceItemDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IPriceItemDetailRec = IPriceItemDetailRec;
});
define("Portal.model$IPriceItemDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemDetailList = (function (_super) {
__extends(IPriceItemDetailList, _super);
function IPriceItemDetailList(defaults) {
_super.apply(this, arguments);
}
IPriceItemDetailList.itemType = PortalModel.IPriceItemDetailRec;
return IPriceItemDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPriceItemDetailList = IPriceItemDetailList;
});
define("Portal.model$IPriceItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemDetailList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemRec = (function (_super) {
__extends(IPriceItemRec, _super);
function IPriceItemRec(defaults) {
_super.apply(this, arguments);
}
IPriceItemRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UnitPrice", "unitPriceAttr", "UnitPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalPrice", "totalPriceAttr", "TotalPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IPriceItemDetails", "iPriceItemDetailsAttr", "IPriceItemDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemDetailList());
}, true, PortalModel.IPriceItemDetailList)
].concat(_super.attributesToDeclare.call(this));
};
IPriceItemRec.init();
return IPriceItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IPriceItemRec = IPriceItemRec;
});
define("Portal.model$SubCityItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SubCityItemRec = (function (_super) {
__extends(SubCityItemRec, _super);
function SubCityItemRec(defaults) {
_super.apply(this, arguments);
}
SubCityItemRec.attributesToDeclare = function () {
return [
this.attr("subCityId", "subCityIdAttr", "subCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("subCityName", "subCityNameAttr", "subCityName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SubCityItemRec.init();
return SubCityItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SubCityItemRec = SubCityItemRec;
});
define("Portal.model$SubCityItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SubCityItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SubCityItemList = (function (_super) {
__extends(SubCityItemList, _super);
function SubCityItemList(defaults) {
_super.apply(this, arguments);
}
SubCityItemList.itemType = PortalModel.SubCityItemRec;
return SubCityItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SubCityItemList = SubCityItemList;
});
define("Portal.model$AmountPaymentDataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountPaymentDataRec = (function (_super) {
__extends(AmountPaymentDataRec, _super);
function AmountPaymentDataRec(defaults) {
_super.apply(this, arguments);
}
AmountPaymentDataRec.attributesToDeclare = function () {
return [
this.attr("CurrencyCode", "currencyCodeAttr", "currencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "value", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AmountPaymentDataRec.init();
return AmountPaymentDataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AmountPaymentDataRec = AmountPaymentDataRec;
});
define("Portal.model$PaymentOrderDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountPaymentDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderDetailRec = (function (_super) {
__extends(PaymentOrderDetailRec, _super);
function PaymentOrderDetailRec(defaults) {
_super.apply(this, arguments);
}
PaymentOrderDetailRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("State", "stateAttr", "state", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AmountPaymentDataRec());
}, true, PortalModel.AmountPaymentDataRec),
this.attr("UpdateDateTime", "updateDateTimeAttr", "updateDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderReference", "orderReferenceAttr", "orderReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DisplayStatus", "displayStatusAttr", "DisplayStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentOrderDetailRec.init();
return PaymentOrderDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentOrderDetailRec = PaymentOrderDetailRec;
});
define("Portal.model$PaymentOrderDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderDetailRecord = (function (_super) {
__extends(PaymentOrderDetailRecord, _super);
function PaymentOrderDetailRecord(defaults) {
_super.apply(this, arguments);
}
PaymentOrderDetailRecord.attributesToDeclare = function () {
return [
this.attr("PaymentOrderDetail", "paymentOrderDetailAttr", "PaymentOrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentOrderDetailRec());
}, true, PortalModel.PaymentOrderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentOrderDetailRecord.fromStructure = function (str) {
return new PaymentOrderDetailRecord(new PaymentOrderDetailRecord.RecordClass({
paymentOrderDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentOrderDetailRecord._isAnonymousRecord = true;
PaymentOrderDetailRecord.UniqueId = "04a09932-ca1f-18cf-584d-eeed808f48ed";
PaymentOrderDetailRecord.init();
return PaymentOrderDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentOrderDetailRecord = PaymentOrderDetailRecord;
});
define("Portal.model$ProductValueAddedRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductValueAddedRec = (function (_super) {
__extends(ProductValueAddedRec, _super);
function ProductValueAddedRec(defaults) {
_super.apply(this, arguments);
}
ProductValueAddedRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "Price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsSelected", "isSelectedAttr", "IsSelected", true, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProductValueAddedRec.init();
return ProductValueAddedRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductValueAddedRec = ProductValueAddedRec;
});
define("Portal.model$ProductValueAddedList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductValueAddedRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductValueAddedList = (function (_super) {
__extends(ProductValueAddedList, _super);
function ProductValueAddedList(defaults) {
_super.apply(this, arguments);
}
ProductValueAddedList.itemType = PortalModel.ProductValueAddedRec;
return ProductValueAddedList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductValueAddedList = ProductValueAddedList;
});
define("Portal.model$IPriceItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemList = (function (_super) {
__extends(IPriceItemList, _super);
function IPriceItemList(defaults) {
_super.apply(this, arguments);
}
IPriceItemList.itemType = PortalModel.IPriceItemRec;
return IPriceItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPriceItemList = IPriceItemList;
});
define("Portal.model$ProductCardRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductValueAddedList", "Portal.model$IPriceItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductCardRec = (function (_super) {
__extends(ProductCardRec, _super);
function ProductCardRec(defaults) {
_super.apply(this, arguments);
}
ProductCardRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PackageType", "packageTypeAttr", "PackageType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductType", "productTypeAttr", "ProductType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductCode", "productCodeAttr", "ProductCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransitTime", "transitTimeAttr", "TransitTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BasicPrice", "basicPriceAttr", "BasicPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalCardPrice", "totalCardPriceAttr", "TotalCardPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "ShipmentType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductValueAdded", "productValueAddedAttr", "ProductValueAdded", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductValueAddedList());
}, true, PortalModel.ProductValueAddedList),
this.attr("EstimatedPriceItems", "estimatedPriceItemsAttr", "EstimatedPriceItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemList());
}, true, PortalModel.IPriceItemList)
].concat(_super.attributesToDeclare.call(this));
};
ProductCardRec.init();
return ProductCardRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductCardRec = ProductCardRec;
});
define("Portal.model$ContactDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsRec = (function (_super) {
__extends(ContactDetailsRec, _super);
function ContactDetailsRec(defaults) {
_super.apply(this, arguments);
}
ContactDetailsRec.attributesToDeclare = function () {
return [
this.attr("AddressID", "addressIDAttr", "AddressID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("Phone", "phoneAttr", "Phone", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("PhoneISD", "phoneISDAttr", "PhoneISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("MobileISD", "mobileISDAttr", "MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MapLong", "mapLongAttr", "MapLong", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MapLatt", "mapLattAttr", "MapLatt", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CompanyName", "companyNameAttr", "CompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaApartment", "villaApartmentAttr", "VillaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Building", "buildingAttr", "Building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StreetLandmark", "streetLandmarkAttr", "StreetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxZIPNumber", "pOBoxZIPNumberAttr", "POBoxZIPNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Region", "regionAttr", "Region", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryLabel", "countryLabelAttr", "CountryLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityEmirateLabel", "cityEmirateLabelAttr", "CityEmirateLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RegionLabel", "regionLabelAttr", "RegionLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NickName", "nickNameAttr", "NickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SaveContact", "saveContactAttr", "SaveContact", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PhoneISDid", "phoneISDidAttr", "PhoneISDid", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileISDid", "mobileISDidAttr", "MobileISDid", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressType", "addressTypeAttr", "AddressType", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsRec.init();
return ContactDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsRec = ContactDetailsRec;
});
define("Portal.model$CustomDeclarationRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationRec = (function (_super) {
__extends(CustomDeclarationRec, _super);
function CustomDeclarationRec(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationRec.attributesToDeclare = function () {
return [
this.attr("CustomsValue", "customsValueAttr", "CustomsValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ContentDescription", "contentDescriptionAttr", "ContentDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Notes", "notesAttr", "Notes", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructions", "specialInstructionsAttr", "SpecialInstructions", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationRec.init();
return CustomDeclarationRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationRec = CustomDeclarationRec;
});
define("Portal.model$CustomContentPiecesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomContentPiecesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomContentPiecesList = (function (_super) {
__extends(CustomContentPiecesList, _super);
function CustomContentPiecesList(defaults) {
_super.apply(this, arguments);
}
CustomContentPiecesList.itemType = PortalModel.CustomContentPiecesRec;
return CustomContentPiecesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomContentPiecesList = CustomContentPiecesList;
});
define("Portal.model$MasterDataListRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataListRec = (function (_super) {
__extends(MasterDataListRec, _super);
function MasterDataListRec(defaults) {
_super.apply(this, arguments);
}
MasterDataListRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Code", "codeAttr", "Code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MasterDataListRec.init();
return MasterDataListRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MasterDataListRec = MasterDataListRec;
});
define("Portal.model$MasterDataListList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataListList = (function (_super) {
__extends(MasterDataListList, _super);
function MasterDataListList(defaults) {
_super.apply(this, arguments);
}
MasterDataListList.itemType = PortalModel.MasterDataListRec;
return MasterDataListList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MasterDataListList = MasterDataListList;
});
define("Portal.model$CustomDocumentsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDocumentsRec = (function (_super) {
__extends(CustomDocumentsRec, _super);
function CustomDocumentsRec(defaults) {
_super.apply(this, arguments);
}
CustomDocumentsRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocFormat", "docFormatAttr", "DocFormat", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocumentName", "documentNameAttr", "DocumentName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocumentContent", "documentContentAttr", "DocumentContent", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BookinRefNum", "bookinRefNumAttr", "BookinRefNum", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomDocumentsRec.init();
return CustomDocumentsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDocumentsRec = CustomDocumentsRec;
});
define("Portal.model$CustomDocumentsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDocumentsList = (function (_super) {
__extends(CustomDocumentsList, _super);
function CustomDocumentsList(defaults) {
_super.apply(this, arguments);
}
CustomDocumentsList.itemType = PortalModel.CustomDocumentsRec;
return CustomDocumentsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDocumentsList = CustomDocumentsList;
});
define("Portal.model$ProductCardList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductCardList = (function (_super) {
__extends(ProductCardList, _super);
function ProductCardList(defaults) {
_super.apply(this, arguments);
}
ProductCardList.itemType = PortalModel.ProductCardRec;
return ProductCardList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductCardList = ProductCardList;
});
define("Portal.model$PackageRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductCardRec", "Portal.model$ContactDetailsRec", "Portal.model$CustomDeclarationRec", "Portal.model$CustomContentPiecesList", "Portal.model$MasterDataListList", "Portal.model$CustomDocumentsList", "Portal.model$ProductCardList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PackageRec = (function (_super) {
__extends(PackageRec, _super);
function PackageRec(defaults) {
_super.apply(this, arguments);
}
PackageRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Weight", "weightAttr", "Weight", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("WeightType", "weightTypeAttr", "WeightType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("DestinationType", "destinationTypeAttr", "DestinationType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PackageType", "packageTypeAttr", "PackageType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("NatureID", "natureIDAttr", "NatureID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsReturnService", "isReturnServiceAttr", "IsReturnService", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ReturnItemCode", "returnItemCodeAttr", "returnItemCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo", "referenceNoAttr", "referenceNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HandlingInstructionID", "handlingInstructionIDAttr", "handlingInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructionID", "specialInstructionIDAttr", "specialInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryInstructionID", "deliveryInstructionIDAttr", "deliveryInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductCard", "productCardAttr", "ProductCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductCardRec());
}, true, PortalModel.ProductCardRec),
this.attr("IsEditing", "isEditingAttr", "IsEditing", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ReceiverDetails", "receiverDetailsAttr", "ReceiverDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsRec());
}, true, PortalModel.ContactDetailsRec),
this.attr("CustomDeclaration", "customDeclarationAttr", "CustomDeclaration", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationRec());
}, true, PortalModel.CustomDeclarationRec),
this.attr("CustomContentPieces", "customContentPiecesAttr", "CustomContentPieces", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomContentPiecesList());
}, true, PortalModel.CustomContentPiecesList),
this.attr("MasterCity", "masterCityAttr", "MasterCity", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataListList());
}, true, PortalModel.MasterDataListList),
this.attr("MasterRegion", "masterRegionAttr", "MasterRegion", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataListList());
}, true, PortalModel.MasterDataListList),
this.attr("IsCalculateRate", "isCalculateRateAttr", "IsCalculateRate", false, false, OS.Types.Boolean, function () {
return true;
}, true),
this.attr("IsProductsLoading", "isProductsLoadingAttr", "IsProductsLoading", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CustomDocumentsList", "customDocumentsListAttr", "CustomDocumentsList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDocumentsList());
}, true, PortalModel.CustomDocumentsList),
this.attr("CodAmount", "codAmountAttr", "codAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsCod", "isCodAttr", "IsCod", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("FilteredProductCardList", "filteredProductCardListAttr", "FilteredProductCardList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductCardList());
}, true, PortalModel.ProductCardList),
this.attr("ShouldShowAddressModal", "shouldShowAddressModalAttr", "ShouldShowAddressModal", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PackageStatus", "packageStatusAttr", "PackageStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PackageRec.init();
return PackageRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PackageRec = PackageRec;
});
define("Portal.model$PackageRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PackageRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PackageRecord = (function (_super) {
__extends(PackageRecord, _super);
function PackageRecord(defaults) {
_super.apply(this, arguments);
}
PackageRecord.attributesToDeclare = function () {
return [
this.attr("Package", "packageAttr", "Package", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PackageRec());
}, true, PortalModel.PackageRec)
].concat(_super.attributesToDeclare.call(this));
};
PackageRecord.fromStructure = function (str) {
return new PackageRecord(new PackageRecord.RecordClass({
packageAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PackageRecord._isAnonymousRecord = true;
PackageRecord.UniqueId = "d5e7683a-efff-5074-7edf-7c56eae02a9d";
PackageRecord.init();
return PackageRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PackageRecord = PackageRecord;
});
define("Portal.model$PackageRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PackageRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PackageRecordList = (function (_super) {
__extends(PackageRecordList, _super);
function PackageRecordList(defaults) {
_super.apply(this, arguments);
}
PackageRecordList.itemType = PortalModel.PackageRecord;
return PackageRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PackageRecordList = PackageRecordList;
});
define("Portal.model$ProductDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailRec = (function (_super) {
__extends(ProductDetailRec, _super);
function ProductDetailRec(defaults) {
_super.apply(this, arguments);
}
ProductDetailRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ProductCatalogId", "productCatalogIdAttr", "ProductCatalogId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ServiceDetailId", "serviceDetailIdAttr", "ServiceDetailId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDetailType", "serviceDetailTypeAttr", "ServiceDetailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDetailTitleEN", "serviceDetailTitleENAttr", "ServiceDetailTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDetailTitleAR", "serviceDetailTitleARAttr", "ServiceDetailTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "Price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsActive", "isActiveAttr", "IsActive", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedDatetime", "createdDatetimeAttr", "CreatedDatetime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("UpdatedBy", "updatedByAttr", "UpdatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UpdatedDatetime", "updatedDatetimeAttr", "UpdatedDatetime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ServiceDescriptionEN", "serviceDescriptionENAttr", "ServiceDescriptionEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDescriptionAR", "serviceDescriptionARAttr", "ServiceDescriptionAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductCode", "productCodeAttr", "ProductCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostType", "postTypeAttr", "PostType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostalServiceType", "postalServiceTypeAttr", "PostalServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CashFlag", "cashFlagAttr", "CashFlag", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GLId", "gLIdAttr", "GLId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SupplierId", "supplierIdAttr", "SupplierId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsVoucherEnabled", "isVoucherEnabledAttr", "IsVoucherEnabled", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("DiscountedPrice", "discountedPriceAttr", "DiscountedPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("DiscountedVAT", "discountedVATAttr", "DiscountedVAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ServiceDetailVATId", "serviceDetailVATIdAttr", "ServiceDetailVATId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProductDetailRec.init();
return ProductDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductDetailRec = ProductDetailRec;
});
define("Portal.model$ProductDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailList = (function (_super) {
__extends(ProductDetailList, _super);
function ProductDetailList(defaults) {
_super.apply(this, arguments);
}
ProductDetailList.itemType = PortalModel.ProductDetailRec;
return ProductDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductDetailList = ProductDetailList;
});
define("Portal.model$ProductDetailListRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailListRecordRec = (function (_super) {
__extends(ProductDetailListRecordRec, _super);
function ProductDetailListRecordRec(defaults) {
_super.apply(this, arguments);
}
ProductDetailListRecordRec.attributesToDeclare = function () {
return [
this.attr("ProductDetails", "productDetailsAttr", "ProductDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductDetailList());
}, true, PortalModel.ProductDetailList)
].concat(_super.attributesToDeclare.call(this));
};
ProductDetailListRecordRec.fromStructure = function (str) {
return new ProductDetailListRecordRec(new ProductDetailListRecordRec.RecordClass({
productDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductDetailListRecordRec.init();
return ProductDetailListRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductDetailListRecordRec = ProductDetailListRecordRec;
});
define("Portal.model$TextProductDetailsRecordTextRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextProductDetailsRecordTextRecordRec = (function (_super) {
__extends(TextProductDetailsRecordTextRecordRec, _super);
function TextProductDetailsRecordTextRecordRec(defaults) {
_super.apply(this, arguments);
}
TextProductDetailsRecordTextRecordRec.attributesToDeclare = function () {
return [
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductDetailListRecordRec());
}, true, PortalModel.ProductDetailListRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
TextProductDetailsRecordTextRecordRec.init();
return TextProductDetailsRecordTextRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TextProductDetailsRecordTextRecordRec = TextProductDetailsRecordTextRecordRec;
});
define("Portal.model$GetBreadcrumbsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBreadcrumbsResponseRec = (function (_super) {
__extends(GetBreadcrumbsResponseRec, _super);
function GetBreadcrumbsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetBreadcrumbsResponseRec.attributesToDeclare = function () {
return [
this.attr("Home", "homeAttr", "Home", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Level1", "level1Attr", "Level1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Level2", "level2Attr", "Level2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Level3", "level3Attr", "Level3", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetBreadcrumbsResponseRec.init();
return GetBreadcrumbsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetBreadcrumbsResponseRec = GetBreadcrumbsResponseRec;
});
define("Portal.model$GetBreadcrumbsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBreadcrumbsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBreadcrumbsResponseRecord = (function (_super) {
__extends(GetBreadcrumbsResponseRecord, _super);
function GetBreadcrumbsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetBreadcrumbsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetBreadcrumbsResponse", "getBreadcrumbsResponseAttr", "GetBreadcrumbsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetBreadcrumbsResponseRec());
}, true, PortalModel.GetBreadcrumbsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetBreadcrumbsResponseRecord.fromStructure = function (str) {
return new GetBreadcrumbsResponseRecord(new GetBreadcrumbsResponseRecord.RecordClass({
getBreadcrumbsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetBreadcrumbsResponseRecord._isAnonymousRecord = true;
GetBreadcrumbsResponseRecord.UniqueId = "650964dd-a169-3967-039e-bbde2fef6653";
GetBreadcrumbsResponseRecord.init();
return GetBreadcrumbsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetBreadcrumbsResponseRecord = GetBreadcrumbsResponseRecord;
});
define("Portal.model$GetBreadcrumbsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBreadcrumbsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBreadcrumbsResponseRecordList = (function (_super) {
__extends(GetBreadcrumbsResponseRecordList, _super);
function GetBreadcrumbsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetBreadcrumbsResponseRecordList.itemType = PortalModel.GetBreadcrumbsResponseRecord;
return GetBreadcrumbsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetBreadcrumbsResponseRecordList = GetBreadcrumbsResponseRecordList;
});
define("Portal.model$VehicleTypeItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItemRec = (function (_super) {
__extends(VehicleTypeItemRec, _super);
function VehicleTypeItemRec(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
VehicleTypeItemRec.init();
return VehicleTypeItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.VehicleTypeItemRec = VehicleTypeItemRec;
});
define("Portal.model$VehicleTypeItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItemList = (function (_super) {
__extends(VehicleTypeItemList, _super);
function VehicleTypeItemList(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItemList.itemType = PortalModel.VehicleTypeItemRec;
return VehicleTypeItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VehicleTypeItemList = VehicleTypeItemList;
});
define("Portal.model$ShipmentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItemRec = (function (_super) {
__extends(ShipmentItemRec, _super);
function ShipmentItemRec(defaults) {
_super.apply(this, arguments);
}
ShipmentItemRec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pieces", "piecesAttr", "pieces", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("WeightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargeableWeight", "chargeableWeightAttr", "chargeableWeight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CommodityDescription", "commodityDescriptionAttr", "commodityDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsAmount", "customsAmountAttr", "customsAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsCharges", "customsChargesAttr", "customsCharges", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AccountNumber", "accountNumberAttr", "accountNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ThirdPartyReferenceNumber", "thirdPartyReferenceNumberAttr", "thirdPartyReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperReferenceNumber", "shipperReferenceNumberAttr", "shipperReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber1", "referenceNumber1Attr", "referenceNumber1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber2", "referenceNumber2Attr", "referenceNumber2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCompanyName", "senderCompanyNameAttr", "senderCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactName", "senderContactNameAttr", "senderContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactNumber", "senderContactNumberAttr", "senderContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCity", "senderCityAttr", "senderCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderPOBox", "senderPOBoxAttr", "senderPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCountry", "senderCountryAttr", "senderCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCompanyName", "consigneeCompanyNameAttr", "consigneeCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactName", "consigneeContactNameAttr", "consigneeContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactNumber", "consigneeContactNumberAttr", "consigneeContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeAddress", "consigneeAddressAttr", "consigneeAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCity", "consigneeCityAttr", "consigneeCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneePOBox", "consigneePOBoxAttr", "consigneePOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCountry", "consigneeCountryAttr", "consigneeCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryDate", "deliveryDateAttr", "deliveryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryTo", "deliveryToAttr", "deliveryTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryType", "deliveryTypeAttr", "deliveryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentType", "paymentTypeAttr", "paymentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODAmountToBeCollected", "cODAmountToBeCollectedAttr", "cODAmountToBeCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODAmountCollected", "cODAmountCollectedAttr", "cODAmountCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODCollectionDate", "cODCollectionDateAttr", "cODCollectionDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "currentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExpectedDeliveryTime", "expectedDeliveryTimeAttr", "expectedDeliveryTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeCode", "contentTypeCodeAttr", "contentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeDescription", "contentTypeDescriptionAttr", "contentTypeDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Registered", "registeredAttr", "registered", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Height", "heightAttr", "height", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "length", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Width", "widthAttr", "width", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "itemValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ProductCode", "productCodeAttr", "productCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructionID", "specialInstructionIDAttr", "specialInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DeliveryInstructionID", "deliveryInstructionIDAttr", "deliveryInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("HandlingInstructionID", "handlingInstructionIDAttr", "handlingInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsReturnItem", "isReturnItemAttr", "isReturnItem", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsReturnService", "isReturnServiceAttr", "isReturnService", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOffOfficeID", "isDropOffOfficeIDAttr", "isDropOffOfficeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "natureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderEmailAddress", "senderEmailAddressAttr", "senderEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverEmailAddress", "receiverEmailAddressAttr", "receiverEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginOffice", "originOfficeAttr", "originOffice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargesPaid", "chargesPaidAttr", "chargesPaid", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("BookingNumber", "bookingNumberAttr", "bookingNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItemRec.init();
return ShipmentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItemRec = ShipmentItemRec;
});
define("Portal.model$ShipmentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItemList = (function (_super) {
__extends(ShipmentItemList, _super);
function ShipmentItemList(defaults) {
_super.apply(this, arguments);
}
ShipmentItemList.itemType = PortalModel.ShipmentItemRec;
return ShipmentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItemList = ShipmentItemList;
});
define("Portal.model$Payload3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload3Rec = (function (_super) {
__extends(Payload3Rec, _super);
function Payload3Rec(defaults) {
_super.apply(this, arguments);
}
Payload3Rec.attributesToDeclare = function () {
return [
this.attr("Shipment", "shipmentAttr", "shipment", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItemList());
}, true, PortalModel.ShipmentItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload3Rec.fromStructure = function (str) {
return new Payload3Rec(new Payload3Rec.RecordClass({
shipmentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload3Rec.init();
return Payload3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload3Rec = Payload3Rec;
});
define("Portal.model$PostGetOutboundShipmentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentResponseRec = (function (_super) {
__extends(PostGetOutboundShipmentResponseRec, _super);
function PostGetOutboundShipmentResponseRec(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload3Rec());
}, true, PortalModel.Payload3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetOutboundShipmentResponseRec.init();
return PostGetOutboundShipmentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetOutboundShipmentResponseRec = PostGetOutboundShipmentResponseRec;
});
define("Portal.model$LegalEnquiry2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry2Rec = (function (_super) {
__extends(LegalEnquiry2Rec, _super);
function LegalEnquiry2Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAdress", "emailAdressAttr", "EmailAdress", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileEmiratesId", "fileEmiratesIdAttr", "FileEmiratesId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtCaseNumber", "courtCaseNumberAttr", "CourtCaseNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtLetterNumber", "courtLetterNumberAttr", "CourtLetterNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileCourtRequestLetter", "fileCourtRequestLetterAttr", "FileCourtRequestLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestType", "requestTypeAttr", "RequestType", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CompanyEmailAddress", "companyEmailAddressAttr", "CompanyEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileReqProofOfAuthorization", "fileReqProofOfAuthorizationAttr", "FileReqProofOfAuthorization", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileTradeLicense", "fileTradeLicenseAttr", "FileTradeLicense", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderFullName", "holderFullNameAttr", "HolderFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressTo", "addressToAttr", "AddressTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfo", "aditionalHolderInfoAttr", "AditionalHolderInfo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LegalEnquiryStatusId", "legalEnquiryStatusIdAttr", "LegalEnquiryStatusId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FilefinalLetter", "filefinalLetterAttr", "FilefinalLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TextTodispayPDF", "textTodispayPDFAttr", "TextTodispayPDF", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesIDNumber", "emiratesIDNumberAttr", "EmiratesIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry2Rec.init();
return LegalEnquiry2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry2Rec = LegalEnquiry2Rec;
});
define("Portal.model$LegalEnquiry2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry2List = (function (_super) {
__extends(LegalEnquiry2List, _super);
function LegalEnquiry2List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry2List.itemType = PortalModel.LegalEnquiry2Rec;
return LegalEnquiry2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry2List = LegalEnquiry2List;
});
define("Portal.model$Payload57Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload57Rec = (function (_super) {
__extends(Payload57Rec, _super);
function Payload57Rec(defaults) {
_super.apply(this, arguments);
}
Payload57Rec.attributesToDeclare = function () {
return [
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LegalEnquiryList", "legalEnquiryListAttr", "LegalEnquiryList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry2List());
}, true, PortalModel.LegalEnquiry2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload57Rec.init();
return Payload57Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload57Rec = Payload57Rec;
});
define("Portal.model$Payload57Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload57Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload57Record = (function (_super) {
__extends(Payload57Record, _super);
function Payload57Record(defaults) {
_super.apply(this, arguments);
}
Payload57Record.attributesToDeclare = function () {
return [
this.attr("Payload57", "payload57Attr", "Payload57", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload57Rec());
}, true, PortalModel.Payload57Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload57Record.fromStructure = function (str) {
return new Payload57Record(new Payload57Record.RecordClass({
payload57Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload57Record._isAnonymousRecord = true;
Payload57Record.UniqueId = "c58624fc-4862-e6b4-aaf8-49ec05430b06";
Payload57Record.init();
return Payload57Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload57Record = Payload57Record;
});
define("Portal.model$Payload57RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload57Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload57RecordList = (function (_super) {
__extends(Payload57RecordList, _super);
function Payload57RecordList(defaults) {
_super.apply(this, arguments);
}
Payload57RecordList.itemType = PortalModel.Payload57Record;
return Payload57RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload57RecordList = Payload57RecordList;
});
define("Portal.model$SetDefaultAddressResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressResponseRec = (function (_super) {
__extends(SetDefaultAddressResponseRec, _super);
function SetDefaultAddressResponseRec(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SetDefaultAddressResponseRec.init();
return SetDefaultAddressResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SetDefaultAddressResponseRec = SetDefaultAddressResponseRec;
});
define("Portal.model$HTTPHeader17Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader17Rec = (function (_super) {
__extends(HTTPHeader17Rec, _super);
function HTTPHeader17Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader17Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader17Rec.init();
return HTTPHeader17Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader17Rec = HTTPHeader17Rec;
});
define("Portal.model$HTTPHeader17Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader17Record = (function (_super) {
__extends(HTTPHeader17Record, _super);
function HTTPHeader17Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader17Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader17", "hTTPHeader17Attr", "HTTPHeader17", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader17Rec());
}, true, PortalModel.HTTPHeader17Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader17Record.fromStructure = function (str) {
return new HTTPHeader17Record(new HTTPHeader17Record.RecordClass({
hTTPHeader17Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader17Record._isAnonymousRecord = true;
HTTPHeader17Record.UniqueId = "284249d1-cfa2-199d-a9f6-174a299c05c6";
HTTPHeader17Record.init();
return HTTPHeader17Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader17Record = HTTPHeader17Record;
});
define("Portal.model$HTTPHeader17RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader17Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader17RecordList = (function (_super) {
__extends(HTTPHeader17RecordList, _super);
function HTTPHeader17RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader17RecordList.itemType = PortalModel.HTTPHeader17Record;
return HTTPHeader17RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader17RecordList = HTTPHeader17RecordList;
});
define("Portal.model$CityItem4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem4Rec = (function (_super) {
__extends(CityItem4Rec, _super);
function CityItem4Rec(defaults) {
_super.apply(this, arguments);
}
CityItem4Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CityItem4Rec.init();
return CityItem4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItem4Rec = CityItem4Rec;
});
define("Portal.model$CityItem4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem4List = (function (_super) {
__extends(CityItem4List, _super);
function CityItem4List(defaults) {
_super.apply(this, arguments);
}
CityItem4List.itemType = PortalModel.CityItem4Rec;
return CityItem4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItem4List = CityItem4List;
});
define("Portal.model$Payload21Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload21Rec = (function (_super) {
__extends(Payload21Rec, _super);
function Payload21Rec(defaults) {
_super.apply(this, arguments);
}
Payload21Rec.attributesToDeclare = function () {
return [
this.attr("cities", "citiesAttr", "cities", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItem4List());
}, true, PortalModel.CityItem4List)
].concat(_super.attributesToDeclare.call(this));
};
Payload21Rec.fromStructure = function (str) {
return new Payload21Rec(new Payload21Rec.RecordClass({
citiesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload21Rec.init();
return Payload21Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload21Rec = Payload21Rec;
});
define("Portal.model$InternationalPostalDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InternationalPostalDetailRec = (function (_super) {
__extends(InternationalPostalDetailRec, _super);
function InternationalPostalDetailRec(defaults) {
_super.apply(this, arguments);
}
InternationalPostalDetailRec.attributesToDeclare = function () {
return [
this.attr("TrackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EnquiryReason", "enquiryReasonAttr", "enquiryReason", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderName", "senderNameAttr", "senderName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderEmirate", "senderEmirateAttr", "senderEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverName", "receiverNameAttr", "receiverName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverAddress", "receiverAddressAttr", "receiverAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverCountry", "receiverCountryAttr", "receiverCountry", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
InternationalPostalDetailRec.init();
return InternationalPostalDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.InternationalPostalDetailRec = InternationalPostalDetailRec;
});
define("Portal.model$PayloadItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternationalPostalDetailRec", "Portal.model$MoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItemRec = (function (_super) {
__extends(PayloadItemRec, _super);
function PayloadItemRec(defaults) {
_super.apply(this, arguments);
}
PayloadItemRec.attributesToDeclare = function () {
return [
this.attr("ReferenceNumber", "referenceNumberAttr", "referenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CategoryId", "categoryIdAttr", "categoryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CategoryName", "categoryNameAttr", "categoryName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EnquiryTypeId", "enquiryTypeIdAttr", "enquiryTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EnquiryTypeName", "enquiryTypeNameAttr", "enquiryTypeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobilePhone", "mobilePhoneAttr", "mobilePhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedOn", "createdOnAttr", "createdOn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InternationalPostalDetails", "internationalPostalDetailsAttr", "internationalPostalDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.InternationalPostalDetailRec());
}, true, PortalModel.InternationalPostalDetailRec),
this.attr("MoneyOrderDetail", "moneyOrderDetailAttr", "moneyOrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MoneyOrderDetailRec());
}, true, PortalModel.MoneyOrderDetailRec),
this.attr("TrackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItemRec.init();
return PayloadItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItemRec = PayloadItemRec;
});
define("Portal.model$PayloadItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItemRecord = (function (_super) {
__extends(PayloadItemRecord, _super);
function PayloadItemRecord(defaults) {
_super.apply(this, arguments);
}
PayloadItemRecord.attributesToDeclare = function () {
return [
this.attr("PayloadItem", "payloadItemAttr", "PayloadItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItemRec());
}, true, PortalModel.PayloadItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItemRecord.fromStructure = function (str) {
return new PayloadItemRecord(new PayloadItemRecord.RecordClass({
payloadItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItemRecord._isAnonymousRecord = true;
PayloadItemRecord.UniqueId = "0558f1e3-fdeb-b146-1293-617159fde33c";
PayloadItemRecord.init();
return PayloadItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItemRecord = PayloadItemRecord;
});
define("Portal.model$Payload16Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload16Rec = (function (_super) {
__extends(Payload16Rec, _super);
function Payload16Rec(defaults) {
_super.apply(this, arguments);
}
Payload16Rec.attributesToDeclare = function () {
return [
this.attr("bookingOrderNumber", "bookingOrderNumberAttr", "bookingOrderNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload16Rec.fromStructure = function (str) {
return new Payload16Rec(new Payload16Rec.RecordClass({
bookingOrderNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload16Rec.init();
return Payload16Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload16Rec = Payload16Rec;
});
define("Portal.model$Payload16List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload16List = (function (_super) {
__extends(Payload16List, _super);
function Payload16List(defaults) {
_super.apply(this, arguments);
}
Payload16List.itemType = PortalModel.Payload16Rec;
return Payload16List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload16List = Payload16List;
});
define("Portal.model$GetDropOffLocationRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationRequestRec = (function (_super) {
__extends(GetDropOffLocationRequestRec, _super);
function GetDropOffLocationRequestRec(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationRequestRec.attributesToDeclare = function () {
return [
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetDropOffLocationRequestRec.fromStructure = function (str) {
return new GetDropOffLocationRequestRec(new GetDropOffLocationRequestRec.RecordClass({
emirateIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDropOffLocationRequestRec.init();
return GetDropOffLocationRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDropOffLocationRequestRec = GetDropOffLocationRequestRec;
});
define("Portal.model$GetDropOffLocationRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationRequestRecord = (function (_super) {
__extends(GetDropOffLocationRequestRecord, _super);
function GetDropOffLocationRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetDropOffLocationRequest", "getDropOffLocationRequestAttr", "GetDropOffLocationRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDropOffLocationRequestRec());
}, true, PortalModel.GetDropOffLocationRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetDropOffLocationRequestRecord.fromStructure = function (str) {
return new GetDropOffLocationRequestRecord(new GetDropOffLocationRequestRecord.RecordClass({
getDropOffLocationRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDropOffLocationRequestRecord._isAnonymousRecord = true;
GetDropOffLocationRequestRecord.UniqueId = "057969b5-7d0c-a99a-6bb2-9c766f1c2423";
GetDropOffLocationRequestRecord.init();
return GetDropOffLocationRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDropOffLocationRequestRecord = GetDropOffLocationRequestRecord;
});
define("Portal.model$OTPRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OTPRec = (function (_super) {
__extends(OTPRec, _super);
function OTPRec(defaults) {
_super.apply(this, arguments);
}
OTPRec.attributesToDeclare = function () {
return [
this.attr("OTP_1", "oTP_1Attr", "OTP_1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OTP_2", "oTP_2Attr", "OTP_2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OTP_3", "oTP_3Attr", "OTP_3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OTP_4", "oTP_4Attr", "OTP_4", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OTP_5", "oTP_5Attr", "OTP_5", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OTPRec.init();
return OTPRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OTPRec = OTPRec;
});
define("Portal.model$OTPRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OTPRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OTPRecord = (function (_super) {
__extends(OTPRecord, _super);
function OTPRecord(defaults) {
_super.apply(this, arguments);
}
OTPRecord.attributesToDeclare = function () {
return [
this.attr("OTP", "oTPAttr", "OTP", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OTPRec());
}, true, PortalModel.OTPRec)
].concat(_super.attributesToDeclare.call(this));
};
OTPRecord.fromStructure = function (str) {
return new OTPRecord(new OTPRecord.RecordClass({
oTPAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OTPRecord._isAnonymousRecord = true;
OTPRecord.UniqueId = "0587a779-d290-8dc4-fd05-9f502f5e8f0e";
OTPRecord.init();
return OTPRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OTPRecord = OTPRecord;
});
define("Portal.model$MenuRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuRec = (function (_super) {
__extends(MenuRec, _super);
function MenuRec(defaults) {
_super.apply(this, arguments);
}
MenuRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ParentMenuId", "parentMenuIdAttr", "ParentMenuId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("URL", "uRLAttr", "URL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Level", "levelAttr", "Level", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("IsActive", "isActiveAttr", "IsActive", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Order", "orderAttr", "Order", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CmsPageId", "cmsPageIdAttr", "CmsPageId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedOn", "createdOnAttr", "CreatedOn", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("UpdatedBy", "updatedByAttr", "UpdatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UpdatedOn", "updatedOnAttr", "UpdatedOn", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MenuRec.init();
return MenuRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MenuRec = MenuRec;
});
define("Portal.model$Menu_LocaleRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Menu_LocaleRec = (function (_super) {
__extends(Menu_LocaleRec, _super);
function Menu_LocaleRec(defaults) {
_super.apply(this, arguments);
}
Menu_LocaleRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LocaleId", "localeIdAttr", "LocaleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MenuId", "menuIdAttr", "MenuId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Menu_LocaleRec.init();
return Menu_LocaleRec;
})(OS.DataTypes.GenericRecord);
PortalModel.Menu_LocaleRec = Menu_LocaleRec;
});
define("Portal.model$GetMenus3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRec", "Portal.model$Menu_LocaleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus3Rec = (function (_super) {
__extends(GetMenus3Rec, _super);
function GetMenus3Rec(defaults) {
_super.apply(this, arguments);
}
GetMenus3Rec.attributesToDeclare = function () {
return [
this.attr("Menu", "menuAttr", "Menu", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MenuRec());
}, true, PortalModel.MenuRec),
this.attr("MenuLocale", "menuLocaleAttr", "MenuLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Menu_LocaleRec());
}, true, PortalModel.Menu_LocaleRec),
this.attr("PageUrl", "pageUrlAttr", "PageUrl", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetMenus3Rec.init();
return GetMenus3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenus3Rec = GetMenus3Rec;
});
define("Portal.model$GetMenus3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus3List = (function (_super) {
__extends(GetMenus3List, _super);
function GetMenus3List(defaults) {
_super.apply(this, arguments);
}
GetMenus3List.itemType = PortalModel.GetMenus3Rec;
return GetMenus3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenus3List = GetMenus3List;
});
define("Portal.model$GetMenus2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRec", "Portal.model$Menu_LocaleRec", "Portal.model$GetMenus3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus2Rec = (function (_super) {
__extends(GetMenus2Rec, _super);
function GetMenus2Rec(defaults) {
_super.apply(this, arguments);
}
GetMenus2Rec.attributesToDeclare = function () {
return [
this.attr("Menu", "menuAttr", "Menu", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MenuRec());
}, true, PortalModel.MenuRec),
this.attr("MenuLocale", "menuLocaleAttr", "MenuLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Menu_LocaleRec());
}, true, PortalModel.Menu_LocaleRec),
this.attr("PageUrl", "pageUrlAttr", "PageUrl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Layer3MenuList", "layer3MenuListAttr", "Layer3MenuList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMenus3List());
}, true, PortalModel.GetMenus3List)
].concat(_super.attributesToDeclare.call(this));
};
GetMenus2Rec.init();
return GetMenus2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenus2Rec = GetMenus2Rec;
});
define("Portal.model$GetMenus2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus2Record = (function (_super) {
__extends(GetMenus2Record, _super);
function GetMenus2Record(defaults) {
_super.apply(this, arguments);
}
GetMenus2Record.attributesToDeclare = function () {
return [
this.attr("GetMenus2", "getMenus2Attr", "GetMenus2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMenus2Rec());
}, true, PortalModel.GetMenus2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetMenus2Record.fromStructure = function (str) {
return new GetMenus2Record(new GetMenus2Record.RecordClass({
getMenus2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMenus2Record._isAnonymousRecord = true;
GetMenus2Record.UniqueId = "81e7f508-0f91-be4a-3a8b-9d46fbad92ad";
GetMenus2Record.init();
return GetMenus2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenus2Record = GetMenus2Record;
});
define("Portal.model$GetMenus2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus2RecordList = (function (_super) {
__extends(GetMenus2RecordList, _super);
function GetMenus2RecordList(defaults) {
_super.apply(this, arguments);
}
GetMenus2RecordList.itemType = PortalModel.GetMenus2Record;
return GetMenus2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenus2RecordList = GetMenus2RecordList;
});
define("Portal.model$ListCustomerDuePaymentOptionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListCustomerDuePaymentOptionRec = (function (_super) {
__extends(ListCustomerDuePaymentOptionRec, _super);
function ListCustomerDuePaymentOptionRec(defaults) {
_super.apply(this, arguments);
}
ListCustomerDuePaymentOptionRec.attributesToDeclare = function () {
return [
this.attr("ECustomerDuePaymentOptions", "eCustomerDuePaymentOptionsAttr", "eCustomerDuePaymentOptions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
ListCustomerDuePaymentOptionRec.fromStructure = function (str) {
return new ListCustomerDuePaymentOptionRec(new ListCustomerDuePaymentOptionRec.RecordClass({
eCustomerDuePaymentOptionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ListCustomerDuePaymentOptionRec.init();
return ListCustomerDuePaymentOptionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ListCustomerDuePaymentOptionRec = ListCustomerDuePaymentOptionRec;
});
define("Portal.model$CaseBodyList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBodyList = (function (_super) {
__extends(CaseBodyList, _super);
function CaseBodyList(defaults) {
_super.apply(this, arguments);
}
CaseBodyList.itemType = PortalModel.CaseBodyRec;
return CaseBodyList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBodyList = CaseBodyList;
});
define("Portal.model$", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DateList = (function (_super) {
__extends(DateList, _super);
function DateList(defaults) {
_super.apply(this, arguments);
}
DateList.itemType = OS.Types.Date;
return DateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DateList = DateList;
});
define("Portal.model$POBoxExpiryDatesPayload2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesPayload2Rec = (function (_super) {
__extends(POBoxExpiryDatesPayload2Rec, _super);
function POBoxExpiryDatesPayload2Rec(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesPayload2Rec.attributesToDeclare = function () {
return [
this.attr("isList", "isListAttr", "isList", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("dateList", "dateListAttr", "dateList", true, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.DateList());
}, true, OS.DataTypes.DateList),
this.attr("minExpiryDate", "minExpiryDateAttr", "minExpiryDate", true, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("maxExpiryDate", "maxExpiryDateAttr", "maxExpiryDate", true, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesPayload2Rec.init();
return POBoxExpiryDatesPayload2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesPayload2Rec = POBoxExpiryDatesPayload2Rec;
});
define("Portal.model$POBoxExpiryDatesResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesResponse2Rec = (function (_super) {
__extends(POBoxExpiryDatesResponse2Rec, _super);
function POBoxExpiryDatesResponse2Rec(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesPayload2Rec());
}, true, PortalModel.POBoxExpiryDatesPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesResponse2Rec.init();
return POBoxExpiryDatesResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesResponse2Rec = POBoxExpiryDatesResponse2Rec;
});
define("Portal.model$POBoxExpiryDatesResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesResponse2List = (function (_super) {
__extends(POBoxExpiryDatesResponse2List, _super);
function POBoxExpiryDatesResponse2List(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesResponse2List.itemType = PortalModel.POBoxExpiryDatesResponse2Rec;
return POBoxExpiryDatesResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesResponse2List = POBoxExpiryDatesResponse2List;
});
define("Portal.model$HTTPHeader9Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader9Rec = (function (_super) {
__extends(HTTPHeader9Rec, _super);
function HTTPHeader9Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader9Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader9Rec.init();
return HTTPHeader9Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader9Rec = HTTPHeader9Rec;
});
define("Portal.model$HTTPHeader9Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader9Record = (function (_super) {
__extends(HTTPHeader9Record, _super);
function HTTPHeader9Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader9Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader9", "hTTPHeader9Attr", "HTTPHeader9", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader9Rec());
}, true, PortalModel.HTTPHeader9Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader9Record.fromStructure = function (str) {
return new HTTPHeader9Record(new HTTPHeader9Record.RecordClass({
hTTPHeader9Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader9Record._isAnonymousRecord = true;
HTTPHeader9Record.UniqueId = "067571d0-3188-74ca-e1a7-c9f3b51cd75a";
HTTPHeader9Record.init();
return HTTPHeader9Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader9Record = HTTPHeader9Record;
});
define("Portal.model$ContactDetailsFileItemsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileItemsRec = (function (_super) {
__extends(ContactDetailsFileItemsRec, _super);
function ContactDetailsFileItemsRec(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileItemsRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NickName", "nickNameAttr", "NickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("PhoneISDid", "phoneISDidAttr", "PhoneISDid", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhoneISD", "phoneISDAttr", "PhoneISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Phone", "phoneAttr", "Phone", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("MobileISDid", "mobileISDidAttr", "MobileISDid", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileISD", "mobileISDAttr", "MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("CompanyName", "companyNameAttr", "CompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaApartment", "villaApartmentAttr", "VillaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Building", "buildingAttr", "Building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StreetLandmark", "streetLandmarkAttr", "StreetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxZIPCode", "pOBoxZIPCodeAttr", "POBoxZIPCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryID", "countryIDAttr", "CountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityEmirate", "cityEmirateAttr", "CityEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityEmirateID", "cityEmirateIDAttr", "CityEmirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Area", "areaAttr", "Area", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AreaID", "areaIDAttr", "AreaID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsErrorFree", "isErrorFreeAttr", "IsErrorFree", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ErrorDesc", "errorDescAttr", "ErrorDesc", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsFileItemsRec.init();
return ContactDetailsFileItemsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsFileItemsRec = ContactDetailsFileItemsRec;
});
define("Portal.model$ContactDetailsFileItemsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileItemsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileItemsRecord = (function (_super) {
__extends(ContactDetailsFileItemsRecord, _super);
function ContactDetailsFileItemsRecord(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileItemsRecord.attributesToDeclare = function () {
return [
this.attr("ContactDetailsFileItems", "contactDetailsFileItemsAttr", "ContactDetailsFileItems", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsFileItemsRec());
}, true, PortalModel.ContactDetailsFileItemsRec)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsFileItemsRecord.fromStructure = function (str) {
return new ContactDetailsFileItemsRecord(new ContactDetailsFileItemsRecord.RecordClass({
contactDetailsFileItemsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ContactDetailsFileItemsRecord._isAnonymousRecord = true;
ContactDetailsFileItemsRecord.UniqueId = "06cc6552-9506-90dc-aaec-696eb778f00f";
ContactDetailsFileItemsRecord.init();
return ContactDetailsFileItemsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsFileItemsRecord = ContactDetailsFileItemsRecord;
});
define("Portal.model$TaxObjectItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemRec = (function (_super) {
__extends(TaxObjectItemRec, _super);
function TaxObjectItemRec(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemRec.attributesToDeclare = function () {
return [
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("amount", "amountAttr", "amount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TaxObjectItemRec.init();
return TaxObjectItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxObjectItemRec = TaxObjectItemRec;
});
define("Portal.model$TaxObjectItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemList = (function (_super) {
__extends(TaxObjectItemList, _super);
function TaxObjectItemList(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemList.itemType = PortalModel.TaxObjectItemRec;
return TaxObjectItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxObjectItemList = TaxObjectItemList;
});
define("Portal.model$BundleServiceDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceDetailItemRec = (function (_super) {
__extends(BundleServiceDetailItemRec, _super);
function BundleServiceDetailItemRec(defaults) {
_super.apply(this, arguments);
}
BundleServiceDetailItemRec.attributesToDeclare = function () {
return [
this.attr("year", "yearAttr", "year", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("price", "priceAttr", "price", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("taxObject", "taxObjectAttr", "taxObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemList());
}, true, PortalModel.TaxObjectItemList),
this.attr("isMandatory", "isMandatoryAttr", "isMandatory", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("serviceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceSubtitle", "serviceSubtitleAttr", "serviceSubtitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsOneTime", "isOneTimeAttr", "isOneTime", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ServiceTitleEN", "serviceTitleENAttr", "serviceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleAR", "serviceTitleARAttr", "serviceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDescriptionEN", "serviceDescriptionENAttr", "serviceDescriptionEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDescriptionAR", "serviceDescriptionARAttr", "serviceDescriptionAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("YearlyPrice", "yearlyPriceAttr", "yearlyPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceDetailItemRec.init();
return BundleServiceDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceDetailItemRec = BundleServiceDetailItemRec;
});
define("Portal.model$BundleServiceDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceDetailItemList = (function (_super) {
__extends(BundleServiceDetailItemList, _super);
function BundleServiceDetailItemList(defaults) {
_super.apply(this, arguments);
}
BundleServiceDetailItemList.itemType = PortalModel.BundleServiceDetailItemRec;
return BundleServiceDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceDetailItemList = BundleServiceDetailItemList;
});
define("Portal.model$SelectPostBoxPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxPayloadRec = (function (_super) {
__extends(SelectPostBoxPayloadRec, _super);
function SelectPostBoxPayloadRec(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxPayloadRec.attributesToDeclare = function () {
return [
this.attr("subscriptionReference", "subscriptionReferenceAttr", "subscriptionReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BundleServiceDetail", "bundleServiceDetailAttr", "BundleServiceDetail", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemList());
}, true, PortalModel.BundleServiceDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxPayloadRec.init();
return SelectPostBoxPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxPayloadRec = SelectPostBoxPayloadRec;
});
define("Portal.model$SelectPostBoxResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxResponseRec = (function (_super) {
__extends(SelectPostBoxResponseRec, _super);
function SelectPostBoxResponseRec(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPostBoxPayloadRec());
}, true, PortalModel.SelectPostBoxPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxResponseRec.init();
return SelectPostBoxResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxResponseRec = SelectPostBoxResponseRec;
});
define("Portal.model$SelectPostBoxResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxResponseList = (function (_super) {
__extends(SelectPostBoxResponseList, _super);
function SelectPostBoxResponseList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxResponseList.itemType = PortalModel.SelectPostBoxResponseRec;
return SelectPostBoxResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxResponseList = SelectPostBoxResponseList;
});
define("Portal.model$OptionsetStructureRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OptionsetStructureRec = (function (_super) {
__extends(OptionsetStructureRec, _super);
function OptionsetStructureRec(defaults) {
_super.apply(this, arguments);
}
OptionsetStructureRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Id", "idAttr", "Id", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OptionsetStructureRec.init();
return OptionsetStructureRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OptionsetStructureRec = OptionsetStructureRec;
});
define("Portal.model$OptionsetStructureList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OptionsetStructureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OptionsetStructureList = (function (_super) {
__extends(OptionsetStructureList, _super);
function OptionsetStructureList(defaults) {
_super.apply(this, arguments);
}
OptionsetStructureList.itemType = PortalModel.OptionsetStructureRec;
return OptionsetStructureList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OptionsetStructureList = OptionsetStructureList;
});
define("Portal.model$AddressObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressObjectRec = (function (_super) {
__extends(AddressObjectRec, _super);
function AddressObjectRec(defaults) {
_super.apply(this, arguments);
}
AddressObjectRec.attributesToDeclare = function () {
return [
this.attr("addressBookID", "addressBookIDAttr", "addressBookID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("addressType", "addressTypeAttr", "addressType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isDefaultAddress", "isDefaultAddressAttr", "isDefaultAddress", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("contactName", "contactNameAttr", "contactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactPhoneISD", "contactPhoneISDAttr", "contactPhoneISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactPhone", "contactPhoneAttr", "contactPhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactMobileISD", "contactMobileISDAttr", "contactMobileISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactMobile", "contactMobileAttr", "contactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("villaApartment", "villaApartmentAttr", "villaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("streetLandmark", "streetLandmarkAttr", "streetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("building", "buildingAttr", "building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("longitude", "longitudeAttr", "longitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxZipNumber", "poBoxZipNumberAttr", "poBoxZipNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalEmirateId", "postalEmirateIdAttr", "postalEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierEmirateId", "courierEmirateIdAttr", "courierEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalCityId", "postalCityIdAttr", "postalCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierCityId", "courierCityIdAttr", "courierCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("countryId", "countryIdAttr", "countryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("nickName", "nickNameAttr", "nickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierRegionId", "courierRegionIdAttr", "courierRegionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AddressObjectRec.init();
return AddressObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressObjectRec = AddressObjectRec;
});
define("Portal.model$AddressObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressObjectList = (function (_super) {
__extends(AddressObjectList, _super);
function AddressObjectList(defaults) {
_super.apply(this, arguments);
}
AddressObjectList.itemType = PortalModel.AddressObjectRec;
return AddressObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressObjectList = AddressObjectList;
});
define("Portal.model$UpdateCustomerAddressRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateCustomerAddressRequestRec = (function (_super) {
__extends(UpdateCustomerAddressRequestRec, _super);
function UpdateCustomerAddressRequestRec(defaults) {
_super.apply(this, arguments);
}
UpdateCustomerAddressRequestRec.attributesToDeclare = function () {
return [
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressObjectList());
}, true, PortalModel.AddressObjectList)
].concat(_super.attributesToDeclare.call(this));
};
UpdateCustomerAddressRequestRec.fromStructure = function (str) {
return new UpdateCustomerAddressRequestRec(new UpdateCustomerAddressRequestRec.RecordClass({
addressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdateCustomerAddressRequestRec.init();
return UpdateCustomerAddressRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateCustomerAddressRequestRec = UpdateCustomerAddressRequestRec;
});
define("Portal.model$UpdateCustomerAddressRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateCustomerAddressRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateCustomerAddressRequestRecord = (function (_super) {
__extends(UpdateCustomerAddressRequestRecord, _super);
function UpdateCustomerAddressRequestRecord(defaults) {
_super.apply(this, arguments);
}
UpdateCustomerAddressRequestRecord.attributesToDeclare = function () {
return [
this.attr("UpdateCustomerAddressRequest", "updateCustomerAddressRequestAttr", "UpdateCustomerAddressRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpdateCustomerAddressRequestRec());
}, true, PortalModel.UpdateCustomerAddressRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UpdateCustomerAddressRequestRecord.fromStructure = function (str) {
return new UpdateCustomerAddressRequestRecord(new UpdateCustomerAddressRequestRecord.RecordClass({
updateCustomerAddressRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdateCustomerAddressRequestRecord._isAnonymousRecord = true;
UpdateCustomerAddressRequestRecord.UniqueId = "0718b9a7-e631-08e0-2c43-90899d5efa4a";
UpdateCustomerAddressRequestRecord.init();
return UpdateCustomerAddressRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateCustomerAddressRequestRecord = UpdateCustomerAddressRequestRecord;
});
define("Portal.model$FreeBoxObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxObjectRec = (function (_super) {
__extends(FreeBoxObjectRec, _super);
function FreeBoxObjectRec(defaults) {
_super.apply(this, arguments);
}
FreeBoxObjectRec.attributesToDeclare = function () {
return [
this.attr("uniqueBoxId", "uniqueBoxIdAttr", "uniqueBoxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("officeId", "officeIdAttr", "officeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("officeIntId", "officeIntIdAttr", "officeIntId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
FreeBoxObjectRec.init();
return FreeBoxObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FreeBoxObjectRec = FreeBoxObjectRec;
});
define("Portal.model$FreeBoxObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxObjectList = (function (_super) {
__extends(FreeBoxObjectList, _super);
function FreeBoxObjectList(defaults) {
_super.apply(this, arguments);
}
FreeBoxObjectList.itemType = PortalModel.FreeBoxObjectRec;
return FreeBoxObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FreeBoxObjectList = FreeBoxObjectList;
});
define("Portal.model$GetFreeBoxPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxPayloadRec = (function (_super) {
__extends(GetFreeBoxPayloadRec, _super);
function GetFreeBoxPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxPayloadRec.attributesToDeclare = function () {
return [
this.attr("freeBoxes", "freeBoxesAttr", "freeBoxes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FreeBoxObjectList());
}, true, PortalModel.FreeBoxObjectList)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxPayloadRec.fromStructure = function (str) {
return new GetFreeBoxPayloadRec(new GetFreeBoxPayloadRec.RecordClass({
freeBoxesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxPayloadRec.init();
return GetFreeBoxPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxPayloadRec = GetFreeBoxPayloadRec;
});
define("Portal.model$GetFreeBoxResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxResponseRec = (function (_super) {
__extends(GetFreeBoxResponseRec, _super);
function GetFreeBoxResponseRec(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxPayloadRec());
}, true, PortalModel.GetFreeBoxPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxResponseRec.init();
return GetFreeBoxResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxResponseRec = GetFreeBoxResponseRec;
});
define("Portal.model$GetFreeBoxResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxResponseList = (function (_super) {
__extends(GetFreeBoxResponseList, _super);
function GetFreeBoxResponseList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxResponseList.itemType = PortalModel.GetFreeBoxResponseRec;
return GetFreeBoxResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxResponseList = GetFreeBoxResponseList;
});
define("Portal.model$EmiratesPostlocationItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesPostlocationItemRec = (function (_super) {
__extends(EmiratesPostlocationItemRec, _super);
function EmiratesPostlocationItemRec(defaults) {
_super.apply(this, arguments);
}
EmiratesPostlocationItemRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GpsLong", "gpsLongAttr", "gpsLong", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GpsLat", "gpsLatAttr", "gpsLat", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("WorkingHours", "workingHoursAttr", "workingHours", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("WorkingDays", "workingDaysAttr", "workingDays", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OfficeType", "officeTypeAttr", "officeType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDeliveryOffice", "isDeliveryOfficeAttr", "isDeliveryOffice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateName", "emirateNameAttr", "emirateName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContactEmail", "contactEmailAttr", "contactEmail", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContactPhone", "contactPhoneAttr", "contactPhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PublicPOBoxNumber", "publicPOBoxNumberAttr", "publicPOBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PublicPOBoxName", "publicPOBoxNameAttr", "publicPOBoxName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmiratesPostlocationItemRec.init();
return EmiratesPostlocationItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmiratesPostlocationItemRec = EmiratesPostlocationItemRec;
});
define("Portal.model$EmiratesPostlocationItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesPostlocationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesPostlocationItemList = (function (_super) {
__extends(EmiratesPostlocationItemList, _super);
function EmiratesPostlocationItemList(defaults) {
_super.apply(this, arguments);
}
EmiratesPostlocationItemList.itemType = PortalModel.EmiratesPostlocationItemRec;
return EmiratesPostlocationItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmiratesPostlocationItemList = EmiratesPostlocationItemList;
});
define("Portal.model$Payload22Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesPostlocationItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload22Rec = (function (_super) {
__extends(Payload22Rec, _super);
function Payload22Rec(defaults) {
_super.apply(this, arguments);
}
Payload22Rec.attributesToDeclare = function () {
return [
this.attr("EmiratesPostlocations", "emiratesPostlocationsAttr", "emiratesPostlocations", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmiratesPostlocationItemList());
}, true, PortalModel.EmiratesPostlocationItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload22Rec.fromStructure = function (str) {
return new Payload22Rec(new Payload22Rec.RecordClass({
emiratesPostlocationsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload22Rec.init();
return Payload22Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload22Rec = Payload22Rec;
});
define("Portal.model$Payload22Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload22Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload22Record = (function (_super) {
__extends(Payload22Record, _super);
function Payload22Record(defaults) {
_super.apply(this, arguments);
}
Payload22Record.attributesToDeclare = function () {
return [
this.attr("Payload22", "payload22Attr", "Payload22", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload22Rec());
}, true, PortalModel.Payload22Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload22Record.fromStructure = function (str) {
return new Payload22Record(new Payload22Record.RecordClass({
payload22Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload22Record._isAnonymousRecord = true;
Payload22Record.UniqueId = "07552846-d91e-4efc-9f58-35bf59b577f5";
Payload22Record.init();
return Payload22Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload22Record = Payload22Record;
});
define("Portal.model$Payload38Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload38Rec = (function (_super) {
__extends(Payload38Rec, _super);
function Payload38Rec(defaults) {
_super.apply(this, arguments);
}
Payload38Rec.attributesToDeclare = function () {
return [
this.attr("isTokenValid", "isTokenValidAttr", "isTokenValid", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload38Rec.fromStructure = function (str) {
return new Payload38Rec(new Payload38Rec.RecordClass({
isTokenValidAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload38Rec.init();
return Payload38Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload38Rec = Payload38Rec;
});
define("Portal.model$Payload46Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload46Rec = (function (_super) {
__extends(Payload46Rec, _super);
function Payload46Rec(defaults) {
_super.apply(this, arguments);
}
Payload46Rec.attributesToDeclare = function () {
return [
this.attr("UserToken", "userTokenAttr", "UserToken", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload46Rec.init();
return Payload46Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload46Rec = Payload46Rec;
});
define("Portal.model$AccessTokenValidityRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload38Rec", "Portal.model$Payload46Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AccessTokenValidityRec = (function (_super) {
__extends(AccessTokenValidityRec, _super);
function AccessTokenValidityRec(defaults) {
_super.apply(this, arguments);
}
AccessTokenValidityRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload38Rec());
}, true, PortalModel.Payload38Rec),
this.attr("Payload2", "payload2Attr", "Payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload46Rec());
}, true, PortalModel.Payload46Rec)
].concat(_super.attributesToDeclare.call(this));
};
AccessTokenValidityRec.init();
return AccessTokenValidityRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AccessTokenValidityRec = AccessTokenValidityRec;
});
define("Portal.model$AccessTokenValidityRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AccessTokenValidityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AccessTokenValidityRecord = (function (_super) {
__extends(AccessTokenValidityRecord, _super);
function AccessTokenValidityRecord(defaults) {
_super.apply(this, arguments);
}
AccessTokenValidityRecord.attributesToDeclare = function () {
return [
this.attr("AccessTokenValidity", "accessTokenValidityAttr", "AccessTokenValidity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AccessTokenValidityRec());
}, true, PortalModel.AccessTokenValidityRec)
].concat(_super.attributesToDeclare.call(this));
};
AccessTokenValidityRecord.fromStructure = function (str) {
return new AccessTokenValidityRecord(new AccessTokenValidityRecord.RecordClass({
accessTokenValidityAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AccessTokenValidityRecord._isAnonymousRecord = true;
AccessTokenValidityRecord.UniqueId = "b315e8d8-5320-dd82-95b1-e08d1d5d3dce";
AccessTokenValidityRecord.init();
return AccessTokenValidityRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AccessTokenValidityRecord = AccessTokenValidityRecord;
});
define("Portal.model$AccessTokenValidityRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AccessTokenValidityRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AccessTokenValidityRecordList = (function (_super) {
__extends(AccessTokenValidityRecordList, _super);
function AccessTokenValidityRecordList(defaults) {
_super.apply(this, arguments);
}
AccessTokenValidityRecordList.itemType = PortalModel.AccessTokenValidityRecord;
return AccessTokenValidityRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AccessTokenValidityRecordList = AccessTokenValidityRecordList;
});
define("Portal.model$SelectedCityRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedCityRec = (function (_super) {
__extends(SelectedCityRec, _super);
function SelectedCityRec(defaults) {
_super.apply(this, arguments);
}
SelectedCityRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectedCityRec.init();
return SelectedCityRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedCityRec = SelectedCityRec;
});
define("Portal.model$SelectedBoxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBoxRec = (function (_super) {
__extends(SelectedBoxRec, _super);
function SelectedBoxRec(defaults) {
_super.apply(this, arguments);
}
SelectedBoxRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Number", "numberAttr", "Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BoxOfficeId", "boxOfficeIdAttr", "BoxOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBoxRec.init();
return SelectedBoxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBoxRec = SelectedBoxRec;
});
define("Portal.model$KeyValuePairRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var KeyValuePairRec = (function (_super) {
__extends(KeyValuePairRec, _super);
function KeyValuePairRec(defaults) {
_super.apply(this, arguments);
}
KeyValuePairRec.attributesToDeclare = function () {
return [
this.attr("Key", "keyAttr", "Key", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
KeyValuePairRec.init();
return KeyValuePairRec;
})(OS.DataTypes.GenericRecord);
PortalModel.KeyValuePairRec = KeyValuePairRec;
});
define("Portal.model$KeyValuePairList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$KeyValuePairRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var KeyValuePairList = (function (_super) {
__extends(KeyValuePairList, _super);
function KeyValuePairList(defaults) {
_super.apply(this, arguments);
}
KeyValuePairList.itemType = PortalModel.KeyValuePairRec;
return KeyValuePairList;
})(OS.DataTypes.GenericRecordList);
PortalModel.KeyValuePairList = KeyValuePairList;
});
define("Portal.model$FileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileRec = (function (_super) {
__extends(FileRec, _super);
function FileRec(defaults) {
_super.apply(this, arguments);
}
FileRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileName", "fileNameAttr", "FileName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Data", "dataAttr", "Data", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true),
this.attr("MimeType", "mimeTypeAttr", "MimeType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
FileRec.init();
return FileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FileRec = FileRec;
});
define("Portal.model$CancelPostBoxRequestDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRec", "Portal.model$SelectedBoxRec", "Portal.model$BundleServiceDetailItemList", "Portal.model$KeyValuePairList", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestDetailsRec = (function (_super) {
__extends(CancelPostBoxRequestDetailsRec, _super);
function CancelPostBoxRequestDetailsRec(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestDetailsRec.attributesToDeclare = function () {
return [
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("Services", "servicesAttr", "Services", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemList());
}, true, PortalModel.BundleServiceDetailItemList),
this.attr("KeyValuePairs", "keyValuePairsAttr", "KeyValuePairs", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.KeyValuePairList());
}, true, PortalModel.KeyValuePairList),
this.attr("CancellationLetter", "cancellationLetterAttr", "CancellationLetter", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("TradeLicenseStatusCopy", "tradeLicenseStatusCopyAttr", "TradeLicenseStatusCopy", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPostBoxRequestDetailsRec.init();
return CancelPostBoxRequestDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPostBoxRequestDetailsRec = CancelPostBoxRequestDetailsRec;
});
define("Portal.model$CancelPostBoxRequestDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestDetailsRecord = (function (_super) {
__extends(CancelPostBoxRequestDetailsRecord, _super);
function CancelPostBoxRequestDetailsRecord(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestDetailsRecord.attributesToDeclare = function () {
return [
this.attr("CancelPostBoxRequestDetails", "cancelPostBoxRequestDetailsAttr", "CancelPostBoxRequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CancelPostBoxRequestDetailsRec());
}, true, PortalModel.CancelPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPostBoxRequestDetailsRecord.fromStructure = function (str) {
return new CancelPostBoxRequestDetailsRecord(new CancelPostBoxRequestDetailsRecord.RecordClass({
cancelPostBoxRequestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CancelPostBoxRequestDetailsRecord._isAnonymousRecord = true;
CancelPostBoxRequestDetailsRecord.UniqueId = "40a33612-fcc5-ce2a-2161-d3affe2584eb";
CancelPostBoxRequestDetailsRecord.init();
return CancelPostBoxRequestDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPostBoxRequestDetailsRecord = CancelPostBoxRequestDetailsRecord;
});
define("Portal.model$CancelPostBoxRequestDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestDetailsRecordList = (function (_super) {
__extends(CancelPostBoxRequestDetailsRecordList, _super);
function CancelPostBoxRequestDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestDetailsRecordList.itemType = PortalModel.CancelPostBoxRequestDetailsRecord;
return CancelPostBoxRequestDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPostBoxRequestDetailsRecordList = CancelPostBoxRequestDetailsRecordList;
});
define("Portal.model$AmountPaymentDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountPaymentDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountPaymentDataRecord = (function (_super) {
__extends(AmountPaymentDataRecord, _super);
function AmountPaymentDataRecord(defaults) {
_super.apply(this, arguments);
}
AmountPaymentDataRecord.attributesToDeclare = function () {
return [
this.attr("AmountPaymentData", "amountPaymentDataAttr", "AmountPaymentData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AmountPaymentDataRec());
}, true, PortalModel.AmountPaymentDataRec)
].concat(_super.attributesToDeclare.call(this));
};
AmountPaymentDataRecord.fromStructure = function (str) {
return new AmountPaymentDataRecord(new AmountPaymentDataRecord.RecordClass({
amountPaymentDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AmountPaymentDataRecord._isAnonymousRecord = true;
AmountPaymentDataRecord.UniqueId = "5f927967-411e-f8d7-5676-4d56ae1fb129";
AmountPaymentDataRecord.init();
return AmountPaymentDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AmountPaymentDataRecord = AmountPaymentDataRecord;
});
define("Portal.model$AmountPaymentDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountPaymentDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountPaymentDataRecordList = (function (_super) {
__extends(AmountPaymentDataRecordList, _super);
function AmountPaymentDataRecordList(defaults) {
_super.apply(this, arguments);
}
AmountPaymentDataRecordList.itemType = PortalModel.AmountPaymentDataRecord;
return AmountPaymentDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AmountPaymentDataRecordList = AmountPaymentDataRecordList;
});
define("Portal.model$HTTPHeader18Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader18Rec = (function (_super) {
__extends(HTTPHeader18Rec, _super);
function HTTPHeader18Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader18Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader18Rec.init();
return HTTPHeader18Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader18Rec = HTTPHeader18Rec;
});
define("Portal.model$HTTPHeader18Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader18Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader18Record = (function (_super) {
__extends(HTTPHeader18Record, _super);
function HTTPHeader18Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader18Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader18", "hTTPHeader18Attr", "HTTPHeader18", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader18Rec());
}, true, PortalModel.HTTPHeader18Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader18Record.fromStructure = function (str) {
return new HTTPHeader18Record(new HTTPHeader18Record.RecordClass({
hTTPHeader18Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader18Record._isAnonymousRecord = true;
HTTPHeader18Record.UniqueId = "55d3e66f-7c65-8d20-9f10-e8de7b82da1d";
HTTPHeader18Record.init();
return HTTPHeader18Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader18Record = HTTPHeader18Record;
});
define("Portal.model$HTTPHeader18RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader18Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader18RecordList = (function (_super) {
__extends(HTTPHeader18RecordList, _super);
function HTTPHeader18RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader18RecordList.itemType = PortalModel.HTTPHeader18Record;
return HTTPHeader18RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader18RecordList = HTTPHeader18RecordList;
});
define("Portal.model$MailCategoryItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MailCategoryItem2Rec = (function (_super) {
__extends(MailCategoryItem2Rec, _super);
function MailCategoryItem2Rec(defaults) {
_super.apply(this, arguments);
}
MailCategoryItem2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("description", "descriptionAttr", "description", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MailCategoryItem2Rec.init();
return MailCategoryItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.MailCategoryItem2Rec = MailCategoryItem2Rec;
});
define("Portal.model$MailCategoryItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MailCategoryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MailCategoryItem2List = (function (_super) {
__extends(MailCategoryItem2List, _super);
function MailCategoryItem2List(defaults) {
_super.apply(this, arguments);
}
MailCategoryItem2List.itemType = PortalModel.MailCategoryItem2Rec;
return MailCategoryItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.MailCategoryItem2List = MailCategoryItem2List;
});
define("Portal.model$GetMailCategoryPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MailCategoryItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoryPayloadRec = (function (_super) {
__extends(GetMailCategoryPayloadRec, _super);
function GetMailCategoryPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetMailCategoryPayloadRec.attributesToDeclare = function () {
return [
this.attr("mailCategories", "mailCategoriesAttr", "mailCategories", true, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MailCategoryItem2List());
}, true, PortalModel.MailCategoryItem2List)
].concat(_super.attributesToDeclare.call(this));
};
GetMailCategoryPayloadRec.fromStructure = function (str) {
return new GetMailCategoryPayloadRec(new GetMailCategoryPayloadRec.RecordClass({
mailCategoriesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMailCategoryPayloadRec.init();
return GetMailCategoryPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMailCategoryPayloadRec = GetMailCategoryPayloadRec;
});
define("Portal.model$GetMailCategoriesResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoriesResponse2Rec = (function (_super) {
__extends(GetMailCategoriesResponse2Rec, _super);
function GetMailCategoriesResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetMailCategoriesResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMailCategoryPayloadRec());
}, true, PortalModel.GetMailCategoryPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetMailCategoriesResponse2Rec.init();
return GetMailCategoriesResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMailCategoriesResponse2Rec = GetMailCategoriesResponse2Rec;
});
define("Portal.model$HeaderDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderDetailsRec = (function (_super) {
__extends(HeaderDetailsRec, _super);
function HeaderDetailsRec(defaults) {
_super.apply(this, arguments);
}
HeaderDetailsRec.attributesToDeclare = function () {
return [
this.attr("TrackingID", "trackingIDAttr", "TrackingID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "CurrentStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HeaderDetailsRec.init();
return HeaderDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.HeaderDetailsRec = HeaderDetailsRec;
});
define("Portal.model$TrackAndTraceHeaderRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceHeaderRec = (function (_super) {
__extends(TrackAndTraceHeaderRec, _super);
function TrackAndTraceHeaderRec(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceHeaderRec.attributesToDeclare = function () {
return [
this.attr("Response_Code", "response_CodeAttr", "Response_Code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HeaderDetails", "headerDetailsAttr", "HeaderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HeaderDetailsRec());
}, true, PortalModel.HeaderDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceHeaderRec.init();
return TrackAndTraceHeaderRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceHeaderRec = TrackAndTraceHeaderRec;
});
define("Portal.model$TrackAndTraceHeaderList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceHeaderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceHeaderList = (function (_super) {
__extends(TrackAndTraceHeaderList, _super);
function TrackAndTraceHeaderList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceHeaderList.itemType = PortalModel.TrackAndTraceHeaderRec;
return TrackAndTraceHeaderList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceHeaderList = TrackAndTraceHeaderList;
});
define("Portal.model$Payload5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload5Rec = (function (_super) {
__extends(Payload5Rec, _super);
function Payload5Rec(defaults) {
_super.apply(this, arguments);
}
Payload5Rec.attributesToDeclare = function () {
return [
this.attr("userToken", "userTokenAttr", "userToken", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload5Rec.fromStructure = function (str) {
return new Payload5Rec(new Payload5Rec.RecordClass({
userTokenAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload5Rec.init();
return Payload5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload5Rec = Payload5Rec;
});
define("Portal.model$Payload5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload5List = (function (_super) {
__extends(Payload5List, _super);
function Payload5List(defaults) {
_super.apply(this, arguments);
}
Payload5List.itemType = PortalModel.Payload5Rec;
return Payload5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload5List = Payload5List;
});
define("Portal.model$SenderInfo3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderInfo3Rec = (function (_super) {
__extends(SenderInfo3Rec, _super);
function SenderInfo3Rec(defaults) {
_super.apply(this, arguments);
}
SenderInfo3Rec.attributesToDeclare = function () {
return [
this.attr("contactName", "contactNameAttr", "contactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("city", "cityAttr", "city", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postBoxNumber", "postBoxNumberAttr", "postBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactMobile", "contactMobileAttr", "contactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactPhone", "contactPhoneAttr", "contactPhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("zipCode", "zipCodeAttr", "zipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("country", "countryAttr", "country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("regionId", "regionIdAttr", "regionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("SendTrackingEmail", "sendTrackingEmailAttr", "sendTrackingEmail", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Latitude", "latitudeAttr", "latitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Longitude", "longitudeAttr", "longitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaApartmentNumber", "villaApartmentNumberAttr", "villaApartmentNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Building", "buildingAttr", "building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StreetLandmark", "streetLandmarkAttr", "streetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SenderInfo3Rec.init();
return SenderInfo3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SenderInfo3Rec = SenderInfo3Rec;
});
define("Portal.model$CustomDeclarationItem5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItem5Rec = (function (_super) {
__extends(CustomDeclarationItem5Rec, _super);
function CustomDeclarationItem5Rec(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItem5Rec.attributesToDeclare = function () {
return [
this.attr("hsCode", "hsCodeAttr", "hsCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("totalUnits", "totalUnitsAttr", "totalUnits", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("declaredValue", "declaredValueAttr", "declaredValue", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("declaredCurrency", "declaredCurrencyAttr", "declaredCurrency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("fileID", "fileIDAttr", "fileID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationItem5Rec.init();
return CustomDeclarationItem5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationItem5Rec = CustomDeclarationItem5Rec;
});
define("Portal.model$CustomDeclarationItem5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItem5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItem5List = (function (_super) {
__extends(CustomDeclarationItem5List, _super);
function CustomDeclarationItem5List(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItem5List.itemType = PortalModel.CustomDeclarationItem5Rec;
return CustomDeclarationItem5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationItem5List = CustomDeclarationItem5List;
});
define("Portal.model$PriceInfoRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceInfoRec = (function (_super) {
__extends(PriceInfoRec, _super);
function PriceInfoRec(defaults) {
_super.apply(this, arguments);
}
PriceInfoRec.attributesToDeclare = function () {
return [
this.attr("ProposedPrice", "proposedPriceAttr", "proposedPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ProposedVAT", "proposedVATAttr", "proposedVAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PriceInfoRec.init();
return PriceInfoRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceInfoRec = PriceInfoRec;
});
define("Portal.model$", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LongIntegerList = (function (_super) {
__extends(LongIntegerList, _super);
function LongIntegerList(defaults) {
_super.apply(this, arguments);
}
LongIntegerList.itemType = OS.Types.LongInteger;
return LongIntegerList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LongIntegerList = LongIntegerList;
});
define("Portal.model$CustomsDocumentRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomsDocumentRec = (function (_super) {
__extends(CustomsDocumentRec, _super);
function CustomsDocumentRec(defaults) {
_super.apply(this, arguments);
}
CustomsDocumentRec.attributesToDeclare = function () {
return [
this.attr("FileID", "fileIDAttr", "fileID", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.LongIntegerList());
}, true, OS.DataTypes.LongIntegerList)
].concat(_super.attributesToDeclare.call(this));
};
CustomsDocumentRec.fromStructure = function (str) {
return new CustomsDocumentRec(new CustomsDocumentRec.RecordClass({
fileIDAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomsDocumentRec.init();
return CustomsDocumentRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomsDocumentRec = CustomsDocumentRec;
});
define("Portal.model$ConsignmentInfoItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Rec", "Portal.model$CustomDeclarationItem5List", "Portal.model$PriceInfoRec", "Portal.model$CustomsDocumentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentInfoItem2Rec = (function (_super) {
__extends(ConsignmentInfoItem2Rec, _super);
function ConsignmentInfoItem2Rec(defaults) {
_super.apply(this, arguments);
}
ConsignmentInfoItem2Rec.attributesToDeclare = function () {
return [
this.attr("contentTypeCode", "contentTypeCodeAttr", "contentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("shipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("natureType", "natureTypeAttr", "natureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isRegistered", "isRegisteredAttr", "isRegistered", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("length", "lengthAttr", "length", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("width", "widthAttr", "width", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("height", "heightAttr", "height", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("itemValue", "itemValueAttr", "itemValue", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("valueCurrency", "valueCurrencyAttr", "valueCurrency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("productCode", "productCodeAttr", "productCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("productType", "productTypeAttr", "productType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receiverInfo", "receiverInfoAttr", "receiverInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderInfo3Rec());
}, true, PortalModel.SenderInfo3Rec),
this.attr("customDeclarations", "customDeclarationsAttr", "customDeclarations", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationItem5List());
}, true, PortalModel.CustomDeclarationItem5List),
this.attr("IsReturnService", "isReturnServiceAttr", "isReturnService", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PriceInfo", "priceInfoAttr", "PriceInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceInfoRec());
}, true, PortalModel.PriceInfoRec),
this.attr("ReturnItemCode", "returnItemCodeAttr", "returnItemCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("DropoffOfficeId", "dropoffOfficeIdAttr", "dropoffOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo", "referenceNoAttr", "referenceNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo1", "referenceNo1Attr", "referenceNo1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo2", "referenceNo2Attr", "referenceNo2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo3", "referenceNo3Attr", "referenceNo3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HandlingInstructionID", "handlingInstructionIDAttr", "handlingInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructionID", "specialInstructionIDAttr", "specialInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryInstructionID", "deliveryInstructionIDAttr", "deliveryInstructionID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductDisplayName", "productDisplayNameAttr", "ProductDisplayName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remarks", "remarksAttr", "remarks", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialNotes", "specialNotesAttr", "specialNotes", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodAmount", "codAmountAttr", "codAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("CodCurrency", "codCurrencyAttr", "codCurrency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsDocument", "customsDocumentAttr", "customsDocument", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomsDocumentRec());
}, true, PortalModel.CustomsDocumentRec)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentInfoItem2Rec.init();
return ConsignmentInfoItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentInfoItem2Rec = ConsignmentInfoItem2Rec;
});
define("Portal.model$ConsignmentInfoItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentInfoItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentInfoItem2Record = (function (_super) {
__extends(ConsignmentInfoItem2Record, _super);
function ConsignmentInfoItem2Record(defaults) {
_super.apply(this, arguments);
}
ConsignmentInfoItem2Record.attributesToDeclare = function () {
return [
this.attr("ConsignmentInfoItem2", "consignmentInfoItem2Attr", "ConsignmentInfoItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentInfoItem2Rec());
}, true, PortalModel.ConsignmentInfoItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentInfoItem2Record.fromStructure = function (str) {
return new ConsignmentInfoItem2Record(new ConsignmentInfoItem2Record.RecordClass({
consignmentInfoItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ConsignmentInfoItem2Record._isAnonymousRecord = true;
ConsignmentInfoItem2Record.UniqueId = "6d30c12f-ffd5-78eb-6866-990067e05d38";
ConsignmentInfoItem2Record.init();
return ConsignmentInfoItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentInfoItem2Record = ConsignmentInfoItem2Record;
});
define("Portal.model$ConsignmentInfoItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentInfoItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentInfoItem2RecordList = (function (_super) {
__extends(ConsignmentInfoItem2RecordList, _super);
function ConsignmentInfoItem2RecordList(defaults) {
_super.apply(this, arguments);
}
ConsignmentInfoItem2RecordList.itemType = PortalModel.ConsignmentInfoItem2Record;
return ConsignmentInfoItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentInfoItem2RecordList = ConsignmentInfoItem2RecordList;
});
define("Portal.model$IYearlyPostalServiceRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IYearlyPostalServiceRec = (function (_super) {
__extends(IYearlyPostalServiceRec, _super);
function IYearlyPostalServiceRec(defaults) {
_super.apply(this, arguments);
}
IYearlyPostalServiceRec.attributesToDeclare = function () {
return [
this.attr("TitleEN", "titleENAttr", "TitleEN", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleAR", "titleARAttr", "TitleAR", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Year", "yearAttr", "Year", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.Integer, function () {
return 1;
}, true),
this.attr("UnitPrice", "unitPriceAttr", "UnitPrice", true, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TaxObject", "taxObjectAttr", "TaxObject", true, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemList());
}, true, PortalModel.TaxObjectItemList)
].concat(_super.attributesToDeclare.call(this));
};
IYearlyPostalServiceRec.init();
return IYearlyPostalServiceRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IYearlyPostalServiceRec = IYearlyPostalServiceRec;
});
define("Portal.model$IYearlyPostalServiceList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IYearlyPostalServiceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IYearlyPostalServiceList = (function (_super) {
__extends(IYearlyPostalServiceList, _super);
function IYearlyPostalServiceList(defaults) {
_super.apply(this, arguments);
}
IYearlyPostalServiceList.itemType = PortalModel.IYearlyPostalServiceRec;
return IYearlyPostalServiceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IYearlyPostalServiceList = IYearlyPostalServiceList;
});
define("Portal.model$IPostalServiceRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IYearlyPostalServiceList", "Portal.model$TaxObjectItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostalServiceRec = (function (_super) {
__extends(IPostalServiceRec, _super);
function IPostalServiceRec(defaults) {
_super.apply(this, arguments);
}
IPostalServiceRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleEN", "titleENAttr", "TitleEN", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleAR", "titleARAttr", "TitleAR", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Subtitle", "subtitleAttr", "Subtitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.Integer, function () {
return 1;
}, true),
this.attr("UnitPrice", "unitPriceAttr", "UnitPrice", true, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsMandatory", "isMandatoryAttr", "IsMandatory", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsUsed", "isUsedAttr", "IsUsed", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IYearlyServices", "iYearlyServicesAttr", "IYearlyServices", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IYearlyPostalServiceList());
}, true, PortalModel.IYearlyPostalServiceList),
this.attr("TaxObject", "taxObjectAttr", "TaxObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemList());
}, true, PortalModel.TaxObjectItemList),
this.attr("DescriptionEN", "descriptionENAttr", "DescriptionEN", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DescriptionAR", "descriptionARAttr", "DescriptionAR", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("YearlyPrice", "yearlyPriceAttr", "YearlyPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IPostalServiceRec.init();
return IPostalServiceRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostalServiceRec = IPostalServiceRec;
});
define("Portal.model$IPostalServiceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostalServiceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostalServiceRecord = (function (_super) {
__extends(IPostalServiceRecord, _super);
function IPostalServiceRecord(defaults) {
_super.apply(this, arguments);
}
IPostalServiceRecord.attributesToDeclare = function () {
return [
this.attr("IPostalService", "iPostalServiceAttr", "IPostalService", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostalServiceRec());
}, true, PortalModel.IPostalServiceRec)
].concat(_super.attributesToDeclare.call(this));
};
IPostalServiceRecord.fromStructure = function (str) {
return new IPostalServiceRecord(new IPostalServiceRecord.RecordClass({
iPostalServiceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IPostalServiceRecord._isAnonymousRecord = true;
IPostalServiceRecord.UniqueId = "73e898e6-497b-d92d-5c40-a2585d2de034";
IPostalServiceRecord.init();
return IPostalServiceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostalServiceRecord = IPostalServiceRecord;
});
define("Portal.model$IPostalServiceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostalServiceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostalServiceRecordList = (function (_super) {
__extends(IPostalServiceRecordList, _super);
function IPostalServiceRecordList(defaults) {
_super.apply(this, arguments);
}
IPostalServiceRecordList.itemType = PortalModel.IPostalServiceRecord;
return IPostalServiceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostalServiceRecordList = IPostalServiceRecordList;
});
define("Portal.model$Payload12Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload12Rec = (function (_super) {
__extends(Payload12Rec, _super);
function Payload12Rec(defaults) {
_super.apply(this, arguments);
}
Payload12Rec.attributesToDeclare = function () {
return [
this.attr("DocumentName", "documentNameAttr", "documentName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocumentBinary", "documentBinaryAttr", "documentBinary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsFileGenerated", "isFileGeneratedAttr", "isFileGenerated", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload12Rec.init();
return Payload12Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload12Rec = Payload12Rec;
});
define("Portal.model$ProcessPaymentRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRec = (function (_super) {
__extends(ProcessPaymentRec, _super);
function ProcessPaymentRec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload12Rec());
}, true, PortalModel.Payload12Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentRec.init();
return ProcessPaymentRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentRec = ProcessPaymentRec;
});
define("Portal.model$CancelPostBoxRequestDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestDetailsList = (function (_super) {
__extends(CancelPostBoxRequestDetailsList, _super);
function CancelPostBoxRequestDetailsList(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestDetailsList.itemType = PortalModel.CancelPostBoxRequestDetailsRec;
return CancelPostBoxRequestDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPostBoxRequestDetailsList = CancelPostBoxRequestDetailsList;
});
define("Portal.model$AdditionalDescriptionItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalDescriptionItemRec = (function (_super) {
__extends(AdditionalDescriptionItemRec, _super);
function AdditionalDescriptionItemRec(defaults) {
_super.apply(this, arguments);
}
AdditionalDescriptionItemRec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "value", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleEN", "titleENAttr", "titleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleAR", "titleARAttr", "titleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ValueEN", "valueENAttr", "valueEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ValueAR", "valueARAttr", "valueAR", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AdditionalDescriptionItemRec.init();
return AdditionalDescriptionItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AdditionalDescriptionItemRec = AdditionalDescriptionItemRec;
});
define("Portal.model$AdditionalDescriptionItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalDescriptionItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalDescriptionItemList = (function (_super) {
__extends(AdditionalDescriptionItemList, _super);
function AdditionalDescriptionItemList(defaults) {
_super.apply(this, arguments);
}
AdditionalDescriptionItemList.itemType = PortalModel.AdditionalDescriptionItemRec;
return AdditionalDescriptionItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AdditionalDescriptionItemList = AdditionalDescriptionItemList;
});
define("Portal.model$KeyValuePairRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$KeyValuePairRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var KeyValuePairRecord = (function (_super) {
__extends(KeyValuePairRecord, _super);
function KeyValuePairRecord(defaults) {
_super.apply(this, arguments);
}
KeyValuePairRecord.attributesToDeclare = function () {
return [
this.attr("KeyValuePair", "keyValuePairAttr", "KeyValuePair", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.KeyValuePairRec());
}, true, PortalModel.KeyValuePairRec)
].concat(_super.attributesToDeclare.call(this));
};
KeyValuePairRecord.fromStructure = function (str) {
return new KeyValuePairRecord(new KeyValuePairRecord.RecordClass({
keyValuePairAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
KeyValuePairRecord._isAnonymousRecord = true;
KeyValuePairRecord.UniqueId = "08a5e1ad-20d9-19c6-f096-e72b20cb6d65";
KeyValuePairRecord.init();
return KeyValuePairRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.KeyValuePairRecord = KeyValuePairRecord;
});
define("Portal.model$IDLObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLObjectRec = (function (_super) {
__extends(IDLObjectRec, _super);
function IDLObjectRec(defaults) {
_super.apply(this, arguments);
}
IDLObjectRec.attributesToDeclare = function () {
return [
this.attr("area", "areaAttr", "area", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("fullName", "fullNameAttr", "fullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("phoneNumber", "phoneNumberAttr", "phoneNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("dateOfBirth", "dateOfBirthAttr", "dateOfBirth", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("nationality", "nationalityAttr", "nationality", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("birthPlace", "birthPlaceAttr", "birthPlace", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("drivingLicenseExpiry", "drivingLicenseExpiryAttr", "drivingLicenseExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("emirateIdExpiry", "emirateIdExpiryAttr", "emirateIdExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("passportExpiry", "passportExpiryAttr", "passportExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("visaExpiry", "visaExpiryAttr", "visaExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("verifyByEmiratesId", "verifyByEmiratesIdAttr", "verifyByEmiratesId", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("photoFile", "photoFileAttr", "photoFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("drivingLicenseFrontFile", "drivingLicenseFrontFileAttr", "drivingLicenseFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("drivingLicenseBackFile", "drivingLicenseBackFileAttr", "drivingLicenseBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirateIdFrontFile", "emirateIdFrontFileAttr", "emirateIdFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirateIdBackFile", "emirateIdBackFileAttr", "emirateIdBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("visaFile", "visaFileAttr", "visaFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("passportFile", "passportFileAttr", "passportFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("photoStatus", "photoStatusAttr", "photoStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("drivingLicenseStatus", "drivingLicenseStatusAttr", "drivingLicenseStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("emirateIdStatus", "emirateIdStatusAttr", "emirateIdStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("passportStatus", "passportStatusAttr", "passportStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("visaStatus", "visaStatusAttr", "visaStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("comments", "commentsAttr", "comments", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirates", "emiratesAttr", "emirates", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("street", "streetAttr", "street", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("villaNo", "villaNoAttr", "villaNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("region", "regionAttr", "region", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("internationalDrivingLicenseStatus", "internationalDrivingLicenseStatusAttr", "internationalDrivingLicenseStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLObjectRec.init();
return IDLObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLObjectRec = IDLObjectRec;
});
define("Portal.model$CreateIDLServiceRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceRequestRec = (function (_super) {
__extends(CreateIDLServiceRequestRec, _super);
function CreateIDLServiceRequestRec(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceRequestRec.attributesToDeclare = function () {
return [
this.attr("intDrivingLicenseObject", "intDrivingLicenseObjectAttr", "intDrivingLicenseObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLObjectRec());
}, true, PortalModel.IDLObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateIDLServiceRequestRec.fromStructure = function (str) {
return new CreateIDLServiceRequestRec(new CreateIDLServiceRequestRec.RecordClass({
intDrivingLicenseObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateIDLServiceRequestRec.init();
return CreateIDLServiceRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateIDLServiceRequestRec = CreateIDLServiceRequestRec;
});
define("Portal.model$CreateIDLServiceRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceRequestRecord = (function (_super) {
__extends(CreateIDLServiceRequestRecord, _super);
function CreateIDLServiceRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreateIDLServiceRequest", "createIDLServiceRequestAttr", "CreateIDLServiceRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateIDLServiceRequestRec());
}, true, PortalModel.CreateIDLServiceRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateIDLServiceRequestRecord.fromStructure = function (str) {
return new CreateIDLServiceRequestRecord(new CreateIDLServiceRequestRecord.RecordClass({
createIDLServiceRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateIDLServiceRequestRecord._isAnonymousRecord = true;
CreateIDLServiceRequestRecord.UniqueId = "08da3fdd-b4d4-8d3b-d690-026e95d509ba";
CreateIDLServiceRequestRecord.init();
return CreateIDLServiceRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateIDLServiceRequestRecord = CreateIDLServiceRequestRecord;
});
define("Portal.model$SendMobileValidationOTPRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequestRec = (function (_super) {
__extends(SendMobileValidationOTPRequestRec, _super);
function SendMobileValidationOTPRequestRec(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequestRec.attributesToDeclare = function () {
return [
this.attr("MobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SendMobileValidationOTPRequestRec.fromStructure = function (str) {
return new SendMobileValidationOTPRequestRec(new SendMobileValidationOTPRequestRec.RecordClass({
mobileNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendMobileValidationOTPRequestRec.init();
return SendMobileValidationOTPRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SendMobileValidationOTPRequestRec = SendMobileValidationOTPRequestRec;
});
define("Portal.model$SendMobileValidationOTPRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequestList = (function (_super) {
__extends(SendMobileValidationOTPRequestList, _super);
function SendMobileValidationOTPRequestList(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequestList.itemType = PortalModel.SendMobileValidationOTPRequestRec;
return SendMobileValidationOTPRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendMobileValidationOTPRequestList = SendMobileValidationOTPRequestList;
});
define("Portal.model$CustomDescriptionItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDescriptionItem2Rec = (function (_super) {
__extends(CustomDescriptionItem2Rec, _super);
function CustomDescriptionItem2Rec(defaults) {
_super.apply(this, arguments);
}
CustomDescriptionItem2Rec.attributesToDeclare = function () {
return [
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("description", "descriptionAttr", "description", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("hsCode", "hsCodeAttr", "hsCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomDescriptionItem2Rec.init();
return CustomDescriptionItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDescriptionItem2Rec = CustomDescriptionItem2Rec;
});
define("Portal.model$CustomDescriptionItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDescriptionItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDescriptionItem2Record = (function (_super) {
__extends(CustomDescriptionItem2Record, _super);
function CustomDescriptionItem2Record(defaults) {
_super.apply(this, arguments);
}
CustomDescriptionItem2Record.attributesToDeclare = function () {
return [
this.attr("CustomDescriptionItem2", "customDescriptionItem2Attr", "CustomDescriptionItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDescriptionItem2Rec());
}, true, PortalModel.CustomDescriptionItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDescriptionItem2Record.fromStructure = function (str) {
return new CustomDescriptionItem2Record(new CustomDescriptionItem2Record.RecordClass({
customDescriptionItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDescriptionItem2Record._isAnonymousRecord = true;
CustomDescriptionItem2Record.UniqueId = "08e59a89-e2be-50f7-fc89-7c8de6f62564";
CustomDescriptionItem2Record.init();
return CustomDescriptionItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDescriptionItem2Record = CustomDescriptionItem2Record;
});
define("Portal.model$CustomDescriptionItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDescriptionItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDescriptionItem2List = (function (_super) {
__extends(CustomDescriptionItem2List, _super);
function CustomDescriptionItem2List(defaults) {
_super.apply(this, arguments);
}
CustomDescriptionItem2List.itemType = PortalModel.CustomDescriptionItem2Rec;
return CustomDescriptionItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDescriptionItem2List = CustomDescriptionItem2List;
});
define("Portal.model$GetCustomDescriptionsPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDescriptionItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsPayloadRec = (function (_super) {
__extends(GetCustomDescriptionsPayloadRec, _super);
function GetCustomDescriptionsPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsPayloadRec.attributesToDeclare = function () {
return [
this.attr("customDescriptions", "customDescriptionsAttr", "customDescriptions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDescriptionItem2List());
}, true, PortalModel.CustomDescriptionItem2List)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomDescriptionsPayloadRec.fromStructure = function (str) {
return new GetCustomDescriptionsPayloadRec(new GetCustomDescriptionsPayloadRec.RecordClass({
customDescriptionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomDescriptionsPayloadRec.init();
return GetCustomDescriptionsPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomDescriptionsPayloadRec = GetCustomDescriptionsPayloadRec;
});
define("Portal.model$GetCustomDescriptionsPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsPayloadRecord = (function (_super) {
__extends(GetCustomDescriptionsPayloadRecord, _super);
function GetCustomDescriptionsPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomDescriptionsPayload", "getCustomDescriptionsPayloadAttr", "GetCustomDescriptionsPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomDescriptionsPayloadRec());
}, true, PortalModel.GetCustomDescriptionsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomDescriptionsPayloadRecord.fromStructure = function (str) {
return new GetCustomDescriptionsPayloadRecord(new GetCustomDescriptionsPayloadRecord.RecordClass({
getCustomDescriptionsPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomDescriptionsPayloadRecord._isAnonymousRecord = true;
GetCustomDescriptionsPayloadRecord.UniqueId = "917e114d-7dda-7c36-8eb9-b341e4f2c07e";
GetCustomDescriptionsPayloadRecord.init();
return GetCustomDescriptionsPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomDescriptionsPayloadRecord = GetCustomDescriptionsPayloadRecord;
});
define("Portal.model$GetCustomDescriptionsPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsPayloadRecordList = (function (_super) {
__extends(GetCustomDescriptionsPayloadRecordList, _super);
function GetCustomDescriptionsPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsPayloadRecordList.itemType = PortalModel.GetCustomDescriptionsPayloadRecord;
return GetCustomDescriptionsPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomDescriptionsPayloadRecordList = GetCustomDescriptionsPayloadRecordList;
});
define("Portal.model$IGeneralCaseDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsRec = (function (_super) {
__extends(IGeneralCaseDetailsRec, _super);
function IGeneralCaseDetailsRec(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsRec.attributesToDeclare = function () {
return [
this.attr("caseType", "caseTypeAttr", "caseType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("firstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("lastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirate", "emirateAttr", "emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhoneFull", "mobilePhoneFullAttr", "mobilePhoneFull", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("trackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobilePhoneNoISD", "mobilePhoneNoISDAttr", "mobilePhoneNoISD", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("ISDCode", "iSDCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IGeneralCaseDetailsRec.init();
return IGeneralCaseDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IGeneralCaseDetailsRec = IGeneralCaseDetailsRec;
});
define("Portal.model$IGeneralCaseDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsRecord = (function (_super) {
__extends(IGeneralCaseDetailsRecord, _super);
function IGeneralCaseDetailsRecord(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsRecord.attributesToDeclare = function () {
return [
this.attr("IGeneralCaseDetails", "iGeneralCaseDetailsAttr", "IGeneralCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
IGeneralCaseDetailsRecord.fromStructure = function (str) {
return new IGeneralCaseDetailsRecord(new IGeneralCaseDetailsRecord.RecordClass({
iGeneralCaseDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IGeneralCaseDetailsRecord._isAnonymousRecord = true;
IGeneralCaseDetailsRecord.UniqueId = "0904e314-5c0f-a112-5d2a-db70718a439e";
IGeneralCaseDetailsRecord.init();
return IGeneralCaseDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IGeneralCaseDetailsRecord = IGeneralCaseDetailsRecord;
});
define("Portal.model$String6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String6Rec = (function (_super) {
__extends(String6Rec, _super);
function String6Rec(defaults) {
_super.apply(this, arguments);
}
String6Rec.attributesToDeclare = function () {
return [
this.attr("BALANCE_DUE", "bALANCE_DUEAttr", "BALANCE_DUE", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("COLLECTOR_ID", "cOLLECTOR_IDAttr", "COLLECTOR_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("COLLECTOR_NAME", "cOLLECTOR_NAMEAttr", "COLLECTOR_NAME", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CONS_BILL_NUMBER", "cONS_BILL_NUMBERAttr", "CONS_BILL_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CURRENCY_CODE", "cURRENCY_CODEAttr", "CURRENCY_CODE", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_ID", "cUSTOMER_IDAttr", "CUSTOMER_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_NAME", "cUSTOMER_NAMEAttr", "CUSTOMER_NAME", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_NUMBER", "cUSTOMER_NUMBERAttr", "CUSTOMER_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DUE_DATE", "dUE_DATEAttr", "DUE_DATE", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("LOCATION", "lOCATIONAttr", "LOCATION", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ORIGINAL_AMOUNT", "oRIGINAL_AMOUNTAttr", "ORIGINAL_AMOUNT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("PAYMENT_ID", "pAYMENT_IDAttr", "PAYMENT_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SITE_USE_ID", "sITE_USE_IDAttr", "SITE_USE_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TRX_DATE", "tRX_DATEAttr", "TRX_DATE", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("TRX_NUMBER", "tRX_NUMBERAttr", "TRX_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TYPE", "tYPEAttr", "TYPE", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
String6Rec.init();
return String6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.String6Rec = String6Rec;
});
define("Portal.model$String6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String6Record = (function (_super) {
__extends(String6Record, _super);
function String6Record(defaults) {
_super.apply(this, arguments);
}
String6Record.attributesToDeclare = function () {
return [
this.attr("String6", "string6Attr", "String6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String6Rec());
}, true, PortalModel.String6Rec)
].concat(_super.attributesToDeclare.call(this));
};
String6Record.fromStructure = function (str) {
return new String6Record(new String6Record.RecordClass({
string6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
String6Record._isAnonymousRecord = true;
String6Record.UniqueId = "b263c7e8-2f04-e4ef-787f-b04e61de6d03";
String6Record.init();
return String6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.String6Record = String6Record;
});
define("Portal.model$String6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String6RecordList = (function (_super) {
__extends(String6RecordList, _super);
function String6RecordList(defaults) {
_super.apply(this, arguments);
}
String6RecordList.itemType = PortalModel.String6Record;
return String6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.String6RecordList = String6RecordList;
});
define("Portal.model$CuryItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CuryItemRec = (function (_super) {
__extends(CuryItemRec, _super);
function CuryItemRec(defaults) {
_super.apply(this, arguments);
}
CuryItemRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Href", "hrefAttr", "href", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Templated", "templatedAttr", "templated", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CuryItemRec.init();
return CuryItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CuryItemRec = CuryItemRec;
});
define("Portal.model$CuryItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CuryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CuryItemList = (function (_super) {
__extends(CuryItemList, _super);
function CuryItemList(defaults) {
_super.apply(this, arguments);
}
CuryItemList.itemType = PortalModel.CuryItemRec;
return CuryItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CuryItemList = CuryItemList;
});
define("Portal.model$SearchPageStructRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructRec = (function (_super) {
__extends(SearchPageStructRec, _super);
function SearchPageStructRec(defaults) {
_super.apply(this, arguments);
}
SearchPageStructRec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Summary", "summaryAttr", "Summary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("URL", "uRLAttr", "URL", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructRec.init();
return SearchPageStructRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructRec = SearchPageStructRec;
});
define("Portal.model$SearchPageStructList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructList = (function (_super) {
__extends(SearchPageStructList, _super);
function SearchPageStructList(defaults) {
_super.apply(this, arguments);
}
SearchPageStructList.itemType = PortalModel.SearchPageStructRec;
return SearchPageStructList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructList = SearchPageStructList;
});
define("Portal.model$SearchPageStructListRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecordRec = (function (_super) {
__extends(SearchPageStructListRecordRec, _super);
function SearchPageStructListRecordRec(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecordRec.attributesToDeclare = function () {
return [
this.attr("ListOfPages", "listOfPagesAttr", "ListOfPages", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructList());
}, true, PortalModel.SearchPageStructList)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructListRecordRec.fromStructure = function (str) {
return new SearchPageStructListRecordRec(new SearchPageStructListRecordRec.RecordClass({
listOfPagesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SearchPageStructListRecordRec.init();
return SearchPageStructListRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructListRecordRec = SearchPageStructListRecordRec;
});
define("Portal.model$AirwayBillItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillItem2Rec = (function (_super) {
__extends(AirwayBillItem2Rec, _super);
function AirwayBillItem2Rec(defaults) {
_super.apply(this, arguments);
}
AirwayBillItem2Rec.attributesToDeclare = function () {
return [
this.attr("number", "numberAttr", "number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("label", "labelAttr", "label", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductType", "productTypeAttr", "productType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AirwayBillItem2Rec.init();
return AirwayBillItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.AirwayBillItem2Rec = AirwayBillItem2Rec;
});
define("Portal.model$AirwayBillItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillItem2List = (function (_super) {
__extends(AirwayBillItem2List, _super);
function AirwayBillItem2List(defaults) {
_super.apply(this, arguments);
}
AirwayBillItem2List.itemType = PortalModel.AirwayBillItem2Rec;
return AirwayBillItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.AirwayBillItem2List = AirwayBillItem2List;
});
define("Portal.model$Payload18Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload18Rec = (function (_super) {
__extends(Payload18Rec, _super);
function Payload18Rec(defaults) {
_super.apply(this, arguments);
}
Payload18Rec.attributesToDeclare = function () {
return [
this.attr("airwayBills", "airwayBillsAttr", "airwayBills", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AirwayBillItem2List());
}, true, PortalModel.AirwayBillItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload18Rec.fromStructure = function (str) {
return new Payload18Rec(new Payload18Rec.RecordClass({
airwayBillsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload18Rec.init();
return Payload18Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload18Rec = Payload18Rec;
});
define("Portal.model$Payload18List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload18Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload18List = (function (_super) {
__extends(Payload18List, _super);
function Payload18List(defaults) {
_super.apply(this, arguments);
}
Payload18List.itemType = PortalModel.Payload18Rec;
return Payload18List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload18List = Payload18List;
});
define("Portal.model$ProcessPaymentSavedCardSkip3DSRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardSkip3DSRec = (function (_super) {
__extends(ProcessPaymentSavedCardSkip3DSRec, _super);
function ProcessPaymentSavedCardSkip3DSRec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardSkip3DSRec.attributesToDeclare = function () {
return [
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "orderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("SavedCardId", "savedCardIdAttr", "savedCardId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CartOrderNum", "cartOrderNumAttr", "cartOrderNum", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CallbackURL", "callbackURLAttr", "callbackURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SavedCardId2", "savedCardId2Attr", "SavedCardId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardSkip3DSRec.init();
return ProcessPaymentSavedCardSkip3DSRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardSkip3DSRec = ProcessPaymentSavedCardSkip3DSRec;
});
define("Portal.model$Payload51Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload51Rec = (function (_super) {
__extends(Payload51Rec, _super);
function Payload51Rec(defaults) {
_super.apply(this, arguments);
}
Payload51Rec.attributesToDeclare = function () {
return [
this.attr("OrderNumber", "orderNumberAttr", "orderNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload51Rec.fromStructure = function (str) {
return new Payload51Rec(new Payload51Rec.RecordClass({
orderNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload51Rec.init();
return Payload51Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload51Rec = Payload51Rec;
});
define("Portal.model$Payload51Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload51Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload51Record = (function (_super) {
__extends(Payload51Record, _super);
function Payload51Record(defaults) {
_super.apply(this, arguments);
}
Payload51Record.attributesToDeclare = function () {
return [
this.attr("Payload51", "payload51Attr", "Payload51", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload51Rec());
}, true, PortalModel.Payload51Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload51Record.fromStructure = function (str) {
return new Payload51Record(new Payload51Record.RecordClass({
payload51Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload51Record._isAnonymousRecord = true;
Payload51Record.UniqueId = "54e617a1-b201-7c2d-63c0-d9ee23c0b89e";
Payload51Record.init();
return Payload51Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload51Record = Payload51Record;
});
define("Portal.model$Payload51RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload51Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload51RecordList = (function (_super) {
__extends(Payload51RecordList, _super);
function Payload51RecordList(defaults) {
_super.apply(this, arguments);
}
Payload51RecordList.itemType = PortalModel.Payload51Record;
return Payload51RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload51RecordList = Payload51RecordList;
});
define("Portal.model$MultiShip_Courier_Premium_ItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_ItemRec = (function (_super) {
__extends(MultiShip_Courier_Premium_ItemRec, _super);
function MultiShip_Courier_Premium_ItemRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_ItemRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AWBLabel", "aWBLabelAttr", "AWBLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeCode", "contentTypeCodeAttr", "ContentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductCode", "productCodeAttr", "ProductCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureTypeCode", "natureTypeCodeAttr", "NatureTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityCode", "cityCodeAttr", "CityCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryID", "countryIDAttr", "CountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ItemDesc", "itemDescAttr", "ItemDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodAmount", "codAmountAttr", "codAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsErrorFree", "isErrorFreeAttr", "IsErrorFree", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_ItemRec.init();
return MultiShip_Courier_Premium_ItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_ItemRec = MultiShip_Courier_Premium_ItemRec;
});
define("Portal.model$MultiShip_Courier_Premium_ItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_ItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_ItemRecord = (function (_super) {
__extends(MultiShip_Courier_Premium_ItemRecord, _super);
function MultiShip_Courier_Premium_ItemRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_ItemRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Premium_Item", "multiShip_Courier_Premium_ItemAttr", "MultiShip_Courier_Premium_Item", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_Premium_ItemRec());
}, true, PortalModel.MultiShip_Courier_Premium_ItemRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_ItemRecord.fromStructure = function (str) {
return new MultiShip_Courier_Premium_ItemRecord(new MultiShip_Courier_Premium_ItemRecord.RecordClass({
multiShip_Courier_Premium_ItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_Premium_ItemRecord._isAnonymousRecord = true;
MultiShip_Courier_Premium_ItemRecord.UniqueId = "0969c292-990d-a40b-296a-c71e3105ef6f";
MultiShip_Courier_Premium_ItemRecord.init();
return MultiShip_Courier_Premium_ItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_ItemRecord = MultiShip_Courier_Premium_ItemRecord;
});
define("Portal.model$ISupportingDocumentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISupportingDocumentItemRec = (function (_super) {
__extends(ISupportingDocumentItemRec, _super);
function ISupportingDocumentItemRec(defaults) {
_super.apply(this, arguments);
}
ISupportingDocumentItemRec.attributesToDeclare = function () {
return [
this.attr("fileId", "fileIdAttr", "fileId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("documentType", "documentTypeAttr", "documentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("fileName", "fileNameAttr", "fileName", true, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ISupportingDocumentItemRec.init();
return ISupportingDocumentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ISupportingDocumentItemRec = ISupportingDocumentItemRec;
});
define("Portal.model$ISupportingDocumentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISupportingDocumentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISupportingDocumentItemList = (function (_super) {
__extends(ISupportingDocumentItemList, _super);
function ISupportingDocumentItemList(defaults) {
_super.apply(this, arguments);
}
ISupportingDocumentItemList.itemType = PortalModel.ISupportingDocumentItemRec;
return ISupportingDocumentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ISupportingDocumentItemList = ISupportingDocumentItemList;
});
define("Portal.model$IMoneyOrderDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IMoneyOrderDetailRec = (function (_super) {
__extends(IMoneyOrderDetailRec, _super);
function IMoneyOrderDetailRec(defaults) {
_super.apply(this, arguments);
}
IMoneyOrderDetailRec.attributesToDeclare = function () {
return [
this.attr("transactionType", "transactionTypeAttr", "transactionType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("transactionDate", "transactionDateAttr", "transactionDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("orderReferenceNumber", "orderReferenceNumberAttr", "orderReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IMoneyOrderDetailRec.init();
return IMoneyOrderDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IMoneyOrderDetailRec = IMoneyOrderDetailRec;
});
define("Portal.model$ICourierLicensingAndSupplierComplaintDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICourierLicensingAndSupplierComplaintDetailRec = (function (_super) {
__extends(ICourierLicensingAndSupplierComplaintDetailRec, _super);
function ICourierLicensingAndSupplierComplaintDetailRec(defaults) {
_super.apply(this, arguments);
}
ICourierLicensingAndSupplierComplaintDetailRec.attributesToDeclare = function () {
return [
this.attr("isRegistered", "isRegisteredAttr", "isRegistered", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("registrationNumber", "registrationNumberAttr", "registrationNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("issueType", "issueTypeAttr", "issueType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ICourierLicensingAndSupplierComplaintDetailRec.init();
return ICourierLicensingAndSupplierComplaintDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ICourierLicensingAndSupplierComplaintDetailRec = ICourierLicensingAndSupplierComplaintDetailRec;
});
define("Portal.model$IRateDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRateDetailRec = (function (_super) {
__extends(IRateDetailRec, _super);
function IRateDetailRec(defaults) {
_super.apply(this, arguments);
}
IRateDetailRec.attributesToDeclare = function () {
return [
this.attr("originRegion", "originRegionAttr", "originRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("originEmirate", "originEmirateAttr", "originEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationCountry", "destinationCountryAttr", "destinationCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationRegion", "destinationRegionAttr", "destinationRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationEmirate", "destinationEmirateAttr", "destinationEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationCountryType", "destinationCountryTypeAttr", "destinationCountryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("weightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IRateDetailRec.init();
return IRateDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IRateDetailRec = IRateDetailRec;
});
define("Portal.model$IIntnlPostalEnquiryDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailsRec", "Portal.model$SenderDetailRec", "Portal.model$ReceiverDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IIntnlPostalEnquiryDetailRec = (function (_super) {
__extends(IIntnlPostalEnquiryDetailRec, _super);
function IIntnlPostalEnquiryDetailRec(defaults) {
_super.apply(this, arguments);
}
IIntnlPostalEnquiryDetailRec.attributesToDeclare = function () {
return [
this.attr("intnlPackageDetails", "intnlPackageDetailsAttr", "intnlPackageDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPackageDetailsRec());
}, true, PortalModel.IntnlPackageDetailsRec),
this.attr("senderDetails", "senderDetailsAttr", "senderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderDetailRec());
}, true, PortalModel.SenderDetailRec),
this.attr("receiverDetails", "receiverDetailsAttr", "receiverDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReceiverDetailRec());
}, true, PortalModel.ReceiverDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IIntnlPostalEnquiryDetailRec.init();
return IIntnlPostalEnquiryDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IIntnlPostalEnquiryDetailRec = IIntnlPostalEnquiryDetailRec;
});
define("Portal.model$ICaseBodyRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$IMoneyOrderDetailRec", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRec", "Portal.model$IRateDetailRec", "Portal.model$IIntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseBodyRec = (function (_super) {
__extends(ICaseBodyRec, _super);
function ICaseBodyRec(defaults) {
_super.apply(this, arguments);
}
ICaseBodyRec.attributesToDeclare = function () {
return [
this.attr("generalCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("moneyOrderDetails", "moneyOrderDetailsAttr", "moneyOrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IMoneyOrderDetailRec());
}, true, PortalModel.IMoneyOrderDetailRec),
this.attr("courierLicensingAndSupplierComplaintDetails", "courierLicensingAndSupplierComplaintDetailsAttr", "courierLicensingAndSupplierComplaintDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.ICourierLicensingAndSupplierComplaintDetailRec),
this.attr("rateDetails", "rateDetailsAttr", "rateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IRateDetailRec());
}, true, PortalModel.IRateDetailRec),
this.attr("intnlPostalEnquiryDetails", "intnlPostalEnquiryDetailsAttr", "intnlPostalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IIntnlPostalEnquiryDetailRec());
}, true, PortalModel.IIntnlPostalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
ICaseBodyRec.init();
return ICaseBodyRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ICaseBodyRec = ICaseBodyRec;
});
define("Portal.model$ISaveCaseRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISupportingDocumentItemList", "Portal.model$ICaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISaveCaseRequestRec = (function (_super) {
__extends(ISaveCaseRequestRec, _super);
function ISaveCaseRequestRec(defaults) {
_super.apply(this, arguments);
}
ISaveCaseRequestRec.attributesToDeclare = function () {
return [
this.attr("supportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISupportingDocumentItemList());
}, true, PortalModel.ISupportingDocumentItemList),
this.attr("caseBody", "caseBodyAttr", "caseBody", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICaseBodyRec());
}, true, PortalModel.ICaseBodyRec)
].concat(_super.attributesToDeclare.call(this));
};
ISaveCaseRequestRec.init();
return ISaveCaseRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ISaveCaseRequestRec = ISaveCaseRequestRec;
});
define("Portal.model$ISaveCaseRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISaveCaseRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISaveCaseRequestRecord = (function (_super) {
__extends(ISaveCaseRequestRecord, _super);
function ISaveCaseRequestRecord(defaults) {
_super.apply(this, arguments);
}
ISaveCaseRequestRecord.attributesToDeclare = function () {
return [
this.attr("ISaveCaseRequest", "iSaveCaseRequestAttr", "ISaveCaseRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISaveCaseRequestRec());
}, true, PortalModel.ISaveCaseRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ISaveCaseRequestRecord.fromStructure = function (str) {
return new ISaveCaseRequestRecord(new ISaveCaseRequestRecord.RecordClass({
iSaveCaseRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ISaveCaseRequestRecord._isAnonymousRecord = true;
ISaveCaseRequestRecord.UniqueId = "096d98b5-4f19-f465-6946-62c4eabad57b";
ISaveCaseRequestRecord.init();
return ISaveCaseRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ISaveCaseRequestRecord = ISaveCaseRequestRecord;
});
define("Portal.model$ReceiverCountryList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverCountryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverCountryList = (function (_super) {
__extends(ReceiverCountryList, _super);
function ReceiverCountryList(defaults) {
_super.apply(this, arguments);
}
ReceiverCountryList.itemType = PortalModel.ReceiverCountryRec;
return ReceiverCountryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReceiverCountryList = ReceiverCountryList;
});
define("Portal.model$InboundLetterItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InboundLetterItemRec = (function (_super) {
__extends(InboundLetterItemRec, _super);
function InboundLetterItemRec(defaults) {
_super.apply(this, arguments);
}
InboundLetterItemRec.attributesToDeclare = function () {
return [
this.attr("BoxUniqueId", "boxUniqueIdAttr", "boxUniqueId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailNature", "mailNatureAttr", "mailNature", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailCategory", "mailCategoryAttr", "mailCategory", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailSubCategory", "mailSubCategoryAttr", "mailSubCategory", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ImageBytes", "imageBytesAttr", "imageBytes", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ImagePath", "imagePathAttr", "imagePath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ImageName", "imageNameAttr", "imageName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
InboundLetterItemRec.init();
return InboundLetterItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.InboundLetterItemRec = InboundLetterItemRec;
});
define("Portal.model$InboundLetterItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InboundLetterItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InboundLetterItemList = (function (_super) {
__extends(InboundLetterItemList, _super);
function InboundLetterItemList(defaults) {
_super.apply(this, arguments);
}
InboundLetterItemList.itemType = PortalModel.InboundLetterItemRec;
return InboundLetterItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InboundLetterItemList = InboundLetterItemList;
});
define("Portal.model$Payload66Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InboundLetterItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload66Rec = (function (_super) {
__extends(Payload66Rec, _super);
function Payload66Rec(defaults) {
_super.apply(this, arguments);
}
Payload66Rec.attributesToDeclare = function () {
return [
this.attr("InboundLetters", "inboundLettersAttr", "inboundLetters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.InboundLetterItemList());
}, true, PortalModel.InboundLetterItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload66Rec.fromStructure = function (str) {
return new Payload66Rec(new Payload66Rec.RecordClass({
inboundLettersAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload66Rec.init();
return Payload66Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload66Rec = Payload66Rec;
});
define("Portal.model$GetInboundLettersResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload66Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersResponseRec = (function (_super) {
__extends(GetInboundLettersResponseRec, _super);
function GetInboundLettersResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload66Rec());
}, true, PortalModel.Payload66Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLettersResponseRec.init();
return GetInboundLettersResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLettersResponseRec = GetInboundLettersResponseRec;
});
define("Portal.model$GetInboundLettersResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersResponseList = (function (_super) {
__extends(GetInboundLettersResponseList, _super);
function GetInboundLettersResponseList(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersResponseList.itemType = PortalModel.GetInboundLettersResponseRec;
return GetInboundLettersResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLettersResponseList = GetInboundLettersResponseList;
});
define("Portal.model$Payload72Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload72Rec = (function (_super) {
__extends(Payload72Rec, _super);
function Payload72Rec(defaults) {
_super.apply(this, arguments);
}
Payload72Rec.attributesToDeclare = function () {
return [
this.attr("ReferenceNumber", "referenceNumberAttr", "referenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload72Rec.fromStructure = function (str) {
return new Payload72Rec(new Payload72Rec.RecordClass({
referenceNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload72Rec.init();
return Payload72Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload72Rec = Payload72Rec;
});
define("Portal.model$Payload72Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload72Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload72Record = (function (_super) {
__extends(Payload72Record, _super);
function Payload72Record(defaults) {
_super.apply(this, arguments);
}
Payload72Record.attributesToDeclare = function () {
return [
this.attr("Payload72", "payload72Attr", "Payload72", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload72Rec());
}, true, PortalModel.Payload72Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload72Record.fromStructure = function (str) {
return new Payload72Record(new Payload72Record.RecordClass({
payload72Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload72Record._isAnonymousRecord = true;
Payload72Record.UniqueId = "1bd04bc3-f47b-6f8e-bddc-d9e4808537cc";
Payload72Record.init();
return Payload72Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload72Record = Payload72Record;
});
define("Portal.model$Payload72RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload72Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload72RecordList = (function (_super) {
__extends(Payload72RecordList, _super);
function Payload72RecordList(defaults) {
_super.apply(this, arguments);
}
Payload72RecordList.itemType = PortalModel.Payload72Record;
return Payload72RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload72RecordList = Payload72RecordList;
});
define("Portal.model$Cnp_paymentlinkRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Cnp_paymentlinkRec = (function (_super) {
__extends(Cnp_paymentlinkRec, _super);
function Cnp_paymentlinkRec(defaults) {
_super.apply(this, arguments);
}
Cnp_paymentlinkRec.attributesToDeclare = function () {
return [
this.attr("Href", "hrefAttr", "href", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Cnp_paymentlinkRec.fromStructure = function (str) {
return new Cnp_paymentlinkRec(new Cnp_paymentlinkRec.RecordClass({
hrefAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Cnp_paymentlinkRec.init();
return Cnp_paymentlinkRec;
})(OS.DataTypes.GenericRecord);
PortalModel.Cnp_paymentlinkRec = Cnp_paymentlinkRec;
});
define("Portal.model$linkRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Cnp_paymentlinkRec", "Portal.model$CuryItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var linkRec = (function (_super) {
__extends(linkRec, _super);
function linkRec(defaults) {
_super.apply(this, arguments);
}
linkRec.attributesToDeclare = function () {
return [
this.attr("Cnp_paymentlink", "cnp_paymentlinkAttr", "cnp:payment-link", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Paymentauthorization", "paymentauthorizationAttr", "payment-authorization", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Self", "selfAttr", "self", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Tenantbrand", "tenantbrandAttr", "tenant-brand", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Payment", "paymentAttr", "payment", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Merchantbrand", "merchantbrandAttr", "merchant-brand", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Curies", "curiesAttr", "curies", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CuryItemList());
}, true, PortalModel.CuryItemList),
this.attr("Payment_card", "payment_cardAttr", "payment:card", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Payment_savedcard", "payment_savedcardAttr", "payment:saved-card", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Cnp_3ds", "cnp_3dsAttr", "cnp:3ds", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec)
].concat(_super.attributesToDeclare.call(this));
};
linkRec.init();
return linkRec;
})(OS.DataTypes.GenericRecord);
PortalModel.linkRec = linkRec;
});
define("Portal.model$Amount2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Amount2Rec = (function (_super) {
__extends(Amount2Rec, _super);
function Amount2Rec(defaults) {
_super.apply(this, arguments);
}
Amount2Rec.attributesToDeclare = function () {
return [
this.attr("CurrencyCode", "currencyCodeAttr", "currencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "value", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Amount2Rec.init();
return Amount2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Amount2Rec = Amount2Rec;
});
define("Portal.model$MerchantAttributeRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MerchantAttributeRec = (function (_super) {
__extends(MerchantAttributeRec, _super);
function MerchantAttributeRec(defaults) {
_super.apply(this, arguments);
}
MerchantAttributeRec.attributesToDeclare = function () {
return [
this.attr("SkipConfirmationPage", "skipConfirmationPageAttr", "skipConfirmationPage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RedirectUrl", "redirectUrlAttr", "redirectUrl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Skip3DS", "skip3DSAttr", "skip3DS", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MerchantAttributeRec.init();
return MerchantAttributeRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MerchantAttributeRec = MerchantAttributeRec;
});
define("Portal.model$PaymentMethodRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethodRec = (function (_super) {
__extends(PaymentMethodRec, _super);
function PaymentMethodRec(defaults) {
_super.apply(this, arguments);
}
PaymentMethodRec.attributesToDeclare = function () {
return [
this.attr("Card", "cardAttr", "card", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
PaymentMethodRec.fromStructure = function (str) {
return new PaymentMethodRec(new PaymentMethodRec.RecordClass({
cardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentMethodRec.init();
return PaymentMethodRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentMethodRec = PaymentMethodRec;
});
define("Portal.model$link2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Cnp_paymentlinkRec", "Portal.model$CuryItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var link2Rec = (function (_super) {
__extends(link2Rec, _super);
function link2Rec(defaults) {
_super.apply(this, arguments);
}
link2Rec.attributesToDeclare = function () {
return [
this.attr("Self", "selfAttr", "self", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Payment_card", "payment_cardAttr", "payment:card", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec),
this.attr("Curies", "curiesAttr", "curies", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CuryItemList());
}, true, PortalModel.CuryItemList)
].concat(_super.attributesToDeclare.call(this));
};
link2Rec.init();
return link2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.link2Rec = link2Rec;
});
define("Portal.model$PaymentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$link2Rec", "Portal.model$Amount2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItemRec = (function (_super) {
__extends(PaymentItemRec, _super);
function PaymentItemRec(defaults) {
_super.apply(this, arguments);
}
PaymentItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("links", "linksAttr", "_links", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.link2Rec());
}, true, PortalModel.link2Rec),
this.attr("State", "stateAttr", "state", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec),
this.attr("UpdateDateTime", "updateDateTimeAttr", "updateDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderReference", "orderReferenceAttr", "orderReference", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentItemRec.init();
return PaymentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentItemRec = PaymentItemRec;
});
define("Portal.model$PaymentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItemList = (function (_super) {
__extends(PaymentItemList, _super);
function PaymentItemList(defaults) {
_super.apply(this, arguments);
}
PaymentItemList.itemType = PortalModel.PaymentItemRec;
return PaymentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentItemList = PaymentItemList;
});
define("Portal.model$embeddedRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embeddedRec = (function (_super) {
__extends(embeddedRec, _super);
function embeddedRec(defaults) {
_super.apply(this, arguments);
}
embeddedRec.attributesToDeclare = function () {
return [
this.attr("Payment", "paymentAttr", "payment", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentItemList());
}, true, PortalModel.PaymentItemList)
].concat(_super.attributesToDeclare.call(this));
};
embeddedRec.fromStructure = function (str) {
return new embeddedRec(new embeddedRec.RecordClass({
paymentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
embeddedRec.init();
return embeddedRec;
})(OS.DataTypes.GenericRecord);
PortalModel.embeddedRec = embeddedRec;
});
define("Portal.model$SINGLERec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec", "Portal.model$Amount2Rec", "Portal.model$MerchantAttributeRec", "Portal.model$PaymentMethodRec", "Portal.model$embeddedRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLERec = (function (_super) {
__extends(SINGLERec, _super);
function SINGLERec(defaults) {
_super.apply(this, arguments);
}
SINGLERec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("links", "linksAttr", "_links", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.linkRec());
}, true, PortalModel.linkRec),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Action", "actionAttr", "action", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec),
this.attr("Language", "languageAttr", "language", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MerchantAttributes", "merchantAttributesAttr", "merchantAttributes", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MerchantAttributeRec());
}, true, PortalModel.MerchantAttributeRec),
this.attr("EmailAddress", "emailAddressAttr", "emailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Reference", "referenceAttr", "reference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreateDateTime", "createDateTimeAttr", "createDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PaymentMethods", "paymentMethodsAttr", "paymentMethods", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethodRec());
}, true, PortalModel.PaymentMethodRec),
this.attr("Referrer", "referrerAttr", "referrer", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FormattedAmount", "formattedAmountAttr", "formattedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("embedded", "embeddedAttr", "_embedded", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.embeddedRec());
}, true, PortalModel.embeddedRec)
].concat(_super.attributesToDeclare.call(this));
};
SINGLERec.init();
return SINGLERec;
})(OS.DataTypes.GenericRecord);
PortalModel.SINGLERec = SINGLERec;
});
define("Portal.model$PaymentMethod2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethod2Rec = (function (_super) {
__extends(PaymentMethod2Rec, _super);
function PaymentMethod2Rec(defaults) {
_super.apply(this, arguments);
}
PaymentMethod2Rec.attributesToDeclare = function () {
return [
this.attr("Expiry", "expiryAttr", "expiry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CardholderName", "cardholderNameAttr", "cardholderName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pan", "panAttr", "pan", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentMethod2Rec.init();
return PaymentMethod2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentMethod2Rec = PaymentMethod2Rec;
});
define("Portal.model$ACS_DataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ACS_DataRec = (function (_super) {
__extends(ACS_DataRec, _super);
function ACS_DataRec(defaults) {
_super.apply(this, arguments);
}
ACS_DataRec.attributesToDeclare = function () {
return [
this.attr("AcsUrl", "acsUrlAttr", "acsUrl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AcsPaReq", "acsPaReqAttr", "acsPaReq", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AcsMd", "acsMdAttr", "acsMd", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ACS_DataRec.init();
return ACS_DataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ACS_DataRec = ACS_DataRec;
});
define("Portal.model$PaymentItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec", "Portal.model$Amount2Rec", "Portal.model$PaymentMethod2Rec", "Portal.model$ACS_DataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItem2Rec = (function (_super) {
__extends(PaymentItem2Rec, _super);
function PaymentItem2Rec(defaults) {
_super.apply(this, arguments);
}
PaymentItem2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("links", "linksAttr", "_links", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.linkRec());
}, true, PortalModel.linkRec),
this.attr("State", "stateAttr", "state", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec),
this.attr("UpdateDateTime", "updateDateTimeAttr", "updateDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderReference", "orderReferenceAttr", "orderReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentMethod", "paymentMethodAttr", "paymentMethod", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethod2Rec());
}, true, PortalModel.PaymentMethod2Rec),
this.attr("ds", "dsAttr", "3ds", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ACS_DataRec());
}, true, PortalModel.ACS_DataRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentItem2Rec.init();
return PaymentItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentItem2Rec = PaymentItem2Rec;
});
define("Portal.model$PaymentItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItem2List = (function (_super) {
__extends(PaymentItem2List, _super);
function PaymentItem2List(defaults) {
_super.apply(this, arguments);
}
PaymentItem2List.itemType = PortalModel.PaymentItem2Rec;
return PaymentItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentItem2List = PaymentItem2List;
});
define("Portal.model$embedded2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embedded2Rec = (function (_super) {
__extends(embedded2Rec, _super);
function embedded2Rec(defaults) {
_super.apply(this, arguments);
}
embedded2Rec.attributesToDeclare = function () {
return [
this.attr("Payment", "paymentAttr", "payment", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentItem2List());
}, true, PortalModel.PaymentItem2List)
].concat(_super.attributesToDeclare.call(this));
};
embedded2Rec.fromStructure = function (str) {
return new embedded2Rec(new embedded2Rec.RecordClass({
paymentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
embedded2Rec.init();
return embedded2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.embedded2Rec = embedded2Rec;
});
define("Portal.model$SavedCardRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SavedCardRec = (function (_super) {
__extends(SavedCardRec, _super);
function SavedCardRec(defaults) {
_super.apply(this, arguments);
}
SavedCardRec.attributesToDeclare = function () {
return [
this.attr("MaskedPan", "maskedPanAttr", "maskedPan", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Expiry", "expiryAttr", "expiry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CardholderName", "cardholderNameAttr", "cardholderName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Scheme", "schemeAttr", "scheme", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CardToken", "cardTokenAttr", "cardToken", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RecaptureCsc", "recaptureCscAttr", "recaptureCsc", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SavedCardRec.init();
return SavedCardRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SavedCardRec = SavedCardRec;
});
define("Portal.model$SINGLE2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec", "Portal.model$Amount2Rec", "Portal.model$MerchantAttributeRec", "Portal.model$PaymentMethodRec", "Portal.model$embedded2Rec", "Portal.model$SavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLE2Rec = (function (_super) {
__extends(SINGLE2Rec, _super);
function SINGLE2Rec(defaults) {
_super.apply(this, arguments);
}
SINGLE2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("links", "linksAttr", "_links", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.linkRec());
}, true, PortalModel.linkRec),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Action", "actionAttr", "action", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec),
this.attr("Language", "languageAttr", "language", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MerchantAttributes", "merchantAttributesAttr", "merchantAttributes", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MerchantAttributeRec());
}, true, PortalModel.MerchantAttributeRec),
this.attr("EmailAddress", "emailAddressAttr", "emailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Reference", "referenceAttr", "reference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreateDateTime", "createDateTimeAttr", "createDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PaymentMethods", "paymentMethodsAttr", "paymentMethods", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethodRec());
}, true, PortalModel.PaymentMethodRec),
this.attr("Referrer", "referrerAttr", "referrer", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FormattedAmount", "formattedAmountAttr", "formattedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("embedded", "embeddedAttr", "_embedded", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.embedded2Rec());
}, true, PortalModel.embedded2Rec),
this.attr("SavedCard", "savedCardAttr", "savedCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SavedCardRec());
}, true, PortalModel.SavedCardRec)
].concat(_super.attributesToDeclare.call(this));
};
SINGLE2Rec.init();
return SINGLE2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SINGLE2Rec = SINGLE2Rec;
});
define("Portal.model$ProcessForPayment2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLERec", "Portal.model$SINGLE2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessForPayment2Rec = (function (_super) {
__extends(ProcessForPayment2Rec, _super);
function ProcessForPayment2Rec(defaults) {
_super.apply(this, arguments);
}
ProcessForPayment2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SINGLERec());
}, true, PortalModel.SINGLERec),
this.attr("Payload2", "payload2Attr", "Payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SINGLE2Rec());
}, true, PortalModel.SINGLE2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessForPayment2Rec.init();
return ProcessForPayment2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessForPayment2Rec = ProcessForPayment2Rec;
});
define("Portal.model$ProcessForPayment2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessForPayment2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessForPayment2List = (function (_super) {
__extends(ProcessForPayment2List, _super);
function ProcessForPayment2List(defaults) {
_super.apply(this, arguments);
}
ProcessForPayment2List.itemType = PortalModel.ProcessForPayment2Rec;
return ProcessForPayment2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessForPayment2List = ProcessForPayment2List;
});
define("Portal.model$PaymentItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItem2Record = (function (_super) {
__extends(PaymentItem2Record, _super);
function PaymentItem2Record(defaults) {
_super.apply(this, arguments);
}
PaymentItem2Record.attributesToDeclare = function () {
return [
this.attr("PaymentItem2", "paymentItem2Attr", "PaymentItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentItem2Rec());
}, true, PortalModel.PaymentItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentItem2Record.fromStructure = function (str) {
return new PaymentItem2Record(new PaymentItem2Record.RecordClass({
paymentItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentItem2Record._isAnonymousRecord = true;
PaymentItem2Record.UniqueId = "0a1f9ee7-40f4-f984-e45a-8c8fe1743b66";
PaymentItem2Record.init();
return PaymentItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentItem2Record = PaymentItem2Record;
});
define("Portal.model$HTTPHeader17List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader17List = (function (_super) {
__extends(HTTPHeader17List, _super);
function HTTPHeader17List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader17List.itemType = PortalModel.HTTPHeader17Rec;
return HTTPHeader17List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader17List = HTTPHeader17List;
});
define("Portal.model$HTTPResponse4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader17List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse4Rec = (function (_super) {
__extends(HTTPResponse4Rec, _super);
function HTTPResponse4Rec(defaults) {
_super.apply(this, arguments);
}
HTTPResponse4Rec.attributesToDeclare = function () {
return [
this.attr("StatusCode", "statusCodeAttr", "StatusCode", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("StatusLine", "statusLineAttr", "StatusLine", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader17List());
}, true, PortalModel.HTTPHeader17List),
this.attr("ResponseText", "responseTextAttr", "ResponseText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ResponseBinary", "responseBinaryAttr", "ResponseBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse4Rec.init();
return HTTPResponse4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse4Rec = HTTPResponse4Rec;
});
define("Portal.model$HTTPResponse4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse4List = (function (_super) {
__extends(HTTPResponse4List, _super);
function HTTPResponse4List(defaults) {
_super.apply(this, arguments);
}
HTTPResponse4List.itemType = PortalModel.HTTPResponse4Rec;
return HTTPResponse4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse4List = HTTPResponse4List;
});
define("Portal.model$Career_EducationRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_EducationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_EducationRecord = (function (_super) {
__extends(Career_EducationRecord, _super);
function Career_EducationRecord(defaults) {
_super.apply(this, arguments);
}
Career_EducationRecord.attributesToDeclare = function () {
return [
this.attr("Career_Education", "career_EducationAttr", "Career_Education", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.Career_EducationRec());
}, true, CareersServices_COModel.Career_EducationRec)
].concat(_super.attributesToDeclare.call(this));
};
Career_EducationRecord.fromStructure = function (str) {
return new Career_EducationRecord(new Career_EducationRecord.RecordClass({
career_EducationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Career_EducationRecord._isAnonymousRecord = true;
Career_EducationRecord.UniqueId = "0a3190de-52b4-28f6-3a86-bf003ec1bd80";
Career_EducationRecord.init();
return Career_EducationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Career_EducationRecord = Career_EducationRecord;
});
define("Portal.model$BoxHistoryRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListCustomerDuePaymentOptionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxHistoryRec = (function (_super) {
__extends(BoxHistoryRec, _super);
function BoxHistoryRec(defaults) {
_super.apply(this, arguments);
}
BoxHistoryRec.attributesToDeclare = function () {
return [
this.attr("AgentCount", "agentCountAttr", "agentCount", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BagCount", "bagCountAttr", "bagCount", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BoxID", "boxIDAttr", "boxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BoxStatus", "boxStatusAttr", "boxStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BundleDesc", "bundleDescAttr", "bundleDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BundleID", "bundleIDAttr", "bundleID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CancellationDate", "cancellationDateAttr", "cancellationDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CityDesc", "cityDescAttr", "cityDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityID", "cityIDAttr", "cityID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentExpiryDate", "currentExpiryDateAttr", "currentExpiryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CustomerNameAr", "customerNameArAttr", "customerNameAr", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNameEN", "customerNameENAttr", "customerNameEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerProfileID", "customerProfileIDAttr", "customerProfileID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DueEndDate", "dueEndDateAttr", "dueEndDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DueStartDate", "dueStartDateAttr", "dueStartDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Emirate", "emirateAttr", "emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesID", "emiratesIDAttr", "emiratesID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDuePresent", "isDuePresentAttr", "isDuePresent", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("LastRenewalDate", "lastRenewalDateAttr", "lastRenewalDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ListCustomerDuePaymentOptions", "listCustomerDuePaymentOptionsAttr", "listCustomerDuePaymentOptions", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ListCustomerDuePaymentOptionRec());
}, true, PortalModel.ListCustomerDuePaymentOptionRec),
this.attr("OfficeDesc", "officeDescAttr", "officeDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OfficeID", "officeIDAttr", "officeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PassportNo", "passportNoAttr", "passportNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNo", "referenceNoAttr", "referenceNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remarks", "remarksAttr", "remarks", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RentDate", "rentDateAttr", "rentDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("RentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RentTypeDesc", "rentTypeDescAttr", "rentTypeDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TijariCount", "tijariCountAttr", "tijariCount", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("TradeLicenseNo", "tradeLicenseNoAttr", "tradeLicenseNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UniqueBoxID", "uniqueBoxIDAttr", "uniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BoxHistoryRec.init();
return BoxHistoryRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxHistoryRec = BoxHistoryRec;
});
define("Portal.model$OrderDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderDetailRec = (function (_super) {
__extends(OrderDetailRec, _super);
function OrderDetailRec(defaults) {
_super.apply(this, arguments);
}
OrderDetailRec.attributesToDeclare = function () {
return [
this.attr("OrderNumber", "orderNumberAttr", "orderNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalAmount", "totalAmountAttr", "totalAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ListBundleServiceDetail", "listBundleServiceDetailAttr", "listBundleServiceDetail", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemList());
}, true, PortalModel.BundleServiceDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
OrderDetailRec.init();
return OrderDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderDetailRec = OrderDetailRec;
});
define("Portal.model$Payload71Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxHistoryRec", "Portal.model$OrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload71Rec = (function (_super) {
__extends(Payload71Rec, _super);
function Payload71Rec(defaults) {
_super.apply(this, arguments);
}
Payload71Rec.attributesToDeclare = function () {
return [
this.attr("BoxHistory", "boxHistoryAttr", "boxHistory", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoxHistoryRec());
}, true, PortalModel.BoxHistoryRec),
this.attr("OrderDetails", "orderDetailsAttr", "OrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderDetailRec());
}, true, PortalModel.OrderDetailRec),
this.attr("EpResponseCode", "epResponseCodeAttr", "epResponseCode", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EpResponseMessage", "epResponseMessageAttr", "epResponseMessage", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload71Rec.init();
return Payload71Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload71Rec = Payload71Rec;
});
define("Portal.model$Payload71List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload71Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload71List = (function (_super) {
__extends(Payload71List, _super);
function Payload71List(defaults) {
_super.apply(this, arguments);
}
Payload71List.itemType = PortalModel.Payload71Rec;
return Payload71List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload71List = Payload71List;
});
define("Portal.model$FileUploadResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileUploadResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileUploadResponseList = (function (_super) {
__extends(FileUploadResponseList, _super);
function FileUploadResponseList(defaults) {
_super.apply(this, arguments);
}
FileUploadResponseList.itemType = PortalModel.FileUploadResponseRec;
return FileUploadResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileUploadResponseList = FileUploadResponseList;
});
define("Portal.model$CandidateExperienceRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateExperienceRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateExperienceRecord = (function (_super) {
__extends(CandidateExperienceRecord, _super);
function CandidateExperienceRecord(defaults) {
_super.apply(this, arguments);
}
CandidateExperienceRecord.attributesToDeclare = function () {
return [
this.attr("CandidateExperience", "candidateExperienceAttr", "CandidateExperience", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.CandidateExperienceRec());
}, true, CareersData_COModel.CandidateExperienceRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateExperienceRecord.fromStructure = function (str) {
return new CandidateExperienceRecord(new CandidateExperienceRecord.RecordClass({
candidateExperienceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateExperienceRecord._isAnonymousRecord = true;
CandidateExperienceRecord.UniqueId = "0a8391b3-91e4-229e-a61d-695a4f6e2dc5";
CandidateExperienceRecord.init();
return CandidateExperienceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateExperienceRecord = CandidateExperienceRecord;
});
define("Portal.model$ShapeRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$ShapeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var ShapeRecord = (function (_super) {
__extends(ShapeRecord, _super);
function ShapeRecord(defaults) {
_super.apply(this, arguments);
}
ShapeRecord.attributesToDeclare = function () {
return [
this.attr("Shape", "shapeAttr", "Shape", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.ShapeRec());
}, true, OutSystemsUIModel.ShapeRec)
].concat(_super.attributesToDeclare.call(this));
};
ShapeRecord.fromStructure = function (str) {
return new ShapeRecord(new ShapeRecord.RecordClass({
shapeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShapeRecord._isAnonymousRecord = true;
ShapeRecord.UniqueId = "0a89eeb6-0fa1-f44b-6316-ca69b462007b";
ShapeRecord.init();
return ShapeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShapeRecord = ShapeRecord;
});
define("Portal.model$FileDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileDetailsRec = (function (_super) {
__extends(FileDetailsRec, _super);
function FileDetailsRec(defaults) {
_super.apply(this, arguments);
}
FileDetailsRec.attributesToDeclare = function () {
return [
this.attr("PhotFile", "photFileAttr", "PhotFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("DLFrontFile", "dLFrontFileAttr", "DLFrontFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("DLBackFile", "dLBackFileAttr", "DLBackFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("EmiratesIDFrontFile", "emiratesIDFrontFileAttr", "EmiratesIDFrontFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("EmiratesIDBackFile", "emiratesIDBackFileAttr", "EmiratesIDBackFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("PassportFile", "passportFileAttr", "PassportFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("VisaFile", "visaFileAttr", "VisaFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
FileDetailsRec.init();
return FileDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FileDetailsRec = FileDetailsRec;
});
define("Portal.model$FileDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileDetailsRecord = (function (_super) {
__extends(FileDetailsRecord, _super);
function FileDetailsRecord(defaults) {
_super.apply(this, arguments);
}
FileDetailsRecord.attributesToDeclare = function () {
return [
this.attr("FileDetails", "fileDetailsAttr", "FileDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileDetailsRec());
}, true, PortalModel.FileDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
FileDetailsRecord.fromStructure = function (str) {
return new FileDetailsRecord(new FileDetailsRecord.RecordClass({
fileDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FileDetailsRecord._isAnonymousRecord = true;
FileDetailsRecord.UniqueId = "0e07d230-cdf9-8034-69ea-a24d7517fd1b";
FileDetailsRecord.init();
return FileDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FileDetailsRecord = FileDetailsRecord;
});
define("Portal.model$FileDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileDetailsRecordList = (function (_super) {
__extends(FileDetailsRecordList, _super);
function FileDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
FileDetailsRecordList.itemType = PortalModel.FileDetailsRecord;
return FileDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileDetailsRecordList = FileDetailsRecordList;
});
define("Portal.model$FreeBoxLocObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxLocObjectRec = (function (_super) {
__extends(FreeBoxLocObjectRec, _super);
function FreeBoxLocObjectRec(defaults) {
_super.apply(this, arguments);
}
FreeBoxLocObjectRec.attributesToDeclare = function () {
return [
this.attr("officeId", "officeIdAttr", "officeId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("longitude", "longitudeAttr", "longitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("areaId", "areaIdAttr", "areaId", true, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
FreeBoxLocObjectRec.init();
return FreeBoxLocObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FreeBoxLocObjectRec = FreeBoxLocObjectRec;
});
define("Portal.model$FreeBoxLocObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxLocObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxLocObjectList = (function (_super) {
__extends(FreeBoxLocObjectList, _super);
function FreeBoxLocObjectList(defaults) {
_super.apply(this, arguments);
}
FreeBoxLocObjectList.itemType = PortalModel.FreeBoxLocObjectRec;
return FreeBoxLocObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FreeBoxLocObjectList = FreeBoxLocObjectList;
});
define("Portal.model$GetFreeBoxLocPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxLocObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocPayloadRec = (function (_super) {
__extends(GetFreeBoxLocPayloadRec, _super);
function GetFreeBoxLocPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocPayloadRec.attributesToDeclare = function () {
return [
this.attr("locations", "locationsAttr", "locations", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FreeBoxLocObjectList());
}, true, PortalModel.FreeBoxLocObjectList)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxLocPayloadRec.fromStructure = function (str) {
return new GetFreeBoxLocPayloadRec(new GetFreeBoxLocPayloadRec.RecordClass({
locationsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxLocPayloadRec.init();
return GetFreeBoxLocPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxLocPayloadRec = GetFreeBoxLocPayloadRec;
});
define("Portal.model$GetFreeBoxLocPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocPayloadList = (function (_super) {
__extends(GetFreeBoxLocPayloadList, _super);
function GetFreeBoxLocPayloadList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocPayloadList.itemType = PortalModel.GetFreeBoxLocPayloadRec;
return GetFreeBoxLocPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxLocPayloadList = GetFreeBoxLocPayloadList;
});
define("Portal.model$Payload55Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload55Rec = (function (_super) {
__extends(Payload55Rec, _super);
function Payload55Rec(defaults) {
_super.apply(this, arguments);
}
Payload55Rec.attributesToDeclare = function () {
return [
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload55Rec.fromStructure = function (str) {
return new Payload55Rec(new Payload55Rec.RecordClass({
userIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload55Rec.init();
return Payload55Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload55Rec = Payload55Rec;
});
define("Portal.model$GetUserByTokenResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload55Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponse3Rec = (function (_super) {
__extends(GetUserByTokenResponse3Rec, _super);
function GetUserByTokenResponse3Rec(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponse3Rec.attributesToDeclare = function () {
return [
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload55Rec());
}, true, PortalModel.Payload55Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserByTokenResponse3Rec.init();
return GetUserByTokenResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserByTokenResponse3Rec = GetUserByTokenResponse3Rec;
});
define("Portal.model$GetUserByTokenResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponse3Record = (function (_super) {
__extends(GetUserByTokenResponse3Record, _super);
function GetUserByTokenResponse3Record(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponse3Record.attributesToDeclare = function () {
return [
this.attr("GetUserByTokenResponse3", "getUserByTokenResponse3Attr", "GetUserByTokenResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetUserByTokenResponse3Rec());
}, true, PortalModel.GetUserByTokenResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserByTokenResponse3Record.fromStructure = function (str) {
return new GetUserByTokenResponse3Record(new GetUserByTokenResponse3Record.RecordClass({
getUserByTokenResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetUserByTokenResponse3Record._isAnonymousRecord = true;
GetUserByTokenResponse3Record.UniqueId = "0af62c41-1add-ecb8-2328-b559b16385cd";
GetUserByTokenResponse3Record.init();
return GetUserByTokenResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserByTokenResponse3Record = GetUserByTokenResponse3Record;
});
define("Portal.model$URLQueryParameter4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter4Rec = (function (_super) {
__extends(URLQueryParameter4Rec, _super);
function URLQueryParameter4Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter4Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter4Rec.init();
return URLQueryParameter4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter4Rec = URLQueryParameter4Rec;
});
define("Portal.model$URLQueryParameter4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter4List = (function (_super) {
__extends(URLQueryParameter4List, _super);
function URLQueryParameter4List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter4List.itemType = PortalModel.URLQueryParameter4Rec;
return URLQueryParameter4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter4List = URLQueryParameter4List;
});
define("Portal.model$HTTPHeader4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader4List = (function (_super) {
__extends(HTTPHeader4List, _super);
function HTTPHeader4List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader4List.itemType = PortalModel.HTTPHeader4Rec;
return HTTPHeader4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader4List = HTTPHeader4List;
});
define("Portal.model$HTTPRequest4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter4List", "Portal.model$HTTPHeader4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest4Rec = (function (_super) {
__extends(HTTPRequest4Rec, _super);
function HTTPRequest4Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest4Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter4List());
}, true, PortalModel.URLQueryParameter4List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader4List());
}, true, PortalModel.HTTPHeader4List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest4Rec.init();
return HTTPRequest4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest4Rec = HTTPRequest4Rec;
});
define("Portal.model$HTTPRequest4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest4Record = (function (_super) {
__extends(HTTPRequest4Record, _super);
function HTTPRequest4Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest4Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest4", "hTTPRequest4Attr", "HTTPRequest4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest4Rec());
}, true, PortalModel.HTTPRequest4Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest4Record.fromStructure = function (str) {
return new HTTPRequest4Record(new HTTPRequest4Record.RecordClass({
hTTPRequest4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest4Record._isAnonymousRecord = true;
HTTPRequest4Record.UniqueId = "0b1aa651-2e5e-985f-7df7-099c98df1e84";
HTTPRequest4Record.init();
return HTTPRequest4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest4Record = HTTPRequest4Record;
});
define("Portal.model$URLQueryParameter7Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter7Rec = (function (_super) {
__extends(URLQueryParameter7Rec, _super);
function URLQueryParameter7Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter7Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter7Rec.init();
return URLQueryParameter7Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter7Rec = URLQueryParameter7Rec;
});
define("Portal.model$URLQueryParameter7Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter7Record = (function (_super) {
__extends(URLQueryParameter7Record, _super);
function URLQueryParameter7Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter7Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter7", "uRLQueryParameter7Attr", "URLQueryParameter7", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter7Rec());
}, true, PortalModel.URLQueryParameter7Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter7Record.fromStructure = function (str) {
return new URLQueryParameter7Record(new URLQueryParameter7Record.RecordClass({
uRLQueryParameter7Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter7Record._isAnonymousRecord = true;
URLQueryParameter7Record.UniqueId = "0b43a242-84d6-2930-dc46-2cd33ea47012";
URLQueryParameter7Record.init();
return URLQueryParameter7Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter7Record = URLQueryParameter7Record;
});
define("Portal.model$CustomDeclarationItem5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItem5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItem5Record = (function (_super) {
__extends(CustomDeclarationItem5Record, _super);
function CustomDeclarationItem5Record(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItem5Record.attributesToDeclare = function () {
return [
this.attr("CustomDeclarationItem5", "customDeclarationItem5Attr", "CustomDeclarationItem5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationItem5Rec());
}, true, PortalModel.CustomDeclarationItem5Rec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationItem5Record.fromStructure = function (str) {
return new CustomDeclarationItem5Record(new CustomDeclarationItem5Record.RecordClass({
customDeclarationItem5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDeclarationItem5Record._isAnonymousRecord = true;
CustomDeclarationItem5Record.UniqueId = "f372cd3c-c306-bd36-8be5-c147097c7278";
CustomDeclarationItem5Record.init();
return CustomDeclarationItem5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationItem5Record = CustomDeclarationItem5Record;
});
define("Portal.model$CustomDeclarationItem5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItem5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItem5RecordList = (function (_super) {
__extends(CustomDeclarationItem5RecordList, _super);
function CustomDeclarationItem5RecordList(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItem5RecordList.itemType = PortalModel.CustomDeclarationItem5Record;
return CustomDeclarationItem5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationItem5RecordList = CustomDeclarationItem5RecordList;
});
define("Portal.model$Payload22List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload22Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload22List = (function (_super) {
__extends(Payload22List, _super);
function Payload22List(defaults) {
_super.apply(this, arguments);
}
Payload22List.itemType = PortalModel.Payload22Rec;
return Payload22List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload22List = Payload22List;
});
define("Portal.model$linkList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var linkList = (function (_super) {
__extends(linkList, _super);
function linkList(defaults) {
_super.apply(this, arguments);
}
linkList.itemType = PortalModel.linkRec;
return linkList;
})(OS.DataTypes.GenericRecordList);
PortalModel.linkList = linkList;
});
define("Portal.model$TaxObjectItemListRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemListRec = (function (_super) {
__extends(TaxObjectItemListRec, _super);
function TaxObjectItemListRec(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemListRec.attributesToDeclare = function () {
return [
this.attr("TaxObjectItems", "taxObjectItemsAttr", "TaxObjectItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemList());
}, true, PortalModel.TaxObjectItemList)
].concat(_super.attributesToDeclare.call(this));
};
TaxObjectItemListRec.fromStructure = function (str) {
return new TaxObjectItemListRec(new TaxObjectItemListRec.RecordClass({
taxObjectItemsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TaxObjectItemListRec.init();
return TaxObjectItemListRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxObjectItemListRec = TaxObjectItemListRec;
});
define("Portal.model$TaxObjectItemListList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemListList = (function (_super) {
__extends(TaxObjectItemListList, _super);
function TaxObjectItemListList(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemListList.itemType = PortalModel.TaxObjectItemListRec;
return TaxObjectItemListList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxObjectItemListList = TaxObjectItemListList;
});
define("Portal.model$OrderProductListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderProductListItemRec = (function (_super) {
__extends(OrderProductListItemRec, _super);
function OrderProductListItemRec(defaults) {
_super.apply(this, arguments);
}
OrderProductListItemRec.attributesToDeclare = function () {
return [
this.attr("OrderServiceId", "orderServiceIdAttr", "OrderServiceId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ServiceTitleEN", "serviceTitleENAttr", "ServiceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleAR", "serviceTitleARAttr", "ServiceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServicePrice", "servicePriceAttr", "ServicePrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ServiceStatus", "serviceStatusAttr", "ServiceStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OrderProductListItemRec.init();
return OrderProductListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderProductListItemRec = OrderProductListItemRec;
});
define("Portal.model$OrderProductListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderProductListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderProductListItemList = (function (_super) {
__extends(OrderProductListItemList, _super);
function OrderProductListItemList(defaults) {
_super.apply(this, arguments);
}
OrderProductListItemList.itemType = PortalModel.OrderProductListItemRec;
return OrderProductListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderProductListItemList = OrderProductListItemList;
});
define("Portal.model$OrderHistoryListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderProductListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderHistoryListItemRec = (function (_super) {
__extends(OrderHistoryListItemRec, _super);
function OrderHistoryListItemRec(defaults) {
_super.apply(this, arguments);
}
OrderHistoryListItemRec.attributesToDeclare = function () {
return [
this.attr("OrderHeaderId", "orderHeaderIdAttr", "orderHeaderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CompletedOn", "completedOnAttr", "CompletedOn", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PaymentRef", "paymentRefAttr", "PaymentRef", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderStatus", "orderStatusAttr", "OrderStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InvoiceDocumentId", "invoiceDocumentIdAttr", "InvoiceDocumentId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OrderProductList", "orderProductListAttr", "OrderProductList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderProductListItemList());
}, true, PortalModel.OrderProductListItemList),
this.attr("ReceiptDocumentId", "receiptDocumentIdAttr", "ReceiptDocumentId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderRef", "orderRefAttr", "OrderRef", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsFinPostSuccess", "isFinPostSuccessAttr", "IsFinPostSuccess", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OrderTypeId", "orderTypeIdAttr", "orderTypeId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EnableInvoiceDownload", "enableInvoiceDownloadAttr", "enableInvoiceDownload", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OrderHistoryListItemRec.init();
return OrderHistoryListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderHistoryListItemRec = OrderHistoryListItemRec;
});
define("Portal.model$OrderHistoryListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderHistoryListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderHistoryListItemList = (function (_super) {
__extends(OrderHistoryListItemList, _super);
function OrderHistoryListItemList(defaults) {
_super.apply(this, arguments);
}
OrderHistoryListItemList.itemType = PortalModel.OrderHistoryListItemRec;
return OrderHistoryListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderHistoryListItemList = OrderHistoryListItemList;
});
define("Portal.model$PayloadItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderHistoryListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem3Rec = (function (_super) {
__extends(PayloadItem3Rec, _super);
function PayloadItem3Rec(defaults) {
_super.apply(this, arguments);
}
PayloadItem3Rec.attributesToDeclare = function () {
return [
this.attr("OrderHistoryList", "orderHistoryListAttr", "orderHistoryList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderHistoryListItemList());
}, true, PortalModel.OrderHistoryListItemList)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem3Rec.fromStructure = function (str) {
return new PayloadItem3Rec(new PayloadItem3Rec.RecordClass({
orderHistoryListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItem3Rec.init();
return PayloadItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem3Rec = PayloadItem3Rec;
});
define("Portal.model$PayloadItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem3Record = (function (_super) {
__extends(PayloadItem3Record, _super);
function PayloadItem3Record(defaults) {
_super.apply(this, arguments);
}
PayloadItem3Record.attributesToDeclare = function () {
return [
this.attr("PayloadItem3", "payloadItem3Attr", "PayloadItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem3Rec());
}, true, PortalModel.PayloadItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem3Record.fromStructure = function (str) {
return new PayloadItem3Record(new PayloadItem3Record.RecordClass({
payloadItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItem3Record._isAnonymousRecord = true;
PayloadItem3Record.UniqueId = "0bfc34c0-76e3-9bcc-dcfa-948bdb37de28";
PayloadItem3Record.init();
return PayloadItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem3Record = PayloadItem3Record;
});
define("Portal.model$BillingAddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BillingAddressRec = (function (_super) {
__extends(BillingAddressRec, _super);
function BillingAddressRec(defaults) {
_super.apply(this, arguments);
}
BillingAddressRec.attributesToDeclare = function () {
return [
this.attr("FirstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "city", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryCode", "countryCodeAttr", "countryCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BillingAddressRec.init();
return BillingAddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BillingAddressRec = BillingAddressRec;
});
define("Portal.model$ProcessPaymentSavedCardRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BillingAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardRec = (function (_super) {
__extends(ProcessPaymentSavedCardRec, _super);
function ProcessPaymentSavedCardRec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardRec.attributesToDeclare = function () {
return [
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "orderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("CallbackURL", "callbackURLAttr", "callbackURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CartOrderNum", "cartOrderNumAttr", "cartOrderNum", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("SavedCardId", "savedCardIdAttr", "SavedCardId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CaptureCreditCard", "captureCreditCardAttr", "captureCreditCard", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("BillingAddress", "billingAddressAttr", "billingAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BillingAddressRec());
}, true, PortalModel.BillingAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardRec.init();
return ProcessPaymentSavedCardRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardRec = ProcessPaymentSavedCardRec;
});
define("Portal.model$OrderFulfillmentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalDescriptionItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderFulfillmentItemRec = (function (_super) {
__extends(OrderFulfillmentItemRec, _super);
function OrderFulfillmentItemRec(defaults) {
_super.apply(this, arguments);
}
OrderFulfillmentItemRec.attributesToDeclare = function () {
return [
this.attr("orderServiceId", "orderServiceIdAttr", "orderServiceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderServiceType", "orderServiceTypeAttr", "OrderServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("orderServiceTitle", "orderServiceTitleAttr", "orderServiceTitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isSuccess", "isSuccessAttr", "isSuccess", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("trackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderServiceTitleEN", "orderServiceTitleENAttr", "orderServiceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderServiceTitleAR", "orderServiceTitleARAttr", "orderServiceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderServiceAdditionalDescription", "orderServiceAdditionalDescriptionAttr", "orderServiceAdditionalDescription", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AdditionalDescriptionItemList());
}, true, PortalModel.AdditionalDescriptionItemList)
].concat(_super.attributesToDeclare.call(this));
};
OrderFulfillmentItemRec.init();
return OrderFulfillmentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderFulfillmentItemRec = OrderFulfillmentItemRec;
});
define("Portal.model$OrderFulfillmentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderFulfillmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderFulfillmentItemRecord = (function (_super) {
__extends(OrderFulfillmentItemRecord, _super);
function OrderFulfillmentItemRecord(defaults) {
_super.apply(this, arguments);
}
OrderFulfillmentItemRecord.attributesToDeclare = function () {
return [
this.attr("OrderFulfillmentItem", "orderFulfillmentItemAttr", "OrderFulfillmentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderFulfillmentItemRec());
}, true, PortalModel.OrderFulfillmentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderFulfillmentItemRecord.fromStructure = function (str) {
return new OrderFulfillmentItemRecord(new OrderFulfillmentItemRecord.RecordClass({
orderFulfillmentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderFulfillmentItemRecord._isAnonymousRecord = true;
OrderFulfillmentItemRecord.UniqueId = "0c41489c-2914-b830-ffd2-6a2dcd31bd1d";
OrderFulfillmentItemRecord.init();
return OrderFulfillmentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderFulfillmentItemRecord = OrderFulfillmentItemRecord;
});
define("Portal.model$PostProcessForPayment2Request2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2Request2Rec = (function (_super) {
__extends(PostProcessForPayment2Request2Rec, _super);
function PostProcessForPayment2Request2Rec(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2Request2Rec.attributesToDeclare = function () {
return [
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CallBackUrl", "callBackUrlAttr", "CallBackUrl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessForPayment2Request2Rec.init();
return PostProcessForPayment2Request2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessForPayment2Request2Rec = PostProcessForPayment2Request2Rec;
});
define("Portal.model$LegalEnquiryAddressToListItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItem2Rec = (function (_super) {
__extends(LegalEnquiryAddressToListItem2Rec, _super);
function LegalEnquiryAddressToListItem2Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItem2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Label", "labelAttr", "Label", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Order", "orderAttr", "Order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Is_Active", "is_ActiveAttr", "Is_Active", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IdLoc", "idLocAttr", "IdLoc", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LabelLoc", "labelLocAttr", "LabelLoc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderLoc", "orderLocAttr", "OrderLoc", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Is_ActiveLoc", "is_ActiveLocAttr", "Is_ActiveLoc", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("LocaleId", "localeIdAttr", "LocaleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LegalEnquiryAddressToId", "legalEnquiryAddressToIdAttr", "LegalEnquiryAddressToId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToListItem2Rec.init();
return LegalEnquiryAddressToListItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToListItem2Rec = LegalEnquiryAddressToListItem2Rec;
});
define("Portal.model$LegalEnquiryAddressToListItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItem2Record = (function (_super) {
__extends(LegalEnquiryAddressToListItem2Record, _super);
function LegalEnquiryAddressToListItem2Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItem2Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToListItem2", "legalEnquiryAddressToListItem2Attr", "LegalEnquiryAddressToListItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToListItem2Rec());
}, true, PortalModel.LegalEnquiryAddressToListItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToListItem2Record.fromStructure = function (str) {
return new LegalEnquiryAddressToListItem2Record(new LegalEnquiryAddressToListItem2Record.RecordClass({
legalEnquiryAddressToListItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryAddressToListItem2Record._isAnonymousRecord = true;
LegalEnquiryAddressToListItem2Record.UniqueId = "29c6c387-4106-8d69-7b90-003bd5a7d7f9";
LegalEnquiryAddressToListItem2Record.init();
return LegalEnquiryAddressToListItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToListItem2Record = LegalEnquiryAddressToListItem2Record;
});
define("Portal.model$LegalEnquiryAddressToListItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItem2RecordList = (function (_super) {
__extends(LegalEnquiryAddressToListItem2RecordList, _super);
function LegalEnquiryAddressToListItem2RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItem2RecordList.itemType = PortalModel.LegalEnquiryAddressToListItem2Record;
return LegalEnquiryAddressToListItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToListItem2RecordList = LegalEnquiryAddressToListItem2RecordList;
});
define("Portal.model$TaxItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxItemRec = (function (_super) {
__extends(TaxItemRec, _super);
function TaxItemRec(defaults) {
_super.apply(this, arguments);
}
TaxItemRec.attributesToDeclare = function () {
return [
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("value", "valueAttr", "value", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TaxItemRec.init();
return TaxItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxItemRec = TaxItemRec;
});
define("Portal.model$TaxItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxItemList = (function (_super) {
__extends(TaxItemList, _super);
function TaxItemList(defaults) {
_super.apply(this, arguments);
}
TaxItemList.itemType = PortalModel.TaxItemRec;
return TaxItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxItemList = TaxItemList;
});
define("Portal.model$DetailItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DetailItem3Rec = (function (_super) {
__extends(DetailItem3Rec, _super);
function DetailItem3Rec(defaults) {
_super.apply(this, arguments);
}
DetailItem3Rec.attributesToDeclare = function () {
return [
this.attr("serviceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("year", "yearAttr", "year", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("tax", "taxAttr", "tax", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxItemList());
}, true, PortalModel.TaxItemList),
this.attr("TitleEN", "titleENAttr", "titleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleAR", "titleARAttr", "titleAR", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DetailItem3Rec.init();
return DetailItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.DetailItem3Rec = DetailItem3Rec;
});
define("Portal.model$DetailItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DetailItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DetailItem3List = (function (_super) {
__extends(DetailItem3List, _super);
function DetailItem3List(defaults) {
_super.apply(this, arguments);
}
DetailItem3List.itemType = PortalModel.DetailItem3Rec;
return DetailItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.DetailItem3List = DetailItem3List;
});
define("Portal.model$ProductItem6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DetailItem3List", "Portal.model$AdditionalDescriptionItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem6Rec = (function (_super) {
__extends(ProductItem6Rec, _super);
function ProductItem6Rec(defaults) {
_super.apply(this, arguments);
}
ProductItem6Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceCategory", "serviceCategoryAttr", "serviceCategory", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("productPrice", "productPriceAttr", "productPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("productBasePrice", "productBasePriceAttr", "productBasePrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("productVAT", "productVATAttr", "productVAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("orderServiceJSON", "orderServiceJSONAttr", "orderServiceJSON", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("details", "detailsAttr", "details", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DetailItem3List());
}, true, PortalModel.DetailItem3List),
this.attr("TitleEN", "titleENAttr", "titleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TitleAR", "titleARAttr", "titleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("AdditionalDescription", "additionalDescriptionAttr", "additionalDescription", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AdditionalDescriptionItemList());
}, true, PortalModel.AdditionalDescriptionItemList),
this.attr("ParentServiceId", "parentServiceIdAttr", "ParentServiceId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsActive", "isActiveAttr", "isActive", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ExpiryDate", "expiryDateAttr", "expiryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DraftedDate", "draftedDateAttr", "draftedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProductItem6Rec.init();
return ProductItem6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductItem6Rec = ProductItem6Rec;
});
define("Portal.model$Payload49Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload49Rec = (function (_super) {
__extends(Payload49Rec, _super);
function Payload49Rec(defaults) {
_super.apply(this, arguments);
}
Payload49Rec.attributesToDeclare = function () {
return [
this.attr("Product", "productAttr", "Product", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductItem6Rec());
}, true, PortalModel.ProductItem6Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload49Rec.fromStructure = function (str) {
return new Payload49Rec(new Payload49Rec.RecordClass({
productAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload49Rec.init();
return Payload49Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload49Rec = Payload49Rec;
});
define("Portal.model$IDLProductRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload49Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLProductRec = (function (_super) {
__extends(IDLProductRec, _super);
function IDLProductRec(defaults) {
_super.apply(this, arguments);
}
IDLProductRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload49Rec());
}, true, PortalModel.Payload49Rec)
].concat(_super.attributesToDeclare.call(this));
};
IDLProductRec.init();
return IDLProductRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLProductRec = IDLProductRec;
});
define("Portal.model$Request2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request2Rec = (function (_super) {
__extends(Request2Rec, _super);
function Request2Rec(defaults) {
_super.apply(this, arguments);
}
Request2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAdress", "emailAdressAttr", "EmailAdress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileEmiratesId", "fileEmiratesIdAttr", "FileEmiratesId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtCaseNumber", "courtCaseNumberAttr", "CourtCaseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtLetterNumber", "courtLetterNumberAttr", "CourtLetterNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileCourtRequestLetter", "fileCourtRequestLetterAttr", "FileCourtRequestLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestType", "requestTypeAttr", "RequestType", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CompanyEmailAddress", "companyEmailAddressAttr", "CompanyEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileReqProofOfAuthorization", "fileReqProofOfAuthorizationAttr", "FileReqProofOfAuthorization", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileTradeLicense", "fileTradeLicenseAttr", "FileTradeLicense", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderFullName", "holderFullNameAttr", "HolderFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressTo", "addressToAttr", "AddressTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfo", "aditionalHolderInfoAttr", "AditionalHolderInfo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LegalEnquiryStatusId", "legalEnquiryStatusIdAttr", "LegalEnquiryStatusId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ProofOfAuthorizationStatus", "proofOfAuthorizationStatusAttr", "ProofOfAuthorizationStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmiratesStatus", "emiratesStatusAttr", "EmiratesStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("TradeLicenseStatus", "tradeLicenseStatusAttr", "TradeLicenseStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CourtRequestStatus", "courtRequestStatusAttr", "CourtRequestStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmiratesIDNumber", "emiratesIDNumberAttr", "EmiratesIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FilefinalLetter", "filefinalLetterAttr", "FilefinalLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TextTodispayPDF", "textTodispayPDFAttr", "TextTodispayPDF", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Request2Rec.init();
return Request2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Request2Rec = Request2Rec;
});
define("Portal.model$Request2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request2Record = (function (_super) {
__extends(Request2Record, _super);
function Request2Record(defaults) {
_super.apply(this, arguments);
}
Request2Record.attributesToDeclare = function () {
return [
this.attr("Request2", "request2Attr", "Request2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Request2Rec());
}, true, PortalModel.Request2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Request2Record.fromStructure = function (str) {
return new Request2Record(new Request2Record.RecordClass({
request2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Request2Record._isAnonymousRecord = true;
Request2Record.UniqueId = "1706bab1-d2b9-24f6-f549-74a5be392a12";
Request2Record.init();
return Request2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Request2Record = Request2Record;
});
define("Portal.model$Request2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request2RecordList = (function (_super) {
__extends(Request2RecordList, _super);
function Request2RecordList(defaults) {
_super.apply(this, arguments);
}
Request2RecordList.itemType = PortalModel.Request2Record;
return Request2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Request2RecordList = Request2RecordList;
});
define("Portal.model$Payload39Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkBookingResponseItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload39Rec = (function (_super) {
__extends(Payload39Rec, _super);
function Payload39Rec(defaults) {
_super.apply(this, arguments);
}
Payload39Rec.attributesToDeclare = function () {
return [
this.attr("bulkBookingSuccessCount", "bulkBookingSuccessCountAttr", "bulkBookingSuccessCount", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("bulkBookingResponse", "bulkBookingResponseAttr", "bulkBookingResponse", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkBookingResponseItemList());
}, true, PortalModel.BulkBookingResponseItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload39Rec.init();
return Payload39Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload39Rec = Payload39Rec;
});
define("Portal.model$Payload39Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload39Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload39Record = (function (_super) {
__extends(Payload39Record, _super);
function Payload39Record(defaults) {
_super.apply(this, arguments);
}
Payload39Record.attributesToDeclare = function () {
return [
this.attr("Payload39", "payload39Attr", "Payload39", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload39Rec());
}, true, PortalModel.Payload39Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload39Record.fromStructure = function (str) {
return new Payload39Record(new Payload39Record.RecordClass({
payload39Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload39Record._isAnonymousRecord = true;
Payload39Record.UniqueId = "adecc695-975d-1d64-3e30-22ca4ce537f8";
Payload39Record.init();
return Payload39Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload39Record = Payload39Record;
});
define("Portal.model$Payload39RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload39Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload39RecordList = (function (_super) {
__extends(Payload39RecordList, _super);
function Payload39RecordList(defaults) {
_super.apply(this, arguments);
}
Payload39RecordList.itemType = PortalModel.Payload39Record;
return Payload39RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload39RecordList = Payload39RecordList;
});
define("Portal.model$VerificationPageDatabyTransIdRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdRequestRec = (function (_super) {
__extends(VerificationPageDatabyTransIdRequestRec, _super);
function VerificationPageDatabyTransIdRequestRec(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdRequestRec.attributesToDeclare = function () {
return [
this.attr("TransactionId", "transactionIdAttr", "TransactionId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
VerificationPageDatabyTransIdRequestRec.fromStructure = function (str) {
return new VerificationPageDatabyTransIdRequestRec(new VerificationPageDatabyTransIdRequestRec.RecordClass({
transactionIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
VerificationPageDatabyTransIdRequestRec.init();
return VerificationPageDatabyTransIdRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.VerificationPageDatabyTransIdRequestRec = VerificationPageDatabyTransIdRequestRec;
});
define("Portal.model$VerificationPageDatabyTransIdRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdRequestRecord = (function (_super) {
__extends(VerificationPageDatabyTransIdRequestRecord, _super);
function VerificationPageDatabyTransIdRequestRecord(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdRequestRecord.attributesToDeclare = function () {
return [
this.attr("VerificationPageDatabyTransIdRequest", "verificationPageDatabyTransIdRequestAttr", "VerificationPageDatabyTransIdRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VerificationPageDatabyTransIdRequestRec());
}, true, PortalModel.VerificationPageDatabyTransIdRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
VerificationPageDatabyTransIdRequestRecord.fromStructure = function (str) {
return new VerificationPageDatabyTransIdRequestRecord(new VerificationPageDatabyTransIdRequestRecord.RecordClass({
verificationPageDatabyTransIdRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
VerificationPageDatabyTransIdRequestRecord._isAnonymousRecord = true;
VerificationPageDatabyTransIdRequestRecord.UniqueId = "2f866acc-f36a-312b-73ff-36789717b479";
VerificationPageDatabyTransIdRequestRecord.init();
return VerificationPageDatabyTransIdRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.VerificationPageDatabyTransIdRequestRecord = VerificationPageDatabyTransIdRequestRecord;
});
define("Portal.model$VerificationPageDatabyTransIdRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdRequestRecordList = (function (_super) {
__extends(VerificationPageDatabyTransIdRequestRecordList, _super);
function VerificationPageDatabyTransIdRequestRecordList(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdRequestRecordList.itemType = PortalModel.VerificationPageDatabyTransIdRequestRecord;
return VerificationPageDatabyTransIdRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VerificationPageDatabyTransIdRequestRecordList = VerificationPageDatabyTransIdRequestRecordList;
});
define("Portal.model$CustomCategoryItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomCategoryItem2Rec = (function (_super) {
__extends(CustomCategoryItem2Rec, _super);
function CustomCategoryItem2Rec(defaults) {
_super.apply(this, arguments);
}
CustomCategoryItem2Rec.attributesToDeclare = function () {
return [
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CustomCategoryItem2Rec.init();
return CustomCategoryItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomCategoryItem2Rec = CustomCategoryItem2Rec;
});
define("Portal.model$CustomCategoryItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomCategoryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomCategoryItem2List = (function (_super) {
__extends(CustomCategoryItem2List, _super);
function CustomCategoryItem2List(defaults) {
_super.apply(this, arguments);
}
CustomCategoryItem2List.itemType = PortalModel.CustomCategoryItem2Rec;
return CustomCategoryItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomCategoryItem2List = CustomCategoryItem2List;
});
define("Portal.model$GetCustomCategoryPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomCategoryItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryPayloadRec = (function (_super) {
__extends(GetCustomCategoryPayloadRec, _super);
function GetCustomCategoryPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryPayloadRec.attributesToDeclare = function () {
return [
this.attr("customCategories", "customCategoriesAttr", "customCategories", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomCategoryItem2List());
}, true, PortalModel.CustomCategoryItem2List)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomCategoryPayloadRec.fromStructure = function (str) {
return new GetCustomCategoryPayloadRec(new GetCustomCategoryPayloadRec.RecordClass({
customCategoriesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomCategoryPayloadRec.init();
return GetCustomCategoryPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomCategoryPayloadRec = GetCustomCategoryPayloadRec;
});
define("Portal.model$SiteInfoRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SiteInfoRec = (function (_super) {
__extends(SiteInfoRec, _super);
function SiteInfoRec(defaults) {
_super.apply(this, arguments);
}
SiteInfoRec.attributesToDeclare = function () {
return [
this.attr("SiteId", "siteIdAttr", "SiteId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "CustomerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsHeadOffice", "isHeadOfficeAttr", "IsHeadOffice", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SiteInfoRec.init();
return SiteInfoRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SiteInfoRec = SiteInfoRec;
});
define("Portal.model$CityItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SubCityItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItemRec = (function (_super) {
__extends(CityItemRec, _super);
function CityItemRec(defaults) {
_super.apply(this, arguments);
}
CityItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityName", "cityNameAttr", "cityName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("subCity", "subCityAttr", "subCity", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SubCityItemList());
}, true, PortalModel.SubCityItemList)
].concat(_super.attributesToDeclare.call(this));
};
CityItemRec.init();
return CityItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItemRec = CityItemRec;
});
define("Portal.model$CityItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItemList = (function (_super) {
__extends(CityItemList, _super);
function CityItemList(defaults) {
_super.apply(this, arguments);
}
CityItemList.itemType = PortalModel.CityItemRec;
return CityItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItemList = CityItemList;
});
define("Portal.model$CityPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityPayloadRec = (function (_super) {
__extends(CityPayloadRec, _super);
function CityPayloadRec(defaults) {
_super.apply(this, arguments);
}
CityPayloadRec.attributesToDeclare = function () {
return [
this.attr("cities", "citiesAttr", "cities", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItemList());
}, true, PortalModel.CityItemList)
].concat(_super.attributesToDeclare.call(this));
};
CityPayloadRec.fromStructure = function (str) {
return new CityPayloadRec(new CityPayloadRec.RecordClass({
citiesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityPayloadRec.init();
return CityPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CityPayloadRec = CityPayloadRec;
});
define("Portal.model$GetCityResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCityResponseRec = (function (_super) {
__extends(GetCityResponseRec, _super);
function GetCityResponseRec(defaults) {
_super.apply(this, arguments);
}
GetCityResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityPayloadRec());
}, true, PortalModel.CityPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCityResponseRec.init();
return GetCityResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCityResponseRec = GetCityResponseRec;
});
define("Portal.model$GetCityResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCityResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCityResponseRecord = (function (_super) {
__extends(GetCityResponseRecord, _super);
function GetCityResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetCityResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetCityResponse", "getCityResponseAttr", "GetCityResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCityResponseRec());
}, true, PortalModel.GetCityResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCityResponseRecord.fromStructure = function (str) {
return new GetCityResponseRecord(new GetCityResponseRecord.RecordClass({
getCityResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCityResponseRecord._isAnonymousRecord = true;
GetCityResponseRecord.UniqueId = "5321857b-1240-b2dc-350d-890b94452a03";
GetCityResponseRecord.init();
return GetCityResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCityResponseRecord = GetCityResponseRecord;
});
define("Portal.model$GetCityResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCityResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCityResponseRecordList = (function (_super) {
__extends(GetCityResponseRecordList, _super);
function GetCityResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetCityResponseRecordList.itemType = PortalModel.GetCityResponseRecord;
return GetCityResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCityResponseRecordList = GetCityResponseRecordList;
});
define("Portal.model$StatusIDLDocumentsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLDocumentsRec = (function (_super) {
__extends(StatusIDLDocumentsRec, _super);
function StatusIDLDocumentsRec(defaults) {
_super.apply(this, arguments);
}
StatusIDLDocumentsRec.attributesToDeclare = function () {
return [
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("id", "idAttr", "id", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
StatusIDLDocumentsRec.init();
return StatusIDLDocumentsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.StatusIDLDocumentsRec = StatusIDLDocumentsRec;
});
define("Portal.model$StatusIDLDocumentsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLDocumentsList = (function (_super) {
__extends(StatusIDLDocumentsList, _super);
function StatusIDLDocumentsList(defaults) {
_super.apply(this, arguments);
}
StatusIDLDocumentsList.itemType = PortalModel.StatusIDLDocumentsRec;
return StatusIDLDocumentsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StatusIDLDocumentsList = StatusIDLDocumentsList;
});
define("Portal.model$StatusIDLRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLRec = (function (_super) {
__extends(StatusIDLRec, _super);
function StatusIDLRec(defaults) {
_super.apply(this, arguments);
}
StatusIDLRec.attributesToDeclare = function () {
return [
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("id", "idAttr", "id", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
StatusIDLRec.init();
return StatusIDLRec;
})(OS.DataTypes.GenericRecord);
PortalModel.StatusIDLRec = StatusIDLRec;
});
define("Portal.model$StatusIDLList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLList = (function (_super) {
__extends(StatusIDLList, _super);
function StatusIDLList(defaults) {
_super.apply(this, arguments);
}
StatusIDLList.itemType = PortalModel.StatusIDLRec;
return StatusIDLList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StatusIDLList = StatusIDLList;
});
define("Portal.model$IDLStatusPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLDocumentsList", "Portal.model$StatusIDLList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusPayloadRec = (function (_super) {
__extends(IDLStatusPayloadRec, _super);
function IDLStatusPayloadRec(defaults) {
_super.apply(this, arguments);
}
IDLStatusPayloadRec.attributesToDeclare = function () {
return [
this.attr("documentStatus", "documentStatusAttr", "documentStatus", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StatusIDLDocumentsList());
}, true, PortalModel.StatusIDLDocumentsList),
this.attr("requestSatus", "requestSatusAttr", "requestSatus", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StatusIDLList());
}, true, PortalModel.StatusIDLList)
].concat(_super.attributesToDeclare.call(this));
};
IDLStatusPayloadRec.init();
return IDLStatusPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLStatusPayloadRec = IDLStatusPayloadRec;
});
define("Portal.model$IDLStatusPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusPayloadRecord = (function (_super) {
__extends(IDLStatusPayloadRecord, _super);
function IDLStatusPayloadRecord(defaults) {
_super.apply(this, arguments);
}
IDLStatusPayloadRecord.attributesToDeclare = function () {
return [
this.attr("IDLStatusPayload", "iDLStatusPayloadAttr", "IDLStatusPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLStatusPayloadRec());
}, true, PortalModel.IDLStatusPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLStatusPayloadRecord.fromStructure = function (str) {
return new IDLStatusPayloadRecord(new IDLStatusPayloadRecord.RecordClass({
iDLStatusPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLStatusPayloadRecord._isAnonymousRecord = true;
IDLStatusPayloadRecord.UniqueId = "2bff719d-dc1e-1b5c-b25f-6b8fa59aa11a";
IDLStatusPayloadRecord.init();
return IDLStatusPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLStatusPayloadRecord = IDLStatusPayloadRecord;
});
define("Portal.model$IDLStatusPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusPayloadRecordList = (function (_super) {
__extends(IDLStatusPayloadRecordList, _super);
function IDLStatusPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
IDLStatusPayloadRecordList.itemType = PortalModel.IDLStatusPayloadRecord;
return IDLStatusPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLStatusPayloadRecordList = IDLStatusPayloadRecordList;
});
define("Portal.model$StepsRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$StepsRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var StepsRecord = (function (_super) {
__extends(StepsRecord, _super);
function StepsRecord(defaults) {
_super.apply(this, arguments);
}
StepsRecord.attributesToDeclare = function () {
return [
this.attr("Steps", "stepsAttr", "Steps", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.StepsRec());
}, true, OutSystemsUIModel.StepsRec)
].concat(_super.attributesToDeclare.call(this));
};
StepsRecord.fromStructure = function (str) {
return new StepsRecord(new StepsRecord.RecordClass({
stepsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
StepsRecord._isAnonymousRecord = true;
StepsRecord.UniqueId = "0d776a4e-191f-af32-1030-d5ce57aa4167";
StepsRecord.init();
return StepsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.StepsRecord = StepsRecord;
});
define("Portal.model$EnquiryCategoryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$EnquiryCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryCategoryRecord = (function (_super) {
__extends(EnquiryCategoryRecord, _super);
function EnquiryCategoryRecord(defaults) {
_super.apply(this, arguments);
}
EnquiryCategoryRecord.attributesToDeclare = function () {
return [
this.attr("EnquiryCategory", "enquiryCategoryAttr", "EnquiryCategory", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Services_COModel.EnquiryCategoryRec());
}, true, Services_COModel.EnquiryCategoryRec)
].concat(_super.attributesToDeclare.call(this));
};
EnquiryCategoryRecord.fromStructure = function (str) {
return new EnquiryCategoryRecord(new EnquiryCategoryRecord.RecordClass({
enquiryCategoryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EnquiryCategoryRecord._isAnonymousRecord = true;
EnquiryCategoryRecord.UniqueId = "2d2a9b06-7b30-0436-a054-77bece2f3090";
EnquiryCategoryRecord.init();
return EnquiryCategoryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EnquiryCategoryRecord = EnquiryCategoryRecord;
});
define("Portal.model$EnquiryCategoryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryCategoryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryCategoryRecordList = (function (_super) {
__extends(EnquiryCategoryRecordList, _super);
function EnquiryCategoryRecordList(defaults) {
_super.apply(this, arguments);
}
EnquiryCategoryRecordList.itemType = PortalModel.EnquiryCategoryRecord;
return EnquiryCategoryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryCategoryRecordList = EnquiryCategoryRecordList;
});
define("Portal.model$TextRecord", ["exports", "OutSystems/ClientRuntime/Main", "Extension.Text.model", "Portal.model", "Extension.Text.model$TextRec", "Portal.referencesHealth", "Portal.referencesHealth$Text"], function (exports, OutSystems, Extension_TextModel, PortalModel) {
var OS = OutSystems.Internal;
var TextRecord = (function (_super) {
__extends(TextRecord, _super);
function TextRecord(defaults) {
_super.apply(this, arguments);
}
TextRecord.attributesToDeclare = function () {
return [
this.attr("Text", "textAttr", "Text", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Extension_TextModel.TextRec());
}, true, Extension_TextModel.TextRec)
].concat(_super.attributesToDeclare.call(this));
};
TextRecord.fromStructure = function (str) {
return new TextRecord(new TextRecord.RecordClass({
textAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TextRecord._isAnonymousRecord = true;
TextRecord.UniqueId = "0d84b59e-ff89-87c4-71ae-b49dfa9f2c39";
TextRecord.init();
return TextRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextRecord = TextRecord;
});
define("Portal.model$RegistrationResponseMessagesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegistrationResponseMessagesRec = (function (_super) {
__extends(RegistrationResponseMessagesRec, _super);
function RegistrationResponseMessagesRec(defaults) {
_super.apply(this, arguments);
}
RegistrationResponseMessagesRec.attributesToDeclare = function () {
return [
this.attr("RegistrationCode", "registrationCodeAttr", "RegistrationCode", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("RegistrationMessage", "registrationMessageAttr", "RegistrationMessage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LoginCode", "loginCodeAttr", "LoginCode", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("LoginMessage", "loginMessageAttr", "LoginMessage", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RegistrationResponseMessagesRec.init();
return RegistrationResponseMessagesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegistrationResponseMessagesRec = RegistrationResponseMessagesRec;
});
define("Portal.model$RegistrationResponseMessagesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegistrationResponseMessagesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegistrationResponseMessagesRecord = (function (_super) {
__extends(RegistrationResponseMessagesRecord, _super);
function RegistrationResponseMessagesRecord(defaults) {
_super.apply(this, arguments);
}
RegistrationResponseMessagesRecord.attributesToDeclare = function () {
return [
this.attr("RegistrationResponseMessages", "registrationResponseMessagesAttr", "RegistrationResponseMessages", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegistrationResponseMessagesRec());
}, true, PortalModel.RegistrationResponseMessagesRec)
].concat(_super.attributesToDeclare.call(this));
};
RegistrationResponseMessagesRecord.fromStructure = function (str) {
return new RegistrationResponseMessagesRecord(new RegistrationResponseMessagesRecord.RecordClass({
registrationResponseMessagesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegistrationResponseMessagesRecord._isAnonymousRecord = true;
RegistrationResponseMessagesRecord.UniqueId = "0da04c20-8eae-4768-36fc-19bc9682716c";
RegistrationResponseMessagesRecord.init();
return RegistrationResponseMessagesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegistrationResponseMessagesRecord = RegistrationResponseMessagesRecord;
});
define("Portal.model$IdlDatumItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IdlDatumItemRec = (function (_super) {
__extends(IdlDatumItemRec, _super);
function IdlDatumItemRec(defaults) {
_super.apply(this, arguments);
}
IdlDatumItemRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CustomerId", "customerIdAttr", "customerId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Area", "areaAttr", "area", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FullName", "fullNameAttr", "fullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhoneNumber", "phoneNumberAttr", "phoneNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateOfBirth", "dateOfBirthAttr", "dateOfBirth", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Nationality", "nationalityAttr", "nationality", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BirthPlace", "birthPlaceAttr", "birthPlace", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DrivingLicenseExpiry", "drivingLicenseExpiryAttr", "drivingLicenseExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("EmirateIdExpiry", "emirateIdExpiryAttr", "emirateIdExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PassportExpiry", "passportExpiryAttr", "passportExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("VisaExpiry", "visaExpiryAttr", "visaExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("VerifyByEmiratesId", "verifyByEmiratesIdAttr", "verifyByEmiratesId", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PhotoFile", "photoFileAttr", "photoFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DrivingLicenseFrontFile", "drivingLicenseFrontFileAttr", "drivingLicenseFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DrivingLicenseBackFile", "drivingLicenseBackFileAttr", "drivingLicenseBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIdFrontFile", "emirateIdFrontFileAttr", "emirateIdFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIdBackFile", "emirateIdBackFileAttr", "emirateIdBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VisaFile", "visaFileAttr", "visaFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PassportFile", "passportFileAttr", "passportFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhotoStatus", "photoStatusAttr", "photoStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DrivingLicenseStatus", "drivingLicenseStatusAttr", "drivingLicenseStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmirateIdStatus", "emirateIdStatusAttr", "emirateIdStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PassportStatus", "passportStatusAttr", "passportStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("VisaStatus", "visaStatusAttr", "visaStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Comments", "commentsAttr", "comments", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirates", "emiratesAttr", "emirates", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Street", "streetAttr", "street", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaNo", "villaNoAttr", "villaNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Region", "regionAttr", "region", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("InternationalDrivingLicenseStatusId", "internationalDrivingLicenseStatusIdAttr", "internationalDrivingLicenseStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("InternationalDrivingLicenseStatusName", "internationalDrivingLicenseStatusNameAttr", "InternationalDrivingLicenseStatusName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "createdBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "modifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "modifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("AwbNumber", "awbNumberAttr", "awbNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IdlDatumItemRec.init();
return IdlDatumItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IdlDatumItemRec = IdlDatumItemRec;
});
define("Portal.model$HeaderRequestDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderRequestDetailRec = (function (_super) {
__extends(HeaderRequestDetailRec, _super);
function HeaderRequestDetailRec(defaults) {
_super.apply(this, arguments);
}
HeaderRequestDetailRec.attributesToDeclare = function () {
return [
this.attr("customerInterfaceId", "customerInterfaceIdAttr", "customerInterfaceId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HeaderRequestDetailRec.fromStructure = function (str) {
return new HeaderRequestDetailRec(new HeaderRequestDetailRec.RecordClass({
customerInterfaceIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HeaderRequestDetailRec.init();
return HeaderRequestDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.HeaderRequestDetailRec = HeaderRequestDetailRec;
});
define("Portal.model$BookingItemDetail2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemRequestList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemDetail2Rec = (function (_super) {
__extends(BookingItemDetail2Rec, _super);
function BookingItemDetail2Rec(defaults) {
_super.apply(this, arguments);
}
BookingItemDetail2Rec.attributesToDeclare = function () {
return [
this.attr("BatchId", "batchIdAttr", "batchId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BookingItemRequest", "bookingItemRequestAttr", "bookingItemRequest", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BookingItemRequestList());
}, true, PortalModel.BookingItemRequestList),
this.attr("SenderZone", "senderZoneAttr", "senderZone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderRegion", "senderRegionAttr", "senderRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrefereredDateTimeFrom", "prefereredDateTimeFromAttr", "prefereredDateTimeFrom", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrefereredDateTimeTo", "prefereredDateTimeToAttr", "prefereredDateTimeTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("DropOffOfficeId", "dropOffOfficeIdAttr", "dropOffOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BookingItemDetail2Rec.init();
return BookingItemDetail2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.BookingItemDetail2Rec = BookingItemDetail2Rec;
});
define("Portal.model$Request3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderRequestDetailRec", "Portal.model$BookingItemDetail2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request3Rec = (function (_super) {
__extends(Request3Rec, _super);
function Request3Rec(defaults) {
_super.apply(this, arguments);
}
Request3Rec.attributesToDeclare = function () {
return [
this.attr("HeaderRequestDetail", "headerRequestDetailAttr", "headerRequestDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HeaderRequestDetailRec());
}, true, PortalModel.HeaderRequestDetailRec),
this.attr("BookingItemDetail", "bookingItemDetailAttr", "bookingItemDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BookingItemDetail2Rec());
}, true, PortalModel.BookingItemDetail2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Request3Rec.init();
return Request3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Request3Rec = Request3Rec;
});
define("Portal.model$PostBulkBookingRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingRequest2Rec = (function (_super) {
__extends(PostBulkBookingRequest2Rec, _super);
function PostBulkBookingRequest2Rec(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingRequest2Rec.attributesToDeclare = function () {
return [
this.attr("Request", "requestAttr", "request", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Request3Rec());
}, true, PortalModel.Request3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkBookingRequest2Rec.fromStructure = function (str) {
return new PostBulkBookingRequest2Rec(new PostBulkBookingRequest2Rec.RecordClass({
requestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostBulkBookingRequest2Rec.init();
return PostBulkBookingRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkBookingRequest2Rec = PostBulkBookingRequest2Rec;
});
define("Portal.model$PostBulkBookingRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingRequest2List = (function (_super) {
__extends(PostBulkBookingRequest2List, _super);
function PostBulkBookingRequest2List(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingRequest2List.itemType = PortalModel.PostBulkBookingRequest2Rec;
return PostBulkBookingRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkBookingRequest2List = PostBulkBookingRequest2List;
});
define("Portal.model$SelectedAddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedAddressRec = (function (_super) {
__extends(SelectedAddressRec, _super);
function SelectedAddressRec(defaults) {
_super.apply(this, arguments);
}
SelectedAddressRec.attributesToDeclare = function () {
return [
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Landmark", "landmarkAttr", "Landmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Latitude", "latitudeAttr", "Latitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Longitude", "longitudeAttr", "Longitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Makani", "makaniAttr", "Makani", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaNumber", "villaNumberAttr", "VillaNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedAddressRec.init();
return SelectedAddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedAddressRec = SelectedAddressRec;
});
define("Portal.model$DowngradePostBoxRequestDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec", "Portal.model$SelectedCityRec", "Portal.model$SelectedBoxRec", "Portal.model$SelectedAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestDetailsRec = (function (_super) {
__extends(DowngradePostBoxRequestDetailsRec, _super);
function DowngradePostBoxRequestDetailsRec(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestDetailsRec.attributesToDeclare = function () {
return [
this.attr("OldBundle", "oldBundleAttr", "OldBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedBundle", "selectedBundleAttr", "SelectedBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedAddress", "selectedAddressAttr", "SelectedAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedAddressRec());
}, true, PortalModel.SelectedAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
DowngradePostBoxRequestDetailsRec.init();
return DowngradePostBoxRequestDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DowngradePostBoxRequestDetailsRec = DowngradePostBoxRequestDetailsRec;
});
define("Portal.model$DowngradePostBoxRequestDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestDetailsRecord = (function (_super) {
__extends(DowngradePostBoxRequestDetailsRecord, _super);
function DowngradePostBoxRequestDetailsRecord(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestDetailsRecord.attributesToDeclare = function () {
return [
this.attr("DowngradePostBoxRequestDetails", "downgradePostBoxRequestDetailsAttr", "DowngradePostBoxRequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DowngradePostBoxRequestDetailsRec());
}, true, PortalModel.DowngradePostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
DowngradePostBoxRequestDetailsRecord.fromStructure = function (str) {
return new DowngradePostBoxRequestDetailsRecord(new DowngradePostBoxRequestDetailsRecord.RecordClass({
downgradePostBoxRequestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DowngradePostBoxRequestDetailsRecord._isAnonymousRecord = true;
DowngradePostBoxRequestDetailsRecord.UniqueId = "0de06152-2867-5dcb-2f8b-ead9d533af68";
DowngradePostBoxRequestDetailsRecord.init();
return DowngradePostBoxRequestDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DowngradePostBoxRequestDetailsRecord = DowngradePostBoxRequestDetailsRecord;
});
define("Portal.model$URLQueryParameter11Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter11Rec = (function (_super) {
__extends(URLQueryParameter11Rec, _super);
function URLQueryParameter11Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter11Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter11Rec.init();
return URLQueryParameter11Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter11Rec = URLQueryParameter11Rec;
});
define("Portal.model$URLQueryParameter11List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter11List = (function (_super) {
__extends(URLQueryParameter11List, _super);
function URLQueryParameter11List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter11List.itemType = PortalModel.URLQueryParameter11Rec;
return URLQueryParameter11List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter11List = URLQueryParameter11List;
});
define("Portal.model$HTTPHeader11Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader11Rec = (function (_super) {
__extends(HTTPHeader11Rec, _super);
function HTTPHeader11Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader11Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader11Rec.init();
return HTTPHeader11Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader11Rec = HTTPHeader11Rec;
});
define("Portal.model$HTTPHeader11List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader11List = (function (_super) {
__extends(HTTPHeader11List, _super);
function HTTPHeader11List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader11List.itemType = PortalModel.HTTPHeader11Rec;
return HTTPHeader11List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader11List = HTTPHeader11List;
});
define("Portal.model$HTTPRequest11Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter11List", "Portal.model$HTTPHeader11List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest11Rec = (function (_super) {
__extends(HTTPRequest11Rec, _super);
function HTTPRequest11Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest11Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter11List());
}, true, PortalModel.URLQueryParameter11List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader11List());
}, true, PortalModel.HTTPHeader11List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest11Rec.init();
return HTTPRequest11Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest11Rec = HTTPRequest11Rec;
});
define("Portal.model$HTTPRequest11Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest11Record = (function (_super) {
__extends(HTTPRequest11Record, _super);
function HTTPRequest11Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest11Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest11", "hTTPRequest11Attr", "HTTPRequest11", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest11Rec());
}, true, PortalModel.HTTPRequest11Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest11Record.fromStructure = function (str) {
return new HTTPRequest11Record(new HTTPRequest11Record.RecordClass({
hTTPRequest11Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest11Record._isAnonymousRecord = true;
HTTPRequest11Record.UniqueId = "420abeeb-3a20-4a29-9a6c-dfdc6a4029a9";
HTTPRequest11Record.init();
return HTTPRequest11Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest11Record = HTTPRequest11Record;
});
define("Portal.model$HTTPRequest11RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest11Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest11RecordList = (function (_super) {
__extends(HTTPRequest11RecordList, _super);
function HTTPRequest11RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest11RecordList.itemType = PortalModel.HTTPRequest11Record;
return HTTPRequest11RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest11RecordList = HTTPRequest11RecordList;
});
define("Portal.model$PickupTimeSlotItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeSlotItemRec = (function (_super) {
__extends(PickupTimeSlotItemRec, _super);
function PickupTimeSlotItemRec(defaults) {
_super.apply(this, arguments);
}
PickupTimeSlotItemRec.attributesToDeclare = function () {
return [
this.attr("fromTime", "fromTimeAttr", "fromTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("toTime", "toTimeAttr", "toTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("displayLabel", "displayLabelAttr", "displayLabel", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupTimeSlotItemRec.init();
return PickupTimeSlotItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupTimeSlotItemRec = PickupTimeSlotItemRec;
});
define("Portal.model$PickupTimeSlotItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeSlotItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeSlotItemList = (function (_super) {
__extends(PickupTimeSlotItemList, _super);
function PickupTimeSlotItemList(defaults) {
_super.apply(this, arguments);
}
PickupTimeSlotItemList.itemType = PortalModel.PickupTimeSlotItemRec;
return PickupTimeSlotItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupTimeSlotItemList = PickupTimeSlotItemList;
});
define("Portal.model$Payload28Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeSlotItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload28Rec = (function (_super) {
__extends(Payload28Rec, _super);
function Payload28Rec(defaults) {
_super.apply(this, arguments);
}
Payload28Rec.attributesToDeclare = function () {
return [
this.attr("pickupTimeSlots", "pickupTimeSlotsAttr", "pickupTimeSlots", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupTimeSlotItemList());
}, true, PortalModel.PickupTimeSlotItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload28Rec.fromStructure = function (str) {
return new Payload28Rec(new Payload28Rec.RecordClass({
pickupTimeSlotsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload28Rec.init();
return Payload28Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload28Rec = Payload28Rec;
});
define("Portal.model$Payload28List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload28Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload28List = (function (_super) {
__extends(Payload28List, _super);
function Payload28List(defaults) {
_super.apply(this, arguments);
}
Payload28List.itemType = PortalModel.Payload28Rec;
return Payload28List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload28List = Payload28List;
});
define("Portal.model$OutboundShipmentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OutboundShipmentResponseRec = (function (_super) {
__extends(OutboundShipmentResponseRec, _super);
function OutboundShipmentResponseRec(defaults) {
_super.apply(this, arguments);
}
OutboundShipmentResponseRec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pieces", "piecesAttr", "pieces", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("WeightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargeableWeight", "chargeableWeightAttr", "chargeableWeight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CommodityDescription", "commodityDescriptionAttr", "commodityDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsAmount", "customsAmountAttr", "customsAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsCharges", "customsChargesAttr", "customsCharges", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AccountNumber", "accountNumberAttr", "accountNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ThirdPartyReferenceNumber", "thirdPartyReferenceNumberAttr", "thirdPartyReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperReferenceNumber", "shipperReferenceNumberAttr", "shipperReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber1", "referenceNumber1Attr", "referenceNumber1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber2", "referenceNumber2Attr", "referenceNumber2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCompanyName", "senderCompanyNameAttr", "senderCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactName", "senderContactNameAttr", "senderContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactNumber", "senderContactNumberAttr", "senderContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCity", "senderCityAttr", "senderCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderPOBox", "senderPOBoxAttr", "senderPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCountry", "senderCountryAttr", "senderCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCompanyName", "consigneeCompanyNameAttr", "consigneeCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactName", "consigneeContactNameAttr", "consigneeContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactNumber", "consigneeContactNumberAttr", "consigneeContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeAddress", "consigneeAddressAttr", "consigneeAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCity", "consigneeCityAttr", "consigneeCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneePOBox", "consigneePOBoxAttr", "consigneePOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCountry", "consigneeCountryAttr", "consigneeCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryDate", "deliveryDateAttr", "deliveryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryTo", "deliveryToAttr", "deliveryTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryType", "deliveryTypeAttr", "deliveryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentType", "paymentTypeAttr", "paymentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODAmountToBeCollected", "cODAmountToBeCollectedAttr", "cODAmountToBeCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODAmountCollected", "cODAmountCollectedAttr", "cODAmountCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODCollectionDate", "cODCollectionDateAttr", "cODCollectionDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "currentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExpectedDeliveryTime", "expectedDeliveryTimeAttr", "expectedDeliveryTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeCode", "contentTypeCodeAttr", "contentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeDescription", "contentTypeDescriptionAttr", "contentTypeDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Registered", "registeredAttr", "registered", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Height", "heightAttr", "height", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "length", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Width", "widthAttr", "width", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "itemValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ProductCode", "productCodeAttr", "productCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructionID", "specialInstructionIDAttr", "specialInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DeliveryInstructionID", "deliveryInstructionIDAttr", "deliveryInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("HandlingInstructionID", "handlingInstructionIDAttr", "handlingInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsReturnItem", "isReturnItemAttr", "isReturnItem", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsReturnService", "isReturnServiceAttr", "isReturnService", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOffOfficeID", "isDropOffOfficeIDAttr", "isDropOffOfficeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "natureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderEmailAddress", "senderEmailAddressAttr", "senderEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverEmailAddress", "receiverEmailAddressAttr", "receiverEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginOffice", "originOfficeAttr", "originOffice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargesPaid", "chargesPaidAttr", "chargesPaid", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("BookingNumber", "bookingNumberAttr", "BookingNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OutboundShipmentResponseRec.init();
return OutboundShipmentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OutboundShipmentResponseRec = OutboundShipmentResponseRec;
});
define("Portal.model$OutboundShipmentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OutboundShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OutboundShipmentResponseList = (function (_super) {
__extends(OutboundShipmentResponseList, _super);
function OutboundShipmentResponseList(defaults) {
_super.apply(this, arguments);
}
OutboundShipmentResponseList.itemType = PortalModel.OutboundShipmentResponseRec;
return OutboundShipmentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OutboundShipmentResponseList = OutboundShipmentResponseList;
});
define("Portal.model$EmirateRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateRec = (function (_super) {
__extends(EmirateRec, _super);
function EmirateRec(defaults) {
_super.apply(this, arguments);
}
EmirateRec.attributesToDeclare = function () {
return [
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityName", "cityNameAttr", "cityName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmirateRec.init();
return EmirateRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateRec = EmirateRec;
});
define("Portal.model$EmirateList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateList = (function (_super) {
__extends(EmirateList, _super);
function EmirateList(defaults) {
_super.apply(this, arguments);
}
EmirateList.itemType = PortalModel.EmirateRec;
return EmirateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateList = EmirateList;
});
define("Portal.model$GetEmiratePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratePayloadRec = (function (_super) {
__extends(GetEmiratePayloadRec, _super);
function GetEmiratePayloadRec(defaults) {
_super.apply(this, arguments);
}
GetEmiratePayloadRec.attributesToDeclare = function () {
return [
this.attr("Cities", "citiesAttr", "Cities", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateList());
}, true, PortalModel.EmirateList)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratePayloadRec.fromStructure = function (str) {
return new GetEmiratePayloadRec(new GetEmiratePayloadRec.RecordClass({
citiesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratePayloadRec.init();
return GetEmiratePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratePayloadRec = GetEmiratePayloadRec;
});
define("Portal.model$GetEmiratesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesResponseRec = (function (_super) {
__extends(GetEmiratesResponseRec, _super);
function GetEmiratesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetEmiratesResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratePayloadRec());
}, true, PortalModel.GetEmiratePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesResponseRec.init();
return GetEmiratesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesResponseRec = GetEmiratesResponseRec;
});
define("Portal.model$GetEmiratesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesResponseList = (function (_super) {
__extends(GetEmiratesResponseList, _super);
function GetEmiratesResponseList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesResponseList.itemType = PortalModel.GetEmiratesResponseRec;
return GetEmiratesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesResponseList = GetEmiratesResponseList;
});
define("Portal.model$HolderInformationItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItem2Rec = (function (_super) {
__extends(HolderInformationItem2Rec, _super);
function HolderInformationItem2Rec(defaults) {
_super.apply(this, arguments);
}
HolderInformationItem2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Label", "labelAttr", "Label", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Order", "orderAttr", "Order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Is_Active", "is_ActiveAttr", "Is_Active", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Idloc", "idlocAttr", "Idloc", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LabelLoc", "labelLocAttr", "LabelLoc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderLoc", "orderLocAttr", "OrderLoc", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Is_ActiveLoc", "is_ActiveLocAttr", "Is_ActiveLoc", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("LocaleId", "localeIdAttr", "LocaleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderInformationId", "holderInformationIdAttr", "HolderInformationId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HolderInformationItem2Rec.init();
return HolderInformationItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HolderInformationItem2Rec = HolderInformationItem2Rec;
});
define("Portal.model$HolderInformationItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItem2List = (function (_super) {
__extends(HolderInformationItem2List, _super);
function HolderInformationItem2List(defaults) {
_super.apply(this, arguments);
}
HolderInformationItem2List.itemType = PortalModel.HolderInformationItem2Rec;
return HolderInformationItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HolderInformationItem2List = HolderInformationItem2List;
});
define("Portal.model$LegalEnquiryAddressToListItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItem2List = (function (_super) {
__extends(LegalEnquiryAddressToListItem2List, _super);
function LegalEnquiryAddressToListItem2List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItem2List.itemType = PortalModel.LegalEnquiryAddressToListItem2Rec;
return LegalEnquiryAddressToListItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToListItem2List = LegalEnquiryAddressToListItem2List;
});
define("Portal.model$Payload73Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItem2List", "Portal.model$LegalEnquiryAddressToListItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload73Rec = (function (_super) {
__extends(Payload73Rec, _super);
function Payload73Rec(defaults) {
_super.apply(this, arguments);
}
Payload73Rec.attributesToDeclare = function () {
return [
this.attr("HolderInformation", "holderInformationAttr", "HolderInformation", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HolderInformationItem2List());
}, true, PortalModel.HolderInformationItem2List),
this.attr("LegalEnquiryAddressToList", "legalEnquiryAddressToListAttr", "LegalEnquiryAddressToList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToListItem2List());
}, true, PortalModel.LegalEnquiryAddressToListItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload73Rec.init();
return Payload73Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload73Rec = Payload73Rec;
});
define("Portal.model$LegalEnquiryAddressToRecord2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload73Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecord2Rec = (function (_super) {
__extends(LegalEnquiryAddressToRecord2Rec, _super);
function LegalEnquiryAddressToRecord2Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecord2Rec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload73Rec());
}, true, PortalModel.Payload73Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToRecord2Rec.init();
return LegalEnquiryAddressToRecord2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToRecord2Rec = LegalEnquiryAddressToRecord2Rec;
});
define("Portal.model$LegalEnquiryAddressToRecord2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecord2Record = (function (_super) {
__extends(LegalEnquiryAddressToRecord2Record, _super);
function LegalEnquiryAddressToRecord2Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecord2Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToRecord2", "legalEnquiryAddressToRecord2Attr", "LegalEnquiryAddressToRecord2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToRecord2Rec());
}, true, PortalModel.LegalEnquiryAddressToRecord2Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToRecord2Record.fromStructure = function (str) {
return new LegalEnquiryAddressToRecord2Record(new LegalEnquiryAddressToRecord2Record.RecordClass({
legalEnquiryAddressToRecord2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryAddressToRecord2Record._isAnonymousRecord = true;
LegalEnquiryAddressToRecord2Record.UniqueId = "0e2ef4b0-45ee-23d1-7700-a1297b945690";
LegalEnquiryAddressToRecord2Record.init();
return LegalEnquiryAddressToRecord2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToRecord2Record = LegalEnquiryAddressToRecord2Record;
});
define("Portal.model$RegisterUserResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserResponseRec = (function (_super) {
__extends(RegisterUserResponseRec, _super);
function RegisterUserResponseRec(defaults) {
_super.apply(this, arguments);
}
RegisterUserResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload5Rec());
}, true, PortalModel.Payload5Rec)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUserResponseRec.init();
return RegisterUserResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUserResponseRec = RegisterUserResponseRec;
});
define("Portal.model$Payload13Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload13Rec = (function (_super) {
__extends(Payload13Rec, _super);
function Payload13Rec(defaults) {
_super.apply(this, arguments);
}
Payload13Rec.attributesToDeclare = function () {
return [
this.attr("IsUserOwner", "isUserOwnerAttr", "isUserOwner", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload13Rec.fromStructure = function (str) {
return new Payload13Rec(new Payload13Rec.RecordClass({
isUserOwnerAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload13Rec.init();
return Payload13Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload13Rec = Payload13Rec;
});
define("Portal.model$Payload13List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload13List = (function (_super) {
__extends(Payload13List, _super);
function Payload13List(defaults) {
_super.apply(this, arguments);
}
Payload13List.itemType = PortalModel.Payload13Rec;
return Payload13List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload13List = Payload13List;
});
define("Portal.model$LegalEnquiryRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryRec = (function (_super) {
__extends(LegalEnquiryRec, _super);
function LegalEnquiryRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryRec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiry", "legalEnquiryAttr", "LegalEnquiry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry2Rec());
}, true, PortalModel.LegalEnquiry2Rec),
this.attr("LegalEnquiryComments", "legalEnquiryCommentsAttr", "LegalEnquiryComments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsUpdatedByCostumer", "isUpdatedByCostumerAttr", "IsUpdatedByCostumer", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryRec.init();
return LegalEnquiryRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryRec = LegalEnquiryRec;
});
define("Portal.model$GetLegalEnquiryByIdResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiryByIdResponseRec = (function (_super) {
__extends(GetLegalEnquiryByIdResponseRec, _super);
function GetLegalEnquiryByIdResponseRec(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiryByIdResponseRec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryRec());
}, true, PortalModel.LegalEnquiryRec)
].concat(_super.attributesToDeclare.call(this));
};
GetLegalEnquiryByIdResponseRec.init();
return GetLegalEnquiryByIdResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetLegalEnquiryByIdResponseRec = GetLegalEnquiryByIdResponseRec;
});
define("Portal.model$GetLegalEnquiryByIdResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiryByIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiryByIdResponseRecord = (function (_super) {
__extends(GetLegalEnquiryByIdResponseRecord, _super);
function GetLegalEnquiryByIdResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiryByIdResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetLegalEnquiryByIdResponse", "getLegalEnquiryByIdResponseAttr", "GetLegalEnquiryByIdResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetLegalEnquiryByIdResponseRec());
}, true, PortalModel.GetLegalEnquiryByIdResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetLegalEnquiryByIdResponseRecord.fromStructure = function (str) {
return new GetLegalEnquiryByIdResponseRecord(new GetLegalEnquiryByIdResponseRecord.RecordClass({
getLegalEnquiryByIdResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetLegalEnquiryByIdResponseRecord._isAnonymousRecord = true;
GetLegalEnquiryByIdResponseRecord.UniqueId = "0e75c0b8-115b-3791-0abb-9a035cfe81f4";
GetLegalEnquiryByIdResponseRecord.init();
return GetLegalEnquiryByIdResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetLegalEnquiryByIdResponseRecord = GetLegalEnquiryByIdResponseRecord;
});
define("Portal.model$ResendActivationEmailRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRequestRec = (function (_super) {
__extends(ResendActivationEmailRequestRec, _super);
function ResendActivationEmailRequestRec(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRequestRec.attributesToDeclare = function () {
return [
this.attr("userToken", "userTokenAttr", "userToken", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ResendActivationEmailRequestRec.fromStructure = function (str) {
return new ResendActivationEmailRequestRec(new ResendActivationEmailRequestRec.RecordClass({
userTokenAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResendActivationEmailRequestRec.init();
return ResendActivationEmailRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendActivationEmailRequestRec = ResendActivationEmailRequestRec;
});
define("Portal.model$ResendActivationEmailRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRequestRecord = (function (_super) {
__extends(ResendActivationEmailRequestRecord, _super);
function ResendActivationEmailRequestRecord(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRequestRecord.attributesToDeclare = function () {
return [
this.attr("ResendActivationEmailRequest", "resendActivationEmailRequestAttr", "ResendActivationEmailRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ResendActivationEmailRequestRec());
}, true, PortalModel.ResendActivationEmailRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ResendActivationEmailRequestRecord.fromStructure = function (str) {
return new ResendActivationEmailRequestRecord(new ResendActivationEmailRequestRecord.RecordClass({
resendActivationEmailRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResendActivationEmailRequestRecord._isAnonymousRecord = true;
ResendActivationEmailRequestRecord.UniqueId = "0e8beec8-2179-6aec-d403-1ac638df0087";
ResendActivationEmailRequestRecord.init();
return ResendActivationEmailRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendActivationEmailRequestRecord = ResendActivationEmailRequestRecord;
});
define("Portal.model$FreeBoxLocObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxLocObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxLocObjectRecord = (function (_super) {
__extends(FreeBoxLocObjectRecord, _super);
function FreeBoxLocObjectRecord(defaults) {
_super.apply(this, arguments);
}
FreeBoxLocObjectRecord.attributesToDeclare = function () {
return [
this.attr("FreeBoxLocObject", "freeBoxLocObjectAttr", "FreeBoxLocObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FreeBoxLocObjectRec());
}, true, PortalModel.FreeBoxLocObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
FreeBoxLocObjectRecord.fromStructure = function (str) {
return new FreeBoxLocObjectRecord(new FreeBoxLocObjectRecord.RecordClass({
freeBoxLocObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FreeBoxLocObjectRecord._isAnonymousRecord = true;
FreeBoxLocObjectRecord.UniqueId = "0e943beb-cd90-2468-ffc4-fef8fd621962";
FreeBoxLocObjectRecord.init();
return FreeBoxLocObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FreeBoxLocObjectRecord = FreeBoxLocObjectRecord;
});
define("Portal.model$CityItem4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem4Record = (function (_super) {
__extends(CityItem4Record, _super);
function CityItem4Record(defaults) {
_super.apply(this, arguments);
}
CityItem4Record.attributesToDeclare = function () {
return [
this.attr("CityItem4", "cityItem4Attr", "CityItem4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItem4Rec());
}, true, PortalModel.CityItem4Rec)
].concat(_super.attributesToDeclare.call(this));
};
CityItem4Record.fromStructure = function (str) {
return new CityItem4Record(new CityItem4Record.RecordClass({
cityItem4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityItem4Record._isAnonymousRecord = true;
CityItem4Record.UniqueId = "0e9cae77-c7ad-d8e7-f7ca-9d87c27ab023";
CityItem4Record.init();
return CityItem4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItem4Record = CityItem4Record;
});
define("Portal.model$GetIDLStatusesResponsesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLStatusesResponsesRec = (function (_super) {
__extends(GetIDLStatusesResponsesRec, _super);
function GetIDLStatusesResponsesRec(defaults) {
_super.apply(this, arguments);
}
GetIDLStatusesResponsesRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLStatusPayloadRec());
}, true, PortalModel.IDLStatusPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLStatusesResponsesRec.init();
return GetIDLStatusesResponsesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLStatusesResponsesRec = GetIDLStatusesResponsesRec;
});
define("Portal.model$GetIDLStatusesResponsesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLStatusesResponsesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLStatusesResponsesRecord = (function (_super) {
__extends(GetIDLStatusesResponsesRecord, _super);
function GetIDLStatusesResponsesRecord(defaults) {
_super.apply(this, arguments);
}
GetIDLStatusesResponsesRecord.attributesToDeclare = function () {
return [
this.attr("GetIDLStatusesResponses", "getIDLStatusesResponsesAttr", "GetIDLStatusesResponses", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetIDLStatusesResponsesRec());
}, true, PortalModel.GetIDLStatusesResponsesRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLStatusesResponsesRecord.fromStructure = function (str) {
return new GetIDLStatusesResponsesRecord(new GetIDLStatusesResponsesRecord.RecordClass({
getIDLStatusesResponsesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetIDLStatusesResponsesRecord._isAnonymousRecord = true;
GetIDLStatusesResponsesRecord.UniqueId = "ddf972f0-53bf-0ac6-4480-eea06033d68b";
GetIDLStatusesResponsesRecord.init();
return GetIDLStatusesResponsesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLStatusesResponsesRecord = GetIDLStatusesResponsesRecord;
});
define("Portal.model$GetIDLStatusesResponsesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLStatusesResponsesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLStatusesResponsesRecordList = (function (_super) {
__extends(GetIDLStatusesResponsesRecordList, _super);
function GetIDLStatusesResponsesRecordList(defaults) {
_super.apply(this, arguments);
}
GetIDLStatusesResponsesRecordList.itemType = PortalModel.GetIDLStatusesResponsesRecord;
return GetIDLStatusesResponsesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLStatusesResponsesRecordList = GetIDLStatusesResponsesRecordList;
});
define("Portal.model$CRM_EnquiryCategoryList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_EnquiryCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryCategoryList = (function (_super) {
__extends(CRM_EnquiryCategoryList, _super);
function CRM_EnquiryCategoryList(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryCategoryList.itemType = Data_COModel.CRM_EnquiryCategoryRec;
return CRM_EnquiryCategoryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_EnquiryCategoryList = CRM_EnquiryCategoryList;
});
define("Portal.model$SenderDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderDetailList = (function (_super) {
__extends(SenderDetailList, _super);
function SenderDetailList(defaults) {
_super.apply(this, arguments);
}
SenderDetailList.itemType = PortalModel.SenderDetailRec;
return SenderDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SenderDetailList = SenderDetailList;
});
define("Portal.model$HTTPHeader7Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader7Rec = (function (_super) {
__extends(HTTPHeader7Rec, _super);
function HTTPHeader7Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader7Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader7Rec.init();
return HTTPHeader7Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader7Rec = HTTPHeader7Rec;
});
define("Portal.model$HTTPHeader7Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader7Record = (function (_super) {
__extends(HTTPHeader7Record, _super);
function HTTPHeader7Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader7Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader7", "hTTPHeader7Attr", "HTTPHeader7", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader7Rec());
}, true, PortalModel.HTTPHeader7Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader7Record.fromStructure = function (str) {
return new HTTPHeader7Record(new HTTPHeader7Record.RecordClass({
hTTPHeader7Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader7Record._isAnonymousRecord = true;
HTTPHeader7Record.UniqueId = "239beaea-48e7-d199-5192-f0163ef3b2be";
HTTPHeader7Record.init();
return HTTPHeader7Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader7Record = HTTPHeader7Record;
});
define("Portal.model$HTTPHeader7RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader7Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader7RecordList = (function (_super) {
__extends(HTTPHeader7RecordList, _super);
function HTTPHeader7RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader7RecordList.itemType = PortalModel.HTTPHeader7Record;
return HTTPHeader7RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader7RecordList = HTTPHeader7RecordList;
});
define("Portal.model$ProductItem6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem6List = (function (_super) {
__extends(ProductItem6List, _super);
function ProductItem6List(defaults) {
_super.apply(this, arguments);
}
ProductItem6List.itemType = PortalModel.ProductItem6Rec;
return ProductItem6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductItem6List = ProductItem6List;
});
define("Portal.model$Payload34Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem6List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload34Rec = (function (_super) {
__extends(Payload34Rec, _super);
function Payload34Rec(defaults) {
_super.apply(this, arguments);
}
Payload34Rec.attributesToDeclare = function () {
return [
this.attr("orderID", "orderIDAttr", "orderID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("orderTotalPrice", "orderTotalPriceAttr", "orderTotalPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("orderBasePrice", "orderBasePriceAttr", "orderBasePrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("orderVAT", "orderVATAttr", "orderVAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("products", "productsAttr", "products", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductItem6List());
}, true, PortalModel.ProductItem6List),
this.attr("OrderTotalPriceAfterPromo", "orderTotalPriceAfterPromoAttr", "orderTotalPriceAfterPromo", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OrderBasePriceAfterPromo", "orderBasePriceAfterPromoAttr", "orderBasePriceAfterPromo", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OrderVATAfterPromo", "orderVATAfterPromoAttr", "orderVATAfterPromo", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Discount", "discountAttr", "discount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload34Rec.init();
return Payload34Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload34Rec = Payload34Rec;
});
define("Portal.model$EnquiryCategoryList", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$EnquiryCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryCategoryList = (function (_super) {
__extends(EnquiryCategoryList, _super);
function EnquiryCategoryList(defaults) {
_super.apply(this, arguments);
}
EnquiryCategoryList.itemType = Services_COModel.EnquiryCategoryRec;
return EnquiryCategoryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryCategoryList = EnquiryCategoryList;
});
define("Portal.model$ShipmentDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentDetailItemRec = (function (_super) {
__extends(ShipmentDetailItemRec, _super);
function ShipmentDetailItemRec(defaults) {
_super.apply(this, arguments);
}
ShipmentDetailItemRec.attributesToDeclare = function () {
return [
this.attr("Location", "locationAttr", "location", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remarks", "remarksAttr", "remarks", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TimeStamp", "timeStampAttr", "timeStamp", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentDetailItemRec.init();
return ShipmentDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentDetailItemRec = ShipmentDetailItemRec;
});
define("Portal.model$ShipmentDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentDetailItemList = (function (_super) {
__extends(ShipmentDetailItemList, _super);
function ShipmentDetailItemList(defaults) {
_super.apply(this, arguments);
}
ShipmentDetailItemList.itemType = PortalModel.ShipmentDetailItemRec;
return ShipmentDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentDetailItemList = ShipmentDetailItemList;
});
define("Portal.model$Payload33Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload33Rec = (function (_super) {
__extends(Payload33Rec, _super);
function Payload33Rec(defaults) {
_super.apply(this, arguments);
}
Payload33Rec.attributesToDeclare = function () {
return [
this.attr("TrackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "currentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentDetails", "shipmentDetailsAttr", "shipmentDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentDetailItemList());
}, true, PortalModel.ShipmentDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload33Rec.init();
return Payload33Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload33Rec = Payload33Rec;
});
define("Portal.model$NortheastRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NortheastRec = (function (_super) {
__extends(NortheastRec, _super);
function NortheastRec(defaults) {
_super.apply(this, arguments);
}
NortheastRec.attributesToDeclare = function () {
return [
this.attr("lat", "latAttr", "lat", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("lng", "lngAttr", "lng", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
NortheastRec.init();
return NortheastRec;
})(OS.DataTypes.GenericRecord);
PortalModel.NortheastRec = NortheastRec;
});
define("Portal.model$NortheastRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NortheastRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NortheastRecord = (function (_super) {
__extends(NortheastRecord, _super);
function NortheastRecord(defaults) {
_super.apply(this, arguments);
}
NortheastRecord.attributesToDeclare = function () {
return [
this.attr("Northeast", "northeastAttr", "Northeast", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NortheastRec());
}, true, PortalModel.NortheastRec)
].concat(_super.attributesToDeclare.call(this));
};
NortheastRecord.fromStructure = function (str) {
return new NortheastRecord(new NortheastRecord.RecordClass({
northeastAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
NortheastRecord._isAnonymousRecord = true;
NortheastRecord.UniqueId = "8c129627-5508-1854-f7a2-38fed70e02d7";
NortheastRecord.init();
return NortheastRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.NortheastRecord = NortheastRecord;
});
define("Portal.model$NortheastRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NortheastRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NortheastRecordList = (function (_super) {
__extends(NortheastRecordList, _super);
function NortheastRecordList(defaults) {
_super.apply(this, arguments);
}
NortheastRecordList.itemType = PortalModel.NortheastRecord;
return NortheastRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.NortheastRecordList = NortheastRecordList;
});
define("Portal.model$CityItem6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem6Rec = (function (_super) {
__extends(CityItem6Rec, _super);
function CityItem6Rec(defaults) {
_super.apply(this, arguments);
}
CityItem6Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CityItem6Rec.init();
return CityItem6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItem6Rec = CityItem6Rec;
});
define("Portal.model$CityItem6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem6List = (function (_super) {
__extends(CityItem6List, _super);
function CityItem6List(defaults) {
_super.apply(this, arguments);
}
CityItem6List.itemType = PortalModel.CityItem6Rec;
return CityItem6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItem6List = CityItem6List;
});
define("Portal.model$Payload24Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem6List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload24Rec = (function (_super) {
__extends(Payload24Rec, _super);
function Payload24Rec(defaults) {
_super.apply(this, arguments);
}
Payload24Rec.attributesToDeclare = function () {
return [
this.attr("cities", "citiesAttr", "cities", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItem6List());
}, true, PortalModel.CityItem6List)
].concat(_super.attributesToDeclare.call(this));
};
Payload24Rec.fromStructure = function (str) {
return new Payload24Rec(new Payload24Rec.RecordClass({
citiesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload24Rec.init();
return Payload24Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload24Rec = Payload24Rec;
});
define("Portal.model$Payload24Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload24Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload24Record = (function (_super) {
__extends(Payload24Record, _super);
function Payload24Record(defaults) {
_super.apply(this, arguments);
}
Payload24Record.attributesToDeclare = function () {
return [
this.attr("Payload24", "payload24Attr", "Payload24", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload24Rec());
}, true, PortalModel.Payload24Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload24Record.fromStructure = function (str) {
return new Payload24Record(new Payload24Record.RecordClass({
payload24Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload24Record._isAnonymousRecord = true;
Payload24Record.UniqueId = "0f54fa81-a040-c0e7-0763-a05c523203e1";
Payload24Record.init();
return Payload24Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload24Record = Payload24Record;
});
define("Portal.model$PickupInfo3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupInfo3Rec = (function (_super) {
__extends(PickupInfo3Rec, _super);
function PickupInfo3Rec(defaults) {
_super.apply(this, arguments);
}
PickupInfo3Rec.attributesToDeclare = function () {
return [
this.attr("preferredPickupDate", "preferredPickupDateAttr", "preferredPickupDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("preferredPickupTimeFrom", "preferredPickupTimeFromAttr", "preferredPickupTimeFrom", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("preferredPickupTimeTo", "preferredPickupTimeToAttr", "preferredPickupTimeTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("preferredPickupVehicle", "preferredPickupVehicleAttr", "preferredPickupVehicle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupLatitude", "pickupLatitudeAttr", "PickupLatitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("PickupLongitude", "pickupLongitudeAttr", "PickupLongitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupInfo3Rec.init();
return PickupInfo3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupInfo3Rec = PickupInfo3Rec;
});
define("Portal.model$Payload43Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload43Rec = (function (_super) {
__extends(Payload43Rec, _super);
function Payload43Rec(defaults) {
_super.apply(this, arguments);
}
Payload43Rec.attributesToDeclare = function () {
return [
this.attr("isUploadSuccessfull", "isUploadSuccessfullAttr", "isUploadSuccessfull", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload43Rec.fromStructure = function (str) {
return new Payload43Rec(new Payload43Rec.RecordClass({
isUploadSuccessfullAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload43Rec.init();
return Payload43Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload43Rec = Payload43Rec;
});
define("Portal.model$PostCustomDocumentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload43Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentResponseRec = (function (_super) {
__extends(PostCustomDocumentResponseRec, _super);
function PostCustomDocumentResponseRec(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload43Rec());
}, true, PortalModel.Payload43Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostCustomDocumentResponseRec.init();
return PostCustomDocumentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCustomDocumentResponseRec = PostCustomDocumentResponseRec;
});
define("Portal.model$PostCustomDocumentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentResponseList = (function (_super) {
__extends(PostCustomDocumentResponseList, _super);
function PostCustomDocumentResponseList(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentResponseList.itemType = PortalModel.PostCustomDocumentResponseRec;
return PostCustomDocumentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCustomDocumentResponseList = PostCustomDocumentResponseList;
});
define("Portal.model$QuickRenewalOTPPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPPayloadRec = (function (_super) {
__extends(QuickRenewalOTPPayloadRec, _super);
function QuickRenewalOTPPayloadRec(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPPayloadRec.attributesToDeclare = function () {
return [
this.attr("boxNickName", "boxNickNameAttr", "boxNickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ownerName", "ownerNameAttr", "ownerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bundleId", "bundleIdAttr", "bundleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bundleTitle", "bundleTitleAttr", "bundleTitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityName", "cityNameAttr", "cityName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("expiryDates", "expiryDatesAttr", "expiryDates", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesPayload2Rec());
}, true, PortalModel.POBoxExpiryDatesPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
QuickRenewalOTPPayloadRec.init();
return QuickRenewalOTPPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickRenewalOTPPayloadRec = QuickRenewalOTPPayloadRec;
});
define("Portal.model$QuickRenewalOTPResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPResponseRec = (function (_super) {
__extends(QuickRenewalOTPResponseRec, _super);
function QuickRenewalOTPResponseRec(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuickRenewalOTPPayloadRec());
}, true, PortalModel.QuickRenewalOTPPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
QuickRenewalOTPResponseRec.init();
return QuickRenewalOTPResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickRenewalOTPResponseRec = QuickRenewalOTPResponseRec;
});
define("Portal.model$ValidatePostBoxDetailsPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsPayloadRec = (function (_super) {
__extends(ValidatePostBoxDetailsPayloadRec, _super);
function ValidatePostBoxDetailsPayloadRec(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsPayloadRec.attributesToDeclare = function () {
return [
this.attr("rentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePostBoxDetailsPayloadRec.fromStructure = function (str) {
return new ValidatePostBoxDetailsPayloadRec(new ValidatePostBoxDetailsPayloadRec.RecordClass({
rentTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePostBoxDetailsPayloadRec.init();
return ValidatePostBoxDetailsPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePostBoxDetailsPayloadRec = ValidatePostBoxDetailsPayloadRec;
});
define("Portal.model$SmartPlaceList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlaceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlaceList = (function (_super) {
__extends(SmartPlaceList, _super);
function SmartPlaceList(defaults) {
_super.apply(this, arguments);
}
SmartPlaceList.itemType = PortalModel.SmartPlaceRec;
return SmartPlaceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SmartPlaceList = SmartPlaceList;
});
define("Portal.model$UnlinkPOBox2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBox2Rec = (function (_super) {
__extends(UnlinkPOBox2Rec, _super);
function UnlinkPOBox2Rec(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBox2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload13Rec());
}, true, PortalModel.Payload13Rec)
].concat(_super.attributesToDeclare.call(this));
};
UnlinkPOBox2Rec.init();
return UnlinkPOBox2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.UnlinkPOBox2Rec = UnlinkPOBox2Rec;
});
define("Portal.model$UnlinkPOBox2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBox2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBox2Record = (function (_super) {
__extends(UnlinkPOBox2Record, _super);
function UnlinkPOBox2Record(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBox2Record.attributesToDeclare = function () {
return [
this.attr("UnlinkPOBox2", "unlinkPOBox2Attr", "UnlinkPOBox2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UnlinkPOBox2Rec());
}, true, PortalModel.UnlinkPOBox2Rec)
].concat(_super.attributesToDeclare.call(this));
};
UnlinkPOBox2Record.fromStructure = function (str) {
return new UnlinkPOBox2Record(new UnlinkPOBox2Record.RecordClass({
unlinkPOBox2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UnlinkPOBox2Record._isAnonymousRecord = true;
UnlinkPOBox2Record.UniqueId = "766b19fb-85a5-932f-a8b4-f9cbd9b350c3";
UnlinkPOBox2Record.init();
return UnlinkPOBox2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.UnlinkPOBox2Record = UnlinkPOBox2Record;
});
define("Portal.model$UnlinkPOBox2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBox2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBox2RecordList = (function (_super) {
__extends(UnlinkPOBox2RecordList, _super);
function UnlinkPOBox2RecordList(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBox2RecordList.itemType = PortalModel.UnlinkPOBox2Record;
return UnlinkPOBox2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UnlinkPOBox2RecordList = UnlinkPOBox2RecordList;
});
define("Portal.model$ProductDetailListRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailListRecordRecord = (function (_super) {
__extends(ProductDetailListRecordRecord, _super);
function ProductDetailListRecordRecord(defaults) {
_super.apply(this, arguments);
}
ProductDetailListRecordRecord.attributesToDeclare = function () {
return [
this.attr("ProductDetailListRecord", "productDetailListRecordAttr", "ProductDetailListRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductDetailListRecordRec());
}, true, PortalModel.ProductDetailListRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
ProductDetailListRecordRecord.fromStructure = function (str) {
return new ProductDetailListRecordRecord(new ProductDetailListRecordRecord.RecordClass({
productDetailListRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductDetailListRecordRecord._isAnonymousRecord = true;
ProductDetailListRecordRecord.UniqueId = "3ea641a1-a790-d9b7-2a4c-a8705fba5efe";
ProductDetailListRecordRecord.init();
return ProductDetailListRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductDetailListRecordRecord = ProductDetailListRecordRecord;
});
define("Portal.model$ProductDetailListRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailListRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailListRecordRecordList = (function (_super) {
__extends(ProductDetailListRecordRecordList, _super);
function ProductDetailListRecordRecordList(defaults) {
_super.apply(this, arguments);
}
ProductDetailListRecordRecordList.itemType = PortalModel.ProductDetailListRecordRecord;
return ProductDetailListRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductDetailListRecordRecordList = ProductDetailListRecordRecordList;
});
define("Portal.model$MultiShip_Courier_Premium_File_StatusRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_File_StatusRec = (function (_super) {
__extends(MultiShip_Courier_Premium_File_StatusRec, _super);
function MultiShip_Courier_Premium_File_StatusRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_File_StatusRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ItemDesc", "itemDescAttr", "ItemDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodAmount", "codAmountAttr", "codAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_File_StatusRec.init();
return MultiShip_Courier_Premium_File_StatusRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_File_StatusRec = MultiShip_Courier_Premium_File_StatusRec;
});
define("Portal.model$MultiShip_Courier_Premium_File_StatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_File_StatusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_File_StatusRecord = (function (_super) {
__extends(MultiShip_Courier_Premium_File_StatusRecord, _super);
function MultiShip_Courier_Premium_File_StatusRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_File_StatusRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Premium_File_Status", "multiShip_Courier_Premium_File_StatusAttr", "MultiShip_Courier_Premium_File_Status", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_Premium_File_StatusRec());
}, true, PortalModel.MultiShip_Courier_Premium_File_StatusRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_File_StatusRecord.fromStructure = function (str) {
return new MultiShip_Courier_Premium_File_StatusRecord(new MultiShip_Courier_Premium_File_StatusRecord.RecordClass({
multiShip_Courier_Premium_File_StatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_Premium_File_StatusRecord._isAnonymousRecord = true;
MultiShip_Courier_Premium_File_StatusRecord.UniqueId = "9f32b996-d1ee-f7b9-7cdd-6d73cccb31c3";
MultiShip_Courier_Premium_File_StatusRecord.init();
return MultiShip_Courier_Premium_File_StatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_File_StatusRecord = MultiShip_Courier_Premium_File_StatusRecord;
});
define("Portal.model$MultiShip_Courier_Premium_File_StatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_File_StatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_File_StatusRecordList = (function (_super) {
__extends(MultiShip_Courier_Premium_File_StatusRecordList, _super);
function MultiShip_Courier_Premium_File_StatusRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_File_StatusRecordList.itemType = PortalModel.MultiShip_Courier_Premium_File_StatusRecord;
return MultiShip_Courier_Premium_File_StatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_File_StatusRecordList = MultiShip_Courier_Premium_File_StatusRecordList;
});
define("Portal.model$Payload31Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload31Rec = (function (_super) {
__extends(Payload31Rec, _super);
function Payload31Rec(defaults) {
_super.apply(this, arguments);
}
Payload31Rec.attributesToDeclare = function () {
return [
this.attr("orderId", "orderIdAttr", "orderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload31Rec.fromStructure = function (str) {
return new Payload31Rec(new Payload31Rec.RecordClass({
orderIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload31Rec.init();
return Payload31Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload31Rec = Payload31Rec;
});
define("Portal.model$CreateIDLServiceResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload31Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceResponseRec = (function (_super) {
__extends(CreateIDLServiceResponseRec, _super);
function CreateIDLServiceResponseRec(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload31Rec());
}, true, PortalModel.Payload31Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreateIDLServiceResponseRec.init();
return CreateIDLServiceResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateIDLServiceResponseRec = CreateIDLServiceResponseRec;
});
define("Portal.model$CreateIDLServiceResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceResponseList = (function (_super) {
__extends(CreateIDLServiceResponseList, _super);
function CreateIDLServiceResponseList(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceResponseList.itemType = PortalModel.CreateIDLServiceResponseRec;
return CreateIDLServiceResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateIDLServiceResponseList = CreateIDLServiceResponseList;
});
define("Portal.model$ReturnItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItemRec = (function (_super) {
__extends(ReturnItemRec, _super);
function ReturnItemRec(defaults) {
_super.apply(this, arguments);
}
ReturnItemRec.attributesToDeclare = function () {
return [
this.attr("AsOfDate", "asOfDateAttr", "asOfDate", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ReturnItemRec.fromStructure = function (str) {
return new ReturnItemRec(new ReturnItemRec.RecordClass({
asOfDateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ReturnItemRec.init();
return ReturnItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ReturnItemRec = ReturnItemRec;
});
define("Portal.model$Payload4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload4Rec = (function (_super) {
__extends(Payload4Rec, _super);
function Payload4Rec(defaults) {
_super.apply(this, arguments);
}
Payload4Rec.attributesToDeclare = function () {
return [
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload4Rec.fromStructure = function (str) {
return new Payload4Rec(new Payload4Rec.RecordClass({
batchIDAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload4Rec.init();
return Payload4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload4Rec = Payload4Rec;
});
define("Portal.model$Payload4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload4List = (function (_super) {
__extends(Payload4List, _super);
function Payload4List(defaults) {
_super.apply(this, arguments);
}
Payload4List.itemType = PortalModel.Payload4Rec;
return Payload4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload4List = Payload4List;
});
define("Portal.model$GetGenerateShipmentReportRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateShipmentReportRequestRec = (function (_super) {
__extends(GetGenerateShipmentReportRequestRec, _super);
function GetGenerateShipmentReportRequestRec(defaults) {
_super.apply(this, arguments);
}
GetGenerateShipmentReportRequestRec.attributesToDeclare = function () {
return [
this.attr("CustomerInterfaceId", "customerInterfaceIdAttr", "customerInterfaceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromDate", "fromDateAttr", "fromDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ToDate", "toDateAttr", "toDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverCountryID", "receiverCountryIDAttr", "receiverCountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StatusID", "statusIDAttr", "statusID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperUniqueBoxID", "shipperUniqueBoxIDAttr", "shipperUniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperMobileNumber", "shipperMobileNumberAttr", "shipperMobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetGenerateShipmentReportRequestRec.init();
return GetGenerateShipmentReportRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetGenerateShipmentReportRequestRec = GetGenerateShipmentReportRequestRec;
});
define("Portal.model$GetGenerateShipmentReportRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateShipmentReportRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateShipmentReportRequestRecord = (function (_super) {
__extends(GetGenerateShipmentReportRequestRecord, _super);
function GetGenerateShipmentReportRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetGenerateShipmentReportRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetGenerateShipmentReportRequest", "getGenerateShipmentReportRequestAttr", "GetGenerateShipmentReportRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetGenerateShipmentReportRequestRec());
}, true, PortalModel.GetGenerateShipmentReportRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetGenerateShipmentReportRequestRecord.fromStructure = function (str) {
return new GetGenerateShipmentReportRequestRecord(new GetGenerateShipmentReportRequestRecord.RecordClass({
getGenerateShipmentReportRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetGenerateShipmentReportRequestRecord._isAnonymousRecord = true;
GetGenerateShipmentReportRequestRecord.UniqueId = "105534bb-5a46-66af-2984-ffb45d6f3984";
GetGenerateShipmentReportRequestRecord.init();
return GetGenerateShipmentReportRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetGenerateShipmentReportRequestRecord = GetGenerateShipmentReportRequestRecord;
});
define("Portal.model$DropoffLocationItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropoffLocationItemRec = (function (_super) {
__extends(DropoffLocationItemRec, _super);
function DropoffLocationItemRec(defaults) {
_super.apply(this, arguments);
}
DropoffLocationItemRec.attributesToDeclare = function () {
return [
this.attr("OfficeId", "officeIdAttr", "officeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DropoffLocationItemRec.init();
return DropoffLocationItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DropoffLocationItemRec = DropoffLocationItemRec;
});
define("Portal.model$DropoffLocationItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropoffLocationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropoffLocationItemList = (function (_super) {
__extends(DropoffLocationItemList, _super);
function DropoffLocationItemList(defaults) {
_super.apply(this, arguments);
}
DropoffLocationItemList.itemType = PortalModel.DropoffLocationItemRec;
return DropoffLocationItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropoffLocationItemList = DropoffLocationItemList;
});
define("Portal.model$Payload50Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropoffLocationItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload50Rec = (function (_super) {
__extends(Payload50Rec, _super);
function Payload50Rec(defaults) {
_super.apply(this, arguments);
}
Payload50Rec.attributesToDeclare = function () {
return [
this.attr("DropoffLocation", "dropoffLocationAttr", "dropoffLocation", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DropoffLocationItemList());
}, true, PortalModel.DropoffLocationItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload50Rec.fromStructure = function (str) {
return new Payload50Rec(new Payload50Rec.RecordClass({
dropoffLocationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload50Rec.init();
return Payload50Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload50Rec = Payload50Rec;
});
define("Portal.model$OrderProductListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderProductListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderProductListItemRecord = (function (_super) {
__extends(OrderProductListItemRecord, _super);
function OrderProductListItemRecord(defaults) {
_super.apply(this, arguments);
}
OrderProductListItemRecord.attributesToDeclare = function () {
return [
this.attr("OrderProductListItem", "orderProductListItemAttr", "OrderProductListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderProductListItemRec());
}, true, PortalModel.OrderProductListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderProductListItemRecord.fromStructure = function (str) {
return new OrderProductListItemRecord(new OrderProductListItemRecord.RecordClass({
orderProductListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderProductListItemRecord._isAnonymousRecord = true;
OrderProductListItemRecord.UniqueId = "3c68b368-4599-36cf-ad2c-1d719d336518";
OrderProductListItemRecord.init();
return OrderProductListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderProductListItemRecord = OrderProductListItemRecord;
});
define("Portal.model$OrderProductListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderProductListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderProductListItemRecordList = (function (_super) {
__extends(OrderProductListItemRecordList, _super);
function OrderProductListItemRecordList(defaults) {
_super.apply(this, arguments);
}
OrderProductListItemRecordList.itemType = PortalModel.OrderProductListItemRecord;
return OrderProductListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderProductListItemRecordList = OrderProductListItemRecordList;
});
define("Portal.model$MultiShip_Courier_CustomsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_CustomsRec = (function (_super) {
__extends(MultiShip_Courier_CustomsRec, _super);
function MultiShip_Courier_CustomsRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_CustomsRec.attributesToDeclare = function () {
return [
this.attr("Category", "categoryAttr", "Category", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CategoryCode", "categoryCodeAttr", "CategoryCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Description", "descriptionAttr", "Description", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HSCode", "hSCodeAttr", "HSCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalUnit", "totalUnitAttr", "TotalUnit", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UnitWeight_gms", "unitWeight_gmsAttr", "UnitWeight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OriginCountry", "originCountryAttr", "OriginCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginCountryLabel", "originCountryLabelAttr", "OriginCountryLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsEditing", "isEditingAttr", "IsEditing", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_CustomsRec.init();
return MultiShip_Courier_CustomsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_CustomsRec = MultiShip_Courier_CustomsRec;
});
define("Portal.model$MultiShip_Courier_CustomsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_CustomsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_CustomsList = (function (_super) {
__extends(MultiShip_Courier_CustomsList, _super);
function MultiShip_Courier_CustomsList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_CustomsList.itemType = PortalModel.MultiShip_Courier_CustomsRec;
return MultiShip_Courier_CustomsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_CustomsList = MultiShip_Courier_CustomsList;
});
define("Portal.model$MultiShip_Courier_ItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_CustomsList", "Portal.model$CustomDocumentsList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_ItemRec = (function (_super) {
__extends(MultiShip_Courier_ItemRec, _super);
function MultiShip_Courier_ItemRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_ItemRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AWBLabel", "aWBLabelAttr", "AWBLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureTypeCode", "natureTypeCodeAttr", "NatureTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("CountryID", "countryIDAttr", "CountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MultiShip_Courier_Customs", "multiShip_Courier_CustomsAttr", "MultiShip_Courier_Customs", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_CustomsList());
}, true, PortalModel.MultiShip_Courier_CustomsList),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReturnTerms", "returnTermsAttr", "ReturnTerms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReturnTermsCode", "returnTermsCodeAttr", "ReturnTermsCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsErrorFree", "isErrorFreeAttr", "IsErrorFree", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ErrorDesc", "errorDescAttr", "ErrorDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MultiShip_Courier_CustomDocs", "multiShip_Courier_CustomDocsAttr", "MultiShip_Courier_CustomDocs", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDocumentsList());
}, true, PortalModel.CustomDocumentsList)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_ItemRec.init();
return MultiShip_Courier_ItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_ItemRec = MultiShip_Courier_ItemRec;
});
define("Portal.model$MultiShip_Courier_ItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_ItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_ItemList = (function (_super) {
__extends(MultiShip_Courier_ItemList, _super);
function MultiShip_Courier_ItemList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_ItemList.itemType = PortalModel.MultiShip_Courier_ItemRec;
return MultiShip_Courier_ItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_ItemList = MultiShip_Courier_ItemList;
});
define("Portal.model$MultiShipCourierRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRec", "Portal.model$MultiShip_Courier_ItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierRec = (function (_super) {
__extends(MultiShipCourierRec, _super);
function MultiShipCourierRec(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierRec.attributesToDeclare = function () {
return [
this.attr("BookingRefNumber", "bookingRefNumberAttr", "BookingRefNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CustomerID", "customerIDAttr", "CustomerID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("EmsOrParcel", "emsOrParcelAttr", "EmsOrParcel", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("MultiOrSingle", "multiOrSingleAttr", "MultiOrSingle", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DropoffLocationID", "dropoffLocationIDAttr", "DropoffLocationID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProcessedRecords", "processedRecordsAttr", "ProcessedRecords", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("SenderDetails", "senderDetailsAttr", "SenderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsRec());
}, true, PortalModel.ContactDetailsRec),
this.attr("MultiShip_Courier_ItemsList", "multiShip_Courier_ItemsListAttr", "MultiShip_Courier_ItemsList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_ItemList());
}, true, PortalModel.MultiShip_Courier_ItemList)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipCourierRec.init();
return MultiShipCourierRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipCourierRec = MultiShipCourierRec;
});
define("Portal.model$MultiShipCourierRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierRecord = (function (_super) {
__extends(MultiShipCourierRecord, _super);
function MultiShipCourierRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipCourier", "multiShipCourierAttr", "MultiShipCourier", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShipCourierRec());
}, true, PortalModel.MultiShipCourierRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipCourierRecord.fromStructure = function (str) {
return new MultiShipCourierRecord(new MultiShipCourierRecord.RecordClass({
multiShipCourierAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipCourierRecord._isAnonymousRecord = true;
MultiShipCourierRecord.UniqueId = "106b4804-67d1-da7a-efd6-32f7ab99f3db";
MultiShipCourierRecord.init();
return MultiShipCourierRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipCourierRecord = MultiShipCourierRecord;
});
define("Portal.model$HTTPHeader6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader6Rec = (function (_super) {
__extends(HTTPHeader6Rec, _super);
function HTTPHeader6Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader6Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader6Rec.init();
return HTTPHeader6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader6Rec = HTTPHeader6Rec;
});
define("Portal.model$HTTPHeader6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader6Record = (function (_super) {
__extends(HTTPHeader6Record, _super);
function HTTPHeader6Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader6Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader6", "hTTPHeader6Attr", "HTTPHeader6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader6Rec());
}, true, PortalModel.HTTPHeader6Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader6Record.fromStructure = function (str) {
return new HTTPHeader6Record(new HTTPHeader6Record.RecordClass({
hTTPHeader6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader6Record._isAnonymousRecord = true;
HTTPHeader6Record.UniqueId = "107a5e3c-f978-c62b-c0fe-9f24bab16c93";
HTTPHeader6Record.init();
return HTTPHeader6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader6Record = HTTPHeader6Record;
});
define("Portal.model$PaymentDetialsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentDetialsRec = (function (_super) {
__extends(PaymentDetialsRec, _super);
function PaymentDetialsRec(defaults) {
_super.apply(this, arguments);
}
PaymentDetialsRec.attributesToDeclare = function () {
return [
this.attr("CardToken", "cardTokenAttr", "CardToken", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("SessionToken", "sessionTokenAttr", "SessionToken", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderId", "orderIdAttr", "OrderId", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("isSaveCard", "isSaveCardAttr", "isSaveCard", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Locale", "localeAttr", "Locale", true, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentDetialsRec.init();
return PaymentDetialsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentDetialsRec = PaymentDetialsRec;
});
define("Portal.model$PaymentDetialsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentDetialsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentDetialsRecord = (function (_super) {
__extends(PaymentDetialsRecord, _super);
function PaymentDetialsRecord(defaults) {
_super.apply(this, arguments);
}
PaymentDetialsRecord.attributesToDeclare = function () {
return [
this.attr("PaymentDetials", "paymentDetialsAttr", "PaymentDetials", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentDetialsRec());
}, true, PortalModel.PaymentDetialsRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentDetialsRecord.fromStructure = function (str) {
return new PaymentDetialsRecord(new PaymentDetialsRecord.RecordClass({
paymentDetialsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentDetialsRecord._isAnonymousRecord = true;
PaymentDetialsRecord.UniqueId = "10845e2f-2ab9-3f27-0404-60ed1d14d039";
PaymentDetialsRecord.init();
return PaymentDetialsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentDetialsRecord = PaymentDetialsRecord;
});
define("Portal.model$SaveNewAddressPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewAddressPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewAddressPayloadRecordList = (function (_super) {
__extends(SaveNewAddressPayloadRecordList, _super);
function SaveNewAddressPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
SaveNewAddressPayloadRecordList.itemType = PortalModel.SaveNewAddressPayloadRecord;
return SaveNewAddressPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveNewAddressPayloadRecordList = SaveNewAddressPayloadRecordList;
});
define("Portal.model$QuoteDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteDetailsRec = (function (_super) {
__extends(QuoteDetailsRec, _super);
function QuoteDetailsRec(defaults) {
_super.apply(this, arguments);
}
QuoteDetailsRec.attributesToDeclare = function () {
return [
this.attr("OriginEmirate", "originEmirateAttr", "OriginEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginRegion", "originRegionAttr", "OriginRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationCountry", "destinationCountryAttr", "DestinationCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationEmirate", "destinationEmirateAttr", "DestinationEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationRegion", "destinationRegionAttr", "DestinationRegion", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "Weight", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("WeightType", "weightTypeAttr", "WeightType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.BuiltinFunctions.integerToDecimal(10);
}, true),
this.attr("DestinationType", "destinationTypeAttr", "DestinationType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "ShipmentType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PackageType", "packageTypeAttr", "PackageType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Service", "serviceAttr", "Service", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsReturnService", "isReturnServiceAttr", "IsReturnService", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
QuoteDetailsRec.init();
return QuoteDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QuoteDetailsRec = QuoteDetailsRec;
});
define("Portal.model$QuoteDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteDetailsRecord = (function (_super) {
__extends(QuoteDetailsRecord, _super);
function QuoteDetailsRecord(defaults) {
_super.apply(this, arguments);
}
QuoteDetailsRecord.attributesToDeclare = function () {
return [
this.attr("QuoteDetails", "quoteDetailsAttr", "QuoteDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuoteDetailsRec());
}, true, PortalModel.QuoteDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
QuoteDetailsRecord.fromStructure = function (str) {
return new QuoteDetailsRecord(new QuoteDetailsRecord.RecordClass({
quoteDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QuoteDetailsRecord._isAnonymousRecord = true;
QuoteDetailsRecord.UniqueId = "9473c46e-63b7-b1e1-81dd-c0b5b2ab99ae";
QuoteDetailsRecord.init();
return QuoteDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QuoteDetailsRecord = QuoteDetailsRecord;
});
define("Portal.model$QuoteDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteDetailsRecordList = (function (_super) {
__extends(QuoteDetailsRecordList, _super);
function QuoteDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
QuoteDetailsRecordList.itemType = PortalModel.QuoteDetailsRecord;
return QuoteDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuoteDetailsRecordList = QuoteDetailsRecordList;
});
define("Portal.model$GetAddressObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressObjectRec = (function (_super) {
__extends(GetAddressObjectRec, _super);
function GetAddressObjectRec(defaults) {
_super.apply(this, arguments);
}
GetAddressObjectRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("addressType", "addressTypeAttr", "addressType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isDefaultAddress", "isDefaultAddressAttr", "isDefaultAddress", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("contactName", "contactNameAttr", "contactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactPhoneISD", "contactPhoneISDAttr", "contactPhoneISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactPhone", "contactPhoneAttr", "contactPhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactMobileISD", "contactMobileISDAttr", "contactMobileISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactMobile", "contactMobileAttr", "contactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("villaApartment", "villaApartmentAttr", "villaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("streetLandmark", "streetLandmarkAttr", "streetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("building", "buildingAttr", "building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("longitude", "longitudeAttr", "longitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxZipNumber", "poBoxZipNumberAttr", "poBoxZipNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalEmirateId", "postalEmirateIdAttr", "postalEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierEmirateId", "courierEmirateIdAttr", "courierEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalCityId", "postalCityIdAttr", "postalCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierCityId", "courierCityIdAttr", "courierCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("countryId", "countryIdAttr", "countryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("nickName", "nickNameAttr", "nickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierRegionId", "courierRegionIdAttr", "courierRegionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PostalEmirateName", "postalEmirateNameAttr", "postalEmirateName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierEmirateName", "courierEmirateNameAttr", "courierEmirateName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryName", "countryNameAttr", "countryName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetAddressObjectRec.init();
return GetAddressObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAddressObjectRec = GetAddressObjectRec;
});
define("Portal.model$GetAddressObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressObjectList = (function (_super) {
__extends(GetAddressObjectList, _super);
function GetAddressObjectList(defaults) {
_super.apply(this, arguments);
}
GetAddressObjectList.itemType = PortalModel.GetAddressObjectRec;
return GetAddressObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAddressObjectList = GetAddressObjectList;
});
define("Portal.model$GetCustomerAddressPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerAddressPayloadRec = (function (_super) {
__extends(GetCustomerAddressPayloadRec, _super);
function GetCustomerAddressPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetCustomerAddressPayloadRec.attributesToDeclare = function () {
return [
this.attr("address", "addressAttr", "address", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetAddressObjectList());
}, true, PortalModel.GetAddressObjectList)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerAddressPayloadRec.fromStructure = function (str) {
return new GetCustomerAddressPayloadRec(new GetCustomerAddressPayloadRec.RecordClass({
addressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomerAddressPayloadRec.init();
return GetCustomerAddressPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerAddressPayloadRec = GetCustomerAddressPayloadRec;
});
define("Portal.model$CustomerAddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomerAddressRec = (function (_super) {
__extends(CustomerAddressRec, _super);
function CustomerAddressRec(defaults) {
_super.apply(this, arguments);
}
CustomerAddressRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomerAddressPayloadRec());
}, true, PortalModel.GetCustomerAddressPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomerAddressRec.init();
return CustomerAddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomerAddressRec = CustomerAddressRec;
});
define("Portal.model$CustomerAddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomerAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomerAddressRecord = (function (_super) {
__extends(CustomerAddressRecord, _super);
function CustomerAddressRecord(defaults) {
_super.apply(this, arguments);
}
CustomerAddressRecord.attributesToDeclare = function () {
return [
this.attr("CustomerAddress", "customerAddressAttr", "CustomerAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomerAddressRec());
}, true, PortalModel.CustomerAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomerAddressRecord.fromStructure = function (str) {
return new CustomerAddressRecord(new CustomerAddressRecord.RecordClass({
customerAddressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomerAddressRecord._isAnonymousRecord = true;
CustomerAddressRecord.UniqueId = "10eb639a-11a6-cb6d-ae87-ef21cc11d97e";
CustomerAddressRecord.init();
return CustomerAddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomerAddressRecord = CustomerAddressRecord;
});
define("Portal.model$URLQueryParameter12Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter12Rec = (function (_super) {
__extends(URLQueryParameter12Rec, _super);
function URLQueryParameter12Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter12Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter12Rec.init();
return URLQueryParameter12Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter12Rec = URLQueryParameter12Rec;
});
define("Portal.model$URLQueryParameter12List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter12List = (function (_super) {
__extends(URLQueryParameter12List, _super);
function URLQueryParameter12List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter12List.itemType = PortalModel.URLQueryParameter12Rec;
return URLQueryParameter12List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter12List = URLQueryParameter12List;
});
define("Portal.model$HTTPHeader12Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader12Rec = (function (_super) {
__extends(HTTPHeader12Rec, _super);
function HTTPHeader12Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader12Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader12Rec.init();
return HTTPHeader12Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader12Rec = HTTPHeader12Rec;
});
define("Portal.model$HTTPHeader12List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader12List = (function (_super) {
__extends(HTTPHeader12List, _super);
function HTTPHeader12List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader12List.itemType = PortalModel.HTTPHeader12Rec;
return HTTPHeader12List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader12List = HTTPHeader12List;
});
define("Portal.model$HTTPRequest12Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter12List", "Portal.model$HTTPHeader12List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest12Rec = (function (_super) {
__extends(HTTPRequest12Rec, _super);
function HTTPRequest12Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest12Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter12List());
}, true, PortalModel.URLQueryParameter12List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader12List());
}, true, PortalModel.HTTPHeader12List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest12Rec.init();
return HTTPRequest12Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest12Rec = HTTPRequest12Rec;
});
define("Portal.model$HTTPRequest12Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest12Record = (function (_super) {
__extends(HTTPRequest12Record, _super);
function HTTPRequest12Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest12Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest12", "hTTPRequest12Attr", "HTTPRequest12", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest12Rec());
}, true, PortalModel.HTTPRequest12Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest12Record.fromStructure = function (str) {
return new HTTPRequest12Record(new HTTPRequest12Record.RecordClass({
hTTPRequest12Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest12Record._isAnonymousRecord = true;
HTTPRequest12Record.UniqueId = "11e9cb18-6378-3238-bb13-780cbc882f3a";
HTTPRequest12Record.init();
return HTTPRequest12Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest12Record = HTTPRequest12Record;
});
define("Portal.model$HTTPRequest12RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest12Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest12RecordList = (function (_super) {
__extends(HTTPRequest12RecordList, _super);
function HTTPRequest12RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest12RecordList.itemType = PortalModel.HTTPRequest12Record;
return HTTPRequest12RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest12RecordList = HTTPRequest12RecordList;
});
define("Portal.model$UaePassLoginRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UaePassLoginRequestRec = (function (_super) {
__extends(UaePassLoginRequestRec, _super);
function UaePassLoginRequestRec(defaults) {
_super.apply(this, arguments);
}
UaePassLoginRequestRec.attributesToDeclare = function () {
return [
this.attr("UaePassCode", "uaePassCodeAttr", "UaePassCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UaePassLoginRequestRec.fromStructure = function (str) {
return new UaePassLoginRequestRec(new UaePassLoginRequestRec.RecordClass({
uaePassCodeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UaePassLoginRequestRec.init();
return UaePassLoginRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UaePassLoginRequestRec = UaePassLoginRequestRec;
});
define("Portal.model$UaePassLoginRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UaePassLoginRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UaePassLoginRequestRecord = (function (_super) {
__extends(UaePassLoginRequestRecord, _super);
function UaePassLoginRequestRecord(defaults) {
_super.apply(this, arguments);
}
UaePassLoginRequestRecord.attributesToDeclare = function () {
return [
this.attr("UaePassLoginRequest", "uaePassLoginRequestAttr", "UaePassLoginRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UaePassLoginRequestRec());
}, true, PortalModel.UaePassLoginRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UaePassLoginRequestRecord.fromStructure = function (str) {
return new UaePassLoginRequestRecord(new UaePassLoginRequestRecord.RecordClass({
uaePassLoginRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UaePassLoginRequestRecord._isAnonymousRecord = true;
UaePassLoginRequestRecord.UniqueId = "5ba63b1e-e6df-ee27-ba3f-b08e4d32e966";
UaePassLoginRequestRecord.init();
return UaePassLoginRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UaePassLoginRequestRecord = UaePassLoginRequestRecord;
});
define("Portal.model$UaePassLoginRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UaePassLoginRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UaePassLoginRequestRecordList = (function (_super) {
__extends(UaePassLoginRequestRecordList, _super);
function UaePassLoginRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UaePassLoginRequestRecordList.itemType = PortalModel.UaePassLoginRequestRecord;
return UaePassLoginRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UaePassLoginRequestRecordList = UaePassLoginRequestRecordList;
});
define("Portal.model$BundleServiceDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceDetailItemRecord = (function (_super) {
__extends(BundleServiceDetailItemRecord, _super);
function BundleServiceDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
BundleServiceDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("BundleServiceDetailItem", "bundleServiceDetailItemAttr", "BundleServiceDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemRec());
}, true, PortalModel.BundleServiceDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceDetailItemRecord.fromStructure = function (str) {
return new BundleServiceDetailItemRecord(new BundleServiceDetailItemRecord.RecordClass({
bundleServiceDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BundleServiceDetailItemRecord._isAnonymousRecord = true;
BundleServiceDetailItemRecord.UniqueId = "115e2c34-4284-4084-9de4-58e2e18929d9";
BundleServiceDetailItemRecord.init();
return BundleServiceDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceDetailItemRecord = BundleServiceDetailItemRecord;
});
define("Portal.model$Payload47Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload47Rec = (function (_super) {
__extends(Payload47Rec, _super);
function Payload47Rec(defaults) {
_super.apply(this, arguments);
}
Payload47Rec.attributesToDeclare = function () {
return [
this.attr("ScreenName", "screenNameAttr", "screenName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsAllowed", "isAllowedAttr", "isAllowed", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload47Rec.init();
return Payload47Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload47Rec = Payload47Rec;
});
define("Portal.model$EmirateBOItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateBOItem3Rec = (function (_super) {
__extends(EmirateBOItem3Rec, _super);
function EmirateBOItem3Rec(defaults) {
_super.apply(this, arguments);
}
EmirateBOItem3Rec.attributesToDeclare = function () {
return [
this.attr("postalEmirateID", "postalEmirateIDAttr", "postalEmirateID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("courierEmirateID", "courierEmirateIDAttr", "courierEmirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmirateBOItem3Rec.init();
return EmirateBOItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateBOItem3Rec = EmirateBOItem3Rec;
});
define("Portal.model$EmirateBOItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateBOItem3List = (function (_super) {
__extends(EmirateBOItem3List, _super);
function EmirateBOItem3List(defaults) {
_super.apply(this, arguments);
}
EmirateBOItem3List.itemType = PortalModel.EmirateBOItem3Rec;
return EmirateBOItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateBOItem3List = EmirateBOItem3List;
});
define("Portal.model$GetEmiratesDetailsPayload2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateBOItem3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsPayload2Rec = (function (_super) {
__extends(GetEmiratesDetailsPayload2Rec, _super);
function GetEmiratesDetailsPayload2Rec(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsPayload2Rec.attributesToDeclare = function () {
return [
this.attr("emirates", "emiratesAttr", "emirates", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateBOItem3List());
}, true, PortalModel.EmirateBOItem3List)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesDetailsPayload2Rec.fromStructure = function (str) {
return new GetEmiratesDetailsPayload2Rec(new GetEmiratesDetailsPayload2Rec.RecordClass({
emiratesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratesDetailsPayload2Rec.init();
return GetEmiratesDetailsPayload2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesDetailsPayload2Rec = GetEmiratesDetailsPayload2Rec;
});
define("Portal.model$GetEmiratesDetailsResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsResponse3Rec = (function (_super) {
__extends(GetEmiratesDetailsResponse3Rec, _super);
function GetEmiratesDetailsResponse3Rec(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsResponse3Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratesDetailsPayload2Rec());
}, true, PortalModel.GetEmiratesDetailsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesDetailsResponse3Rec.init();
return GetEmiratesDetailsResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesDetailsResponse3Rec = GetEmiratesDetailsResponse3Rec;
});
define("Portal.model$GetEmiratesDetailsResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsResponse3Record = (function (_super) {
__extends(GetEmiratesDetailsResponse3Record, _super);
function GetEmiratesDetailsResponse3Record(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsResponse3Record.attributesToDeclare = function () {
return [
this.attr("GetEmiratesDetailsResponse3", "getEmiratesDetailsResponse3Attr", "GetEmiratesDetailsResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratesDetailsResponse3Rec());
}, true, PortalModel.GetEmiratesDetailsResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesDetailsResponse3Record.fromStructure = function (str) {
return new GetEmiratesDetailsResponse3Record(new GetEmiratesDetailsResponse3Record.RecordClass({
getEmiratesDetailsResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratesDetailsResponse3Record._isAnonymousRecord = true;
GetEmiratesDetailsResponse3Record.UniqueId = "e5cbf587-084e-0552-a13e-684057d51e27";
GetEmiratesDetailsResponse3Record.init();
return GetEmiratesDetailsResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesDetailsResponse3Record = GetEmiratesDetailsResponse3Record;
});
define("Portal.model$GetEmiratesDetailsResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsResponse3RecordList = (function (_super) {
__extends(GetEmiratesDetailsResponse3RecordList, _super);
function GetEmiratesDetailsResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsResponse3RecordList.itemType = PortalModel.GetEmiratesDetailsResponse3Record;
return GetEmiratesDetailsResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesDetailsResponse3RecordList = GetEmiratesDetailsResponse3RecordList;
});
define("Portal.model$Consignment2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Consignment2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Consignment2Record = (function (_super) {
__extends(Consignment2Record, _super);
function Consignment2Record(defaults) {
_super.apply(this, arguments);
}
Consignment2Record.attributesToDeclare = function () {
return [
this.attr("Consignment2", "consignment2Attr", "Consignment2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Consignment2Rec());
}, true, PortalModel.Consignment2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Consignment2Record.fromStructure = function (str) {
return new Consignment2Record(new Consignment2Record.RecordClass({
consignment2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Consignment2Record._isAnonymousRecord = true;
Consignment2Record.UniqueId = "1194ecfa-9e24-60c9-7391-44cf968ff613";
Consignment2Record.init();
return Consignment2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Consignment2Record = Consignment2Record;
});
define("Portal.model$Payload71Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload71Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload71Record = (function (_super) {
__extends(Payload71Record, _super);
function Payload71Record(defaults) {
_super.apply(this, arguments);
}
Payload71Record.attributesToDeclare = function () {
return [
this.attr("Payload71", "payload71Attr", "Payload71", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload71Rec());
}, true, PortalModel.Payload71Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload71Record.fromStructure = function (str) {
return new Payload71Record(new Payload71Record.RecordClass({
payload71Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload71Record._isAnonymousRecord = true;
Payload71Record.UniqueId = "b34efd19-1667-acd5-9312-6e7bfcc96cee";
Payload71Record.init();
return Payload71Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload71Record = Payload71Record;
});
define("Portal.model$Payload71RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload71Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload71RecordList = (function (_super) {
__extends(Payload71RecordList, _super);
function Payload71RecordList(defaults) {
_super.apply(this, arguments);
}
Payload71RecordList.itemType = PortalModel.Payload71Record;
return Payload71RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload71RecordList = Payload71RecordList;
});
define("Portal.model$AcknowledgeServiceExpiryRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AcknowledgeServiceExpiryRequestRec = (function (_super) {
__extends(AcknowledgeServiceExpiryRequestRec, _super);
function AcknowledgeServiceExpiryRequestRec(defaults) {
_super.apply(this, arguments);
}
AcknowledgeServiceExpiryRequestRec.attributesToDeclare = function () {
return [
this.attr("OrderServiceId", "orderServiceIdAttr", "orderServiceId", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
AcknowledgeServiceExpiryRequestRec.fromStructure = function (str) {
return new AcknowledgeServiceExpiryRequestRec(new AcknowledgeServiceExpiryRequestRec.RecordClass({
orderServiceIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AcknowledgeServiceExpiryRequestRec.init();
return AcknowledgeServiceExpiryRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AcknowledgeServiceExpiryRequestRec = AcknowledgeServiceExpiryRequestRec;
});
define("Portal.model$IdlDatumItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IdlDatumItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IdlDatumItemList = (function (_super) {
__extends(IdlDatumItemList, _super);
function IdlDatumItemList(defaults) {
_super.apply(this, arguments);
}
IdlDatumItemList.itemType = PortalModel.IdlDatumItemRec;
return IdlDatumItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IdlDatumItemList = IdlDatumItemList;
});
define("Portal.model$IDLForUpdatePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IdlDatumItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLForUpdatePayloadRec = (function (_super) {
__extends(IDLForUpdatePayloadRec, _super);
function IDLForUpdatePayloadRec(defaults) {
_super.apply(this, arguments);
}
IDLForUpdatePayloadRec.attributesToDeclare = function () {
return [
this.attr("IdlData", "idlDataAttr", "idlData", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IdlDatumItemList());
}, true, PortalModel.IdlDatumItemList),
this.attr("InCart", "inCartAttr", "inCart", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLForUpdatePayloadRec.init();
return IDLForUpdatePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLForUpdatePayloadRec = IDLForUpdatePayloadRec;
});
define("Portal.model$IDLRequestForUpdateRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLForUpdatePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestForUpdateRec = (function (_super) {
__extends(IDLRequestForUpdateRec, _super);
function IDLRequestForUpdateRec(defaults) {
_super.apply(this, arguments);
}
IDLRequestForUpdateRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLForUpdatePayloadRec());
}, true, PortalModel.IDLForUpdatePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestForUpdateRec.init();
return IDLRequestForUpdateRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestForUpdateRec = IDLRequestForUpdateRec;
});
define("Portal.model$UpgradableBundleObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleObjectRec = (function (_super) {
__extends(UpgradableBundleObjectRec, _super);
function UpgradableBundleObjectRec(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleObjectRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isResidential", "isResidentialAttr", "isResidential", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("locationType", "locationTypeAttr", "locationType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("order", "orderAttr", "order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("features", "featuresAttr", "features", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList),
this.attr("BundleServiceDetails", "bundleServiceDetailsAttr", "BundleServiceDetails", true, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemList());
}, true, PortalModel.BundleServiceDetailItemList),
this.attr("BundleType", "bundleTypeAttr", "bundleType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundleObjectRec.init();
return UpgradableBundleObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundleObjectRec = UpgradableBundleObjectRec;
});
define("Portal.model$UpgradableBundleObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleObjectRecord = (function (_super) {
__extends(UpgradableBundleObjectRecord, _super);
function UpgradableBundleObjectRecord(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleObjectRecord.attributesToDeclare = function () {
return [
this.attr("UpgradableBundleObject", "upgradableBundleObjectAttr", "UpgradableBundleObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradableBundleObjectRec());
}, true, PortalModel.UpgradableBundleObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundleObjectRecord.fromStructure = function (str) {
return new UpgradableBundleObjectRecord(new UpgradableBundleObjectRecord.RecordClass({
upgradableBundleObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradableBundleObjectRecord._isAnonymousRecord = true;
UpgradableBundleObjectRecord.UniqueId = "120dd24b-69a0-4608-d115-956f5bbafc60";
UpgradableBundleObjectRecord.init();
return UpgradableBundleObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundleObjectRecord = UpgradableBundleObjectRecord;
});
define("Portal.model$DocumentManagementList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$DocumentManagementRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var DocumentManagementList = (function (_super) {
__extends(DocumentManagementList, _super);
function DocumentManagementList(defaults) {
_super.apply(this, arguments);
}
DocumentManagementList.itemType = Data_COModel.DocumentManagementRec;
return DocumentManagementList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DocumentManagementList = DocumentManagementList;
});
define("Portal.model$IEnquiryDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternationalPostalDetailRec", "Portal.model$MoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IEnquiryDetailRec = (function (_super) {
__extends(IEnquiryDetailRec, _super);
function IEnquiryDetailRec(defaults) {
_super.apply(this, arguments);
}
IEnquiryDetailRec.attributesToDeclare = function () {
return [
this.attr("ReferenceNumber", "referenceNumberAttr", "referenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CategoryId", "categoryIdAttr", "categoryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CategoryName", "categoryNameAttr", "categoryName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EnquiryTypeId", "enquiryTypeIdAttr", "enquiryTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EnquiryTypeName", "enquiryTypeNameAttr", "enquiryTypeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrackingNumber", "trackingNumberAttr", "trackingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobilePhone", "mobilePhoneAttr", "mobilePhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedOn", "createdOnAttr", "createdOn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InternationalPostalDetails", "internationalPostalDetailsAttr", "internationalPostalDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.InternationalPostalDetailRec());
}, true, PortalModel.InternationalPostalDetailRec),
this.attr("MoneyOrderDetail", "moneyOrderDetailAttr", "moneyOrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MoneyOrderDetailRec());
}, true, PortalModel.MoneyOrderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IEnquiryDetailRec.init();
return IEnquiryDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IEnquiryDetailRec = IEnquiryDetailRec;
});
define("Portal.model$IEnquiryDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IEnquiryDetailRecord = (function (_super) {
__extends(IEnquiryDetailRecord, _super);
function IEnquiryDetailRecord(defaults) {
_super.apply(this, arguments);
}
IEnquiryDetailRecord.attributesToDeclare = function () {
return [
this.attr("IEnquiryDetail", "iEnquiryDetailAttr", "IEnquiryDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IEnquiryDetailRec());
}, true, PortalModel.IEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IEnquiryDetailRecord.fromStructure = function (str) {
return new IEnquiryDetailRecord(new IEnquiryDetailRecord.RecordClass({
iEnquiryDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IEnquiryDetailRecord._isAnonymousRecord = true;
IEnquiryDetailRecord.UniqueId = "125be70f-bf8b-49cb-fcc3-eb3db8dbbda7";
IEnquiryDetailRecord.init();
return IEnquiryDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IEnquiryDetailRecord = IEnquiryDetailRecord;
});
define("Portal.model$SelectedBoxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBoxList = (function (_super) {
__extends(SelectedBoxList, _super);
function SelectedBoxList(defaults) {
_super.apply(this, arguments);
}
SelectedBoxList.itemType = PortalModel.SelectedBoxRec;
return SelectedBoxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBoxList = SelectedBoxList;
});
define("Portal.model$DowngradePostBoxRequestDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestDetailsList = (function (_super) {
__extends(DowngradePostBoxRequestDetailsList, _super);
function DowngradePostBoxRequestDetailsList(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestDetailsList.itemType = PortalModel.DowngradePostBoxRequestDetailsRec;
return DowngradePostBoxRequestDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DowngradePostBoxRequestDetailsList = DowngradePostBoxRequestDetailsList;
});
define("Portal.model$Payload62Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload62Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload62Record = (function (_super) {
__extends(Payload62Record, _super);
function Payload62Record(defaults) {
_super.apply(this, arguments);
}
Payload62Record.attributesToDeclare = function () {
return [
this.attr("Payload62", "payload62Attr", "Payload62", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload62Rec());
}, true, PortalModel.Payload62Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload62Record.fromStructure = function (str) {
return new Payload62Record(new Payload62Record.RecordClass({
payload62Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload62Record._isAnonymousRecord = true;
Payload62Record.UniqueId = "1ed7be8d-8279-d2c1-a20e-53e0a51e0195";
Payload62Record.init();
return Payload62Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload62Record = Payload62Record;
});
define("Portal.model$Payload62RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload62Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload62RecordList = (function (_super) {
__extends(Payload62RecordList, _super);
function Payload62RecordList(defaults) {
_super.apply(this, arguments);
}
Payload62RecordList.itemType = PortalModel.Payload62Record;
return Payload62RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload62RecordList = Payload62RecordList;
});
define("Portal.model$URLQueryParameter6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter6Rec = (function (_super) {
__extends(URLQueryParameter6Rec, _super);
function URLQueryParameter6Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter6Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter6Rec.init();
return URLQueryParameter6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter6Rec = URLQueryParameter6Rec;
});
define("Portal.model$URLQueryParameter6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter6Record = (function (_super) {
__extends(URLQueryParameter6Record, _super);
function URLQueryParameter6Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter6Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter6", "uRLQueryParameter6Attr", "URLQueryParameter6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter6Rec());
}, true, PortalModel.URLQueryParameter6Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter6Record.fromStructure = function (str) {
return new URLQueryParameter6Record(new URLQueryParameter6Record.RecordClass({
uRLQueryParameter6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter6Record._isAnonymousRecord = true;
URLQueryParameter6Record.UniqueId = "e2961574-e676-e97b-72d7-00c538437331";
URLQueryParameter6Record.init();
return URLQueryParameter6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter6Record = URLQueryParameter6Record;
});
define("Portal.model$URLQueryParameter6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter6RecordList = (function (_super) {
__extends(URLQueryParameter6RecordList, _super);
function URLQueryParameter6RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter6RecordList.itemType = PortalModel.URLQueryParameter6Record;
return URLQueryParameter6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter6RecordList = URLQueryParameter6RecordList;
});
define("Portal.model$Payload79Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload79Rec = (function (_super) {
__extends(Payload79Rec, _super);
function Payload79Rec(defaults) {
_super.apply(this, arguments);
}
Payload79Rec.attributesToDeclare = function () {
return [
this.attr("OrderReference", "orderReferenceAttr", "orderReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Skip3DS", "skip3DSAttr", "skip3DS", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload79Rec.init();
return Payload79Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload79Rec = Payload79Rec;
});
define("Portal.model$ProcessPaymentSavedCardResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload79Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardResponseRec = (function (_super) {
__extends(ProcessPaymentSavedCardResponseRec, _super);
function ProcessPaymentSavedCardResponseRec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload79Rec());
}, true, PortalModel.Payload79Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardResponseRec.init();
return ProcessPaymentSavedCardResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardResponseRec = ProcessPaymentSavedCardResponseRec;
});
define("Portal.model$ProcessPaymentSavedCardResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardResponseRecord = (function (_super) {
__extends(ProcessPaymentSavedCardResponseRecord, _super);
function ProcessPaymentSavedCardResponseRecord(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardResponseRecord.attributesToDeclare = function () {
return [
this.attr("ProcessPaymentSavedCardResponse", "processPaymentSavedCardResponseAttr", "ProcessPaymentSavedCardResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentSavedCardResponseRec());
}, true, PortalModel.ProcessPaymentSavedCardResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardResponseRecord.fromStructure = function (str) {
return new ProcessPaymentSavedCardResponseRecord(new ProcessPaymentSavedCardResponseRecord.RecordClass({
processPaymentSavedCardResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentSavedCardResponseRecord._isAnonymousRecord = true;
ProcessPaymentSavedCardResponseRecord.UniqueId = "12e0d53d-7c37-7543-b31f-66250e8344e5";
ProcessPaymentSavedCardResponseRecord.init();
return ProcessPaymentSavedCardResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardResponseRecord = ProcessPaymentSavedCardResponseRecord;
});
define("Portal.model$Payload84Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload84Rec = (function (_super) {
__extends(Payload84Rec, _super);
function Payload84Rec(defaults) {
_super.apply(this, arguments);
}
Payload84Rec.attributesToDeclare = function () {
return [
this.attr("TotalNumberOfPostBoxes", "totalNumberOfPostBoxesAttr", "totalNumberOfPostBoxes", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FreePostBoxes", "freePostBoxesAttr", "freePostBoxes", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload84Rec.init();
return Payload84Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload84Rec = Payload84Rec;
});
define("Portal.model$GetPOboxCountByEmirateResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload84Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOboxCountByEmirateResponseRec = (function (_super) {
__extends(GetPOboxCountByEmirateResponseRec, _super);
function GetPOboxCountByEmirateResponseRec(defaults) {
_super.apply(this, arguments);
}
GetPOboxCountByEmirateResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload84Rec());
}, true, PortalModel.Payload84Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOboxCountByEmirateResponseRec.init();
return GetPOboxCountByEmirateResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOboxCountByEmirateResponseRec = GetPOboxCountByEmirateResponseRec;
});
define("Portal.model$SendMobileValidationOTPRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequestRecord = (function (_super) {
__extends(SendMobileValidationOTPRequestRecord, _super);
function SendMobileValidationOTPRequestRecord(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequestRecord.attributesToDeclare = function () {
return [
this.attr("SendMobileValidationOTPRequest", "sendMobileValidationOTPRequestAttr", "SendMobileValidationOTPRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SendMobileValidationOTPRequestRec());
}, true, PortalModel.SendMobileValidationOTPRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SendMobileValidationOTPRequestRecord.fromStructure = function (str) {
return new SendMobileValidationOTPRequestRecord(new SendMobileValidationOTPRequestRecord.RecordClass({
sendMobileValidationOTPRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendMobileValidationOTPRequestRecord._isAnonymousRecord = true;
SendMobileValidationOTPRequestRecord.UniqueId = "fedf4995-1ce5-31c6-fe13-22341f488cee";
SendMobileValidationOTPRequestRecord.init();
return SendMobileValidationOTPRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SendMobileValidationOTPRequestRecord = SendMobileValidationOTPRequestRecord;
});
define("Portal.model$SendMobileValidationOTPRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequestRecordList = (function (_super) {
__extends(SendMobileValidationOTPRequestRecordList, _super);
function SendMobileValidationOTPRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequestRecordList.itemType = PortalModel.SendMobileValidationOTPRequestRecord;
return SendMobileValidationOTPRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendMobileValidationOTPRequestRecordList = SendMobileValidationOTPRequestRecordList;
});
define("Portal.model$TranslationsList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$TranslationsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var TranslationsList = (function (_super) {
__extends(TranslationsList, _super);
function TranslationsList(defaults) {
_super.apply(this, arguments);
}
TranslationsList.itemType = Data_COModel.TranslationsRec;
return TranslationsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TranslationsList = TranslationsList;
});
define("Portal.model$ContactDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsRecord = (function (_super) {
__extends(ContactDetailsRecord, _super);
function ContactDetailsRecord(defaults) {
_super.apply(this, arguments);
}
ContactDetailsRecord.attributesToDeclare = function () {
return [
this.attr("ContactDetails", "contactDetailsAttr", "ContactDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsRec());
}, true, PortalModel.ContactDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsRecord.fromStructure = function (str) {
return new ContactDetailsRecord(new ContactDetailsRecord.RecordClass({
contactDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ContactDetailsRecord._isAnonymousRecord = true;
ContactDetailsRecord.UniqueId = "1316216c-21de-d01f-dd39-9c067bf3ef64";
ContactDetailsRecord.init();
return ContactDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsRecord = ContactDetailsRecord;
});
define("Portal.model$SelectedBranchRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBranchRec = (function (_super) {
__extends(SelectedBranchRec, _super);
function SelectedBranchRec(defaults) {
_super.apply(this, arguments);
}
SelectedBranchRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBranchRec.init();
return SelectedBranchRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBranchRec = SelectedBranchRec;
});
define("Portal.model$RelocatePostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBoxRec", "Portal.model$SelectedCityRec", "Portal.model$SelectedBranchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RelocatePostBoxRequestRec = (function (_super) {
__extends(RelocatePostBoxRequestRec, _super);
function RelocatePostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
RelocatePostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("BoxDetails", "boxDetailsAttr", "BoxDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("EmirateDetails", "emirateDetailsAttr", "EmirateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("NewDeliveryOffice", "newDeliveryOfficeAttr", "NewDeliveryOffice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec),
this.attr("OldDeliveryOffice", "oldDeliveryOfficeAttr", "OldDeliveryOffice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec)
].concat(_super.attributesToDeclare.call(this));
};
RelocatePostBoxRequestRec.init();
return RelocatePostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RelocatePostBoxRequestRec = RelocatePostBoxRequestRec;
});
define("Portal.model$RelocatePostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RelocatePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RelocatePostBoxRequestRecord = (function (_super) {
__extends(RelocatePostBoxRequestRecord, _super);
function RelocatePostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
RelocatePostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("RelocatePostBoxRequest", "relocatePostBoxRequestAttr", "RelocatePostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RelocatePostBoxRequestRec());
}, true, PortalModel.RelocatePostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
RelocatePostBoxRequestRecord.fromStructure = function (str) {
return new RelocatePostBoxRequestRecord(new RelocatePostBoxRequestRecord.RecordClass({
relocatePostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RelocatePostBoxRequestRecord._isAnonymousRecord = true;
RelocatePostBoxRequestRecord.UniqueId = "13329a46-5505-d6af-efa8-260f765bf297";
RelocatePostBoxRequestRecord.init();
return RelocatePostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RelocatePostBoxRequestRecord = RelocatePostBoxRequestRecord;
});
define("Portal.model$SelectPostBoxPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxPayloadRecord = (function (_super) {
__extends(SelectPostBoxPayloadRecord, _super);
function SelectPostBoxPayloadRecord(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxPayloadRecord.attributesToDeclare = function () {
return [
this.attr("SelectPostBoxPayload", "selectPostBoxPayloadAttr", "SelectPostBoxPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPostBoxPayloadRec());
}, true, PortalModel.SelectPostBoxPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxPayloadRecord.fromStructure = function (str) {
return new SelectPostBoxPayloadRecord(new SelectPostBoxPayloadRecord.RecordClass({
selectPostBoxPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPostBoxPayloadRecord._isAnonymousRecord = true;
SelectPostBoxPayloadRecord.UniqueId = "352685ef-df34-6803-b0af-c61e6744a56f";
SelectPostBoxPayloadRecord.init();
return SelectPostBoxPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxPayloadRecord = SelectPostBoxPayloadRecord;
});
define("Portal.model$SelectPostBoxPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxPayloadRecordList = (function (_super) {
__extends(SelectPostBoxPayloadRecordList, _super);
function SelectPostBoxPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxPayloadRecordList.itemType = PortalModel.SelectPostBoxPayloadRecord;
return SelectPostBoxPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxPayloadRecordList = SelectPostBoxPayloadRecordList;
});
define("Portal.model$URLQueryParameter16Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter16Rec = (function (_super) {
__extends(URLQueryParameter16Rec, _super);
function URLQueryParameter16Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter16Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter16Rec.init();
return URLQueryParameter16Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter16Rec = URLQueryParameter16Rec;
});
define("Portal.model$URLQueryParameter16List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter16List = (function (_super) {
__extends(URLQueryParameter16List, _super);
function URLQueryParameter16List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter16List.itemType = PortalModel.URLQueryParameter16Rec;
return URLQueryParameter16List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter16List = URLQueryParameter16List;
});
define("Portal.model$HTTPHeader18List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader18Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader18List = (function (_super) {
__extends(HTTPHeader18List, _super);
function HTTPHeader18List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader18List.itemType = PortalModel.HTTPHeader18Rec;
return HTTPHeader18List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader18List = HTTPHeader18List;
});
define("Portal.model$HTTPRequest17Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter16List", "Portal.model$HTTPHeader18List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest17Rec = (function (_super) {
__extends(HTTPRequest17Rec, _super);
function HTTPRequest17Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest17Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter16List());
}, true, PortalModel.URLQueryParameter16List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader18List());
}, true, PortalModel.HTTPHeader18List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest17Rec.init();
return HTTPRequest17Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest17Rec = HTTPRequest17Rec;
});
define("Portal.model$HTTPRequest17List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest17List = (function (_super) {
__extends(HTTPRequest17List, _super);
function HTTPRequest17List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest17List.itemType = PortalModel.HTTPRequest17Rec;
return HTTPRequest17List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest17List = HTTPRequest17List;
});
define("Portal.model$URLQueryParameter5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter5Rec = (function (_super) {
__extends(URLQueryParameter5Rec, _super);
function URLQueryParameter5Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter5Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter5Rec.init();
return URLQueryParameter5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter5Rec = URLQueryParameter5Rec;
});
define("Portal.model$URLQueryParameter5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter5List = (function (_super) {
__extends(URLQueryParameter5List, _super);
function URLQueryParameter5List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter5List.itemType = PortalModel.URLQueryParameter5Rec;
return URLQueryParameter5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter5List = URLQueryParameter5List;
});
define("Portal.model$HTTPHeader5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader5Rec = (function (_super) {
__extends(HTTPHeader5Rec, _super);
function HTTPHeader5Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader5Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader5Rec.init();
return HTTPHeader5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader5Rec = HTTPHeader5Rec;
});
define("Portal.model$HTTPHeader5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader5List = (function (_super) {
__extends(HTTPHeader5List, _super);
function HTTPHeader5List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader5List.itemType = PortalModel.HTTPHeader5Rec;
return HTTPHeader5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader5List = HTTPHeader5List;
});
define("Portal.model$HTTPRequest5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter5List", "Portal.model$HTTPHeader5List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest5Rec = (function (_super) {
__extends(HTTPRequest5Rec, _super);
function HTTPRequest5Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest5Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter5List());
}, true, PortalModel.URLQueryParameter5List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader5List());
}, true, PortalModel.HTTPHeader5List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest5Rec.init();
return HTTPRequest5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest5Rec = HTTPRequest5Rec;
});
define("Portal.model$HTTPRequest5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest5List = (function (_super) {
__extends(HTTPRequest5List, _super);
function HTTPRequest5List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest5List.itemType = PortalModel.HTTPRequest5Rec;
return HTTPRequest5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest5List = HTTPRequest5List;
});
define("Portal.model$Cnp_paymentlinkRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Cnp_paymentlinkRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Cnp_paymentlinkRecord = (function (_super) {
__extends(Cnp_paymentlinkRecord, _super);
function Cnp_paymentlinkRecord(defaults) {
_super.apply(this, arguments);
}
Cnp_paymentlinkRecord.attributesToDeclare = function () {
return [
this.attr("Cnp_paymentlink", "cnp_paymentlinkAttr", "Cnp_paymentlink", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Cnp_paymentlinkRec());
}, true, PortalModel.Cnp_paymentlinkRec)
].concat(_super.attributesToDeclare.call(this));
};
Cnp_paymentlinkRecord.fromStructure = function (str) {
return new Cnp_paymentlinkRecord(new Cnp_paymentlinkRecord.RecordClass({
cnp_paymentlinkAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Cnp_paymentlinkRecord._isAnonymousRecord = true;
Cnp_paymentlinkRecord.UniqueId = "1367a7e0-4d2e-1277-052c-334400e73a5f";
Cnp_paymentlinkRecord.init();
return Cnp_paymentlinkRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Cnp_paymentlinkRecord = Cnp_paymentlinkRecord;
});
define("Portal.model$PostViewPickupDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload64Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsResponseRec = (function (_super) {
__extends(PostViewPickupDetailsResponseRec, _super);
function PostViewPickupDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload64Rec());
}, true, PortalModel.Payload64Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupDetailsResponseRec.init();
return PostViewPickupDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupDetailsResponseRec = PostViewPickupDetailsResponseRec;
});
define("Portal.model$PostViewPickupDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsResponseRecord = (function (_super) {
__extends(PostViewPickupDetailsResponseRecord, _super);
function PostViewPickupDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostViewPickupDetailsResponse", "postViewPickupDetailsResponseAttr", "PostViewPickupDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostViewPickupDetailsResponseRec());
}, true, PortalModel.PostViewPickupDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupDetailsResponseRecord.fromStructure = function (str) {
return new PostViewPickupDetailsResponseRecord(new PostViewPickupDetailsResponseRecord.RecordClass({
postViewPickupDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostViewPickupDetailsResponseRecord._isAnonymousRecord = true;
PostViewPickupDetailsResponseRecord.UniqueId = "c6fa8b2d-8775-573e-b64b-dd65c5652164";
PostViewPickupDetailsResponseRecord.init();
return PostViewPickupDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupDetailsResponseRecord = PostViewPickupDetailsResponseRecord;
});
define("Portal.model$PostViewPickupDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsResponseRecordList = (function (_super) {
__extends(PostViewPickupDetailsResponseRecordList, _super);
function PostViewPickupDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsResponseRecordList.itemType = PortalModel.PostViewPickupDetailsResponseRecord;
return PostViewPickupDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupDetailsResponseRecordList = PostViewPickupDetailsResponseRecordList;
});
define("Portal.model$UserTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$UserTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var UserTypeRecord = (function (_super) {
__extends(UserTypeRecord, _super);
function UserTypeRecord(defaults) {
_super.apply(this, arguments);
}
UserTypeRecord.attributesToDeclare = function () {
return [
this.attr("UserType", "userTypeAttr", "UserType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.UserTypeRec());
}, true, Enums_COModel.UserTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
UserTypeRecord.fromStructure = function (str) {
return new UserTypeRecord(new UserTypeRecord.RecordClass({
userTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UserTypeRecord._isAnonymousRecord = true;
UserTypeRecord.UniqueId = "b7fb2f51-0c53-2942-283e-1e6d7299a8e8";
UserTypeRecord.init();
return UserTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UserTypeRecord = UserTypeRecord;
});
define("Portal.model$UserTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserTypeRecordList = (function (_super) {
__extends(UserTypeRecordList, _super);
function UserTypeRecordList(defaults) {
_super.apply(this, arguments);
}
UserTypeRecordList.itemType = PortalModel.UserTypeRecord;
return UserTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserTypeRecordList = UserTypeRecordList;
});
define("Portal.model$DateOptionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DateOptionRec = (function (_super) {
__extends(DateOptionRec, _super);
function DateOptionRec(defaults) {
_super.apply(this, arguments);
}
DateOptionRec.attributesToDeclare = function () {
return [
this.attr("Date", "dateAttr", "Date", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Label", "labelAttr", "Label", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DateOptionRec.init();
return DateOptionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DateOptionRec = DateOptionRec;
});
define("Portal.model$ILocationRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ILocationRec = (function (_super) {
__extends(ILocationRec, _super);
function ILocationRec(defaults) {
_super.apply(this, arguments);
}
ILocationRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "officeId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "name", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "address", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityId", "cityIdAttr", "cityId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Latitude", "latitudeAttr", "latitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Longitude", "longitudeAttr", "longitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ILocationRec.init();
return ILocationRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ILocationRec = ILocationRec;
});
define("Portal.model$PendingInvTillTodayRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvTillTodayRec = (function (_super) {
__extends(PendingInvTillTodayRec, _super);
function PendingInvTillTodayRec(defaults) {
_super.apply(this, arguments);
}
PendingInvTillTodayRec.attributesToDeclare = function () {
return [
this.attr("BALANCE_DUE", "bALANCE_DUEAttr", "BALANCE_DUE", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("COLLECTOR_ID", "cOLLECTOR_IDAttr", "COLLECTOR_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("COLLECTOR_NAME", "cOLLECTOR_NAMEAttr", "COLLECTOR_NAME", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CONS_BILL_NUMBER", "cONS_BILL_NUMBERAttr", "CONS_BILL_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CURRENCY_CODE", "cURRENCY_CODEAttr", "CURRENCY_CODE", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_ID", "cUSTOMER_IDAttr", "CUSTOMER_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_NAME", "cUSTOMER_NAMEAttr", "CUSTOMER_NAME", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CUSTOMER_NUMBER", "cUSTOMER_NUMBERAttr", "CUSTOMER_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DUE_DATE", "dUE_DATEAttr", "DUE_DATE", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("LOCATION", "lOCATIONAttr", "LOCATION", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ORIGINAL_AMOUNT", "oRIGINAL_AMOUNTAttr", "ORIGINAL_AMOUNT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("PAYMENT_ID", "pAYMENT_IDAttr", "PAYMENT_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SITE_USE_ID", "sITE_USE_IDAttr", "SITE_USE_ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TRX_DATE", "tRX_DATEAttr", "TRX_DATE", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("TRX_NUMBER", "tRX_NUMBERAttr", "TRX_NUMBER", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TYPE", "tYPEAttr", "TYPE", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isSelected", "isSelectedAttr", "isSelected", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvTillTodayRec.init();
return PendingInvTillTodayRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvTillTodayRec = PendingInvTillTodayRec;
});
define("Portal.model$PendingInvTillTodayRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvTillTodayRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvTillTodayRecord = (function (_super) {
__extends(PendingInvTillTodayRecord, _super);
function PendingInvTillTodayRecord(defaults) {
_super.apply(this, arguments);
}
PendingInvTillTodayRecord.attributesToDeclare = function () {
return [
this.attr("PendingInvTillToday", "pendingInvTillTodayAttr", "PendingInvTillToday", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PendingInvTillTodayRec());
}, true, PortalModel.PendingInvTillTodayRec)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvTillTodayRecord.fromStructure = function (str) {
return new PendingInvTillTodayRecord(new PendingInvTillTodayRecord.RecordClass({
pendingInvTillTodayAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PendingInvTillTodayRecord._isAnonymousRecord = true;
PendingInvTillTodayRecord.UniqueId = "13e3d4bb-8a5c-bec6-43f5-de53524640c2";
PendingInvTillTodayRecord.init();
return PendingInvTillTodayRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvTillTodayRecord = PendingInvTillTodayRecord;
});
define("Portal.model$Payload76Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload76Rec = (function (_super) {
__extends(Payload76Rec, _super);
function Payload76Rec(defaults) {
_super.apply(this, arguments);
}
Payload76Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NewMobile", "newMobileAttr", "newMobile", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload76Rec.init();
return Payload76Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload76Rec = Payload76Rec;
});
define("Portal.model$Payload76List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload76Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload76List = (function (_super) {
__extends(Payload76List, _super);
function Payload76List(defaults) {
_super.apply(this, arguments);
}
Payload76List.itemType = PortalModel.Payload76Rec;
return Payload76List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload76List = Payload76List;
});
define("Portal.model$Payload57List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload57Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload57List = (function (_super) {
__extends(Payload57List, _super);
function Payload57List(defaults) {
_super.apply(this, arguments);
}
Payload57List.itemType = PortalModel.Payload57Rec;
return Payload57List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload57List = Payload57List;
});
define("Portal.model$ViewPickupRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupRequestRec = (function (_super) {
__extends(ViewPickupRequestRec, _super);
function ViewPickupRequestRec(defaults) {
_super.apply(this, arguments);
}
ViewPickupRequestRec.attributesToDeclare = function () {
return [
this.attr("CustomerSiteId", "customerSiteIdAttr", "CustomerSiteId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Password", "passwordAttr", "Password", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromDate", "fromDateAttr", "FromDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ToDate", "toDateAttr", "ToDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ViewPickupRequestRec.init();
return ViewPickupRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewPickupRequestRec = ViewPickupRequestRec;
});
define("Portal.model$ViewPickupRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupRequestList = (function (_super) {
__extends(ViewPickupRequestList, _super);
function ViewPickupRequestList(defaults) {
_super.apply(this, arguments);
}
ViewPickupRequestList.itemType = PortalModel.ViewPickupRequestRec;
return ViewPickupRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewPickupRequestList = ViewPickupRequestList;
});
define("Portal.model$OutboundShipmentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OutboundShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OutboundShipmentResponseRecord = (function (_super) {
__extends(OutboundShipmentResponseRecord, _super);
function OutboundShipmentResponseRecord(defaults) {
_super.apply(this, arguments);
}
OutboundShipmentResponseRecord.attributesToDeclare = function () {
return [
this.attr("OutboundShipmentResponse", "outboundShipmentResponseAttr", "OutboundShipmentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OutboundShipmentResponseRec());
}, true, PortalModel.OutboundShipmentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
OutboundShipmentResponseRecord.fromStructure = function (str) {
return new OutboundShipmentResponseRecord(new OutboundShipmentResponseRecord.RecordClass({
outboundShipmentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OutboundShipmentResponseRecord._isAnonymousRecord = true;
OutboundShipmentResponseRecord.UniqueId = "45f5f2f9-c426-65e8-3c72-1f0495ee7ac8";
OutboundShipmentResponseRecord.init();
return OutboundShipmentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OutboundShipmentResponseRecord = OutboundShipmentResponseRecord;
});
define("Portal.model$OutboundShipmentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OutboundShipmentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OutboundShipmentResponseRecordList = (function (_super) {
__extends(OutboundShipmentResponseRecordList, _super);
function OutboundShipmentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
OutboundShipmentResponseRecordList.itemType = PortalModel.OutboundShipmentResponseRecord;
return OutboundShipmentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OutboundShipmentResponseRecordList = OutboundShipmentResponseRecordList;
});
define("Portal.model$Payload17Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload17Rec = (function (_super) {
__extends(Payload17Rec, _super);
function Payload17Rec(defaults) {
_super.apply(this, arguments);
}
Payload17Rec.attributesToDeclare = function () {
return [
this.attr("ExistInSystem", "existInSystemAttr", "existInSystem", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload17Rec.fromStructure = function (str) {
return new Payload17Rec(new Payload17Rec.RecordClass({
existInSystemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload17Rec.init();
return Payload17Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload17Rec = Payload17Rec;
});
define("Portal.model$LogoutUserRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LogoutUserRec = (function (_super) {
__extends(LogoutUserRec, _super);
function LogoutUserRec(defaults) {
_super.apply(this, arguments);
}
LogoutUserRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload17Rec());
}, true, PortalModel.Payload17Rec)
].concat(_super.attributesToDeclare.call(this));
};
LogoutUserRec.init();
return LogoutUserRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LogoutUserRec = LogoutUserRec;
});
define("Portal.model$LogoutUserRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LogoutUserRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LogoutUserRecord = (function (_super) {
__extends(LogoutUserRecord, _super);
function LogoutUserRecord(defaults) {
_super.apply(this, arguments);
}
LogoutUserRecord.attributesToDeclare = function () {
return [
this.attr("LogoutUser", "logoutUserAttr", "LogoutUser", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LogoutUserRec());
}, true, PortalModel.LogoutUserRec)
].concat(_super.attributesToDeclare.call(this));
};
LogoutUserRecord.fromStructure = function (str) {
return new LogoutUserRecord(new LogoutUserRecord.RecordClass({
logoutUserAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LogoutUserRecord._isAnonymousRecord = true;
LogoutUserRecord.UniqueId = "180b26f7-1e84-2418-fab1-9783da13a400";
LogoutUserRecord.init();
return LogoutUserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LogoutUserRecord = LogoutUserRecord;
});
define("Portal.model$LogoutUserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LogoutUserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LogoutUserRecordList = (function (_super) {
__extends(LogoutUserRecordList, _super);
function LogoutUserRecordList(defaults) {
_super.apply(this, arguments);
}
LogoutUserRecordList.itemType = PortalModel.LogoutUserRecord;
return LogoutUserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LogoutUserRecordList = LogoutUserRecordList;
});
define("Portal.model$UpgradableBundleObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleObjectList = (function (_super) {
__extends(UpgradableBundleObjectList, _super);
function UpgradableBundleObjectList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleObjectList.itemType = PortalModel.UpgradableBundleObjectRec;
return UpgradableBundleObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundleObjectList = UpgradableBundleObjectList;
});
define("Portal.model$UpgradableBundlePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundlePayloadRec = (function (_super) {
__extends(UpgradableBundlePayloadRec, _super);
function UpgradableBundlePayloadRec(defaults) {
_super.apply(this, arguments);
}
UpgradableBundlePayloadRec.attributesToDeclare = function () {
return [
this.attr("UpgradableBundleObject", "upgradableBundleObjectAttr", "UpgradableBundleObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradableBundleObjectList());
}, true, PortalModel.UpgradableBundleObjectList)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundlePayloadRec.fromStructure = function (str) {
return new UpgradableBundlePayloadRec(new UpgradableBundlePayloadRec.RecordClass({
upgradableBundleObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradableBundlePayloadRec.init();
return UpgradableBundlePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundlePayloadRec = UpgradableBundlePayloadRec;
});
define("Portal.model$UpgradableBundleResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleResponseRec = (function (_super) {
__extends(UpgradableBundleResponseRec, _super);
function UpgradableBundleResponseRec(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradableBundlePayloadRec());
}, true, PortalModel.UpgradableBundlePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundleResponseRec.init();
return UpgradableBundleResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundleResponseRec = UpgradableBundleResponseRec;
});
define("Portal.model$UpgradableBundleResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleResponseList = (function (_super) {
__extends(UpgradableBundleResponseList, _super);
function UpgradableBundleResponseList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleResponseList.itemType = PortalModel.UpgradableBundleResponseRec;
return UpgradableBundleResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundleResponseList = UpgradableBundleResponseList;
});
define("Portal.model$PagePreviewRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PagePreviewRec = (function (_super) {
__extends(PagePreviewRec, _super);
function PagePreviewRec(defaults) {
_super.apply(this, arguments);
}
PagePreviewRec.attributesToDeclare = function () {
return [
this.attr("versionid", "versionidAttr", "versionid", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PagePreviewRec.fromStructure = function (str) {
return new PagePreviewRec(new PagePreviewRec.RecordClass({
versionidAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PagePreviewRec.init();
return PagePreviewRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PagePreviewRec = PagePreviewRec;
});
define("Portal.model$PagePreviewList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PagePreviewRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PagePreviewList = (function (_super) {
__extends(PagePreviewList, _super);
function PagePreviewList(defaults) {
_super.apply(this, arguments);
}
PagePreviewList.itemType = PortalModel.PagePreviewRec;
return PagePreviewList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PagePreviewList = PagePreviewList;
});
define("Portal.model$URLQueryParameter8Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter8Rec = (function (_super) {
__extends(URLQueryParameter8Rec, _super);
function URLQueryParameter8Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter8Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter8Rec.init();
return URLQueryParameter8Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter8Rec = URLQueryParameter8Rec;
});
define("Portal.model$URLQueryParameter8Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter8Record = (function (_super) {
__extends(URLQueryParameter8Record, _super);
function URLQueryParameter8Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter8Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter8", "uRLQueryParameter8Attr", "URLQueryParameter8", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter8Rec());
}, true, PortalModel.URLQueryParameter8Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter8Record.fromStructure = function (str) {
return new URLQueryParameter8Record(new URLQueryParameter8Record.RecordClass({
uRLQueryParameter8Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter8Record._isAnonymousRecord = true;
URLQueryParameter8Record.UniqueId = "c3a8a7f1-8b48-da66-238e-8088f975b729";
URLQueryParameter8Record.init();
return URLQueryParameter8Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter8Record = URLQueryParameter8Record;
});
define("Portal.model$URLQueryParameter8RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter8Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter8RecordList = (function (_super) {
__extends(URLQueryParameter8RecordList, _super);
function URLQueryParameter8RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter8RecordList.itemType = PortalModel.URLQueryParameter8Record;
return URLQueryParameter8RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter8RecordList = URLQueryParameter8RecordList;
});
define("Portal.model$BundleObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleObjectRec = (function (_super) {
__extends(BundleObjectRec, _super);
function BundleObjectRec(defaults) {
_super.apply(this, arguments);
}
BundleObjectRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isResidential", "isResidentialAttr", "isResidential", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("locationType", "locationTypeAttr", "locationType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("price", "priceAttr", "price", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("order", "orderAttr", "order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("features", "featuresAttr", "features", true, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList),
this.attr("BundleType", "bundleTypeAttr", "bundleType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BundleObjectRec.init();
return BundleObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleObjectRec = BundleObjectRec;
});
define("Portal.model$BundleObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleObjectRecord = (function (_super) {
__extends(BundleObjectRecord, _super);
function BundleObjectRecord(defaults) {
_super.apply(this, arguments);
}
BundleObjectRecord.attributesToDeclare = function () {
return [
this.attr("BundleObject", "bundleObjectAttr", "BundleObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleObjectRec());
}, true, PortalModel.BundleObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
BundleObjectRecord.fromStructure = function (str) {
return new BundleObjectRecord(new BundleObjectRecord.RecordClass({
bundleObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BundleObjectRecord._isAnonymousRecord = true;
BundleObjectRecord.UniqueId = "14a43254-d7af-65f7-e71d-c3aea64e425c";
BundleObjectRecord.init();
return BundleObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleObjectRecord = BundleObjectRecord;
});
define("Portal.model$VehicleTypeItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItem2Rec = (function (_super) {
__extends(VehicleTypeItem2Rec, _super);
function VehicleTypeItem2Rec(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItem2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "length", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Width", "widthAttr", "width", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Height", "heightAttr", "height", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("MeasurementUnit", "measurementUnitAttr", "measurementUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("WeightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
VehicleTypeItem2Rec.init();
return VehicleTypeItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.VehicleTypeItem2Rec = VehicleTypeItem2Rec;
});
define("Portal.model$VehicleTypeItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItem2List = (function (_super) {
__extends(VehicleTypeItem2List, _super);
function VehicleTypeItem2List(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItem2List.itemType = PortalModel.VehicleTypeItem2Rec;
return VehicleTypeItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.VehicleTypeItem2List = VehicleTypeItem2List;
});
define("Portal.model$Payload81Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload81Rec = (function (_super) {
__extends(Payload81Rec, _super);
function Payload81Rec(defaults) {
_super.apply(this, arguments);
}
Payload81Rec.attributesToDeclare = function () {
return [
this.attr("VehicleTypes", "vehicleTypesAttr", "vehicleTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VehicleTypeItem2List());
}, true, PortalModel.VehicleTypeItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload81Rec.fromStructure = function (str) {
return new Payload81Rec(new Payload81Rec.RecordClass({
vehicleTypesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload81Rec.init();
return Payload81Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload81Rec = Payload81Rec;
});
define("Portal.model$Payload81List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload81Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload81List = (function (_super) {
__extends(Payload81List, _super);
function Payload81List(defaults) {
_super.apply(this, arguments);
}
Payload81List.itemType = PortalModel.Payload81Rec;
return Payload81List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload81List = Payload81List;
});
define("Portal.model$Payload54Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload54Rec = (function (_super) {
__extends(Payload54Rec, _super);
function Payload54Rec(defaults) {
_super.apply(this, arguments);
}
Payload54Rec.attributesToDeclare = function () {
return [
this.attr("OrderId", "orderIdAttr", "orderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ProductId", "productIdAttr", "ProductId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload54Rec.init();
return Payload54Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload54Rec = Payload54Rec;
});
define("Portal.model$CreatePOBoxRentalOrderResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload54Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderResponse2Rec = (function (_super) {
__extends(CreatePOBoxRentalOrderResponse2Rec, _super);
function CreatePOBoxRentalOrderResponse2Rec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload54Rec());
}, true, PortalModel.Payload54Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRentalOrderResponse2Rec.init();
return CreatePOBoxRentalOrderResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRentalOrderResponse2Rec = CreatePOBoxRentalOrderResponse2Rec;
});
define("Portal.model$DropoffLocationItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropoffLocationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropoffLocationItemRecord = (function (_super) {
__extends(DropoffLocationItemRecord, _super);
function DropoffLocationItemRecord(defaults) {
_super.apply(this, arguments);
}
DropoffLocationItemRecord.attributesToDeclare = function () {
return [
this.attr("DropoffLocationItem", "dropoffLocationItemAttr", "DropoffLocationItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DropoffLocationItemRec());
}, true, PortalModel.DropoffLocationItemRec)
].concat(_super.attributesToDeclare.call(this));
};
DropoffLocationItemRecord.fromStructure = function (str) {
return new DropoffLocationItemRecord(new DropoffLocationItemRecord.RecordClass({
dropoffLocationItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DropoffLocationItemRecord._isAnonymousRecord = true;
DropoffLocationItemRecord.UniqueId = "bd184c1d-5b70-b889-e3ce-391c9ae22f97";
DropoffLocationItemRecord.init();
return DropoffLocationItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DropoffLocationItemRecord = DropoffLocationItemRecord;
});
define("Portal.model$DropoffLocationItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropoffLocationItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropoffLocationItemRecordList = (function (_super) {
__extends(DropoffLocationItemRecordList, _super);
function DropoffLocationItemRecordList(defaults) {
_super.apply(this, arguments);
}
DropoffLocationItemRecordList.itemType = PortalModel.DropoffLocationItemRecord;
return DropoffLocationItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropoffLocationItemRecordList = DropoffLocationItemRecordList;
});
define("Portal.model$LegalEnquiryAddressTo2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressTo2Rec = (function (_super) {
__extends(LegalEnquiryAddressTo2Rec, _super);
function LegalEnquiryAddressTo2Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressTo2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Label", "labelAttr", "Label", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Order", "orderAttr", "Order", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Is_Active", "is_ActiveAttr", "Is_Active", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("LocaleId", "localeIdAttr", "LocaleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LegalEnquiryAddressToId", "legalEnquiryAddressToIdAttr", "LegalEnquiryAddressToId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("HolderInformationId", "holderInformationIdAttr", "HolderInformationId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressTo2Rec.init();
return LegalEnquiryAddressTo2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressTo2Rec = LegalEnquiryAddressTo2Rec;
});
define("Portal.model$LegalEnquiryAddressTo2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressTo2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressTo2Record = (function (_super) {
__extends(LegalEnquiryAddressTo2Record, _super);
function LegalEnquiryAddressTo2Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressTo2Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressTo2", "legalEnquiryAddressTo2Attr", "LegalEnquiryAddressTo2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressTo2Rec());
}, true, PortalModel.LegalEnquiryAddressTo2Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressTo2Record.fromStructure = function (str) {
return new LegalEnquiryAddressTo2Record(new LegalEnquiryAddressTo2Record.RecordClass({
legalEnquiryAddressTo2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryAddressTo2Record._isAnonymousRecord = true;
LegalEnquiryAddressTo2Record.UniqueId = "1537353d-fe77-95cd-8fed-3cf42b5bd2de";
LegalEnquiryAddressTo2Record.init();
return LegalEnquiryAddressTo2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressTo2Record = LegalEnquiryAddressTo2Record;
});
define("Portal.model$ProcessPaymentRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRecord = (function (_super) {
__extends(ProcessPaymentRecord, _super);
function ProcessPaymentRecord(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRecord.attributesToDeclare = function () {
return [
this.attr("ProcessPayment", "processPaymentAttr", "ProcessPayment", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentRec());
}, true, PortalModel.ProcessPaymentRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentRecord.fromStructure = function (str) {
return new ProcessPaymentRecord(new ProcessPaymentRecord.RecordClass({
processPaymentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentRecord._isAnonymousRecord = true;
ProcessPaymentRecord.UniqueId = "15434e0f-dcb4-2c5b-3b98-f73db001d9f0";
ProcessPaymentRecord.init();
return ProcessPaymentRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentRecord = ProcessPaymentRecord;
});
define("Portal.model$SpaceList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$SpaceRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var SpaceList = (function (_super) {
__extends(SpaceList, _super);
function SpaceList(defaults) {
_super.apply(this, arguments);
}
SpaceList.itemType = OutSystemsUIModel.SpaceRec;
return SpaceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SpaceList = SpaceList;
});
define("Portal.model$ConsignmentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentItemRec = (function (_super) {
__extends(ConsignmentItemRec, _super);
function ConsignmentItemRec(defaults) {
_super.apply(this, arguments);
}
ConsignmentItemRec.attributesToDeclare = function () {
return [
this.attr("BookingNumber", "bookingNumberAttr", "bookingNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Label", "labelAttr", "label", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentItemRec.init();
return ConsignmentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentItemRec = ConsignmentItemRec;
});
define("Portal.model$ConsignmentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentItemRecord = (function (_super) {
__extends(ConsignmentItemRecord, _super);
function ConsignmentItemRecord(defaults) {
_super.apply(this, arguments);
}
ConsignmentItemRecord.attributesToDeclare = function () {
return [
this.attr("ConsignmentItem", "consignmentItemAttr", "ConsignmentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentItemRec());
}, true, PortalModel.ConsignmentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentItemRecord.fromStructure = function (str) {
return new ConsignmentItemRecord(new ConsignmentItemRecord.RecordClass({
consignmentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ConsignmentItemRecord._isAnonymousRecord = true;
ConsignmentItemRecord.UniqueId = "4ae6610a-4217-a7ab-62ee-c6e3f811ebec";
ConsignmentItemRecord.init();
return ConsignmentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentItemRecord = ConsignmentItemRecord;
});
define("Portal.model$ConsignmentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentItemRecordList = (function (_super) {
__extends(ConsignmentItemRecordList, _super);
function ConsignmentItemRecordList(defaults) {
_super.apply(this, arguments);
}
ConsignmentItemRecordList.itemType = PortalModel.ConsignmentItemRecord;
return ConsignmentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentItemRecordList = ConsignmentItemRecordList;
});
define("Portal.model$String2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String2Rec = (function (_super) {
__extends(String2Rec, _super);
function String2Rec(defaults) {
_super.apply(this, arguments);
}
String2Rec.attributesToDeclare = function () {
return [
this.attr("AccountedAmount", "accountedAmountAttr", "accountedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address1", "address1Attr", "address1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchSource", "batchSourceAttr", "batchSource", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BillToSiteUseId", "billToSiteUseIdAttr", "billToSiteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "city", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodeCombinationId", "codeCombinationIdAttr", "codeCombinationId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cur_code", "cur_codeAttr", "cur_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustTrxLineGlDistId", "custTrxLineGlDistIdAttr", "custTrxLineGlDistId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cust_trn_number", "cust_trn_numberAttr", "cust_trn_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerTrxId", "customerTrxIdAttr", "customerTrxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerTrxLineId", "customerTrxLineIdAttr", "customerTrxLineId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Customer_name", "customer_nameAttr", "customer_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Customer_number", "customer_numberAttr", "customer_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Description", "descriptionAttr", "description", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Due_date", "due_dateAttr", "due_date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "emial", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExtendedAmount", "extendedAmountAttr", "extendedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GlDate", "glDateAttr", "glDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GlPostedDate", "glPostedDateAttr", "glPostedDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LineNumber", "lineNumberAttr", "lineNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LineType", "lineTypeAttr", "lineType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LinkToCustTrxLineId", "linkToCustTrxLineIdAttr", "linkToCustTrxLineId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Postal_code", "postal_codeAttr", "postal_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Qty", "qtyAttr", "qty", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("QuantityInvoiced", "quantityInvoicedAttr", "quantityInvoiced", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RevenueAmount", "revenueAmountAttr", "revenueAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Site_name", "site_nameAttr", "site_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Tax_amt", "tax_amtAttr", "tax_amt", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Total", "totalAttr", "total", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransactionTypeName", "transactionTypeNameAttr", "transactionTypeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransctionType", "transctionTypeAttr", "transctionType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrxDate", "trxDateAttr", "trxDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrxNumber", "trxNumberAttr", "trxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
String2Rec.init();
return String2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.String2Rec = String2Rec;
});
define("Portal.model$String2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String2Record = (function (_super) {
__extends(String2Record, _super);
function String2Record(defaults) {
_super.apply(this, arguments);
}
String2Record.attributesToDeclare = function () {
return [
this.attr("String2", "string2Attr", "String2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String2Rec());
}, true, PortalModel.String2Rec)
].concat(_super.attributesToDeclare.call(this));
};
String2Record.fromStructure = function (str) {
return new String2Record(new String2Record.RecordClass({
string2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
String2Record._isAnonymousRecord = true;
String2Record.UniqueId = "a257b79a-6223-5faa-2912-30f9cacb1a99";
String2Record.init();
return String2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.String2Record = String2Record;
});
define("Portal.model$String2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String2RecordList = (function (_super) {
__extends(String2RecordList, _super);
function String2RecordList(defaults) {
_super.apply(this, arguments);
}
String2RecordList.itemType = PortalModel.String2Record;
return String2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.String2RecordList = String2RecordList;
});
define("Portal.model$HTTPHeader16Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader16Rec = (function (_super) {
__extends(HTTPHeader16Rec, _super);
function HTTPHeader16Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader16Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader16Rec.init();
return HTTPHeader16Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader16Rec = HTTPHeader16Rec;
});
define("Portal.model$HTTPHeader16Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader16Record = (function (_super) {
__extends(HTTPHeader16Record, _super);
function HTTPHeader16Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader16Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader16", "hTTPHeader16Attr", "HTTPHeader16", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader16Rec());
}, true, PortalModel.HTTPHeader16Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader16Record.fromStructure = function (str) {
return new HTTPHeader16Record(new HTTPHeader16Record.RecordClass({
hTTPHeader16Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader16Record._isAnonymousRecord = true;
HTTPHeader16Record.UniqueId = "49a30e33-716a-7714-cd13-3a92fd6c8e31";
HTTPHeader16Record.init();
return HTTPHeader16Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader16Record = HTTPHeader16Record;
});
define("Portal.model$HTTPHeader16RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader16Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader16RecordList = (function (_super) {
__extends(HTTPHeader16RecordList, _super);
function HTTPHeader16RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader16RecordList.itemType = PortalModel.HTTPHeader16Record;
return HTTPHeader16RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader16RecordList = HTTPHeader16RecordList;
});
define("Portal.model$SendMobileValidationOTPRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequest2Rec = (function (_super) {
__extends(SendMobileValidationOTPRequest2Rec, _super);
function SendMobileValidationOTPRequest2Rec(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequest2Rec.attributesToDeclare = function () {
return [
this.attr("IsdCode", "isdCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsdLabel", "isdLabelAttr", "isdLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SendMobileValidationOTPRequest2Rec.init();
return SendMobileValidationOTPRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SendMobileValidationOTPRequest2Rec = SendMobileValidationOTPRequest2Rec;
});
define("Portal.model$SendMobileValidationOTPRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequest2List = (function (_super) {
__extends(SendMobileValidationOTPRequest2List, _super);
function SendMobileValidationOTPRequest2List(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequest2List.itemType = PortalModel.SendMobileValidationOTPRequest2Rec;
return SendMobileValidationOTPRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendMobileValidationOTPRequest2List = SendMobileValidationOTPRequest2List;
});
define("Portal.model$QuoteProductCardRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductValueAddedList", "Portal.model$IPriceItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteProductCardRec = (function (_super) {
__extends(QuoteProductCardRec, _super);
function QuoteProductCardRec(defaults) {
_super.apply(this, arguments);
}
QuoteProductCardRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PackageType", "packageTypeAttr", "PackageType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductType", "productTypeAttr", "ProductType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransitTime", "transitTimeAttr", "TransitTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BasicPrice", "basicPriceAttr", "BasicPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalCardPrice", "totalCardPriceAttr", "TotalCardPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "ShipmentType", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductValueAdded", "productValueAddedAttr", "ProductValueAdded", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductValueAddedList());
}, true, PortalModel.ProductValueAddedList),
this.attr("EstimatedPriceItems", "estimatedPriceItemsAttr", "EstimatedPriceItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemList());
}, true, PortalModel.IPriceItemList)
].concat(_super.attributesToDeclare.call(this));
};
QuoteProductCardRec.init();
return QuoteProductCardRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QuoteProductCardRec = QuoteProductCardRec;
});
define("Portal.model$QuoteProductCardRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteProductCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteProductCardRecord = (function (_super) {
__extends(QuoteProductCardRecord, _super);
function QuoteProductCardRecord(defaults) {
_super.apply(this, arguments);
}
QuoteProductCardRecord.attributesToDeclare = function () {
return [
this.attr("QuoteProductCard", "quoteProductCardAttr", "QuoteProductCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuoteProductCardRec());
}, true, PortalModel.QuoteProductCardRec)
].concat(_super.attributesToDeclare.call(this));
};
QuoteProductCardRecord.fromStructure = function (str) {
return new QuoteProductCardRecord(new QuoteProductCardRecord.RecordClass({
quoteProductCardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QuoteProductCardRecord._isAnonymousRecord = true;
QuoteProductCardRecord.UniqueId = "1648f60a-7668-ad3b-e8c9-fa24ac88a383";
QuoteProductCardRecord.init();
return QuoteProductCardRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QuoteProductCardRecord = QuoteProductCardRecord;
});
define("Portal.model$EmirateItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateItemRec = (function (_super) {
__extends(EmirateItemRec, _super);
function EmirateItemRec(defaults) {
_super.apply(this, arguments);
}
EmirateItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmirateItemRec.init();
return EmirateItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateItemRec = EmirateItemRec;
});
define("Portal.model$EmirateItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateItemList = (function (_super) {
__extends(EmirateItemList, _super);
function EmirateItemList(defaults) {
_super.apply(this, arguments);
}
EmirateItemList.itemType = PortalModel.EmirateItemRec;
return EmirateItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateItemList = EmirateItemList;
});
define("Portal.model$EnquiryTypeItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryTypeItemRec = (function (_super) {
__extends(EnquiryTypeItemRec, _super);
function EnquiryTypeItemRec(defaults) {
_super.apply(this, arguments);
}
EnquiryTypeItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EnquiryTypeItemRec.init();
return EnquiryTypeItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EnquiryTypeItemRec = EnquiryTypeItemRec;
});
define("Portal.model$EnquiryTypeItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryTypeItemList = (function (_super) {
__extends(EnquiryTypeItemList, _super);
function EnquiryTypeItemList(defaults) {
_super.apply(this, arguments);
}
EnquiryTypeItemList.itemType = PortalModel.EnquiryTypeItemRec;
return EnquiryTypeItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryTypeItemList = EnquiryTypeItemList;
});
define("Portal.model$TransactionTypeItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TransactionTypeItemRec = (function (_super) {
__extends(TransactionTypeItemRec, _super);
function TransactionTypeItemRec(defaults) {
_super.apply(this, arguments);
}
TransactionTypeItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TransactionTypeItemRec.init();
return TransactionTypeItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TransactionTypeItemRec = TransactionTypeItemRec;
});
define("Portal.model$TransactionTypeItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TransactionTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TransactionTypeItemList = (function (_super) {
__extends(TransactionTypeItemList, _super);
function TransactionTypeItemList(defaults) {
_super.apply(this, arguments);
}
TransactionTypeItemList.itemType = PortalModel.TransactionTypeItemRec;
return TransactionTypeItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TransactionTypeItemList = TransactionTypeItemList;
});
define("Portal.model$IssueCategoryItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IssueCategoryItemRec = (function (_super) {
__extends(IssueCategoryItemRec, _super);
function IssueCategoryItemRec(defaults) {
_super.apply(this, arguments);
}
IssueCategoryItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IssueCategoryItemRec.init();
return IssueCategoryItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IssueCategoryItemRec = IssueCategoryItemRec;
});
define("Portal.model$IssueCategoryItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IssueCategoryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IssueCategoryItemList = (function (_super) {
__extends(IssueCategoryItemList, _super);
function IssueCategoryItemList(defaults) {
_super.apply(this, arguments);
}
IssueCategoryItemList.itemType = PortalModel.IssueCategoryItemRec;
return IssueCategoryItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IssueCategoryItemList = IssueCategoryItemList;
});
define("Portal.model$ItemFoundActionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFoundActionRec = (function (_super) {
__extends(ItemFoundActionRec, _super);
function ItemFoundActionRec(defaults) {
_super.apply(this, arguments);
}
ItemFoundActionRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ItemFoundActionRec.init();
return ItemFoundActionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFoundActionRec = ItemFoundActionRec;
});
define("Portal.model$ItemFoundActionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFoundActionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFoundActionList = (function (_super) {
__extends(ItemFoundActionList, _super);
function ItemFoundActionList(defaults) {
_super.apply(this, arguments);
}
ItemFoundActionList.itemType = PortalModel.ItemFoundActionRec;
return ItemFoundActionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFoundActionList = ItemFoundActionList;
});
define("Portal.model$PostOfficeItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOfficeItemRec = (function (_super) {
__extends(PostOfficeItemRec, _super);
function PostOfficeItemRec(defaults) {
_super.apply(this, arguments);
}
PostOfficeItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostOfficeItemRec.init();
return PostOfficeItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostOfficeItemRec = PostOfficeItemRec;
});
define("Portal.model$PostOfficeItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOfficeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOfficeItemList = (function (_super) {
__extends(PostOfficeItemList, _super);
function PostOfficeItemList(defaults) {
_super.apply(this, arguments);
}
PostOfficeItemList.itemType = PortalModel.PostOfficeItemRec;
return PostOfficeItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostOfficeItemList = PostOfficeItemList;
});
define("Portal.model$CountryItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem2Rec = (function (_super) {
__extends(CountryItem2Rec, _super);
function CountryItem2Rec(defaults) {
_super.apply(this, arguments);
}
CountryItem2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CountryItem2Rec.init();
return CountryItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItem2Rec = CountryItem2Rec;
});
define("Portal.model$CountryItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem2List = (function (_super) {
__extends(CountryItem2List, _super);
function CountryItem2List(defaults) {
_super.apply(this, arguments);
}
CountryItem2List.itemType = PortalModel.CountryItem2Rec;
return CountryItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItem2List = CountryItem2List;
});
define("Portal.model$CaseMasterDataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateItemList", "Portal.model$EnquiryTypeItemList", "Portal.model$TransactionTypeItemList", "Portal.model$IssueCategoryItemList", "Portal.model$EnquiryReasonItemList", "Portal.model$ItemFoundActionList", "Portal.model$PostOfficeItemList", "Portal.model$CountryItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseMasterDataRec = (function (_super) {
__extends(CaseMasterDataRec, _super);
function CaseMasterDataRec(defaults) {
_super.apply(this, arguments);
}
CaseMasterDataRec.attributesToDeclare = function () {
return [
this.attr("emirates", "emiratesAttr", "emirates", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateItemList());
}, true, PortalModel.EmirateItemList),
this.attr("enquiryTypes", "enquiryTypesAttr", "enquiryTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EnquiryTypeItemList());
}, true, PortalModel.EnquiryTypeItemList),
this.attr("transactionTypes", "transactionTypesAttr", "transactionTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TransactionTypeItemList());
}, true, PortalModel.TransactionTypeItemList),
this.attr("issueCategoriesCourier", "issueCategoriesCourierAttr", "issueCategoriesCourier", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IssueCategoryItemList());
}, true, PortalModel.IssueCategoryItemList),
this.attr("issueCategoriesSupplier", "issueCategoriesSupplierAttr", "issueCategoriesSupplier", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IssueCategoryItemList());
}, true, PortalModel.IssueCategoryItemList),
this.attr("enquiryReasons", "enquiryReasonsAttr", "enquiryReasons", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EnquiryReasonItemList());
}, true, PortalModel.EnquiryReasonItemList),
this.attr("itemFoundActions", "itemFoundActionsAttr", "itemFoundActions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFoundActionList());
}, true, PortalModel.ItemFoundActionList),
this.attr("postOffices", "postOfficesAttr", "postOffices", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostOfficeItemList());
}, true, PortalModel.PostOfficeItemList),
this.attr("countries", "countriesAttr", "countries", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItem2List());
}, true, PortalModel.CountryItem2List)
].concat(_super.attributesToDeclare.call(this));
};
CaseMasterDataRec.init();
return CaseMasterDataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseMasterDataRec = CaseMasterDataRec;
});
define("Portal.model$HeaderDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderDetailsRecord = (function (_super) {
__extends(HeaderDetailsRecord, _super);
function HeaderDetailsRecord(defaults) {
_super.apply(this, arguments);
}
HeaderDetailsRecord.attributesToDeclare = function () {
return [
this.attr("HeaderDetails", "headerDetailsAttr", "HeaderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HeaderDetailsRec());
}, true, PortalModel.HeaderDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
HeaderDetailsRecord.fromStructure = function (str) {
return new HeaderDetailsRecord(new HeaderDetailsRecord.RecordClass({
headerDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HeaderDetailsRecord._isAnonymousRecord = true;
HeaderDetailsRecord.UniqueId = "1654ac80-84e6-0fb0-d359-316975cf0163";
HeaderDetailsRecord.init();
return HeaderDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HeaderDetailsRecord = HeaderDetailsRecord;
});
define("Portal.model$ExcelReceiptRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelReceiptRec = (function (_super) {
__extends(ExcelReceiptRec, _super);
function ExcelReceiptRec(defaults) {
_super.apply(this, arguments);
}
ExcelReceiptRec.attributesToDeclare = function () {
return [
this.attr("CurrencyCode", "currencyCodeAttr", "Currency Code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "Customer Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "Customer Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NetAmount", "netAmountAttr", "Net Amount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptStatus", "receiptStatusAttr", "Receipt Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptStatusDsp", "receiptStatusDspAttr", "Receipt Status Dsp", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DepositDate", "depositDateAttr", "Deposit Date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptDate", "receiptDateAttr", "Receipt Date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CashReceipt", "cashReceiptAttr", "Cash Receipt", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ExcelReceiptRec.init();
return ExcelReceiptRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelReceiptRec = ExcelReceiptRec;
});
define("Portal.model$ExcelReceiptList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelReceiptRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelReceiptList = (function (_super) {
__extends(ExcelReceiptList, _super);
function ExcelReceiptList(defaults) {
_super.apply(this, arguments);
}
ExcelReceiptList.itemType = PortalModel.ExcelReceiptRec;
return ExcelReceiptList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelReceiptList = ExcelReceiptList;
});
define("Portal.model$ContactDetailsFileItemsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileItemsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileItemsRecordList = (function (_super) {
__extends(ContactDetailsFileItemsRecordList, _super);
function ContactDetailsFileItemsRecordList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileItemsRecordList.itemType = PortalModel.ContactDetailsFileItemsRecord;
return ContactDetailsFileItemsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsFileItemsRecordList = ContactDetailsFileItemsRecordList;
});
define("Portal.model$MapMarkerRecord", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MapMarkerRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MapMarkerRecord = (function (_super) {
__extends(MapMarkerRecord, _super);
function MapMarkerRecord(defaults) {
_super.apply(this, arguments);
}
MapMarkerRecord.attributesToDeclare = function () {
return [
this.attr("MapMarker", "mapMarkerAttr", "MapMarker", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new GoogleMapsModel.MapMarkerRec());
}, true, GoogleMapsModel.MapMarkerRec)
].concat(_super.attributesToDeclare.call(this));
};
MapMarkerRecord.fromStructure = function (str) {
return new MapMarkerRecord(new MapMarkerRecord.RecordClass({
mapMarkerAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MapMarkerRecord._isAnonymousRecord = true;
MapMarkerRecord.UniqueId = "99d696d9-0dc4-2469-859d-c91bb1cb44d8";
MapMarkerRecord.init();
return MapMarkerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MapMarkerRecord = MapMarkerRecord;
});
define("Portal.model$MapMarkerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MapMarkerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MapMarkerRecordList = (function (_super) {
__extends(MapMarkerRecordList, _super);
function MapMarkerRecordList(defaults) {
_super.apply(this, arguments);
}
MapMarkerRecordList.itemType = PortalModel.MapMarkerRecord;
return MapMarkerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MapMarkerRecordList = MapMarkerRecordList;
});
define("Portal.model$SavedCardList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SavedCardList = (function (_super) {
__extends(SavedCardList, _super);
function SavedCardList(defaults) {
_super.apply(this, arguments);
}
SavedCardList.itemType = PortalModel.SavedCardRec;
return SavedCardList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SavedCardList = SavedCardList;
});
define("Portal.model$Address_componentItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address_componentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address_componentItem2List = (function (_super) {
__extends(Address_componentItem2List, _super);
function Address_componentItem2List(defaults) {
_super.apply(this, arguments);
}
Address_componentItem2List.itemType = PortalModel.Address_componentItem2Rec;
return Address_componentItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Address_componentItem2List = Address_componentItem2List;
});
define("Portal.model$BoundRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NortheastRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoundRec = (function (_super) {
__extends(BoundRec, _super);
function BoundRec(defaults) {
_super.apply(this, arguments);
}
BoundRec.attributesToDeclare = function () {
return [
this.attr("northeast", "northeastAttr", "northeast", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NortheastRec());
}, true, PortalModel.NortheastRec),
this.attr("southwest", "southwestAttr", "southwest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NortheastRec());
}, true, PortalModel.NortheastRec)
].concat(_super.attributesToDeclare.call(this));
};
BoundRec.init();
return BoundRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BoundRec = BoundRec;
});
define("Portal.model$Geometry2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoundRec", "Portal.model$NortheastRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Geometry2Rec = (function (_super) {
__extends(Geometry2Rec, _super);
function Geometry2Rec(defaults) {
_super.apply(this, arguments);
}
Geometry2Rec.attributesToDeclare = function () {
return [
this.attr("bounds", "boundsAttr", "bounds", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoundRec());
}, true, PortalModel.BoundRec),
this.attr("location", "locationAttr", "location", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NortheastRec());
}, true, PortalModel.NortheastRec),
this.attr("location_type", "location_typeAttr", "location_type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("viewport", "viewportAttr", "viewport", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoundRec());
}, true, PortalModel.BoundRec)
].concat(_super.attributesToDeclare.call(this));
};
Geometry2Rec.init();
return Geometry2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Geometry2Rec = Geometry2Rec;
});
define("Portal.model$ResultItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address_componentItem2List", "Portal.model$Geometry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResultItem2Rec = (function (_super) {
__extends(ResultItem2Rec, _super);
function ResultItem2Rec(defaults) {
_super.apply(this, arguments);
}
ResultItem2Rec.attributesToDeclare = function () {
return [
this.attr("address_components", "address_componentsAttr", "address_components", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Address_componentItem2List());
}, true, PortalModel.Address_componentItem2List),
this.attr("formatted_address", "formatted_addressAttr", "formatted_address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("geometry", "geometryAttr", "geometry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Geometry2Rec());
}, true, PortalModel.Geometry2Rec),
this.attr("partial_match", "partial_matchAttr", "partial_match", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("place_id", "place_idAttr", "place_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("types", "typesAttr", "types", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
ResultItem2Rec.init();
return ResultItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ResultItem2Rec = ResultItem2Rec;
});
define("Portal.model$ResultItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResultItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResultItem2List = (function (_super) {
__extends(ResultItem2List, _super);
function ResultItem2List(defaults) {
_super.apply(this, arguments);
}
ResultItem2List.itemType = PortalModel.ResultItem2Rec;
return ResultItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResultItem2List = ResultItem2List;
});
define("Portal.model$GetAddressDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResultItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressDetailsResponseRec = (function (_super) {
__extends(GetAddressDetailsResponseRec, _super);
function GetAddressDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetAddressDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("results", "resultsAttr", "results", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ResultItem2List());
}, true, PortalModel.ResultItem2List),
this.attr("status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetAddressDetailsResponseRec.init();
return GetAddressDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAddressDetailsResponseRec = GetAddressDetailsResponseRec;
});
define("Portal.model$GetAddressDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressDetailsResponseRecord = (function (_super) {
__extends(GetAddressDetailsResponseRecord, _super);
function GetAddressDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetAddressDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetAddressDetailsResponse", "getAddressDetailsResponseAttr", "GetAddressDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetAddressDetailsResponseRec());
}, true, PortalModel.GetAddressDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetAddressDetailsResponseRecord.fromStructure = function (str) {
return new GetAddressDetailsResponseRecord(new GetAddressDetailsResponseRecord.RecordClass({
getAddressDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetAddressDetailsResponseRecord._isAnonymousRecord = true;
GetAddressDetailsResponseRecord.UniqueId = "16ce74ee-871d-7239-e6c2-490e2371aca5";
GetAddressDetailsResponseRecord.init();
return GetAddressDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAddressDetailsResponseRecord = GetAddressDetailsResponseRecord;
});
define("Portal.model$Payload24RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload24Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload24RecordList = (function (_super) {
__extends(Payload24RecordList, _super);
function Payload24RecordList(defaults) {
_super.apply(this, arguments);
}
Payload24RecordList.itemType = PortalModel.Payload24Record;
return Payload24RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload24RecordList = Payload24RecordList;
});
define("Portal.model$Locale2Record", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$LocaleRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Locale2Record = (function (_super) {
__extends(Locale2Record, _super);
function Locale2Record(defaults) {
_super.apply(this, arguments);
}
Locale2Record.attributesToDeclare = function () {
return [
this.attr("Locale", "localeAttr", "Locale2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.LocaleRec());
}, true, Data_COModel.LocaleRec)
].concat(_super.attributesToDeclare.call(this));
};
Locale2Record.fromStructure = function (str) {
return new Locale2Record(new Locale2Record.RecordClass({
localeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Locale2Record._isAnonymousRecord = true;
Locale2Record.UniqueId = "170dc617-5a2f-cadf-07b1-601f73ca7001";
Locale2Record.init();
return Locale2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Locale2Record = Locale2Record;
});
define("Portal.model$HomepageNoticeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$HomepageNoticeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var HomepageNoticeRecord = (function (_super) {
__extends(HomepageNoticeRecord, _super);
function HomepageNoticeRecord(defaults) {
_super.apply(this, arguments);
}
HomepageNoticeRecord.attributesToDeclare = function () {
return [
this.attr("HomepageNotice", "homepageNoticeAttr", "HomepageNotice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.HomepageNoticeRec());
}, true, Data_COModel.HomepageNoticeRec)
].concat(_super.attributesToDeclare.call(this));
};
HomepageNoticeRecord.fromStructure = function (str) {
return new HomepageNoticeRecord(new HomepageNoticeRecord.RecordClass({
homepageNoticeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HomepageNoticeRecord._isAnonymousRecord = true;
HomepageNoticeRecord.UniqueId = "17b23bd3-e765-50a7-251b-35f782b4dda9";
HomepageNoticeRecord.init();
return HomepageNoticeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HomepageNoticeRecord = HomepageNoticeRecord;
});
define("Portal.model$CorporateCashDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCashDetailRec = (function (_super) {
__extends(CorporateCashDetailRec, _super);
function CorporateCashDetailRec(defaults) {
_super.apply(this, arguments);
}
CorporateCashDetailRec.attributesToDeclare = function () {
return [
this.attr("CompanyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "tradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseCityId", "tradeLicenseCityIdAttr", "tradeLicenseCityId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("TradeLicenseIssuedDate", "tradeLicenseIssuedDateAttr", "tradeLicenseIssuedDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("TradeLicenseExpiryDate", "tradeLicenseExpiryDateAttr", "tradeLicenseExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Billing_FirstName", "billing_FirstNameAttr", "Billing_FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Billing_LastName", "billing_LastNameAttr", "Billing_LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Billing_Email", "billing_EmailAttr", "Billing_Email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Billing_Mobile", "billing_MobileAttr", "Billing_Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Billing_MobileISD", "billing_MobileISDAttr", "Billing_MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TRN_Number", "tRN_NumberAttr", "TRN_Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CompanyAddress", "companyAddressAttr", "companyAddress", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CorporateCashDetailRec.init();
return CorporateCashDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CorporateCashDetailRec = CorporateCashDetailRec;
});
define("Portal.model$UserInfoRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCashDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserInfoRec = (function (_super) {
__extends(UserInfoRec, _super);
function UserInfoRec(defaults) {
_super.apply(this, arguments);
}
UserInfoRec.attributesToDeclare = function () {
return [
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("firstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("lastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emailAddress", "emailAddressAttr", "emailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("promptEmirateId", "promptEmirateIdAttr", "promptEmirateId", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("UserTypeId", "userTypeIdAttr", "UserTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CashCustomerDetails", "cashCustomerDetailsAttr", "CashCustomerDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCashDetailRec());
}, true, PortalModel.CorporateCashDetailRec),
this.attr("IsdLabel", "isdLabelAttr", "isdLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsdCode", "isdCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsMobileVerified", "isMobileVerifiedAttr", "isMobileVerified", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsUserVerificationRequired", "isUserVerificationRequiredAttr", "isUserVerificationRequired", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsUAEPassUser", "isUAEPassUserAttr", "isUAEPassUser", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsFirstLogin", "isFirstLoginAttr", "isFirstLogin", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ShipReportPreference", "shipReportPreferenceAttr", "ShipReportPreference", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UserInfoRec.init();
return UserInfoRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UserInfoRec = UserInfoRec;
});
define("Portal.model$OSLoginPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginPayloadRec = (function (_super) {
__extends(OSLoginPayloadRec, _super);
function OSLoginPayloadRec(defaults) {
_super.apply(this, arguments);
}
OSLoginPayloadRec.attributesToDeclare = function () {
return [
this.attr("sessionToken", "sessionTokenAttr", "sessionToken", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("refreshToken", "refreshTokenAttr", "refreshToken", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("userInfo", "userInfoAttr", "userInfo", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UserInfoRec());
}, true, PortalModel.UserInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginPayloadRec.init();
return OSLoginPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginPayloadRec = OSLoginPayloadRec;
});
define("Portal.model$OSLoginPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginPayloadRecord = (function (_super) {
__extends(OSLoginPayloadRecord, _super);
function OSLoginPayloadRecord(defaults) {
_super.apply(this, arguments);
}
OSLoginPayloadRecord.attributesToDeclare = function () {
return [
this.attr("OSLoginPayload", "oSLoginPayloadAttr", "OSLoginPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OSLoginPayloadRec());
}, true, PortalModel.OSLoginPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginPayloadRecord.fromStructure = function (str) {
return new OSLoginPayloadRecord(new OSLoginPayloadRecord.RecordClass({
oSLoginPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OSLoginPayloadRecord._isAnonymousRecord = true;
OSLoginPayloadRecord.UniqueId = "c00e68b3-1a8d-24a9-f20f-4aef6ff532d9";
OSLoginPayloadRecord.init();
return OSLoginPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginPayloadRecord = OSLoginPayloadRecord;
});
define("Portal.model$OSLoginPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginPayloadRecordList = (function (_super) {
__extends(OSLoginPayloadRecordList, _super);
function OSLoginPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
OSLoginPayloadRecordList.itemType = PortalModel.OSLoginPayloadRecord;
return OSLoginPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginPayloadRecordList = OSLoginPayloadRecordList;
});
define("Portal.model$CommentsListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CommentsListItemRec = (function (_super) {
__extends(CommentsListItemRec, _super);
function CommentsListItemRec(defaults) {
_super.apply(this, arguments);
}
CommentsListItemRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LegalEnquiryId", "legalEnquiryIdAttr", "LegalEnquiryId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Comment", "commentAttr", "Comment", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CommentsListItemRec.init();
return CommentsListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CommentsListItemRec = CommentsListItemRec;
});
define("Portal.model$CommentsListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CommentsListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CommentsListItemRecord = (function (_super) {
__extends(CommentsListItemRecord, _super);
function CommentsListItemRecord(defaults) {
_super.apply(this, arguments);
}
CommentsListItemRecord.attributesToDeclare = function () {
return [
this.attr("CommentsListItem", "commentsListItemAttr", "CommentsListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CommentsListItemRec());
}, true, PortalModel.CommentsListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
CommentsListItemRecord.fromStructure = function (str) {
return new CommentsListItemRecord(new CommentsListItemRecord.RecordClass({
commentsListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CommentsListItemRecord._isAnonymousRecord = true;
CommentsListItemRecord.UniqueId = "2b4abb10-10e4-ee30-1d70-84413d671af8";
CommentsListItemRecord.init();
return CommentsListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CommentsListItemRecord = CommentsListItemRecord;
});
define("Portal.model$CommentsListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CommentsListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CommentsListItemRecordList = (function (_super) {
__extends(CommentsListItemRecordList, _super);
function CommentsListItemRecordList(defaults) {
_super.apply(this, arguments);
}
CommentsListItemRecordList.itemType = PortalModel.CommentsListItemRecord;
return CommentsListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CommentsListItemRecordList = CommentsListItemRecordList;
});
define("Portal.model$CaseBody_SuperRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$ISupportingDocumentItemList", "Portal.model$IMoneyOrderDetailRec", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRec", "Portal.model$IIntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_SuperRec = (function (_super) {
__extends(CaseBody_SuperRec, _super);
function CaseBody_SuperRec(defaults) {
_super.apply(this, arguments);
}
CaseBody_SuperRec.attributesToDeclare = function () {
return [
this.attr("generalCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("supportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISupportingDocumentItemList());
}, true, PortalModel.ISupportingDocumentItemList),
this.attr("moneyOrderDetails", "moneyOrderDetailsAttr", "moneyOrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IMoneyOrderDetailRec());
}, true, PortalModel.IMoneyOrderDetailRec),
this.attr("courierLicensingAndSupplierComplaintDetails", "courierLicensingAndSupplierComplaintDetailsAttr", "courierLicensingAndSupplierComplaintDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.ICourierLicensingAndSupplierComplaintDetailRec),
this.attr("intnlPostalEnquiryDetails", "intnlPostalEnquiryDetailsAttr", "intnlPostalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IIntnlPostalEnquiryDetailRec());
}, true, PortalModel.IIntnlPostalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_SuperRec.init();
return CaseBody_SuperRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_SuperRec = CaseBody_SuperRec;
});
define("Portal.model$CaseBody_SuperRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_SuperRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_SuperRecord = (function (_super) {
__extends(CaseBody_SuperRecord, _super);
function CaseBody_SuperRecord(defaults) {
_super.apply(this, arguments);
}
CaseBody_SuperRecord.attributesToDeclare = function () {
return [
this.attr("CaseBody_Super", "caseBody_SuperAttr", "CaseBody_Super", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBody_SuperRec());
}, true, PortalModel.CaseBody_SuperRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_SuperRecord.fromStructure = function (str) {
return new CaseBody_SuperRecord(new CaseBody_SuperRecord.RecordClass({
caseBody_SuperAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseBody_SuperRecord._isAnonymousRecord = true;
CaseBody_SuperRecord.UniqueId = "17cb59fd-b419-69a3-5366-90a676fcb994";
CaseBody_SuperRecord.init();
return CaseBody_SuperRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_SuperRecord = CaseBody_SuperRecord;
});
define("Portal.model$QueryRebookRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QueryRebookRec = (function (_super) {
__extends(QueryRebookRec, _super);
function QueryRebookRec(defaults) {
_super.apply(this, arguments);
}
QueryRebookRec.attributesToDeclare = function () {
return [
this.attr("AwbNumber", "awbNumberAttr", "AwbNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TimeStamp", "timeStampAttr", "TimeStamp", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
QueryRebookRec.init();
return QueryRebookRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QueryRebookRec = QueryRebookRec;
});
define("Portal.model$QueryRebookRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QueryRebookRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QueryRebookRecord = (function (_super) {
__extends(QueryRebookRecord, _super);
function QueryRebookRecord(defaults) {
_super.apply(this, arguments);
}
QueryRebookRecord.attributesToDeclare = function () {
return [
this.attr("QueryRebook", "queryRebookAttr", "QueryRebook", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QueryRebookRec());
}, true, PortalModel.QueryRebookRec)
].concat(_super.attributesToDeclare.call(this));
};
QueryRebookRecord.fromStructure = function (str) {
return new QueryRebookRecord(new QueryRebookRecord.RecordClass({
queryRebookAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QueryRebookRecord._isAnonymousRecord = true;
QueryRebookRecord.UniqueId = "f8452ee2-f2bc-536e-886d-c5e73ce6e03d";
QueryRebookRecord.init();
return QueryRebookRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QueryRebookRecord = QueryRebookRecord;
});
define("Portal.model$QueryRebookRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QueryRebookRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QueryRebookRecordList = (function (_super) {
__extends(QueryRebookRecordList, _super);
function QueryRebookRecordList(defaults) {
_super.apply(this, arguments);
}
QueryRebookRecordList.itemType = PortalModel.QueryRebookRecord;
return QueryRebookRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QueryRebookRecordList = QueryRebookRecordList;
});
define("Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "File_Management_CO.model", "Portal.model", "Data_CO.model$CMS_PageVersionRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO", "Data_CO.model$CMS_PageRec", "Data_CO.model$CMS_PageLocaleRec", "File_Management_CO.model$FileRec", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, Data_COModel, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record = (function (_super) {
__extends(CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record, _super);
function CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record.attributesToDeclare = function () {
return [
this.attr("CMS_PageVersion", "cMS_PageVersionAttr", "CMS_PageVersion", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageVersionRec());
}, true, Data_COModel.CMS_PageVersionRec),
this.attr("CMS_Page", "cMS_PageAttr", "CMS_Page", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageRec());
}, true, Data_COModel.CMS_PageRec),
this.attr("CMS_PageLocale", "cMS_PageLocaleAttr", "CMS_PageLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageLocaleRec());
}, true, Data_COModel.CMS_PageLocaleRec),
this.attr("File", "fileAttr", "File2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new File_Management_COModel.FileRec());
}, true, File_Management_COModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record._isAnonymousRecord = true;
CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record.UniqueId = "d29a65f8-6a65-3945-7abb-a26a3d3f3e7c";
CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record.init();
return CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record = CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record;
});
define("Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList = (function (_super) {
__extends(CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList, _super);
function CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList.itemType = PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile2Record;
return CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList = CMS_PageVersionCMS_PageCMS_PageLocaleFile2RecordList;
});
define("Portal.model$Payload54List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload54Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload54List = (function (_super) {
__extends(Payload54List, _super);
function Payload54List(defaults) {
_super.apply(this, arguments);
}
Payload54List.itemType = PortalModel.Payload54Rec;
return Payload54List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload54List = Payload54List;
});
define("Portal.model$GetUserInfoResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserInfoResponseRec = (function (_super) {
__extends(GetUserInfoResponseRec, _super);
function GetUserInfoResponseRec(defaults) {
_super.apply(this, arguments);
}
GetUserInfoResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UserInfoRec());
}, true, PortalModel.UserInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserInfoResponseRec.init();
return GetUserInfoResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserInfoResponseRec = GetUserInfoResponseRec;
});
define("Portal.model$GetUserInfoResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserInfoResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserInfoResponseRecord = (function (_super) {
__extends(GetUserInfoResponseRecord, _super);
function GetUserInfoResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetUserInfoResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetUserInfoResponse", "getUserInfoResponseAttr", "GetUserInfoResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetUserInfoResponseRec());
}, true, PortalModel.GetUserInfoResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserInfoResponseRecord.fromStructure = function (str) {
return new GetUserInfoResponseRecord(new GetUserInfoResponseRecord.RecordClass({
getUserInfoResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetUserInfoResponseRecord._isAnonymousRecord = true;
GetUserInfoResponseRecord.UniqueId = "1802a06f-1c2a-7f2d-dd5c-176d3965335b";
GetUserInfoResponseRecord.init();
return GetUserInfoResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserInfoResponseRecord = GetUserInfoResponseRecord;
});
define("Portal.model$RefundDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RefundDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailRecord = (function (_super) {
__extends(RefundDetailRecord, _super);
function RefundDetailRecord(defaults) {
_super.apply(this, arguments);
}
RefundDetailRecord.attributesToDeclare = function () {
return [
this.attr("RefundDetail", "refundDetailAttr", "RefundDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RefundDetailRec());
}, true, PortalModel.RefundDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
RefundDetailRecord.fromStructure = function (str) {
return new RefundDetailRecord(new RefundDetailRecord.RecordClass({
refundDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RefundDetailRecord._isAnonymousRecord = true;
RefundDetailRecord.UniqueId = "2b84d218-6947-ab1a-144f-2b1cc2961bc7";
RefundDetailRecord.init();
return RefundDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RefundDetailRecord = RefundDetailRecord;
});
define("Portal.model$RefundDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RefundDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailRecordList = (function (_super) {
__extends(RefundDetailRecordList, _super);
function RefundDetailRecordList(defaults) {
_super.apply(this, arguments);
}
RefundDetailRecordList.itemType = PortalModel.RefundDetailRecord;
return RefundDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RefundDetailRecordList = RefundDetailRecordList;
});
define("Portal.model$SelectedBranchRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBranchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBranchRecord = (function (_super) {
__extends(SelectedBranchRecord, _super);
function SelectedBranchRecord(defaults) {
_super.apply(this, arguments);
}
SelectedBranchRecord.attributesToDeclare = function () {
return [
this.attr("SelectedBranch", "selectedBranchAttr", "SelectedBranch", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBranchRecord.fromStructure = function (str) {
return new SelectedBranchRecord(new SelectedBranchRecord.RecordClass({
selectedBranchAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedBranchRecord._isAnonymousRecord = true;
SelectedBranchRecord.UniqueId = "188c8ba9-263c-17de-9b6d-6f5fbfccd1f6";
SelectedBranchRecord.init();
return SelectedBranchRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBranchRecord = SelectedBranchRecord;
});
define("Portal.model$Payload75Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload75Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload75Record = (function (_super) {
__extends(Payload75Record, _super);
function Payload75Record(defaults) {
_super.apply(this, arguments);
}
Payload75Record.attributesToDeclare = function () {
return [
this.attr("Payload75", "payload75Attr", "Payload75", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload75Rec());
}, true, PortalModel.Payload75Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload75Record.fromStructure = function (str) {
return new Payload75Record(new Payload75Record.RecordClass({
payload75Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload75Record._isAnonymousRecord = true;
Payload75Record.UniqueId = "9b682d55-344d-bfe2-b059-c006ebcd67db";
Payload75Record.init();
return Payload75Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload75Record = Payload75Record;
});
define("Portal.model$Payload75RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload75Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload75RecordList = (function (_super) {
__extends(Payload75RecordList, _super);
function Payload75RecordList(defaults) {
_super.apply(this, arguments);
}
Payload75RecordList.itemType = PortalModel.Payload75Record;
return Payload75RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload75RecordList = Payload75RecordList;
});
define("Portal.model$ValidatePostBoxDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsResponseRec = (function (_super) {
__extends(ValidatePostBoxDetailsResponseRec, _super);
function ValidatePostBoxDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePostBoxDetailsPayloadRec());
}, true, PortalModel.ValidatePostBoxDetailsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePostBoxDetailsResponseRec.init();
return ValidatePostBoxDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePostBoxDetailsResponseRec = ValidatePostBoxDetailsResponseRec;
});
define("Portal.model$ValidatePostBoxDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsResponseRecord = (function (_super) {
__extends(ValidatePostBoxDetailsResponseRecord, _super);
function ValidatePostBoxDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("ValidatePostBoxDetailsResponse", "validatePostBoxDetailsResponseAttr", "ValidatePostBoxDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePostBoxDetailsResponseRec());
}, true, PortalModel.ValidatePostBoxDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePostBoxDetailsResponseRecord.fromStructure = function (str) {
return new ValidatePostBoxDetailsResponseRecord(new ValidatePostBoxDetailsResponseRecord.RecordClass({
validatePostBoxDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePostBoxDetailsResponseRecord._isAnonymousRecord = true;
ValidatePostBoxDetailsResponseRecord.UniqueId = "cd145d2c-93cf-5de9-dbbd-77a1756c2385";
ValidatePostBoxDetailsResponseRecord.init();
return ValidatePostBoxDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePostBoxDetailsResponseRecord = ValidatePostBoxDetailsResponseRecord;
});
define("Portal.model$ValidatePostBoxDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsResponseRecordList = (function (_super) {
__extends(ValidatePostBoxDetailsResponseRecordList, _super);
function ValidatePostBoxDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsResponseRecordList.itemType = PortalModel.ValidatePostBoxDetailsResponseRecord;
return ValidatePostBoxDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePostBoxDetailsResponseRecordList = ValidatePostBoxDetailsResponseRecordList;
});
define("Portal.model$LegalEnquiryAddressToRecord2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecord2List = (function (_super) {
__extends(LegalEnquiryAddressToRecord2List, _super);
function LegalEnquiryAddressToRecord2List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecord2List.itemType = PortalModel.LegalEnquiryAddressToRecord2Rec;
return LegalEnquiryAddressToRecord2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToRecord2List = LegalEnquiryAddressToRecord2List;
});
define("Portal.model$HTTPHeaderRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeaderRec = (function (_super) {
__extends(HTTPHeaderRec, _super);
function HTTPHeaderRec(defaults) {
_super.apply(this, arguments);
}
HTTPHeaderRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeaderRec.init();
return HTTPHeaderRec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeaderRec = HTTPHeaderRec;
});
define("Portal.model$HTTPHeaderRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeaderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeaderRecord = (function (_super) {
__extends(HTTPHeaderRecord, _super);
function HTTPHeaderRecord(defaults) {
_super.apply(this, arguments);
}
HTTPHeaderRecord.attributesToDeclare = function () {
return [
this.attr("HTTPHeader", "hTTPHeaderAttr", "HTTPHeader", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeaderRec());
}, true, PortalModel.HTTPHeaderRec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeaderRecord.fromStructure = function (str) {
return new HTTPHeaderRecord(new HTTPHeaderRecord.RecordClass({
hTTPHeaderAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeaderRecord._isAnonymousRecord = true;
HTTPHeaderRecord.UniqueId = "e29380ef-c41e-e1a9-2f32-0f0a9fb83ab9";
HTTPHeaderRecord.init();
return HTTPHeaderRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeaderRecord = HTTPHeaderRecord;
});
define("Portal.model$HTTPHeaderRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeaderRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeaderRecordList = (function (_super) {
__extends(HTTPHeaderRecordList, _super);
function HTTPHeaderRecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeaderRecordList.itemType = PortalModel.HTTPHeaderRecord;
return HTTPHeaderRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeaderRecordList = HTTPHeaderRecordList;
});
define("Portal.model$Payload74Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload74Rec = (function (_super) {
__extends(Payload74Rec, _super);
function Payload74Rec(defaults) {
_super.apply(this, arguments);
}
Payload74Rec.attributesToDeclare = function () {
return [
this.attr("Success", "successAttr", "success", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Challenge_ts", "challenge_tsAttr", "challenge_ts", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Hostname", "hostnameAttr", "hostname", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Score", "scoreAttr", "score", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Action", "actionAttr", "action", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Errorcodes", "errorcodesAttr", "error-codes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
Payload74Rec.init();
return Payload74Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload74Rec = Payload74Rec;
});
define("Portal.model$PostVerifyResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload74Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyResponseRec = (function (_super) {
__extends(PostVerifyResponseRec, _super);
function PostVerifyResponseRec(defaults) {
_super.apply(this, arguments);
}
PostVerifyResponseRec.attributesToDeclare = function () {
return [
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload74Rec());
}, true, PortalModel.Payload74Rec),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostVerifyResponseRec.init();
return PostVerifyResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostVerifyResponseRec = PostVerifyResponseRec;
});
define("Portal.model$PostVerifyResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyResponseRecord = (function (_super) {
__extends(PostVerifyResponseRecord, _super);
function PostVerifyResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostVerifyResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostVerifyResponse", "postVerifyResponseAttr", "PostVerifyResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostVerifyResponseRec());
}, true, PortalModel.PostVerifyResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostVerifyResponseRecord.fromStructure = function (str) {
return new PostVerifyResponseRecord(new PostVerifyResponseRecord.RecordClass({
postVerifyResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostVerifyResponseRecord._isAnonymousRecord = true;
PostVerifyResponseRecord.UniqueId = "19037054-82e9-73d7-0cc8-059112717f0b";
PostVerifyResponseRecord.init();
return PostVerifyResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostVerifyResponseRecord = PostVerifyResponseRecord;
});
define("Portal.model$ViewPickupResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupResponseRec = (function (_super) {
__extends(ViewPickupResponseRec, _super);
function ViewPickupResponseRec(defaults) {
_super.apply(this, arguments);
}
ViewPickupResponseRec.attributesToDeclare = function () {
return [
this.attr("IsEditable", "isEditableAttr", "isEditable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PickupReferenceNumber", "pickupReferenceNumberAttr", "pickupReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PreparedOn", "preparedOnAttr", "preparedOn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTime", "pickupTimeAttr", "pickupTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperContactName", "shipperContactNameAttr", "shipperContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperCompanyName", "shipperCompanyNameAttr", "shipperCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupZoneId", "pickupZoneIdAttr", "pickupZoneId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupRegionId", "pickupRegionIdAttr", "pickupRegionId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupEmirateId", "pickupEmirateIdAttr", "pickupEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupZoneName", "pickupZoneNameAttr", "pickupZoneName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupRegionName", "pickupRegionNameAttr", "pickupRegionName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupEmirateName", "pickupEmirateNameAttr", "pickupEmirateName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTimeTo", "pickupTimeToAttr", "pickupTimeTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNum", "airwayBillNumAttr", "airwayBillNum", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDummyConsignment", "isDummyConsignmentAttr", "isDummyConsignment", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("BookingStatus", "bookingStatusAttr", "bookingStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VehicleType", "vehicleTypeAttr", "vehicleType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumbers", "airwayBillNumbersAttr", "AirwayBillNumbers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
ViewPickupResponseRec.init();
return ViewPickupResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewPickupResponseRec = ViewPickupResponseRec;
});
define("Portal.model$QuoteProductCardList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteProductCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteProductCardList = (function (_super) {
__extends(QuoteProductCardList, _super);
function QuoteProductCardList(defaults) {
_super.apply(this, arguments);
}
QuoteProductCardList.itemType = PortalModel.QuoteProductCardRec;
return QuoteProductCardList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuoteProductCardList = QuoteProductCardList;
});
define("Portal.model$CommentsListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CommentsListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CommentsListItemList = (function (_super) {
__extends(CommentsListItemList, _super);
function CommentsListItemList(defaults) {
_super.apply(this, arguments);
}
CommentsListItemList.itemType = PortalModel.CommentsListItemRec;
return CommentsListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CommentsListItemList = CommentsListItemList;
});
define("Portal.model$LegalEnquiry6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CommentsListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry6Rec = (function (_super) {
__extends(LegalEnquiry6Rec, _super);
function LegalEnquiry6Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry6Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAdress", "emailAdressAttr", "EmailAdress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileEmiratesId", "fileEmiratesIdAttr", "FileEmiratesId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtCaseNumber", "courtCaseNumberAttr", "CourtCaseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtLetterNumber", "courtLetterNumberAttr", "CourtLetterNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileCourtRequestLetter", "fileCourtRequestLetterAttr", "FileCourtRequestLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestType", "requestTypeAttr", "RequestType", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CompanyEmailAddress", "companyEmailAddressAttr", "CompanyEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileReqProofOfAuthorization", "fileReqProofOfAuthorizationAttr", "FileReqProofOfAuthorization", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileTradeLicense", "fileTradeLicenseAttr", "FileTradeLicense", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderFullName", "holderFullNameAttr", "HolderFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressTo", "addressToAttr", "AddressTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfo", "aditionalHolderInfoAttr", "AditionalHolderInfo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("LegalEnquiryStatusId", "legalEnquiryStatusIdAttr", "LegalEnquiryStatusId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FilefinalLetter", "filefinalLetterAttr", "FilefinalLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TextTodispayPDF", "textTodispayPDFAttr", "TextTodispayPDF", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CommentsList", "commentsListAttr", "CommentsList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CommentsListItemList());
}, true, PortalModel.CommentsListItemList),
this.attr("EmiratesIDNumber", "emiratesIDNumberAttr", "EmiratesIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfoId", "aditionalHolderInfoIdAttr", "AditionalHolderInfoId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("AddresstoId", "addresstoIdAttr", "AddresstoId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry6Rec.init();
return LegalEnquiry6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry6Rec = LegalEnquiry6Rec;
});
define("Portal.model$LegalEnquiry6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry6List = (function (_super) {
__extends(LegalEnquiry6List, _super);
function LegalEnquiry6List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry6List.itemType = PortalModel.LegalEnquiry6Rec;
return LegalEnquiry6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry6List = LegalEnquiry6List;
});
define("Portal.model$Payload61Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry6List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload61Rec = (function (_super) {
__extends(Payload61Rec, _super);
function Payload61Rec(defaults) {
_super.apply(this, arguments);
}
Payload61Rec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryList", "legalEnquiryListAttr", "LegalEnquiryList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry6List());
}, true, PortalModel.LegalEnquiry6List)
].concat(_super.attributesToDeclare.call(this));
};
Payload61Rec.fromStructure = function (str) {
return new Payload61Rec(new Payload61Rec.RecordClass({
legalEnquiryListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload61Rec.init();
return Payload61Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload61Rec = Payload61Rec;
});
define("Portal.model$LegalEnquiry5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload61Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry5Rec = (function (_super) {
__extends(LegalEnquiry5Rec, _super);
function LegalEnquiry5Rec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry5Rec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Responde_code", "responde_codeAttr", "responde_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload61Rec());
}, true, PortalModel.Payload61Rec),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry5Rec.init();
return LegalEnquiry5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry5Rec = LegalEnquiry5Rec;
});
define("Portal.model$LegalEnquiry5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry5Record = (function (_super) {
__extends(LegalEnquiry5Record, _super);
function LegalEnquiry5Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry5Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiry5", "legalEnquiry5Attr", "LegalEnquiry5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry5Rec());
}, true, PortalModel.LegalEnquiry5Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry5Record.fromStructure = function (str) {
return new LegalEnquiry5Record(new LegalEnquiry5Record.RecordClass({
legalEnquiry5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiry5Record._isAnonymousRecord = true;
LegalEnquiry5Record.UniqueId = "1932bbb8-8be1-2a17-306b-b72dd4ed00cf";
LegalEnquiry5Record.init();
return LegalEnquiry5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry5Record = LegalEnquiry5Record;
});
define("Portal.model$SetDefaultAddressResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressResponseRecord = (function (_super) {
__extends(SetDefaultAddressResponseRecord, _super);
function SetDefaultAddressResponseRecord(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressResponseRecord.attributesToDeclare = function () {
return [
this.attr("SetDefaultAddressResponse", "setDefaultAddressResponseAttr", "SetDefaultAddressResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SetDefaultAddressResponseRec());
}, true, PortalModel.SetDefaultAddressResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SetDefaultAddressResponseRecord.fromStructure = function (str) {
return new SetDefaultAddressResponseRecord(new SetDefaultAddressResponseRecord.RecordClass({
setDefaultAddressResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SetDefaultAddressResponseRecord._isAnonymousRecord = true;
SetDefaultAddressResponseRecord.UniqueId = "a47d8bde-7641-a0f4-3e35-a2e9bc9bc58d";
SetDefaultAddressResponseRecord.init();
return SetDefaultAddressResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SetDefaultAddressResponseRecord = SetDefaultAddressResponseRecord;
});
define("Portal.model$SetDefaultAddressResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressResponseRecordList = (function (_super) {
__extends(SetDefaultAddressResponseRecordList, _super);
function SetDefaultAddressResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressResponseRecordList.itemType = PortalModel.SetDefaultAddressResponseRecord;
return SetDefaultAddressResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SetDefaultAddressResponseRecordList = SetDefaultAddressResponseRecordList;
});
define("Portal.model$ReturnItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItemList = (function (_super) {
__extends(ReturnItemList, _super);
function ReturnItemList(defaults) {
_super.apply(this, arguments);
}
ReturnItemList.itemType = PortalModel.ReturnItemRec;
return ReturnItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReturnItemList = ReturnItemList;
});
define("Portal.model$GetAsOfDateResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAsOfDateResponse2Rec = (function (_super) {
__extends(GetAsOfDateResponse2Rec, _super);
function GetAsOfDateResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetAsOfDateResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Return", "returnAttr", "return", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReturnItemList());
}, true, PortalModel.ReturnItemList)
].concat(_super.attributesToDeclare.call(this));
};
GetAsOfDateResponse2Rec.fromStructure = function (str) {
return new GetAsOfDateResponse2Rec(new GetAsOfDateResponse2Rec.RecordClass({
returnAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetAsOfDateResponse2Rec.init();
return GetAsOfDateResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAsOfDateResponse2Rec = GetAsOfDateResponse2Rec;
});
define("Portal.model$PayloadItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem2Rec = (function (_super) {
__extends(PayloadItem2Rec, _super);
function PayloadItem2Rec(defaults) {
_super.apply(this, arguments);
}
PayloadItem2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Url", "urlAttr", "url", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IconURL", "iconURLAttr", "iconURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SidebarCategory", "sidebarCategoryAttr", "sidebarCategory", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Order", "orderAttr", "order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem2Rec.init();
return PayloadItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem2Rec = PayloadItem2Rec;
});
define("Portal.model$PayloadItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem2Record = (function (_super) {
__extends(PayloadItem2Record, _super);
function PayloadItem2Record(defaults) {
_super.apply(this, arguments);
}
PayloadItem2Record.attributesToDeclare = function () {
return [
this.attr("PayloadItem2", "payloadItem2Attr", "PayloadItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem2Rec());
}, true, PortalModel.PayloadItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem2Record.fromStructure = function (str) {
return new PayloadItem2Record(new PayloadItem2Record.RecordClass({
payloadItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItem2Record._isAnonymousRecord = true;
PayloadItem2Record.UniqueId = "19d37725-6c48-e488-5ef3-1793726f20ce";
PayloadItem2Record.init();
return PayloadItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem2Record = PayloadItem2Record;
});
define("Portal.model$HTTPRequest16Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest16Rec = (function (_super) {
__extends(HTTPRequest16Rec, _super);
function HTTPRequest16Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest16Rec.attributesToDeclare = function () {
return [
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest16Rec.init();
return HTTPRequest16Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest16Rec = HTTPRequest16Rec;
});
define("Portal.model$HTTPRequest16List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest16List = (function (_super) {
__extends(HTTPRequest16List, _super);
function HTTPRequest16List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest16List.itemType = PortalModel.HTTPRequest16Rec;
return HTTPRequest16List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest16List = HTTPRequest16List;
});
define("Portal.model$CourierLicensingAndSupplierComplaintDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierLicensingAndSupplierComplaintDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierLicensingAndSupplierComplaintDetailRecord = (function (_super) {
__extends(CourierLicensingAndSupplierComplaintDetailRecord, _super);
function CourierLicensingAndSupplierComplaintDetailRecord(defaults) {
_super.apply(this, arguments);
}
CourierLicensingAndSupplierComplaintDetailRecord.attributesToDeclare = function () {
return [
this.attr("CourierLicensingAndSupplierComplaintDetail", "courierLicensingAndSupplierComplaintDetailAttr", "CourierLicensingAndSupplierComplaintDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.CourierLicensingAndSupplierComplaintDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CourierLicensingAndSupplierComplaintDetailRecord.fromStructure = function (str) {
return new CourierLicensingAndSupplierComplaintDetailRecord(new CourierLicensingAndSupplierComplaintDetailRecord.RecordClass({
courierLicensingAndSupplierComplaintDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CourierLicensingAndSupplierComplaintDetailRecord._isAnonymousRecord = true;
CourierLicensingAndSupplierComplaintDetailRecord.UniqueId = "f915011d-49d1-2e81-f579-adb4478a8feb";
CourierLicensingAndSupplierComplaintDetailRecord.init();
return CourierLicensingAndSupplierComplaintDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierLicensingAndSupplierComplaintDetailRecord = CourierLicensingAndSupplierComplaintDetailRecord;
});
define("Portal.model$CourierLicensingAndSupplierComplaintDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierLicensingAndSupplierComplaintDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierLicensingAndSupplierComplaintDetailRecordList = (function (_super) {
__extends(CourierLicensingAndSupplierComplaintDetailRecordList, _super);
function CourierLicensingAndSupplierComplaintDetailRecordList(defaults) {
_super.apply(this, arguments);
}
CourierLicensingAndSupplierComplaintDetailRecordList.itemType = PortalModel.CourierLicensingAndSupplierComplaintDetailRecord;
return CourierLicensingAndSupplierComplaintDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierLicensingAndSupplierComplaintDetailRecordList = CourierLicensingAndSupplierComplaintDetailRecordList;
});
define("Portal.model$GetFileRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileRequestRec = (function (_super) {
__extends(GetFileRequestRec, _super);
function GetFileRequestRec(defaults) {
_super.apply(this, arguments);
}
GetFileRequestRec.attributesToDeclare = function () {
return [
this.attr("fileId", "fileIdAttr", "fileId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetFileRequestRec.fromStructure = function (str) {
return new GetFileRequestRec(new GetFileRequestRec.RecordClass({
fileIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFileRequestRec.init();
return GetFileRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFileRequestRec = GetFileRequestRec;
});
define("Portal.model$GetFileRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileRequestRecord = (function (_super) {
__extends(GetFileRequestRecord, _super);
function GetFileRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetFileRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetFileRequest", "getFileRequestAttr", "GetFileRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFileRequestRec());
}, true, PortalModel.GetFileRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFileRequestRecord.fromStructure = function (str) {
return new GetFileRequestRecord(new GetFileRequestRecord.RecordClass({
getFileRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFileRequestRecord._isAnonymousRecord = true;
GetFileRequestRecord.UniqueId = "1a14a373-fbec-2d69-3923-7db1a7e3ac1e";
GetFileRequestRecord.init();
return GetFileRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFileRequestRecord = GetFileRequestRecord;
});
define("Portal.model$SiteInfoRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SiteInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SiteInfoRecord = (function (_super) {
__extends(SiteInfoRecord, _super);
function SiteInfoRecord(defaults) {
_super.apply(this, arguments);
}
SiteInfoRecord.attributesToDeclare = function () {
return [
this.attr("SiteInfo", "siteInfoAttr", "SiteInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SiteInfoRec());
}, true, PortalModel.SiteInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
SiteInfoRecord.fromStructure = function (str) {
return new SiteInfoRecord(new SiteInfoRecord.RecordClass({
siteInfoAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SiteInfoRecord._isAnonymousRecord = true;
SiteInfoRecord.UniqueId = "1a1ece49-8ace-e29b-6e88-29ff56dd01ec";
SiteInfoRecord.init();
return SiteInfoRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SiteInfoRecord = SiteInfoRecord;
});
define("Portal.model$SaveAddressBookRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveAddressBookRequestRec = (function (_super) {
__extends(SaveAddressBookRequestRec, _super);
function SaveAddressBookRequestRec(defaults) {
_super.apply(this, arguments);
}
SaveAddressBookRequestRec.attributesToDeclare = function () {
return [
this.attr("addressTypeId", "addressTypeIdAttr", "addressTypeId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactName", "contactNameAttr", "contactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("companyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactPhoneISD", "contactPhoneISDAttr", "contactPhoneISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactPhone", "contactPhoneAttr", "contactPhone", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("contactMobileISD", "contactMobileISDAttr", "contactMobileISD", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("contactMobile", "contactMobileAttr", "contactMobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("villaApartment", "villaApartmentAttr", "villaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("streetLandmark", "streetLandmarkAttr", "streetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("building", "buildingAttr", "building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("longitude", "longitudeAttr", "longitude", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxZipNumber", "poBoxZipNumberAttr", "poBoxZipNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalEmirateId", "postalEmirateIdAttr", "postalEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierEmirateId", "courierEmirateIdAttr", "courierEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postalCityId", "postalCityIdAttr", "postalCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("courierCityId", "courierCityIdAttr", "courierCityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("countryId", "countryIdAttr", "countryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("nickName", "nickNameAttr", "nickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierRegionId", "courierRegionIdAttr", "courierRegionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SaveAddressBookRequestRec.init();
return SaveAddressBookRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveAddressBookRequestRec = SaveAddressBookRequestRec;
});
define("Portal.model$SaveAddressBookRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveAddressBookRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveAddressBookRequestList = (function (_super) {
__extends(SaveAddressBookRequestList, _super);
function SaveAddressBookRequestList(defaults) {
_super.apply(this, arguments);
}
SaveAddressBookRequestList.itemType = PortalModel.SaveAddressBookRequestRec;
return SaveAddressBookRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveAddressBookRequestList = SaveAddressBookRequestList;
});
define("Portal.model$SubCityItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SubCityItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SubCityItemRecord = (function (_super) {
__extends(SubCityItemRecord, _super);
function SubCityItemRecord(defaults) {
_super.apply(this, arguments);
}
SubCityItemRecord.attributesToDeclare = function () {
return [
this.attr("SubCityItem", "subCityItemAttr", "SubCityItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SubCityItemRec());
}, true, PortalModel.SubCityItemRec)
].concat(_super.attributesToDeclare.call(this));
};
SubCityItemRecord.fromStructure = function (str) {
return new SubCityItemRecord(new SubCityItemRecord.RecordClass({
subCityItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SubCityItemRecord._isAnonymousRecord = true;
SubCityItemRecord.UniqueId = "aff115c9-4b01-834c-8af4-4ad3b6935ac9";
SubCityItemRecord.init();
return SubCityItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SubCityItemRecord = SubCityItemRecord;
});
define("Portal.model$SubCityItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SubCityItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SubCityItemRecordList = (function (_super) {
__extends(SubCityItemRecordList, _super);
function SubCityItemRecordList(defaults) {
_super.apply(this, arguments);
}
SubCityItemRecordList.itemType = PortalModel.SubCityItemRecord;
return SubCityItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SubCityItemRecordList = SubCityItemRecordList;
});
define("Portal.model$MenuRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuRecord = (function (_super) {
__extends(MenuRecord, _super);
function MenuRecord(defaults) {
_super.apply(this, arguments);
}
MenuRecord.attributesToDeclare = function () {
return [
this.attr("Menu", "menuAttr", "Menu", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MenuRec());
}, true, PortalModel.MenuRec)
].concat(_super.attributesToDeclare.call(this));
};
MenuRecord.fromStructure = function (str) {
return new MenuRecord(new MenuRecord.RecordClass({
menuAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MenuRecord._isAnonymousRecord = true;
MenuRecord.UniqueId = "1a601feb-1f6b-0fcf-261d-83a86ee342f6";
MenuRecord.init();
return MenuRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MenuRecord = MenuRecord;
});
define("Portal.model$HTTPHeader13RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader13Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader13RecordList = (function (_super) {
__extends(HTTPHeader13RecordList, _super);
function HTTPHeader13RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader13RecordList.itemType = PortalModel.HTTPHeader13Record;
return HTTPHeader13RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader13RecordList = HTTPHeader13RecordList;
});
define("Portal.model$ValueAddedServiceItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValueAddedServiceItem3Rec = (function (_super) {
__extends(ValueAddedServiceItem3Rec, _super);
function ValueAddedServiceItem3Rec(defaults) {
_super.apply(this, arguments);
}
ValueAddedServiceItem3Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("vat", "vatAttr", "vat", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValueAddedServiceItem3Rec.init();
return ValueAddedServiceItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValueAddedServiceItem3Rec = ValueAddedServiceItem3Rec;
});
define("Portal.model$ValueAddedServiceItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValueAddedServiceItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValueAddedServiceItem3List = (function (_super) {
__extends(ValueAddedServiceItem3List, _super);
function ValueAddedServiceItem3List(defaults) {
_super.apply(this, arguments);
}
ValueAddedServiceItem3List.itemType = PortalModel.ValueAddedServiceItem3Rec;
return ValueAddedServiceItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValueAddedServiceItem3List = ValueAddedServiceItem3List;
});
define("Portal.model$PriceBreakdownListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceBreakdownListItemRec = (function (_super) {
__extends(PriceBreakdownListItemRec, _super);
function PriceBreakdownListItemRec(defaults) {
_super.apply(this, arguments);
}
PriceBreakdownListItemRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Charge", "chargeAttr", "charge", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Vat", "vatAttr", "vat", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Total", "totalAttr", "Total", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PriceBreakdownListItemRec.init();
return PriceBreakdownListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceBreakdownListItemRec = PriceBreakdownListItemRec;
});
define("Portal.model$PriceBreakdownListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceBreakdownListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceBreakdownListItemList = (function (_super) {
__extends(PriceBreakdownListItemList, _super);
function PriceBreakdownListItemList(defaults) {
_super.apply(this, arguments);
}
PriceBreakdownListItemList.itemType = PortalModel.PriceBreakdownListItemRec;
return PriceBreakdownListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceBreakdownListItemList = PriceBreakdownListItemList;
});
define("Portal.model$ProductItem3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValueAddedServiceItem3List", "Portal.model$PriceBreakdownListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem3Rec = (function (_super) {
__extends(ProductItem3Rec, _super);
function ProductItem3Rec(defaults) {
_super.apply(this, arguments);
}
ProductItem3Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("packageType", "packageTypeAttr", "packageType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("transitTime", "transitTimeAttr", "transitTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("basicPrice", "basicPriceAttr", "basicPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("vat", "vatAttr", "vat", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("productType", "productTypeAttr", "productType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("valueAddedServices", "valueAddedServicesAttr", "valueAddedServices", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValueAddedServiceItem3List());
}, true, PortalModel.ValueAddedServiceItem3List),
this.attr("ProductCode", "productCodeAttr", "productCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostType", "postTypeAttr", "postType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "mailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTypeDesc", "serviceTypeDescAttr", "serviceTypeDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransitTimeDesc", "transitTimeDescAttr", "transitTimeDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Features", "featuresAttr", "features", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "contentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalPrice", "totalPriceAttr", "totalPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("PriceBreakdown", "priceBreakdownAttr", "priceBreakdown", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceBreakdownListItemList());
}, true, PortalModel.PriceBreakdownListItemList),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupServiceAvailable", "pickupServiceAvailableAttr", "pickupServiceAvailable", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProductItem3Rec.init();
return ProductItem3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductItem3Rec = ProductItem3Rec;
});
define("Portal.model$DistinctTaxObjectItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DistinctTaxObjectItemRec = (function (_super) {
__extends(DistinctTaxObjectItemRec, _super);
function DistinctTaxObjectItemRec(defaults) {
_super.apply(this, arguments);
}
DistinctTaxObjectItemRec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DistinctTaxObjectItemRec.init();
return DistinctTaxObjectItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DistinctTaxObjectItemRec = DistinctTaxObjectItemRec;
});
define("Portal.model$DistinctTaxObjectItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DistinctTaxObjectItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DistinctTaxObjectItemRecord = (function (_super) {
__extends(DistinctTaxObjectItemRecord, _super);
function DistinctTaxObjectItemRecord(defaults) {
_super.apply(this, arguments);
}
DistinctTaxObjectItemRecord.attributesToDeclare = function () {
return [
this.attr("DistinctTaxObjectItem", "distinctTaxObjectItemAttr", "DistinctTaxObjectItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DistinctTaxObjectItemRec());
}, true, PortalModel.DistinctTaxObjectItemRec)
].concat(_super.attributesToDeclare.call(this));
};
DistinctTaxObjectItemRecord.fromStructure = function (str) {
return new DistinctTaxObjectItemRecord(new DistinctTaxObjectItemRecord.RecordClass({
distinctTaxObjectItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DistinctTaxObjectItemRecord._isAnonymousRecord = true;
DistinctTaxObjectItemRecord.UniqueId = "31d30fea-0b15-f488-26a7-af380d5a7b15";
DistinctTaxObjectItemRecord.init();
return DistinctTaxObjectItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DistinctTaxObjectItemRecord = DistinctTaxObjectItemRecord;
});
define("Portal.model$DistinctTaxObjectItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DistinctTaxObjectItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DistinctTaxObjectItemRecordList = (function (_super) {
__extends(DistinctTaxObjectItemRecordList, _super);
function DistinctTaxObjectItemRecordList(defaults) {
_super.apply(this, arguments);
}
DistinctTaxObjectItemRecordList.itemType = PortalModel.DistinctTaxObjectItemRecord;
return DistinctTaxObjectItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DistinctTaxObjectItemRecordList = DistinctTaxObjectItemRecordList;
});
define("Portal.model$MultiShipMailItemsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailItemsRec = (function (_super) {
__extends(MultiShipMailItemsRec, _super);
function MultiShipMailItemsRec(defaults) {
_super.apply(this, arguments);
}
MultiShipMailItemsRec.attributesToDeclare = function () {
return [
this.attr("PostID", "postIDAttr", "PostID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxZipNumber", "pOBoxZipNumberAttr", "POBoxZipNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryID", "countryIDAttr", "CountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateID", "emirateIDAttr", "EmirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeName", "consigneeNameAttr", "ConsigneeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSEmirate", "rTSEmirateAttr", "RTSEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSEmirateID", "rTSEmirateIDAttr", "RTSEmirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSPOBox", "rTSPOBoxAttr", "RTSPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsErrorFree", "isErrorFreeAttr", "IsErrorFree", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ErrorDesc", "errorDescAttr", "ErrorDesc", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMailItemsRec.init();
return MultiShipMailItemsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMailItemsRec = MultiShipMailItemsRec;
});
define("Portal.model$MultiShipMailItemsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailItemsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailItemsRecord = (function (_super) {
__extends(MultiShipMailItemsRecord, _super);
function MultiShipMailItemsRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipMailItemsRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipMailItems", "multiShipMailItemsAttr", "MultiShipMailItems", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShipMailItemsRec());
}, true, PortalModel.MultiShipMailItemsRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMailItemsRecord.fromStructure = function (str) {
return new MultiShipMailItemsRecord(new MultiShipMailItemsRecord.RecordClass({
multiShipMailItemsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipMailItemsRecord._isAnonymousRecord = true;
MultiShipMailItemsRecord.UniqueId = "1aa587bd-651f-9f26-491b-a47e982e7f05";
MultiShipMailItemsRecord.init();
return MultiShipMailItemsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMailItemsRecord = MultiShipMailItemsRecord;
});
define("Portal.model$IFeatureRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IFeatureRec = (function (_super) {
__extends(IFeatureRec, _super);
function IFeatureRec(defaults) {
_super.apply(this, arguments);
}
IFeatureRec.attributesToDeclare = function () {
return [
this.attr("Text", "textAttr", "Text", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Image", "imageAttr", "Image", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IFeatureRec.init();
return IFeatureRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IFeatureRec = IFeatureRec;
});
define("Portal.model$IFeatureRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IFeatureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IFeatureRecord = (function (_super) {
__extends(IFeatureRecord, _super);
function IFeatureRecord(defaults) {
_super.apply(this, arguments);
}
IFeatureRecord.attributesToDeclare = function () {
return [
this.attr("IFeature", "iFeatureAttr", "IFeature", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IFeatureRec());
}, true, PortalModel.IFeatureRec)
].concat(_super.attributesToDeclare.call(this));
};
IFeatureRecord.fromStructure = function (str) {
return new IFeatureRecord(new IFeatureRecord.RecordClass({
iFeatureAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IFeatureRecord._isAnonymousRecord = true;
IFeatureRecord.UniqueId = "7287d267-c247-aec1-152b-b4cdf63f18e9";
IFeatureRecord.init();
return IFeatureRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IFeatureRecord = IFeatureRecord;
});
define("Portal.model$IFeatureRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IFeatureRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IFeatureRecordList = (function (_super) {
__extends(IFeatureRecordList, _super);
function IFeatureRecordList(defaults) {
_super.apply(this, arguments);
}
IFeatureRecordList.itemType = PortalModel.IFeatureRecord;
return IFeatureRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IFeatureRecordList = IFeatureRecordList;
});
define("Portal.model$ConsignmentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentItemList = (function (_super) {
__extends(ConsignmentItemList, _super);
function ConsignmentItemList(defaults) {
_super.apply(this, arguments);
}
ConsignmentItemList.itemType = PortalModel.ConsignmentItemRec;
return ConsignmentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentItemList = ConsignmentItemList;
});
define("Portal.model$Payload60Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload60Rec = (function (_super) {
__extends(Payload60Rec, _super);
function Payload60Rec(defaults) {
_super.apply(this, arguments);
}
Payload60Rec.attributesToDeclare = function () {
return [
this.attr("Booking_number", "booking_numberAttr", "booking_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Consignments", "consignmentsAttr", "consignments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentItemList());
}, true, PortalModel.ConsignmentItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload60Rec.init();
return Payload60Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload60Rec = Payload60Rec;
});
define("Portal.model$MultiShip_Courier_Premium_ItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_ItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_ItemList = (function (_super) {
__extends(MultiShip_Courier_Premium_ItemList, _super);
function MultiShip_Courier_Premium_ItemList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_ItemList.itemType = PortalModel.MultiShip_Courier_Premium_ItemRec;
return MultiShip_Courier_Premium_ItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_ItemList = MultiShip_Courier_Premium_ItemList;
});
define("Portal.model$MultiShipCourierPremiumRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRec", "Portal.model$MultiShip_Courier_Premium_ItemList", "Portal.model$PickupPreferencesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierPremiumRec = (function (_super) {
__extends(MultiShipCourierPremiumRec, _super);
function MultiShipCourierPremiumRec(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierPremiumRec.attributesToDeclare = function () {
return [
this.attr("BookingRefNumber", "bookingRefNumberAttr", "BookingRefNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CustomerID", "customerIDAttr", "CustomerID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("EmsOrParcel", "emsOrParcelAttr", "EmsOrParcel", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("MultiOrSingle", "multiOrSingleAttr", "MultiOrSingle", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DropoffLocationID", "dropoffLocationIDAttr", "DropoffLocationID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProcessedRecords", "processedRecordsAttr", "ProcessedRecords", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("SenderDetails", "senderDetailsAttr", "SenderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsRec());
}, true, PortalModel.ContactDetailsRec),
this.attr("MultiShip_Courier_ItemsList", "multiShip_Courier_ItemsListAttr", "MultiShip_Courier_ItemsList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_Premium_ItemList());
}, true, PortalModel.MultiShip_Courier_Premium_ItemList),
this.attr("PickupPreferences", "pickupPreferencesAttr", "PickupPreferences", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupPreferencesRec());
}, true, PortalModel.PickupPreferencesRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipCourierPremiumRec.init();
return MultiShipCourierPremiumRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipCourierPremiumRec = MultiShipCourierPremiumRec;
});
define("Portal.model$CRM_EnquiryTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_EnquiryTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryTypeRecord = (function (_super) {
__extends(CRM_EnquiryTypeRecord, _super);
function CRM_EnquiryTypeRecord(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryTypeRecord.attributesToDeclare = function () {
return [
this.attr("CRM_EnquiryType", "cRM_EnquiryTypeAttr", "CRM_EnquiryType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CRM_EnquiryTypeRec());
}, true, Data_COModel.CRM_EnquiryTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
CRM_EnquiryTypeRecord.fromStructure = function (str) {
return new CRM_EnquiryTypeRecord(new CRM_EnquiryTypeRecord.RecordClass({
cRM_EnquiryTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CRM_EnquiryTypeRecord._isAnonymousRecord = true;
CRM_EnquiryTypeRecord.UniqueId = "1ad12d7a-0d49-af60-f0a8-0bc0eb1b4072";
CRM_EnquiryTypeRecord.init();
return CRM_EnquiryTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CRM_EnquiryTypeRecord = CRM_EnquiryTypeRecord;
});
define("Portal.model$GetEmiratePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratePayloadList = (function (_super) {
__extends(GetEmiratePayloadList, _super);
function GetEmiratePayloadList(defaults) {
_super.apply(this, arguments);
}
GetEmiratePayloadList.itemType = PortalModel.GetEmiratePayloadRec;
return GetEmiratePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratePayloadList = GetEmiratePayloadList;
});
define("Portal.model$GetInternationalPostalTrackingDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInternationalPostalTrackingDetailsResponseRec = (function (_super) {
__extends(GetInternationalPostalTrackingDetailsResponseRec, _super);
function GetInternationalPostalTrackingDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInternationalPostalTrackingDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPostalEnquiryDetailRec());
}, true, PortalModel.IntnlPostalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInternationalPostalTrackingDetailsResponseRec.init();
return GetInternationalPostalTrackingDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInternationalPostalTrackingDetailsResponseRec = GetInternationalPostalTrackingDetailsResponseRec;
});
define("Portal.model$GetInternationalPostalTrackingDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInternationalPostalTrackingDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInternationalPostalTrackingDetailsResponseRecord = (function (_super) {
__extends(GetInternationalPostalTrackingDetailsResponseRecord, _super);
function GetInternationalPostalTrackingDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInternationalPostalTrackingDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInternationalPostalTrackingDetailsResponse", "getInternationalPostalTrackingDetailsResponseAttr", "GetInternationalPostalTrackingDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInternationalPostalTrackingDetailsResponseRec());
}, true, PortalModel.GetInternationalPostalTrackingDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInternationalPostalTrackingDetailsResponseRecord.fromStructure = function (str) {
return new GetInternationalPostalTrackingDetailsResponseRecord(new GetInternationalPostalTrackingDetailsResponseRecord.RecordClass({
getInternationalPostalTrackingDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInternationalPostalTrackingDetailsResponseRecord._isAnonymousRecord = true;
GetInternationalPostalTrackingDetailsResponseRecord.UniqueId = "1adf3b04-90c0-1caf-5835-4818669d2008";
GetInternationalPostalTrackingDetailsResponseRecord.init();
return GetInternationalPostalTrackingDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInternationalPostalTrackingDetailsResponseRecord = GetInternationalPostalTrackingDetailsResponseRecord;
});
define("Portal.model$Payload84List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload84Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload84List = (function (_super) {
__extends(Payload84List, _super);
function Payload84List(defaults) {
_super.apply(this, arguments);
}
Payload84List.itemType = PortalModel.Payload84Rec;
return Payload84List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload84List = Payload84List;
});
define("Portal.model$PostCreatePickupResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload60Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCreatePickupResponse3Rec = (function (_super) {
__extends(PostCreatePickupResponse3Rec, _super);
function PostCreatePickupResponse3Rec(defaults) {
_super.apply(this, arguments);
}
PostCreatePickupResponse3Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload60Rec());
}, true, PortalModel.Payload60Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostCreatePickupResponse3Rec.init();
return PostCreatePickupResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCreatePickupResponse3Rec = PostCreatePickupResponse3Rec;
});
define("Portal.model$Payload50Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload50Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload50Record = (function (_super) {
__extends(Payload50Record, _super);
function Payload50Record(defaults) {
_super.apply(this, arguments);
}
Payload50Record.attributesToDeclare = function () {
return [
this.attr("Payload50", "payload50Attr", "Payload50", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload50Rec());
}, true, PortalModel.Payload50Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload50Record.fromStructure = function (str) {
return new Payload50Record(new Payload50Record.RecordClass({
payload50Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload50Record._isAnonymousRecord = true;
Payload50Record.UniqueId = "1b17427e-d7a2-42f5-2c83-e309543dad2b";
Payload50Record.init();
return Payload50Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload50Record = Payload50Record;
});
define("Portal.model$LegalEnquiryDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryDetailRec = (function (_super) {
__extends(LegalEnquiryDetailRec, _super);
function LegalEnquiryDetailRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryDetailRec.attributesToDeclare = function () {
return [
this.attr("ShouldHaveRole", "shouldHaveRoleAttr", "shouldHaveRole", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("DiscountedPrice", "discountedPriceAttr", "discountedPrice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DiscountedVAT", "discountedVATAttr", "discountedVAT", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryDetailRec.init();
return LegalEnquiryDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryDetailRec = LegalEnquiryDetailRec;
});
define("Portal.model$ShipmentItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem2List = (function (_super) {
__extends(ShipmentItem2List, _super);
function ShipmentItem2List(defaults) {
_super.apply(this, arguments);
}
ShipmentItem2List.itemType = PortalModel.ShipmentItem2Rec;
return ShipmentItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItem2List = ShipmentItem2List;
});
define("Portal.model$ShipmentFilterDropdownListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentFilterDropdownListItemRec = (function (_super) {
__extends(ShipmentFilterDropdownListItemRec, _super);
function ShipmentFilterDropdownListItemRec(defaults) {
_super.apply(this, arguments);
}
ShipmentFilterDropdownListItemRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentFilterDropdownListItemRec.init();
return ShipmentFilterDropdownListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentFilterDropdownListItemRec = ShipmentFilterDropdownListItemRec;
});
define("Portal.model$ShipmentFilterDropdownListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentFilterDropdownListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentFilterDropdownListItemList = (function (_super) {
__extends(ShipmentFilterDropdownListItemList, _super);
function ShipmentFilterDropdownListItemList(defaults) {
_super.apply(this, arguments);
}
ShipmentFilterDropdownListItemList.itemType = PortalModel.ShipmentFilterDropdownListItemRec;
return ShipmentFilterDropdownListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentFilterDropdownListItemList = ShipmentFilterDropdownListItemList;
});
define("Portal.model$Payload59Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem2List", "Portal.model$ShipmentFilterDropdownListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload59Rec = (function (_super) {
__extends(Payload59Rec, _super);
function Payload59Rec(defaults) {
_super.apply(this, arguments);
}
Payload59Rec.attributesToDeclare = function () {
return [
this.attr("Shipments", "shipmentsAttr", "shipments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItem2List());
}, true, PortalModel.ShipmentItem2List),
this.attr("ShipmentFilterDropdownList", "shipmentFilterDropdownListAttr", "shipmentFilterDropdownList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentFilterDropdownListItemList());
}, true, PortalModel.ShipmentFilterDropdownListItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload59Rec.init();
return Payload59Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload59Rec = Payload59Rec;
});
define("Portal.model$Payload59Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload59Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload59Record = (function (_super) {
__extends(Payload59Record, _super);
function Payload59Record(defaults) {
_super.apply(this, arguments);
}
Payload59Record.attributesToDeclare = function () {
return [
this.attr("Payload59", "payload59Attr", "Payload59", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload59Rec());
}, true, PortalModel.Payload59Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload59Record.fromStructure = function (str) {
return new Payload59Record(new Payload59Record.RecordClass({
payload59Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload59Record._isAnonymousRecord = true;
Payload59Record.UniqueId = "44ea0a5b-228f-1631-3786-cb4c4bb2dfd6";
Payload59Record.init();
return Payload59Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload59Record = Payload59Record;
});
define("Portal.model$Payload59RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload59Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload59RecordList = (function (_super) {
__extends(Payload59RecordList, _super);
function Payload59RecordList(defaults) {
_super.apply(this, arguments);
}
Payload59RecordList.itemType = PortalModel.Payload59Record;
return Payload59RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload59RecordList = Payload59RecordList;
});
define("Portal.model$GetInboundShipmentRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentRequestRec = (function (_super) {
__extends(GetInboundShipmentRequestRec, _super);
function GetInboundShipmentRequestRec(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentRequestRec.attributesToDeclare = function () {
return [
this.attr("emirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentRequestRec.init();
return GetInboundShipmentRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentRequestRec = GetInboundShipmentRequestRec;
});
define("Portal.model$GeneralCaseDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GeneralCaseDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GeneralCaseDetailsList = (function (_super) {
__extends(GeneralCaseDetailsList, _super);
function GeneralCaseDetailsList(defaults) {
_super.apply(this, arguments);
}
GeneralCaseDetailsList.itemType = PortalModel.GeneralCaseDetailsRec;
return GeneralCaseDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GeneralCaseDetailsList = GeneralCaseDetailsList;
});
define("Portal.model$JobRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$JobRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var JobRecord = (function (_super) {
__extends(JobRecord, _super);
function JobRecord(defaults) {
_super.apply(this, arguments);
}
JobRecord.attributesToDeclare = function () {
return [
this.attr("Job", "jobAttr", "Job", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobRec());
}, true, CareersData_COModel.JobRec)
].concat(_super.attributesToDeclare.call(this));
};
JobRecord.fromStructure = function (str) {
return new JobRecord(new JobRecord.RecordClass({
jobAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
JobRecord._isAnonymousRecord = true;
JobRecord.UniqueId = "97809608-139c-1f31-002b-cd3557a92675";
JobRecord.init();
return JobRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.JobRecord = JobRecord;
});
define("Portal.model$JobRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$JobRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var JobRecordList = (function (_super) {
__extends(JobRecordList, _super);
function JobRecordList(defaults) {
_super.apply(this, arguments);
}
JobRecordList.itemType = PortalModel.JobRecord;
return JobRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.JobRecordList = JobRecordList;
});
define("Portal.model$IRoleRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRoleRec = (function (_super) {
__extends(IRoleRec, _super);
function IRoleRec(defaults) {
_super.apply(this, arguments);
}
IRoleRec.attributesToDeclare = function () {
return [
this.attr("title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IRoleRec.fromStructure = function (str) {
return new IRoleRec(new IRoleRec.RecordClass({
titleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IRoleRec.init();
return IRoleRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IRoleRec = IRoleRec;
});
define("Portal.model$IRoleList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRoleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRoleList = (function (_super) {
__extends(IRoleList, _super);
function IRoleList(defaults) {
_super.apply(this, arguments);
}
IRoleList.itemType = PortalModel.IRoleRec;
return IRoleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IRoleList = IRoleList;
});
define("Portal.model$Payload41Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRoleList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload41Rec = (function (_super) {
__extends(Payload41Rec, _super);
function Payload41Rec(defaults) {
_super.apply(this, arguments);
}
Payload41Rec.attributesToDeclare = function () {
return [
this.attr("Roles", "rolesAttr", "roles", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IRoleList());
}, true, PortalModel.IRoleList)
].concat(_super.attributesToDeclare.call(this));
};
Payload41Rec.fromStructure = function (str) {
return new Payload41Rec(new Payload41Rec.RecordClass({
rolesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload41Rec.init();
return Payload41Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload41Rec = Payload41Rec;
});
define("Portal.model$Payload41Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload41Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload41Record = (function (_super) {
__extends(Payload41Record, _super);
function Payload41Record(defaults) {
_super.apply(this, arguments);
}
Payload41Record.attributesToDeclare = function () {
return [
this.attr("Payload41", "payload41Attr", "Payload41", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload41Rec());
}, true, PortalModel.Payload41Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload41Record.fromStructure = function (str) {
return new Payload41Record(new Payload41Record.RecordClass({
payload41Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload41Record._isAnonymousRecord = true;
Payload41Record.UniqueId = "1c1a9262-be03-d8c6-6fd0-41fbc92835dd";
Payload41Record.init();
return Payload41Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload41Record = Payload41Record;
});
define("Portal.model$CountryItem4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem4Rec = (function (_super) {
__extends(CountryItem4Rec, _super);
function CountryItem4Rec(defaults) {
_super.apply(this, arguments);
}
CountryItem4Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CountryItem4Rec.init();
return CountryItem4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItem4Rec = CountryItem4Rec;
});
define("Portal.model$CountryItem4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem4List = (function (_super) {
__extends(CountryItem4List, _super);
function CountryItem4List(defaults) {
_super.apply(this, arguments);
}
CountryItem4List.itemType = PortalModel.CountryItem4Rec;
return CountryItem4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItem4List = CountryItem4List;
});
define("Portal.model$Payload20Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload20Rec = (function (_super) {
__extends(Payload20Rec, _super);
function Payload20Rec(defaults) {
_super.apply(this, arguments);
}
Payload20Rec.attributesToDeclare = function () {
return [
this.attr("countries", "countriesAttr", "countries", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItem4List());
}, true, PortalModel.CountryItem4List)
].concat(_super.attributesToDeclare.call(this));
};
Payload20Rec.fromStructure = function (str) {
return new Payload20Rec(new Payload20Rec.RecordClass({
countriesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload20Rec.init();
return Payload20Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload20Rec = Payload20Rec;
});
define("Portal.model$GetCoutriesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload20Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCoutriesResponseRec = (function (_super) {
__extends(GetCoutriesResponseRec, _super);
function GetCoutriesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetCoutriesResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload20Rec());
}, true, PortalModel.Payload20Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCoutriesResponseRec.init();
return GetCoutriesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCoutriesResponseRec = GetCoutriesResponseRec;
});
define("Portal.model$GetCoutriesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCoutriesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCoutriesResponseRecord = (function (_super) {
__extends(GetCoutriesResponseRecord, _super);
function GetCoutriesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetCoutriesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetCoutriesResponse", "getCoutriesResponseAttr", "GetCoutriesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCoutriesResponseRec());
}, true, PortalModel.GetCoutriesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCoutriesResponseRecord.fromStructure = function (str) {
return new GetCoutriesResponseRecord(new GetCoutriesResponseRecord.RecordClass({
getCoutriesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCoutriesResponseRecord._isAnonymousRecord = true;
GetCoutriesResponseRecord.UniqueId = "8a7fe874-8ef4-6922-a10b-425c5ef015ff";
GetCoutriesResponseRecord.init();
return GetCoutriesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCoutriesResponseRecord = GetCoutriesResponseRecord;
});
define("Portal.model$GetCoutriesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCoutriesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCoutriesResponseRecordList = (function (_super) {
__extends(GetCoutriesResponseRecordList, _super);
function GetCoutriesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetCoutriesResponseRecordList.itemType = PortalModel.GetCoutriesResponseRecord;
return GetCoutriesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCoutriesResponseRecordList = GetCoutriesResponseRecordList;
});
define("Portal.model$URLQueryParameter10Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter10Rec = (function (_super) {
__extends(URLQueryParameter10Rec, _super);
function URLQueryParameter10Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter10Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter10Rec.init();
return URLQueryParameter10Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter10Rec = URLQueryParameter10Rec;
});
define("Portal.model$URLQueryParameter10List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter10List = (function (_super) {
__extends(URLQueryParameter10List, _super);
function URLQueryParameter10List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter10List.itemType = PortalModel.URLQueryParameter10Rec;
return URLQueryParameter10List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter10List = URLQueryParameter10List;
});
define("Portal.model$ProcessPaymentRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRecordList = (function (_super) {
__extends(ProcessPaymentRecordList, _super);
function ProcessPaymentRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRecordList.itemType = PortalModel.ProcessPaymentRecord;
return ProcessPaymentRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentRecordList = ProcessPaymentRecordList;
});
define("Portal.model$PostPrintAWBRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBRequestRec = (function (_super) {
__extends(PostPrintAWBRequestRec, _super);
function PostPrintAWBRequestRec(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBRequestRec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostPrintAWBRequestRec.fromStructure = function (str) {
return new PostPrintAWBRequestRec(new PostPrintAWBRequestRec.RecordClass({
airwayBillNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostPrintAWBRequestRec.init();
return PostPrintAWBRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostPrintAWBRequestRec = PostPrintAWBRequestRec;
});
define("Portal.model$PostPrintAWBRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBRequestList = (function (_super) {
__extends(PostPrintAWBRequestList, _super);
function PostPrintAWBRequestList(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBRequestList.itemType = PortalModel.PostPrintAWBRequestRec;
return PostPrintAWBRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostPrintAWBRequestList = PostPrintAWBRequestList;
});
define("Portal.model$HTTPResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse2Rec = (function (_super) {
__extends(HTTPResponse2Rec, _super);
function HTTPResponse2Rec(defaults) {
_super.apply(this, arguments);
}
HTTPResponse2Rec.attributesToDeclare = function () {
return [
this.attr("ResponseText", "responseTextAttr", "ResponseText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ResponseBinary", "responseBinaryAttr", "ResponseBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse2Rec.init();
return HTTPResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse2Rec = HTTPResponse2Rec;
});
define("Portal.model$Payload3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload3Record = (function (_super) {
__extends(Payload3Record, _super);
function Payload3Record(defaults) {
_super.apply(this, arguments);
}
Payload3Record.attributesToDeclare = function () {
return [
this.attr("Payload3", "payload3Attr", "Payload3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload3Rec());
}, true, PortalModel.Payload3Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload3Record.fromStructure = function (str) {
return new Payload3Record(new Payload3Record.RecordClass({
payload3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload3Record._isAnonymousRecord = true;
Payload3Record.UniqueId = "c0dfc4a7-b8d5-163c-ad15-978f42e235a0";
Payload3Record.init();
return Payload3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload3Record = Payload3Record;
});
define("Portal.model$Payload3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload3RecordList = (function (_super) {
__extends(Payload3RecordList, _super);
function Payload3RecordList(defaults) {
_super.apply(this, arguments);
}
Payload3RecordList.itemType = PortalModel.Payload3Record;
return Payload3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload3RecordList = Payload3RecordList;
});
define("Portal.model$PostVerifyResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyResponseList = (function (_super) {
__extends(PostVerifyResponseList, _super);
function PostVerifyResponseList(defaults) {
_super.apply(this, arguments);
}
PostVerifyResponseList.itemType = PortalModel.PostVerifyResponseRec;
return PostVerifyResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostVerifyResponseList = PostVerifyResponseList;
});
define("Portal.model$ViewpickupdetailsresultList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewpickupdetailsresultRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewpickupdetailsresultList = (function (_super) {
__extends(ViewpickupdetailsresultList, _super);
function ViewpickupdetailsresultList(defaults) {
_super.apply(this, arguments);
}
ViewpickupdetailsresultList.itemType = PortalModel.ViewpickupdetailsresultRec;
return ViewpickupdetailsresultList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewpickupdetailsresultList = ViewpickupdetailsresultList;
});
define("Portal.model$PayloadItem4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderProductListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem4Rec = (function (_super) {
__extends(PayloadItem4Rec, _super);
function PayloadItem4Rec(defaults) {
_super.apply(this, arguments);
}
PayloadItem4Rec.attributesToDeclare = function () {
return [
this.attr("ServiceTitle", "serviceTitleAttr", "ServiceTitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedOn", "createdOnAttr", "CreatedOn", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PaymentRef", "paymentRefAttr", "PaymentRef", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderStatus", "orderStatusAttr", "OrderStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServicePrice", "servicePriceAttr", "ServicePrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OrderServiceStatus", "orderServiceStatusAttr", "OrderServiceStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CartServicesLabel", "cartServicesLabelAttr", "CartServicesLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InvoiceDocumentId", "invoiceDocumentIdAttr", "InvoiceDocumentId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CompletedOn", "completedOnAttr", "CompletedOn", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsFinPostSuccess", "isFinPostSuccessAttr", "IsFinPostSuccess", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OrderHeaderId", "orderHeaderIdAttr", "OrderHeaderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderProductList", "orderProductListAttr", "OrderProductList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderProductListItemList());
}, true, PortalModel.OrderProductListItemList)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem4Rec.init();
return PayloadItem4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem4Rec = PayloadItem4Rec;
});
define("Portal.model$PayloadItem4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem4List = (function (_super) {
__extends(PayloadItem4List, _super);
function PayloadItem4List(defaults) {
_super.apply(this, arguments);
}
PayloadItem4List.itemType = PortalModel.PayloadItem4Rec;
return PayloadItem4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem4List = PayloadItem4List;
});
define("Portal.model$JobApplicationRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$JobApplicationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var JobApplicationRecord = (function (_super) {
__extends(JobApplicationRecord, _super);
function JobApplicationRecord(defaults) {
_super.apply(this, arguments);
}
JobApplicationRecord.attributesToDeclare = function () {
return [
this.attr("JobApplication", "jobApplicationAttr", "JobApplication", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobApplicationRec());
}, true, CareersData_COModel.JobApplicationRec)
].concat(_super.attributesToDeclare.call(this));
};
JobApplicationRecord.fromStructure = function (str) {
return new JobApplicationRecord(new JobApplicationRecord.RecordClass({
jobApplicationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
JobApplicationRecord._isAnonymousRecord = true;
JobApplicationRecord.UniqueId = "1ccc7b92-f7f4-3224-36af-ec855447e769";
JobApplicationRecord.init();
return JobApplicationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.JobApplicationRecord = JobApplicationRecord;
});
define("Portal.model$DeliveryOffice2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryOffice2Rec = (function (_super) {
__extends(DeliveryOffice2Rec, _super);
function DeliveryOffice2Rec(defaults) {
_super.apply(this, arguments);
}
DeliveryOffice2Rec.attributesToDeclare = function () {
return [
this.attr("officeId", "officeIdAttr", "officeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("officeIntId", "officeIntIdAttr", "officeIntId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("officeName", "officeNameAttr", "officeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("longitude", "longitudeAttr", "longitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("address", "addressAttr", "address", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DeliveryOffice2Rec.init();
return DeliveryOffice2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.DeliveryOffice2Rec = DeliveryOffice2Rec;
});
define("Portal.model$DeliveryOffice2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryOffice2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryOffice2List = (function (_super) {
__extends(DeliveryOffice2List, _super);
function DeliveryOffice2List(defaults) {
_super.apply(this, arguments);
}
DeliveryOffice2List.itemType = PortalModel.DeliveryOffice2Rec;
return DeliveryOffice2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.DeliveryOffice2List = DeliveryOffice2List;
});
define("Portal.model$GetDeliveryOfficePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryOffice2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficePayloadRec = (function (_super) {
__extends(GetDeliveryOfficePayloadRec, _super);
function GetDeliveryOfficePayloadRec(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficePayloadRec.attributesToDeclare = function () {
return [
this.attr("DeliveryOffice", "deliveryOfficeAttr", "DeliveryOffice", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DeliveryOffice2List());
}, true, PortalModel.DeliveryOffice2List)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryOfficePayloadRec.fromStructure = function (str) {
return new GetDeliveryOfficePayloadRec(new GetDeliveryOfficePayloadRec.RecordClass({
deliveryOfficeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryOfficePayloadRec.init();
return GetDeliveryOfficePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryOfficePayloadRec = GetDeliveryOfficePayloadRec;
});
define("Portal.model$PendingInvoiceItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceItemRec = (function (_super) {
__extends(PendingInvoiceItemRec, _super);
function PendingInvoiceItemRec(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceItemRec.attributesToDeclare = function () {
return [
this.attr("accountingFlexField", "accountingFlexFieldAttr", "accountingFlexField", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("amount_applied", "amount_appliedAttr", "amount_applied", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("asOfDate", "asOfDateAttr", "asOfDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket1", "bucket1Attr", "bucket1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket2", "bucket2Attr", "bucket2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket3", "bucket3Attr", "bucket3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket4", "bucket4Attr", "bucket4", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket5", "bucket5Attr", "bucket5", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucket6", "bucket6Attr", "bucket6", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bucketCurrent", "bucketCurrentAttr", "bucketCurrent", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cashReceiptId", "cashReceiptIdAttr", "cashReceiptId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("class_", "class_Attr", "class_", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("codeCombinationId", "codeCombinationIdAttr", "codeCombinationId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("credit_limit", "credit_limitAttr", "credit_limit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cust_payment_term", "cust_payment_termAttr", "cust_payment_term", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cust_trn_number", "cust_trn_numberAttr", "cust_trn_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerId", "customerIdAttr", "customerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerSiteUseId", "customerSiteUseIdAttr", "customerSiteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerTrxId", "customerTrxIdAttr", "customerTrxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customer_name", "customer_nameAttr", "customer_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("daysLate", "daysLateAttr", "daysLate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("dueDate", "dueDateAttr", "dueDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emailDate", "emailDateAttr", "emailDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emailMessage", "emailMessageAttr", "emailMessage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("glDate", "glDateAttr", "glDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("invoiceCurrencyCode", "invoiceCurrencyCodeAttr", "invoiceCurrencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("orgId", "orgIdAttr", "orgId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("outstandingAmount", "outstandingAmountAttr", "outstandingAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("paymentScheduleId", "paymentScheduleIdAttr", "paymentScheduleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("requestId", "requestIdAttr", "requestId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("trxDate", "trxDateAttr", "trxDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("trxNumber", "trxNumberAttr", "trxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("trxType", "trxTypeAttr", "trxType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AmountDueOriginal", "amountDueOriginalAttr", "amountDueOriginal", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceItemRec.init();
return PendingInvoiceItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceItemRec = PendingInvoiceItemRec;
});
define("Portal.model$PendingInvoiceItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceItemList = (function (_super) {
__extends(PendingInvoiceItemList, _super);
function PendingInvoiceItemList(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceItemList.itemType = PortalModel.PendingInvoiceItemRec;
return PendingInvoiceItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceItemList = PendingInvoiceItemList;
});
define("Portal.model$ShipmentReportPreferRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$ShipmentReportPreferRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentReportPreferRecord = (function (_super) {
__extends(ShipmentReportPreferRecord, _super);
function ShipmentReportPreferRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentReportPreferRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentReportPrefer", "shipmentReportPreferAttr", "ShipmentReportPrefer", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.ShipmentReportPreferRec());
}, true, Data_COModel.ShipmentReportPreferRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentReportPreferRecord.fromStructure = function (str) {
return new ShipmentReportPreferRecord(new ShipmentReportPreferRecord.RecordClass({
shipmentReportPreferAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentReportPreferRecord._isAnonymousRecord = true;
ShipmentReportPreferRecord.UniqueId = "1cf3d3a5-8a6d-7395-fb6e-708c0adb932e";
ShipmentReportPreferRecord.init();
return ShipmentReportPreferRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentReportPreferRecord = ShipmentReportPreferRecord;
});
define("Portal.model$Payload46Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload46Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload46Record = (function (_super) {
__extends(Payload46Record, _super);
function Payload46Record(defaults) {
_super.apply(this, arguments);
}
Payload46Record.attributesToDeclare = function () {
return [
this.attr("Payload46", "payload46Attr", "Payload46", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload46Rec());
}, true, PortalModel.Payload46Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload46Record.fromStructure = function (str) {
return new Payload46Record(new Payload46Record.RecordClass({
payload46Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload46Record._isAnonymousRecord = true;
Payload46Record.UniqueId = "1d116d41-c163-495d-fc45-6738a6f73974";
Payload46Record.init();
return Payload46Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload46Record = Payload46Record;
});
define("Portal.model$SupportingDocumentItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SupportingDocumentItemRec = (function (_super) {
__extends(SupportingDocumentItemRec, _super);
function SupportingDocumentItemRec(defaults) {
_super.apply(this, arguments);
}
SupportingDocumentItemRec.attributesToDeclare = function () {
return [
this.attr("fileId", "fileIdAttr", "fileId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("documentType", "documentTypeAttr", "documentType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SupportingDocumentItemRec.init();
return SupportingDocumentItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SupportingDocumentItemRec = SupportingDocumentItemRec;
});
define("Portal.model$SupportingDocumentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SupportingDocumentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SupportingDocumentItemList = (function (_super) {
__extends(SupportingDocumentItemList, _super);
function SupportingDocumentItemList(defaults) {
_super.apply(this, arguments);
}
SupportingDocumentItemList.itemType = PortalModel.SupportingDocumentItemRec;
return SupportingDocumentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SupportingDocumentItemList = SupportingDocumentItemList;
});
define("Portal.model$IntnlPackageDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailRec = (function (_super) {
__extends(IntnlPackageDetailRec, _super);
function IntnlPackageDetailRec(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailRec.attributesToDeclare = function () {
return [
this.attr("InquiryReason", "inquiryReasonAttr", "inquiryReason", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemFoundAction", "itemFoundActionAttr", "itemFoundAction", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("InvoiceValue", "invoiceValueAttr", "invoiceValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ChargesPaid", "chargesPaidAttr", "chargesPaid", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPackageDetailRec.init();
return IntnlPackageDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPackageDetailRec = IntnlPackageDetailRec;
});
define("Portal.model$IntnlPostalEnquiryDetail2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetail2Rec = (function (_super) {
__extends(IntnlPostalEnquiryDetail2Rec, _super);
function IntnlPostalEnquiryDetail2Rec(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetail2Rec.attributesToDeclare = function () {
return [
this.attr("IntnlPackageDetails", "intnlPackageDetailsAttr", "intnlPackageDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPackageDetailRec());
}, true, PortalModel.IntnlPackageDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPostalEnquiryDetail2Rec.fromStructure = function (str) {
return new IntnlPostalEnquiryDetail2Rec(new IntnlPostalEnquiryDetail2Rec.RecordClass({
intnlPackageDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntnlPostalEnquiryDetail2Rec.init();
return IntnlPostalEnquiryDetail2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPostalEnquiryDetail2Rec = IntnlPostalEnquiryDetail2Rec;
});
define("Portal.model$CaseBody2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GeneralCaseDetailsRec", "Portal.model$MoneyOrderDetailRec", "Portal.model$CourierLicensingAndSupplierComplaintDetailRec", "Portal.model$RateDetailRec", "Portal.model$IntnlPostalEnquiryDetail2Rec", "Portal.model$RefundDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody2Rec = (function (_super) {
__extends(CaseBody2Rec, _super);
function CaseBody2Rec(defaults) {
_super.apply(this, arguments);
}
CaseBody2Rec.attributesToDeclare = function () {
return [
this.attr("GeneralCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GeneralCaseDetailsRec());
}, true, PortalModel.GeneralCaseDetailsRec),
this.attr("MoneyOrderDetails", "moneyOrderDetailsAttr", "moneyOrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MoneyOrderDetailRec());
}, true, PortalModel.MoneyOrderDetailRec),
this.attr("CourierLicensingAndSupplierComplaintDetails", "courierLicensingAndSupplierComplaintDetailsAttr", "courierLicensingAndSupplierComplaintDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.CourierLicensingAndSupplierComplaintDetailRec),
this.attr("RateDetails", "rateDetailsAttr", "rateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RateDetailRec());
}, true, PortalModel.RateDetailRec),
this.attr("IntnlPostalEnquiryDetails", "intnlPostalEnquiryDetailsAttr", "intnlPostalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPostalEnquiryDetail2Rec());
}, true, PortalModel.IntnlPostalEnquiryDetail2Rec),
this.attr("RefundDetails", "refundDetailsAttr", "refundDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RefundDetailRec());
}, true, PortalModel.RefundDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody2Rec.init();
return CaseBody2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody2Rec = CaseBody2Rec;
});
define("Portal.model$SaveCaseRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SupportingDocumentItemList", "Portal.model$CaseBody2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequest2Rec = (function (_super) {
__extends(SaveCaseRequest2Rec, _super);
function SaveCaseRequest2Rec(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequest2Rec.attributesToDeclare = function () {
return [
this.attr("SupportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SupportingDocumentItemList());
}, true, PortalModel.SupportingDocumentItemList),
this.attr("CaseBody", "caseBodyAttr", "caseBody", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBody2Rec());
}, true, PortalModel.CaseBody2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseRequest2Rec.init();
return SaveCaseRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseRequest2Rec = SaveCaseRequest2Rec;
});
define("Portal.model$SaveCaseRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequest2Record = (function (_super) {
__extends(SaveCaseRequest2Record, _super);
function SaveCaseRequest2Record(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequest2Record.attributesToDeclare = function () {
return [
this.attr("SaveCaseRequest2", "saveCaseRequest2Attr", "SaveCaseRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveCaseRequest2Rec());
}, true, PortalModel.SaveCaseRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseRequest2Record.fromStructure = function (str) {
return new SaveCaseRequest2Record(new SaveCaseRequest2Record.RecordClass({
saveCaseRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveCaseRequest2Record._isAnonymousRecord = true;
SaveCaseRequest2Record.UniqueId = "f48d3ee5-b5ab-5026-f0f9-a6770b195a5a";
SaveCaseRequest2Record.init();
return SaveCaseRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseRequest2Record = SaveCaseRequest2Record;
});
define("Portal.model$SaveCaseRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequest2RecordList = (function (_super) {
__extends(SaveCaseRequest2RecordList, _super);
function SaveCaseRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequest2RecordList.itemType = PortalModel.SaveCaseRequest2Record;
return SaveCaseRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseRequest2RecordList = SaveCaseRequest2RecordList;
});
define("Portal.model$IntnlPostalEnquiryDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetailRecord = (function (_super) {
__extends(IntnlPostalEnquiryDetailRecord, _super);
function IntnlPostalEnquiryDetailRecord(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetailRecord.attributesToDeclare = function () {
return [
this.attr("IntnlPostalEnquiryDetail", "intnlPostalEnquiryDetailAttr", "IntnlPostalEnquiryDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPostalEnquiryDetailRec());
}, true, PortalModel.IntnlPostalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPostalEnquiryDetailRecord.fromStructure = function (str) {
return new IntnlPostalEnquiryDetailRecord(new IntnlPostalEnquiryDetailRecord.RecordClass({
intnlPostalEnquiryDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntnlPostalEnquiryDetailRecord._isAnonymousRecord = true;
IntnlPostalEnquiryDetailRecord.UniqueId = "91db34a8-f68d-60e8-bd92-3bc8d5257458";
IntnlPostalEnquiryDetailRecord.init();
return IntnlPostalEnquiryDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPostalEnquiryDetailRecord = IntnlPostalEnquiryDetailRecord;
});
define("Portal.model$IntnlPostalEnquiryDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetailRecordList = (function (_super) {
__extends(IntnlPostalEnquiryDetailRecordList, _super);
function IntnlPostalEnquiryDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetailRecordList.itemType = PortalModel.IntnlPostalEnquiryDetailRecord;
return IntnlPostalEnquiryDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPostalEnquiryDetailRecordList = IntnlPostalEnquiryDetailRecordList;
});
define("Portal.model$GetPostalCitiesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload24Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPostalCitiesResponseRec = (function (_super) {
__extends(GetPostalCitiesResponseRec, _super);
function GetPostalCitiesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetPostalCitiesResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload24Rec());
}, true, PortalModel.Payload24Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetPostalCitiesResponseRec.init();
return GetPostalCitiesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPostalCitiesResponseRec = GetPostalCitiesResponseRec;
});
define("Portal.model$GetPostalCitiesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPostalCitiesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPostalCitiesResponseRecord = (function (_super) {
__extends(GetPostalCitiesResponseRecord, _super);
function GetPostalCitiesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetPostalCitiesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetPostalCitiesResponse", "getPostalCitiesResponseAttr", "GetPostalCitiesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPostalCitiesResponseRec());
}, true, PortalModel.GetPostalCitiesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPostalCitiesResponseRecord.fromStructure = function (str) {
return new GetPostalCitiesResponseRecord(new GetPostalCitiesResponseRecord.RecordClass({
getPostalCitiesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPostalCitiesResponseRecord._isAnonymousRecord = true;
GetPostalCitiesResponseRecord.UniqueId = "1d73a48d-890e-ea97-5ca0-b91bd6790619";
GetPostalCitiesResponseRecord.init();
return GetPostalCitiesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPostalCitiesResponseRecord = GetPostalCitiesResponseRecord;
});
define("Portal.model$ItemFromCart2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCart2Rec = (function (_super) {
__extends(ItemFromCart2Rec, _super);
function ItemFromCart2Rec(defaults) {
_super.apply(this, arguments);
}
ItemFromCart2Rec.attributesToDeclare = function () {
return [
this.attr("orderId", "orderIdAttr", "orderId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProductId2", "productId2Attr", "ProductId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsCourtDiscountPackage", "isCourtDiscountPackageAttr", "isCourtDiscountPackage", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ItemFromCart2Rec.init();
return ItemFromCart2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFromCart2Rec = ItemFromCart2Rec;
});
define("Portal.model$ExcelOSRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelOSRec = (function (_super) {
__extends(ExcelOSRec, _super);
function ExcelOSRec(defaults) {
_super.apply(this, arguments);
}
ExcelOSRec.attributesToDeclare = function () {
return [
this.attr("DocumentNumber", "documentNumberAttr", "Document Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocumentDate", "documentDateAttr", "Document Date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransactionType", "transactionTypeAttr", "Transaction Type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrencyCode", "currencyCodeAttr", "Currency Code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginalAmount", "originalAmountAttr", "Original Amount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Paid_AppliedAmount", "paid_AppliedAmountAttr", "Paid/Applied Amount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BalanceDue", "balanceDueAttr", "Balance Due", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ExcelOSRec.init();
return ExcelOSRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelOSRec = ExcelOSRec;
});
define("Portal.model$ExcelOSList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelOSRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelOSList = (function (_super) {
__extends(ExcelOSList, _super);
function ExcelOSList(defaults) {
_super.apply(this, arguments);
}
ExcelOSList.itemType = PortalModel.ExcelOSRec;
return ExcelOSList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelOSList = ExcelOSList;
});
define("Portal.model$CASHRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CASHRec = (function (_super) {
__extends(CASHRec, _super);
function CASHRec(defaults) {
_super.apply(this, arguments);
}
CASHRec.attributesToDeclare = function () {
return [
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AppliedAmount", "appliedAmountAttr", "appliedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Comments", "commentsAttr", "comments", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrencyCode", "currencyCodeAttr", "currencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "customerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerSiteUseId", "customerSiteUseIdAttr", "customerSiteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Doc_sequence_value", "doc_sequence_valueAttr", "doc_sequence_value", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FunctionalAmount", "functionalAmountAttr", "functionalAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Gl_posted_date", "gl_posted_dateAttr", "gl_posted_date", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Maturity_date", "maturity_dateAttr", "maturity_date", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("NetAmount", "netAmountAttr", "netAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrgId", "orgIdAttr", "orgId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payment_type", "payment_typeAttr", "payment_type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptNumber", "receiptNumberAttr", "receiptNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptStatus", "receiptStatusAttr", "receiptStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiptStatusDsp", "receiptStatusDspAttr", "receiptStatusDsp", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DepositDate", "depositDateAttr", "depositDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("GlDate", "glDateAttr", "glDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ReceiptDate", "receiptDateAttr", "receiptDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "createdBy", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CashReceiptID", "cashReceiptIDAttr", "cashReceiptID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CASHRec.init();
return CASHRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CASHRec = CASHRec;
});
define("Portal.model$CASHRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CASHRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CASHRecord = (function (_super) {
__extends(CASHRecord, _super);
function CASHRecord(defaults) {
_super.apply(this, arguments);
}
CASHRecord.attributesToDeclare = function () {
return [
this.attr("CASH", "cASHAttr", "CASH", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CASHRec());
}, true, PortalModel.CASHRec)
].concat(_super.attributesToDeclare.call(this));
};
CASHRecord.fromStructure = function (str) {
return new CASHRecord(new CASHRecord.RecordClass({
cASHAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CASHRecord._isAnonymousRecord = true;
CASHRecord.UniqueId = "76a39657-9fe7-6742-4a41-cef4dfe238d9";
CASHRecord.init();
return CASHRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CASHRecord = CASHRecord;
});
define("Portal.model$CASHRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CASHRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CASHRecordList = (function (_super) {
__extends(CASHRecordList, _super);
function CASHRecordList(defaults) {
_super.apply(this, arguments);
}
CASHRecordList.itemType = PortalModel.CASHRecord;
return CASHRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CASHRecordList = CASHRecordList;
});
define("Portal.model$ResendActivationEmailRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRequestRecordList = (function (_super) {
__extends(ResendActivationEmailRequestRecordList, _super);
function ResendActivationEmailRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRequestRecordList.itemType = PortalModel.ResendActivationEmailRequestRecord;
return ResendActivationEmailRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendActivationEmailRequestRecordList = ResendActivationEmailRequestRecordList;
});
define("Portal.model$BookingItemRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemRequestRecord = (function (_super) {
__extends(BookingItemRequestRecord, _super);
function BookingItemRequestRecord(defaults) {
_super.apply(this, arguments);
}
BookingItemRequestRecord.attributesToDeclare = function () {
return [
this.attr("BookingItemRequest", "bookingItemRequestAttr", "BookingItemRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BookingItemRequestRec());
}, true, PortalModel.BookingItemRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
BookingItemRequestRecord.fromStructure = function (str) {
return new BookingItemRequestRecord(new BookingItemRequestRecord.RecordClass({
bookingItemRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BookingItemRequestRecord._isAnonymousRecord = true;
BookingItemRequestRecord.UniqueId = "2d57c743-c93b-56b8-5a18-eb9fb500a083";
BookingItemRequestRecord.init();
return BookingItemRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BookingItemRequestRecord = BookingItemRequestRecord;
});
define("Portal.model$BookingItemRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemRequestRecordList = (function (_super) {
__extends(BookingItemRequestRecordList, _super);
function BookingItemRequestRecordList(defaults) {
_super.apply(this, arguments);
}
BookingItemRequestRecordList.itemType = PortalModel.BookingItemRequestRecord;
return BookingItemRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BookingItemRequestRecordList = BookingItemRequestRecordList;
});
define("Portal.model$IDLStatusPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusPayloadList = (function (_super) {
__extends(IDLStatusPayloadList, _super);
function IDLStatusPayloadList(defaults) {
_super.apply(this, arguments);
}
IDLStatusPayloadList.itemType = PortalModel.IDLStatusPayloadRec;
return IDLStatusPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLStatusPayloadList = IDLStatusPayloadList;
});
define("Portal.model$OrderFulfillmentItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderFulfillmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderFulfillmentItemList = (function (_super) {
__extends(OrderFulfillmentItemList, _super);
function OrderFulfillmentItemList(defaults) {
_super.apply(this, arguments);
}
OrderFulfillmentItemList.itemType = PortalModel.OrderFulfillmentItemRec;
return OrderFulfillmentItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderFulfillmentItemList = OrderFulfillmentItemList;
});
define("Portal.model$Payload52Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderFulfillmentItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload52Rec = (function (_super) {
__extends(Payload52Rec, _super);
function Payload52Rec(defaults) {
_super.apply(this, arguments);
}
Payload52Rec.attributesToDeclare = function () {
return [
this.attr("ProductFullfillmentDetails", "productFullfillmentDetailsAttr", "productFullfillmentDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderFulfillmentItemList());
}, true, PortalModel.OrderFulfillmentItemList),
this.attr("OrderRefId", "orderRefIdAttr", "OrderRefId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CaseRefId", "caseRefIdAttr", "CaseRefId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("IsFulfillmentComplete", "isFulfillmentCompleteAttr", "isFulfillmentComplete", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsCaseCreated", "isCaseCreatedAttr", "isCaseCreated", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OrderStatus", "orderStatusAttr", "OrderStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderType", "orderTypeAttr", "OrderType", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload52Rec.init();
return Payload52Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload52Rec = Payload52Rec;
});
define("Portal.model$ProcessOrderResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload52Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessOrderResponse2Rec = (function (_super) {
__extends(ProcessOrderResponse2Rec, _super);
function ProcessOrderResponse2Rec(defaults) {
_super.apply(this, arguments);
}
ProcessOrderResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload52Rec());
}, true, PortalModel.Payload52Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessOrderResponse2Rec.init();
return ProcessOrderResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessOrderResponse2Rec = ProcessOrderResponse2Rec;
});
define("Portal.model$ProcessOrderResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessOrderResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessOrderResponse2Record = (function (_super) {
__extends(ProcessOrderResponse2Record, _super);
function ProcessOrderResponse2Record(defaults) {
_super.apply(this, arguments);
}
ProcessOrderResponse2Record.attributesToDeclare = function () {
return [
this.attr("ProcessOrderResponse2", "processOrderResponse2Attr", "ProcessOrderResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessOrderResponse2Rec());
}, true, PortalModel.ProcessOrderResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessOrderResponse2Record.fromStructure = function (str) {
return new ProcessOrderResponse2Record(new ProcessOrderResponse2Record.RecordClass({
processOrderResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessOrderResponse2Record._isAnonymousRecord = true;
ProcessOrderResponse2Record.UniqueId = "1dc85d38-15a8-15f4-30d9-6645c1d6be38";
ProcessOrderResponse2Record.init();
return ProcessOrderResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessOrderResponse2Record = ProcessOrderResponse2Record;
});
define("Portal.model$Payload51List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload51Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload51List = (function (_super) {
__extends(Payload51List, _super);
function Payload51List(defaults) {
_super.apply(this, arguments);
}
Payload51List.itemType = PortalModel.Payload51Rec;
return Payload51List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload51List = Payload51List;
});
define("Portal.model$Payload69Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload69Rec = (function (_super) {
__extends(Payload69Rec, _super);
function Payload69Rec(defaults) {
_super.apply(this, arguments);
}
Payload69Rec.attributesToDeclare = function () {
return [
this.attr("BundleServiceDetail", "bundleServiceDetailAttr", "BundleServiceDetail", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceDetailItemList());
}, true, PortalModel.BundleServiceDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload69Rec.fromStructure = function (str) {
return new Payload69Rec(new Payload69Rec.RecordClass({
bundleServiceDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload69Rec.init();
return Payload69Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload69Rec = Payload69Rec;
});
define("Portal.model$Payload56Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload56Rec = (function (_super) {
__extends(Payload56Rec, _super);
function Payload56Rec(defaults) {
_super.apply(this, arguments);
}
Payload56Rec.attributesToDeclare = function () {
return [
this.attr("Token", "tokenAttr", "Token", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload56Rec.fromStructure = function (str) {
return new Payload56Rec(new Payload56Rec.RecordClass({
tokenAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload56Rec.init();
return Payload56Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload56Rec = Payload56Rec;
});
define("Portal.model$CreatePasswordRecoverResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload56Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePasswordRecoverResponseRec = (function (_super) {
__extends(CreatePasswordRecoverResponseRec, _super);
function CreatePasswordRecoverResponseRec(defaults) {
_super.apply(this, arguments);
}
CreatePasswordRecoverResponseRec.attributesToDeclare = function () {
return [
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload56Rec());
}, true, PortalModel.Payload56Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePasswordRecoverResponseRec.init();
return CreatePasswordRecoverResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePasswordRecoverResponseRec = CreatePasswordRecoverResponseRec;
});
define("Portal.model$CreatePasswordRecoverResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePasswordRecoverResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePasswordRecoverResponseList = (function (_super) {
__extends(CreatePasswordRecoverResponseList, _super);
function CreatePasswordRecoverResponseList(defaults) {
_super.apply(this, arguments);
}
CreatePasswordRecoverResponseList.itemType = PortalModel.CreatePasswordRecoverResponseRec;
return CreatePasswordRecoverResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePasswordRecoverResponseList = CreatePasswordRecoverResponseList;
});
define("Portal.model$ARPendingRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ARPendingRec = (function (_super) {
__extends(ARPendingRec, _super);
function ARPendingRec(defaults) {
_super.apply(this, arguments);
}
ARPendingRec.attributesToDeclare = function () {
return [
this.attr("AccountingFlexField", "accountingFlexFieldAttr", "accountingFlexField", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount_applied", "amount_appliedAttr", "amount_applied", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AsOfDate", "asOfDateAttr", "asOfDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Bucket1", "bucket1Attr", "bucket1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bucket2", "bucket2Attr", "bucket2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bucket3", "bucket3Attr", "bucket3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bucket4", "bucket4Attr", "bucket4", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bucket5", "bucket5Attr", "bucket5", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bucket6", "bucket6Attr", "bucket6", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BucketCurrent", "bucketCurrentAttr", "bucketCurrent", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Class_", "class_Attr", "class_", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Credit_limit", "credit_limitAttr", "credit_limit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cust_payment_term", "cust_payment_termAttr", "cust_payment_term", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cust_trn_number", "cust_trn_numberAttr", "cust_trn_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "customerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerSiteUseId", "customerSiteUseIdAttr", "customerSiteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerTrxId", "customerTrxIdAttr", "customerTrxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Customer_name", "customer_nameAttr", "customer_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DaysLate", "daysLateAttr", "daysLate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DueDate", "dueDateAttr", "dueDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("EmailDate", "emailDateAttr", "emailDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("EmailMessage", "emailMessageAttr", "emailMessage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GlDate", "glDateAttr", "glDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("InvoiceCurrencyCode", "invoiceCurrencyCodeAttr", "invoiceCurrencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrgId", "orgIdAttr", "orgId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OutstandingAmount", "outstandingAmountAttr", "outstandingAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentScheduleId", "paymentScheduleIdAttr", "paymentScheduleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestId", "requestIdAttr", "requestId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrxDate", "trxDateAttr", "trxDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("TrxNumber", "trxNumberAttr", "trxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrxType", "trxTypeAttr", "trxType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AmountDueOriginal", "amountDueOriginalAttr", "amountDueOriginal", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CashReceiptId", "cashReceiptIdAttr", "cashReceiptId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ARPendingRec.init();
return ARPendingRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ARPendingRec = ARPendingRec;
});
define("Portal.model$ARPendingList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ARPendingRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ARPendingList = (function (_super) {
__extends(ARPendingList, _super);
function ARPendingList(defaults) {
_super.apply(this, arguments);
}
ARPendingList.itemType = PortalModel.ARPendingRec;
return ARPendingList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ARPendingList = ARPendingList;
});
define("Portal.model$PendingInvoiceResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ARPendingList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponseRec = (function (_super) {
__extends(PendingInvoiceResponseRec, _super);
function PendingInvoiceResponseRec(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponseRec.attributesToDeclare = function () {
return [
this.attr("InvoiceInfo", "invoiceInfoAttr", "invoiceInfo", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ARPendingList());
}, true, PortalModel.ARPendingList),
this.attr("TotalOriginalAmount", "totalOriginalAmountAttr", "TotalOriginalAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalPaidAmount", "totalPaidAmountAttr", "TotalPaidAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TotalBalanceAmount", "totalBalanceAmountAttr", "TotalBalanceAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceResponseRec.init();
return PendingInvoiceResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceResponseRec = PendingInvoiceResponseRec;
});
define("Portal.model$PendingInvoiceResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponseRecord = (function (_super) {
__extends(PendingInvoiceResponseRecord, _super);
function PendingInvoiceResponseRecord(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponseRecord.attributesToDeclare = function () {
return [
this.attr("PendingInvoiceResponse", "pendingInvoiceResponseAttr", "PendingInvoiceResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PendingInvoiceResponseRec());
}, true, PortalModel.PendingInvoiceResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceResponseRecord.fromStructure = function (str) {
return new PendingInvoiceResponseRecord(new PendingInvoiceResponseRecord.RecordClass({
pendingInvoiceResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PendingInvoiceResponseRecord._isAnonymousRecord = true;
PendingInvoiceResponseRecord.UniqueId = "b095aa40-1b61-9037-9872-4d36a1655718";
PendingInvoiceResponseRecord.init();
return PendingInvoiceResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceResponseRecord = PendingInvoiceResponseRecord;
});
define("Portal.model$PendingInvoiceResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponseRecordList = (function (_super) {
__extends(PendingInvoiceResponseRecordList, _super);
function PendingInvoiceResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponseRecordList.itemType = PortalModel.PendingInvoiceResponseRecord;
return PendingInvoiceResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceResponseRecordList = PendingInvoiceResponseRecordList;
});
define("Portal.model$EmiratesIDLRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesIDLRec = (function (_super) {
__extends(EmiratesIDLRec, _super);
function EmiratesIDLRec(defaults) {
_super.apply(this, arguments);
}
EmiratesIDLRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmiratesIDLRec.init();
return EmiratesIDLRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmiratesIDLRec = EmiratesIDLRec;
});
define("Portal.model$EmiratesIDLList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesIDLList = (function (_super) {
__extends(EmiratesIDLList, _super);
function EmiratesIDLList(defaults) {
_super.apply(this, arguments);
}
EmiratesIDLList.itemType = PortalModel.EmiratesIDLRec;
return EmiratesIDLList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmiratesIDLList = EmiratesIDLList;
});
define("Portal.model$NationalityIDLRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NationalityIDLRec = (function (_super) {
__extends(NationalityIDLRec, _super);
function NationalityIDLRec(defaults) {
_super.apply(this, arguments);
}
NationalityIDLRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
NationalityIDLRec.init();
return NationalityIDLRec;
})(OS.DataTypes.GenericRecord);
PortalModel.NationalityIDLRec = NationalityIDLRec;
});
define("Portal.model$NationalityIDLList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NationalityIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NationalityIDLList = (function (_super) {
__extends(NationalityIDLList, _super);
function NationalityIDLList(defaults) {
_super.apply(this, arguments);
}
NationalityIDLList.itemType = PortalModel.NationalityIDLRec;
return NationalityIDLList;
})(OS.DataTypes.GenericRecordList);
PortalModel.NationalityIDLList = NationalityIDLList;
});
define("Portal.model$MastersPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesIDLList", "Portal.model$NationalityIDLList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MastersPayloadRec = (function (_super) {
__extends(MastersPayloadRec, _super);
function MastersPayloadRec(defaults) {
_super.apply(this, arguments);
}
MastersPayloadRec.attributesToDeclare = function () {
return [
this.attr("emirates", "emiratesAttr", "emirates", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmiratesIDLList());
}, true, PortalModel.EmiratesIDLList),
this.attr("nationalities", "nationalitiesAttr", "nationalities", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NationalityIDLList());
}, true, PortalModel.NationalityIDLList)
].concat(_super.attributesToDeclare.call(this));
};
MastersPayloadRec.init();
return MastersPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MastersPayloadRec = MastersPayloadRec;
});
define("Portal.model$GetIDLMastersResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MastersPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLMastersResponseRec = (function (_super) {
__extends(GetIDLMastersResponseRec, _super);
function GetIDLMastersResponseRec(defaults) {
_super.apply(this, arguments);
}
GetIDLMastersResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MastersPayloadRec());
}, true, PortalModel.MastersPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLMastersResponseRec.init();
return GetIDLMastersResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLMastersResponseRec = GetIDLMastersResponseRec;
});
define("Portal.model$GetIDLMastersResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLMastersResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLMastersResponseRecord = (function (_super) {
__extends(GetIDLMastersResponseRecord, _super);
function GetIDLMastersResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetIDLMastersResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetIDLMastersResponse", "getIDLMastersResponseAttr", "GetIDLMastersResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetIDLMastersResponseRec());
}, true, PortalModel.GetIDLMastersResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLMastersResponseRecord.fromStructure = function (str) {
return new GetIDLMastersResponseRecord(new GetIDLMastersResponseRecord.RecordClass({
getIDLMastersResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetIDLMastersResponseRecord._isAnonymousRecord = true;
GetIDLMastersResponseRecord.UniqueId = "1e44ec1b-aa6c-2d00-fb24-4539848d9687";
GetIDLMastersResponseRecord.init();
return GetIDLMastersResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLMastersResponseRecord = GetIDLMastersResponseRecord;
});
define("Portal.model$PayloadItem5Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem5Rec = (function (_super) {
__extends(PayloadItem5Rec, _super);
function PayloadItem5Rec(defaults) {
_super.apply(this, arguments);
}
PayloadItem5Rec.attributesToDeclare = function () {
return [
this.attr("OrderServiceId", "orderServiceIdAttr", "OrderServiceId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Year", "yearAttr", "Year", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ServiceDetailTitleEN", "serviceDetailTitleENAttr", "ServiceDetailTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceDetailTitleAR", "serviceDetailTitleARAttr", "ServiceDetailTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ActualPrice", "actualPriceAttr", "ActualPrice", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ActualVAT", "actualVATAttr", "ActualVAT", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ServiceDetailType", "serviceDetailTypeAttr", "ServiceDetailType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem5Rec.init();
return PayloadItem5Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem5Rec = PayloadItem5Rec;
});
define("Portal.model$MultiShipMapListList", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$MultiShipMapListRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapListList = (function (_super) {
__extends(MultiShipMapListList, _super);
function MultiShipMapListList(defaults) {
_super.apply(this, arguments);
}
MultiShipMapListList.itemType = Services_COModel.MultiShipMapListRec;
return MultiShipMapListList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMapListList = MultiShipMapListList;
});
define("Portal.model$ShipmentNotificationItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentNotificationItemRec = (function (_super) {
__extends(ShipmentNotificationItemRec, _super);
function ShipmentNotificationItemRec(defaults) {
_super.apply(this, arguments);
}
ShipmentNotificationItemRec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceivedDateTime", "receivedDateTimeAttr", "receivedDateTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IframeURL", "iframeURLAttr", "iframeURL", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentNotificationItemRec.init();
return ShipmentNotificationItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentNotificationItemRec = ShipmentNotificationItemRec;
});
define("Portal.model$ShipmentNotificationItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentNotificationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentNotificationItemRecord = (function (_super) {
__extends(ShipmentNotificationItemRecord, _super);
function ShipmentNotificationItemRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentNotificationItemRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentNotificationItem", "shipmentNotificationItemAttr", "ShipmentNotificationItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentNotificationItemRec());
}, true, PortalModel.ShipmentNotificationItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentNotificationItemRecord.fromStructure = function (str) {
return new ShipmentNotificationItemRecord(new ShipmentNotificationItemRecord.RecordClass({
shipmentNotificationItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentNotificationItemRecord._isAnonymousRecord = true;
ShipmentNotificationItemRecord.UniqueId = "fd4cbe87-dbfc-584a-839e-38aab46a1191";
ShipmentNotificationItemRecord.init();
return ShipmentNotificationItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentNotificationItemRecord = ShipmentNotificationItemRecord;
});
define("Portal.model$ShipmentNotificationItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentNotificationItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentNotificationItemRecordList = (function (_super) {
__extends(ShipmentNotificationItemRecordList, _super);
function ShipmentNotificationItemRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentNotificationItemRecordList.itemType = PortalModel.ShipmentNotificationItemRecord;
return ShipmentNotificationItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentNotificationItemRecordList = ShipmentNotificationItemRecordList;
});
define("Portal.model$HTTPHeader8Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader8Rec = (function (_super) {
__extends(HTTPHeader8Rec, _super);
function HTTPHeader8Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader8Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader8Rec.init();
return HTTPHeader8Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader8Rec = HTTPHeader8Rec;
});
define("Portal.model$HTTPHeader8Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader8Record = (function (_super) {
__extends(HTTPHeader8Record, _super);
function HTTPHeader8Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader8Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader8", "hTTPHeader8Attr", "HTTPHeader8", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader8Rec());
}, true, PortalModel.HTTPHeader8Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader8Record.fromStructure = function (str) {
return new HTTPHeader8Record(new HTTPHeader8Record.RecordClass({
hTTPHeader8Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader8Record._isAnonymousRecord = true;
HTTPHeader8Record.UniqueId = "ca80cf5c-b787-41ee-c9bc-5a8707f364d0";
HTTPHeader8Record.init();
return HTTPHeader8Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader8Record = HTTPHeader8Record;
});
define("Portal.model$HTTPHeader8RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader8Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader8RecordList = (function (_super) {
__extends(HTTPHeader8RecordList, _super);
function HTTPHeader8RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader8RecordList.itemType = PortalModel.HTTPHeader8Record;
return HTTPHeader8RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader8RecordList = HTTPHeader8RecordList;
});
define("Portal.model$PickupInfo3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupInfo3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupInfo3Record = (function (_super) {
__extends(PickupInfo3Record, _super);
function PickupInfo3Record(defaults) {
_super.apply(this, arguments);
}
PickupInfo3Record.attributesToDeclare = function () {
return [
this.attr("PickupInfo3", "pickupInfo3Attr", "PickupInfo3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupInfo3Rec());
}, true, PortalModel.PickupInfo3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PickupInfo3Record.fromStructure = function (str) {
return new PickupInfo3Record(new PickupInfo3Record.RecordClass({
pickupInfo3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupInfo3Record._isAnonymousRecord = true;
PickupInfo3Record.UniqueId = "1ec056f3-34a2-1f99-56e0-1a0121e059e5";
PickupInfo3Record.init();
return PickupInfo3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupInfo3Record = PickupInfo3Record;
});
define("Portal.model$Career_Step1EditableList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_Step1EditableRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_Step1EditableList = (function (_super) {
__extends(Career_Step1EditableList, _super);
function Career_Step1EditableList(defaults) {
_super.apply(this, arguments);
}
Career_Step1EditableList.itemType = CareersServices_COModel.Career_Step1EditableRec;
return Career_Step1EditableList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_Step1EditableList = Career_Step1EditableList;
});
define("Portal.model$BundleObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleObjectList = (function (_super) {
__extends(BundleObjectList, _super);
function BundleObjectList(defaults) {
_super.apply(this, arguments);
}
BundleObjectList.itemType = PortalModel.BundleObjectRec;
return BundleObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleObjectList = BundleObjectList;
});
define("Portal.model$Payload9Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload9Rec = (function (_super) {
__extends(Payload9Rec, _super);
function Payload9Rec(defaults) {
_super.apply(this, arguments);
}
Payload9Rec.attributesToDeclare = function () {
return [
this.attr("DowngradableBundleObject", "downgradableBundleObjectAttr", "DowngradableBundleObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleObjectList());
}, true, PortalModel.BundleObjectList)
].concat(_super.attributesToDeclare.call(this));
};
Payload9Rec.fromStructure = function (str) {
return new Payload9Rec(new Payload9Rec.RecordClass({
downgradableBundleObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload9Rec.init();
return Payload9Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload9Rec = Payload9Rec;
});
define("Portal.model$Payload9Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload9Record = (function (_super) {
__extends(Payload9Record, _super);
function Payload9Record(defaults) {
_super.apply(this, arguments);
}
Payload9Record.attributesToDeclare = function () {
return [
this.attr("Payload9", "payload9Attr", "Payload9", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload9Rec());
}, true, PortalModel.Payload9Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload9Record.fromStructure = function (str) {
return new Payload9Record(new Payload9Record.RecordClass({
payload9Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload9Record._isAnonymousRecord = true;
Payload9Record.UniqueId = "9c81a0bb-7692-c49b-aa00-635e59b63599";
Payload9Record.init();
return Payload9Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload9Record = Payload9Record;
});
define("Portal.model$Payload9RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload9Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload9RecordList = (function (_super) {
__extends(Payload9RecordList, _super);
function Payload9RecordList(defaults) {
_super.apply(this, arguments);
}
Payload9RecordList.itemType = PortalModel.Payload9Record;
return Payload9RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload9RecordList = Payload9RecordList;
});
define("Portal.model$ReturnItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItem2Rec = (function (_super) {
__extends(ReturnItem2Rec, _super);
function ReturnItem2Rec(defaults) {
_super.apply(this, arguments);
}
ReturnItem2Rec.attributesToDeclare = function () {
return [
this.attr("AccountCreationDate", "accountCreationDateAttr", "accountCreationDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AccountLastUpdateDate", "accountLastUpdateDateAttr", "accountLastUpdateDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AccountLastUpdatedBy", "accountLastUpdatedByAttr", "accountLastUpdatedBy", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address1", "address1Attr", "address1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address2", "address2Attr", "address2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address3", "address3Attr", "address3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address4", "address4Attr", "address4", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressId", "addressIdAttr", "addressId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AreaName", "areaNameAttr", "areaName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Brochure", "brochureAttr", "brochure", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BusinesssReply", "businesssReplyAttr", "businesssReply", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "city", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CollectorName", "collectorNameAttr", "collectorName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Contracts", "contractsAttr", "contracts", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Courier", "courierAttr", "courier", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreditLimit", "creditLimitAttr", "creditLimit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreditTerms", "creditTermsAttr", "creditTerms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerClassCode", "customerClassCodeAttr", "customerClassCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "customerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DirectMarketing", "directMarketingAttr", "directMarketing", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EVision", "eVisionAttr", "EVision", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAddress", "emailAddressAttr", "emailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailInvoices", "emailInvoicesAttr", "emailInvoices", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Ems", "emsAttr", "ems", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EstablishmentDate", "establishmentDateAttr", "establishmentDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastReceiptDate", "lastReceiptDateAttr", "lastReceiptDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastTrxDate", "lastTrxDateAttr", "lastTrxDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Location", "locationAttr", "location", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailRoom", "mailRoomAttr", "mailRoom", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailTransportation", "mailTransportationAttr", "mailTransportation", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MarketingSegment", "marketingSegmentAttr", "marketingSegment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrgId", "orgIdAttr", "orgId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OutstandingAmount", "outstandingAmountAttr", "outstandingAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Parcel", "parcelAttr", "parcel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Philatelic", "philatelicAttr", "philatelic", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickAndDelivery", "pickAndDeliveryAttr", "pickAndDelivery", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostagePaid", "postagePaidAttr", "postagePaid", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostalCode", "postalCodeAttr", "postalCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrimaryPhoneCountryCode", "primaryPhoneCountryCodeAttr", "primaryPhoneCountryCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrimaryPhoneLineType", "primaryPhoneLineTypeAttr", "primaryPhoneLineType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrimaryPhoneNumber", "primaryPhoneNumberAttr", "primaryPhoneNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrintedMatter", "printedMatterAttr", "printedMatter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Province", "provinceAttr", "province", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Rasel", "raselAttr", "rasel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RecGlAccount", "recGlAccountAttr", "recGlAccount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SalesChannel", "salesChannelAttr", "salesChannel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteCreationDate", "siteCreationDateAttr", "siteCreationDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteEmailAddress", "siteEmailAddressAttr", "siteEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteLastUpdateDate", "siteLastUpdateDateAttr", "siteLastUpdateDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteLastUpdateUser", "siteLastUpdateUserAttr", "siteLastUpdateUser", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteNumber", "siteNumberAttr", "siteNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SitePurpose", "sitePurposeAttr", "sitePurpose", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteStatus", "siteStatusAttr", "siteStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteUseId", "siteUseIdAttr", "siteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("State", "stateAttr", "state", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TaxRegistrationNo", "taxRegistrationNoAttr", "taxRegistrationNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ThirdParty", "thirdPartyAttr", "thirdParty", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseExpiryDate", "tradeLicenseExpiryDateAttr", "tradeLicenseExpiryDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "tradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ReturnItem2Rec.init();
return ReturnItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ReturnItem2Rec = ReturnItem2Rec;
});
define("Portal.model$ReturnItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItem2List = (function (_super) {
__extends(ReturnItem2List, _super);
function ReturnItem2List(defaults) {
_super.apply(this, arguments);
}
ReturnItem2List.itemType = PortalModel.ReturnItem2Rec;
return ReturnItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReturnItem2List = ReturnItem2List;
});
define("Portal.model$Payload78Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload78Rec = (function (_super) {
__extends(Payload78Rec, _super);
function Payload78Rec(defaults) {
_super.apply(this, arguments);
}
Payload78Rec.attributesToDeclare = function () {
return [
this.attr("Return", "returnAttr", "return", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReturnItem2List());
}, true, PortalModel.ReturnItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload78Rec.fromStructure = function (str) {
return new Payload78Rec(new Payload78Rec.RecordClass({
returnAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload78Rec.init();
return Payload78Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload78Rec = Payload78Rec;
});
define("Portal.model$GetCustomerInformationsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload78Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerInformationsResponseRec = (function (_super) {
__extends(GetCustomerInformationsResponseRec, _super);
function GetCustomerInformationsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetCustomerInformationsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload78Rec());
}, true, PortalModel.Payload78Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerInformationsResponseRec.init();
return GetCustomerInformationsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerInformationsResponseRec = GetCustomerInformationsResponseRec;
});
define("Portal.model$GetCustomerInformationsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerInformationsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerInformationsResponseRecord = (function (_super) {
__extends(GetCustomerInformationsResponseRecord, _super);
function GetCustomerInformationsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomerInformationsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomerInformationsResponse", "getCustomerInformationsResponseAttr", "GetCustomerInformationsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomerInformationsResponseRec());
}, true, PortalModel.GetCustomerInformationsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerInformationsResponseRecord.fromStructure = function (str) {
return new GetCustomerInformationsResponseRecord(new GetCustomerInformationsResponseRecord.RecordClass({
getCustomerInformationsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomerInformationsResponseRecord._isAnonymousRecord = true;
GetCustomerInformationsResponseRecord.UniqueId = "1efecc82-60af-6a06-058a-010e15551bd1";
GetCustomerInformationsResponseRecord.init();
return GetCustomerInformationsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerInformationsResponseRecord = GetCustomerInformationsResponseRecord;
});
define("Portal.model$MerchantAttributeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MerchantAttributeRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MerchantAttributeRecord = (function (_super) {
__extends(MerchantAttributeRecord, _super);
function MerchantAttributeRecord(defaults) {
_super.apply(this, arguments);
}
MerchantAttributeRecord.attributesToDeclare = function () {
return [
this.attr("MerchantAttribute", "merchantAttributeAttr", "MerchantAttribute", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MerchantAttributeRec());
}, true, PortalModel.MerchantAttributeRec)
].concat(_super.attributesToDeclare.call(this));
};
MerchantAttributeRecord.fromStructure = function (str) {
return new MerchantAttributeRecord(new MerchantAttributeRecord.RecordClass({
merchantAttributeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MerchantAttributeRecord._isAnonymousRecord = true;
MerchantAttributeRecord.UniqueId = "a6164d10-a6e6-c931-8e37-2a6cf254d043";
MerchantAttributeRecord.init();
return MerchantAttributeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MerchantAttributeRecord = MerchantAttributeRecord;
});
define("Portal.model$MerchantAttributeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MerchantAttributeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MerchantAttributeRecordList = (function (_super) {
__extends(MerchantAttributeRecordList, _super);
function MerchantAttributeRecordList(defaults) {
_super.apply(this, arguments);
}
MerchantAttributeRecordList.itemType = PortalModel.MerchantAttributeRecord;
return MerchantAttributeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MerchantAttributeRecordList = MerchantAttributeRecordList;
});
define("Portal.model$IPostalServiceList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostalServiceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostalServiceList = (function (_super) {
__extends(IPostalServiceList, _super);
function IPostalServiceList(defaults) {
_super.apply(this, arguments);
}
IPostalServiceList.itemType = PortalModel.IPostalServiceRec;
return IPostalServiceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostalServiceList = IPostalServiceList;
});
define("Portal.model$IBundleRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostalServiceList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleRec = (function (_super) {
__extends(IBundleRec, _super);
function IBundleRec(defaults) {
_super.apply(this, arguments);
}
IBundleRec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "Price", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ID", "iDAttr", "ID", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Features", "featuresAttr", "Features", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList),
this.attr("IBundleServices", "iBundleServicesAttr", "IBundleServices", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostalServiceList());
}, true, PortalModel.IPostalServiceList),
this.attr("Type", "typeAttr", "Type", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DisplayOrder", "displayOrderAttr", "DisplayOrder", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IBundleRec.init();
return IBundleRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IBundleRec = IBundleRec;
});
define("Portal.model$IntegerRecord2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecord2Rec = (function (_super) {
__extends(IntegerRecord2Rec, _super);
function IntegerRecord2Rec(defaults) {
_super.apply(this, arguments);
}
IntegerRecord2Rec.attributesToDeclare = function () {
return [
this.attr("POBoxEmirateId", "pOBoxEmirateIdAttr", "POBoxEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PoBoxNumber", "poBoxNumberAttr", "PoBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FlowType", "flowTypeAttr", "FlowType", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntegerRecord2Rec.init();
return IntegerRecord2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerRecord2Rec = IntegerRecord2Rec;
});
define("Portal.model$IntegerRecord2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecord2List = (function (_super) {
__extends(IntegerRecord2List, _super);
function IntegerRecord2List(defaults) {
_super.apply(this, arguments);
}
IntegerRecord2List.itemType = PortalModel.IntegerRecord2Rec;
return IntegerRecord2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerRecord2List = IntegerRecord2List;
});
define("Portal.model$IRateDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRateDetailRecord = (function (_super) {
__extends(IRateDetailRecord, _super);
function IRateDetailRecord(defaults) {
_super.apply(this, arguments);
}
IRateDetailRecord.attributesToDeclare = function () {
return [
this.attr("IRateDetail", "iRateDetailAttr", "IRateDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IRateDetailRec());
}, true, PortalModel.IRateDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IRateDetailRecord.fromStructure = function (str) {
return new IRateDetailRecord(new IRateDetailRecord.RecordClass({
iRateDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IRateDetailRecord._isAnonymousRecord = true;
IRateDetailRecord.UniqueId = "f70c8410-93f8-b059-b625-55c2e24ea555";
IRateDetailRecord.init();
return IRateDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IRateDetailRecord = IRateDetailRecord;
});
define("Portal.model$IRateDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRateDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRateDetailRecordList = (function (_super) {
__extends(IRateDetailRecordList, _super);
function IRateDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IRateDetailRecordList.itemType = PortalModel.IRateDetailRecord;
return IRateDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IRateDetailRecordList = IRateDetailRecordList;
});
define("Portal.model$ISupportingDocumentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISupportingDocumentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISupportingDocumentItemRecord = (function (_super) {
__extends(ISupportingDocumentItemRecord, _super);
function ISupportingDocumentItemRecord(defaults) {
_super.apply(this, arguments);
}
ISupportingDocumentItemRecord.attributesToDeclare = function () {
return [
this.attr("ISupportingDocumentItem", "iSupportingDocumentItemAttr", "ISupportingDocumentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISupportingDocumentItemRec());
}, true, PortalModel.ISupportingDocumentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ISupportingDocumentItemRecord.fromStructure = function (str) {
return new ISupportingDocumentItemRecord(new ISupportingDocumentItemRecord.RecordClass({
iSupportingDocumentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ISupportingDocumentItemRecord._isAnonymousRecord = true;
ISupportingDocumentItemRecord.UniqueId = "536a4a94-7e0d-ae4c-a11c-8984b20f606f";
ISupportingDocumentItemRecord.init();
return ISupportingDocumentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ISupportingDocumentItemRecord = ISupportingDocumentItemRecord;
});
define("Portal.model$ISupportingDocumentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISupportingDocumentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISupportingDocumentItemRecordList = (function (_super) {
__extends(ISupportingDocumentItemRecordList, _super);
function ISupportingDocumentItemRecordList(defaults) {
_super.apply(this, arguments);
}
ISupportingDocumentItemRecordList.itemType = PortalModel.ISupportingDocumentItemRecord;
return ISupportingDocumentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ISupportingDocumentItemRecordList = ISupportingDocumentItemRecordList;
});
define("Portal.model$GetInboundShipmentResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload59Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentResponse2Rec = (function (_super) {
__extends(GetInboundShipmentResponse2Rec, _super);
function GetInboundShipmentResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload59Rec());
}, true, PortalModel.Payload59Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentResponse2Rec.init();
return GetInboundShipmentResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentResponse2Rec = GetInboundShipmentResponse2Rec;
});
define("Portal.model$GetInboundShipmentResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentResponse2Record = (function (_super) {
__extends(GetInboundShipmentResponse2Record, _super);
function GetInboundShipmentResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetInboundShipmentResponse2", "getInboundShipmentResponse2Attr", "GetInboundShipmentResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundShipmentResponse2Rec());
}, true, PortalModel.GetInboundShipmentResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentResponse2Record.fromStructure = function (str) {
return new GetInboundShipmentResponse2Record(new GetInboundShipmentResponse2Record.RecordClass({
getInboundShipmentResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentResponse2Record._isAnonymousRecord = true;
GetInboundShipmentResponse2Record.UniqueId = "83c1bf5a-5c0c-1f28-e6d0-2110d13be361";
GetInboundShipmentResponse2Record.init();
return GetInboundShipmentResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentResponse2Record = GetInboundShipmentResponse2Record;
});
define("Portal.model$GetInboundShipmentResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentResponse2RecordList = (function (_super) {
__extends(GetInboundShipmentResponse2RecordList, _super);
function GetInboundShipmentResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentResponse2RecordList.itemType = PortalModel.GetInboundShipmentResponse2Record;
return GetInboundShipmentResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentResponse2RecordList = GetInboundShipmentResponse2RecordList;
});
define("Portal.model$TextTextBooleanRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextBooleanRecord = (function (_super) {
__extends(TextTextBooleanRecord, _super);
function TextTextBooleanRecord(defaults) {
_super.apply(this, arguments);
}
TextTextBooleanRecord.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsSubmitSuccessful", "isSubmitSuccessfulAttr", "IsSubmitSuccessful", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextTextBooleanRecord._isAnonymousRecord = true;
TextTextBooleanRecord.UniqueId = "85029d63-c3d0-2f04-4a98-205efa6c015f";
TextTextBooleanRecord.init();
return TextTextBooleanRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextTextBooleanRecord = TextTextBooleanRecord;
});
define("Portal.model$RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RateDetailRec", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$TextTextBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = (function (_super) {
__extends(RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord, _super);
function RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord(defaults) {
_super.apply(this, arguments);
}
RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.attributesToDeclare = function () {
return [
this.attr("RateDetail", "rateDetailAttr", "RateDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RateDetailRec());
}, true, PortalModel.RateDetailRec),
this.attr("EnquiryDetails", "enquiryDetailsAttr", "EnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("Confirmation", "confirmationAttr", "Confirmation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextTextBooleanRecord());
}, true, PortalModel.TextTextBooleanRecord),
this.attr("IsSubmitted", "isSubmittedAttr", "IsSubmitted", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsSubmitting", "isSubmittingAttr", "IsSubmitting", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord._isAnonymousRecord = true;
RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.UniqueId = "86a5bd42-5910-b119-074c-312bd49dd945";
RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.init();
return RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
});
define("Portal.model$RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = (function (_super) {
__extends(RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList, _super);
function RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList(defaults) {
_super.apply(this, arguments);
}
RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList.itemType = PortalModel.RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
return RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = RateDetailIGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
});
define("Portal.model$UpdateCustomerAddressRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateCustomerAddressRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateCustomerAddressRequestList = (function (_super) {
__extends(UpdateCustomerAddressRequestList, _super);
function UpdateCustomerAddressRequestList(defaults) {
_super.apply(this, arguments);
}
UpdateCustomerAddressRequestList.itemType = PortalModel.UpdateCustomerAddressRequestRec;
return UpdateCustomerAddressRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateCustomerAddressRequestList = UpdateCustomerAddressRequestList;
});
define("Portal.model$TextList", ["exports", "OutSystems/ClientRuntime/Main", "Extension.Text.model", "Portal.model", "Extension.Text.model$TextRec", "Portal.referencesHealth", "Portal.referencesHealth$Text"], function (exports, OutSystems, Extension_TextModel, PortalModel) {
var OS = OutSystems.Internal;
var TextList = (function (_super) {
__extends(TextList, _super);
function TextList(defaults) {
_super.apply(this, arguments);
}
TextList.itemType = Extension_TextModel.TextRec;
return TextList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextList = TextList;
});
define("Portal.model$PostBulkBookingRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingRequest2Record = (function (_super) {
__extends(PostBulkBookingRequest2Record, _super);
function PostBulkBookingRequest2Record(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingRequest2Record.attributesToDeclare = function () {
return [
this.attr("PostBulkBookingRequest2", "postBulkBookingRequest2Attr", "PostBulkBookingRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostBulkBookingRequest2Rec());
}, true, PortalModel.PostBulkBookingRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkBookingRequest2Record.fromStructure = function (str) {
return new PostBulkBookingRequest2Record(new PostBulkBookingRequest2Record.RecordClass({
postBulkBookingRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostBulkBookingRequest2Record._isAnonymousRecord = true;
PostBulkBookingRequest2Record.UniqueId = "78ce09f3-4b32-08c1-ba5e-8dd041309f25";
PostBulkBookingRequest2Record.init();
return PostBulkBookingRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkBookingRequest2Record = PostBulkBookingRequest2Record;
});
define("Portal.model$PostBulkBookingRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingRequest2RecordList = (function (_super) {
__extends(PostBulkBookingRequest2RecordList, _super);
function PostBulkBookingRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingRequest2RecordList.itemType = PortalModel.PostBulkBookingRequest2Record;
return PostBulkBookingRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkBookingRequest2RecordList = PostBulkBookingRequest2RecordList;
});
define("Portal.model$MyHomeAddress2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddress2Rec = (function (_super) {
__extends(MyHomeAddress2Rec, _super);
function MyHomeAddress2Rec(defaults) {
_super.apply(this, arguments);
}
MyHomeAddress2Rec.attributesToDeclare = function () {
return [
this.attr("Community", "communityAttr", "community", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FlatNo", "flatNoAttr", "flatNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Latitude", "latitudeAttr", "latitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Longitude", "longitudeAttr", "longitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Landmark", "landmarkAttr", "landmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Location", "locationAttr", "location", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Makani", "makaniAttr", "makani", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNo", "mobileNoAttr", "mobileNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "emirate", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeAddress2Rec.init();
return MyHomeAddress2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeAddress2Rec = MyHomeAddress2Rec;
});
define("Portal.model$YearlyBreakdownItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItem2List = (function (_super) {
__extends(YearlyBreakdownItem2List, _super);
function YearlyBreakdownItem2List(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItem2List.itemType = PortalModel.YearlyBreakdownItem2Rec;
return YearlyBreakdownItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.YearlyBreakdownItem2List = YearlyBreakdownItem2List;
});
define("Portal.model$BundleServiceItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItem2Rec = (function (_super) {
__extends(BundleServiceItem2Rec, _super);
function BundleServiceItem2Rec(defaults) {
_super.apply(this, arguments);
}
BundleServiceItem2Rec.attributesToDeclare = function () {
return [
this.attr("ServiceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleAR", "serviceTitleARAttr", "serviceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleEN", "serviceTitleENAttr", "serviceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("YearlyBreakdown", "yearlyBreakdownAttr", "yearlyBreakdown", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.YearlyBreakdownItem2List());
}, true, PortalModel.YearlyBreakdownItem2List)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceItem2Rec.init();
return BundleServiceItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceItem2Rec = BundleServiceItem2Rec;
});
define("Portal.model$BundleServiceItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItem2List = (function (_super) {
__extends(BundleServiceItem2List, _super);
function BundleServiceItem2List(defaults) {
_super.apply(this, arguments);
}
BundleServiceItem2List.itemType = PortalModel.BundleServiceItem2Rec;
return BundleServiceItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceItem2List = BundleServiceItem2List;
});
define("Portal.model$FinancialDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FinancialDetailRec = (function (_super) {
__extends(FinancialDetailRec, _super);
function FinancialDetailRec(defaults) {
_super.apply(this, arguments);
}
FinancialDetailRec.attributesToDeclare = function () {
return [
this.attr("PoBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DistOfficeId", "distOfficeIdAttr", "distOfficeId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PoBoxExpiryDate", "poBoxExpiryDateAttr", "poBoxExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("BundleServices", "bundleServicesAttr", "bundleServices", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceItem2List());
}, true, PortalModel.BundleServiceItem2List)
].concat(_super.attributesToDeclare.call(this));
};
FinancialDetailRec.init();
return FinancialDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FinancialDetailRec = FinancialDetailRec;
});
define("Portal.model$CreatePOBoxUpgradeOrderRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddress2Rec", "Portal.model$FinancialDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrderRec = (function (_super) {
__extends(CreatePOBoxUpgradeOrderRec, _super);
function CreatePOBoxUpgradeOrderRec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrderRec.attributesToDeclare = function () {
return [
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("BoxId", "boxIdAttr", "boxId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CityId", "cityIdAttr", "cityId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("NewBundleId", "newBundleIdAttr", "newBundleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryOfficeId", "deliveryOfficeIdAttr", "deliveryOfficeId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("MyHomeAddress", "myHomeAddressAttr", "MyHomeAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeAddress2Rec());
}, true, PortalModel.MyHomeAddress2Rec),
this.attr("FinancialDetail", "financialDetailAttr", "FinancialDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FinancialDetailRec());
}, true, PortalModel.FinancialDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxUpgradeOrderRec.init();
return CreatePOBoxUpgradeOrderRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxUpgradeOrderRec = CreatePOBoxUpgradeOrderRec;
});
define("Portal.model$CreatePOBoxUpgradeOrderList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrderList = (function (_super) {
__extends(CreatePOBoxUpgradeOrderList, _super);
function CreatePOBoxUpgradeOrderList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrderList.itemType = PortalModel.CreatePOBoxUpgradeOrderRec;
return CreatePOBoxUpgradeOrderList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxUpgradeOrderList = CreatePOBoxUpgradeOrderList;
});
define("Portal.model$CaseMasterDataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseMasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseMasterDataList = (function (_super) {
__extends(CaseMasterDataList, _super);
function CaseMasterDataList(defaults) {
_super.apply(this, arguments);
}
CaseMasterDataList.itemType = PortalModel.CaseMasterDataRec;
return CaseMasterDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseMasterDataList = CaseMasterDataList;
});
define("Portal.model$Payload44Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload44Rec = (function (_super) {
__extends(Payload44Rec, _super);
function Payload44Rec(defaults) {
_super.apply(this, arguments);
}
Payload44Rec.attributesToDeclare = function () {
return [
this.attr("referenceNumber", "referenceNumberAttr", "referenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("postId", "postIdAttr", "postId", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
Payload44Rec.init();
return Payload44Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload44Rec = Payload44Rec;
});
define("Portal.model$Payload44Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload44Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload44Record = (function (_super) {
__extends(Payload44Record, _super);
function Payload44Record(defaults) {
_super.apply(this, arguments);
}
Payload44Record.attributesToDeclare = function () {
return [
this.attr("Payload44", "payload44Attr", "Payload44", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload44Rec());
}, true, PortalModel.Payload44Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload44Record.fromStructure = function (str) {
return new Payload44Record(new Payload44Record.RecordClass({
payload44Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload44Record._isAnonymousRecord = true;
Payload44Record.UniqueId = "1fb79430-b309-907b-3391-9174215bee79";
Payload44Record.init();
return Payload44Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload44Record = Payload44Record;
});
define("Portal.model$AcknowledgeServiceExpiryRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AcknowledgeServiceExpiryRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AcknowledgeServiceExpiryRequestRecord = (function (_super) {
__extends(AcknowledgeServiceExpiryRequestRecord, _super);
function AcknowledgeServiceExpiryRequestRecord(defaults) {
_super.apply(this, arguments);
}
AcknowledgeServiceExpiryRequestRecord.attributesToDeclare = function () {
return [
this.attr("AcknowledgeServiceExpiryRequest", "acknowledgeServiceExpiryRequestAttr", "AcknowledgeServiceExpiryRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AcknowledgeServiceExpiryRequestRec());
}, true, PortalModel.AcknowledgeServiceExpiryRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
AcknowledgeServiceExpiryRequestRecord.fromStructure = function (str) {
return new AcknowledgeServiceExpiryRequestRecord(new AcknowledgeServiceExpiryRequestRecord.RecordClass({
acknowledgeServiceExpiryRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AcknowledgeServiceExpiryRequestRecord._isAnonymousRecord = true;
AcknowledgeServiceExpiryRequestRecord.UniqueId = "1fbe04bc-27c5-8d74-179d-b67b560e78f6";
AcknowledgeServiceExpiryRequestRecord.init();
return AcknowledgeServiceExpiryRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AcknowledgeServiceExpiryRequestRecord = AcknowledgeServiceExpiryRequestRecord;
});
define("Portal.model$LegalEnquiry5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry5List = (function (_super) {
__extends(LegalEnquiry5List, _super);
function LegalEnquiry5List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry5List.itemType = PortalModel.LegalEnquiry5Rec;
return LegalEnquiry5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry5List = LegalEnquiry5List;
});
define("Portal.model$IIntnlPostalEnquiryDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IIntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IIntnlPostalEnquiryDetailList = (function (_super) {
__extends(IIntnlPostalEnquiryDetailList, _super);
function IIntnlPostalEnquiryDetailList(defaults) {
_super.apply(this, arguments);
}
IIntnlPostalEnquiryDetailList.itemType = PortalModel.IIntnlPostalEnquiryDetailRec;
return IIntnlPostalEnquiryDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IIntnlPostalEnquiryDetailList = IIntnlPostalEnquiryDetailList;
});
define("Portal.model$TradeLicenseInformationRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DateOptionRec", "Portal.model$FileRec", "Portal.model$SelectedCityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformationRec = (function (_super) {
__extends(TradeLicenseInformationRec, _super);
function TradeLicenseInformationRec(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformationRec.attributesToDeclare = function () {
return [
this.attr("CompanyName", "companyNameAttr", "CompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Sponsor", "sponsorAttr", "Sponsor", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PlaceOfIssue", "placeOfIssueAttr", "PlaceOfIssue", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IssueDate", "issueDateAttr", "IssueDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("ExpiryDate", "expiryDateAttr", "ExpiryDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("IsTradeLicenseLinked", "isTradeLicenseLinkedAttr", "IsTradeLicenseLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("TradeLicense", "tradeLicenseAttr", "TradeLicense", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("TradeLicenseEmirate", "tradeLicenseEmirateAttr", "TradeLicenseEmirate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec)
].concat(_super.attributesToDeclare.call(this));
};
TradeLicenseInformationRec.init();
return TradeLicenseInformationRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TradeLicenseInformationRec = TradeLicenseInformationRec;
});
define("Portal.model$IPostBoxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec", "Portal.model$SelectedBoxRec", "Portal.model$SelectedCityRec", "Portal.model$DateOptionRec", "Portal.model$TradeLicenseInformationRec", "Portal.model$SelectedBranchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxRec = (function (_super) {
__extends(IPostBoxRec, _super);
function IPostBoxRec(defaults) {
_super.apply(this, arguments);
}
IPostBoxRec.attributesToDeclare = function () {
return [
this.attr("Nickname", "nicknameAttr", "Nickname", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OwnerName", "ownerNameAttr", "OwnerName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsLinked", "isLinkedAttr", "IsLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsRenewable", "isRenewableAttr", "IsRenewable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsRelocatable", "isRelocatableAttr", "IsRelocatable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsUpgradable", "isUpgradableAttr", "IsUpgradable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsDowngradable", "isDowngradableAttr", "IsDowngradable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsCancellationRequested", "isCancellationRequestedAttr", "IsCancellationRequested", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("SelectedBundle", "selectedBundleAttr", "SelectedBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("NewExpiryDate", "newExpiryDateAttr", "NewExpiryDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("CurrentExpiryDate", "currentExpiryDateAttr", "CurrentExpiryDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("RentType", "rentTypeAttr", "RentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseInformation", "tradeLicenseInformationAttr", "TradeLicenseInformation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformationRec());
}, true, PortalModel.TradeLicenseInformationRec),
this.attr("OldDeliveryOffice", "oldDeliveryOfficeAttr", "OldDeliveryOffice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec),
this.attr("NewDeliveryOffice", "newDeliveryOfficeAttr", "NewDeliveryOffice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec),
this.attr("TotalParcel", "totalParcelAttr", "TotalParcel", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("TotalLetters", "totalLettersAttr", "TotalLetters", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CustomerId", "customerIdAttr", "CustomerId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IPostBoxRec.init();
return IPostBoxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostBoxRec = IPostBoxRec;
});
define("Portal.model$IPostBoxForRenewalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxRec", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxForRenewalRec = (function (_super) {
__extends(IPostBoxForRenewalRec, _super);
function IPostBoxForRenewalRec(defaults) {
_super.apply(this, arguments);
}
IPostBoxForRenewalRec.attributesToDeclare = function () {
return [
this.attr("IPostbox", "iPostboxAttr", "IPostbox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostBoxRec());
}, true, PortalModel.IPostBoxRec),
this.attr("ExpiryDateOptions", "expiryDateOptionsAttr", "ExpiryDateOptions", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesPayload2Rec());
}, true, PortalModel.POBoxExpiryDatesPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
IPostBoxForRenewalRec.init();
return IPostBoxForRenewalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostBoxForRenewalRec = IPostBoxForRenewalRec;
});
define("Portal.model$IPostBoxForRenewalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxForRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxForRenewalRecord = (function (_super) {
__extends(IPostBoxForRenewalRecord, _super);
function IPostBoxForRenewalRecord(defaults) {
_super.apply(this, arguments);
}
IPostBoxForRenewalRecord.attributesToDeclare = function () {
return [
this.attr("IPostBoxForRenewal", "iPostBoxForRenewalAttr", "IPostBoxForRenewal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostBoxForRenewalRec());
}, true, PortalModel.IPostBoxForRenewalRec)
].concat(_super.attributesToDeclare.call(this));
};
IPostBoxForRenewalRecord.fromStructure = function (str) {
return new IPostBoxForRenewalRecord(new IPostBoxForRenewalRecord.RecordClass({
iPostBoxForRenewalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IPostBoxForRenewalRecord._isAnonymousRecord = true;
IPostBoxForRenewalRecord.UniqueId = "a095cb7c-e7f4-8c6a-2f62-fb29e876afa3";
IPostBoxForRenewalRecord.init();
return IPostBoxForRenewalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostBoxForRenewalRecord = IPostBoxForRenewalRecord;
});
define("Portal.model$IPostBoxForRenewalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxForRenewalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxForRenewalRecordList = (function (_super) {
__extends(IPostBoxForRenewalRecordList, _super);
function IPostBoxForRenewalRecordList(defaults) {
_super.apply(this, arguments);
}
IPostBoxForRenewalRecordList.itemType = PortalModel.IPostBoxForRenewalRecord;
return IPostBoxForRenewalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostBoxForRenewalRecordList = IPostBoxForRenewalRecordList;
});
define("Portal.model$SidebarMenuCategoryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$SidebarMenuCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var SidebarMenuCategoryRecord = (function (_super) {
__extends(SidebarMenuCategoryRecord, _super);
function SidebarMenuCategoryRecord(defaults) {
_super.apply(this, arguments);
}
SidebarMenuCategoryRecord.attributesToDeclare = function () {
return [
this.attr("SidebarMenuCategory", "sidebarMenuCategoryAttr", "SidebarMenuCategory", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.SidebarMenuCategoryRec());
}, true, Enums_COModel.SidebarMenuCategoryRec)
].concat(_super.attributesToDeclare.call(this));
};
SidebarMenuCategoryRecord.fromStructure = function (str) {
return new SidebarMenuCategoryRecord(new SidebarMenuCategoryRecord.RecordClass({
sidebarMenuCategoryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SidebarMenuCategoryRecord._isAnonymousRecord = true;
SidebarMenuCategoryRecord.UniqueId = "c6f7df5c-ff00-d798-29f1-0b3648324d71";
SidebarMenuCategoryRecord.init();
return SidebarMenuCategoryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SidebarMenuCategoryRecord = SidebarMenuCategoryRecord;
});
define("Portal.model$SidebarMenuCategoryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SidebarMenuCategoryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SidebarMenuCategoryRecordList = (function (_super) {
__extends(SidebarMenuCategoryRecordList, _super);
function SidebarMenuCategoryRecordList(defaults) {
_super.apply(this, arguments);
}
SidebarMenuCategoryRecordList.itemType = PortalModel.SidebarMenuCategoryRecord;
return SidebarMenuCategoryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SidebarMenuCategoryRecordList = SidebarMenuCategoryRecordList;
});
define("Portal.model$LegalEnquiryStructRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructRec = (function (_super) {
__extends(LegalEnquiryStructRec, _super);
function LegalEnquiryStructRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAdress", "emailAdressAttr", "EmailAdress", true, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("FileEmiratesId", "fileEmiratesIdAttr", "FileEmiratesId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtCaseNumber", "courtCaseNumberAttr", "CourtCaseNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtLetterNumber", "courtLetterNumberAttr", "CourtLetterNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileCourtRequestLetter", "fileCourtRequestLetterAttr", "FileCourtRequestLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestType", "requestTypeAttr", "RequestType", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CompanyEmailAddress", "companyEmailAddressAttr", "CompanyEmailAddress", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("FileReqProofOfAuthorization", "fileReqProofOfAuthorizationAttr", "FileReqProofOfAuthorization", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileTradeLicense", "fileTradeLicenseAttr", "FileTradeLicense", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderFullName", "holderFullNameAttr", "HolderFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesIDNumber", "emiratesIDNumberAttr", "EmiratesIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("LegalEnquiryStatusId", "legalEnquiryStatusIdAttr", "LegalEnquiryStatusId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("FileFinalLetter", "fileFinalLetterAttr", "FileFinalLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressTo", "addressToAttr", "AddressTo", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("AditionalHolderInfo", "aditionalHolderInfoAttr", "AditionalHolderInfo", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("AddressToLocal", "addressToLocalAttr", "AddressToLocal", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfoLocal", "aditionalHolderInfoLocalAttr", "AditionalHolderInfoLocal", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryStructRec.init();
return LegalEnquiryStructRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryStructRec = LegalEnquiryStructRec;
});
define("Portal.model$LegalEnquiryStructList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructList = (function (_super) {
__extends(LegalEnquiryStructList, _super);
function LegalEnquiryStructList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructList.itemType = PortalModel.LegalEnquiryStructRec;
return LegalEnquiryStructList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStructList = LegalEnquiryStructList;
});
define("Portal.model$Payload61Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload61Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload61Record = (function (_super) {
__extends(Payload61Record, _super);
function Payload61Record(defaults) {
_super.apply(this, arguments);
}
Payload61Record.attributesToDeclare = function () {
return [
this.attr("Payload61", "payload61Attr", "Payload61", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload61Rec());
}, true, PortalModel.Payload61Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload61Record.fromStructure = function (str) {
return new Payload61Record(new Payload61Record.RecordClass({
payload61Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload61Record._isAnonymousRecord = true;
Payload61Record.UniqueId = "20065e58-eedd-667e-8d66-2e66010ed298";
Payload61Record.init();
return Payload61Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload61Record = Payload61Record;
});
define("Portal.model$ExcelCellRecord", ["exports", "OutSystems/ClientRuntime/Main", "Extension.MultiShip_Mapper.model", "Portal.model", "Extension.MultiShip_Mapper.model$ExcelCellRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiShip_Mapper"], function (exports, OutSystems, Extension_MultiShip_MapperModel, PortalModel) {
var OS = OutSystems.Internal;
var ExcelCellRecord = (function (_super) {
__extends(ExcelCellRecord, _super);
function ExcelCellRecord(defaults) {
_super.apply(this, arguments);
}
ExcelCellRecord.attributesToDeclare = function () {
return [
this.attr("ExcelCell", "excelCellAttr", "ExcelCell", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Extension_MultiShip_MapperModel.ExcelCellRec());
}, true, Extension_MultiShip_MapperModel.ExcelCellRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelCellRecord.fromStructure = function (str) {
return new ExcelCellRecord(new ExcelCellRecord.RecordClass({
excelCellAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelCellRecord._isAnonymousRecord = true;
ExcelCellRecord.UniqueId = "4b25b71a-f708-1290-9043-afd4a74550d8";
ExcelCellRecord.init();
return ExcelCellRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelCellRecord = ExcelCellRecord;
});
define("Portal.model$ExcelCellRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelCellRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelCellRecordList = (function (_super) {
__extends(ExcelCellRecordList, _super);
function ExcelCellRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelCellRecordList.itemType = PortalModel.ExcelCellRecord;
return ExcelCellRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelCellRecordList = ExcelCellRecordList;
});
define("Portal.model$ExcelRowList", ["exports", "OutSystems/ClientRuntime/Main", "Extension.MultiShip_Mapper.model", "Portal.model", "Extension.MultiShip_Mapper.model$ExcelRowRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiShip_Mapper"], function (exports, OutSystems, Extension_MultiShip_MapperModel, PortalModel) {
var OS = OutSystems.Internal;
var ExcelRowList = (function (_super) {
__extends(ExcelRowList, _super);
function ExcelRowList(defaults) {
_super.apply(this, arguments);
}
ExcelRowList.itemType = Extension_MultiShip_MapperModel.ExcelRowRec;
return ExcelRowList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelRowList = ExcelRowList;
});
define("Portal.model$Payload29Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload29Rec = (function (_super) {
__extends(Payload29Rec, _super);
function Payload29Rec(defaults) {
_super.apply(this, arguments);
}
Payload29Rec.attributesToDeclare = function () {
return [
this.attr("Password", "passwordAttr", "Password", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Token", "tokenAttr", "Token", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShouldActivateUser", "shouldActivateUserAttr", "ShouldActivateUser", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsRecoverPassword", "isRecoverPasswordAttr", "IsRecoverPassword", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OldPassword", "oldPasswordAttr", "OldPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NewPassword", "newPasswordAttr", "NewPassword", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload29Rec.init();
return Payload29Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload29Rec = Payload29Rec;
});
define("Portal.model$Payload29List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload29Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload29List = (function (_super) {
__extends(Payload29List, _super);
function Payload29List(defaults) {
_super.apply(this, arguments);
}
Payload29List.itemType = PortalModel.Payload29Rec;
return Payload29List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload29List = Payload29List;
});
define("Portal.model$MultiShip_Courier_Express_FileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Express_FileRec = (function (_super) {
__extends(MultiShip_Courier_Express_FileRec, _super);
function MultiShip_Courier_Express_FileRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Express_FileRec.attributesToDeclare = function () {
return [
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ItemDesc", "itemDescAttr", "ItemDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodAmount_AED", "codAmount_AEDAttr", "codAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Express_FileRec.init();
return MultiShip_Courier_Express_FileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Express_FileRec = MultiShip_Courier_Express_FileRec;
});
define("Portal.model$MultiShip_Courier_Express_FileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Express_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Express_FileRecord = (function (_super) {
__extends(MultiShip_Courier_Express_FileRecord, _super);
function MultiShip_Courier_Express_FileRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Express_FileRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Express_File", "multiShip_Courier_Express_FileAttr", "MultiShip_Courier_Express_File", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_Express_FileRec());
}, true, PortalModel.MultiShip_Courier_Express_FileRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Express_FileRecord.fromStructure = function (str) {
return new MultiShip_Courier_Express_FileRecord(new MultiShip_Courier_Express_FileRecord.RecordClass({
multiShip_Courier_Express_FileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_Express_FileRecord._isAnonymousRecord = true;
MultiShip_Courier_Express_FileRecord.UniqueId = "2044c785-cfd1-08ac-7aec-f689576fc41c";
MultiShip_Courier_Express_FileRecord.init();
return MultiShip_Courier_Express_FileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Express_FileRecord = MultiShip_Courier_Express_FileRecord;
});
define("Portal.model$GetHandlingInstructionsResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsResponse3Rec = (function (_super) {
__extends(GetHandlingInstructionsResponse3Rec, _super);
function GetHandlingInstructionsResponse3Rec(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsResponse3Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetHandlingInstructionsPayload2Rec());
}, true, PortalModel.GetHandlingInstructionsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetHandlingInstructionsResponse3Rec.init();
return GetHandlingInstructionsResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetHandlingInstructionsResponse3Rec = GetHandlingInstructionsResponse3Rec;
});
define("Portal.model$GetHandlingInstructionsResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsResponse3Record = (function (_super) {
__extends(GetHandlingInstructionsResponse3Record, _super);
function GetHandlingInstructionsResponse3Record(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsResponse3Record.attributesToDeclare = function () {
return [
this.attr("GetHandlingInstructionsResponse3", "getHandlingInstructionsResponse3Attr", "GetHandlingInstructionsResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetHandlingInstructionsResponse3Rec());
}, true, PortalModel.GetHandlingInstructionsResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetHandlingInstructionsResponse3Record.fromStructure = function (str) {
return new GetHandlingInstructionsResponse3Record(new GetHandlingInstructionsResponse3Record.RecordClass({
getHandlingInstructionsResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetHandlingInstructionsResponse3Record._isAnonymousRecord = true;
GetHandlingInstructionsResponse3Record.UniqueId = "b8467af8-f177-4a41-43c5-ba1f37305f0a";
GetHandlingInstructionsResponse3Record.init();
return GetHandlingInstructionsResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetHandlingInstructionsResponse3Record = GetHandlingInstructionsResponse3Record;
});
define("Portal.model$GetHandlingInstructionsResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsResponse3RecordList = (function (_super) {
__extends(GetHandlingInstructionsResponse3RecordList, _super);
function GetHandlingInstructionsResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsResponse3RecordList.itemType = PortalModel.GetHandlingInstructionsResponse3Record;
return GetHandlingInstructionsResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetHandlingInstructionsResponse3RecordList = GetHandlingInstructionsResponse3RecordList;
});
define("Portal.model$TextListOfPagesRecordTextRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecordRec = (function (_super) {
__extends(TextListOfPagesRecordTextRecordRec, _super);
function TextListOfPagesRecordTextRecordRec(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecordRec.attributesToDeclare = function () {
return [
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructListRecordRec());
}, true, PortalModel.SearchPageStructListRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
TextListOfPagesRecordTextRecordRec.init();
return TextListOfPagesRecordTextRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TextListOfPagesRecordTextRecordRec = TextListOfPagesRecordTextRecordRec;
});
define("Portal.model$ExcelTransactionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTransactionRec = (function (_super) {
__extends(ExcelTransactionRec, _super);
function ExcelTransactionRec(defaults) {
_super.apply(this, arguments);
}
ExcelTransactionRec.attributesToDeclare = function () {
return [
this.attr("TransactionNumber", "transactionNumberAttr", "Transaction Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransactionDate", "transactionDateAttr", "Transaction Date", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "Service Type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrencyCode", "currencyCodeAttr", "Currency Code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Total", "totalAttr", "Total", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTransactionRec.init();
return ExcelTransactionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTransactionRec = ExcelTransactionRec;
});
define("Portal.model$ExcelTransactionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTransactionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTransactionList = (function (_super) {
__extends(ExcelTransactionList, _super);
function ExcelTransactionList(defaults) {
_super.apply(this, arguments);
}
ExcelTransactionList.itemType = PortalModel.ExcelTransactionRec;
return ExcelTransactionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTransactionList = ExcelTransactionList;
});
define("Portal.model$CreateIDLServiceRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceRequestList = (function (_super) {
__extends(CreateIDLServiceRequestList, _super);
function CreateIDLServiceRequestList(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceRequestList.itemType = PortalModel.CreateIDLServiceRequestRec;
return CreateIDLServiceRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateIDLServiceRequestList = CreateIDLServiceRequestList;
});
define("Portal.model$Payload27Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload27Rec = (function (_super) {
__extends(Payload27Rec, _super);
function Payload27Rec(defaults) {
_super.apply(this, arguments);
}
Payload27Rec.attributesToDeclare = function () {
return [
this.attr("vehicleTypes", "vehicleTypesAttr", "vehicleTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VehicleTypeItemList());
}, true, PortalModel.VehicleTypeItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload27Rec.fromStructure = function (str) {
return new Payload27Rec(new Payload27Rec.RecordClass({
vehicleTypesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload27Rec.init();
return Payload27Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload27Rec = Payload27Rec;
});
define("Portal.model$Payload27Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload27Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload27Record = (function (_super) {
__extends(Payload27Record, _super);
function Payload27Record(defaults) {
_super.apply(this, arguments);
}
Payload27Record.attributesToDeclare = function () {
return [
this.attr("Payload27", "payload27Attr", "Payload27", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload27Rec());
}, true, PortalModel.Payload27Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload27Record.fromStructure = function (str) {
return new Payload27Record(new Payload27Record.RecordClass({
payload27Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload27Record._isAnonymousRecord = true;
Payload27Record.UniqueId = "209d7b00-41fc-a23d-ed03-7e503ed89778";
Payload27Record.init();
return Payload27Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload27Record = Payload27Record;
});
define("Portal.model$ConsignmentRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentRec = (function (_super) {
__extends(ConsignmentRec, _super);
function ConsignmentRec(defaults) {
_super.apply(this, arguments);
}
ConsignmentRec.attributesToDeclare = function () {
return [
this.attr("length", "lengthAttr", "length", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("width", "widthAttr", "width", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("height", "heightAttr", "height", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("itemValue", "itemValueAttr", "itemValue", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentRec.init();
return ConsignmentRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentRec = ConsignmentRec;
});
define("Portal.model$ContractCustomerRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContractCustomerRec = (function (_super) {
__extends(ContractCustomerRec, _super);
function ContractCustomerRec(defaults) {
_super.apply(this, arguments);
}
ContractCustomerRec.attributesToDeclare = function () {
return [
this.attr("CustomerSiteId", "customerSiteIdAttr", "customerSiteId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Password", "passwordAttr", "password", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ContractCustomerRec.init();
return ContractCustomerRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ContractCustomerRec = ContractCustomerRec;
});
define("Portal.model$PriceCalculationRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentRec", "Portal.model$ContractCustomerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculationRec = (function (_super) {
__extends(PriceCalculationRec, _super);
function PriceCalculationRec(defaults) {
_super.apply(this, arguments);
}
PriceCalculationRec.attributesToDeclare = function () {
return [
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("senderEmirateId", "senderEmirateIdAttr", "senderEmirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("senderRegionId", "senderRegionIdAttr", "senderRegionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("destinationEmirateId", "destinationEmirateIdAttr", "destinationEmirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("destinationRegionId", "destinationRegionIdAttr", "destinationRegionId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("destinationCountryId", "destinationCountryIdAttr", "destinationCountryId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("consignment", "consignmentAttr", "consignment", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentRec());
}, true, PortalModel.ConsignmentRec),
this.attr("ContractCustomer", "contractCustomerAttr", "contractCustomer", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContractCustomerRec());
}, true, PortalModel.ContractCustomerRec),
this.attr("IsReturnItem", "isReturnItemAttr", "isReturnItem", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PriceCalculationRec.init();
return PriceCalculationRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceCalculationRec = PriceCalculationRec;
});
define("Portal.model$PriceCalculationRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculationRecord = (function (_super) {
__extends(PriceCalculationRecord, _super);
function PriceCalculationRecord(defaults) {
_super.apply(this, arguments);
}
PriceCalculationRecord.attributesToDeclare = function () {
return [
this.attr("PriceCalculation", "priceCalculationAttr", "PriceCalculation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceCalculationRec());
}, true, PortalModel.PriceCalculationRec)
].concat(_super.attributesToDeclare.call(this));
};
PriceCalculationRecord.fromStructure = function (str) {
return new PriceCalculationRecord(new PriceCalculationRecord.RecordClass({
priceCalculationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PriceCalculationRecord._isAnonymousRecord = true;
PriceCalculationRecord.UniqueId = "20aad638-33ab-4488-2df4-012871bf677f";
PriceCalculationRecord.init();
return PriceCalculationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceCalculationRecord = PriceCalculationRecord;
});
define("Portal.model$BillingAddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BillingAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BillingAddressList = (function (_super) {
__extends(BillingAddressList, _super);
function BillingAddressList(defaults) {
_super.apply(this, arguments);
}
BillingAddressList.itemType = PortalModel.BillingAddressRec;
return BillingAddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BillingAddressList = BillingAddressList;
});
define("Portal.model$CourierDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierDetailRec = (function (_super) {
__extends(CourierDetailRec, _super);
function CourierDetailRec(defaults) {
_super.apply(this, arguments);
}
CourierDetailRec.attributesToDeclare = function () {
return [
this.attr("InterfaceId", "interfaceIdAttr", "interfaceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierSiteNumber", "courierSiteNumberAttr", "courierSiteNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierUsername", "courierUsernameAttr", "courierUsername", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierPassword", "courierPasswordAttr", "courierPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShouldHaveRole", "shouldHaveRoleAttr", "shouldHaveRole", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CourierDetailRec.init();
return CourierDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierDetailRec = CourierDetailRec;
});
define("Portal.model$PostalBODetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostalBODetailRec = (function (_super) {
__extends(PostalBODetailRec, _super);
function PostalBODetailRec(defaults) {
_super.apply(this, arguments);
}
PostalBODetailRec.attributesToDeclare = function () {
return [
this.attr("TpIntID", "tpIntIDAttr", "tpIntID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShouldHaveRole", "shouldHaveRoleAttr", "shouldHaveRole", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostalBODetailRec.init();
return PostalBODetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostalBODetailRec = PostalBODetailRec;
});
define("Portal.model$CorporateCreditDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierDetailRec", "Portal.model$PostalBODetailRec", "Portal.model$LegalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCreditDetailRec = (function (_super) {
__extends(CorporateCreditDetailRec, _super);
function CorporateCreditDetailRec(defaults) {
_super.apply(this, arguments);
}
CorporateCreditDetailRec.attributesToDeclare = function () {
return [
this.attr("SiteID", "siteIDAttr", "siteID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierDetails", "courierDetailsAttr", "courierDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierDetailRec());
}, true, PortalModel.CourierDetailRec),
this.attr("PostalBODetails", "postalBODetailsAttr", "postalBODetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostalBODetailRec());
}, true, PortalModel.PostalBODetailRec),
this.attr("HeadOfficeDetails", "headOfficeDetailsAttr", "headOfficeDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostalBODetailRec());
}, true, PortalModel.PostalBODetailRec),
this.attr("UserManagerId", "userManagerIdAttr", "userManagerId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PrimaryContactFirstName", "primaryContactFirstNameAttr", "PrimaryContactFirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PrimaryContactLastName", "primaryContactLastNameAttr", "PrimaryContactLastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteNumber", "siteNumberAttr", "SiteNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Designation", "designationAttr", "Designation", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LegalEnquiryDetails", "legalEnquiryDetailsAttr", "legalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryDetailRec());
}, true, PortalModel.LegalEnquiryDetailRec),
this.attr("CashOnDeliveryDetails", "cashOnDeliveryDetailsAttr", "cashOnDeliveryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostalBODetailRec());
}, true, PortalModel.PostalBODetailRec),
this.attr("ERPCustomerName", "eRPCustomerNameAttr", "ERPCustomerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TRN_Number", "tRN_NumberAttr", "TRN_Number", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CorporateCreditDetailRec.init();
return CorporateCreditDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CorporateCreditDetailRec = CorporateCreditDetailRec;
});
define("Portal.model$CorporateCreditDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCreditDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCreditDetailList = (function (_super) {
__extends(CorporateCreditDetailList, _super);
function CorporateCreditDetailList(defaults) {
_super.apply(this, arguments);
}
CorporateCreditDetailList.itemType = PortalModel.CorporateCreditDetailRec;
return CorporateCreditDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CorporateCreditDetailList = CorporateCreditDetailList;
});
define("Portal.model$Payload30Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload30Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload30Record = (function (_super) {
__extends(Payload30Record, _super);
function Payload30Record(defaults) {
_super.apply(this, arguments);
}
Payload30Record.attributesToDeclare = function () {
return [
this.attr("Payload30", "payload30Attr", "Payload30", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload30Rec());
}, true, PortalModel.Payload30Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload30Record.fromStructure = function (str) {
return new Payload30Record(new Payload30Record.RecordClass({
payload30Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload30Record._isAnonymousRecord = true;
Payload30Record.UniqueId = "20cec80d-be8e-622e-f870-d5fe1ba8bd20";
Payload30Record.init();
return Payload30Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload30Record = Payload30Record;
});
define("Portal.model$IsdCodeItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IsdCodeItem2Rec = (function (_super) {
__extends(IsdCodeItem2Rec, _super);
function IsdCodeItem2Rec(defaults) {
_super.apply(this, arguments);
}
IsdCodeItem2Rec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsdCode", "isdCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryName", "countryNameAttr", "countryName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IsdCodeItem2Rec.init();
return IsdCodeItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.IsdCodeItem2Rec = IsdCodeItem2Rec;
});
define("Portal.model$IsdCodeItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IsdCodeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IsdCodeItem2List = (function (_super) {
__extends(IsdCodeItem2List, _super);
function IsdCodeItem2List(defaults) {
_super.apply(this, arguments);
}
IsdCodeItem2List.itemType = PortalModel.IsdCodeItem2Rec;
return IsdCodeItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.IsdCodeItem2List = IsdCodeItem2List;
});
define("Portal.model$Payload48Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IsdCodeItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload48Rec = (function (_super) {
__extends(Payload48Rec, _super);
function Payload48Rec(defaults) {
_super.apply(this, arguments);
}
Payload48Rec.attributesToDeclare = function () {
return [
this.attr("IsdCodes", "isdCodesAttr", "isdCodes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IsdCodeItem2List());
}, true, PortalModel.IsdCodeItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload48Rec.fromStructure = function (str) {
return new Payload48Rec(new Payload48Rec.RecordClass({
isdCodesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload48Rec.init();
return Payload48Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload48Rec = Payload48Rec;
});
define("Portal.model$Payload48List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload48Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload48List = (function (_super) {
__extends(Payload48List, _super);
function Payload48List(defaults) {
_super.apply(this, arguments);
}
Payload48List.itemType = PortalModel.Payload48Rec;
return Payload48List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload48List = Payload48List;
});
define("Portal.model$BoxHistoryList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxHistoryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxHistoryList = (function (_super) {
__extends(BoxHistoryList, _super);
function BoxHistoryList(defaults) {
_super.apply(this, arguments);
}
BoxHistoryList.itemType = PortalModel.BoxHistoryRec;
return BoxHistoryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxHistoryList = BoxHistoryList;
});
define("Portal.model$ProcessPaymentSavedCardSkip3DSRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardSkip3DSRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardSkip3DSRecord = (function (_super) {
__extends(ProcessPaymentSavedCardSkip3DSRecord, _super);
function ProcessPaymentSavedCardSkip3DSRecord(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardSkip3DSRecord.attributesToDeclare = function () {
return [
this.attr("ProcessPaymentSavedCardSkip3DS", "processPaymentSavedCardSkip3DSAttr", "ProcessPaymentSavedCardSkip3DS", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentSavedCardSkip3DSRec());
}, true, PortalModel.ProcessPaymentSavedCardSkip3DSRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardSkip3DSRecord.fromStructure = function (str) {
return new ProcessPaymentSavedCardSkip3DSRecord(new ProcessPaymentSavedCardSkip3DSRecord.RecordClass({
processPaymentSavedCardSkip3DSAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentSavedCardSkip3DSRecord._isAnonymousRecord = true;
ProcessPaymentSavedCardSkip3DSRecord.UniqueId = "21500ba4-7cb9-b95b-e505-096066be778a";
ProcessPaymentSavedCardSkip3DSRecord.init();
return ProcessPaymentSavedCardSkip3DSRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardSkip3DSRecord = ProcessPaymentSavedCardSkip3DSRecord;
});
define("Portal.model$Payload11Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload11Rec = (function (_super) {
__extends(Payload11Rec, _super);
function Payload11Rec(defaults) {
_super.apply(this, arguments);
}
Payload11Rec.attributesToDeclare = function () {
return [
this.attr("UserEmail", "userEmailAttr", "UserEmail", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload11Rec.init();
return Payload11Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload11Rec = Payload11Rec;
});
define("Portal.model$Payload11List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload11List = (function (_super) {
__extends(Payload11List, _super);
function Payload11List(defaults) {
_super.apply(this, arguments);
}
Payload11List.itemType = PortalModel.Payload11Rec;
return Payload11List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload11List = Payload11List;
});
define("Portal.model$RegionItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionItemRec = (function (_super) {
__extends(RegionItemRec, _super);
function RegionItemRec(defaults) {
_super.apply(this, arguments);
}
RegionItemRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ZoneId", "zoneIdAttr", "zoneId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ZoneName", "zoneNameAttr", "zoneName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RegionItemRec.init();
return RegionItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionItemRec = RegionItemRec;
});
define("Portal.model$RegionItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionItemList = (function (_super) {
__extends(RegionItemList, _super);
function RegionItemList(defaults) {
_super.apply(this, arguments);
}
RegionItemList.itemType = PortalModel.RegionItemRec;
return RegionItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionItemList = RegionItemList;
});
define("Portal.model$BoxShortRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBoxRec", "Portal.model$SelectedCityRec", "Portal.model$SelectedBundleRec", "Portal.model$DateOptionRec", "Portal.model$SelectedBranchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxShortRec = (function (_super) {
__extends(BoxShortRec, _super);
function BoxShortRec(defaults) {
_super.apply(this, arguments);
}
BoxShortRec.attributesToDeclare = function () {
return [
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedEmirate", "selectedEmirateAttr", "SelectedEmirate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("OldBundle", "oldBundleAttr", "OldBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("ExpiryDate", "expiryDateAttr", "ExpiryDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("CustomerId", "customerIdAttr", "CustomerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OldDeliveryOffice", "oldDeliveryOfficeAttr", "OldDeliveryOffice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec)
].concat(_super.attributesToDeclare.call(this));
};
BoxShortRec.init();
return BoxShortRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxShortRec = BoxShortRec;
});
define("Portal.model$BoxShortRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxShortRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxShortRecord = (function (_super) {
__extends(BoxShortRecord, _super);
function BoxShortRecord(defaults) {
_super.apply(this, arguments);
}
BoxShortRecord.attributesToDeclare = function () {
return [
this.attr("BoxShort", "boxShortAttr", "BoxShort", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoxShortRec());
}, true, PortalModel.BoxShortRec)
].concat(_super.attributesToDeclare.call(this));
};
BoxShortRecord.fromStructure = function (str) {
return new BoxShortRecord(new BoxShortRecord.RecordClass({
boxShortAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BoxShortRecord._isAnonymousRecord = true;
BoxShortRecord.UniqueId = "b08ac37a-d060-5134-473c-81c7231f7790";
BoxShortRecord.init();
return BoxShortRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxShortRecord = BoxShortRecord;
});
define("Portal.model$BoxShortRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxShortRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxShortRecordList = (function (_super) {
__extends(BoxShortRecordList, _super);
function BoxShortRecordList(defaults) {
_super.apply(this, arguments);
}
BoxShortRecordList.itemType = PortalModel.BoxShortRecord;
return BoxShortRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxShortRecordList = BoxShortRecordList;
});
define("Portal.model$IBranchMarkerRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBranchMarkerRec = (function (_super) {
__extends(IBranchMarkerRec, _super);
function IBranchMarkerRec(defaults) {
_super.apply(this, arguments);
}
IBranchMarkerRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Latitude", "latitudeAttr", "Latitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Longitude", "longitudeAttr", "Longitude", true, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Address", "addressAttr", "Address", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IconURL", "iconURLAttr", "IconURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BranchID", "branchIDAttr", "BranchID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("WorkingDays", "workingDaysAttr", "WorkingDays", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("WorkingHours", "workingHoursAttr", "WorkingHours", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContactNumber", "contactNumberAttr", "ContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContactEmail", "contactEmailAttr", "ContactEmail", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("PublicPOBoxNumber", "publicPOBoxNumberAttr", "PublicPOBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PublicPOBoxName", "publicPOBoxNameAttr", "PublicPOBoxName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IBranchMarkerRec.init();
return IBranchMarkerRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IBranchMarkerRec = IBranchMarkerRec;
});
define("Portal.model$IBranchMarkerRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBranchMarkerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBranchMarkerRecord = (function (_super) {
__extends(IBranchMarkerRecord, _super);
function IBranchMarkerRecord(defaults) {
_super.apply(this, arguments);
}
IBranchMarkerRecord.attributesToDeclare = function () {
return [
this.attr("IBranchMarker", "iBranchMarkerAttr", "IBranchMarker", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IBranchMarkerRec());
}, true, PortalModel.IBranchMarkerRec)
].concat(_super.attributesToDeclare.call(this));
};
IBranchMarkerRecord.fromStructure = function (str) {
return new IBranchMarkerRecord(new IBranchMarkerRecord.RecordClass({
iBranchMarkerAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IBranchMarkerRecord._isAnonymousRecord = true;
IBranchMarkerRecord.UniqueId = "21c2b436-8e4a-63b9-2efe-917efa1a674f";
IBranchMarkerRecord.init();
return IBranchMarkerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IBranchMarkerRecord = IBranchMarkerRecord;
});
define("Portal.model$CheckPostalOrderDuplicateRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicateRec = (function (_super) {
__extends(CheckPostalOrderDuplicateRec, _super);
function CheckPostalOrderDuplicateRec(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicateRec.attributesToDeclare = function () {
return [
this.attr("BoxNumber", "boxNumberAttr", "boxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CartServiceType", "cartServiceTypeAttr", "cartServiceType", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CheckPostalOrderDuplicateRec.init();
return CheckPostalOrderDuplicateRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CheckPostalOrderDuplicateRec = CheckPostalOrderDuplicateRec;
});
define("Portal.model$Payload67Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload67Rec = (function (_super) {
__extends(Payload67Rec, _super);
function Payload67Rec(defaults) {
_super.apply(this, arguments);
}
Payload67Rec.attributesToDeclare = function () {
return [
this.attr("IsDuplicate", "isDuplicateAttr", "isDuplicate", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload67Rec.fromStructure = function (str) {
return new Payload67Rec(new Payload67Rec.RecordClass({
isDuplicateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload67Rec.init();
return Payload67Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload67Rec = Payload67Rec;
});
define("Portal.model$CheckPostalOrderDuplicate2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload67Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicate2Rec = (function (_super) {
__extends(CheckPostalOrderDuplicate2Rec, _super);
function CheckPostalOrderDuplicate2Rec(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicate2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload67Rec());
}, true, PortalModel.Payload67Rec)
].concat(_super.attributesToDeclare.call(this));
};
CheckPostalOrderDuplicate2Rec.init();
return CheckPostalOrderDuplicate2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CheckPostalOrderDuplicate2Rec = CheckPostalOrderDuplicate2Rec;
});
define("Portal.model$CheckPostalOrderDuplicate2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicate2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicate2Record = (function (_super) {
__extends(CheckPostalOrderDuplicate2Record, _super);
function CheckPostalOrderDuplicate2Record(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicate2Record.attributesToDeclare = function () {
return [
this.attr("CheckPostalOrderDuplicate2", "checkPostalOrderDuplicate2Attr", "CheckPostalOrderDuplicate2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CheckPostalOrderDuplicate2Rec());
}, true, PortalModel.CheckPostalOrderDuplicate2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CheckPostalOrderDuplicate2Record.fromStructure = function (str) {
return new CheckPostalOrderDuplicate2Record(new CheckPostalOrderDuplicate2Record.RecordClass({
checkPostalOrderDuplicate2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CheckPostalOrderDuplicate2Record._isAnonymousRecord = true;
CheckPostalOrderDuplicate2Record.UniqueId = "bad1a3df-073b-272b-db2f-1fb6e17abc23";
CheckPostalOrderDuplicate2Record.init();
return CheckPostalOrderDuplicate2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CheckPostalOrderDuplicate2Record = CheckPostalOrderDuplicate2Record;
});
define("Portal.model$CheckPostalOrderDuplicate2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicate2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicate2RecordList = (function (_super) {
__extends(CheckPostalOrderDuplicate2RecordList, _super);
function CheckPostalOrderDuplicate2RecordList(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicate2RecordList.itemType = PortalModel.CheckPostalOrderDuplicate2Record;
return CheckPostalOrderDuplicate2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CheckPostalOrderDuplicate2RecordList = CheckPostalOrderDuplicate2RecordList;
});
define("Portal.model$HTTPHeader15Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader15Rec = (function (_super) {
__extends(HTTPHeader15Rec, _super);
function HTTPHeader15Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader15Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader15Rec.init();
return HTTPHeader15Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader15Rec = HTTPHeader15Rec;
});
define("Portal.model$HTTPHeader15Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader15Record = (function (_super) {
__extends(HTTPHeader15Record, _super);
function HTTPHeader15Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader15Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader15", "hTTPHeader15Attr", "HTTPHeader15", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader15Rec());
}, true, PortalModel.HTTPHeader15Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader15Record.fromStructure = function (str) {
return new HTTPHeader15Record(new HTTPHeader15Record.RecordClass({
hTTPHeader15Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader15Record._isAnonymousRecord = true;
HTTPHeader15Record.UniqueId = "fcbf2e76-48c1-9066-5ffc-0c25e2257c84";
HTTPHeader15Record.init();
return HTTPHeader15Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader15Record = HTTPHeader15Record;
});
define("Portal.model$HTTPHeader15RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader15Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader15RecordList = (function (_super) {
__extends(HTTPHeader15RecordList, _super);
function HTTPHeader15RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader15RecordList.itemType = PortalModel.HTTPHeader15Record;
return HTTPHeader15RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader15RecordList = HTTPHeader15RecordList;
});
define("Portal.model$Payload25Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload25Rec = (function (_super) {
__extends(Payload25Rec, _super);
function Payload25Rec(defaults) {
_super.apply(this, arguments);
}
Payload25Rec.attributesToDeclare = function () {
return [
this.attr("regions", "regionsAttr", "regions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionItemList());
}, true, PortalModel.RegionItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload25Rec.fromStructure = function (str) {
return new Payload25Rec(new Payload25Rec.RecordClass({
regionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload25Rec.init();
return Payload25Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload25Rec = Payload25Rec;
});
define("Portal.model$CourierRegionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload25Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierRegionRec = (function (_super) {
__extends(CourierRegionRec, _super);
function CourierRegionRec(defaults) {
_super.apply(this, arguments);
}
CourierRegionRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload25Rec());
}, true, PortalModel.Payload25Rec)
].concat(_super.attributesToDeclare.call(this));
};
CourierRegionRec.init();
return CourierRegionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierRegionRec = CourierRegionRec;
});
define("Portal.model$CourierRegionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierRegionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierRegionRecord = (function (_super) {
__extends(CourierRegionRecord, _super);
function CourierRegionRecord(defaults) {
_super.apply(this, arguments);
}
CourierRegionRecord.attributesToDeclare = function () {
return [
this.attr("CourierRegion", "courierRegionAttr", "CourierRegion", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierRegionRec());
}, true, PortalModel.CourierRegionRec)
].concat(_super.attributesToDeclare.call(this));
};
CourierRegionRecord.fromStructure = function (str) {
return new CourierRegionRecord(new CourierRegionRecord.RecordClass({
courierRegionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CourierRegionRecord._isAnonymousRecord = true;
CourierRegionRecord.UniqueId = "9132fa2e-97f9-cb02-7665-2eaf28efce54";
CourierRegionRecord.init();
return CourierRegionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierRegionRecord = CourierRegionRecord;
});
define("Portal.model$CourierRegionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierRegionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierRegionRecordList = (function (_super) {
__extends(CourierRegionRecordList, _super);
function CourierRegionRecordList(defaults) {
_super.apply(this, arguments);
}
CourierRegionRecordList.itemType = PortalModel.CourierRegionRecord;
return CourierRegionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierRegionRecordList = CourierRegionRecordList;
});
define("Portal.model$VehicleTypeItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItemRecord = (function (_super) {
__extends(VehicleTypeItemRecord, _super);
function VehicleTypeItemRecord(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItemRecord.attributesToDeclare = function () {
return [
this.attr("VehicleTypeItem", "vehicleTypeItemAttr", "VehicleTypeItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VehicleTypeItemRec());
}, true, PortalModel.VehicleTypeItemRec)
].concat(_super.attributesToDeclare.call(this));
};
VehicleTypeItemRecord.fromStructure = function (str) {
return new VehicleTypeItemRecord(new VehicleTypeItemRecord.RecordClass({
vehicleTypeItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
VehicleTypeItemRecord._isAnonymousRecord = true;
VehicleTypeItemRecord.UniqueId = "41bafa6a-02bc-c3cf-7b11-44382c0955f3";
VehicleTypeItemRecord.init();
return VehicleTypeItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.VehicleTypeItemRecord = VehicleTypeItemRecord;
});
define("Portal.model$VehicleTypeItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItemRecordList = (function (_super) {
__extends(VehicleTypeItemRecordList, _super);
function VehicleTypeItemRecordList(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItemRecordList.itemType = PortalModel.VehicleTypeItemRecord;
return VehicleTypeItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VehicleTypeItemRecordList = VehicleTypeItemRecordList;
});
define("Portal.model$GetPickupTimeSlotResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload28Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPickupTimeSlotResponseRec = (function (_super) {
__extends(GetPickupTimeSlotResponseRec, _super);
function GetPickupTimeSlotResponseRec(defaults) {
_super.apply(this, arguments);
}
GetPickupTimeSlotResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload28Rec());
}, true, PortalModel.Payload28Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetPickupTimeSlotResponseRec.init();
return GetPickupTimeSlotResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPickupTimeSlotResponseRec = GetPickupTimeSlotResponseRec;
});
define("Portal.model$GetPickupTimeSlotResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPickupTimeSlotResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPickupTimeSlotResponseRecord = (function (_super) {
__extends(GetPickupTimeSlotResponseRecord, _super);
function GetPickupTimeSlotResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetPickupTimeSlotResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetPickupTimeSlotResponse", "getPickupTimeSlotResponseAttr", "GetPickupTimeSlotResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPickupTimeSlotResponseRec());
}, true, PortalModel.GetPickupTimeSlotResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPickupTimeSlotResponseRecord.fromStructure = function (str) {
return new GetPickupTimeSlotResponseRecord(new GetPickupTimeSlotResponseRecord.RecordClass({
getPickupTimeSlotResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPickupTimeSlotResponseRecord._isAnonymousRecord = true;
GetPickupTimeSlotResponseRecord.UniqueId = "22663577-d571-9d42-74ca-1e1747aaf4d1";
GetPickupTimeSlotResponseRecord.init();
return GetPickupTimeSlotResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPickupTimeSlotResponseRecord = GetPickupTimeSlotResponseRecord;
});
define("Portal.model$HTTPRequest4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest4RecordList = (function (_super) {
__extends(HTTPRequest4RecordList, _super);
function HTTPRequest4RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest4RecordList.itemType = PortalModel.HTTPRequest4Record;
return HTTPRequest4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest4RecordList = HTTPRequest4RecordList;
});
define("Portal.model$BoxHistoryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxHistoryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxHistoryRecord = (function (_super) {
__extends(BoxHistoryRecord, _super);
function BoxHistoryRecord(defaults) {
_super.apply(this, arguments);
}
BoxHistoryRecord.attributesToDeclare = function () {
return [
this.attr("BoxHistory", "boxHistoryAttr", "BoxHistory", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoxHistoryRec());
}, true, PortalModel.BoxHistoryRec)
].concat(_super.attributesToDeclare.call(this));
};
BoxHistoryRecord.fromStructure = function (str) {
return new BoxHistoryRecord(new BoxHistoryRecord.RecordClass({
boxHistoryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BoxHistoryRecord._isAnonymousRecord = true;
BoxHistoryRecord.UniqueId = "22d64dcb-033f-43c9-444d-e66d27a5230e";
BoxHistoryRecord.init();
return BoxHistoryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxHistoryRecord = BoxHistoryRecord;
});
define("Portal.model$ItemNature2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemNature2Rec = (function (_super) {
__extends(ItemNature2Rec, _super);
function ItemNature2Rec(defaults) {
_super.apply(this, arguments);
}
ItemNature2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ItemNature2Rec.init();
return ItemNature2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemNature2Rec = ItemNature2Rec;
});
define("Portal.model$ItemNature2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemNature2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemNature2List = (function (_super) {
__extends(ItemNature2List, _super);
function ItemNature2List(defaults) {
_super.apply(this, arguments);
}
ItemNature2List.itemType = PortalModel.ItemNature2Rec;
return ItemNature2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemNature2List = ItemNature2List;
});
define("Portal.model$GetVehicleTypeResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload81Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponse2Rec = (function (_super) {
__extends(GetVehicleTypeResponse2Rec, _super);
function GetVehicleTypeResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload81Rec());
}, true, PortalModel.Payload81Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetVehicleTypeResponse2Rec.init();
return GetVehicleTypeResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetVehicleTypeResponse2Rec = GetVehicleTypeResponse2Rec;
});
define("Portal.model$GetVehicleTypeResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponse2List = (function (_super) {
__extends(GetVehicleTypeResponse2List, _super);
function GetVehicleTypeResponse2List(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponse2List.itemType = PortalModel.GetVehicleTypeResponse2Rec;
return GetVehicleTypeResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetVehicleTypeResponse2List = GetVehicleTypeResponse2List;
});
define("Portal.model$ItemStatusRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemStatusRec = (function (_super) {
__extends(ItemStatusRec, _super);
function ItemStatusRec(defaults) {
_super.apply(this, arguments);
}
ItemStatusRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ItemStatusRec.init();
return ItemStatusRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemStatusRec = ItemStatusRec;
});
define("Portal.model$ItemStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemStatusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemStatusList = (function (_super) {
__extends(ItemStatusList, _super);
function ItemStatusList(defaults) {
_super.apply(this, arguments);
}
ItemStatusList.itemType = PortalModel.ItemStatusRec;
return ItemStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemStatusList = ItemStatusList;
});
define("Portal.model$Payload68Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemStatusList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload68Rec = (function (_super) {
__extends(Payload68Rec, _super);
function Payload68Rec(defaults) {
_super.apply(this, arguments);
}
Payload68Rec.attributesToDeclare = function () {
return [
this.attr("ItemStatus", "itemStatusAttr", "itemStatus", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemStatusList());
}, true, PortalModel.ItemStatusList)
].concat(_super.attributesToDeclare.call(this));
};
Payload68Rec.fromStructure = function (str) {
return new Payload68Rec(new Payload68Rec.RecordClass({
itemStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload68Rec.init();
return Payload68Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload68Rec = Payload68Rec;
});
define("Portal.model$GetItemStatusResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload68Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetItemStatusResponseRec = (function (_super) {
__extends(GetItemStatusResponseRec, _super);
function GetItemStatusResponseRec(defaults) {
_super.apply(this, arguments);
}
GetItemStatusResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload68Rec());
}, true, PortalModel.Payload68Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetItemStatusResponseRec.init();
return GetItemStatusResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetItemStatusResponseRec = GetItemStatusResponseRec;
});
define("Portal.model$GetItemStatusResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetItemStatusResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetItemStatusResponseRecord = (function (_super) {
__extends(GetItemStatusResponseRecord, _super);
function GetItemStatusResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetItemStatusResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetItemStatusResponse", "getItemStatusResponseAttr", "GetItemStatusResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetItemStatusResponseRec());
}, true, PortalModel.GetItemStatusResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetItemStatusResponseRecord.fromStructure = function (str) {
return new GetItemStatusResponseRecord(new GetItemStatusResponseRecord.RecordClass({
getItemStatusResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetItemStatusResponseRecord._isAnonymousRecord = true;
GetItemStatusResponseRecord.UniqueId = "23226b31-b769-1ca7-8072-399da35b58db";
GetItemStatusResponseRecord.init();
return GetItemStatusResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetItemStatusResponseRecord = GetItemStatusResponseRecord;
});
define("Portal.model$CreateBulkCourierResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateBulkCourierResponseRec = (function (_super) {
__extends(CreateBulkCourierResponseRec, _super);
function CreateBulkCourierResponseRec(defaults) {
_super.apply(this, arguments);
}
CreateBulkCourierResponseRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "Status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AWBLabel", "aWBLabelAttr", "AWBLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TPRef_Number", "tPRef_NumberAttr", "TPRef_Number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestSerialNumber", "requestSerialNumberAttr", "RequestSerialNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CreateBulkCourierResponseRec.init();
return CreateBulkCourierResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateBulkCourierResponseRec = CreateBulkCourierResponseRec;
});
define("Portal.model$MultiShip_Courier_Express_FileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Express_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Express_FileList = (function (_super) {
__extends(MultiShip_Courier_Express_FileList, _super);
function MultiShip_Courier_Express_FileList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Express_FileList.itemType = PortalModel.MultiShip_Courier_Express_FileRec;
return MultiShip_Courier_Express_FileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Express_FileList = MultiShip_Courier_Express_FileList;
});
define("Portal.model$ICourierLicensingAndSupplierComplaintDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICourierLicensingAndSupplierComplaintDetailRecord = (function (_super) {
__extends(ICourierLicensingAndSupplierComplaintDetailRecord, _super);
function ICourierLicensingAndSupplierComplaintDetailRecord(defaults) {
_super.apply(this, arguments);
}
ICourierLicensingAndSupplierComplaintDetailRecord.attributesToDeclare = function () {
return [
this.attr("ICourierLicensingAndSupplierComplaintDetail", "iCourierLicensingAndSupplierComplaintDetailAttr", "ICourierLicensingAndSupplierComplaintDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.ICourierLicensingAndSupplierComplaintDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
ICourierLicensingAndSupplierComplaintDetailRecord.fromStructure = function (str) {
return new ICourierLicensingAndSupplierComplaintDetailRecord(new ICourierLicensingAndSupplierComplaintDetailRecord.RecordClass({
iCourierLicensingAndSupplierComplaintDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ICourierLicensingAndSupplierComplaintDetailRecord._isAnonymousRecord = true;
ICourierLicensingAndSupplierComplaintDetailRecord.UniqueId = "8e2c8bb9-41c8-6f02-2b58-2a58b31873fe";
ICourierLicensingAndSupplierComplaintDetailRecord.init();
return ICourierLicensingAndSupplierComplaintDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ICourierLicensingAndSupplierComplaintDetailRecord = ICourierLicensingAndSupplierComplaintDetailRecord;
});
define("Portal.model$ICourierLicensingAndSupplierComplaintDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICourierLicensingAndSupplierComplaintDetailRecordList = (function (_super) {
__extends(ICourierLicensingAndSupplierComplaintDetailRecordList, _super);
function ICourierLicensingAndSupplierComplaintDetailRecordList(defaults) {
_super.apply(this, arguments);
}
ICourierLicensingAndSupplierComplaintDetailRecordList.itemType = PortalModel.ICourierLicensingAndSupplierComplaintDetailRecord;
return ICourierLicensingAndSupplierComplaintDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICourierLicensingAndSupplierComplaintDetailRecordList = ICourierLicensingAndSupplierComplaintDetailRecordList;
});
define("Portal.model$DateOptionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DateOptionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DateOptionList = (function (_super) {
__extends(DateOptionList, _super);
function DateOptionList(defaults) {
_super.apply(this, arguments);
}
DateOptionList.itemType = PortalModel.DateOptionRec;
return DateOptionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DateOptionList = DateOptionList;
});
define("Portal.model$Payload32Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload32Rec = (function (_super) {
__extends(Payload32Rec, _super);
function Payload32Rec(defaults) {
_super.apply(this, arguments);
}
Payload32Rec.attributesToDeclare = function () {
return [
this.attr("Label", "labelAttr", "label", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload32Rec.fromStructure = function (str) {
return new Payload32Rec(new Payload32Rec.RecordClass({
labelAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload32Rec.init();
return Payload32Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload32Rec = Payload32Rec;
});
define("Portal.model$PickupInfo3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupInfo3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupInfo3List = (function (_super) {
__extends(PickupInfo3List, _super);
function PickupInfo3List(defaults) {
_super.apply(this, arguments);
}
PickupInfo3List.itemType = PortalModel.PickupInfo3Rec;
return PickupInfo3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupInfo3List = PickupInfo3List;
});
define("Portal.model$DialogParametersRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DialogParametersRec = (function (_super) {
__extends(DialogParametersRec, _super);
function DialogParametersRec(defaults) {
_super.apply(this, arguments);
}
DialogParametersRec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "Confirm";
}, true),
this.attr("ShouldShow", "shouldShowAttr", "ShouldShow", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Text", "textAttr", "Text", false, false, OS.Types.Text, function () {
return "Are you sure you want to proceed";
}, true),
this.attr("ConfirmButtonText", "confirmButtonTextAttr", "ConfirmButtonText", false, false, OS.Types.Text, function () {
return "Confirm";
}, true),
this.attr("CancelButtonText", "cancelButtonTextAttr", "CancelButtonText", false, false, OS.Types.Text, function () {
return "Cancel";
}, true),
this.attr("Caller", "callerAttr", "Caller", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DialogParametersRec.init();
return DialogParametersRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DialogParametersRec = DialogParametersRec;
});
define("Portal.model$DialogParametersRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DialogParametersRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DialogParametersRecord = (function (_super) {
__extends(DialogParametersRecord, _super);
function DialogParametersRecord(defaults) {
_super.apply(this, arguments);
}
DialogParametersRecord.attributesToDeclare = function () {
return [
this.attr("DialogParameters", "dialogParametersAttr", "DialogParameters", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DialogParametersRec());
}, true, PortalModel.DialogParametersRec)
].concat(_super.attributesToDeclare.call(this));
};
DialogParametersRecord.fromStructure = function (str) {
return new DialogParametersRecord(new DialogParametersRecord.RecordClass({
dialogParametersAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DialogParametersRecord._isAnonymousRecord = true;
DialogParametersRecord.UniqueId = "23a8600b-50c7-27b3-ad51-08e1230493bc";
DialogParametersRecord.init();
return DialogParametersRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DialogParametersRecord = DialogParametersRecord;
});
define("Portal.model$EmailRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmailRequestRec = (function (_super) {
__extends(EmailRequestRec, _super);
function EmailRequestRec(defaults) {
_super.apply(this, arguments);
}
EmailRequestRec.attributesToDeclare = function () {
return [
this.attr("from", "fromAttr", "from", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("to", "toAttr", "to", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cc", "ccAttr", "cc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("subject", "subjectAttr", "subject", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
EmailRequestRec.init();
return EmailRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.EmailRequestRec = EmailRequestRec;
});
define("Portal.model$SelectedDateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedDateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedDateRecord = (function (_super) {
__extends(SelectedDateRecord, _super);
function SelectedDateRecord(defaults) {
_super.apply(this, arguments);
}
SelectedDateRecord.attributesToDeclare = function () {
return [
this.attr("SelectedDate", "selectedDateAttr", "SelectedDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedDateRec());
}, true, PortalModel.SelectedDateRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedDateRecord.fromStructure = function (str) {
return new SelectedDateRecord(new SelectedDateRecord.RecordClass({
selectedDateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedDateRecord._isAnonymousRecord = true;
SelectedDateRecord.UniqueId = "23c69f1b-2ace-9663-864d-a94b5c0235d1";
SelectedDateRecord.init();
return SelectedDateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedDateRecord = SelectedDateRecord;
});
define("Portal.model$GetOrderHistoryResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponse2Rec = (function (_super) {
__extends(GetOrderHistoryResponse2Rec, _super);
function GetOrderHistoryResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem3Rec());
}, true, PortalModel.PayloadItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetOrderHistoryResponse2Rec.init();
return GetOrderHistoryResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetOrderHistoryResponse2Rec = GetOrderHistoryResponse2Rec;
});
define("Portal.model$LegalEnquiry2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry2Record = (function (_super) {
__extends(LegalEnquiry2Record, _super);
function LegalEnquiry2Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry2Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiry2", "legalEnquiry2Attr", "LegalEnquiry2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry2Rec());
}, true, PortalModel.LegalEnquiry2Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry2Record.fromStructure = function (str) {
return new LegalEnquiry2Record(new LegalEnquiry2Record.RecordClass({
legalEnquiry2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiry2Record._isAnonymousRecord = true;
LegalEnquiry2Record.UniqueId = "2401b2ad-0393-3e03-2937-bbe430c2b7c2";
LegalEnquiry2Record.init();
return LegalEnquiry2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry2Record = LegalEnquiry2Record;
});
define("Portal.model$ICaseBodyRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseBodyRecord = (function (_super) {
__extends(ICaseBodyRecord, _super);
function ICaseBodyRecord(defaults) {
_super.apply(this, arguments);
}
ICaseBodyRecord.attributesToDeclare = function () {
return [
this.attr("ICaseBody", "iCaseBodyAttr", "ICaseBody", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICaseBodyRec());
}, true, PortalModel.ICaseBodyRec)
].concat(_super.attributesToDeclare.call(this));
};
ICaseBodyRecord.fromStructure = function (str) {
return new ICaseBodyRecord(new ICaseBodyRecord.RecordClass({
iCaseBodyAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ICaseBodyRecord._isAnonymousRecord = true;
ICaseBodyRecord.UniqueId = "2450746e-0aa5-8390-71db-58fec749885c";
ICaseBodyRecord.init();
return ICaseBodyRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ICaseBodyRecord = ICaseBodyRecord;
});
define("Portal.model$IntegerIntegerIntegerRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerIntegerRecord = (function (_super) {
__extends(IntegerIntegerIntegerRecord, _super);
function IntegerIntegerIntegerRecord(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerIntegerRecord.attributesToDeclare = function () {
return [
this.attr("BasicQuantity", "basicQuantityAttr", "BasicQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PremiumDiscountQuantity", "premiumDiscountQuantityAttr", "PremiumDiscountQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PremiumQuantity", "premiumQuantityAttr", "PremiumQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntegerIntegerIntegerRecord._isAnonymousRecord = true;
IntegerIntegerIntegerRecord.UniqueId = "246c94d4-300b-a85d-77b0-b16c92a3afde";
IntegerIntegerIntegerRecord.init();
return IntegerIntegerIntegerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerIntegerIntegerRecord = IntegerIntegerIntegerRecord;
});
define("Portal.model$FileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileList = (function (_super) {
__extends(FileList, _super);
function FileList(defaults) {
_super.apply(this, arguments);
}
FileList.itemType = PortalModel.FileRec;
return FileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileList = FileList;
});
define("Portal.model$CountryItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItemRec = (function (_super) {
__extends(CountryItemRec, _super);
function CountryItemRec(defaults) {
_super.apply(this, arguments);
}
CountryItemRec.attributesToDeclare = function () {
return [
this.attr("Code", "codeAttr", "Code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Locale", "localeAttr", "Locale", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CountryItemRec.init();
return CountryItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItemRec = CountryItemRec;
});
define("Portal.model$CountryItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItemList = (function (_super) {
__extends(CountryItemList, _super);
function CountryItemList(defaults) {
_super.apply(this, arguments);
}
CountryItemList.itemType = PortalModel.CountryItemRec;
return CountryItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItemList = CountryItemList;
});
define("Portal.model$Payload2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload2Rec = (function (_super) {
__extends(Payload2Rec, _super);
function Payload2Rec(defaults) {
_super.apply(this, arguments);
}
Payload2Rec.attributesToDeclare = function () {
return [
this.attr("CountryItem", "countryItemAttr", "CountryItem", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItemList());
}, true, PortalModel.CountryItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload2Rec.fromStructure = function (str) {
return new Payload2Rec(new Payload2Rec.RecordClass({
countryItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload2Rec.init();
return Payload2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload2Rec = Payload2Rec;
});
define("Portal.model$GetCountries2ResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCountries2ResponseRec = (function (_super) {
__extends(GetCountries2ResponseRec, _super);
function GetCountries2ResponseRec(defaults) {
_super.apply(this, arguments);
}
GetCountries2ResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "Payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload2Rec());
}, true, PortalModel.Payload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCountries2ResponseRec.init();
return GetCountries2ResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCountries2ResponseRec = GetCountries2ResponseRec;
});
define("Portal.model$GetCountries2ResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCountries2ResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCountries2ResponseRecord = (function (_super) {
__extends(GetCountries2ResponseRecord, _super);
function GetCountries2ResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetCountries2ResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetCountries2Response", "getCountries2ResponseAttr", "GetCountries2Response", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCountries2ResponseRec());
}, true, PortalModel.GetCountries2ResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCountries2ResponseRecord.fromStructure = function (str) {
return new GetCountries2ResponseRecord(new GetCountries2ResponseRecord.RecordClass({
getCountries2ResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCountries2ResponseRecord._isAnonymousRecord = true;
GetCountries2ResponseRecord.UniqueId = "248538b2-be56-06b5-46e3-478c88a76850";
GetCountries2ResponseRecord.init();
return GetCountries2ResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCountries2ResponseRecord = GetCountries2ResponseRecord;
});
define("Portal.model$PickupTimeRangeRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeRangeRec = (function (_super) {
__extends(PickupTimeRangeRec, _super);
function PickupTimeRangeRec(defaults) {
_super.apply(this, arguments);
}
PickupTimeRangeRec.attributesToDeclare = function () {
return [
this.attr("PickupTimeID", "pickupTimeIDAttr", "PickupTimeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTimeText", "pickupTimeTextAttr", "PickupTimeText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromTime", "fromTimeAttr", "FromTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ToTime", "toTimeAttr", "ToTime", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupTimeRangeRec.init();
return PickupTimeRangeRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupTimeRangeRec = PickupTimeRangeRec;
});
define("Portal.model$PickupTimeRangeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeRangeRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeRangeRecord = (function (_super) {
__extends(PickupTimeRangeRecord, _super);
function PickupTimeRangeRecord(defaults) {
_super.apply(this, arguments);
}
PickupTimeRangeRecord.attributesToDeclare = function () {
return [
this.attr("PickupTimeRange", "pickupTimeRangeAttr", "PickupTimeRange", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupTimeRangeRec());
}, true, PortalModel.PickupTimeRangeRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupTimeRangeRecord.fromStructure = function (str) {
return new PickupTimeRangeRecord(new PickupTimeRangeRecord.RecordClass({
pickupTimeRangeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupTimeRangeRecord._isAnonymousRecord = true;
PickupTimeRangeRecord.UniqueId = "8abc7e4e-396b-6f97-239a-7a6ce82354fa";
PickupTimeRangeRecord.init();
return PickupTimeRangeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupTimeRangeRecord = PickupTimeRangeRecord;
});
define("Portal.model$PickupTimeRangeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeRangeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeRangeRecordList = (function (_super) {
__extends(PickupTimeRangeRecordList, _super);
function PickupTimeRangeRecordList(defaults) {
_super.apply(this, arguments);
}
PickupTimeRangeRecordList.itemType = PortalModel.PickupTimeRangeRecord;
return PickupTimeRangeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupTimeRangeRecordList = PickupTimeRangeRecordList;
});
define("Portal.model$OrderChannelRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$OrderChannelRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var OrderChannelRecord = (function (_super) {
__extends(OrderChannelRecord, _super);
function OrderChannelRecord(defaults) {
_super.apply(this, arguments);
}
OrderChannelRecord.attributesToDeclare = function () {
return [
this.attr("OrderChannel", "orderChannelAttr", "OrderChannel", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.OrderChannelRec());
}, true, Data_COModel.OrderChannelRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderChannelRecord.fromStructure = function (str) {
return new OrderChannelRecord(new OrderChannelRecord.RecordClass({
orderChannelAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderChannelRecord._isAnonymousRecord = true;
OrderChannelRecord.UniqueId = "24bd2f92-0b21-2c48-d381-608fc6ae44f8";
OrderChannelRecord.init();
return OrderChannelRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderChannelRecord = OrderChannelRecord;
});
define("Portal.model$SelectPOBoxRelocationResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload69Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationResponse2Rec = (function (_super) {
__extends(SelectPOBoxRelocationResponse2Rec, _super);
function SelectPOBoxRelocationResponse2Rec(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload69Rec());
}, true, PortalModel.Payload69Rec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRelocationResponse2Rec.init();
return SelectPOBoxRelocationResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRelocationResponse2Rec = SelectPOBoxRelocationResponse2Rec;
});
define("Portal.model$SelectPOBoxRelocationResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationResponse2List = (function (_super) {
__extends(SelectPOBoxRelocationResponse2List, _super);
function SelectPOBoxRelocationResponse2List(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationResponse2List.itemType = PortalModel.SelectPOBoxRelocationResponse2Rec;
return SelectPOBoxRelocationResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRelocationResponse2List = SelectPOBoxRelocationResponse2List;
});
define("Portal.model$CareerStaticPageDataRec", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$StaticPageDataRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CareerStaticPageDataRec = (function (_super) {
__extends(CareerStaticPageDataRec, _super);
function CareerStaticPageDataRec(defaults) {
_super.apply(this, arguments);
}
CareerStaticPageDataRec.attributesToDeclare = function () {
return [
this.attr("LifeatEPG", "lifeatEPGAttr", "LifeatEPG", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.StaticPageDataRec());
}, true, CareersServices_COModel.StaticPageDataRec),
this.attr("FAQ", "fAQAttr", "FAQ", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.StaticPageDataRec());
}, true, CareersServices_COModel.StaticPageDataRec),
this.attr("CEOStatement", "cEOStatementAttr", "CEOStatement", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.StaticPageDataRec());
}, true, CareersServices_COModel.StaticPageDataRec),
this.attr("OurDepartments", "ourDepartmentsAttr", "OurDepartments", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.StaticPageDataRec());
}, true, CareersServices_COModel.StaticPageDataRec)
].concat(_super.attributesToDeclare.call(this));
};
CareerStaticPageDataRec.init();
return CareerStaticPageDataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CareerStaticPageDataRec = CareerStaticPageDataRec;
});
define("Portal.model$AdditionalServiceDetailListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalServiceDetailListItemRec = (function (_super) {
__extends(AdditionalServiceDetailListItemRec, _super);
function AdditionalServiceDetailListItemRec(defaults) {
_super.apply(this, arguments);
}
AdditionalServiceDetailListItemRec.attributesToDeclare = function () {
return [
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AdditionalServiceDetailListItemRec.init();
return AdditionalServiceDetailListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AdditionalServiceDetailListItemRec = AdditionalServiceDetailListItemRec;
});
define("Portal.model$AdditionalServiceDetailListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalServiceDetailListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalServiceDetailListItemRecord = (function (_super) {
__extends(AdditionalServiceDetailListItemRecord, _super);
function AdditionalServiceDetailListItemRecord(defaults) {
_super.apply(this, arguments);
}
AdditionalServiceDetailListItemRecord.attributesToDeclare = function () {
return [
this.attr("AdditionalServiceDetailListItem", "additionalServiceDetailListItemAttr", "AdditionalServiceDetailListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AdditionalServiceDetailListItemRec());
}, true, PortalModel.AdditionalServiceDetailListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
AdditionalServiceDetailListItemRecord.fromStructure = function (str) {
return new AdditionalServiceDetailListItemRecord(new AdditionalServiceDetailListItemRecord.RecordClass({
additionalServiceDetailListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AdditionalServiceDetailListItemRecord._isAnonymousRecord = true;
AdditionalServiceDetailListItemRecord.UniqueId = "25175c9d-3a05-6e85-c40d-4a8861985b88";
AdditionalServiceDetailListItemRecord.init();
return AdditionalServiceDetailListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AdditionalServiceDetailListItemRecord = AdditionalServiceDetailListItemRecord;
});
define("Portal.model$GetGenerateShipmentReportRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateShipmentReportRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateShipmentReportRequestList = (function (_super) {
__extends(GetGenerateShipmentReportRequestList, _super);
function GetGenerateShipmentReportRequestList(defaults) {
_super.apply(this, arguments);
}
GetGenerateShipmentReportRequestList.itemType = PortalModel.GetGenerateShipmentReportRequestRec;
return GetGenerateShipmentReportRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetGenerateShipmentReportRequestList = GetGenerateShipmentReportRequestList;
});
define("Portal.model$FileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileRecord = (function (_super) {
__extends(FileRecord, _super);
function FileRecord(defaults) {
_super.apply(this, arguments);
}
FileRecord.attributesToDeclare = function () {
return [
this.attr("File", "fileAttr", "File", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
FileRecord.fromStructure = function (str) {
return new FileRecord(new FileRecord.RecordClass({
fileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FileRecord._isAnonymousRecord = true;
FileRecord.UniqueId = "252d55dc-5a00-290c-a362-e5aeec5eeee7";
FileRecord.init();
return FileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FileRecord = FileRecord;
});
define("Portal.model$MapDirectionsRecord", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MapDirectionsRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MapDirectionsRecord = (function (_super) {
__extends(MapDirectionsRecord, _super);
function MapDirectionsRecord(defaults) {
_super.apply(this, arguments);
}
MapDirectionsRecord.attributesToDeclare = function () {
return [
this.attr("MapDirections", "mapDirectionsAttr", "MapDirections", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new GoogleMapsModel.MapDirectionsRec());
}, true, GoogleMapsModel.MapDirectionsRec)
].concat(_super.attributesToDeclare.call(this));
};
MapDirectionsRecord.fromStructure = function (str) {
return new MapDirectionsRecord(new MapDirectionsRecord.RecordClass({
mapDirectionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MapDirectionsRecord._isAnonymousRecord = true;
MapDirectionsRecord.UniqueId = "a6a0a9e4-a4b7-ca09-9bdb-f748b3ffd6f7";
MapDirectionsRecord.init();
return MapDirectionsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MapDirectionsRecord = MapDirectionsRecord;
});
define("Portal.model$MapDirectionsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MapDirectionsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MapDirectionsRecordList = (function (_super) {
__extends(MapDirectionsRecordList, _super);
function MapDirectionsRecordList(defaults) {
_super.apply(this, arguments);
}
MapDirectionsRecordList.itemType = PortalModel.MapDirectionsRecord;
return MapDirectionsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MapDirectionsRecordList = MapDirectionsRecordList;
});
define("Portal.model$VerificationPageDatabyTransIdResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload76Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdResponseRec = (function (_super) {
__extends(VerificationPageDatabyTransIdResponseRec, _super);
function VerificationPageDatabyTransIdResponseRec(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdResponseRec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload76Rec());
}, true, PortalModel.Payload76Rec)
].concat(_super.attributesToDeclare.call(this));
};
VerificationPageDatabyTransIdResponseRec.init();
return VerificationPageDatabyTransIdResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.VerificationPageDatabyTransIdResponseRec = VerificationPageDatabyTransIdResponseRec;
});
define("Portal.model$NationalityIDLRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NationalityIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NationalityIDLRecord = (function (_super) {
__extends(NationalityIDLRecord, _super);
function NationalityIDLRecord(defaults) {
_super.apply(this, arguments);
}
NationalityIDLRecord.attributesToDeclare = function () {
return [
this.attr("NationalityIDL", "nationalityIDLAttr", "NationalityIDL", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.NationalityIDLRec());
}, true, PortalModel.NationalityIDLRec)
].concat(_super.attributesToDeclare.call(this));
};
NationalityIDLRecord.fromStructure = function (str) {
return new NationalityIDLRecord(new NationalityIDLRecord.RecordClass({
nationalityIDLAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
NationalityIDLRecord._isAnonymousRecord = true;
NationalityIDLRecord.UniqueId = "256de39c-f4ef-f4b0-3d00-e08e00835b69";
NationalityIDLRecord.init();
return NationalityIDLRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.NationalityIDLRecord = NationalityIDLRecord;
});
define("Portal.model$Consignment2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Consignment2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Consignment2List = (function (_super) {
__extends(Consignment2List, _super);
function Consignment2List(defaults) {
_super.apply(this, arguments);
}
Consignment2List.itemType = PortalModel.Consignment2Rec;
return Consignment2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Consignment2List = Consignment2List;
});
define("Portal.model$IDLOptionSetList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLOptionSetRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLOptionSetList = (function (_super) {
__extends(IDLOptionSetList, _super);
function IDLOptionSetList(defaults) {
_super.apply(this, arguments);
}
IDLOptionSetList.itemType = PortalModel.IDLOptionSetRec;
return IDLOptionSetList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLOptionSetList = IDLOptionSetList;
});
define("Portal.model$RegionsIDLRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsIDLRec = (function (_super) {
__extends(RegionsIDLRec, _super);
function RegionsIDLRec(defaults) {
_super.apply(this, arguments);
}
RegionsIDLRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("code", "codeAttr", "code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RegionsIDLRec.init();
return RegionsIDLRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionsIDLRec = RegionsIDLRec;
});
define("Portal.model$RegionsIDLList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsIDLList = (function (_super) {
__extends(RegionsIDLList, _super);
function RegionsIDLList(defaults) {
_super.apply(this, arguments);
}
RegionsIDLList.itemType = PortalModel.RegionsIDLRec;
return RegionsIDLList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionsIDLList = RegionsIDLList;
});
define("Portal.model$RegionsByEmiratesPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsIDLList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsByEmiratesPayloadRec = (function (_super) {
__extends(RegionsByEmiratesPayloadRec, _super);
function RegionsByEmiratesPayloadRec(defaults) {
_super.apply(this, arguments);
}
RegionsByEmiratesPayloadRec.attributesToDeclare = function () {
return [
this.attr("regions", "regionsAttr", "regions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionsIDLList());
}, true, PortalModel.RegionsIDLList)
].concat(_super.attributesToDeclare.call(this));
};
RegionsByEmiratesPayloadRec.fromStructure = function (str) {
return new RegionsByEmiratesPayloadRec(new RegionsByEmiratesPayloadRec.RecordClass({
regionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegionsByEmiratesPayloadRec.init();
return RegionsByEmiratesPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionsByEmiratesPayloadRec = RegionsByEmiratesPayloadRec;
});
define("Portal.model$HTTPHeader4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader4Record = (function (_super) {
__extends(HTTPHeader4Record, _super);
function HTTPHeader4Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader4Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader4", "hTTPHeader4Attr", "HTTPHeader4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader4Rec());
}, true, PortalModel.HTTPHeader4Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader4Record.fromStructure = function (str) {
return new HTTPHeader4Record(new HTTPHeader4Record.RecordClass({
hTTPHeader4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader4Record._isAnonymousRecord = true;
HTTPHeader4Record.UniqueId = "82cec33e-ae55-4570-81a6-8faf78d387c6";
HTTPHeader4Record.init();
return HTTPHeader4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader4Record = HTTPHeader4Record;
});
define("Portal.model$HTTPHeader4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader4RecordList = (function (_super) {
__extends(HTTPHeader4RecordList, _super);
function HTTPHeader4RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader4RecordList.itemType = PortalModel.HTTPHeader4Record;
return HTTPHeader4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader4RecordList = HTTPHeader4RecordList;
});
define("Portal.model$ApplicationStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$ApplicationStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ApplicationStatusRecord = (function (_super) {
__extends(ApplicationStatusRecord, _super);
function ApplicationStatusRecord(defaults) {
_super.apply(this, arguments);
}
ApplicationStatusRecord.attributesToDeclare = function () {
return [
this.attr("ApplicationStatus", "applicationStatusAttr", "ApplicationStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.ApplicationStatusRec());
}, true, Enums_COModel.ApplicationStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
ApplicationStatusRecord.fromStructure = function (str) {
return new ApplicationStatusRecord(new ApplicationStatusRecord.RecordClass({
applicationStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ApplicationStatusRecord._isAnonymousRecord = true;
ApplicationStatusRecord.UniqueId = "c6d1fece-0f84-2785-12dd-8827d1bed276";
ApplicationStatusRecord.init();
return ApplicationStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ApplicationStatusRecord = ApplicationStatusRecord;
});
define("Portal.model$ApplicationStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ApplicationStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ApplicationStatusRecordList = (function (_super) {
__extends(ApplicationStatusRecordList, _super);
function ApplicationStatusRecordList(defaults) {
_super.apply(this, arguments);
}
ApplicationStatusRecordList.itemType = PortalModel.ApplicationStatusRecord;
return ApplicationStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ApplicationStatusRecordList = ApplicationStatusRecordList;
});
define("Portal.model$INVRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var INVRec = (function (_super) {
__extends(INVRec, _super);
function INVRec(defaults) {
_super.apply(this, arguments);
}
INVRec.attributesToDeclare = function () {
return [
this.attr("AccountedAmount", "accountedAmountAttr", "accountedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address1", "address1Attr", "address1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchSource", "batchSourceAttr", "batchSource", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BillToSiteUseId", "billToSiteUseIdAttr", "billToSiteUseId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "city", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CodeCombinationId", "codeCombinationIdAttr", "codeCombinationId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cur_code", "cur_codeAttr", "cur_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustTrxLineGlDistId", "custTrxLineGlDistIdAttr", "custTrxLineGlDistId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Cust_trn_number", "cust_trn_numberAttr", "cust_trn_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerTrxId", "customerTrxIdAttr", "customerTrxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerTrxLineId", "customerTrxLineIdAttr", "customerTrxLineId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Customer_name", "customer_nameAttr", "customer_name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Customer_number", "customer_numberAttr", "customer_number", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Description", "descriptionAttr", "description", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emial", "emialAttr", "emial", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExtendedAmount", "extendedAmountAttr", "extendedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GlDate", "glDateAttr", "glDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("LineNumber", "lineNumberAttr", "lineNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LineType", "lineTypeAttr", "lineType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Qty", "qtyAttr", "qty", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("QuantityInvoiced", "quantityInvoicedAttr", "quantityInvoiced", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RevenueAmount", "revenueAmountAttr", "revenueAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Tax_amt", "tax_amtAttr", "tax_amt", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Total", "totalAttr", "total", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransactionTypeName", "transactionTypeNameAttr", "transactionTypeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransctionType", "transctionTypeAttr", "transctionType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrxDate", "trxDateAttr", "trxDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("TrxNumber", "trxNumberAttr", "trxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Due_date", "due_dateAttr", "due_date", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
INVRec.init();
return INVRec;
})(OS.DataTypes.GenericRecord);
PortalModel.INVRec = INVRec;
});
define("Portal.model$LegalEnquiryStructRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructRecord = (function (_super) {
__extends(LegalEnquiryStructRecord, _super);
function LegalEnquiryStructRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryStruct", "legalEnquiryStructAttr", "LegalEnquiryStruct", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryStructRec());
}, true, PortalModel.LegalEnquiryStructRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryStructRecord.fromStructure = function (str) {
return new LegalEnquiryStructRecord(new LegalEnquiryStructRecord.RecordClass({
legalEnquiryStructAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryStructRecord._isAnonymousRecord = true;
LegalEnquiryStructRecord.UniqueId = "25f0738f-4404-1b84-9678-e876e7d7bde9";
LegalEnquiryStructRecord.init();
return LegalEnquiryStructRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryStructRecord = LegalEnquiryStructRecord;
});
define("Portal.model$CASHList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CASHRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CASHList = (function (_super) {
__extends(CASHList, _super);
function CASHList(defaults) {
_super.apply(this, arguments);
}
CASHList.itemType = PortalModel.CASHRec;
return CASHList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CASHList = CASHList;
});
define("Portal.model$INVList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$INVRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var INVList = (function (_super) {
__extends(INVList, _super);
function INVList(defaults) {
_super.apply(this, arguments);
}
INVList.itemType = PortalModel.INVRec;
return INVList;
})(OS.DataTypes.GenericRecordList);
PortalModel.INVList = INVList;
});
define("Portal.model$ListDataGridsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CASHList", "Portal.model$ARPendingList", "Portal.model$INVList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListDataGridsRec = (function (_super) {
__extends(ListDataGridsRec, _super);
function ListDataGridsRec(defaults) {
_super.apply(this, arguments);
}
ListDataGridsRec.attributesToDeclare = function () {
return [
this.attr("ReceiptList", "receiptListAttr", "ReceiptList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CASHList());
}, true, PortalModel.CASHList),
this.attr("OustandingList", "oustandingListAttr", "OustandingList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ARPendingList());
}, true, PortalModel.ARPendingList),
this.attr("TransactionList", "transactionListAttr", "TransactionList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.INVList());
}, true, PortalModel.INVList)
].concat(_super.attributesToDeclare.call(this));
};
ListDataGridsRec.init();
return ListDataGridsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ListDataGridsRec = ListDataGridsRec;
});
define("Portal.model$ListDataGridsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListDataGridsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListDataGridsRecord = (function (_super) {
__extends(ListDataGridsRecord, _super);
function ListDataGridsRecord(defaults) {
_super.apply(this, arguments);
}
ListDataGridsRecord.attributesToDeclare = function () {
return [
this.attr("ListDataGrids", "listDataGridsAttr", "ListDataGrids", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ListDataGridsRec());
}, true, PortalModel.ListDataGridsRec)
].concat(_super.attributesToDeclare.call(this));
};
ListDataGridsRecord.fromStructure = function (str) {
return new ListDataGridsRecord(new ListDataGridsRecord.RecordClass({
listDataGridsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ListDataGridsRecord._isAnonymousRecord = true;
ListDataGridsRecord.UniqueId = "52137e6b-2289-a58a-959a-0a8cd578a92d";
ListDataGridsRecord.init();
return ListDataGridsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ListDataGridsRecord = ListDataGridsRecord;
});
define("Portal.model$ListDataGridsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListDataGridsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListDataGridsRecordList = (function (_super) {
__extends(ListDataGridsRecordList, _super);
function ListDataGridsRecordList(defaults) {
_super.apply(this, arguments);
}
ListDataGridsRecordList.itemType = PortalModel.ListDataGridsRecord;
return ListDataGridsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListDataGridsRecordList = ListDataGridsRecordList;
});
define("Portal.model$GetPOBoxListingPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingPayloadRec = (function (_super) {
__extends(GetPOBoxListingPayloadRec, _super);
function GetPOBoxListingPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingPayloadRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("nickName", "nickNameAttr", "nickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityName", "cityNameAttr", "cityName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ownerName", "ownerNameAttr", "ownerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("expiryDate", "expiryDateAttr", "expiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("bundleName", "bundleNameAttr", "bundleName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isRenewable", "isRenewableAttr", "isRenewable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("isUpgradable", "isUpgradableAttr", "isUpgradable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("rentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isLinked", "isLinkedAttr", "isLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("boxUniqueId", "boxUniqueIdAttr", "boxUniqueId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("officeId", "officeIdAttr", "officeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDowngradable", "isDowngradableAttr", "isDowngradable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsRelocatable", "isRelocatableAttr", "isRelocatable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OfficeDesc", "officeDescAttr", "officeDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RevenueOfficeId", "revenueOfficeIdAttr", "revenueOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostalCustomerProfileId", "postalCustomerProfileIdAttr", "postalCustomerProfileId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HasPendingCancellationRequest", "hasPendingCancellationRequestAttr", "hasPendingCancellationRequest", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingPayloadRec.init();
return GetPOBoxListingPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingPayloadRec = GetPOBoxListingPayloadRec;
});
define("Portal.model$GetPOBoxListingPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingPayloadList = (function (_super) {
__extends(GetPOBoxListingPayloadList, _super);
function GetPOBoxListingPayloadList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingPayloadList.itemType = PortalModel.GetPOBoxListingPayloadRec;
return GetPOBoxListingPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingPayloadList = GetPOBoxListingPayloadList;
});
define("Portal.model$GetPOBoxListingResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingPayloadList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingResponseRec = (function (_super) {
__extends(GetPOBoxListingResponseRec, _super);
function GetPOBoxListingResponseRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxListingPayloadList());
}, true, PortalModel.GetPOBoxListingPayloadList)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingResponseRec.init();
return GetPOBoxListingResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingResponseRec = GetPOBoxListingResponseRec;
});
define("Portal.model$BreakColumnsRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$BreakColumnsRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var BreakColumnsRecord = (function (_super) {
__extends(BreakColumnsRecord, _super);
function BreakColumnsRecord(defaults) {
_super.apply(this, arguments);
}
BreakColumnsRecord.attributesToDeclare = function () {
return [
this.attr("BreakColumns", "breakColumnsAttr", "BreakColumns", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.BreakColumnsRec());
}, true, OutSystemsUIModel.BreakColumnsRec)
].concat(_super.attributesToDeclare.call(this));
};
BreakColumnsRecord.fromStructure = function (str) {
return new BreakColumnsRecord(new BreakColumnsRecord.RecordClass({
breakColumnsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BreakColumnsRecord._isAnonymousRecord = true;
BreakColumnsRecord.UniqueId = "261685da-2c79-9bcc-3b48-73485e008694";
BreakColumnsRecord.init();
return BreakColumnsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BreakColumnsRecord = BreakColumnsRecord;
});
define("Portal.model$CMS_PageVersionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageVersionRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionRecord = (function (_super) {
__extends(CMS_PageVersionRecord, _super);
function CMS_PageVersionRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionRecord.attributesToDeclare = function () {
return [
this.attr("CMS_PageVersion", "cMS_PageVersionAttr", "CMS_PageVersion", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageVersionRec());
}, true, Data_COModel.CMS_PageVersionRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageVersionRecord.fromStructure = function (str) {
return new CMS_PageVersionRecord(new CMS_PageVersionRecord.RecordClass({
cMS_PageVersionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageVersionRecord._isAnonymousRecord = true;
CMS_PageVersionRecord.UniqueId = "2616e956-a2b1-8ac1-d837-7b8c18e38f0e";
CMS_PageVersionRecord.init();
return CMS_PageVersionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageVersionRecord = CMS_PageVersionRecord;
});
define("Portal.model$TextTextTextTextTextEmailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextTextTextEmailRecord = (function (_super) {
__extends(TextTextTextTextTextEmailRecord, _super);
function TextTextTextTextTextEmailRecord(defaults) {
_super.apply(this, arguments);
}
TextTextTextTextTextEmailRecord.attributesToDeclare = function () {
return [
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CountryCode", "countryCodeAttr", "CountryCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextTextTextTextTextEmailRecord._isAnonymousRecord = true;
TextTextTextTextTextEmailRecord.UniqueId = "2b30327f-a4d3-d410-d9e7-654656c9ab9a";
TextTextTextTextTextEmailRecord.init();
return TextTextTextTextTextEmailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextTextTextTextTextEmailRecord = TextTextTextTextTextEmailRecord;
});
define("Portal.model$TextTextTextTextTextEmailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextTextTextTextTextEmailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextTextTextEmailRecordList = (function (_super) {
__extends(TextTextTextTextTextEmailRecordList, _super);
function TextTextTextTextTextEmailRecordList(defaults) {
_super.apply(this, arguments);
}
TextTextTextTextTextEmailRecordList.itemType = PortalModel.TextTextTextTextTextEmailRecord;
return TextTextTextTextTextEmailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextTextTextTextTextEmailRecordList = TextTextTextTextTextEmailRecordList;
});
define("Portal.model$AirwayBillNumberRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillNumberRec = (function (_super) {
__extends(AirwayBillNumberRec, _super);
function AirwayBillNumberRec(defaults) {
_super.apply(this, arguments);
}
AirwayBillNumberRec.attributesToDeclare = function () {
return [
this.attr("String", "stringAttr", "string", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
AirwayBillNumberRec.fromStructure = function (str) {
return new AirwayBillNumberRec(new AirwayBillNumberRec.RecordClass({
stringAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AirwayBillNumberRec.init();
return AirwayBillNumberRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AirwayBillNumberRec = AirwayBillNumberRec;
});
define("Portal.model$PickupListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillNumberRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupListItemRec = (function (_super) {
__extends(PickupListItemRec, _super);
function PickupListItemRec(defaults) {
_super.apply(this, arguments);
}
PickupListItemRec.attributesToDeclare = function () {
return [
this.attr("IsEditable", "isEditableAttr", "isEditable", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PickupReferenceNumber", "pickupReferenceNumberAttr", "pickupReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PreparedOn", "preparedOnAttr", "preparedOn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTime", "pickupTimeAttr", "pickupTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperContactName", "shipperContactNameAttr", "shipperContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperCompanyName", "shipperCompanyNameAttr", "shipperCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumbers", "airwayBillNumbersAttr", "airwayBillNumbers", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AirwayBillNumberRec());
}, true, PortalModel.AirwayBillNumberRec),
this.attr("PickupZoneId", "pickupZoneIdAttr", "pickupZoneId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupRegionId", "pickupRegionIdAttr", "pickupRegionId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupEmirateId", "pickupEmirateIdAttr", "pickupEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupZoneName", "pickupZoneNameAttr", "pickupZoneName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupRegionName", "pickupRegionNameAttr", "pickupRegionName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupEmirateName", "pickupEmirateNameAttr", "pickupEmirateName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupTimeTo", "pickupTimeToAttr", "pickupTimeTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNum", "airwayBillNumAttr", "airwayBillNum", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDummyConsignment", "isDummyConsignmentAttr", "isDummyConsignment", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("BookingStatus", "bookingStatusAttr", "bookingStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VehicleType", "vehicleTypeAttr", "vehicleType", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupListItemRec.init();
return PickupListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupListItemRec = PickupListItemRec;
});
define("Portal.model$PickupListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupListItemRecord = (function (_super) {
__extends(PickupListItemRecord, _super);
function PickupListItemRecord(defaults) {
_super.apply(this, arguments);
}
PickupListItemRecord.attributesToDeclare = function () {
return [
this.attr("PickupListItem", "pickupListItemAttr", "PickupListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupListItemRec());
}, true, PortalModel.PickupListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupListItemRecord.fromStructure = function (str) {
return new PickupListItemRecord(new PickupListItemRecord.RecordClass({
pickupListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupListItemRecord._isAnonymousRecord = true;
PickupListItemRecord.UniqueId = "86164442-fbf1-5203-a4a1-d8aef1083bf2";
PickupListItemRecord.init();
return PickupListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupListItemRecord = PickupListItemRecord;
});
define("Portal.model$PickupListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupListItemRecordList = (function (_super) {
__extends(PickupListItemRecordList, _super);
function PickupListItemRecordList(defaults) {
_super.apply(this, arguments);
}
PickupListItemRecordList.itemType = PortalModel.PickupListItemRecord;
return PickupListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupListItemRecordList = PickupListItemRecordList;
});
define("Portal.model$RegionsByEmiratesPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsByEmiratesPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsByEmiratesPayloadRecord = (function (_super) {
__extends(RegionsByEmiratesPayloadRecord, _super);
function RegionsByEmiratesPayloadRecord(defaults) {
_super.apply(this, arguments);
}
RegionsByEmiratesPayloadRecord.attributesToDeclare = function () {
return [
this.attr("RegionsByEmiratesPayload", "regionsByEmiratesPayloadAttr", "RegionsByEmiratesPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionsByEmiratesPayloadRec());
}, true, PortalModel.RegionsByEmiratesPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
RegionsByEmiratesPayloadRecord.fromStructure = function (str) {
return new RegionsByEmiratesPayloadRecord(new RegionsByEmiratesPayloadRecord.RecordClass({
regionsByEmiratesPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegionsByEmiratesPayloadRecord._isAnonymousRecord = true;
RegionsByEmiratesPayloadRecord.UniqueId = "2674c495-c63e-08b8-2beb-2f79a792e079";
RegionsByEmiratesPayloadRecord.init();
return RegionsByEmiratesPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionsByEmiratesPayloadRecord = RegionsByEmiratesPayloadRecord;
});
define("Portal.model$PayloadItem4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem4Record = (function (_super) {
__extends(PayloadItem4Record, _super);
function PayloadItem4Record(defaults) {
_super.apply(this, arguments);
}
PayloadItem4Record.attributesToDeclare = function () {
return [
this.attr("PayloadItem4", "payloadItem4Attr", "PayloadItem4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem4Rec());
}, true, PortalModel.PayloadItem4Rec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem4Record.fromStructure = function (str) {
return new PayloadItem4Record(new PayloadItem4Record.RecordClass({
payloadItem4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItem4Record._isAnonymousRecord = true;
PayloadItem4Record.UniqueId = "26bd2ccc-1d4c-8e97-4e13-c475397e34b8";
PayloadItem4Record.init();
return PayloadItem4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem4Record = PayloadItem4Record;
});
define("Portal.model$URLQueryParameter4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter4Record = (function (_super) {
__extends(URLQueryParameter4Record, _super);
function URLQueryParameter4Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter4Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter4", "uRLQueryParameter4Attr", "URLQueryParameter4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter4Rec());
}, true, PortalModel.URLQueryParameter4Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter4Record.fromStructure = function (str) {
return new URLQueryParameter4Record(new URLQueryParameter4Record.RecordClass({
uRLQueryParameter4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter4Record._isAnonymousRecord = true;
URLQueryParameter4Record.UniqueId = "d84bd59e-09e4-b8c3-9046-06d46b7d2cd7";
URLQueryParameter4Record.init();
return URLQueryParameter4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter4Record = URLQueryParameter4Record;
});
define("Portal.model$URLQueryParameter4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter4RecordList = (function (_super) {
__extends(URLQueryParameter4RecordList, _super);
function URLQueryParameter4RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter4RecordList.itemType = PortalModel.URLQueryParameter4Record;
return URLQueryParameter4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter4RecordList = URLQueryParameter4RecordList;
});
define("Portal.model$IDLReqStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$IDLReqStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var IDLReqStatusRecord = (function (_super) {
__extends(IDLReqStatusRecord, _super);
function IDLReqStatusRecord(defaults) {
_super.apply(this, arguments);
}
IDLReqStatusRecord.attributesToDeclare = function () {
return [
this.attr("IDLReqStatus", "iDLReqStatusAttr", "IDLReqStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.IDLReqStatusRec());
}, true, Data_COModel.IDLReqStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLReqStatusRecord.fromStructure = function (str) {
return new IDLReqStatusRecord(new IDLReqStatusRecord.RecordClass({
iDLReqStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLReqStatusRecord._isAnonymousRecord = true;
IDLReqStatusRecord.UniqueId = "f531a67a-78cd-8837-56fb-92264e4405a4";
IDLReqStatusRecord.init();
return IDLReqStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLReqStatusRecord = IDLReqStatusRecord;
});
define("Portal.model$IDLReqStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLReqStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLReqStatusRecordList = (function (_super) {
__extends(IDLReqStatusRecordList, _super);
function IDLReqStatusRecordList(defaults) {
_super.apply(this, arguments);
}
IDLReqStatusRecordList.itemType = PortalModel.IDLReqStatusRecord;
return IDLReqStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLReqStatusRecordList = IDLReqStatusRecordList;
});
define("Portal.model$ConsignmentInfoItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentInfoItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentInfoItem2List = (function (_super) {
__extends(ConsignmentInfoItem2List, _super);
function ConsignmentInfoItem2List(defaults) {
_super.apply(this, arguments);
}
ConsignmentInfoItem2List.itemType = PortalModel.ConsignmentInfoItem2Rec;
return ConsignmentInfoItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentInfoItem2List = ConsignmentInfoItem2List;
});
define("Portal.model$SaveBookingRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Rec", "Portal.model$ConsignmentInfoItem2List", "Portal.model$PickupInfo3Rec", "Portal.model$ContractCustomerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBookingRec = (function (_super) {
__extends(SaveBookingRec, _super);
function SaveBookingRec(defaults) {
_super.apply(this, arguments);
}
SaveBookingRec.attributesToDeclare = function () {
return [
this.attr("senderInfo", "senderInfoAttr", "senderInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderInfo3Rec());
}, true, PortalModel.SenderInfo3Rec),
this.attr("consignmentInfo", "consignmentInfoAttr", "consignmentInfo", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentInfoItem2List());
}, true, PortalModel.ConsignmentInfoItem2List),
this.attr("pickupInfo", "pickupInfoAttr", "pickupInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupInfo3Rec());
}, true, PortalModel.PickupInfo3Rec),
this.attr("IsDummyConsignment", "isDummyConsignmentAttr", "isDummyConsignment", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("SavedCardID", "savedCardIDAttr", "SavedCardID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ContractcustomerInfo", "contractcustomerInfoAttr", "ContractcustomerInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContractCustomerRec());
}, true, PortalModel.ContractCustomerRec),
this.attr("SpecialInstructionsID", "specialInstructionsIDAttr", "specialInstructionsID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DeliveryInstructionsID", "deliveryInstructionsIDAttr", "deliveryInstructionsID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BookingNumber", "bookingNumberAttr", "bookingNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SaveBookingRec.init();
return SaveBookingRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBookingRec = SaveBookingRec;
});
define("Portal.model$CaseBody_OtherRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$ISupportingDocumentItemList", "Portal.model$IMoneyOrderDetailRec", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_OtherRec = (function (_super) {
__extends(CaseBody_OtherRec, _super);
function CaseBody_OtherRec(defaults) {
_super.apply(this, arguments);
}
CaseBody_OtherRec.attributesToDeclare = function () {
return [
this.attr("generalCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("supportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISupportingDocumentItemList());
}, true, PortalModel.ISupportingDocumentItemList),
this.attr("moneyOrderDetails", "moneyOrderDetailsAttr", "moneyOrderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IMoneyOrderDetailRec());
}, true, PortalModel.IMoneyOrderDetailRec),
this.attr("courierLicensingAndSupplierComplaintDetails", "courierLicensingAndSupplierComplaintDetailsAttr", "courierLicensingAndSupplierComplaintDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICourierLicensingAndSupplierComplaintDetailRec());
}, true, PortalModel.ICourierLicensingAndSupplierComplaintDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_OtherRec.init();
return CaseBody_OtherRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_OtherRec = CaseBody_OtherRec;
});
define("Portal.model$CaseBody_OtherRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_OtherRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_OtherRecord = (function (_super) {
__extends(CaseBody_OtherRecord, _super);
function CaseBody_OtherRecord(defaults) {
_super.apply(this, arguments);
}
CaseBody_OtherRecord.attributesToDeclare = function () {
return [
this.attr("CaseBody_Other", "caseBody_OtherAttr", "CaseBody_Other", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBody_OtherRec());
}, true, PortalModel.CaseBody_OtherRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_OtherRecord.fromStructure = function (str) {
return new CaseBody_OtherRecord(new CaseBody_OtherRecord.RecordClass({
caseBody_OtherAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseBody_OtherRecord._isAnonymousRecord = true;
CaseBody_OtherRecord.UniqueId = "584ffffd-adfa-1c9f-4d98-2c640ce4d3bf";
CaseBody_OtherRecord.init();
return CaseBody_OtherRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_OtherRecord = CaseBody_OtherRecord;
});
define("Portal.model$CaseBody_OtherRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_OtherRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_OtherRecordList = (function (_super) {
__extends(CaseBody_OtherRecordList, _super);
function CaseBody_OtherRecordList(defaults) {
_super.apply(this, arguments);
}
CaseBody_OtherRecordList.itemType = PortalModel.CaseBody_OtherRecord;
return CaseBody_OtherRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_OtherRecordList = CaseBody_OtherRecordList;
});
define("Portal.model$Payload53Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDescriptionItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload53Rec = (function (_super) {
__extends(Payload53Rec, _super);
function Payload53Rec(defaults) {
_super.apply(this, arguments);
}
Payload53Rec.attributesToDeclare = function () {
return [
this.attr("ReturnTerms", "returnTermsAttr", "returnTerms", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDescriptionItem2List());
}, true, PortalModel.CustomDescriptionItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload53Rec.fromStructure = function (str) {
return new Payload53Rec(new Payload53Rec.RecordClass({
returnTermsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload53Rec.init();
return Payload53Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload53Rec = Payload53Rec;
});
define("Portal.model$Payload53List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload53Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload53List = (function (_super) {
__extends(Payload53List, _super);
function Payload53List(defaults) {
_super.apply(this, arguments);
}
Payload53List.itemType = PortalModel.Payload53Rec;
return Payload53List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload53List = Payload53List;
});
define("Portal.model$GetPOBoxRenewalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalRec = (function (_super) {
__extends(GetPOBoxRenewalRec, _super);
function GetPOBoxRenewalRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalRec.attributesToDeclare = function () {
return [
this.attr("boxNickName", "boxNickNameAttr", "boxNickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ownerName", "ownerNameAttr", "ownerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bundleId", "bundleIdAttr", "bundleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("bundleTitle", "bundleTitleAttr", "bundleTitle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityName", "cityNameAttr", "cityName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("currentExpiryDate", "currentExpiryDateAttr", "currentExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("officeId", "officeIdAttr", "officeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("expiryDates", "expiryDatesAttr", "expiryDates", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesPayload2Rec());
}, true, PortalModel.POBoxExpiryDatesPayload2Rec),
this.attr("BoxUniqueId", "boxUniqueIdAttr", "boxUniqueId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalRec.init();
return GetPOBoxRenewalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalRec = GetPOBoxRenewalRec;
});
define("Portal.model$GetPOBoxRenewalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalList = (function (_super) {
__extends(GetPOBoxRenewalList, _super);
function GetPOBoxRenewalList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalList.itemType = PortalModel.GetPOBoxRenewalRec;
return GetPOBoxRenewalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalList = GetPOBoxRenewalList;
});
define("Portal.model$GetPOBoxRenewalPayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalPayloadRec = (function (_super) {
__extends(GetPOBoxRenewalPayloadRec, _super);
function GetPOBoxRenewalPayloadRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalPayloadRec.attributesToDeclare = function () {
return [
this.attr("poBoxes", "poBoxesAttr", "poBoxes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxRenewalList());
}, true, PortalModel.GetPOBoxRenewalList)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalPayloadRec.fromStructure = function (str) {
return new GetPOBoxRenewalPayloadRec(new GetPOBoxRenewalPayloadRec.RecordClass({
poBoxesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxRenewalPayloadRec.init();
return GetPOBoxRenewalPayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalPayloadRec = GetPOBoxRenewalPayloadRec;
});
define("Portal.model$HTTPHeader11Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader11Record = (function (_super) {
__extends(HTTPHeader11Record, _super);
function HTTPHeader11Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader11Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader11", "hTTPHeader11Attr", "HTTPHeader11", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader11Rec());
}, true, PortalModel.HTTPHeader11Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader11Record.fromStructure = function (str) {
return new HTTPHeader11Record(new HTTPHeader11Record.RecordClass({
hTTPHeader11Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader11Record._isAnonymousRecord = true;
HTTPHeader11Record.UniqueId = "272cc35a-ac08-c0b3-a972-416297198386";
HTTPHeader11Record.init();
return HTTPHeader11Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader11Record = HTTPHeader11Record;
});
define("Portal.model$TrackShipmentDetailResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload33Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentDetailResponseRec = (function (_super) {
__extends(TrackShipmentDetailResponseRec, _super);
function TrackShipmentDetailResponseRec(defaults) {
_super.apply(this, arguments);
}
TrackShipmentDetailResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload33Rec());
}, true, PortalModel.Payload33Rec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentDetailResponseRec.init();
return TrackShipmentDetailResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentDetailResponseRec = TrackShipmentDetailResponseRec;
});
define("Portal.model$Payload40Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload40Rec = (function (_super) {
__extends(Payload40Rec, _super);
function Payload40Rec(defaults) {
_super.apply(this, arguments);
}
Payload40Rec.attributesToDeclare = function () {
return [
this.attr("SiteId", "siteIdAttr", "siteId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "customerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "customerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsHeadOffice", "isHeadOfficeAttr", "isHeadOffice", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("OutstandingBalance", "outstandingBalanceAttr", "outstandingBalance", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("CourierUsername", "courierUsernameAttr", "courierUsername", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierPassword", "courierPasswordAttr", "courierPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierInterfaceId", "courierInterfaceIdAttr", "courierInterfaceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourierSiteNumber", "courierSiteNumberAttr", "courierSiteNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostalTPIntId", "postalTPIntIdAttr", "postalTPIntId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload40Rec.init();
return Payload40Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload40Rec = Payload40Rec;
});
define("Portal.model$Payload40Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload40Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload40Record = (function (_super) {
__extends(Payload40Record, _super);
function Payload40Record(defaults) {
_super.apply(this, arguments);
}
Payload40Record.attributesToDeclare = function () {
return [
this.attr("Payload40", "payload40Attr", "Payload40", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload40Rec());
}, true, PortalModel.Payload40Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload40Record.fromStructure = function (str) {
return new Payload40Record(new Payload40Record.RecordClass({
payload40Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload40Record._isAnonymousRecord = true;
Payload40Record.UniqueId = "276790d2-b77f-03f8-8d8e-c69755bd8b88";
Payload40Record.init();
return Payload40Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload40Record = Payload40Record;
});
define("Portal.model$String4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String4Record = (function (_super) {
__extends(String4Record, _super);
function String4Record(defaults) {
_super.apply(this, arguments);
}
String4Record.attributesToDeclare = function () {
return [
this.attr("String4", "string4Attr", "String4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String4Rec());
}, true, PortalModel.String4Rec)
].concat(_super.attributesToDeclare.call(this));
};
String4Record.fromStructure = function (str) {
return new String4Record(new String4Record.RecordClass({
string4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
String4Record._isAnonymousRecord = true;
String4Record.UniqueId = "92362553-60fa-5605-8954-ed9bd61657c4";
String4Record.init();
return String4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.String4Record = String4Record;
});
define("Portal.model$String4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String4RecordList = (function (_super) {
__extends(String4RecordList, _super);
function String4RecordList(defaults) {
_super.apply(this, arguments);
}
String4RecordList.itemType = PortalModel.String4Record;
return String4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.String4RecordList = String4RecordList;
});
define("Portal.model$CMS_PageLocaleList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageLocaleRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleList = (function (_super) {
__extends(CMS_PageLocaleList, _super);
function CMS_PageLocaleList(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleList.itemType = Data_COModel.CMS_PageLocaleRec;
return CMS_PageLocaleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageLocaleList = CMS_PageLocaleList;
});
define("Portal.model$SizeRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$SizeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var SizeRecord = (function (_super) {
__extends(SizeRecord, _super);
function SizeRecord(defaults) {
_super.apply(this, arguments);
}
SizeRecord.attributesToDeclare = function () {
return [
this.attr("Size", "sizeAttr", "Size", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.SizeRec());
}, true, OutSystemsUIModel.SizeRec)
].concat(_super.attributesToDeclare.call(this));
};
SizeRecord.fromStructure = function (str) {
return new SizeRecord(new SizeRecord.RecordClass({
sizeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SizeRecord._isAnonymousRecord = true;
SizeRecord.UniqueId = "ca426fec-0751-e5b6-dcf0-15e9fdc2120e";
SizeRecord.init();
return SizeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SizeRecord = SizeRecord;
});
define("Portal.model$SizeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SizeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SizeRecordList = (function (_super) {
__extends(SizeRecordList, _super);
function SizeRecordList(defaults) {
_super.apply(this, arguments);
}
SizeRecordList.itemType = PortalModel.SizeRecord;
return SizeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SizeRecordList = SizeRecordList;
});
define("Portal.model$MenuItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuItemRec = (function (_super) {
__extends(MenuItemRec, _super);
function MenuItemRec(defaults) {
_super.apply(this, arguments);
}
MenuItemRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "id", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Title", "titleAttr", "title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Url", "urlAttr", "url", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IconURL", "iconURLAttr", "iconURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SidebarCategory", "sidebarCategoryAttr", "sidebarCategory", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Order", "orderAttr", "order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MenuItemRec.init();
return MenuItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MenuItemRec = MenuItemRec;
});
define("Portal.model$MenuItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuItemRecord = (function (_super) {
__extends(MenuItemRecord, _super);
function MenuItemRecord(defaults) {
_super.apply(this, arguments);
}
MenuItemRecord.attributesToDeclare = function () {
return [
this.attr("MenuItem", "menuItemAttr", "MenuItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MenuItemRec());
}, true, PortalModel.MenuItemRec)
].concat(_super.attributesToDeclare.call(this));
};
MenuItemRecord.fromStructure = function (str) {
return new MenuItemRecord(new MenuItemRecord.RecordClass({
menuItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MenuItemRecord._isAnonymousRecord = true;
MenuItemRecord.UniqueId = "27ad9dd9-e934-cf56-d25c-73a9888b178f";
MenuItemRecord.init();
return MenuItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MenuItemRecord = MenuItemRecord;
});
define("Portal.model$UpdateEmirateIdRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateEmirateIdRequestRec = (function (_super) {
__extends(UpdateEmirateIdRequestRec, _super);
function UpdateEmirateIdRequestRec(defaults) {
_super.apply(this, arguments);
}
UpdateEmirateIdRequestRec.attributesToDeclare = function () {
return [
this.attr("emirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UpdateEmirateIdRequestRec.fromStructure = function (str) {
return new UpdateEmirateIdRequestRec(new UpdateEmirateIdRequestRec.RecordClass({
emirateIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdateEmirateIdRequestRec.init();
return UpdateEmirateIdRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateEmirateIdRequestRec = UpdateEmirateIdRequestRec;
});
define("Portal.model$UpdateEmirateIdRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateEmirateIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateEmirateIdRequestRecord = (function (_super) {
__extends(UpdateEmirateIdRequestRecord, _super);
function UpdateEmirateIdRequestRecord(defaults) {
_super.apply(this, arguments);
}
UpdateEmirateIdRequestRecord.attributesToDeclare = function () {
return [
this.attr("UpdateEmirateIdRequest", "updateEmirateIdRequestAttr", "UpdateEmirateIdRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpdateEmirateIdRequestRec());
}, true, PortalModel.UpdateEmirateIdRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UpdateEmirateIdRequestRecord.fromStructure = function (str) {
return new UpdateEmirateIdRequestRecord(new UpdateEmirateIdRequestRecord.RecordClass({
updateEmirateIdRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdateEmirateIdRequestRecord._isAnonymousRecord = true;
UpdateEmirateIdRequestRecord.UniqueId = "81eda66f-f3a1-cbfb-4a7c-f2d93345597c";
UpdateEmirateIdRequestRecord.init();
return UpdateEmirateIdRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateEmirateIdRequestRecord = UpdateEmirateIdRequestRecord;
});
define("Portal.model$UpdateEmirateIdRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateEmirateIdRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateEmirateIdRequestRecordList = (function (_super) {
__extends(UpdateEmirateIdRequestRecordList, _super);
function UpdateEmirateIdRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UpdateEmirateIdRequestRecordList.itemType = PortalModel.UpdateEmirateIdRequestRecord;
return UpdateEmirateIdRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateEmirateIdRequestRecordList = UpdateEmirateIdRequestRecordList;
});
define("Portal.model$URLQueryParameter10Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter10Record = (function (_super) {
__extends(URLQueryParameter10Record, _super);
function URLQueryParameter10Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter10Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter10", "uRLQueryParameter10Attr", "URLQueryParameter10", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter10Rec());
}, true, PortalModel.URLQueryParameter10Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter10Record.fromStructure = function (str) {
return new URLQueryParameter10Record(new URLQueryParameter10Record.RecordClass({
uRLQueryParameter10Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter10Record._isAnonymousRecord = true;
URLQueryParameter10Record.UniqueId = "cdcd6a6b-b967-e72f-3573-90f3be8b154c";
URLQueryParameter10Record.init();
return URLQueryParameter10Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter10Record = URLQueryParameter10Record;
});
define("Portal.model$URLQueryParameter10RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter10Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter10RecordList = (function (_super) {
__extends(URLQueryParameter10RecordList, _super);
function URLQueryParameter10RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter10RecordList.itemType = PortalModel.URLQueryParameter10Record;
return URLQueryParameter10RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter10RecordList = URLQueryParameter10RecordList;
});
define("Portal.model$RegionsByEmiratesPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsByEmiratesPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsByEmiratesPayloadRecordList = (function (_super) {
__extends(RegionsByEmiratesPayloadRecordList, _super);
function RegionsByEmiratesPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
RegionsByEmiratesPayloadRecordList.itemType = PortalModel.RegionsByEmiratesPayloadRecord;
return RegionsByEmiratesPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionsByEmiratesPayloadRecordList = RegionsByEmiratesPayloadRecordList;
});
define("Portal.model$INVRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$INVRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var INVRecord = (function (_super) {
__extends(INVRecord, _super);
function INVRecord(defaults) {
_super.apply(this, arguments);
}
INVRecord.attributesToDeclare = function () {
return [
this.attr("INV", "iNVAttr", "INV", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.INVRec());
}, true, PortalModel.INVRec)
].concat(_super.attributesToDeclare.call(this));
};
INVRecord.fromStructure = function (str) {
return new INVRecord(new INVRecord.RecordClass({
iNVAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
INVRecord._isAnonymousRecord = true;
INVRecord.UniqueId = "66493743-b152-e280-4dae-ae0ce3eae108";
INVRecord.init();
return INVRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.INVRecord = INVRecord;
});
define("Portal.model$INVRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$INVRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var INVRecordList = (function (_super) {
__extends(INVRecordList, _super);
function INVRecordList(defaults) {
_super.apply(this, arguments);
}
INVRecordList.itemType = PortalModel.INVRecord;
return INVRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.INVRecordList = INVRecordList;
});
define("Portal.model$embedded2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embedded2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embedded2Record = (function (_super) {
__extends(embedded2Record, _super);
function embedded2Record(defaults) {
_super.apply(this, arguments);
}
embedded2Record.attributesToDeclare = function () {
return [
this.attr("embedded2", "embedded2Attr", "embedded2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.embedded2Rec());
}, true, PortalModel.embedded2Rec)
].concat(_super.attributesToDeclare.call(this));
};
embedded2Record.fromStructure = function (str) {
return new embedded2Record(new embedded2Record.RecordClass({
embedded2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
embedded2Record._isAnonymousRecord = true;
embedded2Record.UniqueId = "28a516ce-73b4-25c7-8d5a-f8d1cf8b5c2a";
embedded2Record.init();
return embedded2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.embedded2Record = embedded2Record;
});
define("Portal.model$PickupListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupListItemList = (function (_super) {
__extends(PickupListItemList, _super);
function PickupListItemList(defaults) {
_super.apply(this, arguments);
}
PickupListItemList.itemType = PortalModel.PickupListItemRec;
return PickupListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupListItemList = PickupListItemList;
});
define("Portal.model$Payload63Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupListItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload63Rec = (function (_super) {
__extends(Payload63Rec, _super);
function Payload63Rec(defaults) {
_super.apply(this, arguments);
}
Payload63Rec.attributesToDeclare = function () {
return [
this.attr("PickupList", "pickupListAttr", "pickupList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupListItemList());
}, true, PortalModel.PickupListItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload63Rec.fromStructure = function (str) {
return new Payload63Rec(new Payload63Rec.RecordClass({
pickupListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload63Rec.init();
return Payload63Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload63Rec = Payload63Rec;
});
define("Portal.model$Payload63Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload63Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload63Record = (function (_super) {
__extends(Payload63Record, _super);
function Payload63Record(defaults) {
_super.apply(this, arguments);
}
Payload63Record.attributesToDeclare = function () {
return [
this.attr("Payload63", "payload63Attr", "Payload63", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload63Rec());
}, true, PortalModel.Payload63Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload63Record.fromStructure = function (str) {
return new Payload63Record(new Payload63Record.RecordClass({
payload63Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload63Record._isAnonymousRecord = true;
Payload63Record.UniqueId = "791eeefb-59de-77c3-e3d5-2f429f71e73b";
Payload63Record.init();
return Payload63Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload63Record = Payload63Record;
});
define("Portal.model$Payload63RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload63Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload63RecordList = (function (_super) {
__extends(Payload63RecordList, _super);
function Payload63RecordList(defaults) {
_super.apply(this, arguments);
}
Payload63RecordList.itemType = PortalModel.Payload63Record;
return Payload63RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload63RecordList = Payload63RecordList;
});
define("Portal.model$LegalEnquiry6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry6Record = (function (_super) {
__extends(LegalEnquiry6Record, _super);
function LegalEnquiry6Record(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry6Record.attributesToDeclare = function () {
return [
this.attr("LegalEnquiry6", "legalEnquiry6Attr", "LegalEnquiry6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiry6Rec());
}, true, PortalModel.LegalEnquiry6Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiry6Record.fromStructure = function (str) {
return new LegalEnquiry6Record(new LegalEnquiry6Record.RecordClass({
legalEnquiry6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiry6Record._isAnonymousRecord = true;
LegalEnquiry6Record.UniqueId = "53b80256-672f-05dd-2769-43decf921dc4";
LegalEnquiry6Record.init();
return LegalEnquiry6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiry6Record = LegalEnquiry6Record;
});
define("Portal.model$LegalEnquiry6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry6RecordList = (function (_super) {
__extends(LegalEnquiry6RecordList, _super);
function LegalEnquiry6RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry6RecordList.itemType = PortalModel.LegalEnquiry6Record;
return LegalEnquiry6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry6RecordList = LegalEnquiry6RecordList;
});
define("Portal.model$BulkMailPostIdRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload44Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailPostIdRec = (function (_super) {
__extends(BulkMailPostIdRec, _super);
function BulkMailPostIdRec(defaults) {
_super.apply(this, arguments);
}
BulkMailPostIdRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload44Rec());
}, true, PortalModel.Payload44Rec)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailPostIdRec.init();
return BulkMailPostIdRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailPostIdRec = BulkMailPostIdRec;
});
define("Portal.model$BulkMailPostIdRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailPostIdRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailPostIdRecord = (function (_super) {
__extends(BulkMailPostIdRecord, _super);
function BulkMailPostIdRecord(defaults) {
_super.apply(this, arguments);
}
BulkMailPostIdRecord.attributesToDeclare = function () {
return [
this.attr("BulkMailPostId", "bulkMailPostIdAttr", "BulkMailPostId", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkMailPostIdRec());
}, true, PortalModel.BulkMailPostIdRec)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailPostIdRecord.fromStructure = function (str) {
return new BulkMailPostIdRecord(new BulkMailPostIdRecord.RecordClass({
bulkMailPostIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BulkMailPostIdRecord._isAnonymousRecord = true;
BulkMailPostIdRecord.UniqueId = "9f456082-29e0-ccb4-e23b-fce575dc5ad1";
BulkMailPostIdRecord.init();
return BulkMailPostIdRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailPostIdRecord = BulkMailPostIdRecord;
});
define("Portal.model$BulkMailPostIdRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailPostIdRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailPostIdRecordList = (function (_super) {
__extends(BulkMailPostIdRecordList, _super);
function BulkMailPostIdRecordList(defaults) {
_super.apply(this, arguments);
}
BulkMailPostIdRecordList.itemType = PortalModel.BulkMailPostIdRecord;
return BulkMailPostIdRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailPostIdRecordList = BulkMailPostIdRecordList;
});
define("Portal.model$ShipmentItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem2RecordList = (function (_super) {
__extends(ShipmentItem2RecordList, _super);
function ShipmentItem2RecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentItem2RecordList.itemType = PortalModel.ShipmentItem2Record;
return ShipmentItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItem2RecordList = ShipmentItem2RecordList;
});
define("Portal.model$IDLStatusDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusDetailsRec = (function (_super) {
__extends(IDLStatusDetailsRec, _super);
function IDLStatusDetailsRec(defaults) {
_super.apply(this, arguments);
}
IDLStatusDetailsRec.attributesToDeclare = function () {
return [
this.attr("PhotoStatus", "photoStatusAttr", "PhotoStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DLStatus", "dLStatusAttr", "DLStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmiratesIdStatus", "emiratesIdStatusAttr", "EmiratesIdStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PassportStatus", "passportStatusAttr", "PassportStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("VisaStatus", "visaStatusAttr", "VisaStatus", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IDLStatus", "iDLStatusAttr", "IDLStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLStatusDetailsRec.init();
return IDLStatusDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLStatusDetailsRec = IDLStatusDetailsRec;
});
define("Portal.model$FinancialDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FinancialDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FinancialDetailRecord = (function (_super) {
__extends(FinancialDetailRecord, _super);
function FinancialDetailRecord(defaults) {
_super.apply(this, arguments);
}
FinancialDetailRecord.attributesToDeclare = function () {
return [
this.attr("FinancialDetail", "financialDetailAttr", "FinancialDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FinancialDetailRec());
}, true, PortalModel.FinancialDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
FinancialDetailRecord.fromStructure = function (str) {
return new FinancialDetailRecord(new FinancialDetailRecord.RecordClass({
financialDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FinancialDetailRecord._isAnonymousRecord = true;
FinancialDetailRecord.UniqueId = "8a386829-3a5a-2ae8-446b-eb82927a5566";
FinancialDetailRecord.init();
return FinancialDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FinancialDetailRecord = FinancialDetailRecord;
});
define("Portal.model$FinancialDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FinancialDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FinancialDetailRecordList = (function (_super) {
__extends(FinancialDetailRecordList, _super);
function FinancialDetailRecordList(defaults) {
_super.apply(this, arguments);
}
FinancialDetailRecordList.itemType = PortalModel.FinancialDetailRecord;
return FinancialDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FinancialDetailRecordList = FinancialDetailRecordList;
});
define("Portal.model$GetCustomDescriptionsResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsResponse2Rec = (function (_super) {
__extends(GetCustomDescriptionsResponse2Rec, _super);
function GetCustomDescriptionsResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomDescriptionsPayloadRec());
}, true, PortalModel.GetCustomDescriptionsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomDescriptionsResponse2Rec.init();
return GetCustomDescriptionsResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomDescriptionsResponse2Rec = GetCustomDescriptionsResponse2Rec;
});
define("Portal.model$GetCustomDescriptionsResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsResponse2Record = (function (_super) {
__extends(GetCustomDescriptionsResponse2Record, _super);
function GetCustomDescriptionsResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetCustomDescriptionsResponse2", "getCustomDescriptionsResponse2Attr", "GetCustomDescriptionsResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomDescriptionsResponse2Rec());
}, true, PortalModel.GetCustomDescriptionsResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomDescriptionsResponse2Record.fromStructure = function (str) {
return new GetCustomDescriptionsResponse2Record(new GetCustomDescriptionsResponse2Record.RecordClass({
getCustomDescriptionsResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomDescriptionsResponse2Record._isAnonymousRecord = true;
GetCustomDescriptionsResponse2Record.UniqueId = "a189d5f0-f3a5-f536-d235-6722e666626f";
GetCustomDescriptionsResponse2Record.init();
return GetCustomDescriptionsResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomDescriptionsResponse2Record = GetCustomDescriptionsResponse2Record;
});
define("Portal.model$GetCustomDescriptionsResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsResponse2RecordList = (function (_super) {
__extends(GetCustomDescriptionsResponse2RecordList, _super);
function GetCustomDescriptionsResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsResponse2RecordList.itemType = PortalModel.GetCustomDescriptionsResponse2Record;
return GetCustomDescriptionsResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomDescriptionsResponse2RecordList = GetCustomDescriptionsResponse2RecordList;
});
define("Portal.model$ProcessForPayment2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessForPayment2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessForPayment2Record = (function (_super) {
__extends(ProcessForPayment2Record, _super);
function ProcessForPayment2Record(defaults) {
_super.apply(this, arguments);
}
ProcessForPayment2Record.attributesToDeclare = function () {
return [
this.attr("ProcessForPayment2", "processForPayment2Attr", "ProcessForPayment2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessForPayment2Rec());
}, true, PortalModel.ProcessForPayment2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessForPayment2Record.fromStructure = function (str) {
return new ProcessForPayment2Record(new ProcessForPayment2Record.RecordClass({
processForPayment2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessForPayment2Record._isAnonymousRecord = true;
ProcessForPayment2Record.UniqueId = "2974f9b1-4e4b-eb0b-e886-9764dc15c7a3";
ProcessForPayment2Record.init();
return ProcessForPayment2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessForPayment2Record = ProcessForPayment2Record;
});
define("Portal.model$IDLRequestForUpdateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestForUpdateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestForUpdateRecord = (function (_super) {
__extends(IDLRequestForUpdateRecord, _super);
function IDLRequestForUpdateRecord(defaults) {
_super.apply(this, arguments);
}
IDLRequestForUpdateRecord.attributesToDeclare = function () {
return [
this.attr("IDLRequestForUpdate", "iDLRequestForUpdateAttr", "IDLRequestForUpdate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLRequestForUpdateRec());
}, true, PortalModel.IDLRequestForUpdateRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestForUpdateRecord.fromStructure = function (str) {
return new IDLRequestForUpdateRecord(new IDLRequestForUpdateRecord.RecordClass({
iDLRequestForUpdateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLRequestForUpdateRecord._isAnonymousRecord = true;
IDLRequestForUpdateRecord.UniqueId = "5f1a66ef-440f-d16c-1059-ca3546435222";
IDLRequestForUpdateRecord.init();
return IDLRequestForUpdateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestForUpdateRecord = IDLRequestForUpdateRecord;
});
define("Portal.model$IDLRequestForUpdateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestForUpdateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestForUpdateRecordList = (function (_super) {
__extends(IDLRequestForUpdateRecordList, _super);
function IDLRequestForUpdateRecordList(defaults) {
_super.apply(this, arguments);
}
IDLRequestForUpdateRecordList.itemType = PortalModel.IDLRequestForUpdateRecord;
return IDLRequestForUpdateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestForUpdateRecordList = IDLRequestForUpdateRecordList;
});
define("Portal.model$ICourierLicensingAndSupplierComplaintDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICourierLicensingAndSupplierComplaintDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICourierLicensingAndSupplierComplaintDetailList = (function (_super) {
__extends(ICourierLicensingAndSupplierComplaintDetailList, _super);
function ICourierLicensingAndSupplierComplaintDetailList(defaults) {
_super.apply(this, arguments);
}
ICourierLicensingAndSupplierComplaintDetailList.itemType = PortalModel.ICourierLicensingAndSupplierComplaintDetailRec;
return ICourierLicensingAndSupplierComplaintDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICourierLicensingAndSupplierComplaintDetailList = ICourierLicensingAndSupplierComplaintDetailList;
});
define("Portal.model$RequestMetadataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RequestMetadataRec = (function (_super) {
__extends(RequestMetadataRec, _super);
function RequestMetadataRec(defaults) {
_super.apply(this, arguments);
}
RequestMetadataRec.attributesToDeclare = function () {
return [
this.attr("TransactionNumber", "transactionNumberAttr", "TransactionNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SubscriptionNumber", "subscriptionNumberAttr", "SubscriptionNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderNumber", "orderNumberAttr", "OrderNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentReceiptNumber", "paymentReceiptNumberAttr", "PaymentReceiptNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsCompleted", "isCompletedAttr", "IsCompleted", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RequestMetadataRec.init();
return RequestMetadataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RequestMetadataRec = RequestMetadataRec;
});
define("Portal.model$CancelPostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec", "Portal.model$CancelPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestRec = (function (_super) {
__extends(CancelPostBoxRequestRec, _super);
function CancelPostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("RequestMetadata", "requestMetadataAttr", "RequestMetadata", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RequestMetadataRec());
}, true, PortalModel.RequestMetadataRec),
this.attr("RequestDetails", "requestDetailsAttr", "RequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CancelPostBoxRequestDetailsRec());
}, true, PortalModel.CancelPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPostBoxRequestRec.init();
return CancelPostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPostBoxRequestRec = CancelPostBoxRequestRec;
});
define("Portal.model$CancelPostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestList = (function (_super) {
__extends(CancelPostBoxRequestList, _super);
function CancelPostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestList.itemType = PortalModel.CancelPostBoxRequestRec;
return CancelPostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPostBoxRequestList = CancelPostBoxRequestList;
});
define("Portal.model$POBoxExpiryDatesPayload2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesPayload2List = (function (_super) {
__extends(POBoxExpiryDatesPayload2List, _super);
function POBoxExpiryDatesPayload2List(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesPayload2List.itemType = PortalModel.POBoxExpiryDatesPayload2Rec;
return POBoxExpiryDatesPayload2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesPayload2List = POBoxExpiryDatesPayload2List;
});
define("Portal.model$Payload68Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload68Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload68Record = (function (_super) {
__extends(Payload68Record, _super);
function Payload68Record(defaults) {
_super.apply(this, arguments);
}
Payload68Record.attributesToDeclare = function () {
return [
this.attr("Payload68", "payload68Attr", "Payload68", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload68Rec());
}, true, PortalModel.Payload68Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload68Record.fromStructure = function (str) {
return new Payload68Record(new Payload68Record.RecordClass({
payload68Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload68Record._isAnonymousRecord = true;
Payload68Record.UniqueId = "29c2e50f-1750-2041-b090-dd9e445ececc";
Payload68Record.init();
return Payload68Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload68Record = Payload68Record;
});
define("Portal.model$SelectedBundleList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBundleList = (function (_super) {
__extends(SelectedBundleList, _super);
function SelectedBundleList(defaults) {
_super.apply(this, arguments);
}
SelectedBundleList.itemType = PortalModel.SelectedBundleRec;
return SelectedBundleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBundleList = SelectedBundleList;
});
define("Portal.model$Payload69Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload69Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload69Record = (function (_super) {
__extends(Payload69Record, _super);
function Payload69Record(defaults) {
_super.apply(this, arguments);
}
Payload69Record.attributesToDeclare = function () {
return [
this.attr("Payload69", "payload69Attr", "Payload69", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload69Rec());
}, true, PortalModel.Payload69Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload69Record.fromStructure = function (str) {
return new Payload69Record(new Payload69Record.RecordClass({
payload69Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload69Record._isAnonymousRecord = true;
Payload69Record.UniqueId = "8ec6e21b-b780-f1ed-8314-1d578df0a6d2";
Payload69Record.init();
return Payload69Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload69Record = Payload69Record;
});
define("Portal.model$Payload69RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload69Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload69RecordList = (function (_super) {
__extends(Payload69RecordList, _super);
function Payload69RecordList(defaults) {
_super.apply(this, arguments);
}
Payload69RecordList.itemType = PortalModel.Payload69Record;
return Payload69RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload69RecordList = Payload69RecordList;
});
define("Portal.model$CandidateExperienceList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateExperienceRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateExperienceList = (function (_super) {
__extends(CandidateExperienceList, _super);
function CandidateExperienceList(defaults) {
_super.apply(this, arguments);
}
CandidateExperienceList.itemType = CareersData_COModel.CandidateExperienceRec;
return CandidateExperienceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateExperienceList = CandidateExperienceList;
});
define("Portal.model$ServiceTypeItem2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeItem2Rec = (function (_super) {
__extends(ServiceTypeItem2Rec, _super);
function ServiceTypeItem2Rec(defaults) {
_super.apply(this, arguments);
}
ServiceTypeItem2Rec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("name", "nameAttr", "name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ServiceTypeItem2Rec.init();
return ServiceTypeItem2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ServiceTypeItem2Rec = ServiceTypeItem2Rec;
});
define("Portal.model$ServiceTypeItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceTypeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeItem2List = (function (_super) {
__extends(ServiceTypeItem2List, _super);
function ServiceTypeItem2List(defaults) {
_super.apply(this, arguments);
}
ServiceTypeItem2List.itemType = PortalModel.ServiceTypeItem2Rec;
return ServiceTypeItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceTypeItem2List = ServiceTypeItem2List;
});
define("Portal.model$DowngradePostBoxRequestDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestDetailsRecordList = (function (_super) {
__extends(DowngradePostBoxRequestDetailsRecordList, _super);
function DowngradePostBoxRequestDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestDetailsRecordList.itemType = PortalModel.DowngradePostBoxRequestDetailsRecord;
return DowngradePostBoxRequestDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DowngradePostBoxRequestDetailsRecordList = DowngradePostBoxRequestDetailsRecordList;
});
define("Portal.model$CustomsDocumentRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomsDocumentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomsDocumentRecord = (function (_super) {
__extends(CustomsDocumentRecord, _super);
function CustomsDocumentRecord(defaults) {
_super.apply(this, arguments);
}
CustomsDocumentRecord.attributesToDeclare = function () {
return [
this.attr("CustomsDocument", "customsDocumentAttr", "CustomsDocument", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomsDocumentRec());
}, true, PortalModel.CustomsDocumentRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomsDocumentRecord.fromStructure = function (str) {
return new CustomsDocumentRecord(new CustomsDocumentRecord.RecordClass({
customsDocumentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomsDocumentRecord._isAnonymousRecord = true;
CustomsDocumentRecord.UniqueId = "2a33e216-3fd4-21ac-30d4-dd9e412072c3";
CustomsDocumentRecord.init();
return CustomsDocumentRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomsDocumentRecord = CustomsDocumentRecord;
});
define("Portal.model$Menu_LocaleList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Menu_LocaleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Menu_LocaleList = (function (_super) {
__extends(Menu_LocaleList, _super);
function Menu_LocaleList(defaults) {
_super.apply(this, arguments);
}
Menu_LocaleList.itemType = PortalModel.Menu_LocaleRec;
return Menu_LocaleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Menu_LocaleList = Menu_LocaleList;
});
define("Portal.model$URLQueryParameter7List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter7List = (function (_super) {
__extends(URLQueryParameter7List, _super);
function URLQueryParameter7List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter7List.itemType = PortalModel.URLQueryParameter7Rec;
return URLQueryParameter7List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter7List = URLQueryParameter7List;
});
define("Portal.model$HTTPHeader7List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader7List = (function (_super) {
__extends(HTTPHeader7List, _super);
function HTTPHeader7List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader7List.itemType = PortalModel.HTTPHeader7Rec;
return HTTPHeader7List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader7List = HTTPHeader7List;
});
define("Portal.model$HTTPRequest7Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter7List", "Portal.model$HTTPHeader7List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest7Rec = (function (_super) {
__extends(HTTPRequest7Rec, _super);
function HTTPRequest7Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest7Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter7List());
}, true, PortalModel.URLQueryParameter7List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader7List());
}, true, PortalModel.HTTPHeader7List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest7Rec.init();
return HTTPRequest7Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest7Rec = HTTPRequest7Rec;
});
define("Portal.model$HTTPRequest7Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest7Record = (function (_super) {
__extends(HTTPRequest7Record, _super);
function HTTPRequest7Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest7Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest7", "hTTPRequest7Attr", "HTTPRequest7", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest7Rec());
}, true, PortalModel.HTTPRequest7Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest7Record.fromStructure = function (str) {
return new HTTPRequest7Record(new HTTPRequest7Record.RecordClass({
hTTPRequest7Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest7Record._isAnonymousRecord = true;
HTTPRequest7Record.UniqueId = "7368a47d-eeb8-bf91-472b-1bb3ee169bb8";
HTTPRequest7Record.init();
return HTTPRequest7Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest7Record = HTTPRequest7Record;
});
define("Portal.model$HTTPRequest7RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest7Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest7RecordList = (function (_super) {
__extends(HTTPRequest7RecordList, _super);
function HTTPRequest7RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest7RecordList.itemType = PortalModel.HTTPRequest7Record;
return HTTPRequest7RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest7RecordList = HTTPRequest7RecordList;
});
define("Portal.model$URLQueryParameterRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameterRec = (function (_super) {
__extends(URLQueryParameterRec, _super);
function URLQueryParameterRec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameterRec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameterRec.init();
return URLQueryParameterRec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameterRec = URLQueryParameterRec;
});
define("Portal.model$URLQueryParameterList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameterRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameterList = (function (_super) {
__extends(URLQueryParameterList, _super);
function URLQueryParameterList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameterList.itemType = PortalModel.URLQueryParameterRec;
return URLQueryParameterList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameterList = URLQueryParameterList;
});
define("Portal.model$HTTPHeaderList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeaderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeaderList = (function (_super) {
__extends(HTTPHeaderList, _super);
function HTTPHeaderList(defaults) {
_super.apply(this, arguments);
}
HTTPHeaderList.itemType = PortalModel.HTTPHeaderRec;
return HTTPHeaderList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeaderList = HTTPHeaderList;
});
define("Portal.model$HTTPRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameterList", "Portal.model$HTTPHeaderList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequestRec = (function (_super) {
__extends(HTTPRequestRec, _super);
function HTTPRequestRec(defaults) {
_super.apply(this, arguments);
}
HTTPRequestRec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameterList());
}, true, PortalModel.URLQueryParameterList),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeaderList());
}, true, PortalModel.HTTPHeaderList),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequestRec.init();
return HTTPRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequestRec = HTTPRequestRec;
});
define("Portal.model$HTTPRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequestRecord = (function (_super) {
__extends(HTTPRequestRecord, _super);
function HTTPRequestRecord(defaults) {
_super.apply(this, arguments);
}
HTTPRequestRecord.attributesToDeclare = function () {
return [
this.attr("HTTPRequest", "hTTPRequestAttr", "HTTPRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequestRec());
}, true, PortalModel.HTTPRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequestRecord.fromStructure = function (str) {
return new HTTPRequestRecord(new HTTPRequestRecord.RecordClass({
hTTPRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequestRecord._isAnonymousRecord = true;
HTTPRequestRecord.UniqueId = "2a5c0bbd-6c53-1ebc-6d3b-3c2558a5542b";
HTTPRequestRecord.init();
return HTTPRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequestRecord = HTTPRequestRecord;
});
define("Portal.model$SaveCaseRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SupportingDocumentItemList", "Portal.model$CaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequestRec = (function (_super) {
__extends(SaveCaseRequestRec, _super);
function SaveCaseRequestRec(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequestRec.attributesToDeclare = function () {
return [
this.attr("supportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SupportingDocumentItemList());
}, true, PortalModel.SupportingDocumentItemList),
this.attr("caseBody", "caseBodyAttr", "caseBody", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBodyRec());
}, true, PortalModel.CaseBodyRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseRequestRec.init();
return SaveCaseRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseRequestRec = SaveCaseRequestRec;
});
define("Portal.model$GetFreeBoxLocResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocResponseRec = (function (_super) {
__extends(GetFreeBoxLocResponseRec, _super);
function GetFreeBoxLocResponseRec(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxLocPayloadRec());
}, true, PortalModel.GetFreeBoxLocPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxLocResponseRec.init();
return GetFreeBoxLocResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxLocResponseRec = GetFreeBoxLocResponseRec;
});
define("Portal.model$IDL2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDL2Rec = (function (_super) {
__extends(IDL2Rec, _super);
function IDL2Rec(defaults) {
_super.apply(this, arguments);
}
IDL2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDL2Rec.init();
return IDL2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDL2Rec = IDL2Rec;
});
define("Portal.model$IDL2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDL2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDL2Record = (function (_super) {
__extends(IDL2Record, _super);
function IDL2Record(defaults) {
_super.apply(this, arguments);
}
IDL2Record.attributesToDeclare = function () {
return [
this.attr("IDL2", "iDL2Attr", "IDL2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDL2Rec());
}, true, PortalModel.IDL2Rec)
].concat(_super.attributesToDeclare.call(this));
};
IDL2Record.fromStructure = function (str) {
return new IDL2Record(new IDL2Record.RecordClass({
iDL2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDL2Record._isAnonymousRecord = true;
IDL2Record.UniqueId = "2aeab9d4-e4b8-df0f-cd13-42a791daa8f1";
IDL2Record.init();
return IDL2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.IDL2Record = IDL2Record;
});
define("Portal.model$IntegerIntegerRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerRecord = (function (_super) {
__extends(IntegerIntegerRecord, _super);
function IntegerIntegerRecord(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerRecord.attributesToDeclare = function () {
return [
this.attr("BasicQuantity", "basicQuantityAttr", "BasicQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PremiumDiscountedQuantity", "premiumDiscountedQuantityAttr", "PremiumDiscountedQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntegerIntegerRecord._isAnonymousRecord = true;
IntegerIntegerRecord.UniqueId = "4c81141d-7a1e-94d3-cd85-563ee410ad06";
IntegerIntegerRecord.init();
return IntegerIntegerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerIntegerRecord = IntegerIntegerRecord;
});
define("Portal.model$IntegerIntegerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerIntegerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerRecordList = (function (_super) {
__extends(IntegerIntegerRecordList, _super);
function IntegerIntegerRecordList(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerRecordList.itemType = PortalModel.IntegerIntegerRecord;
return IntegerIntegerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerIntegerRecordList = IntegerIntegerRecordList;
});
define("Portal.model$CandidateProfileUserRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "ServiceCenter.model", "Portal.model", "CareersData_CO.model$CandidateProfileRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO", "ServiceCenter.model$UserRec", "Portal.referencesHealth$ServiceCenter"], function (exports, OutSystems, CareersData_COModel, ServiceCenterModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateProfileUserRecord = (function (_super) {
__extends(CandidateProfileUserRecord, _super);
function CandidateProfileUserRecord(defaults) {
_super.apply(this, arguments);
}
CandidateProfileUserRecord.attributesToDeclare = function () {
return [
this.attr("CandidateProfile", "candidateProfileAttr", "CandidateProfile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.CandidateProfileRec());
}, true, CareersData_COModel.CandidateProfileRec),
this.attr("User", "userAttr", "User", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new ServiceCenterModel.UserRec());
}, true, ServiceCenterModel.UserRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateProfileUserRecord._isAnonymousRecord = true;
CandidateProfileUserRecord.UniqueId = "2b0b3451-7cc3-dfef-1129-87a8078a0981";
CandidateProfileUserRecord.init();
return CandidateProfileUserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateProfileUserRecord = CandidateProfileUserRecord;
});
define("Portal.model$ExcelTemplateInterNationalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateInterNationalRec = (function (_super) {
__extends(ExcelTemplateInterNationalRec, _super);
function ExcelTemplateInterNationalRec(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateInterNationalRec.attributesToDeclare = function () {
return [
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeName", "consigneeNameAttr", "ConsigneeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSEmirate", "rTSEmirateAttr", "RTSEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSPOBox", "rTSPOBoxAttr", "RTSPOBox", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTemplateInterNationalRec.init();
return ExcelTemplateInterNationalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTemplateInterNationalRec = ExcelTemplateInterNationalRec;
});
define("Portal.model$ExcelTemplateInterNationalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateInterNationalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateInterNationalRecord = (function (_super) {
__extends(ExcelTemplateInterNationalRecord, _super);
function ExcelTemplateInterNationalRecord(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateInterNationalRecord.attributesToDeclare = function () {
return [
this.attr("ExcelTemplateInterNational", "excelTemplateInterNationalAttr", "ExcelTemplateInterNational", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelTemplateInterNationalRec());
}, true, PortalModel.ExcelTemplateInterNationalRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTemplateInterNationalRecord.fromStructure = function (str) {
return new ExcelTemplateInterNationalRecord(new ExcelTemplateInterNationalRecord.RecordClass({
excelTemplateInterNationalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelTemplateInterNationalRecord._isAnonymousRecord = true;
ExcelTemplateInterNationalRecord.UniqueId = "b83a0ede-b7d5-4dc1-59ed-bd8740988374";
ExcelTemplateInterNationalRecord.init();
return ExcelTemplateInterNationalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTemplateInterNationalRecord = ExcelTemplateInterNationalRecord;
});
define("Portal.model$ExcelTemplateInterNationalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateInterNationalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateInterNationalRecordList = (function (_super) {
__extends(ExcelTemplateInterNationalRecordList, _super);
function ExcelTemplateInterNationalRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateInterNationalRecordList.itemType = PortalModel.ExcelTemplateInterNationalRecord;
return ExcelTemplateInterNationalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTemplateInterNationalRecordList = ExcelTemplateInterNationalRecordList;
});
define("Portal.model$Payload6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload6Rec = (function (_super) {
__extends(Payload6Rec, _super);
function Payload6Rec(defaults) {
_super.apply(this, arguments);
}
Payload6Rec.attributesToDeclare = function () {
return [
this.attr("mobileOtpTransactionId", "mobileOtpTransactionIdAttr", "mobileOtpTransactionId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("maskedMobileNumber", "maskedMobileNumberAttr", "maskedMobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("otpExpirySeconds", "otpExpirySecondsAttr", "otpExpirySeconds", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShouldChangePasswordOnly", "shouldChangePasswordOnlyAttr", "shouldChangePasswordOnly", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CustomerEmail", "customerEmailAttr", "customerEmail", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload6Rec.init();
return Payload6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload6Rec = Payload6Rec;
});
define("Portal.model$Payload6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload6Record = (function (_super) {
__extends(Payload6Record, _super);
function Payload6Record(defaults) {
_super.apply(this, arguments);
}
Payload6Record.attributesToDeclare = function () {
return [
this.attr("Payload6", "payload6Attr", "Payload6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload6Rec());
}, true, PortalModel.Payload6Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload6Record.fromStructure = function (str) {
return new Payload6Record(new Payload6Record.RecordClass({
payload6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload6Record._isAnonymousRecord = true;
Payload6Record.UniqueId = "2b2d98a2-d642-9bf4-128c-33a5d8f5b402";
Payload6Record.init();
return Payload6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload6Record = Payload6Record;
});
define("Portal.model$ConsignmentList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentList = (function (_super) {
__extends(ConsignmentList, _super);
function ConsignmentList(defaults) {
_super.apply(this, arguments);
}
ConsignmentList.itemType = PortalModel.ConsignmentRec;
return ConsignmentList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentList = ConsignmentList;
});
define("Portal.model$UndefinedFileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFileRec = (function (_super) {
__extends(UndefinedFileRec, _super);
function UndefinedFileRec(defaults) {
_super.apply(this, arguments);
}
UndefinedFileRec.attributesToDeclare = function () {
return [
this.attr("Col1", "col1Attr", "Col1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col2", "col2Attr", "Col2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col3", "col3Attr", "Col3", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col4", "col4Attr", "Col4", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col5", "col5Attr", "Col5", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col6", "col6Attr", "Col6", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col7", "col7Attr", "Col7", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col8", "col8Attr", "Col8", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col9", "col9Attr", "Col9", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col10", "col10Attr", "Col10", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col11", "col11Attr", "Col11", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col12", "col12Attr", "Col12", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col13", "col13Attr", "Col13", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col14", "col14Attr", "Col14", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col15", "col15Attr", "Col15", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col16", "col16Attr", "Col16", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col17", "col17Attr", "Col17", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col18", "col18Attr", "Col18", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col19", "col19Attr", "Col19", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col20", "col20Attr", "Col20", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col21", "col21Attr", "Col21", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col22", "col22Attr", "Col22", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col23", "col23Attr", "Col23", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col24", "col24Attr", "Col24", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col25", "col25Attr", "Col25", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col26", "col26Attr", "Col26", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col27", "col27Attr", "Col27", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col28", "col28Attr", "Col28", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col29", "col29Attr", "Col29", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Col30", "col30Attr", "Col30", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UndefinedFileRec.init();
return UndefinedFileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UndefinedFileRec = UndefinedFileRec;
});
define("Portal.model$UndefinedFileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFileRecord = (function (_super) {
__extends(UndefinedFileRecord, _super);
function UndefinedFileRecord(defaults) {
_super.apply(this, arguments);
}
UndefinedFileRecord.attributesToDeclare = function () {
return [
this.attr("UndefinedFile", "undefinedFileAttr", "UndefinedFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UndefinedFileRec());
}, true, PortalModel.UndefinedFileRec)
].concat(_super.attributesToDeclare.call(this));
};
UndefinedFileRecord.fromStructure = function (str) {
return new UndefinedFileRecord(new UndefinedFileRecord.RecordClass({
undefinedFileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UndefinedFileRecord._isAnonymousRecord = true;
UndefinedFileRecord.UniqueId = "6fd0900f-2433-9ecf-0013-597ce73e6317";
UndefinedFileRecord.init();
return UndefinedFileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UndefinedFileRecord = UndefinedFileRecord;
});
define("Portal.model$UndefinedFileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFileRecordList = (function (_super) {
__extends(UndefinedFileRecordList, _super);
function UndefinedFileRecordList(defaults) {
_super.apply(this, arguments);
}
UndefinedFileRecordList.itemType = PortalModel.UndefinedFileRecord;
return UndefinedFileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UndefinedFileRecordList = UndefinedFileRecordList;
});
define("Portal.model$Payload70Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload70Rec = (function (_super) {
__extends(Payload70Rec, _super);
function Payload70Rec(defaults) {
_super.apply(this, arguments);
}
Payload70Rec.attributesToDeclare = function () {
return [
this.attr("Zones", "zonesAttr", "zones", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItem4List());
}, true, PortalModel.CityItem4List)
].concat(_super.attributesToDeclare.call(this));
};
Payload70Rec.fromStructure = function (str) {
return new Payload70Rec(new Payload70Rec.RecordClass({
zonesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload70Rec.init();
return Payload70Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload70Rec = Payload70Rec;
});
define("Portal.model$GetEmirateZonesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload70Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmirateZonesResponseRec = (function (_super) {
__extends(GetEmirateZonesResponseRec, _super);
function GetEmirateZonesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetEmirateZonesResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload70Rec());
}, true, PortalModel.Payload70Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmirateZonesResponseRec.init();
return GetEmirateZonesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmirateZonesResponseRec = GetEmirateZonesResponseRec;
});
define("Portal.model$GetEmirateZonesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmirateZonesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmirateZonesResponseRecord = (function (_super) {
__extends(GetEmirateZonesResponseRecord, _super);
function GetEmirateZonesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetEmirateZonesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetEmirateZonesResponse", "getEmirateZonesResponseAttr", "GetEmirateZonesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmirateZonesResponseRec());
}, true, PortalModel.GetEmirateZonesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmirateZonesResponseRecord.fromStructure = function (str) {
return new GetEmirateZonesResponseRecord(new GetEmirateZonesResponseRecord.RecordClass({
getEmirateZonesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmirateZonesResponseRecord._isAnonymousRecord = true;
GetEmirateZonesResponseRecord.UniqueId = "703da358-706a-774b-70fb-c48166dc04cd";
GetEmirateZonesResponseRecord.init();
return GetEmirateZonesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmirateZonesResponseRecord = GetEmirateZonesResponseRecord;
});
define("Portal.model$GetEmirateZonesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmirateZonesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmirateZonesResponseRecordList = (function (_super) {
__extends(GetEmirateZonesResponseRecordList, _super);
function GetEmirateZonesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetEmirateZonesResponseRecordList.itemType = PortalModel.GetEmirateZonesResponseRecord;
return GetEmirateZonesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmirateZonesResponseRecordList = GetEmirateZonesResponseRecordList;
});
define("Portal.model$BulkMailPostIdList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailPostIdRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailPostIdList = (function (_super) {
__extends(BulkMailPostIdList, _super);
function BulkMailPostIdList(defaults) {
_super.apply(this, arguments);
}
BulkMailPostIdList.itemType = PortalModel.BulkMailPostIdRec;
return BulkMailPostIdList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailPostIdList = BulkMailPostIdList;
});
define("Portal.model$GetAddressDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressDetailsResponseRecordList = (function (_super) {
__extends(GetAddressDetailsResponseRecordList, _super);
function GetAddressDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetAddressDetailsResponseRecordList.itemType = PortalModel.GetAddressDetailsResponseRecord;
return GetAddressDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAddressDetailsResponseRecordList = GetAddressDetailsResponseRecordList;
});
define("Portal.model$MyHomeObject2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddress2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeObject2Rec = (function (_super) {
__extends(MyHomeObject2Rec, _super);
function MyHomeObject2Rec(defaults) {
_super.apply(this, arguments);
}
MyHomeObject2Rec.attributesToDeclare = function () {
return [
this.attr("DeliveryOfficeId", "deliveryOfficeIdAttr", "deliveryOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MyHomeAddress", "myHomeAddressAttr", "MyHomeAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeAddress2Rec());
}, true, PortalModel.MyHomeAddress2Rec)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeObject2Rec.init();
return MyHomeObject2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeObject2Rec = MyHomeObject2Rec;
});
define("Portal.model$MyHomeObject2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeObject2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeObject2Record = (function (_super) {
__extends(MyHomeObject2Record, _super);
function MyHomeObject2Record(defaults) {
_super.apply(this, arguments);
}
MyHomeObject2Record.attributesToDeclare = function () {
return [
this.attr("MyHomeObject2", "myHomeObject2Attr", "MyHomeObject2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeObject2Rec());
}, true, PortalModel.MyHomeObject2Rec)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeObject2Record.fromStructure = function (str) {
return new MyHomeObject2Record(new MyHomeObject2Record.RecordClass({
myHomeObject2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MyHomeObject2Record._isAnonymousRecord = true;
MyHomeObject2Record.UniqueId = "6630a443-0629-b4d6-f5a5-49f37d1c8cf1";
MyHomeObject2Record.init();
return MyHomeObject2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeObject2Record = MyHomeObject2Record;
});
define("Portal.model$MyHomeObject2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeObject2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeObject2RecordList = (function (_super) {
__extends(MyHomeObject2RecordList, _super);
function MyHomeObject2RecordList(defaults) {
_super.apply(this, arguments);
}
MyHomeObject2RecordList.itemType = PortalModel.MyHomeObject2Record;
return MyHomeObject2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeObject2RecordList = MyHomeObject2RecordList;
});
define("Portal.model$PickupQueryStringRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupQueryStringRec = (function (_super) {
__extends(PickupQueryStringRec, _super);
function PickupQueryStringRec(defaults) {
_super.apply(this, arguments);
}
PickupQueryStringRec.attributesToDeclare = function () {
return [
this.attr("BookingRefNumber", "bookingRefNumberAttr", "BookingRefNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TimeStamp", "timeStampAttr", "TimeStamp", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PickupDate", "pickupDateAttr", "PickupDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("IsEditPickup", "isEditPickupAttr", "IsEditPickup", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PickupQueryStringRec.init();
return PickupQueryStringRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupQueryStringRec = PickupQueryStringRec;
});
define("Portal.model$PickupQueryStringRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupQueryStringRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupQueryStringRecord = (function (_super) {
__extends(PickupQueryStringRecord, _super);
function PickupQueryStringRecord(defaults) {
_super.apply(this, arguments);
}
PickupQueryStringRecord.attributesToDeclare = function () {
return [
this.attr("PickupQueryString", "pickupQueryStringAttr", "PickupQueryString", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupQueryStringRec());
}, true, PortalModel.PickupQueryStringRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupQueryStringRecord.fromStructure = function (str) {
return new PickupQueryStringRecord(new PickupQueryStringRecord.RecordClass({
pickupQueryStringAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupQueryStringRecord._isAnonymousRecord = true;
PickupQueryStringRecord.UniqueId = "2be43288-41a5-fca2-7945-3695c31af447";
PickupQueryStringRecord.init();
return PickupQueryStringRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupQueryStringRecord = PickupQueryStringRecord;
});
define("Portal.model$CreateOutstandingOrderRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRequest2Rec = (function (_super) {
__extends(CreateOutstandingOrderRequest2Rec, _super);
function CreateOutstandingOrderRequest2Rec(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRequest2Rec.attributesToDeclare = function () {
return [
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Comments", "commentsAttr", "Comments", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("CustomerNumber", "customerNumberAttr", "CustomerNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SiteNumber", "siteNumberAttr", "SiteNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ReceiptDate", "receiptDateAttr", "ReceiptDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentMethod", "paymentMethodAttr", "PaymentMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerId", "customerIdAttr", "CustomerId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "CustomerName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CreateOutstandingOrderRequest2Rec.init();
return CreateOutstandingOrderRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOutstandingOrderRequest2Rec = CreateOutstandingOrderRequest2Rec;
});
define("Portal.model$RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RefundDetailRec", "Portal.model$TextTextBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = (function (_super) {
__extends(RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord, _super);
function RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord(defaults) {
_super.apply(this, arguments);
}
RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.attributesToDeclare = function () {
return [
this.attr("RefundDetail", "refundDetailAttr", "RefundDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RefundDetailRec());
}, true, PortalModel.RefundDetailRec),
this.attr("InvoiceDocumentId", "invoiceDocumentIdAttr", "InvoiceDocumentId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefundMessage", "refundMessageAttr", "RefundMessage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Confirmation", "confirmationAttr", "Confirmation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextTextBooleanRecord());
}, true, PortalModel.TextTextBooleanRecord),
this.attr("IsSubmitted", "isSubmittedAttr", "IsSubmitted", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsSubmitting", "isSubmittingAttr", "IsSubmitting", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord._isAnonymousRecord = true;
RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.UniqueId = "cc073459-5213-e145-1313-19d034777685";
RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.init();
return RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
});
define("Portal.model$RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = (function (_super) {
__extends(RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList, _super);
function RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList(defaults) {
_super.apply(this, arguments);
}
RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList.itemType = PortalModel.RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
return RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = RefundDetailTextTextMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
});
define("Portal.model$LegalEnquiryAddressToListItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressTo2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItemRec = (function (_super) {
__extends(LegalEnquiryAddressToListItemRec, _super);
function LegalEnquiryAddressToListItemRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItemRec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToLocale", "legalEnquiryAddressToLocaleAttr", "LegalEnquiryAddressToLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressTo2Rec());
}, true, PortalModel.LegalEnquiryAddressTo2Rec),
this.attr("LegalEnquiryAddressTo", "legalEnquiryAddressToAttr", "LegalEnquiryAddressTo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressTo2Rec());
}, true, PortalModel.LegalEnquiryAddressTo2Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToListItemRec.init();
return LegalEnquiryAddressToListItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToListItemRec = LegalEnquiryAddressToListItemRec;
});
define("Portal.model$LegalEnquiryAddressToListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItemList = (function (_super) {
__extends(LegalEnquiryAddressToListItemList, _super);
function LegalEnquiryAddressToListItemList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItemList.itemType = PortalModel.LegalEnquiryAddressToListItemRec;
return LegalEnquiryAddressToListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToListItemList = LegalEnquiryAddressToListItemList;
});
define("Portal.model$HolderInformationItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressTo2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItemRec = (function (_super) {
__extends(HolderInformationItemRec, _super);
function HolderInformationItemRec(defaults) {
_super.apply(this, arguments);
}
HolderInformationItemRec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryHolderInformationLocale", "legalEnquiryHolderInformationLocaleAttr", "LegalEnquiryHolderInformationLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressTo2Rec());
}, true, PortalModel.LegalEnquiryAddressTo2Rec),
this.attr("LegalEnquiryHolderInformation", "legalEnquiryHolderInformationAttr", "LegalEnquiryHolderInformation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressTo2Rec());
}, true, PortalModel.LegalEnquiryAddressTo2Rec)
].concat(_super.attributesToDeclare.call(this));
};
HolderInformationItemRec.init();
return HolderInformationItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.HolderInformationItemRec = HolderInformationItemRec;
});
define("Portal.model$HolderInformationItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItemList = (function (_super) {
__extends(HolderInformationItemList, _super);
function HolderInformationItemList(defaults) {
_super.apply(this, arguments);
}
HolderInformationItemList.itemType = PortalModel.HolderInformationItemRec;
return HolderInformationItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HolderInformationItemList = HolderInformationItemList;
});
define("Portal.model$Payload37Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItemList", "Portal.model$HolderInformationItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload37Rec = (function (_super) {
__extends(Payload37Rec, _super);
function Payload37Rec(defaults) {
_super.apply(this, arguments);
}
Payload37Rec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToList", "legalEnquiryAddressToListAttr", "LegalEnquiryAddressToList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToListItemList());
}, true, PortalModel.LegalEnquiryAddressToListItemList),
this.attr("HolderInformation", "holderInformationAttr", "HolderInformation", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HolderInformationItemList());
}, true, PortalModel.HolderInformationItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload37Rec.init();
return Payload37Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload37Rec = Payload37Rec;
});
define("Portal.model$LegalEnquiryAddressToRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload37Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecordRec = (function (_super) {
__extends(LegalEnquiryAddressToRecordRec, _super);
function LegalEnquiryAddressToRecordRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecordRec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload37Rec());
}, true, PortalModel.Payload37Rec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToRecordRec.init();
return LegalEnquiryAddressToRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToRecordRec = LegalEnquiryAddressToRecordRec;
});
define("Portal.model$LegalEnquiryAddressToRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecordRecord = (function (_super) {
__extends(LegalEnquiryAddressToRecordRecord, _super);
function LegalEnquiryAddressToRecordRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecordRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToRecord", "legalEnquiryAddressToRecordAttr", "LegalEnquiryAddressToRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToRecordRec());
}, true, PortalModel.LegalEnquiryAddressToRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToRecordRecord.fromStructure = function (str) {
return new LegalEnquiryAddressToRecordRecord(new LegalEnquiryAddressToRecordRecord.RecordClass({
legalEnquiryAddressToRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryAddressToRecordRecord._isAnonymousRecord = true;
LegalEnquiryAddressToRecordRecord.UniqueId = "2c122444-7136-88e5-7c28-7c35f46ccc14";
LegalEnquiryAddressToRecordRecord.init();
return LegalEnquiryAddressToRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToRecordRecord = LegalEnquiryAddressToRecordRecord;
});
define("Portal.model$PostBulkBookingResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload39Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingResponseRec = (function (_super) {
__extends(PostBulkBookingResponseRec, _super);
function PostBulkBookingResponseRec(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload39Rec());
}, true, PortalModel.Payload39Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkBookingResponseRec.init();
return PostBulkBookingResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkBookingResponseRec = PostBulkBookingResponseRec;
});
define("Portal.model$PostBulkBookingResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingResponseRecord = (function (_super) {
__extends(PostBulkBookingResponseRecord, _super);
function PostBulkBookingResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostBulkBookingResponse", "postBulkBookingResponseAttr", "PostBulkBookingResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostBulkBookingResponseRec());
}, true, PortalModel.PostBulkBookingResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkBookingResponseRecord.fromStructure = function (str) {
return new PostBulkBookingResponseRecord(new PostBulkBookingResponseRecord.RecordClass({
postBulkBookingResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostBulkBookingResponseRecord._isAnonymousRecord = true;
PostBulkBookingResponseRecord.UniqueId = "756000e2-7941-1271-5726-b9235679942e";
PostBulkBookingResponseRecord.init();
return PostBulkBookingResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkBookingResponseRecord = PostBulkBookingResponseRecord;
});
define("Portal.model$PostBulkBookingResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingResponseRecordList = (function (_super) {
__extends(PostBulkBookingResponseRecordList, _super);
function PostBulkBookingResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingResponseRecordList.itemType = PortalModel.PostBulkBookingResponseRecord;
return PostBulkBookingResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkBookingResponseRecordList = PostBulkBookingResponseRecordList;
});
define("Portal.model$ResponseCodeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$ResponseCodeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ResponseCodeRecord = (function (_super) {
__extends(ResponseCodeRecord, _super);
function ResponseCodeRecord(defaults) {
_super.apply(this, arguments);
}
ResponseCodeRecord.attributesToDeclare = function () {
return [
this.attr("ResponseCode", "responseCodeAttr", "ResponseCode", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.ResponseCodeRec());
}, true, Enums_COModel.ResponseCodeRec)
].concat(_super.attributesToDeclare.call(this));
};
ResponseCodeRecord.fromStructure = function (str) {
return new ResponseCodeRecord(new ResponseCodeRecord.RecordClass({
responseCodeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResponseCodeRecord._isAnonymousRecord = true;
ResponseCodeRecord.UniqueId = "2c754f3d-d0d1-1f31-6e3f-7efe9ba528cd";
ResponseCodeRecord.init();
return ResponseCodeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ResponseCodeRecord = ResponseCodeRecord;
});
define("Portal.model$MessageStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$MessageStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var MessageStatusRecord = (function (_super) {
__extends(MessageStatusRecord, _super);
function MessageStatusRecord(defaults) {
_super.apply(this, arguments);
}
MessageStatusRecord.attributesToDeclare = function () {
return [
this.attr("MessageStatus", "messageStatusAttr", "MessageStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.MessageStatusRec());
}, true, OutSystemsUIModel.MessageStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
MessageStatusRecord.fromStructure = function (str) {
return new MessageStatusRecord(new MessageStatusRecord.RecordClass({
messageStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MessageStatusRecord._isAnonymousRecord = true;
MessageStatusRecord.UniqueId = "63c659b6-dc55-4b0b-4f81-d60382bf5fd6";
MessageStatusRecord.init();
return MessageStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MessageStatusRecord = MessageStatusRecord;
});
define("Portal.model$MessageStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MessageStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MessageStatusRecordList = (function (_super) {
__extends(MessageStatusRecordList, _super);
function MessageStatusRecordList(defaults) {
_super.apply(this, arguments);
}
MessageStatusRecordList.itemType = PortalModel.MessageStatusRecord;
return MessageStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MessageStatusRecordList = MessageStatusRecordList;
});
define("Portal.model$Payload44RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload44Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload44RecordList = (function (_super) {
__extends(Payload44RecordList, _super);
function Payload44RecordList(defaults) {
_super.apply(this, arguments);
}
Payload44RecordList.itemType = PortalModel.Payload44Record;
return Payload44RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload44RecordList = Payload44RecordList;
});
define("Portal.model$GetInboundShipmentPriceDetailsRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsRequestRec = (function (_super) {
__extends(GetInboundShipmentPriceDetailsRequestRec, _super);
function GetInboundShipmentPriceDetailsRequestRec(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsRequestRec.attributesToDeclare = function () {
return [
this.attr("AirwayBills", "airwayBillsAttr", "airwayBills", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.TextList());
}, true, OS.DataTypes.TextList)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentPriceDetailsRequestRec.fromStructure = function (str) {
return new GetInboundShipmentPriceDetailsRequestRec(new GetInboundShipmentPriceDetailsRequestRec.RecordClass({
airwayBillsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentPriceDetailsRequestRec.init();
return GetInboundShipmentPriceDetailsRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentPriceDetailsRequestRec = GetInboundShipmentPriceDetailsRequestRec;
});
define("Portal.model$GetInboundShipmentPriceDetailsRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsRequestRecord = (function (_super) {
__extends(GetInboundShipmentPriceDetailsRequestRecord, _super);
function GetInboundShipmentPriceDetailsRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundShipmentPriceDetailsRequest", "getInboundShipmentPriceDetailsRequestAttr", "GetInboundShipmentPriceDetailsRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundShipmentPriceDetailsRequestRec());
}, true, PortalModel.GetInboundShipmentPriceDetailsRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentPriceDetailsRequestRecord.fromStructure = function (str) {
return new GetInboundShipmentPriceDetailsRequestRecord(new GetInboundShipmentPriceDetailsRequestRecord.RecordClass({
getInboundShipmentPriceDetailsRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentPriceDetailsRequestRecord._isAnonymousRecord = true;
GetInboundShipmentPriceDetailsRequestRecord.UniqueId = "2cad7af7-ede9-f656-e07b-09b88555471e";
GetInboundShipmentPriceDetailsRequestRecord.init();
return GetInboundShipmentPriceDetailsRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentPriceDetailsRequestRecord = GetInboundShipmentPriceDetailsRequestRecord;
});
define("Portal.model$ValidateQuickRenewalOTPRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateQuickRenewalOTPRequestRec = (function (_super) {
__extends(ValidateQuickRenewalOTPRequestRec, _super);
function ValidateQuickRenewalOTPRequestRec(defaults) {
_super.apply(this, arguments);
}
ValidateQuickRenewalOTPRequestRec.attributesToDeclare = function () {
return [
this.attr("otpTransactionId", "otpTransactionIdAttr", "otpTransactionId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("otp", "otpAttr", "otp", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValidateQuickRenewalOTPRequestRec.init();
return ValidateQuickRenewalOTPRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateQuickRenewalOTPRequestRec = ValidateQuickRenewalOTPRequestRec;
});
define("Portal.model$ValidateQuickRenewalOTPRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateQuickRenewalOTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateQuickRenewalOTPRequestRecord = (function (_super) {
__extends(ValidateQuickRenewalOTPRequestRecord, _super);
function ValidateQuickRenewalOTPRequestRecord(defaults) {
_super.apply(this, arguments);
}
ValidateQuickRenewalOTPRequestRecord.attributesToDeclare = function () {
return [
this.attr("ValidateQuickRenewalOTPRequest", "validateQuickRenewalOTPRequestAttr", "ValidateQuickRenewalOTPRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidateQuickRenewalOTPRequestRec());
}, true, PortalModel.ValidateQuickRenewalOTPRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateQuickRenewalOTPRequestRecord.fromStructure = function (str) {
return new ValidateQuickRenewalOTPRequestRecord(new ValidateQuickRenewalOTPRequestRecord.RecordClass({
validateQuickRenewalOTPRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidateQuickRenewalOTPRequestRecord._isAnonymousRecord = true;
ValidateQuickRenewalOTPRequestRecord.UniqueId = "44aac4e6-6206-be6b-db63-a2c0ec0b03fd";
ValidateQuickRenewalOTPRequestRecord.init();
return ValidateQuickRenewalOTPRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateQuickRenewalOTPRequestRecord = ValidateQuickRenewalOTPRequestRecord;
});
define("Portal.model$ValidateQuickRenewalOTPRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateQuickRenewalOTPRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateQuickRenewalOTPRequestRecordList = (function (_super) {
__extends(ValidateQuickRenewalOTPRequestRecordList, _super);
function ValidateQuickRenewalOTPRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ValidateQuickRenewalOTPRequestRecordList.itemType = PortalModel.ValidateQuickRenewalOTPRequestRecord;
return ValidateQuickRenewalOTPRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateQuickRenewalOTPRequestRecordList = ValidateQuickRenewalOTPRequestRecordList;
});
define("Portal.model$UpdateCustomerAddressRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateCustomerAddressRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateCustomerAddressRequestRecordList = (function (_super) {
__extends(UpdateCustomerAddressRequestRecordList, _super);
function UpdateCustomerAddressRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UpdateCustomerAddressRequestRecordList.itemType = PortalModel.UpdateCustomerAddressRequestRecord;
return UpdateCustomerAddressRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateCustomerAddressRequestRecordList = UpdateCustomerAddressRequestRecordList;
});
define("Portal.model$PostingJobJobApplicationApplicationStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Enums_CO.model", "Portal.model", "CareersData_CO.model$PostingRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO", "CareersData_CO.model$JobRec", "CareersData_CO.model$JobApplicationRec", "Enums_CO.model$ApplicationStatusRec", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, CareersData_COModel, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobJobApplicationApplicationStatusRecord = (function (_super) {
__extends(PostingJobJobApplicationApplicationStatusRecord, _super);
function PostingJobJobApplicationApplicationStatusRecord(defaults) {
_super.apply(this, arguments);
}
PostingJobJobApplicationApplicationStatusRecord.attributesToDeclare = function () {
return [
this.attr("Posting", "postingAttr", "Posting", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.PostingRec());
}, true, CareersData_COModel.PostingRec),
this.attr("Job", "jobAttr", "Job", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobRec());
}, true, CareersData_COModel.JobRec),
this.attr("JobApplication", "jobApplicationAttr", "JobApplication", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobApplicationRec());
}, true, CareersData_COModel.JobApplicationRec),
this.attr("ApplicationStatus", "applicationStatusAttr", "ApplicationStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.ApplicationStatusRec());
}, true, Enums_COModel.ApplicationStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
PostingJobJobApplicationApplicationStatusRecord._isAnonymousRecord = true;
PostingJobJobApplicationApplicationStatusRecord.UniqueId = "6a037b2c-18b5-6bcb-3c31-9aae4cb73506";
PostingJobJobApplicationApplicationStatusRecord.init();
return PostingJobJobApplicationApplicationStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostingJobJobApplicationApplicationStatusRecord = PostingJobJobApplicationApplicationStatusRecord;
});
define("Portal.model$PostingJobJobApplicationApplicationStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostingJobJobApplicationApplicationStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobJobApplicationApplicationStatusRecordList = (function (_super) {
__extends(PostingJobJobApplicationApplicationStatusRecordList, _super);
function PostingJobJobApplicationApplicationStatusRecordList(defaults) {
_super.apply(this, arguments);
}
PostingJobJobApplicationApplicationStatusRecordList.itemType = PortalModel.PostingJobJobApplicationApplicationStatusRecord;
return PostingJobJobApplicationApplicationStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostingJobJobApplicationApplicationStatusRecordList = PostingJobJobApplicationApplicationStatusRecordList;
});
define("Portal.model$Payload13Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload13Record = (function (_super) {
__extends(Payload13Record, _super);
function Payload13Record(defaults) {
_super.apply(this, arguments);
}
Payload13Record.attributesToDeclare = function () {
return [
this.attr("Payload13", "payload13Attr", "Payload13", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload13Rec());
}, true, PortalModel.Payload13Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload13Record.fromStructure = function (str) {
return new Payload13Record(new Payload13Record.RecordClass({
payload13Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload13Record._isAnonymousRecord = true;
Payload13Record.UniqueId = "2d29b48a-4d74-ea8d-c41c-0cc5bd41a1e9";
Payload13Record.init();
return Payload13Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload13Record = Payload13Record;
});
define("Portal.model$ProcessForPayment2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessForPayment2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessForPayment2RecordList = (function (_super) {
__extends(ProcessForPayment2RecordList, _super);
function ProcessForPayment2RecordList(defaults) {
_super.apply(this, arguments);
}
ProcessForPayment2RecordList.itemType = PortalModel.ProcessForPayment2Record;
return ProcessForPayment2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessForPayment2RecordList = ProcessForPayment2RecordList;
});
define("Portal.model$PostCreatePickupResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCreatePickupResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCreatePickupResponse3List = (function (_super) {
__extends(PostCreatePickupResponse3List, _super);
function PostCreatePickupResponse3List(defaults) {
_super.apply(this, arguments);
}
PostCreatePickupResponse3List.itemType = PortalModel.PostCreatePickupResponse3Rec;
return PostCreatePickupResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCreatePickupResponse3List = PostCreatePickupResponse3List;
});
define("Portal.model$CandidateProfileRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateProfileRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateProfileRecord = (function (_super) {
__extends(CandidateProfileRecord, _super);
function CandidateProfileRecord(defaults) {
_super.apply(this, arguments);
}
CandidateProfileRecord.attributesToDeclare = function () {
return [
this.attr("CandidateProfile", "candidateProfileAttr", "CandidateProfile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.CandidateProfileRec());
}, true, CareersData_COModel.CandidateProfileRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateProfileRecord.fromStructure = function (str) {
return new CandidateProfileRecord(new CandidateProfileRecord.RecordClass({
candidateProfileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateProfileRecord._isAnonymousRecord = true;
CandidateProfileRecord.UniqueId = "2d5a469b-7e69-1668-a730-5c222bf62854";
CandidateProfileRecord.init();
return CandidateProfileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateProfileRecord = CandidateProfileRecord;
});
define("Portal.model$IDLStatusDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusDetailsList = (function (_super) {
__extends(IDLStatusDetailsList, _super);
function IDLStatusDetailsList(defaults) {
_super.apply(this, arguments);
}
IDLStatusDetailsList.itemType = PortalModel.IDLStatusDetailsRec;
return IDLStatusDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLStatusDetailsList = IDLStatusDetailsList;
});
define("Portal.model$PickupInfo3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupInfo3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupInfo3RecordList = (function (_super) {
__extends(PickupInfo3RecordList, _super);
function PickupInfo3RecordList(defaults) {
_super.apply(this, arguments);
}
PickupInfo3RecordList.itemType = PortalModel.PickupInfo3Record;
return PickupInfo3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupInfo3RecordList = PickupInfo3RecordList;
});
define("Portal.model$PostOrderRatingRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOrderRatingRequestRec = (function (_super) {
__extends(PostOrderRatingRequestRec, _super);
function PostOrderRatingRequestRec(defaults) {
_super.apply(this, arguments);
}
PostOrderRatingRequestRec.attributesToDeclare = function () {
return [
this.attr("OrderId", "orderIdAttr", "orderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Rating", "ratingAttr", "rating", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Comments", "commentsAttr", "comments", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostOrderRatingRequestRec.init();
return PostOrderRatingRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostOrderRatingRequestRec = PostOrderRatingRequestRec;
});
define("Portal.model$PostOrderRatingRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOrderRatingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOrderRatingRequestList = (function (_super) {
__extends(PostOrderRatingRequestList, _super);
function PostOrderRatingRequestList(defaults) {
_super.apply(this, arguments);
}
PostOrderRatingRequestList.itemType = PortalModel.PostOrderRatingRequestRec;
return PostOrderRatingRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostOrderRatingRequestList = PostOrderRatingRequestList;
});
define("Portal.model$MultiShipMappingsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$MultiShipMappingsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMappingsRecord = (function (_super) {
__extends(MultiShipMappingsRecord, _super);
function MultiShipMappingsRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipMappingsRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipMappings", "multiShipMappingsAttr", "MultiShipMappings", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.MultiShipMappingsRec());
}, true, Data_COModel.MultiShipMappingsRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMappingsRecord.fromStructure = function (str) {
return new MultiShipMappingsRecord(new MultiShipMappingsRecord.RecordClass({
multiShipMappingsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipMappingsRecord._isAnonymousRecord = true;
MultiShipMappingsRecord.UniqueId = "a2f18bcc-2d5b-78db-ee89-33adb4529e5b";
MultiShipMappingsRecord.init();
return MultiShipMappingsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMappingsRecord = MultiShipMappingsRecord;
});
define("Portal.model$MultiShipMappingsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMappingsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMappingsRecordList = (function (_super) {
__extends(MultiShipMappingsRecordList, _super);
function MultiShipMappingsRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipMappingsRecordList.itemType = PortalModel.MultiShipMappingsRecord;
return MultiShipMappingsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMappingsRecordList = MultiShipMappingsRecordList;
});
define("Portal.model$YearlyBreakdownItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItemRec = (function (_super) {
__extends(YearlyBreakdownItemRec, _super);
function YearlyBreakdownItemRec(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItemRec.attributesToDeclare = function () {
return [
this.attr("year", "yearAttr", "year", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("price", "priceAttr", "price", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("taxObject", "taxObjectAttr", "taxObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemList());
}, true, PortalModel.TaxObjectItemList)
].concat(_super.attributesToDeclare.call(this));
};
YearlyBreakdownItemRec.init();
return YearlyBreakdownItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.YearlyBreakdownItemRec = YearlyBreakdownItemRec;
});
define("Portal.model$YearlyBreakdownItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItemList = (function (_super) {
__extends(YearlyBreakdownItemList, _super);
function YearlyBreakdownItemList(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItemList.itemType = PortalModel.YearlyBreakdownItemRec;
return YearlyBreakdownItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.YearlyBreakdownItemList = YearlyBreakdownItemList;
});
define("Portal.model$BundleServiceItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItemRec = (function (_super) {
__extends(BundleServiceItemRec, _super);
function BundleServiceItemRec(defaults) {
_super.apply(this, arguments);
}
BundleServiceItemRec.attributesToDeclare = function () {
return [
this.attr("serviceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceTitleEN", "serviceTitleENAttr", "serviceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceTitleAR", "serviceTitleARAttr", "serviceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("yearlyBreakdown", "yearlyBreakdownAttr", "yearlyBreakdown", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.YearlyBreakdownItemList());
}, true, PortalModel.YearlyBreakdownItemList)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceItemRec.init();
return BundleServiceItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceItemRec = BundleServiceItemRec;
});
define("Portal.model$TrackAndTraceHeaderRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceHeaderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceHeaderRecord = (function (_super) {
__extends(TrackAndTraceHeaderRecord, _super);
function TrackAndTraceHeaderRecord(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceHeaderRecord.attributesToDeclare = function () {
return [
this.attr("TrackAndTraceHeader", "trackAndTraceHeaderAttr", "TrackAndTraceHeader", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackAndTraceHeaderRec());
}, true, PortalModel.TrackAndTraceHeaderRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceHeaderRecord.fromStructure = function (str) {
return new TrackAndTraceHeaderRecord(new TrackAndTraceHeaderRecord.RecordClass({
trackAndTraceHeaderAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackAndTraceHeaderRecord._isAnonymousRecord = true;
TrackAndTraceHeaderRecord.UniqueId = "2dd86f0c-c620-760d-2a4a-1066ce41a00d";
TrackAndTraceHeaderRecord.init();
return TrackAndTraceHeaderRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceHeaderRecord = TrackAndTraceHeaderRecord;
});
define("Portal.model$PostBoxForRenewalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRec", "Portal.model$SelectedBoxRec", "Portal.model$DateOptionRec", "Portal.model$IPostalServiceList", "Portal.model$TradeLicenseInformationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBoxForRenewalRec = (function (_super) {
__extends(PostBoxForRenewalRec, _super);
function PostBoxForRenewalRec(defaults) {
_super.apply(this, arguments);
}
PostBoxForRenewalRec.attributesToDeclare = function () {
return [
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedDate", "selectedDateAttr", "SelectedDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("Services", "servicesAttr", "Services", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostalServiceList());
}, true, PortalModel.IPostalServiceList),
this.attr("TradeLicenseDetails", "tradeLicenseDetailsAttr", "TradeLicenseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformationRec());
}, true, PortalModel.TradeLicenseInformationRec)
].concat(_super.attributesToDeclare.call(this));
};
PostBoxForRenewalRec.init();
return PostBoxForRenewalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBoxForRenewalRec = PostBoxForRenewalRec;
});
define("Portal.model$PostBoxForRenewalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBoxForRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBoxForRenewalList = (function (_super) {
__extends(PostBoxForRenewalList, _super);
function PostBoxForRenewalList(defaults) {
_super.apply(this, arguments);
}
PostBoxForRenewalList.itemType = PortalModel.PostBoxForRenewalRec;
return PostBoxForRenewalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBoxForRenewalList = PostBoxForRenewalList;
});
define("Portal.model$Payload14Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload14Rec = (function (_super) {
__extends(Payload14Rec, _super);
function Payload14Rec(defaults) {
_super.apply(this, arguments);
}
Payload14Rec.attributesToDeclare = function () {
return [
this.attr("caseReferenceNumber", "caseReferenceNumberAttr", "caseReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload14Rec.init();
return Payload14Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload14Rec = Payload14Rec;
});
define("Portal.model$PostPrintAWBResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload32Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBResponseRec = (function (_super) {
__extends(PostPrintAWBResponseRec, _super);
function PostPrintAWBResponseRec(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload32Rec());
}, true, PortalModel.Payload32Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostPrintAWBResponseRec.init();
return PostPrintAWBResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostPrintAWBResponseRec = PostPrintAWBResponseRec;
});
define("Portal.model$PostPrintAWBResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBResponseRecord = (function (_super) {
__extends(PostPrintAWBResponseRecord, _super);
function PostPrintAWBResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostPrintAWBResponse", "postPrintAWBResponseAttr", "PostPrintAWBResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostPrintAWBResponseRec());
}, true, PortalModel.PostPrintAWBResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostPrintAWBResponseRecord.fromStructure = function (str) {
return new PostPrintAWBResponseRecord(new PostPrintAWBResponseRecord.RecordClass({
postPrintAWBResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostPrintAWBResponseRecord._isAnonymousRecord = true;
PostPrintAWBResponseRecord.UniqueId = "2e551b29-cc69-aa7e-0beb-04da41d4ae29";
PostPrintAWBResponseRecord.init();
return PostPrintAWBResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostPrintAWBResponseRecord = PostPrintAWBResponseRecord;
});
define("Portal.model$CreateSmartPlacesOrderRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlaceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateSmartPlacesOrderRequestRec = (function (_super) {
__extends(CreateSmartPlacesOrderRequestRec, _super);
function CreateSmartPlacesOrderRequestRec(defaults) {
_super.apply(this, arguments);
}
CreateSmartPlacesOrderRequestRec.attributesToDeclare = function () {
return [
this.attr("SmartPlaces", "smartPlacesAttr", "SmartPlaces", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SmartPlaceRec());
}, true, PortalModel.SmartPlaceRec),
this.attr("BasicQuantity", "basicQuantityAttr", "BasicQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PremiumDiscountedQuantity", "premiumDiscountedQuantityAttr", "PremiumDiscountedQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PremiumQuantity", "premiumQuantityAttr", "PremiumQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ProductId", "productIdAttr", "ProductId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CreateSmartPlacesOrderRequestRec.init();
return CreateSmartPlacesOrderRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateSmartPlacesOrderRequestRec = CreateSmartPlacesOrderRequestRec;
});
define("Portal.model$CandidateProfileList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateProfileRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateProfileList = (function (_super) {
__extends(CandidateProfileList, _super);
function CandidateProfileList(defaults) {
_super.apply(this, arguments);
}
CandidateProfileList.itemType = CareersData_COModel.CandidateProfileRec;
return CandidateProfileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateProfileList = CandidateProfileList;
});
define("Portal.model$PostGetOutboundShipmentRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentRequestRec = (function (_super) {
__extends(PostGetOutboundShipmentRequestRec, _super);
function PostGetOutboundShipmentRequestRec(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentRequestRec.attributesToDeclare = function () {
return [
this.attr("CustomerInterfaceId", "customerInterfaceIdAttr", "customerInterfaceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromDate", "fromDateAttr", "fromDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ToDate", "toDateAttr", "toDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverCountryID", "receiverCountryIDAttr", "receiverCountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StatusID", "statusIDAttr", "statusID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperUniqueBoxID", "shipperUniqueBoxIDAttr", "shipperUniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperMobileNumber", "shipperMobileNumberAttr", "shipperMobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostGetOutboundShipmentRequestRec.init();
return PostGetOutboundShipmentRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetOutboundShipmentRequestRec = PostGetOutboundShipmentRequestRec;
});
define("Portal.model$PostGetOutboundShipmentRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentRequestRecord = (function (_super) {
__extends(PostGetOutboundShipmentRequestRecord, _super);
function PostGetOutboundShipmentRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostGetOutboundShipmentRequest", "postGetOutboundShipmentRequestAttr", "PostGetOutboundShipmentRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostGetOutboundShipmentRequestRec());
}, true, PortalModel.PostGetOutboundShipmentRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetOutboundShipmentRequestRecord.fromStructure = function (str) {
return new PostGetOutboundShipmentRequestRecord(new PostGetOutboundShipmentRequestRecord.RecordClass({
postGetOutboundShipmentRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostGetOutboundShipmentRequestRecord._isAnonymousRecord = true;
PostGetOutboundShipmentRequestRecord.UniqueId = "402ffa5d-68b1-455c-1503-30cfe0ca65de";
PostGetOutboundShipmentRequestRecord.init();
return PostGetOutboundShipmentRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetOutboundShipmentRequestRecord = PostGetOutboundShipmentRequestRecord;
});
define("Portal.model$PostGetOutboundShipmentRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentRequestRecordList = (function (_super) {
__extends(PostGetOutboundShipmentRequestRecordList, _super);
function PostGetOutboundShipmentRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentRequestRecordList.itemType = PortalModel.PostGetOutboundShipmentRequestRecord;
return PostGetOutboundShipmentRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetOutboundShipmentRequestRecordList = PostGetOutboundShipmentRequestRecordList;
});
define("Portal.model$OrderTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$OrderTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var OrderTypeRecord = (function (_super) {
__extends(OrderTypeRecord, _super);
function OrderTypeRecord(defaults) {
_super.apply(this, arguments);
}
OrderTypeRecord.attributesToDeclare = function () {
return [
this.attr("OrderType", "orderTypeAttr", "OrderType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.OrderTypeRec());
}, true, Enums_COModel.OrderTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderTypeRecord.fromStructure = function (str) {
return new OrderTypeRecord(new OrderTypeRecord.RecordClass({
orderTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderTypeRecord._isAnonymousRecord = true;
OrderTypeRecord.UniqueId = "ac1025f1-a247-c989-1f79-456d35e9f19e";
OrderTypeRecord.init();
return OrderTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderTypeRecord = OrderTypeRecord;
});
define("Portal.model$OrderTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderTypeRecordList = (function (_super) {
__extends(OrderTypeRecordList, _super);
function OrderTypeRecordList(defaults) {
_super.apply(this, arguments);
}
OrderTypeRecordList.itemType = PortalModel.OrderTypeRecord;
return OrderTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderTypeRecordList = OrderTypeRecordList;
});
define("Portal.model$LegalEnquiryAddressToListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItemRecord = (function (_super) {
__extends(LegalEnquiryAddressToListItemRecord, _super);
function LegalEnquiryAddressToListItemRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItemRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryAddressToListItem", "legalEnquiryAddressToListItemAttr", "LegalEnquiryAddressToListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryAddressToListItemRec());
}, true, PortalModel.LegalEnquiryAddressToListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryAddressToListItemRecord.fromStructure = function (str) {
return new LegalEnquiryAddressToListItemRecord(new LegalEnquiryAddressToListItemRecord.RecordClass({
legalEnquiryAddressToListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryAddressToListItemRecord._isAnonymousRecord = true;
LegalEnquiryAddressToListItemRecord.UniqueId = "ba6fc990-3a6b-4082-3aea-d9a8e2462cb6";
LegalEnquiryAddressToListItemRecord.init();
return LegalEnquiryAddressToListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryAddressToListItemRecord = LegalEnquiryAddressToListItemRecord;
});
define("Portal.model$LegalEnquiryAddressToListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToListItemRecordList = (function (_super) {
__extends(LegalEnquiryAddressToListItemRecordList, _super);
function LegalEnquiryAddressToListItemRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToListItemRecordList.itemType = PortalModel.LegalEnquiryAddressToListItemRecord;
return LegalEnquiryAddressToListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToListItemRecordList = LegalEnquiryAddressToListItemRecordList;
});
define("Portal.model$CuryItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CuryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CuryItemRecord = (function (_super) {
__extends(CuryItemRecord, _super);
function CuryItemRecord(defaults) {
_super.apply(this, arguments);
}
CuryItemRecord.attributesToDeclare = function () {
return [
this.attr("CuryItem", "curyItemAttr", "CuryItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CuryItemRec());
}, true, PortalModel.CuryItemRec)
].concat(_super.attributesToDeclare.call(this));
};
CuryItemRecord.fromStructure = function (str) {
return new CuryItemRecord(new CuryItemRecord.RecordClass({
curyItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CuryItemRecord._isAnonymousRecord = true;
CuryItemRecord.UniqueId = "2ec7b968-a5b6-644e-0113-bc347519cb8f";
CuryItemRecord.init();
return CuryItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CuryItemRecord = CuryItemRecord;
});
define("Portal.model$RolesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload41Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RolesRec = (function (_super) {
__extends(RolesRec, _super);
function RolesRec(defaults) {
_super.apply(this, arguments);
}
RolesRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload41Rec());
}, true, PortalModel.Payload41Rec)
].concat(_super.attributesToDeclare.call(this));
};
RolesRec.init();
return RolesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RolesRec = RolesRec;
});
define("Portal.model$RolesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RolesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RolesRecord = (function (_super) {
__extends(RolesRecord, _super);
function RolesRecord(defaults) {
_super.apply(this, arguments);
}
RolesRecord.attributesToDeclare = function () {
return [
this.attr("Roles", "rolesAttr", "Roles", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RolesRec());
}, true, PortalModel.RolesRec)
].concat(_super.attributesToDeclare.call(this));
};
RolesRecord.fromStructure = function (str) {
return new RolesRecord(new RolesRecord.RecordClass({
rolesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RolesRecord._isAnonymousRecord = true;
RolesRecord.UniqueId = "2edeacf8-56e5-9821-2803-53e0e9ffd62f";
RolesRecord.init();
return RolesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RolesRecord = RolesRecord;
});
define("Portal.model$Locale2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Locale2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Locale2RecordList = (function (_super) {
__extends(Locale2RecordList, _super);
function Locale2RecordList(defaults) {
_super.apply(this, arguments);
}
Locale2RecordList.itemType = PortalModel.Locale2Record;
return Locale2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Locale2RecordList = Locale2RecordList;
});
define("Portal.model$GetAddressObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressObjectRecord = (function (_super) {
__extends(GetAddressObjectRecord, _super);
function GetAddressObjectRecord(defaults) {
_super.apply(this, arguments);
}
GetAddressObjectRecord.attributesToDeclare = function () {
return [
this.attr("GetAddressObject", "getAddressObjectAttr", "GetAddressObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetAddressObjectRec());
}, true, PortalModel.GetAddressObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
GetAddressObjectRecord.fromStructure = function (str) {
return new GetAddressObjectRecord(new GetAddressObjectRecord.RecordClass({
getAddressObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetAddressObjectRecord._isAnonymousRecord = true;
GetAddressObjectRecord.UniqueId = "2eef7617-edd9-8443-ad6a-047e78bd6163";
GetAddressObjectRecord.init();
return GetAddressObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAddressObjectRecord = GetAddressObjectRecord;
});
define("Portal.model$QuickPostboxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickPostboxRec = (function (_super) {
__extends(QuickPostboxRec, _super);
function QuickPostboxRec(defaults) {
_super.apply(this, arguments);
}
QuickPostboxRec.attributesToDeclare = function () {
return [
this.attr("CityId", "cityIdAttr", "CityId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("BoxNumber", "boxNumberAttr", "BoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OwnerPhoneNumber", "ownerPhoneNumberAttr", "OwnerPhoneNumber", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("OwnerISDCode", "ownerISDCodeAttr", "OwnerISDCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
QuickPostboxRec.init();
return QuickPostboxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickPostboxRec = QuickPostboxRec;
});
define("Portal.model$QuickPostboxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickPostboxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickPostboxRecord = (function (_super) {
__extends(QuickPostboxRecord, _super);
function QuickPostboxRecord(defaults) {
_super.apply(this, arguments);
}
QuickPostboxRecord.attributesToDeclare = function () {
return [
this.attr("QuickPostbox", "quickPostboxAttr", "QuickPostbox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuickPostboxRec());
}, true, PortalModel.QuickPostboxRec)
].concat(_super.attributesToDeclare.call(this));
};
QuickPostboxRecord.fromStructure = function (str) {
return new QuickPostboxRecord(new QuickPostboxRecord.RecordClass({
quickPostboxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QuickPostboxRecord._isAnonymousRecord = true;
QuickPostboxRecord.UniqueId = "2ef0bae8-b233-2408-3a97-596d0b2870f7";
QuickPostboxRecord.init();
return QuickPostboxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickPostboxRecord = QuickPostboxRecord;
});
define("Portal.model$IPostBoxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxRecord = (function (_super) {
__extends(IPostBoxRecord, _super);
function IPostBoxRecord(defaults) {
_super.apply(this, arguments);
}
IPostBoxRecord.attributesToDeclare = function () {
return [
this.attr("IPostBox", "iPostBoxAttr", "IPostBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostBoxRec());
}, true, PortalModel.IPostBoxRec)
].concat(_super.attributesToDeclare.call(this));
};
IPostBoxRecord.fromStructure = function (str) {
return new IPostBoxRecord(new IPostBoxRecord.RecordClass({
iPostBoxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IPostBoxRecord._isAnonymousRecord = true;
IPostBoxRecord.UniqueId = "55978b2a-55b9-178d-bff3-41ff097f1e36";
IPostBoxRecord.init();
return IPostBoxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IPostBoxRecord = IPostBoxRecord;
});
define("Portal.model$IPostBoxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxRecordList = (function (_super) {
__extends(IPostBoxRecordList, _super);
function IPostBoxRecordList(defaults) {
_super.apply(this, arguments);
}
IPostBoxRecordList.itemType = PortalModel.IPostBoxRecord;
return IPostBoxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostBoxRecordList = IPostBoxRecordList;
});
define("Portal.model$CityListByCountryRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataListList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityListByCountryRec = (function (_super) {
__extends(CityListByCountryRec, _super);
function CityListByCountryRec(defaults) {
_super.apply(this, arguments);
}
CityListByCountryRec.attributesToDeclare = function () {
return [
this.attr("CountryId", "countryIdAttr", "CountryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityList", "cityListAttr", "CityList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataListList());
}, true, PortalModel.MasterDataListList)
].concat(_super.attributesToDeclare.call(this));
};
CityListByCountryRec.init();
return CityListByCountryRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CityListByCountryRec = CityListByCountryRec;
});
define("Portal.model$CityListByCountryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityListByCountryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityListByCountryRecord = (function (_super) {
__extends(CityListByCountryRecord, _super);
function CityListByCountryRecord(defaults) {
_super.apply(this, arguments);
}
CityListByCountryRecord.attributesToDeclare = function () {
return [
this.attr("CityListByCountry", "cityListByCountryAttr", "CityListByCountry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityListByCountryRec());
}, true, PortalModel.CityListByCountryRec)
].concat(_super.attributesToDeclare.call(this));
};
CityListByCountryRecord.fromStructure = function (str) {
return new CityListByCountryRecord(new CityListByCountryRecord.RecordClass({
cityListByCountryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityListByCountryRecord._isAnonymousRecord = true;
CityListByCountryRecord.UniqueId = "2f0a9fe5-6893-d561-d861-0511069adfd9";
CityListByCountryRecord.init();
return CityListByCountryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CityListByCountryRecord = CityListByCountryRecord;
});
define("Portal.model$SaveNewRequestResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewRequestResponseRec = (function (_super) {
__extends(SaveNewRequestResponseRec, _super);
function SaveNewRequestResponseRec(defaults) {
_super.apply(this, arguments);
}
SaveNewRequestResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveNewAddressPayloadRec());
}, true, PortalModel.SaveNewAddressPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveNewRequestResponseRec.init();
return SaveNewRequestResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveNewRequestResponseRec = SaveNewRequestResponseRec;
});
define("Portal.model$SaveNewRequestResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewRequestResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewRequestResponseRecord = (function (_super) {
__extends(SaveNewRequestResponseRecord, _super);
function SaveNewRequestResponseRecord(defaults) {
_super.apply(this, arguments);
}
SaveNewRequestResponseRecord.attributesToDeclare = function () {
return [
this.attr("SaveNewRequestResponse", "saveNewRequestResponseAttr", "SaveNewRequestResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveNewRequestResponseRec());
}, true, PortalModel.SaveNewRequestResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveNewRequestResponseRecord.fromStructure = function (str) {
return new SaveNewRequestResponseRecord(new SaveNewRequestResponseRecord.RecordClass({
saveNewRequestResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveNewRequestResponseRecord._isAnonymousRecord = true;
SaveNewRequestResponseRecord.UniqueId = "a4990484-21bc-d0c5-7aae-f3edf19ffcb4";
SaveNewRequestResponseRecord.init();
return SaveNewRequestResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveNewRequestResponseRecord = SaveNewRequestResponseRecord;
});
define("Portal.model$SaveNewRequestResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewRequestResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewRequestResponseRecordList = (function (_super) {
__extends(SaveNewRequestResponseRecordList, _super);
function SaveNewRequestResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SaveNewRequestResponseRecordList.itemType = PortalModel.SaveNewRequestResponseRecord;
return SaveNewRequestResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveNewRequestResponseRecordList = SaveNewRequestResponseRecordList;
});
define("Portal.model$GetBundlePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleObjectList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBundlePayloadRec = (function (_super) {
__extends(GetBundlePayloadRec, _super);
function GetBundlePayloadRec(defaults) {
_super.apply(this, arguments);
}
GetBundlePayloadRec.attributesToDeclare = function () {
return [
this.attr("bundles", "bundlesAttr", "bundles", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleObjectList());
}, true, PortalModel.BundleObjectList)
].concat(_super.attributesToDeclare.call(this));
};
GetBundlePayloadRec.fromStructure = function (str) {
return new GetBundlePayloadRec(new GetBundlePayloadRec.RecordClass({
bundlesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetBundlePayloadRec.init();
return GetBundlePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetBundlePayloadRec = GetBundlePayloadRec;
});
define("Portal.model$BundleRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleRec = (function (_super) {
__extends(BundleRec, _super);
function BundleRec(defaults) {
_super.apply(this, arguments);
}
BundleRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetBundlePayloadRec());
}, true, PortalModel.GetBundlePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
BundleRec.init();
return BundleRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleRec = BundleRec;
});
define("Portal.model$BundleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleRecord = (function (_super) {
__extends(BundleRecord, _super);
function BundleRecord(defaults) {
_super.apply(this, arguments);
}
BundleRecord.attributesToDeclare = function () {
return [
this.attr("Bundle", "bundleAttr", "Bundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleRec());
}, true, PortalModel.BundleRec)
].concat(_super.attributesToDeclare.call(this));
};
BundleRecord.fromStructure = function (str) {
return new BundleRecord(new BundleRecord.RecordClass({
bundleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BundleRecord._isAnonymousRecord = true;
BundleRecord.UniqueId = "2f3408a5-eb4a-f4e9-2d76-16407aa0891a";
BundleRecord.init();
return BundleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleRecord = BundleRecord;
});
define("Portal.model$PostViewPickupDetailsRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsRequestRec = (function (_super) {
__extends(PostViewPickupDetailsRequestRec, _super);
function PostViewPickupDetailsRequestRec(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsRequestRec.attributesToDeclare = function () {
return [
this.attr("PickupNumber", "pickupNumberAttr", "pickupNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupDetailsRequestRec.fromStructure = function (str) {
return new PostViewPickupDetailsRequestRec(new PostViewPickupDetailsRequestRec.RecordClass({
pickupNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostViewPickupDetailsRequestRec.init();
return PostViewPickupDetailsRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupDetailsRequestRec = PostViewPickupDetailsRequestRec;
});
define("Portal.model$PostViewPickupDetailsRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsRequestRecord = (function (_super) {
__extends(PostViewPickupDetailsRequestRecord, _super);
function PostViewPickupDetailsRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostViewPickupDetailsRequest", "postViewPickupDetailsRequestAttr", "PostViewPickupDetailsRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostViewPickupDetailsRequestRec());
}, true, PortalModel.PostViewPickupDetailsRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupDetailsRequestRecord.fromStructure = function (str) {
return new PostViewPickupDetailsRequestRecord(new PostViewPickupDetailsRequestRecord.RecordClass({
postViewPickupDetailsRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostViewPickupDetailsRequestRecord._isAnonymousRecord = true;
PostViewPickupDetailsRequestRecord.UniqueId = "2f476eab-f59d-3916-de26-9de4d4b0004b";
PostViewPickupDetailsRequestRecord.init();
return PostViewPickupDetailsRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupDetailsRequestRecord = PostViewPickupDetailsRequestRecord;
});
define("Portal.model$PostVerifyResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyResponseRecordList = (function (_super) {
__extends(PostVerifyResponseRecordList, _super);
function PostVerifyResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostVerifyResponseRecordList.itemType = PortalModel.PostVerifyResponseRecord;
return PostVerifyResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostVerifyResponseRecordList = PostVerifyResponseRecordList;
});
define("Portal.model$TrackShipmentDetailResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentDetailResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentDetailResponseRecord = (function (_super) {
__extends(TrackShipmentDetailResponseRecord, _super);
function TrackShipmentDetailResponseRecord(defaults) {
_super.apply(this, arguments);
}
TrackShipmentDetailResponseRecord.attributesToDeclare = function () {
return [
this.attr("TrackShipmentDetailResponse", "trackShipmentDetailResponseAttr", "TrackShipmentDetailResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackShipmentDetailResponseRec());
}, true, PortalModel.TrackShipmentDetailResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentDetailResponseRecord.fromStructure = function (str) {
return new TrackShipmentDetailResponseRecord(new TrackShipmentDetailResponseRecord.RecordClass({
trackShipmentDetailResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackShipmentDetailResponseRecord._isAnonymousRecord = true;
TrackShipmentDetailResponseRecord.UniqueId = "2f76414c-bd66-a0a3-3edc-cbf031d92eb9";
TrackShipmentDetailResponseRecord.init();
return TrackShipmentDetailResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentDetailResponseRecord = TrackShipmentDetailResponseRecord;
});
define("Portal.model$PayloadItem2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem2List = (function (_super) {
__extends(PayloadItem2List, _super);
function PayloadItem2List(defaults) {
_super.apply(this, arguments);
}
PayloadItem2List.itemType = PortalModel.PayloadItem2Rec;
return PayloadItem2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem2List = PayloadItem2List;
});
define("Portal.model$GetUserMenuItemsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserMenuItemsResponseRec = (function (_super) {
__extends(GetUserMenuItemsResponseRec, _super);
function GetUserMenuItemsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetUserMenuItemsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem2List());
}, true, PortalModel.PayloadItem2List)
].concat(_super.attributesToDeclare.call(this));
};
GetUserMenuItemsResponseRec.init();
return GetUserMenuItemsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserMenuItemsResponseRec = GetUserMenuItemsResponseRec;
});
define("Portal.model$GetUserMenuItemsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserMenuItemsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserMenuItemsResponseRecord = (function (_super) {
__extends(GetUserMenuItemsResponseRecord, _super);
function GetUserMenuItemsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetUserMenuItemsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetUserMenuItemsResponse", "getUserMenuItemsResponseAttr", "GetUserMenuItemsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetUserMenuItemsResponseRec());
}, true, PortalModel.GetUserMenuItemsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserMenuItemsResponseRecord.fromStructure = function (str) {
return new GetUserMenuItemsResponseRecord(new GetUserMenuItemsResponseRecord.RecordClass({
getUserMenuItemsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetUserMenuItemsResponseRecord._isAnonymousRecord = true;
GetUserMenuItemsResponseRecord.UniqueId = "a1d1b7d7-7b1f-d500-be89-5a4f7965d394";
GetUserMenuItemsResponseRecord.init();
return GetUserMenuItemsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserMenuItemsResponseRecord = GetUserMenuItemsResponseRecord;
});
define("Portal.model$GetUserMenuItemsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserMenuItemsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserMenuItemsResponseRecordList = (function (_super) {
__extends(GetUserMenuItemsResponseRecordList, _super);
function GetUserMenuItemsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetUserMenuItemsResponseRecordList.itemType = PortalModel.GetUserMenuItemsResponseRecord;
return GetUserMenuItemsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserMenuItemsResponseRecordList = GetUserMenuItemsResponseRecordList;
});
define("Portal.model$HTTPHeader16List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader16List = (function (_super) {
__extends(HTTPHeader16List, _super);
function HTTPHeader16List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader16List.itemType = PortalModel.HTTPHeader16Rec;
return HTTPHeader16List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader16List = HTTPHeader16List;
});
define("Portal.model$HTTPResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader16List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse3Rec = (function (_super) {
__extends(HTTPResponse3Rec, _super);
function HTTPResponse3Rec(defaults) {
_super.apply(this, arguments);
}
HTTPResponse3Rec.attributesToDeclare = function () {
return [
this.attr("StatusCode", "statusCodeAttr", "StatusCode", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("StatusLine", "statusLineAttr", "StatusLine", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader16List());
}, true, PortalModel.HTTPHeader16List),
this.attr("ResponseText", "responseTextAttr", "ResponseText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ResponseBinary", "responseBinaryAttr", "ResponseBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse3Rec.init();
return HTTPResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse3Rec = HTTPResponse3Rec;
});
define("Portal.model$HTTPResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse3Record = (function (_super) {
__extends(HTTPResponse3Record, _super);
function HTTPResponse3Record(defaults) {
_super.apply(this, arguments);
}
HTTPResponse3Record.attributesToDeclare = function () {
return [
this.attr("HTTPResponse3", "hTTPResponse3Attr", "HTTPResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPResponse3Rec());
}, true, PortalModel.HTTPResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse3Record.fromStructure = function (str) {
return new HTTPResponse3Record(new HTTPResponse3Record.RecordClass({
hTTPResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPResponse3Record._isAnonymousRecord = true;
HTTPResponse3Record.UniqueId = "cdd8d01d-06b5-3a4f-9fd6-49a7c398d1c9";
HTTPResponse3Record.init();
return HTTPResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse3Record = HTTPResponse3Record;
});
define("Portal.model$HTTPResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse3RecordList = (function (_super) {
__extends(HTTPResponse3RecordList, _super);
function HTTPResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPResponse3RecordList.itemType = PortalModel.HTTPResponse3Record;
return HTTPResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse3RecordList = HTTPResponse3RecordList;
});
define("Portal.model$SaveBooking2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking2Rec = (function (_super) {
__extends(SaveBooking2Rec, _super);
function SaveBooking2Rec(defaults) {
_super.apply(this, arguments);
}
SaveBooking2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload16Rec());
}, true, PortalModel.Payload16Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking2Rec.init();
return SaveBooking2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking2Rec = SaveBooking2Rec;
});
define("Portal.model$SaveBooking2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking2List = (function (_super) {
__extends(SaveBooking2List, _super);
function SaveBooking2List(defaults) {
_super.apply(this, arguments);
}
SaveBooking2List.itemType = PortalModel.SaveBooking2Rec;
return SaveBooking2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking2List = SaveBooking2List;
});
define("Portal.model$TrackAndTraceExportRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExportRec = (function (_super) {
__extends(TrackAndTraceExportRec, _super);
function TrackAndTraceExportRec(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExportRec.attributesToDeclare = function () {
return [
this.attr("TrackingId", "trackingIdAttr", "TrackingId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "CurrentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CurrentLocation", "currentLocationAttr", "CurrentLocation", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastModifiedDate", "lastModifiedDateAttr", "LastModifiedDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Origin", "originAttr", "Origin", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Destination", "destinationAttr", "Destination", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreationDate", "creationDateAttr", "CreationDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remark", "remarkAttr", "Remark", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceExportRec.init();
return TrackAndTraceExportRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceExportRec = TrackAndTraceExportRec;
});
define("Portal.model$TrackAndTraceExportRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExportRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExportRecord = (function (_super) {
__extends(TrackAndTraceExportRecord, _super);
function TrackAndTraceExportRecord(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExportRecord.attributesToDeclare = function () {
return [
this.attr("TrackAndTraceExport", "trackAndTraceExportAttr", "TrackAndTraceExport", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackAndTraceExportRec());
}, true, PortalModel.TrackAndTraceExportRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceExportRecord.fromStructure = function (str) {
return new TrackAndTraceExportRecord(new TrackAndTraceExportRecord.RecordClass({
trackAndTraceExportAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackAndTraceExportRecord._isAnonymousRecord = true;
TrackAndTraceExportRecord.UniqueId = "4cc3a858-ba66-8841-08ce-890c6cf3c2c2";
TrackAndTraceExportRecord.init();
return TrackAndTraceExportRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceExportRecord = TrackAndTraceExportRecord;
});
define("Portal.model$TrackAndTraceExportRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExportRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExportRecordList = (function (_super) {
__extends(TrackAndTraceExportRecordList, _super);
function TrackAndTraceExportRecordList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExportRecordList.itemType = PortalModel.TrackAndTraceExportRecord;
return TrackAndTraceExportRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceExportRecordList = TrackAndTraceExportRecordList;
});
define("Portal.model$SaveCaseResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseResponseRec = (function (_super) {
__extends(SaveCaseResponseRec, _super);
function SaveCaseResponseRec(defaults) {
_super.apply(this, arguments);
}
SaveCaseResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload14Rec());
}, true, PortalModel.Payload14Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseResponseRec.init();
return SaveCaseResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseResponseRec = SaveCaseResponseRec;
});
define("Portal.model$SaveCaseResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseResponseRecord = (function (_super) {
__extends(SaveCaseResponseRecord, _super);
function SaveCaseResponseRecord(defaults) {
_super.apply(this, arguments);
}
SaveCaseResponseRecord.attributesToDeclare = function () {
return [
this.attr("SaveCaseResponse", "saveCaseResponseAttr", "SaveCaseResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveCaseResponseRec());
}, true, PortalModel.SaveCaseResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseResponseRecord.fromStructure = function (str) {
return new SaveCaseResponseRecord(new SaveCaseResponseRecord.RecordClass({
saveCaseResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveCaseResponseRecord._isAnonymousRecord = true;
SaveCaseResponseRecord.UniqueId = "9bb61150-0766-ec51-31bf-423bf5e1ea49";
SaveCaseResponseRecord.init();
return SaveCaseResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseResponseRecord = SaveCaseResponseRecord;
});
define("Portal.model$SaveCaseResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseResponseRecordList = (function (_super) {
__extends(SaveCaseResponseRecordList, _super);
function SaveCaseResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SaveCaseResponseRecordList.itemType = PortalModel.SaveCaseResponseRecord;
return SaveCaseResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseResponseRecordList = SaveCaseResponseRecordList;
});
define("Portal.model$CancelPOBoxResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload72Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPOBoxResponseRec = (function (_super) {
__extends(CancelPOBoxResponseRec, _super);
function CancelPOBoxResponseRec(defaults) {
_super.apply(this, arguments);
}
CancelPOBoxResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload72Rec());
}, true, PortalModel.Payload72Rec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPOBoxResponseRec.init();
return CancelPOBoxResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPOBoxResponseRec = CancelPOBoxResponseRec;
});
define("Portal.model$GetUserByTokenResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload55Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponseRec = (function (_super) {
__extends(GetUserByTokenResponseRec, _super);
function GetUserByTokenResponseRec(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponseRec.attributesToDeclare = function () {
return [
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload55Rec());
}, true, PortalModel.Payload55Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserByTokenResponseRec.init();
return GetUserByTokenResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserByTokenResponseRec = GetUserByTokenResponseRec;
});
define("Portal.model$GetUserByTokenResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponseRecord = (function (_super) {
__extends(GetUserByTokenResponseRecord, _super);
function GetUserByTokenResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetUserByTokenResponse", "getUserByTokenResponseAttr", "GetUserByTokenResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetUserByTokenResponseRec());
}, true, PortalModel.GetUserByTokenResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserByTokenResponseRecord.fromStructure = function (str) {
return new GetUserByTokenResponseRecord(new GetUserByTokenResponseRecord.RecordClass({
getUserByTokenResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetUserByTokenResponseRecord._isAnonymousRecord = true;
GetUserByTokenResponseRecord.UniqueId = "883d72b2-0ffb-108e-c9a6-66f093cd884a";
GetUserByTokenResponseRecord.init();
return GetUserByTokenResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserByTokenResponseRecord = GetUserByTokenResponseRecord;
});
define("Portal.model$GetUserByTokenResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponseRecordList = (function (_super) {
__extends(GetUserByTokenResponseRecordList, _super);
function GetUserByTokenResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponseRecordList.itemType = PortalModel.GetUserByTokenResponseRecord;
return GetUserByTokenResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserByTokenResponseRecordList = GetUserByTokenResponseRecordList;
});
define("Portal.model$AddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OptionsetStructureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressRec = (function (_super) {
__extends(AddressRec, _super);
function AddressRec(defaults) {
_super.apply(this, arguments);
}
AddressRec.attributesToDeclare = function () {
return [
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OptionsetStructureRec());
}, true, PortalModel.OptionsetStructureRec),
this.attr("Region", "regionAttr", "Region", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OptionsetStructureRec());
}, true, PortalModel.OptionsetStructureRec),
this.attr("Floor", "floorAttr", "Floor", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Building", "buildingAttr", "Building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Street", "streetAttr", "Street", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PoBoxNumber", "poBoxNumberAttr", "PoBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AddressRec.init();
return AddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressRec = AddressRec;
});
define("Portal.model$VerificationPageDatabyTransIdResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdResponseRecord = (function (_super) {
__extends(VerificationPageDatabyTransIdResponseRecord, _super);
function VerificationPageDatabyTransIdResponseRecord(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdResponseRecord.attributesToDeclare = function () {
return [
this.attr("VerificationPageDatabyTransIdResponse", "verificationPageDatabyTransIdResponseAttr", "VerificationPageDatabyTransIdResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VerificationPageDatabyTransIdResponseRec());
}, true, PortalModel.VerificationPageDatabyTransIdResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
VerificationPageDatabyTransIdResponseRecord.fromStructure = function (str) {
return new VerificationPageDatabyTransIdResponseRecord(new VerificationPageDatabyTransIdResponseRecord.RecordClass({
verificationPageDatabyTransIdResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
VerificationPageDatabyTransIdResponseRecord._isAnonymousRecord = true;
VerificationPageDatabyTransIdResponseRecord.UniqueId = "307fd05a-3362-0d14-d588-c8fe13d93dcc";
VerificationPageDatabyTransIdResponseRecord.init();
return VerificationPageDatabyTransIdResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.VerificationPageDatabyTransIdResponseRecord = VerificationPageDatabyTransIdResponseRecord;
});
define("Portal.model$Payload49Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload49Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload49Record = (function (_super) {
__extends(Payload49Record, _super);
function Payload49Record(defaults) {
_super.apply(this, arguments);
}
Payload49Record.attributesToDeclare = function () {
return [
this.attr("Payload49", "payload49Attr", "Payload49", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload49Rec());
}, true, PortalModel.Payload49Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload49Record.fromStructure = function (str) {
return new Payload49Record(new Payload49Record.RecordClass({
payload49Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload49Record._isAnonymousRecord = true;
Payload49Record.UniqueId = "aea896b5-aeaf-8c44-56e2-4d28fd1ee32d";
Payload49Record.init();
return Payload49Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload49Record = Payload49Record;
});
define("Portal.model$Payload49RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload49Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload49RecordList = (function (_super) {
__extends(Payload49RecordList, _super);
function Payload49RecordList(defaults) {
_super.apply(this, arguments);
}
Payload49RecordList.itemType = PortalModel.Payload49Record;
return Payload49RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload49RecordList = Payload49RecordList;
});
define("Portal.model$IntnlPostalEnquiryDetail2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetail2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetail2List = (function (_super) {
__extends(IntnlPostalEnquiryDetail2List, _super);
function IntnlPostalEnquiryDetail2List(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetail2List.itemType = PortalModel.IntnlPostalEnquiryDetail2Rec;
return IntnlPostalEnquiryDetail2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPostalEnquiryDetail2List = IntnlPostalEnquiryDetail2List;
});
define("Portal.model$LinkPOBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LinkPOBoxRequestRec = (function (_super) {
__extends(LinkPOBoxRequestRec, _super);
function LinkPOBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
LinkPOBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("poBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityID", "cityIDAttr", "cityID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ISDCode", "iSDCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LinkPOBoxRequestRec.init();
return LinkPOBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LinkPOBoxRequestRec = LinkPOBoxRequestRec;
});
define("Portal.model$LinkPOBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LinkPOBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LinkPOBoxRequestRecord = (function (_super) {
__extends(LinkPOBoxRequestRecord, _super);
function LinkPOBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
LinkPOBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("LinkPOBoxRequest", "linkPOBoxRequestAttr", "LinkPOBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LinkPOBoxRequestRec());
}, true, PortalModel.LinkPOBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
LinkPOBoxRequestRecord.fromStructure = function (str) {
return new LinkPOBoxRequestRecord(new LinkPOBoxRequestRecord.RecordClass({
linkPOBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LinkPOBoxRequestRecord._isAnonymousRecord = true;
LinkPOBoxRequestRecord.UniqueId = "31644a14-e44b-3869-a0af-07ab6788b921";
LinkPOBoxRequestRecord.init();
return LinkPOBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LinkPOBoxRequestRecord = LinkPOBoxRequestRecord;
});
define("Portal.model$SINGLE2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLE2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLE2Record = (function (_super) {
__extends(SINGLE2Record, _super);
function SINGLE2Record(defaults) {
_super.apply(this, arguments);
}
SINGLE2Record.attributesToDeclare = function () {
return [
this.attr("SINGLE2", "sINGLE2Attr", "SINGLE2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SINGLE2Rec());
}, true, PortalModel.SINGLE2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SINGLE2Record.fromStructure = function (str) {
return new SINGLE2Record(new SINGLE2Record.RecordClass({
sINGLE2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SINGLE2Record._isAnonymousRecord = true;
SINGLE2Record.UniqueId = "b55b325a-3dc2-c286-dc78-bdbfaaae260d";
SINGLE2Record.init();
return SINGLE2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SINGLE2Record = SINGLE2Record;
});
define("Portal.model$SINGLE2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLE2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLE2RecordList = (function (_super) {
__extends(SINGLE2RecordList, _super);
function SINGLE2RecordList(defaults) {
_super.apply(this, arguments);
}
SINGLE2RecordList.itemType = PortalModel.SINGLE2Record;
return SINGLE2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SINGLE2RecordList = SINGLE2RecordList;
});
define("Portal.model$OrderDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderDetailRecord = (function (_super) {
__extends(OrderDetailRecord, _super);
function OrderDetailRecord(defaults) {
_super.apply(this, arguments);
}
OrderDetailRecord.attributesToDeclare = function () {
return [
this.attr("OrderDetail", "orderDetailAttr", "OrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderDetailRec());
}, true, PortalModel.OrderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderDetailRecord.fromStructure = function (str) {
return new OrderDetailRecord(new OrderDetailRecord.RecordClass({
orderDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderDetailRecord._isAnonymousRecord = true;
OrderDetailRecord.UniqueId = "316fdef1-4cdf-f3ad-cfd3-6e4c949fe9dc";
OrderDetailRecord.init();
return OrderDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderDetailRecord = OrderDetailRecord;
});
define("Portal.model$GetInboundShipmentRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentRequestList = (function (_super) {
__extends(GetInboundShipmentRequestList, _super);
function GetInboundShipmentRequestList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentRequestList.itemType = PortalModel.GetInboundShipmentRequestRec;
return GetInboundShipmentRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentRequestList = GetInboundShipmentRequestList;
});
define("Portal.model$UpdateNickNameRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateNickNameRequestRec = (function (_super) {
__extends(UpdateNickNameRequestRec, _super);
function UpdateNickNameRequestRec(defaults) {
_super.apply(this, arguments);
}
UpdateNickNameRequestRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("nickName", "nickNameAttr", "nickName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UpdateNickNameRequestRec.init();
return UpdateNickNameRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateNickNameRequestRec = UpdateNickNameRequestRec;
});
define("Portal.model$UpdateNickNameRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateNickNameRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateNickNameRequestRecord = (function (_super) {
__extends(UpdateNickNameRequestRecord, _super);
function UpdateNickNameRequestRecord(defaults) {
_super.apply(this, arguments);
}
UpdateNickNameRequestRecord.attributesToDeclare = function () {
return [
this.attr("UpdateNickNameRequest", "updateNickNameRequestAttr", "UpdateNickNameRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpdateNickNameRequestRec());
}, true, PortalModel.UpdateNickNameRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UpdateNickNameRequestRecord.fromStructure = function (str) {
return new UpdateNickNameRequestRecord(new UpdateNickNameRequestRecord.RecordClass({
updateNickNameRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdateNickNameRequestRecord._isAnonymousRecord = true;
UpdateNickNameRequestRecord.UniqueId = "794b2a48-9adc-fe41-ecb0-b19442ab7674";
UpdateNickNameRequestRecord.init();
return UpdateNickNameRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdateNickNameRequestRecord = UpdateNickNameRequestRecord;
});
define("Portal.model$UpdateNickNameRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateNickNameRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateNickNameRequestRecordList = (function (_super) {
__extends(UpdateNickNameRequestRecordList, _super);
function UpdateNickNameRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UpdateNickNameRequestRecordList.itemType = PortalModel.UpdateNickNameRequestRecord;
return UpdateNickNameRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateNickNameRequestRecordList = UpdateNickNameRequestRecordList;
});
define("Portal.model$TranslationList", ["exports", "OutSystems/ClientRuntime/Main", "MultiLingual.model", "Portal.model", "MultiLingual.model$TranslationRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiLingual"], function (exports, OutSystems, MultiLingualModel, PortalModel) {
var OS = OutSystems.Internal;
var TranslationList = (function (_super) {
__extends(TranslationList, _super);
function TranslationList(defaults) {
_super.apply(this, arguments);
}
TranslationList.itemType = MultiLingualModel.TranslationRec;
return TranslationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TranslationList = TranslationList;
});
define("Portal.model$ICaseMasterDataResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseMasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseMasterDataResponseRec = (function (_super) {
__extends(ICaseMasterDataResponseRec, _super);
function ICaseMasterDataResponseRec(defaults) {
_super.apply(this, arguments);
}
ICaseMasterDataResponseRec.attributesToDeclare = function () {
return [
this.attr("SuccessCode", "successCodeAttr", "SuccessCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ErrorMessage", "errorMessageAttr", "ErrorMessage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CaseMasterData", "caseMasterDataAttr", "CaseMasterData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseMasterDataRec());
}, true, PortalModel.CaseMasterDataRec)
].concat(_super.attributesToDeclare.call(this));
};
ICaseMasterDataResponseRec.init();
return ICaseMasterDataResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ICaseMasterDataResponseRec = ICaseMasterDataResponseRec;
});
define("Portal.model$ICaseMasterDataResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseMasterDataResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseMasterDataResponseList = (function (_super) {
__extends(ICaseMasterDataResponseList, _super);
function ICaseMasterDataResponseList(defaults) {
_super.apply(this, arguments);
}
ICaseMasterDataResponseList.itemType = PortalModel.ICaseMasterDataResponseRec;
return ICaseMasterDataResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICaseMasterDataResponseList = ICaseMasterDataResponseList;
});
define("Portal.model$BundleServiceItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItemRecord = (function (_super) {
__extends(BundleServiceItemRecord, _super);
function BundleServiceItemRecord(defaults) {
_super.apply(this, arguments);
}
BundleServiceItemRecord.attributesToDeclare = function () {
return [
this.attr("BundleServiceItem", "bundleServiceItemAttr", "BundleServiceItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceItemRec());
}, true, PortalModel.BundleServiceItemRec)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceItemRecord.fromStructure = function (str) {
return new BundleServiceItemRecord(new BundleServiceItemRecord.RecordClass({
bundleServiceItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BundleServiceItemRecord._isAnonymousRecord = true;
BundleServiceItemRecord.UniqueId = "cda5ef82-7642-7e17-9021-60c4ef652064";
BundleServiceItemRecord.init();
return BundleServiceItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceItemRecord = BundleServiceItemRecord;
});
define("Portal.model$BundleServiceItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItemRecordList = (function (_super) {
__extends(BundleServiceItemRecordList, _super);
function BundleServiceItemRecordList(defaults) {
_super.apply(this, arguments);
}
BundleServiceItemRecordList.itemType = PortalModel.BundleServiceItemRecord;
return BundleServiceItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceItemRecordList = BundleServiceItemRecordList;
});
define("Portal.model$Payload70Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload70Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload70Record = (function (_super) {
__extends(Payload70Record, _super);
function Payload70Record(defaults) {
_super.apply(this, arguments);
}
Payload70Record.attributesToDeclare = function () {
return [
this.attr("Payload70", "payload70Attr", "Payload70", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload70Rec());
}, true, PortalModel.Payload70Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload70Record.fromStructure = function (str) {
return new Payload70Record(new Payload70Record.RecordClass({
payload70Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload70Record._isAnonymousRecord = true;
Payload70Record.UniqueId = "32486397-4c56-3666-4202-c0be7cabba3c";
Payload70Record.init();
return Payload70Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload70Record = Payload70Record;
});
define("Portal.model$URLQueryParameter9Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter9Rec = (function (_super) {
__extends(URLQueryParameter9Rec, _super);
function URLQueryParameter9Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter9Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter9Rec.init();
return URLQueryParameter9Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter9Rec = URLQueryParameter9Rec;
});
define("Portal.model$URLQueryParameter9List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter9List = (function (_super) {
__extends(URLQueryParameter9List, _super);
function URLQueryParameter9List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter9List.itemType = PortalModel.URLQueryParameter9Rec;
return URLQueryParameter9List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter9List = URLQueryParameter9List;
});
define("Portal.model$HTTPHeader9List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader9List = (function (_super) {
__extends(HTTPHeader9List, _super);
function HTTPHeader9List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader9List.itemType = PortalModel.HTTPHeader9Rec;
return HTTPHeader9List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader9List = HTTPHeader9List;
});
define("Portal.model$HTTPRequest9Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter9List", "Portal.model$HTTPHeader9List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest9Rec = (function (_super) {
__extends(HTTPRequest9Rec, _super);
function HTTPRequest9Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest9Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter9List());
}, true, PortalModel.URLQueryParameter9List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader9List());
}, true, PortalModel.HTTPHeader9List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest9Rec.init();
return HTTPRequest9Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest9Rec = HTTPRequest9Rec;
});
define("Portal.model$IBundleList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleList = (function (_super) {
__extends(IBundleList, _super);
function IBundleList(defaults) {
_super.apply(this, arguments);
}
IBundleList.itemType = PortalModel.IBundleRec;
return IBundleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBundleList = IBundleList;
});
define("Portal.model$IBundleListResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleListResponseRec = (function (_super) {
__extends(IBundleListResponseRec, _super);
function IBundleListResponseRec(defaults) {
_super.apply(this, arguments);
}
IBundleListResponseRec.attributesToDeclare = function () {
return [
this.attr("SuccessCode", "successCodeAttr", "SuccessCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IBundles", "iBundlesAttr", "IBundles", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IBundleList());
}, true, PortalModel.IBundleList)
].concat(_super.attributesToDeclare.call(this));
};
IBundleListResponseRec.init();
return IBundleListResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IBundleListResponseRec = IBundleListResponseRec;
});
define("Portal.model$IBundleListResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleListResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleListResponseRecord = (function (_super) {
__extends(IBundleListResponseRecord, _super);
function IBundleListResponseRecord(defaults) {
_super.apply(this, arguments);
}
IBundleListResponseRecord.attributesToDeclare = function () {
return [
this.attr("IBundleListResponse", "iBundleListResponseAttr", "IBundleListResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IBundleListResponseRec());
}, true, PortalModel.IBundleListResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
IBundleListResponseRecord.fromStructure = function (str) {
return new IBundleListResponseRecord(new IBundleListResponseRecord.RecordClass({
iBundleListResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IBundleListResponseRecord._isAnonymousRecord = true;
IBundleListResponseRecord.UniqueId = "32600146-9516-769f-a8e2-8a87252e5f06";
IBundleListResponseRecord.init();
return IBundleListResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IBundleListResponseRecord = IBundleListResponseRecord;
});
define("Portal.model$SearchPageStructListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecordList = (function (_super) {
__extends(SearchPageStructListRecordList, _super);
function SearchPageStructListRecordList(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecordList.itemType = PortalModel.SearchPageStructListRecordRec;
return SearchPageStructListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructListRecordList = SearchPageStructListRecordList;
});
define("Portal.model$SelectedAddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedAddressRecord = (function (_super) {
__extends(SelectedAddressRecord, _super);
function SelectedAddressRecord(defaults) {
_super.apply(this, arguments);
}
SelectedAddressRecord.attributesToDeclare = function () {
return [
this.attr("SelectedAddress", "selectedAddressAttr", "SelectedAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedAddressRec());
}, true, PortalModel.SelectedAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedAddressRecord.fromStructure = function (str) {
return new SelectedAddressRecord(new SelectedAddressRecord.RecordClass({
selectedAddressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedAddressRecord._isAnonymousRecord = true;
SelectedAddressRecord.UniqueId = "329cb036-ff08-79a1-e70d-2b2b59000b5f";
SelectedAddressRecord.init();
return SelectedAddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedAddressRecord = SelectedAddressRecord;
});
define("Portal.model$SearchPageStructListRecord2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecord2Rec = (function (_super) {
__extends(SearchPageStructListRecord2Rec, _super);
function SearchPageStructListRecord2Rec(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecord2Rec.attributesToDeclare = function () {
return [
this.attr("InfoPages", "infoPagesAttr", "InfoPages", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructList());
}, true, PortalModel.SearchPageStructList),
this.attr("MenuItems", "menuItemsAttr", "MenuItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructList());
}, true, PortalModel.SearchPageStructList),
this.attr("OtherArticles", "otherArticlesAttr", "OtherArticles", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructList());
}, true, PortalModel.SearchPageStructList),
this.attr("NewsArticles", "newsArticlesAttr", "NewsArticles", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructList());
}, true, PortalModel.SearchPageStructList)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructListRecord2Rec.init();
return SearchPageStructListRecord2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructListRecord2Rec = SearchPageStructListRecord2Rec;
});
define("Portal.model$SearchPageStructListRecord2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecord2Record = (function (_super) {
__extends(SearchPageStructListRecord2Record, _super);
function SearchPageStructListRecord2Record(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecord2Record.attributesToDeclare = function () {
return [
this.attr("SearchPageStructListRecord2", "searchPageStructListRecord2Attr", "SearchPageStructListRecord2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructListRecord2Rec());
}, true, PortalModel.SearchPageStructListRecord2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructListRecord2Record.fromStructure = function (str) {
return new SearchPageStructListRecord2Record(new SearchPageStructListRecord2Record.RecordClass({
searchPageStructListRecord2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SearchPageStructListRecord2Record._isAnonymousRecord = true;
SearchPageStructListRecord2Record.UniqueId = "9b25ba49-4960-d659-bee7-d79b8a4363db";
SearchPageStructListRecord2Record.init();
return SearchPageStructListRecord2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructListRecord2Record = SearchPageStructListRecord2Record;
});
define("Portal.model$SearchPageStructListRecord2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecord2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecord2RecordList = (function (_super) {
__extends(SearchPageStructListRecord2RecordList, _super);
function SearchPageStructListRecord2RecordList(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecord2RecordList.itemType = PortalModel.SearchPageStructListRecord2Record;
return SearchPageStructListRecord2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructListRecord2RecordList = SearchPageStructListRecord2RecordList;
});
define("Portal.model$HTTPResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse3List = (function (_super) {
__extends(HTTPResponse3List, _super);
function HTTPResponse3List(defaults) {
_super.apply(this, arguments);
}
HTTPResponse3List.itemType = PortalModel.HTTPResponse3Rec;
return HTTPResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse3List = HTTPResponse3List;
});
define("Portal.model$UpdatePersonalDetailsRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdatePersonalDetailsRequestRec = (function (_super) {
__extends(UpdatePersonalDetailsRequestRec, _super);
function UpdatePersonalDetailsRequestRec(defaults) {
_super.apply(this, arguments);
}
UpdatePersonalDetailsRequestRec.attributesToDeclare = function () {
return [
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UpdatePersonalDetailsRequestRec.init();
return UpdatePersonalDetailsRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdatePersonalDetailsRequestRec = UpdatePersonalDetailsRequestRec;
});
define("Portal.model$UpdatePersonalDetailsRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdatePersonalDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdatePersonalDetailsRequestRecord = (function (_super) {
__extends(UpdatePersonalDetailsRequestRecord, _super);
function UpdatePersonalDetailsRequestRecord(defaults) {
_super.apply(this, arguments);
}
UpdatePersonalDetailsRequestRecord.attributesToDeclare = function () {
return [
this.attr("UpdatePersonalDetailsRequest", "updatePersonalDetailsRequestAttr", "UpdatePersonalDetailsRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpdatePersonalDetailsRequestRec());
}, true, PortalModel.UpdatePersonalDetailsRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UpdatePersonalDetailsRequestRecord.fromStructure = function (str) {
return new UpdatePersonalDetailsRequestRecord(new UpdatePersonalDetailsRequestRecord.RecordClass({
updatePersonalDetailsRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpdatePersonalDetailsRequestRecord._isAnonymousRecord = true;
UpdatePersonalDetailsRequestRecord.UniqueId = "32d94e22-5fcd-4b11-728f-48f418d48b33";
UpdatePersonalDetailsRequestRecord.init();
return UpdatePersonalDetailsRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpdatePersonalDetailsRequestRecord = UpdatePersonalDetailsRequestRecord;
});
define("Portal.model$embeddedList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embeddedRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embeddedList = (function (_super) {
__extends(embeddedList, _super);
function embeddedList(defaults) {
_super.apply(this, arguments);
}
embeddedList.itemType = PortalModel.embeddedRec;
return embeddedList;
})(OS.DataTypes.GenericRecordList);
PortalModel.embeddedList = embeddedList;
});
define("Portal.model$SortParametersRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SortParametersRec = (function (_super) {
__extends(SortParametersRec, _super);
function SortParametersRec(defaults) {
_super.apply(this, arguments);
}
SortParametersRec.attributesToDeclare = function () {
return [
this.attr("IsSortTypeAccending", "isSortTypeAccendingAttr", "IsSortTypeAccending", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("SortColumn", "sortColumnAttr", "SortColumn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Index", "indexAttr", "Index", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SortParametersRec.init();
return SortParametersRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SortParametersRec = SortParametersRec;
});
define("Portal.model$SortParametersRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SortParametersRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SortParametersRecord = (function (_super) {
__extends(SortParametersRecord, _super);
function SortParametersRecord(defaults) {
_super.apply(this, arguments);
}
SortParametersRecord.attributesToDeclare = function () {
return [
this.attr("SortParameters", "sortParametersAttr", "SortParameters", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SortParametersRec());
}, true, PortalModel.SortParametersRec)
].concat(_super.attributesToDeclare.call(this));
};
SortParametersRecord.fromStructure = function (str) {
return new SortParametersRecord(new SortParametersRecord.RecordClass({
sortParametersAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SortParametersRecord._isAnonymousRecord = true;
SortParametersRecord.UniqueId = "acf9ead4-f135-4a5c-cbc9-23f6e1de40e1";
SortParametersRecord.init();
return SortParametersRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SortParametersRecord = SortParametersRecord;
});
define("Portal.model$SortParametersRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SortParametersRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SortParametersRecordList = (function (_super) {
__extends(SortParametersRecordList, _super);
function SortParametersRecordList(defaults) {
_super.apply(this, arguments);
}
SortParametersRecordList.itemType = PortalModel.SortParametersRecord;
return SortParametersRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SortParametersRecordList = SortParametersRecordList;
});
define("Portal.model$ProcessBookingResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload18Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingResponseRec = (function (_super) {
__extends(ProcessBookingResponseRec, _super);
function ProcessBookingResponseRec(defaults) {
_super.apply(this, arguments);
}
ProcessBookingResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload18Rec());
}, true, PortalModel.Payload18Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessBookingResponseRec.init();
return ProcessBookingResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessBookingResponseRec = ProcessBookingResponseRec;
});
define("Portal.model$ProcessBookingResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingResponseRecord = (function (_super) {
__extends(ProcessBookingResponseRecord, _super);
function ProcessBookingResponseRecord(defaults) {
_super.apply(this, arguments);
}
ProcessBookingResponseRecord.attributesToDeclare = function () {
return [
this.attr("ProcessBookingResponse", "processBookingResponseAttr", "ProcessBookingResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessBookingResponseRec());
}, true, PortalModel.ProcessBookingResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessBookingResponseRecord.fromStructure = function (str) {
return new ProcessBookingResponseRecord(new ProcessBookingResponseRecord.RecordClass({
processBookingResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessBookingResponseRecord._isAnonymousRecord = true;
ProcessBookingResponseRecord.UniqueId = "691a8285-9ab9-3666-25ec-6376aad9d24c";
ProcessBookingResponseRecord.init();
return ProcessBookingResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessBookingResponseRecord = ProcessBookingResponseRecord;
});
define("Portal.model$ProcessBookingResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingResponseRecordList = (function (_super) {
__extends(ProcessBookingResponseRecordList, _super);
function ProcessBookingResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessBookingResponseRecordList.itemType = PortalModel.ProcessBookingResponseRecord;
return ProcessBookingResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessBookingResponseRecordList = ProcessBookingResponseRecordList;
});
define("Portal.model$GetBundlePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBundlePayloadList = (function (_super) {
__extends(GetBundlePayloadList, _super);
function GetBundlePayloadList(defaults) {
_super.apply(this, arguments);
}
GetBundlePayloadList.itemType = PortalModel.GetBundlePayloadRec;
return GetBundlePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetBundlePayloadList = GetBundlePayloadList;
});
define("Portal.model$TaxObjectItemListRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemListRecord = (function (_super) {
__extends(TaxObjectItemListRecord, _super);
function TaxObjectItemListRecord(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemListRecord.attributesToDeclare = function () {
return [
this.attr("TaxObjectItemList", "taxObjectItemListAttr", "TaxObjectItemList", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemListRec());
}, true, PortalModel.TaxObjectItemListRec)
].concat(_super.attributesToDeclare.call(this));
};
TaxObjectItemListRecord.fromStructure = function (str) {
return new TaxObjectItemListRecord(new TaxObjectItemListRecord.RecordClass({
taxObjectItemListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TaxObjectItemListRecord._isAnonymousRecord = true;
TaxObjectItemListRecord.UniqueId = "335e4c2c-22cf-9b61-5e23-9daed3d01228";
TaxObjectItemListRecord.init();
return TaxObjectItemListRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxObjectItemListRecord = TaxObjectItemListRecord;
});
define("Portal.model$AdditionalServiceDetailListItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalServiceDetailListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalServiceDetailListItemList = (function (_super) {
__extends(AdditionalServiceDetailListItemList, _super);
function AdditionalServiceDetailListItemList(defaults) {
_super.apply(this, arguments);
}
AdditionalServiceDetailListItemList.itemType = PortalModel.AdditionalServiceDetailListItemRec;
return AdditionalServiceDetailListItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AdditionalServiceDetailListItemList = AdditionalServiceDetailListItemList;
});
define("Portal.model$AgentDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentDetailItemRec = (function (_super) {
__extends(AgentDetailItemRec, _super);
function AgentDetailItemRec(defaults) {
_super.apply(this, arguments);
}
AgentDetailItemRec.attributesToDeclare = function () {
return [
this.attr("FirstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PassportImage", "passportImageAttr", "passportImage", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AgentDetailItemRec.init();
return AgentDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentDetailItemRec = AgentDetailItemRec;
});
define("Portal.model$AgentDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentDetailItemList = (function (_super) {
__extends(AgentDetailItemList, _super);
function AgentDetailItemList(defaults) {
_super.apply(this, arguments);
}
AgentDetailItemList.itemType = PortalModel.AgentDetailItemRec;
return AgentDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentDetailItemList = AgentDetailItemList;
});
define("Portal.model$TradeLicenseInformation3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformation3Rec = (function (_super) {
__extends(TradeLicenseInformation3Rec, _super);
function TradeLicenseInformation3Rec(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformation3Rec.attributesToDeclare = function () {
return [
this.attr("CompanyName", "companyNameAttr", "companyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Sponsor", "sponsorAttr", "sponsor", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "tradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PlaceOfIssue", "placeOfIssueAttr", "placeOfIssue", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IssueDate", "issueDateAttr", "issueDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ExpiryDate", "expiryDateAttr", "expiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("IsTradeLicenseLinked", "isTradeLicenseLinkedAttr", "isTradeLicenseLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("TradeLicenseFileId", "tradeLicenseFileIdAttr", "tradeLicenseFileId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseEmirateId", "tradeLicenseEmirateIdAttr", "tradeLicenseEmirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TradeLicenseInformation3Rec.init();
return TradeLicenseInformation3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.TradeLicenseInformation3Rec = TradeLicenseInformation3Rec;
});
define("Portal.model$CreatePOBoxRentalOrderRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalServiceDetailListItemList", "Portal.model$MyHomeObject2Rec", "Portal.model$MyHomeAddress2Rec", "Portal.model$FinancialDetailRec", "Portal.model$AgentDetailItemList", "Portal.model$TradeLicenseInformation3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderRequestRec = (function (_super) {
__extends(CreatePOBoxRentalOrderRequestRec, _super);
function CreatePOBoxRentalOrderRequestRec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderRequestRec.attributesToDeclare = function () {
return [
this.attr("AdditionalServiceDetailList", "additionalServiceDetailListAttr", "AdditionalServiceDetailList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AdditionalServiceDetailListItemList());
}, true, PortalModel.AdditionalServiceDetailListItemList),
this.attr("RentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SubscriptionReference", "subscriptionReferenceAttr", "subscriptionReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalAmount", "totalAmountAttr", "totalAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("MyHomeObject", "myHomeObjectAttr", "myHomeObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeObject2Rec());
}, true, PortalModel.MyHomeObject2Rec),
this.attr("KeyDeliveryAddress", "keyDeliveryAddressAttr", "keyDeliveryAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeAddress2Rec());
}, true, PortalModel.MyHomeAddress2Rec),
this.attr("FinancialDetails", "financialDetailsAttr", "financialDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FinancialDetailRec());
}, true, PortalModel.FinancialDetailRec),
this.attr("AgentDetails", "agentDetailsAttr", "agentDetails", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AgentDetailItemList());
}, true, PortalModel.AgentDetailItemList),
this.attr("TradeLicenseInformation", "tradeLicenseInformationAttr", "tradeLicenseInformation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformation3Rec());
}, true, PortalModel.TradeLicenseInformation3Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRentalOrderRequestRec.init();
return CreatePOBoxRentalOrderRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRentalOrderRequestRec = CreatePOBoxRentalOrderRequestRec;
});
define("Portal.model$CreatePOBoxRentalOrderRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderRequestList = (function (_super) {
__extends(CreatePOBoxRentalOrderRequestList, _super);
function CreatePOBoxRentalOrderRequestList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderRequestList.itemType = PortalModel.CreatePOBoxRentalOrderRequestRec;
return CreatePOBoxRentalOrderRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRentalOrderRequestList = CreatePOBoxRentalOrderRequestList;
});
define("Portal.model$InternalJobApplicationRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$InternalJobApplicationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var InternalJobApplicationRecord = (function (_super) {
__extends(InternalJobApplicationRecord, _super);
function InternalJobApplicationRecord(defaults) {
_super.apply(this, arguments);
}
InternalJobApplicationRecord.attributesToDeclare = function () {
return [
this.attr("InternalJobApplication", "internalJobApplicationAttr", "InternalJobApplication", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.InternalJobApplicationRec());
}, true, CareersData_COModel.InternalJobApplicationRec)
].concat(_super.attributesToDeclare.call(this));
};
InternalJobApplicationRecord.fromStructure = function (str) {
return new InternalJobApplicationRecord(new InternalJobApplicationRecord.RecordClass({
internalJobApplicationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
InternalJobApplicationRecord._isAnonymousRecord = true;
InternalJobApplicationRecord.UniqueId = "33b3f472-9bae-52b3-ff59-edb5a35cfa8b";
InternalJobApplicationRecord.init();
return InternalJobApplicationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.InternalJobApplicationRecord = InternalJobApplicationRecord;
});
define("Portal.model$SelectedCityRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedCityRecord = (function (_super) {
__extends(SelectedCityRecord, _super);
function SelectedCityRecord(defaults) {
_super.apply(this, arguments);
}
SelectedCityRecord.attributesToDeclare = function () {
return [
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedCityRecord.fromStructure = function (str) {
return new SelectedCityRecord(new SelectedCityRecord.RecordClass({
selectedCityAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedCityRecord._isAnonymousRecord = true;
SelectedCityRecord.UniqueId = "9052fdbc-315e-6957-eeee-1d90122f4bd0";
SelectedCityRecord.init();
return SelectedCityRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedCityRecord = SelectedCityRecord;
});
define("Portal.model$SelectedCityRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedCityRecordList = (function (_super) {
__extends(SelectedCityRecordList, _super);
function SelectedCityRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedCityRecordList.itemType = PortalModel.SelectedCityRecord;
return SelectedCityRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedCityRecordList = SelectedCityRecordList;
});
define("Portal.model$IIntnlPostalEnquiryDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IIntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IIntnlPostalEnquiryDetailRecord = (function (_super) {
__extends(IIntnlPostalEnquiryDetailRecord, _super);
function IIntnlPostalEnquiryDetailRecord(defaults) {
_super.apply(this, arguments);
}
IIntnlPostalEnquiryDetailRecord.attributesToDeclare = function () {
return [
this.attr("IIntnlPostalEnquiryDetail", "iIntnlPostalEnquiryDetailAttr", "IIntnlPostalEnquiryDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IIntnlPostalEnquiryDetailRec());
}, true, PortalModel.IIntnlPostalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IIntnlPostalEnquiryDetailRecord.fromStructure = function (str) {
return new IIntnlPostalEnquiryDetailRecord(new IIntnlPostalEnquiryDetailRecord.RecordClass({
iIntnlPostalEnquiryDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IIntnlPostalEnquiryDetailRecord._isAnonymousRecord = true;
IIntnlPostalEnquiryDetailRecord.UniqueId = "34a21dd0-b0a1-e1f7-420a-de68e726c086";
IIntnlPostalEnquiryDetailRecord.init();
return IIntnlPostalEnquiryDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IIntnlPostalEnquiryDetailRecord = IIntnlPostalEnquiryDetailRecord;
});
define("Portal.model$CreatePOBoxRentalOrderRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderRequestRecord = (function (_super) {
__extends(CreatePOBoxRentalOrderRequestRecord, _super);
function CreatePOBoxRentalOrderRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxRentalOrderRequest", "createPOBoxRentalOrderRequestAttr", "CreatePOBoxRentalOrderRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxRentalOrderRequestRec());
}, true, PortalModel.CreatePOBoxRentalOrderRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRentalOrderRequestRecord.fromStructure = function (str) {
return new CreatePOBoxRentalOrderRequestRecord(new CreatePOBoxRentalOrderRequestRecord.RecordClass({
createPOBoxRentalOrderRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxRentalOrderRequestRecord._isAnonymousRecord = true;
CreatePOBoxRentalOrderRequestRecord.UniqueId = "af8666c6-1681-a56e-0588-c5267fa38df9";
CreatePOBoxRentalOrderRequestRecord.init();
return CreatePOBoxRentalOrderRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRentalOrderRequestRecord = CreatePOBoxRentalOrderRequestRecord;
});
define("Portal.model$CreatePOBoxRentalOrderRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderRequestRecordList = (function (_super) {
__extends(CreatePOBoxRentalOrderRequestRecordList, _super);
function CreatePOBoxRentalOrderRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderRequestRecordList.itemType = PortalModel.CreatePOBoxRentalOrderRequestRecord;
return CreatePOBoxRentalOrderRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRentalOrderRequestRecordList = CreatePOBoxRentalOrderRequestRecordList;
});
define("Portal.model$Payload78Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload78Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload78Record = (function (_super) {
__extends(Payload78Record, _super);
function Payload78Record(defaults) {
_super.apply(this, arguments);
}
Payload78Record.attributesToDeclare = function () {
return [
this.attr("Payload78", "payload78Attr", "Payload78", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload78Rec());
}, true, PortalModel.Payload78Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload78Record.fromStructure = function (str) {
return new Payload78Record(new Payload78Record.RecordClass({
payload78Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload78Record._isAnonymousRecord = true;
Payload78Record.UniqueId = "34e5090e-28ac-26ec-c0eb-fd2d52d71d5d";
Payload78Record.init();
return Payload78Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload78Record = Payload78Record;
});
define("Portal.model$POBoxExpiryDatesPayload2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesPayload2Record = (function (_super) {
__extends(POBoxExpiryDatesPayload2Record, _super);
function POBoxExpiryDatesPayload2Record(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesPayload2Record.attributesToDeclare = function () {
return [
this.attr("POBoxExpiryDatesPayload2", "pOBoxExpiryDatesPayload2Attr", "POBoxExpiryDatesPayload2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesPayload2Rec());
}, true, PortalModel.POBoxExpiryDatesPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesPayload2Record.fromStructure = function (str) {
return new POBoxExpiryDatesPayload2Record(new POBoxExpiryDatesPayload2Record.RecordClass({
pOBoxExpiryDatesPayload2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxExpiryDatesPayload2Record._isAnonymousRecord = true;
POBoxExpiryDatesPayload2Record.UniqueId = "5dc1c0ce-dccc-9caf-fbfe-a93122764ab7";
POBoxExpiryDatesPayload2Record.init();
return POBoxExpiryDatesPayload2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesPayload2Record = POBoxExpiryDatesPayload2Record;
});
define("Portal.model$POBoxExpiryDatesPayload2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesPayload2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesPayload2RecordList = (function (_super) {
__extends(POBoxExpiryDatesPayload2RecordList, _super);
function POBoxExpiryDatesPayload2RecordList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesPayload2RecordList.itemType = PortalModel.POBoxExpiryDatesPayload2Record;
return POBoxExpiryDatesPayload2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesPayload2RecordList = POBoxExpiryDatesPayload2RecordList;
});
define("Portal.model$ReceiverDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverDetailRecord = (function (_super) {
__extends(ReceiverDetailRecord, _super);
function ReceiverDetailRecord(defaults) {
_super.apply(this, arguments);
}
ReceiverDetailRecord.attributesToDeclare = function () {
return [
this.attr("ReceiverDetail", "receiverDetailAttr", "ReceiverDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReceiverDetailRec());
}, true, PortalModel.ReceiverDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
ReceiverDetailRecord.fromStructure = function (str) {
return new ReceiverDetailRecord(new ReceiverDetailRecord.RecordClass({
receiverDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ReceiverDetailRecord._isAnonymousRecord = true;
ReceiverDetailRecord.UniqueId = "34ed332c-655c-973c-0043-0ab8660ea0d7";
ReceiverDetailRecord.init();
return ReceiverDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ReceiverDetailRecord = ReceiverDetailRecord;
});
define("Portal.model$PayloadItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItemList = (function (_super) {
__extends(PayloadItemList, _super);
function PayloadItemList(defaults) {
_super.apply(this, arguments);
}
PayloadItemList.itemType = PortalModel.PayloadItemRec;
return PayloadItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItemList = PayloadItemList;
});
define("Portal.model$UserEnquiriesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserEnquiriesRec = (function (_super) {
__extends(UserEnquiriesRec, _super);
function UserEnquiriesRec(defaults) {
_super.apply(this, arguments);
}
UserEnquiriesRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItemList());
}, true, PortalModel.PayloadItemList)
].concat(_super.attributesToDeclare.call(this));
};
UserEnquiriesRec.init();
return UserEnquiriesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UserEnquiriesRec = UserEnquiriesRec;
});
define("Portal.model$UserEnquiriesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserEnquiriesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserEnquiriesRecord = (function (_super) {
__extends(UserEnquiriesRecord, _super);
function UserEnquiriesRecord(defaults) {
_super.apply(this, arguments);
}
UserEnquiriesRecord.attributesToDeclare = function () {
return [
this.attr("UserEnquiries", "userEnquiriesAttr", "UserEnquiries", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UserEnquiriesRec());
}, true, PortalModel.UserEnquiriesRec)
].concat(_super.attributesToDeclare.call(this));
};
UserEnquiriesRecord.fromStructure = function (str) {
return new UserEnquiriesRecord(new UserEnquiriesRecord.RecordClass({
userEnquiriesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UserEnquiriesRecord._isAnonymousRecord = true;
UserEnquiriesRecord.UniqueId = "356622e4-2bf4-dd3d-34ee-297a0f36e9a7";
UserEnquiriesRecord.init();
return UserEnquiriesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UserEnquiriesRecord = UserEnquiriesRecord;
});
define("Portal.model$EmiratesIDLRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesIDLRecord = (function (_super) {
__extends(EmiratesIDLRecord, _super);
function EmiratesIDLRecord(defaults) {
_super.apply(this, arguments);
}
EmiratesIDLRecord.attributesToDeclare = function () {
return [
this.attr("EmiratesIDL", "emiratesIDLAttr", "EmiratesIDL", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmiratesIDLRec());
}, true, PortalModel.EmiratesIDLRec)
].concat(_super.attributesToDeclare.call(this));
};
EmiratesIDLRecord.fromStructure = function (str) {
return new EmiratesIDLRecord(new EmiratesIDLRecord.RecordClass({
emiratesIDLAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmiratesIDLRecord._isAnonymousRecord = true;
EmiratesIDLRecord.UniqueId = "35663332-6779-57af-b4b9-3cf91cb46198";
EmiratesIDLRecord.init();
return EmiratesIDLRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EmiratesIDLRecord = EmiratesIDLRecord;
});
define("Portal.model$CreateOutstandingOrderRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRequest2Record = (function (_super) {
__extends(CreateOutstandingOrderRequest2Record, _super);
function CreateOutstandingOrderRequest2Record(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRequest2Record.attributesToDeclare = function () {
return [
this.attr("CreateOutstandingOrderRequest2", "createOutstandingOrderRequest2Attr", "CreateOutstandingOrderRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateOutstandingOrderRequest2Rec());
}, true, PortalModel.CreateOutstandingOrderRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOutstandingOrderRequest2Record.fromStructure = function (str) {
return new CreateOutstandingOrderRequest2Record(new CreateOutstandingOrderRequest2Record.RecordClass({
createOutstandingOrderRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateOutstandingOrderRequest2Record._isAnonymousRecord = true;
CreateOutstandingOrderRequest2Record.UniqueId = "356a60e6-c28c-a746-8596-8b62b14565de";
CreateOutstandingOrderRequest2Record.init();
return CreateOutstandingOrderRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOutstandingOrderRequest2Record = CreateOutstandingOrderRequest2Record;
});
define("Portal.model$GetNatureTypePayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemNature2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypePayloadRec = (function (_super) {
__extends(GetNatureTypePayloadRec, _super);
function GetNatureTypePayloadRec(defaults) {
_super.apply(this, arguments);
}
GetNatureTypePayloadRec.attributesToDeclare = function () {
return [
this.attr("natureTypes", "natureTypesAttr", "natureTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemNature2List());
}, true, PortalModel.ItemNature2List)
].concat(_super.attributesToDeclare.call(this));
};
GetNatureTypePayloadRec.fromStructure = function (str) {
return new GetNatureTypePayloadRec(new GetNatureTypePayloadRec.RecordClass({
natureTypesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNatureTypePayloadRec.init();
return GetNatureTypePayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNatureTypePayloadRec = GetNatureTypePayloadRec;
});
define("Portal.model$GetNatureTypePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypePayloadRecord = (function (_super) {
__extends(GetNatureTypePayloadRecord, _super);
function GetNatureTypePayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetNatureTypePayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetNatureTypePayload", "getNatureTypePayloadAttr", "GetNatureTypePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNatureTypePayloadRec());
}, true, PortalModel.GetNatureTypePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNatureTypePayloadRecord.fromStructure = function (str) {
return new GetNatureTypePayloadRecord(new GetNatureTypePayloadRecord.RecordClass({
getNatureTypePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNatureTypePayloadRecord._isAnonymousRecord = true;
GetNatureTypePayloadRecord.UniqueId = "69240cc4-9fa0-076f-e013-a50323e762de";
GetNatureTypePayloadRecord.init();
return GetNatureTypePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNatureTypePayloadRecord = GetNatureTypePayloadRecord;
});
define("Portal.model$GetNatureTypePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypePayloadRecordList = (function (_super) {
__extends(GetNatureTypePayloadRecordList, _super);
function GetNatureTypePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetNatureTypePayloadRecordList.itemType = PortalModel.GetNatureTypePayloadRecord;
return GetNatureTypePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNatureTypePayloadRecordList = GetNatureTypePayloadRecordList;
});
define("Portal.model$CRM_EnquiryCategoryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_EnquiryCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryCategoryRecord = (function (_super) {
__extends(CRM_EnquiryCategoryRecord, _super);
function CRM_EnquiryCategoryRecord(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryCategoryRecord.attributesToDeclare = function () {
return [
this.attr("CRM_EnquiryCategory", "cRM_EnquiryCategoryAttr", "CRM_EnquiryCategory", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CRM_EnquiryCategoryRec());
}, true, Data_COModel.CRM_EnquiryCategoryRec)
].concat(_super.attributesToDeclare.call(this));
};
CRM_EnquiryCategoryRecord.fromStructure = function (str) {
return new CRM_EnquiryCategoryRecord(new CRM_EnquiryCategoryRecord.RecordClass({
cRM_EnquiryCategoryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CRM_EnquiryCategoryRecord._isAnonymousRecord = true;
CRM_EnquiryCategoryRecord.UniqueId = "35853116-2ec1-3ecd-2bbd-006d4d3f0508";
CRM_EnquiryCategoryRecord.init();
return CRM_EnquiryCategoryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CRM_EnquiryCategoryRecord = CRM_EnquiryCategoryRecord;
});
define("Portal.model$LoaderDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LoaderDetailsRec = (function (_super) {
__extends(LoaderDetailsRec, _super);
function LoaderDetailsRec(defaults) {
_super.apply(this, arguments);
}
LoaderDetailsRec.attributesToDeclare = function () {
return [
this.attr("isOutstandingLoading", "isOutstandingLoadingAttr", "isOutstandingLoading", false, false, OS.Types.Boolean, function () {
return true;
}, true),
this.attr("isTransactionLoading", "isTransactionLoadingAttr", "isTransactionLoading", false, false, OS.Types.Boolean, function () {
return true;
}, true),
this.attr("isReceiptLoading", "isReceiptLoadingAttr", "isReceiptLoading", false, false, OS.Types.Boolean, function () {
return true;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LoaderDetailsRec.init();
return LoaderDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LoaderDetailsRec = LoaderDetailsRec;
});
define("Portal.model$Payload35Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload35Rec = (function (_super) {
__extends(Payload35Rec, _super);
function Payload35Rec(defaults) {
_super.apply(this, arguments);
}
Payload35Rec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryIdentifier", "legalEnquiryIdentifierAttr", "LegalEnquiryIdentifier", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload35Rec.fromStructure = function (str) {
return new Payload35Rec(new Payload35Rec.RecordClass({
legalEnquiryIdentifierAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload35Rec.init();
return Payload35Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload35Rec = Payload35Rec;
});
define("Portal.model$CreateOrUpdateLegalEnquiryResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload35Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOrUpdateLegalEnquiryResponseRec = (function (_super) {
__extends(CreateOrUpdateLegalEnquiryResponseRec, _super);
function CreateOrUpdateLegalEnquiryResponseRec(defaults) {
_super.apply(this, arguments);
}
CreateOrUpdateLegalEnquiryResponseRec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload35Rec());
}, true, PortalModel.Payload35Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOrUpdateLegalEnquiryResponseRec.init();
return CreateOrUpdateLegalEnquiryResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOrUpdateLegalEnquiryResponseRec = CreateOrUpdateLegalEnquiryResponseRec;
});
define("Portal.model$CreateOrUpdateLegalEnquiryResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOrUpdateLegalEnquiryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOrUpdateLegalEnquiryResponseList = (function (_super) {
__extends(CreateOrUpdateLegalEnquiryResponseList, _super);
function CreateOrUpdateLegalEnquiryResponseList(defaults) {
_super.apply(this, arguments);
}
CreateOrUpdateLegalEnquiryResponseList.itemType = PortalModel.CreateOrUpdateLegalEnquiryResponseRec;
return CreateOrUpdateLegalEnquiryResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOrUpdateLegalEnquiryResponseList = CreateOrUpdateLegalEnquiryResponseList;
});
define("Portal.model$SelectPOBoxCancellationResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload71Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationResponseRec = (function (_super) {
__extends(SelectPOBoxCancellationResponseRec, _super);
function SelectPOBoxCancellationResponseRec(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload71Rec());
}, true, PortalModel.Payload71Rec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxCancellationResponseRec.init();
return SelectPOBoxCancellationResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxCancellationResponseRec = SelectPOBoxCancellationResponseRec;
});
define("Portal.model$SelectPOBoxCancellationResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationResponseRecord = (function (_super) {
__extends(SelectPOBoxCancellationResponseRecord, _super);
function SelectPOBoxCancellationResponseRecord(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationResponseRecord.attributesToDeclare = function () {
return [
this.attr("SelectPOBoxCancellationResponse", "selectPOBoxCancellationResponseAttr", "SelectPOBoxCancellationResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPOBoxCancellationResponseRec());
}, true, PortalModel.SelectPOBoxCancellationResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxCancellationResponseRecord.fromStructure = function (str) {
return new SelectPOBoxCancellationResponseRecord(new SelectPOBoxCancellationResponseRecord.RecordClass({
selectPOBoxCancellationResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPOBoxCancellationResponseRecord._isAnonymousRecord = true;
SelectPOBoxCancellationResponseRecord.UniqueId = "35b743f4-95f3-49cc-19a3-6588d0aece57";
SelectPOBoxCancellationResponseRecord.init();
return SelectPOBoxCancellationResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxCancellationResponseRecord = SelectPOBoxCancellationResponseRecord;
});
define("Portal.model$MyHomeAddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddressRec = (function (_super) {
__extends(MyHomeAddressRec, _super);
function MyHomeAddressRec(defaults) {
_super.apply(this, arguments);
}
MyHomeAddressRec.attributesToDeclare = function () {
return [
this.attr("community", "communityAttr", "community", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("flatNo", "flatNoAttr", "flatNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("latitude", "latitudeAttr", "latitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("longitude", "longitudeAttr", "longitude", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("landmark", "landmarkAttr", "landmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("location", "locationAttr", "location", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("makani", "makaniAttr", "makani", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNo", "mobileNoAttr", "mobileNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "emirate", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeAddressRec.init();
return MyHomeAddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeAddressRec = MyHomeAddressRec;
});
define("Portal.model$MyHomeAddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddressRecord = (function (_super) {
__extends(MyHomeAddressRecord, _super);
function MyHomeAddressRecord(defaults) {
_super.apply(this, arguments);
}
MyHomeAddressRecord.attributesToDeclare = function () {
return [
this.attr("MyHomeAddress", "myHomeAddressAttr", "MyHomeAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeAddressRec());
}, true, PortalModel.MyHomeAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeAddressRecord.fromStructure = function (str) {
return new MyHomeAddressRecord(new MyHomeAddressRecord.RecordClass({
myHomeAddressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MyHomeAddressRecord._isAnonymousRecord = true;
MyHomeAddressRecord.UniqueId = "9e7dafcb-49ec-b2d9-4255-c5ec2de8e483";
MyHomeAddressRecord.init();
return MyHomeAddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeAddressRecord = MyHomeAddressRecord;
});
define("Portal.model$MyHomeAddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddressRecordList = (function (_super) {
__extends(MyHomeAddressRecordList, _super);
function MyHomeAddressRecordList(defaults) {
_super.apply(this, arguments);
}
MyHomeAddressRecordList.itemType = PortalModel.MyHomeAddressRecord;
return MyHomeAddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeAddressRecordList = MyHomeAddressRecordList;
});
define("Portal.model$CustomsDocumentList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomsDocumentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomsDocumentList = (function (_super) {
__extends(CustomsDocumentList, _super);
function CustomsDocumentList(defaults) {
_super.apply(this, arguments);
}
CustomsDocumentList.itemType = PortalModel.CustomsDocumentRec;
return CustomsDocumentList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomsDocumentList = CustomsDocumentList;
});
define("Portal.model$ProductValueAddedRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductValueAddedRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductValueAddedRecord = (function (_super) {
__extends(ProductValueAddedRecord, _super);
function ProductValueAddedRecord(defaults) {
_super.apply(this, arguments);
}
ProductValueAddedRecord.attributesToDeclare = function () {
return [
this.attr("ProductValueAdded", "productValueAddedAttr", "ProductValueAdded", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductValueAddedRec());
}, true, PortalModel.ProductValueAddedRec)
].concat(_super.attributesToDeclare.call(this));
};
ProductValueAddedRecord.fromStructure = function (str) {
return new ProductValueAddedRecord(new ProductValueAddedRecord.RecordClass({
productValueAddedAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductValueAddedRecord._isAnonymousRecord = true;
ProductValueAddedRecord.UniqueId = "c845898b-cc81-672b-f870-15d78277da59";
ProductValueAddedRecord.init();
return ProductValueAddedRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductValueAddedRecord = ProductValueAddedRecord;
});
define("Portal.model$ProductValueAddedRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductValueAddedRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductValueAddedRecordList = (function (_super) {
__extends(ProductValueAddedRecordList, _super);
function ProductValueAddedRecordList(defaults) {
_super.apply(this, arguments);
}
ProductValueAddedRecordList.itemType = PortalModel.ProductValueAddedRecord;
return ProductValueAddedRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductValueAddedRecordList = ProductValueAddedRecordList;
});
define("Portal.model$URLQueryParameter6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter6List = (function (_super) {
__extends(URLQueryParameter6List, _super);
function URLQueryParameter6List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter6List.itemType = PortalModel.URLQueryParameter6Rec;
return URLQueryParameter6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter6List = URLQueryParameter6List;
});
define("Portal.model$HTTPHeader6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader6List = (function (_super) {
__extends(HTTPHeader6List, _super);
function HTTPHeader6List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader6List.itemType = PortalModel.HTTPHeader6Rec;
return HTTPHeader6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader6List = HTTPHeader6List;
});
define("Portal.model$HTTPRequest6Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter6List", "Portal.model$HTTPHeader6List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest6Rec = (function (_super) {
__extends(HTTPRequest6Rec, _super);
function HTTPRequest6Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest6Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter6List());
}, true, PortalModel.URLQueryParameter6List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader6List());
}, true, PortalModel.HTTPHeader6List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest6Rec.init();
return HTTPRequest6Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest6Rec = HTTPRequest6Rec;
});
define("Portal.model$HTTPRequest6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest6Record = (function (_super) {
__extends(HTTPRequest6Record, _super);
function HTTPRequest6Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest6Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest6", "hTTPRequest6Attr", "HTTPRequest6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest6Rec());
}, true, PortalModel.HTTPRequest6Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest6Record.fromStructure = function (str) {
return new HTTPRequest6Record(new HTTPRequest6Record.RecordClass({
hTTPRequest6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest6Record._isAnonymousRecord = true;
HTTPRequest6Record.UniqueId = "5ef9b365-80a1-cc72-1a3c-59de63d1a58a";
HTTPRequest6Record.init();
return HTTPRequest6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest6Record = HTTPRequest6Record;
});
define("Portal.model$HTTPRequest6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest6RecordList = (function (_super) {
__extends(HTTPRequest6RecordList, _super);
function HTTPRequest6RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest6RecordList.itemType = PortalModel.HTTPRequest6Record;
return HTTPRequest6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest6RecordList = HTTPRequest6RecordList;
});
define("Portal.model$GetBreadcrumbsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBreadcrumbsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBreadcrumbsResponseList = (function (_super) {
__extends(GetBreadcrumbsResponseList, _super);
function GetBreadcrumbsResponseList(defaults) {
_super.apply(this, arguments);
}
GetBreadcrumbsResponseList.itemType = PortalModel.GetBreadcrumbsResponseRec;
return GetBreadcrumbsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetBreadcrumbsResponseList = GetBreadcrumbsResponseList;
});
define("Portal.model$ShortBoxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShortBoxRec = (function (_super) {
__extends(ShortBoxRec, _super);
function ShortBoxRec(defaults) {
_super.apply(this, arguments);
}
ShortBoxRec.attributesToDeclare = function () {
return [
this.attr("BoxNumber", "boxNumberAttr", "BoxNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("EmirateId", "emirateIdAttr", "EmirateId", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ShortBoxRec.init();
return ShortBoxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ShortBoxRec = ShortBoxRec;
});
define("Portal.model$ShortBoxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShortBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShortBoxRecord = (function (_super) {
__extends(ShortBoxRecord, _super);
function ShortBoxRecord(defaults) {
_super.apply(this, arguments);
}
ShortBoxRecord.attributesToDeclare = function () {
return [
this.attr("ShortBox", "shortBoxAttr", "ShortBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShortBoxRec());
}, true, PortalModel.ShortBoxRec)
].concat(_super.attributesToDeclare.call(this));
};
ShortBoxRecord.fromStructure = function (str) {
return new ShortBoxRecord(new ShortBoxRecord.RecordClass({
shortBoxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShortBoxRecord._isAnonymousRecord = true;
ShortBoxRecord.UniqueId = "36f0aa71-9d6f-daeb-d349-c515301bbb0d";
ShortBoxRecord.init();
return ShortBoxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShortBoxRecord = ShortBoxRecord;
});
define("Portal.model$link2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$link2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var link2Record = (function (_super) {
__extends(link2Record, _super);
function link2Record(defaults) {
_super.apply(this, arguments);
}
link2Record.attributesToDeclare = function () {
return [
this.attr("link2", "link2Attr", "link2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.link2Rec());
}, true, PortalModel.link2Rec)
].concat(_super.attributesToDeclare.call(this));
};
link2Record.fromStructure = function (str) {
return new link2Record(new link2Record.RecordClass({
link2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
link2Record._isAnonymousRecord = true;
link2Record.UniqueId = "efc20b1c-ced0-6615-1d18-1377758a7c11";
link2Record.init();
return link2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.link2Record = link2Record;
});
define("Portal.model$link2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$link2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var link2RecordList = (function (_super) {
__extends(link2RecordList, _super);
function link2RecordList(defaults) {
_super.apply(this, arguments);
}
link2RecordList.itemType = PortalModel.link2Record;
return link2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.link2RecordList = link2RecordList;
});
define("Portal.model$Payload26Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceTypeItem2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload26Rec = (function (_super) {
__extends(Payload26Rec, _super);
function Payload26Rec(defaults) {
_super.apply(this, arguments);
}
Payload26Rec.attributesToDeclare = function () {
return [
this.attr("serviceTypes", "serviceTypesAttr", "serviceTypes", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ServiceTypeItem2List());
}, true, PortalModel.ServiceTypeItem2List)
].concat(_super.attributesToDeclare.call(this));
};
Payload26Rec.fromStructure = function (str) {
return new Payload26Rec(new Payload26Rec.RecordClass({
serviceTypesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload26Rec.init();
return Payload26Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload26Rec = Payload26Rec;
});
define("Portal.model$GetServiceTypeResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload26Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetServiceTypeResponse2Rec = (function (_super) {
__extends(GetServiceTypeResponse2Rec, _super);
function GetServiceTypeResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetServiceTypeResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload26Rec());
}, true, PortalModel.Payload26Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetServiceTypeResponse2Rec.init();
return GetServiceTypeResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetServiceTypeResponse2Rec = GetServiceTypeResponse2Rec;
});
define("Portal.model$GetServiceTypeResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetServiceTypeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetServiceTypeResponse2List = (function (_super) {
__extends(GetServiceTypeResponse2List, _super);
function GetServiceTypeResponse2List(defaults) {
_super.apply(this, arguments);
}
GetServiceTypeResponse2List.itemType = PortalModel.GetServiceTypeResponse2Rec;
return GetServiceTypeResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetServiceTypeResponse2List = GetServiceTypeResponse2List;
});
define("Portal.model$ISaveCaseRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISaveCaseRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISaveCaseRequestRecordList = (function (_super) {
__extends(ISaveCaseRequestRecordList, _super);
function ISaveCaseRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ISaveCaseRequestRecordList.itemType = PortalModel.ISaveCaseRequestRecord;
return ISaveCaseRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ISaveCaseRequestRecordList = ISaveCaseRequestRecordList;
});
define("Portal.model$MultiShip_Courier_FileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileRec = (function (_super) {
__extends(MultiShip_Courier_FileRec, _super);
function MultiShip_Courier_FileRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileRec.attributesToDeclare = function () {
return [
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HSCode", "hSCodeAttr", "HSCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalUnit", "totalUnitAttr", "TotalUnit", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UnitWeight_gms", "unitWeight_gmsAttr", "UnitWeight_gms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OriginCountry", "originCountryAttr", "OriginCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReturnTerms", "returnTermsAttr", "ReturnTerms", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_FileRec.init();
return MultiShip_Courier_FileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_FileRec = MultiShip_Courier_FileRec;
});
define("Portal.model$MultiShip_Courier_FileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileList = (function (_super) {
__extends(MultiShip_Courier_FileList, _super);
function MultiShip_Courier_FileList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileList.itemType = PortalModel.MultiShip_Courier_FileRec;
return MultiShip_Courier_FileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_FileList = MultiShip_Courier_FileList;
});
define("Portal.model$PostViewPickupRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupRequestRec = (function (_super) {
__extends(PostViewPickupRequestRec, _super);
function PostViewPickupRequestRec(defaults) {
_super.apply(this, arguments);
}
PostViewPickupRequestRec.attributesToDeclare = function () {
return [
this.attr("ContractCustomerSiteId", "contractCustomerSiteIdAttr", "contractCustomerSiteId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Password", "passwordAttr", "password", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromDate", "fromDateAttr", "fromDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ToDate", "toDateAttr", "toDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupRequestRec.init();
return PostViewPickupRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupRequestRec = PostViewPickupRequestRec;
});
define("Portal.model$PostViewPickupRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupRequestList = (function (_super) {
__extends(PostViewPickupRequestList, _super);
function PostViewPickupRequestList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupRequestList.itemType = PortalModel.PostViewPickupRequestRec;
return PostViewPickupRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupRequestList = PostViewPickupRequestList;
});
define("Portal.model$ListBundleServiceDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListBundleServiceDetailItemRec = (function (_super) {
__extends(ListBundleServiceDetailItemRec, _super);
function ListBundleServiceDetailItemRec(defaults) {
_super.apply(this, arguments);
}
ListBundleServiceDetailItemRec.attributesToDeclare = function () {
return [
this.attr("Year", "yearAttr", "year", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Price", "priceAttr", "price", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TaxObject", "taxObjectAttr", "taxObject", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String3List());
}, true, PortalModel.String3List),
this.attr("IsMandatory", "isMandatoryAttr", "isMandatory", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsOneTime", "isOneTimeAttr", "isOneTime", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ServiceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleEN", "serviceTitleENAttr", "serviceTitleEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceTitleAR", "serviceTitleARAttr", "serviceTitleAR", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ListBundleServiceDetailItemRec.init();
return ListBundleServiceDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ListBundleServiceDetailItemRec = ListBundleServiceDetailItemRec;
});
define("Portal.model$ListBundleServiceDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListBundleServiceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListBundleServiceDetailItemList = (function (_super) {
__extends(ListBundleServiceDetailItemList, _super);
function ListBundleServiceDetailItemList(defaults) {
_super.apply(this, arguments);
}
ListBundleServiceDetailItemList.itemType = PortalModel.ListBundleServiceDetailItemRec;
return ListBundleServiceDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListBundleServiceDetailItemList = ListBundleServiceDetailItemList;
});
define("Portal.model$IDLObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLObjectRecord = (function (_super) {
__extends(IDLObjectRecord, _super);
function IDLObjectRecord(defaults) {
_super.apply(this, arguments);
}
IDLObjectRecord.attributesToDeclare = function () {
return [
this.attr("IDLObject", "iDLObjectAttr", "IDLObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLObjectRec());
}, true, PortalModel.IDLObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLObjectRecord.fromStructure = function (str) {
return new IDLObjectRecord(new IDLObjectRecord.RecordClass({
iDLObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLObjectRecord._isAnonymousRecord = true;
IDLObjectRecord.UniqueId = "37b10553-4917-8481-edc6-9cbeaecb182e";
IDLObjectRecord.init();
return IDLObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLObjectRecord = IDLObjectRecord;
});
define("Portal.model$PostProcessPaymentSavedCardSkip3DSResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessPaymentSavedCardSkip3DSResponseList = (function (_super) {
__extends(PostProcessPaymentSavedCardSkip3DSResponseList, _super);
function PostProcessPaymentSavedCardSkip3DSResponseList(defaults) {
_super.apply(this, arguments);
}
PostProcessPaymentSavedCardSkip3DSResponseList.itemType = PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRec;
return PostProcessPaymentSavedCardSkip3DSResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessPaymentSavedCardSkip3DSResponseList = PostProcessPaymentSavedCardSkip3DSResponseList;
});
define("Portal.model$ServiceItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceItemRec = (function (_super) {
__extends(ServiceItemRec, _super);
function ServiceItemRec(defaults) {
_super.apply(this, arguments);
}
ServiceItemRec.attributesToDeclare = function () {
return [
this.attr("label", "labelAttr", "label", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("order", "orderAttr", "order", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("imageIcon", "imageIconAttr", "imageIcon", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("link", "linkAttr", "link", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("displayName", "displayNameAttr", "displayName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceTypeId", "serviceTypeIdAttr", "serviceTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("serviceId", "serviceIdAttr", "serviceId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ServiceItemRec.init();
return ServiceItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ServiceItemRec = ServiceItemRec;
});
define("Portal.model$BundleServiceItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItem2Record = (function (_super) {
__extends(BundleServiceItem2Record, _super);
function BundleServiceItem2Record(defaults) {
_super.apply(this, arguments);
}
BundleServiceItem2Record.attributesToDeclare = function () {
return [
this.attr("BundleServiceItem2", "bundleServiceItem2Attr", "BundleServiceItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BundleServiceItem2Rec());
}, true, PortalModel.BundleServiceItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
BundleServiceItem2Record.fromStructure = function (str) {
return new BundleServiceItem2Record(new BundleServiceItem2Record.RecordClass({
bundleServiceItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BundleServiceItem2Record._isAnonymousRecord = true;
BundleServiceItem2Record.UniqueId = "3828f63c-ceb2-06a2-bc54-1060a9517f60";
BundleServiceItem2Record.init();
return BundleServiceItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.BundleServiceItem2Record = BundleServiceItem2Record;
});
define("Portal.model$Payload33List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload33Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload33List = (function (_super) {
__extends(Payload33List, _super);
function Payload33List(defaults) {
_super.apply(this, arguments);
}
Payload33List.itemType = PortalModel.Payload33Rec;
return Payload33List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload33List = Payload33List;
});
define("Portal.model$GetMasterDataByCaseTypeResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseMasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMasterDataByCaseTypeResponseRec = (function (_super) {
__extends(GetMasterDataByCaseTypeResponseRec, _super);
function GetMasterDataByCaseTypeResponseRec(defaults) {
_super.apply(this, arguments);
}
GetMasterDataByCaseTypeResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseMasterDataRec());
}, true, PortalModel.CaseMasterDataRec)
].concat(_super.attributesToDeclare.call(this));
};
GetMasterDataByCaseTypeResponseRec.init();
return GetMasterDataByCaseTypeResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMasterDataByCaseTypeResponseRec = GetMasterDataByCaseTypeResponseRec;
});
define("Portal.model$GetMasterDataByCaseTypeResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMasterDataByCaseTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMasterDataByCaseTypeResponseRecord = (function (_super) {
__extends(GetMasterDataByCaseTypeResponseRecord, _super);
function GetMasterDataByCaseTypeResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetMasterDataByCaseTypeResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetMasterDataByCaseTypeResponse", "getMasterDataByCaseTypeResponseAttr", "GetMasterDataByCaseTypeResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMasterDataByCaseTypeResponseRec());
}, true, PortalModel.GetMasterDataByCaseTypeResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetMasterDataByCaseTypeResponseRecord.fromStructure = function (str) {
return new GetMasterDataByCaseTypeResponseRecord(new GetMasterDataByCaseTypeResponseRecord.RecordClass({
getMasterDataByCaseTypeResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMasterDataByCaseTypeResponseRecord._isAnonymousRecord = true;
GetMasterDataByCaseTypeResponseRecord.UniqueId = "5b7e238d-963b-df3b-219a-3eb303a2c0fa";
GetMasterDataByCaseTypeResponseRecord.init();
return GetMasterDataByCaseTypeResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMasterDataByCaseTypeResponseRecord = GetMasterDataByCaseTypeResponseRecord;
});
define("Portal.model$GetMasterDataByCaseTypeResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMasterDataByCaseTypeResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMasterDataByCaseTypeResponseRecordList = (function (_super) {
__extends(GetMasterDataByCaseTypeResponseRecordList, _super);
function GetMasterDataByCaseTypeResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetMasterDataByCaseTypeResponseRecordList.itemType = PortalModel.GetMasterDataByCaseTypeResponseRecord;
return GetMasterDataByCaseTypeResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMasterDataByCaseTypeResponseRecordList = GetMasterDataByCaseTypeResponseRecordList;
});
define("Portal.model$ProcessPaymentRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRequest2Rec = (function (_super) {
__extends(ProcessPaymentRequest2Rec, _super);
function ProcessPaymentRequest2Rec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRequest2Rec.attributesToDeclare = function () {
return [
this.attr("orderNumber", "orderNumberAttr", "orderNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("paymentGatewayOrderId", "paymentGatewayOrderIdAttr", "paymentGatewayOrderId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentRequest2Rec.init();
return ProcessPaymentRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentRequest2Rec = ProcessPaymentRequest2Rec;
});
define("Portal.model$ProcessPaymentRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRequest2Record = (function (_super) {
__extends(ProcessPaymentRequest2Record, _super);
function ProcessPaymentRequest2Record(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRequest2Record.attributesToDeclare = function () {
return [
this.attr("ProcessPaymentRequest2", "processPaymentRequest2Attr", "ProcessPaymentRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentRequest2Rec());
}, true, PortalModel.ProcessPaymentRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentRequest2Record.fromStructure = function (str) {
return new ProcessPaymentRequest2Record(new ProcessPaymentRequest2Record.RecordClass({
processPaymentRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentRequest2Record._isAnonymousRecord = true;
ProcessPaymentRequest2Record.UniqueId = "e8b861e1-a8a7-ff46-0604-d645614e7e1b";
ProcessPaymentRequest2Record.init();
return ProcessPaymentRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentRequest2Record = ProcessPaymentRequest2Record;
});
define("Portal.model$ProcessPaymentRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRequest2RecordList = (function (_super) {
__extends(ProcessPaymentRequest2RecordList, _super);
function ProcessPaymentRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRequest2RecordList.itemType = PortalModel.ProcessPaymentRequest2Record;
return ProcessPaymentRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentRequest2RecordList = ProcessPaymentRequest2RecordList;
});
define("Portal.model$EmiratesPostlocationItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesPostlocationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesPostlocationItemRecord = (function (_super) {
__extends(EmiratesPostlocationItemRecord, _super);
function EmiratesPostlocationItemRecord(defaults) {
_super.apply(this, arguments);
}
EmiratesPostlocationItemRecord.attributesToDeclare = function () {
return [
this.attr("EmiratesPostlocationItem", "emiratesPostlocationItemAttr", "EmiratesPostlocationItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmiratesPostlocationItemRec());
}, true, PortalModel.EmiratesPostlocationItemRec)
].concat(_super.attributesToDeclare.call(this));
};
EmiratesPostlocationItemRecord.fromStructure = function (str) {
return new EmiratesPostlocationItemRecord(new EmiratesPostlocationItemRecord.RecordClass({
emiratesPostlocationItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmiratesPostlocationItemRecord._isAnonymousRecord = true;
EmiratesPostlocationItemRecord.UniqueId = "68087964-ca4c-4d33-be9d-4a74b24594ac";
EmiratesPostlocationItemRecord.init();
return EmiratesPostlocationItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EmiratesPostlocationItemRecord = EmiratesPostlocationItemRecord;
});
define("Portal.model$EmiratesPostlocationItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesPostlocationItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesPostlocationItemRecordList = (function (_super) {
__extends(EmiratesPostlocationItemRecordList, _super);
function EmiratesPostlocationItemRecordList(defaults) {
_super.apply(this, arguments);
}
EmiratesPostlocationItemRecordList.itemType = PortalModel.EmiratesPostlocationItemRecord;
return EmiratesPostlocationItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmiratesPostlocationItemRecordList = EmiratesPostlocationItemRecordList;
});
define("Portal.model$Payload56Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload56Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload56Record = (function (_super) {
__extends(Payload56Record, _super);
function Payload56Record(defaults) {
_super.apply(this, arguments);
}
Payload56Record.attributesToDeclare = function () {
return [
this.attr("Payload56", "payload56Attr", "Payload56", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload56Rec());
}, true, PortalModel.Payload56Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload56Record.fromStructure = function (str) {
return new Payload56Record(new Payload56Record.RecordClass({
payload56Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload56Record._isAnonymousRecord = true;
Payload56Record.UniqueId = "8ae33e94-66ce-fa1e-1da9-bd50be836d35";
Payload56Record.init();
return Payload56Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload56Record = Payload56Record;
});
define("Portal.model$Payload56RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload56Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload56RecordList = (function (_super) {
__extends(Payload56RecordList, _super);
function Payload56RecordList(defaults) {
_super.apply(this, arguments);
}
Payload56RecordList.itemType = PortalModel.Payload56Record;
return Payload56RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload56RecordList = Payload56RecordList;
});
define("Portal.model$FileObjectRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileObjectRec = (function (_super) {
__extends(FileObjectRec, _super);
function FileObjectRec(defaults) {
_super.apply(this, arguments);
}
FileObjectRec.attributesToDeclare = function () {
return [
this.attr("fileName", "fileNameAttr", "fileName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mimeType", "mimeTypeAttr", "mimeType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("fileContent", "fileContentAttr", "fileContent", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
FileObjectRec.init();
return FileObjectRec;
})(OS.DataTypes.GenericRecord);
PortalModel.FileObjectRec = FileObjectRec;
});
define("Portal.model$GetFileResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileResponseRec = (function (_super) {
__extends(GetFileResponseRec, _super);
function GetFileResponseRec(defaults) {
_super.apply(this, arguments);
}
GetFileResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileObjectRec());
}, true, PortalModel.FileObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFileResponseRec.init();
return GetFileResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFileResponseRec = GetFileResponseRec;
});
define("Portal.model$GetFileResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileResponseRecord = (function (_super) {
__extends(GetFileResponseRecord, _super);
function GetFileResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetFileResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetFileResponse", "getFileResponseAttr", "GetFileResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFileResponseRec());
}, true, PortalModel.GetFileResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFileResponseRecord.fromStructure = function (str) {
return new GetFileResponseRecord(new GetFileResponseRecord.RecordClass({
getFileResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFileResponseRecord._isAnonymousRecord = true;
GetFileResponseRecord.UniqueId = "eef3ac38-4964-bb49-49af-dc9e5f690bc5";
GetFileResponseRecord.init();
return GetFileResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFileResponseRecord = GetFileResponseRecord;
});
define("Portal.model$GetFileResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileResponseRecordList = (function (_super) {
__extends(GetFileResponseRecordList, _super);
function GetFileResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetFileResponseRecordList.itemType = PortalModel.GetFileResponseRecord;
return GetFileResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFileResponseRecordList = GetFileResponseRecordList;
});
define("Portal.model$CityListByCountryList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityListByCountryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityListByCountryList = (function (_super) {
__extends(CityListByCountryList, _super);
function CityListByCountryList(defaults) {
_super.apply(this, arguments);
}
CityListByCountryList.itemType = PortalModel.CityListByCountryRec;
return CityListByCountryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityListByCountryList = CityListByCountryList;
});
define("Portal.model$PostUpdateShipReportPreferenceRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostUpdateShipReportPreferenceRequestRec = (function (_super) {
__extends(PostUpdateShipReportPreferenceRequestRec, _super);
function PostUpdateShipReportPreferenceRequestRec(defaults) {
_super.apply(this, arguments);
}
PostUpdateShipReportPreferenceRequestRec.attributesToDeclare = function () {
return [
this.attr("PreferenceType", "preferenceTypeAttr", "PreferenceType", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostUpdateShipReportPreferenceRequestRec.fromStructure = function (str) {
return new PostUpdateShipReportPreferenceRequestRec(new PostUpdateShipReportPreferenceRequestRec.RecordClass({
preferenceTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostUpdateShipReportPreferenceRequestRec.init();
return PostUpdateShipReportPreferenceRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostUpdateShipReportPreferenceRequestRec = PostUpdateShipReportPreferenceRequestRec;
});
define("Portal.model$PostUpdateShipReportPreferenceRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostUpdateShipReportPreferenceRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostUpdateShipReportPreferenceRequestList = (function (_super) {
__extends(PostUpdateShipReportPreferenceRequestList, _super);
function PostUpdateShipReportPreferenceRequestList(defaults) {
_super.apply(this, arguments);
}
PostUpdateShipReportPreferenceRequestList.itemType = PortalModel.PostUpdateShipReportPreferenceRequestRec;
return PostUpdateShipReportPreferenceRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostUpdateShipReportPreferenceRequestList = PostUpdateShipReportPreferenceRequestList;
});
define("Portal.model$Payload75List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload75Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload75List = (function (_super) {
__extends(Payload75List, _super);
function Payload75List(defaults) {
_super.apply(this, arguments);
}
Payload75List.itemType = PortalModel.Payload75Rec;
return Payload75List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload75List = Payload75List;
});
define("Portal.model$ServiceItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceItemRecord = (function (_super) {
__extends(ServiceItemRecord, _super);
function ServiceItemRecord(defaults) {
_super.apply(this, arguments);
}
ServiceItemRecord.attributesToDeclare = function () {
return [
this.attr("ServiceItem", "serviceItemAttr", "ServiceItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ServiceItemRec());
}, true, PortalModel.ServiceItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ServiceItemRecord.fromStructure = function (str) {
return new ServiceItemRecord(new ServiceItemRecord.RecordClass({
serviceItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ServiceItemRecord._isAnonymousRecord = true;
ServiceItemRecord.UniqueId = "390a5a23-3c7c-ee10-b58e-5629e1b868fc";
ServiceItemRecord.init();
return ServiceItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ServiceItemRecord = ServiceItemRecord;
});
define("Portal.model$Payload47List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload47Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload47List = (function (_super) {
__extends(Payload47List, _super);
function Payload47List(defaults) {
_super.apply(this, arguments);
}
Payload47List.itemType = PortalModel.Payload47Rec;
return Payload47List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload47List = Payload47List;
});
define("Portal.model$SelectPOBoxRenewalRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRenewalRequestRec = (function (_super) {
__extends(SelectPOBoxRenewalRequestRec, _super);
function SelectPOBoxRenewalRequestRec(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRenewalRequestRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxExpiryDate", "poBoxExpiryDateAttr", "poBoxExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("isTLLinked", "isTLLinkedAttr", "isTLLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("TLExpiryDate", "tLExpiryDateAttr", "TLExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("poBoxOfficeId", "poBoxOfficeIdAttr", "poBoxOfficeId", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRenewalRequestRec.init();
return SelectPOBoxRenewalRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRenewalRequestRec = SelectPOBoxRenewalRequestRec;
});
define("Portal.model$SelectPOBoxRenewalRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRenewalRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRenewalRequestList = (function (_super) {
__extends(SelectPOBoxRenewalRequestList, _super);
function SelectPOBoxRenewalRequestList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRenewalRequestList.itemType = PortalModel.SelectPOBoxRenewalRequestRec;
return SelectPOBoxRenewalRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRenewalRequestList = SelectPOBoxRenewalRequestList;
});
define("Portal.model$ScreenPermissionRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ScreenPermissionRec = (function (_super) {
__extends(ScreenPermissionRec, _super);
function ScreenPermissionRec(defaults) {
_super.apply(this, arguments);
}
ScreenPermissionRec.attributesToDeclare = function () {
return [
this.attr("ScreenName", "screenNameAttr", "screenName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsAllowed", "isAllowedAttr", "isAllowed", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ScreenPermissionRec.init();
return ScreenPermissionRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ScreenPermissionRec = ScreenPermissionRec;
});
define("Portal.model$ScreenPermissionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ScreenPermissionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ScreenPermissionRecord = (function (_super) {
__extends(ScreenPermissionRecord, _super);
function ScreenPermissionRecord(defaults) {
_super.apply(this, arguments);
}
ScreenPermissionRecord.attributesToDeclare = function () {
return [
this.attr("ScreenPermission", "screenPermissionAttr", "ScreenPermission", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ScreenPermissionRec());
}, true, PortalModel.ScreenPermissionRec)
].concat(_super.attributesToDeclare.call(this));
};
ScreenPermissionRecord.fromStructure = function (str) {
return new ScreenPermissionRecord(new ScreenPermissionRecord.RecordClass({
screenPermissionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ScreenPermissionRecord._isAnonymousRecord = true;
ScreenPermissionRecord.UniqueId = "39453f62-dc3e-cdcf-1cd3-20e3cdf7efee";
ScreenPermissionRecord.init();
return ScreenPermissionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ScreenPermissionRecord = ScreenPermissionRecord;
});
define("Portal.model$GetFreeBoxResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxResponseRecord = (function (_super) {
__extends(GetFreeBoxResponseRecord, _super);
function GetFreeBoxResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetFreeBoxResponse", "getFreeBoxResponseAttr", "GetFreeBoxResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxResponseRec());
}, true, PortalModel.GetFreeBoxResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxResponseRecord.fromStructure = function (str) {
return new GetFreeBoxResponseRecord(new GetFreeBoxResponseRecord.RecordClass({
getFreeBoxResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxResponseRecord._isAnonymousRecord = true;
GetFreeBoxResponseRecord.UniqueId = "41fc4d9d-64a8-64a6-db82-7e9e5857ed76";
GetFreeBoxResponseRecord.init();
return GetFreeBoxResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxResponseRecord = GetFreeBoxResponseRecord;
});
define("Portal.model$GetFreeBoxResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxResponseRecordList = (function (_super) {
__extends(GetFreeBoxResponseRecordList, _super);
function GetFreeBoxResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxResponseRecordList.itemType = PortalModel.GetFreeBoxResponseRecord;
return GetFreeBoxResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxResponseRecordList = GetFreeBoxResponseRecordList;
});
define("Portal.model$CreatePOBoxCancellationOrderRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListBundleServiceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxCancellationOrderRequestRec = (function (_super) {
__extends(CreatePOBoxCancellationOrderRequestRec, _super);
function CreatePOBoxCancellationOrderRequestRec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxCancellationOrderRequestRec.attributesToDeclare = function () {
return [
this.attr("OrderNumber", "orderNumberAttr", "orderNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderAmount", "orderAmountAttr", "orderAmount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("FileAttachments", "fileAttachmentsAttr", "fileAttachments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.LongIntegerList());
}, true, OS.DataTypes.LongIntegerList),
this.attr("ListBundleServiceDetail", "listBundleServiceDetailAttr", "listBundleServiceDetail", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ListBundleServiceDetailItemList());
}, true, PortalModel.ListBundleServiceDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxCancellationOrderRequestRec.init();
return CreatePOBoxCancellationOrderRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxCancellationOrderRequestRec = CreatePOBoxCancellationOrderRequestRec;
});
define("Portal.model$SINGLE2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLE2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLE2List = (function (_super) {
__extends(SINGLE2List, _super);
function SINGLE2List(defaults) {
_super.apply(this, arguments);
}
SINGLE2List.itemType = PortalModel.SINGLE2Rec;
return SINGLE2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SINGLE2List = SINGLE2List;
});
define("Portal.model$GetInboundLettersResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersResponseRecord = (function (_super) {
__extends(GetInboundLettersResponseRecord, _super);
function GetInboundLettersResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundLettersResponse", "getInboundLettersResponseAttr", "GetInboundLettersResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundLettersResponseRec());
}, true, PortalModel.GetInboundLettersResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLettersResponseRecord.fromStructure = function (str) {
return new GetInboundLettersResponseRecord(new GetInboundLettersResponseRecord.RecordClass({
getInboundLettersResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundLettersResponseRecord._isAnonymousRecord = true;
GetInboundLettersResponseRecord.UniqueId = "bf4a0ef5-2461-54fe-36e4-6138dc87db39";
GetInboundLettersResponseRecord.init();
return GetInboundLettersResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLettersResponseRecord = GetInboundLettersResponseRecord;
});
define("Portal.model$GetInboundLettersResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersResponseRecordList = (function (_super) {
__extends(GetInboundLettersResponseRecordList, _super);
function GetInboundLettersResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersResponseRecordList.itemType = PortalModel.GetInboundLettersResponseRecord;
return GetInboundLettersResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLettersResponseRecordList = GetInboundLettersResponseRecordList;
});
define("Portal.model$Career_ProfileSignupRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_ProfileSignupRec = (function (_super) {
__extends(Career_ProfileSignupRec, _super);
function Career_ProfileSignupRec(defaults) {
_super.apply(this, arguments);
}
Career_ProfileSignupRec.attributesToDeclare = function () {
return [
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Gender", "genderAttr", "Gender", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateOfBirth", "dateOfBirthAttr", "DateOfBirth", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Nationality", "nationalityAttr", "Nationality", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsResident", "isResidentAttr", "IsResident", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("EmiratePrimary", "emiratePrimaryAttr", "EmiratePrimary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateSecondary", "emirateSecondaryAttr", "EmirateSecondary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EIDNumber", "eIDNumberAttr", "EIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAddress", "emailAddressAttr", "EmailAddress", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("MobileISD", "mobileISDAttr", "MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("PreferredPassword", "preferredPasswordAttr", "PreferredPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConfirmPassword", "confirmPasswordAttr", "ConfirmPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CandidateId", "candidateIdAttr", "CandidateId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("IsComplete", "isCompleteAttr", "IsComplete", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Career_ProfileSignupRec.init();
return Career_ProfileSignupRec;
})(OS.DataTypes.GenericRecord);
PortalModel.Career_ProfileSignupRec = Career_ProfileSignupRec;
});
define("Portal.model$Career_ProfileSignupList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_ProfileSignupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_ProfileSignupList = (function (_super) {
__extends(Career_ProfileSignupList, _super);
function Career_ProfileSignupList(defaults) {
_super.apply(this, arguments);
}
Career_ProfileSignupList.itemType = PortalModel.Career_ProfileSignupRec;
return Career_ProfileSignupList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_ProfileSignupList = Career_ProfileSignupList;
});
define("Portal.model$CandidateEducationRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateEducationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateEducationRecord = (function (_super) {
__extends(CandidateEducationRecord, _super);
function CandidateEducationRecord(defaults) {
_super.apply(this, arguments);
}
CandidateEducationRecord.attributesToDeclare = function () {
return [
this.attr("CandidateEducation", "candidateEducationAttr", "CandidateEducation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.CandidateEducationRec());
}, true, CareersData_COModel.CandidateEducationRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateEducationRecord.fromStructure = function (str) {
return new CandidateEducationRecord(new CandidateEducationRecord.RecordClass({
candidateEducationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateEducationRecord._isAnonymousRecord = true;
CandidateEducationRecord.UniqueId = "3a11123b-b1b9-3fd2-9cd2-cf813dbe336c";
CandidateEducationRecord.init();
return CandidateEducationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateEducationRecord = CandidateEducationRecord;
});
define("Portal.model$GetInboundLettersRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersRequestRec = (function (_super) {
__extends(GetInboundLettersRequestRec, _super);
function GetInboundLettersRequestRec(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersRequestRec.attributesToDeclare = function () {
return [
this.attr("UniqueBoxID", "uniqueBoxIDAttr", "uniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreatedFromDate", "createdFromDateAttr", "createdFromDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedToDate", "createdToDateAttr", "createdToDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLettersRequestRec.init();
return GetInboundLettersRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLettersRequestRec = GetInboundLettersRequestRec;
});
define("Portal.model$MenuItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuItemList = (function (_super) {
__extends(MenuItemList, _super);
function MenuItemList(defaults) {
_super.apply(this, arguments);
}
MenuItemList.itemType = PortalModel.MenuItemRec;
return MenuItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MenuItemList = MenuItemList;
});
define("Portal.model$Payload52List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload52Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload52List = (function (_super) {
__extends(Payload52List, _super);
function Payload52List(defaults) {
_super.apply(this, arguments);
}
Payload52List.itemType = PortalModel.Payload52Rec;
return Payload52List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload52List = Payload52List;
});
define("Portal.model$CandidateDocumentsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDocumentsRec = (function (_super) {
__extends(CandidateDocumentsRec, _super);
function CandidateDocumentsRec(defaults) {
_super.apply(this, arguments);
}
CandidateDocumentsRec.attributesToDeclare = function () {
return [
this.attr("Resume", "resumeAttr", "Resume", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("Passport", "passportAttr", "Passport", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("DrivingLicense", "drivingLicenseAttr", "DrivingLicense", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("PP", "pPAttr", "PP", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("IntroductoryForm", "introductoryFormAttr", "IntroductoryForm", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("EID", "eIDAttr", "EID", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("EdCerts", "edCertsAttr", "EdCerts", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("ExCerts", "exCertsAttr", "ExCerts", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("MiscCert", "miscCertAttr", "MiscCert", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("FamilyBook", "familyBookAttr", "FamilyBook", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("Visa", "visaAttr", "Visa", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateDocumentsRec.init();
return CandidateDocumentsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateDocumentsRec = CandidateDocumentsRec;
});
define("Portal.model$CandidateDocumentsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDocumentsRecord = (function (_super) {
__extends(CandidateDocumentsRecord, _super);
function CandidateDocumentsRecord(defaults) {
_super.apply(this, arguments);
}
CandidateDocumentsRecord.attributesToDeclare = function () {
return [
this.attr("CandidateDocuments", "candidateDocumentsAttr", "CandidateDocuments", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CandidateDocumentsRec());
}, true, PortalModel.CandidateDocumentsRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateDocumentsRecord.fromStructure = function (str) {
return new CandidateDocumentsRecord(new CandidateDocumentsRecord.RecordClass({
candidateDocumentsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateDocumentsRecord._isAnonymousRecord = true;
CandidateDocumentsRecord.UniqueId = "a945e9c0-7e2e-f623-93c5-bc7ef2490aaa";
CandidateDocumentsRecord.init();
return CandidateDocumentsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateDocumentsRecord = CandidateDocumentsRecord;
});
define("Portal.model$CandidateDocumentsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDocumentsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDocumentsRecordList = (function (_super) {
__extends(CandidateDocumentsRecordList, _super);
function CandidateDocumentsRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateDocumentsRecordList.itemType = PortalModel.CandidateDocumentsRecord;
return CandidateDocumentsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateDocumentsRecordList = CandidateDocumentsRecordList;
});
define("Portal.model$Payload23Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload23Rec = (function (_super) {
__extends(Payload23Rec, _super);
function Payload23Rec(defaults) {
_super.apply(this, arguments);
}
Payload23Rec.attributesToDeclare = function () {
return [
this.attr("OrderId", "orderIdAttr", "OrderId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload23Rec.init();
return Payload23Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload23Rec = Payload23Rec;
});
define("Portal.model$Payload23Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload23Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload23Record = (function (_super) {
__extends(Payload23Record, _super);
function Payload23Record(defaults) {
_super.apply(this, arguments);
}
Payload23Record.attributesToDeclare = function () {
return [
this.attr("Payload23", "payload23Attr", "Payload23", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload23Rec());
}, true, PortalModel.Payload23Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload23Record.fromStructure = function (str) {
return new Payload23Record(new Payload23Record.RecordClass({
payload23Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload23Record._isAnonymousRecord = true;
Payload23Record.UniqueId = "3aea5f25-f6c5-536e-8eee-16ac245c8a6d";
Payload23Record.init();
return Payload23Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload23Record = Payload23Record;
});
define("Portal.model$CustomsDocumentRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomsDocumentRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomsDocumentRecordList = (function (_super) {
__extends(CustomsDocumentRecordList, _super);
function CustomsDocumentRecordList(defaults) {
_super.apply(this, arguments);
}
CustomsDocumentRecordList.itemType = PortalModel.CustomsDocumentRecord;
return CustomsDocumentRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomsDocumentRecordList = CustomsDocumentRecordList;
});
define("Portal.model$CorporateCreditDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCreditDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCreditDetailRecord = (function (_super) {
__extends(CorporateCreditDetailRecord, _super);
function CorporateCreditDetailRecord(defaults) {
_super.apply(this, arguments);
}
CorporateCreditDetailRecord.attributesToDeclare = function () {
return [
this.attr("CorporateCreditDetail", "corporateCreditDetailAttr", "CorporateCreditDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCreditDetailRec());
}, true, PortalModel.CorporateCreditDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CorporateCreditDetailRecord.fromStructure = function (str) {
return new CorporateCreditDetailRecord(new CorporateCreditDetailRecord.RecordClass({
corporateCreditDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CorporateCreditDetailRecord._isAnonymousRecord = true;
CorporateCreditDetailRecord.UniqueId = "3b413b1d-25ce-9fe5-a690-0c1b182fd78a";
CorporateCreditDetailRecord.init();
return CorporateCreditDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CorporateCreditDetailRecord = CorporateCreditDetailRecord;
});
define("Portal.model$UserInfoList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserInfoList = (function (_super) {
__extends(UserInfoList, _super);
function UserInfoList(defaults) {
_super.apply(this, arguments);
}
UserInfoList.itemType = PortalModel.UserInfoRec;
return UserInfoList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserInfoList = UserInfoList;
});
define("Portal.model$BundleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleRecordList = (function (_super) {
__extends(BundleRecordList, _super);
function BundleRecordList(defaults) {
_super.apply(this, arguments);
}
BundleRecordList.itemType = PortalModel.BundleRecord;
return BundleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleRecordList = BundleRecordList;
});
define("Portal.model$Payload48Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload48Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload48Record = (function (_super) {
__extends(Payload48Record, _super);
function Payload48Record(defaults) {
_super.apply(this, arguments);
}
Payload48Record.attributesToDeclare = function () {
return [
this.attr("Payload48", "payload48Attr", "Payload48", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload48Rec());
}, true, PortalModel.Payload48Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload48Record.fromStructure = function (str) {
return new Payload48Record(new Payload48Record.RecordClass({
payload48Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload48Record._isAnonymousRecord = true;
Payload48Record.UniqueId = "3b87a5db-3871-dd00-cc0a-600bbee4f805";
Payload48Record.init();
return Payload48Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload48Record = Payload48Record;
});
define("Portal.model$MoneyOrderDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MoneyOrderDetailRecord = (function (_super) {
__extends(MoneyOrderDetailRecord, _super);
function MoneyOrderDetailRecord(defaults) {
_super.apply(this, arguments);
}
MoneyOrderDetailRecord.attributesToDeclare = function () {
return [
this.attr("MoneyOrderDetail", "moneyOrderDetailAttr", "MoneyOrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MoneyOrderDetailRec());
}, true, PortalModel.MoneyOrderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
MoneyOrderDetailRecord.fromStructure = function (str) {
return new MoneyOrderDetailRecord(new MoneyOrderDetailRecord.RecordClass({
moneyOrderDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MoneyOrderDetailRecord._isAnonymousRecord = true;
MoneyOrderDetailRecord.UniqueId = "4a01d8ad-660e-1060-a6bc-e8fc287db10d";
MoneyOrderDetailRecord.init();
return MoneyOrderDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MoneyOrderDetailRecord = MoneyOrderDetailRecord;
});
define("Portal.model$MoneyOrderDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MoneyOrderDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MoneyOrderDetailRecordList = (function (_super) {
__extends(MoneyOrderDetailRecordList, _super);
function MoneyOrderDetailRecordList(defaults) {
_super.apply(this, arguments);
}
MoneyOrderDetailRecordList.itemType = PortalModel.MoneyOrderDetailRecord;
return MoneyOrderDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MoneyOrderDetailRecordList = MoneyOrderDetailRecordList;
});
define("Portal.model$DropDownListRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropDownListRec = (function (_super) {
__extends(DropDownListRec, _super);
function DropDownListRec(defaults) {
_super.apply(this, arguments);
}
DropDownListRec.attributesToDeclare = function () {
return [
this.attr("ItemID", "itemIDAttr", "ItemID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ItemText", "itemTextAttr", "ItemText", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DropDownListRec.init();
return DropDownListRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DropDownListRec = DropDownListRec;
});
define("Portal.model$RolesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RolesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RolesRecordList = (function (_super) {
__extends(RolesRecordList, _super);
function RolesRecordList(defaults) {
_super.apply(this, arguments);
}
RolesRecordList.itemType = PortalModel.RolesRecord;
return RolesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RolesRecordList = RolesRecordList;
});
define("Portal.model$GetCustomCategoryResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryResponseRec = (function (_super) {
__extends(GetCustomCategoryResponseRec, _super);
function GetCustomCategoryResponseRec(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomCategoryPayloadRec());
}, true, PortalModel.GetCustomCategoryPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomCategoryResponseRec.init();
return GetCustomCategoryResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomCategoryResponseRec = GetCustomCategoryResponseRec;
});
define("Portal.model$GetCustomCategoryResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryResponseList = (function (_super) {
__extends(GetCustomCategoryResponseList, _super);
function GetCustomCategoryResponseList(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryResponseList.itemType = PortalModel.GetCustomCategoryResponseRec;
return GetCustomCategoryResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomCategoryResponseList = GetCustomCategoryResponseList;
});
define("Portal.model$HTTPRequest9Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest9Record = (function (_super) {
__extends(HTTPRequest9Record, _super);
function HTTPRequest9Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest9Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest9", "hTTPRequest9Attr", "HTTPRequest9", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest9Rec());
}, true, PortalModel.HTTPRequest9Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest9Record.fromStructure = function (str) {
return new HTTPRequest9Record(new HTTPRequest9Record.RecordClass({
hTTPRequest9Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest9Record._isAnonymousRecord = true;
HTTPRequest9Record.UniqueId = "3c167a2c-3080-fe38-2431-8862ab9e1562";
HTTPRequest9Record.init();
return HTTPRequest9Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest9Record = HTTPRequest9Record;
});
define("Portal.model$GetFreeBoxPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxPayloadList = (function (_super) {
__extends(GetFreeBoxPayloadList, _super);
function GetFreeBoxPayloadList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxPayloadList.itemType = PortalModel.GetFreeBoxPayloadRec;
return GetFreeBoxPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxPayloadList = GetFreeBoxPayloadList;
});
define("Portal.model$ResendOTPRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendOTPRec = (function (_super) {
__extends(ResendOTPRec, _super);
function ResendOTPRec(defaults) {
_super.apply(this, arguments);
}
ResendOTPRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload9Rec());
}, true, PortalModel.Payload9Rec)
].concat(_super.attributesToDeclare.call(this));
};
ResendOTPRec.init();
return ResendOTPRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendOTPRec = ResendOTPRec;
});
define("Portal.model$GetDeliveryOfficeResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficeResponse2Rec = (function (_super) {
__extends(GetDeliveryOfficeResponse2Rec, _super);
function GetDeliveryOfficeResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficeResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryOfficePayloadRec());
}, true, PortalModel.GetDeliveryOfficePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryOfficeResponse2Rec.init();
return GetDeliveryOfficeResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryOfficeResponse2Rec = GetDeliveryOfficeResponse2Rec;
});
define("Portal.model$GetDeliveryOfficeResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficeResponse2Record = (function (_super) {
__extends(GetDeliveryOfficeResponse2Record, _super);
function GetDeliveryOfficeResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficeResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetDeliveryOfficeResponse2", "getDeliveryOfficeResponse2Attr", "GetDeliveryOfficeResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryOfficeResponse2Rec());
}, true, PortalModel.GetDeliveryOfficeResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryOfficeResponse2Record.fromStructure = function (str) {
return new GetDeliveryOfficeResponse2Record(new GetDeliveryOfficeResponse2Record.RecordClass({
getDeliveryOfficeResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryOfficeResponse2Record._isAnonymousRecord = true;
GetDeliveryOfficeResponse2Record.UniqueId = "3c6cfa2e-2372-4466-4066-aac08f1643b5";
GetDeliveryOfficeResponse2Record.init();
return GetDeliveryOfficeResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryOfficeResponse2Record = GetDeliveryOfficeResponse2Record;
});
define("Portal.model$CMS_PageList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageList = (function (_super) {
__extends(CMS_PageList, _super);
function CMS_PageList(defaults) {
_super.apply(this, arguments);
}
CMS_PageList.itemType = Data_COModel.CMS_PageRec;
return CMS_PageList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageList = CMS_PageList;
});
define("Portal.model$PaymentOrderMetaDataRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderMetaDataRec = (function (_super) {
__extends(PaymentOrderMetaDataRec, _super);
function PaymentOrderMetaDataRec(defaults) {
_super.apply(this, arguments);
}
PaymentOrderMetaDataRec.attributesToDeclare = function () {
return [
this.attr("OrderNumber", "orderNumberAttr", "OrderNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderType", "orderTypeAttr", "OrderType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentOrderMetaDataRec.init();
return PaymentOrderMetaDataRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentOrderMetaDataRec = PaymentOrderMetaDataRec;
});
define("Portal.model$ValidatePostBoxDetailsPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsPayloadList = (function (_super) {
__extends(ValidatePostBoxDetailsPayloadList, _super);
function ValidatePostBoxDetailsPayloadList(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsPayloadList.itemType = PortalModel.ValidatePostBoxDetailsPayloadRec;
return ValidatePostBoxDetailsPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePostBoxDetailsPayloadList = ValidatePostBoxDetailsPayloadList;
});
define("Portal.model$SelectedBranchRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBranchRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBranchRecordList = (function (_super) {
__extends(SelectedBranchRecordList, _super);
function SelectedBranchRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedBranchRecordList.itemType = PortalModel.SelectedBranchRecord;
return SelectedBranchRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBranchRecordList = SelectedBranchRecordList;
});
define("Portal.model$UserSignupRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserSignupRec = (function (_super) {
__extends(UserSignupRec, _super);
function UserSignupRec(defaults) {
_super.apply(this, arguments);
}
UserSignupRec.attributesToDeclare = function () {
return [
this.attr("ResendCode", "resendCodeAttr", "ResendCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAddress", "emailAddressAttr", "EmailAddress", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("MobileISD", "mobileISDAttr", "MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PreferredPassword", "preferredPasswordAttr", "PreferredPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConfirmPassword", "confirmPasswordAttr", "ConfirmPassword", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesID", "emiratesIDAttr", "EmiratesID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PreferredLanguage", "preferredLanguageAttr", "PreferredLanguage", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UserSignupRec.init();
return UserSignupRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UserSignupRec = UserSignupRec;
});
define("Portal.model$GetInboundLetterImagesRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesRequestRec = (function (_super) {
__extends(GetInboundLetterImagesRequestRec, _super);
function GetInboundLetterImagesRequestRec(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesRequestRec.attributesToDeclare = function () {
return [
this.attr("ImageName", "imageNameAttr", "imageName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ImagePath", "imagePathAttr", "imagePath", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLetterImagesRequestRec.init();
return GetInboundLetterImagesRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLetterImagesRequestRec = GetInboundLetterImagesRequestRec;
});
define("Portal.model$GetInboundLetterImagesRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesRequestRecord = (function (_super) {
__extends(GetInboundLetterImagesRequestRecord, _super);
function GetInboundLetterImagesRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundLetterImagesRequest", "getInboundLetterImagesRequestAttr", "GetInboundLetterImagesRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundLetterImagesRequestRec());
}, true, PortalModel.GetInboundLetterImagesRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLetterImagesRequestRecord.fromStructure = function (str) {
return new GetInboundLetterImagesRequestRecord(new GetInboundLetterImagesRequestRecord.RecordClass({
getInboundLetterImagesRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundLetterImagesRequestRecord._isAnonymousRecord = true;
GetInboundLetterImagesRequestRecord.UniqueId = "3ce88e2e-b8bb-f51a-1b24-0c27bcd98e3f";
GetInboundLetterImagesRequestRecord.init();
return GetInboundLetterImagesRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLetterImagesRequestRecord = GetInboundLetterImagesRequestRecord;
});
define("Portal.model$MultiShip_Courier_Premium_FileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_FileRec = (function (_super) {
__extends(MultiShip_Courier_Premium_FileRec, _super);
function MultiShip_Courier_Premium_FileRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_FileRec.attributesToDeclare = function () {
return [
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "Length", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Width", "widthAttr", "Width", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Height", "heightAttr", "Height", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ItemDesc", "itemDescAttr", "ItemDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "ItemValue", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_FileRec.init();
return MultiShip_Courier_Premium_FileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_FileRec = MultiShip_Courier_Premium_FileRec;
});
define("Portal.model$MultiShip_Courier_Premium_FileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_FileRecord = (function (_super) {
__extends(MultiShip_Courier_Premium_FileRecord, _super);
function MultiShip_Courier_Premium_FileRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_FileRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Premium_File", "multiShip_Courier_Premium_FileAttr", "MultiShip_Courier_Premium_File", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_Premium_FileRec());
}, true, PortalModel.MultiShip_Courier_Premium_FileRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_Premium_FileRecord.fromStructure = function (str) {
return new MultiShip_Courier_Premium_FileRecord(new MultiShip_Courier_Premium_FileRecord.RecordClass({
multiShip_Courier_Premium_FileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_Premium_FileRecord._isAnonymousRecord = true;
MultiShip_Courier_Premium_FileRecord.UniqueId = "3d1a3871-7f3a-a038-f19f-3e443748048b";
MultiShip_Courier_Premium_FileRecord.init();
return MultiShip_Courier_Premium_FileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_Premium_FileRecord = MultiShip_Courier_Premium_FileRecord;
});
define("Portal.model$ProductCardRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductCardRecord = (function (_super) {
__extends(ProductCardRecord, _super);
function ProductCardRecord(defaults) {
_super.apply(this, arguments);
}
ProductCardRecord.attributesToDeclare = function () {
return [
this.attr("ProductCard", "productCardAttr", "ProductCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductCardRec());
}, true, PortalModel.ProductCardRec)
].concat(_super.attributesToDeclare.call(this));
};
ProductCardRecord.fromStructure = function (str) {
return new ProductCardRecord(new ProductCardRecord.RecordClass({
productCardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductCardRecord._isAnonymousRecord = true;
ProductCardRecord.UniqueId = "3d41d134-b6af-de33-21d9-5ae1aaf5b997";
ProductCardRecord.init();
return ProductCardRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductCardRecord = ProductCardRecord;
});
define("Portal.model$GetIDLRegionsbyEmiratesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsByEmiratesPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLRegionsbyEmiratesResponseRec = (function (_super) {
__extends(GetIDLRegionsbyEmiratesResponseRec, _super);
function GetIDLRegionsbyEmiratesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetIDLRegionsbyEmiratesResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionsByEmiratesPayloadRec());
}, true, PortalModel.RegionsByEmiratesPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLRegionsbyEmiratesResponseRec.init();
return GetIDLRegionsbyEmiratesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLRegionsbyEmiratesResponseRec = GetIDLRegionsbyEmiratesResponseRec;
});
define("Portal.model$GetIDLRegionsbyEmiratesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLRegionsbyEmiratesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLRegionsbyEmiratesResponseRecord = (function (_super) {
__extends(GetIDLRegionsbyEmiratesResponseRecord, _super);
function GetIDLRegionsbyEmiratesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetIDLRegionsbyEmiratesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetIDLRegionsbyEmiratesResponse", "getIDLRegionsbyEmiratesResponseAttr", "GetIDLRegionsbyEmiratesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetIDLRegionsbyEmiratesResponseRec());
}, true, PortalModel.GetIDLRegionsbyEmiratesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetIDLRegionsbyEmiratesResponseRecord.fromStructure = function (str) {
return new GetIDLRegionsbyEmiratesResponseRecord(new GetIDLRegionsbyEmiratesResponseRecord.RecordClass({
getIDLRegionsbyEmiratesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetIDLRegionsbyEmiratesResponseRecord._isAnonymousRecord = true;
GetIDLRegionsbyEmiratesResponseRecord.UniqueId = "86f0eeb6-baf2-d234-96e2-b1cc2278dda2";
GetIDLRegionsbyEmiratesResponseRecord.init();
return GetIDLRegionsbyEmiratesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetIDLRegionsbyEmiratesResponseRecord = GetIDLRegionsbyEmiratesResponseRecord;
});
define("Portal.model$GetIDLRegionsbyEmiratesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLRegionsbyEmiratesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLRegionsbyEmiratesResponseRecordList = (function (_super) {
__extends(GetIDLRegionsbyEmiratesResponseRecordList, _super);
function GetIDLRegionsbyEmiratesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetIDLRegionsbyEmiratesResponseRecordList.itemType = PortalModel.GetIDLRegionsbyEmiratesResponseRecord;
return GetIDLRegionsbyEmiratesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLRegionsbyEmiratesResponseRecordList = GetIDLRegionsbyEmiratesResponseRecordList;
});
define("Portal.model$MultiShip_Courier_FileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileRecord = (function (_super) {
__extends(MultiShip_Courier_FileRecord, _super);
function MultiShip_Courier_FileRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_File", "multiShip_Courier_FileAttr", "MultiShip_Courier_File", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_FileRec());
}, true, PortalModel.MultiShip_Courier_FileRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_FileRecord.fromStructure = function (str) {
return new MultiShip_Courier_FileRecord(new MultiShip_Courier_FileRecord.RecordClass({
multiShip_Courier_FileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_FileRecord._isAnonymousRecord = true;
MultiShip_Courier_FileRecord.UniqueId = "7352e195-6c12-1f35-d672-7628dd1e0595";
MultiShip_Courier_FileRecord.init();
return MultiShip_Courier_FileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_FileRecord = MultiShip_Courier_FileRecord;
});
define("Portal.model$MultiShip_Courier_FileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileRecordList = (function (_super) {
__extends(MultiShip_Courier_FileRecordList, _super);
function MultiShip_Courier_FileRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileRecordList.itemType = PortalModel.MultiShip_Courier_FileRecord;
return MultiShip_Courier_FileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_FileRecordList = MultiShip_Courier_FileRecordList;
});
define("Portal.model$StatusIDLRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLRecord = (function (_super) {
__extends(StatusIDLRecord, _super);
function StatusIDLRecord(defaults) {
_super.apply(this, arguments);
}
StatusIDLRecord.attributesToDeclare = function () {
return [
this.attr("StatusIDL", "statusIDLAttr", "StatusIDL", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StatusIDLRec());
}, true, PortalModel.StatusIDLRec)
].concat(_super.attributesToDeclare.call(this));
};
StatusIDLRecord.fromStructure = function (str) {
return new StatusIDLRecord(new StatusIDLRecord.RecordClass({
statusIDLAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
StatusIDLRecord._isAnonymousRecord = true;
StatusIDLRecord.UniqueId = "43614587-7666-23d2-7bc8-56b3d777ecca";
StatusIDLRecord.init();
return StatusIDLRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.StatusIDLRecord = StatusIDLRecord;
});
define("Portal.model$StatusIDLRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLRecordList = (function (_super) {
__extends(StatusIDLRecordList, _super);
function StatusIDLRecordList(defaults) {
_super.apply(this, arguments);
}
StatusIDLRecordList.itemType = PortalModel.StatusIDLRecord;
return StatusIDLRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StatusIDLRecordList = StatusIDLRecordList;
});
define("Portal.model$Payload45Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload45Rec = (function (_super) {
__extends(Payload45Rec, _super);
function Payload45Rec(defaults) {
_super.apply(this, arguments);
}
Payload45Rec.attributesToDeclare = function () {
return [
this.attr("airwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("statusDesc", "statusDescAttr", "statusDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("subStatusDesc", "subStatusDescAttr", "subStatusDesc", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receivedById", "receivedByIdAttr", "receivedById", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("receivedByName", "receivedByNameAttr", "receivedByName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("timestamp", "timestampAttr", "timestamp", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("additionalInfo", "additionalInfoAttr", "additionalInfo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("proofOfDelivery", "proofOfDeliveryAttr", "proofOfDelivery", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload45Rec.init();
return Payload45Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload45Rec = Payload45Rec;
});
define("Portal.model$Payload45List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload45Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload45List = (function (_super) {
__extends(Payload45List, _super);
function Payload45List(defaults) {
_super.apply(this, arguments);
}
Payload45List.itemType = PortalModel.Payload45Rec;
return Payload45List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload45List = Payload45List;
});
define("Portal.model$DeliveryInstructionsBOItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryInstructionsBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryInstructionsBOItem3List = (function (_super) {
__extends(DeliveryInstructionsBOItem3List, _super);
function DeliveryInstructionsBOItem3List(defaults) {
_super.apply(this, arguments);
}
DeliveryInstructionsBOItem3List.itemType = PortalModel.DeliveryInstructionsBOItem3Rec;
return DeliveryInstructionsBOItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.DeliveryInstructionsBOItem3List = DeliveryInstructionsBOItem3List;
});
define("Portal.model$GetDeliveryInstructionsPayload2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryInstructionsBOItem3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsPayload2Rec = (function (_super) {
__extends(GetDeliveryInstructionsPayload2Rec, _super);
function GetDeliveryInstructionsPayload2Rec(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsPayload2Rec.attributesToDeclare = function () {
return [
this.attr("deliveryInstructions", "deliveryInstructionsAttr", "deliveryInstructions", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DeliveryInstructionsBOItem3List());
}, true, PortalModel.DeliveryInstructionsBOItem3List)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryInstructionsPayload2Rec.fromStructure = function (str) {
return new GetDeliveryInstructionsPayload2Rec(new GetDeliveryInstructionsPayload2Rec.RecordClass({
deliveryInstructionsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryInstructionsPayload2Rec.init();
return GetDeliveryInstructionsPayload2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryInstructionsPayload2Rec = GetDeliveryInstructionsPayload2Rec;
});
define("Portal.model$GetDeliveryInstructionsResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsResponse2Rec = (function (_super) {
__extends(GetDeliveryInstructionsResponse2Rec, _super);
function GetDeliveryInstructionsResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryInstructionsPayload2Rec());
}, true, PortalModel.GetDeliveryInstructionsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryInstructionsResponse2Rec.init();
return GetDeliveryInstructionsResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryInstructionsResponse2Rec = GetDeliveryInstructionsResponse2Rec;
});
define("Portal.model$GetDeliveryInstructionsResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsResponse2Record = (function (_super) {
__extends(GetDeliveryInstructionsResponse2Record, _super);
function GetDeliveryInstructionsResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetDeliveryInstructionsResponse2", "getDeliveryInstructionsResponse2Attr", "GetDeliveryInstructionsResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryInstructionsResponse2Rec());
}, true, PortalModel.GetDeliveryInstructionsResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryInstructionsResponse2Record.fromStructure = function (str) {
return new GetDeliveryInstructionsResponse2Record(new GetDeliveryInstructionsResponse2Record.RecordClass({
getDeliveryInstructionsResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryInstructionsResponse2Record._isAnonymousRecord = true;
GetDeliveryInstructionsResponse2Record.UniqueId = "3e32b3de-9655-b028-04e8-f2189f58aa8f";
GetDeliveryInstructionsResponse2Record.init();
return GetDeliveryInstructionsResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryInstructionsResponse2Record = GetDeliveryInstructionsResponse2Record;
});
define("Portal.model$SenderDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderDetailRecord = (function (_super) {
__extends(SenderDetailRecord, _super);
function SenderDetailRecord(defaults) {
_super.apply(this, arguments);
}
SenderDetailRecord.attributesToDeclare = function () {
return [
this.attr("SenderDetail", "senderDetailAttr", "SenderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderDetailRec());
}, true, PortalModel.SenderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
SenderDetailRecord.fromStructure = function (str) {
return new SenderDetailRecord(new SenderDetailRecord.RecordClass({
senderDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SenderDetailRecord._isAnonymousRecord = true;
SenderDetailRecord.UniqueId = "3e4566cd-f845-9471-73f1-34cfca4bad34";
SenderDetailRecord.init();
return SenderDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SenderDetailRecord = SenderDetailRecord;
});
define("Portal.model$HTTPHeader14Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader14Record = (function (_super) {
__extends(HTTPHeader14Record, _super);
function HTTPHeader14Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader14Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader14", "hTTPHeader14Attr", "HTTPHeader14", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader14Rec());
}, true, PortalModel.HTTPHeader14Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader14Record.fromStructure = function (str) {
return new HTTPHeader14Record(new HTTPHeader14Record.RecordClass({
hTTPHeader14Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader14Record._isAnonymousRecord = true;
HTTPHeader14Record.UniqueId = "c03ea97d-78a7-dc37-d277-dc7757f71efd";
HTTPHeader14Record.init();
return HTTPHeader14Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader14Record = HTTPHeader14Record;
});
define("Portal.model$HTTPHeader14RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader14Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader14RecordList = (function (_super) {
__extends(HTTPHeader14RecordList, _super);
function HTTPHeader14RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader14RecordList.itemType = PortalModel.HTTPHeader14Record;
return HTTPHeader14RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader14RecordList = HTTPHeader14RecordList;
});
define("Portal.model$Cnp_paymentlinkRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Cnp_paymentlinkRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Cnp_paymentlinkRecordList = (function (_super) {
__extends(Cnp_paymentlinkRecordList, _super);
function Cnp_paymentlinkRecordList(defaults) {
_super.apply(this, arguments);
}
Cnp_paymentlinkRecordList.itemType = PortalModel.Cnp_paymentlinkRecord;
return Cnp_paymentlinkRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Cnp_paymentlinkRecordList = Cnp_paymentlinkRecordList;
});
define("Portal.model$CustomerAddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomerAddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomerAddressRecordList = (function (_super) {
__extends(CustomerAddressRecordList, _super);
function CustomerAddressRecordList(defaults) {
_super.apply(this, arguments);
}
CustomerAddressRecordList.itemType = PortalModel.CustomerAddressRecord;
return CustomerAddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomerAddressRecordList = CustomerAddressRecordList;
});
define("Portal.model$FreeBoxObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxObjectRecord = (function (_super) {
__extends(FreeBoxObjectRecord, _super);
function FreeBoxObjectRecord(defaults) {
_super.apply(this, arguments);
}
FreeBoxObjectRecord.attributesToDeclare = function () {
return [
this.attr("FreeBoxObject", "freeBoxObjectAttr", "FreeBoxObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FreeBoxObjectRec());
}, true, PortalModel.FreeBoxObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
FreeBoxObjectRecord.fromStructure = function (str) {
return new FreeBoxObjectRecord(new FreeBoxObjectRecord.RecordClass({
freeBoxObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FreeBoxObjectRecord._isAnonymousRecord = true;
FreeBoxObjectRecord.UniqueId = "a47679f3-730c-5446-f1db-4666cf51479b";
FreeBoxObjectRecord.init();
return FreeBoxObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FreeBoxObjectRecord = FreeBoxObjectRecord;
});
define("Portal.model$FreeBoxObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxObjectRecordList = (function (_super) {
__extends(FreeBoxObjectRecordList, _super);
function FreeBoxObjectRecordList(defaults) {
_super.apply(this, arguments);
}
FreeBoxObjectRecordList.itemType = PortalModel.FreeBoxObjectRecord;
return FreeBoxObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FreeBoxObjectRecordList = FreeBoxObjectRecordList;
});
define("Portal.model$Payload83Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload83Rec = (function (_super) {
__extends(Payload83Rec, _super);
function Payload83Rec(defaults) {
_super.apply(this, arguments);
}
Payload83Rec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ServiceType", "serviceTypeAttr", "serviceType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Pieces", "piecesAttr", "pieces", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight", "weightAttr", "weight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("WeightUnit", "weightUnitAttr", "weightUnit", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargeableWeight", "chargeableWeightAttr", "chargeableWeight", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CommodityDescription", "commodityDescriptionAttr", "commodityDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsAmount", "customsAmountAttr", "customsAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomsCharges", "customsChargesAttr", "customsCharges", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AccountNumber", "accountNumberAttr", "accountNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ThirdPartyReferenceNumber", "thirdPartyReferenceNumberAttr", "thirdPartyReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperReferenceNumber", "shipperReferenceNumberAttr", "shipperReferenceNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber1", "referenceNumber1Attr", "referenceNumber1", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReferenceNumber2", "referenceNumber2Attr", "referenceNumber2", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCompanyName", "senderCompanyNameAttr", "senderCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactName", "senderContactNameAttr", "senderContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderContactNumber", "senderContactNumberAttr", "senderContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderAddress", "senderAddressAttr", "senderAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCity", "senderCityAttr", "senderCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderPOBox", "senderPOBoxAttr", "senderPOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderCountry", "senderCountryAttr", "senderCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCompanyName", "consigneeCompanyNameAttr", "consigneeCompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactName", "consigneeContactNameAttr", "consigneeContactName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeContactNumber", "consigneeContactNumberAttr", "consigneeContactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeAddress", "consigneeAddressAttr", "consigneeAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCity", "consigneeCityAttr", "consigneeCity", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneePOBox", "consigneePOBoxAttr", "consigneePOBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeCountry", "consigneeCountryAttr", "consigneeCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PickupDate", "pickupDateAttr", "pickupDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedDate", "createdDateAttr", "createdDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryDate", "deliveryDateAttr", "deliveryDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DeliveryTo", "deliveryToAttr", "deliveryTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DeliveryType", "deliveryTypeAttr", "deliveryType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PaymentType", "paymentTypeAttr", "paymentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CODAmountToBeCollected", "cODAmountToBeCollectedAttr", "cODAmountToBeCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODAmountCollected", "cODAmountCollectedAttr", "cODAmountCollected", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CODCollectionDate", "cODCollectionDateAttr", "cODCollectionDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CurrentStatus", "currentStatusAttr", "currentStatus", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExpectedDeliveryTime", "expectedDeliveryTimeAttr", "expectedDeliveryTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeCode", "contentTypeCodeAttr", "contentTypeCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentTypeDescription", "contentTypeDescriptionAttr", "contentTypeDescription", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Registered", "registeredAttr", "registered", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Height", "heightAttr", "height", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Length", "lengthAttr", "length", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Width", "widthAttr", "width", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemValue", "itemValueAttr", "itemValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("ProductCode", "productCodeAttr", "productCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SpecialInstructionID", "specialInstructionIDAttr", "specialInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("DeliveryInstructionID", "deliveryInstructionIDAttr", "deliveryInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("HandlingInstructionID", "handlingInstructionIDAttr", "handlingInstructionID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("IsReturnItem", "isReturnItemAttr", "isReturnItem", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsReturnService", "isReturnServiceAttr", "isReturnService", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsDropOffOfficeID", "isDropOffOfficeIDAttr", "isDropOffOfficeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "natureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SenderEmailAddress", "senderEmailAddressAttr", "senderEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverEmailAddress", "receiverEmailAddressAttr", "receiverEmailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OriginOffice", "originOfficeAttr", "originOffice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChargesPaid", "chargesPaidAttr", "chargesPaid", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload83Rec.init();
return Payload83Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload83Rec = Payload83Rec;
});
define("Portal.model$Payload83Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload83Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload83Record = (function (_super) {
__extends(Payload83Record, _super);
function Payload83Record(defaults) {
_super.apply(this, arguments);
}
Payload83Record.attributesToDeclare = function () {
return [
this.attr("Payload83", "payload83Attr", "Payload83", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload83Rec());
}, true, PortalModel.Payload83Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload83Record.fromStructure = function (str) {
return new Payload83Record(new Payload83Record.RecordClass({
payload83Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload83Record._isAnonymousRecord = true;
Payload83Record.UniqueId = "3f054c54-2fe4-e631-4e71-b45aab9c8998";
Payload83Record.init();
return Payload83Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload83Record = Payload83Record;
});
define("Portal.model$DialogParametersList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DialogParametersRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DialogParametersList = (function (_super) {
__extends(DialogParametersList, _super);
function DialogParametersList(defaults) {
_super.apply(this, arguments);
}
DialogParametersList.itemType = PortalModel.DialogParametersRec;
return DialogParametersList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DialogParametersList = DialogParametersList;
});
define("Portal.model$Payload17Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload17Record = (function (_super) {
__extends(Payload17Record, _super);
function Payload17Record(defaults) {
_super.apply(this, arguments);
}
Payload17Record.attributesToDeclare = function () {
return [
this.attr("Payload17", "payload17Attr", "Payload17", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload17Rec());
}, true, PortalModel.Payload17Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload17Record.fromStructure = function (str) {
return new Payload17Record(new Payload17Record.RecordClass({
payload17Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload17Record._isAnonymousRecord = true;
Payload17Record.UniqueId = "a205f737-ca8e-bad8-ff2d-5cefd3efa9d1";
Payload17Record.init();
return Payload17Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload17Record = Payload17Record;
});
define("Portal.model$Payload17RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload17Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload17RecordList = (function (_super) {
__extends(Payload17RecordList, _super);
function Payload17RecordList(defaults) {
_super.apply(this, arguments);
}
Payload17RecordList.itemType = PortalModel.Payload17Record;
return Payload17RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload17RecordList = Payload17RecordList;
});
define("Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "File_Management_CO.model", "Portal.model", "Data_CO.model$CMS_PageVersionRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO", "Data_CO.model$CMS_PageRec", "Data_CO.model$CMS_PageLocaleRec", "File_Management_CO.model$FileRec", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, Data_COModel, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record = (function (_super) {
__extends(CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record, _super);
function CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record.attributesToDeclare = function () {
return [
this.attr("CMS_PageVersion", "cMS_PageVersionAttr", "CMS_PageVersion", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageVersionRec());
}, true, Data_COModel.CMS_PageVersionRec),
this.attr("CMS_Page", "cMS_PageAttr", "CMS_Page", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageRec());
}, true, Data_COModel.CMS_PageRec),
this.attr("CMS_PageLocale", "cMS_PageLocaleAttr", "CMS_PageLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageLocaleRec());
}, true, Data_COModel.CMS_PageLocaleRec),
this.attr("File", "fileAttr", "File", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new File_Management_COModel.FileRec());
}, true, File_Management_COModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record._isAnonymousRecord = true;
CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record.UniqueId = "ed922050-27dd-dfec-c460-50fa1f0c266c";
CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record.init();
return CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record = CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record;
});
define("Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList = (function (_super) {
__extends(CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList, _super);
function CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList.itemType = PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile21Record;
return CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList = CMS_PageVersionCMS_PageCMS_PageLocaleFile21RecordList;
});
define("Portal.model$PickupTimeRangeList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeRangeRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeRangeList = (function (_super) {
__extends(PickupTimeRangeList, _super);
function PickupTimeRangeList(defaults) {
_super.apply(this, arguments);
}
PickupTimeRangeList.itemType = PortalModel.PickupTimeRangeRec;
return PickupTimeRangeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupTimeRangeList = PickupTimeRangeList;
});
define("Portal.model$Payload30RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload30Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload30RecordList = (function (_super) {
__extends(Payload30RecordList, _super);
function Payload30RecordList(defaults) {
_super.apply(this, arguments);
}
Payload30RecordList.itemType = PortalModel.Payload30Record;
return Payload30RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload30RecordList = Payload30RecordList;
});
define("Portal.model$CustomerAddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomerAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomerAddressList = (function (_super) {
__extends(CustomerAddressList, _super);
function CustomerAddressList(defaults) {
_super.apply(this, arguments);
}
CustomerAddressList.itemType = PortalModel.CustomerAddressRec;
return CustomerAddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomerAddressList = CustomerAddressList;
});
define("Portal.model$Payload41RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload41Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload41RecordList = (function (_super) {
__extends(Payload41RecordList, _super);
function Payload41RecordList(defaults) {
_super.apply(this, arguments);
}
Payload41RecordList.itemType = PortalModel.Payload41Record;
return Payload41RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload41RecordList = Payload41RecordList;
});
define("Portal.model$ICaseMasterDataResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseMasterDataResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseMasterDataResponseRecord = (function (_super) {
__extends(ICaseMasterDataResponseRecord, _super);
function ICaseMasterDataResponseRecord(defaults) {
_super.apply(this, arguments);
}
ICaseMasterDataResponseRecord.attributesToDeclare = function () {
return [
this.attr("ICaseMasterDataResponse", "iCaseMasterDataResponseAttr", "ICaseMasterDataResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICaseMasterDataResponseRec());
}, true, PortalModel.ICaseMasterDataResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ICaseMasterDataResponseRecord.fromStructure = function (str) {
return new ICaseMasterDataResponseRecord(new ICaseMasterDataResponseRecord.RecordClass({
iCaseMasterDataResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ICaseMasterDataResponseRecord._isAnonymousRecord = true;
ICaseMasterDataResponseRecord.UniqueId = "3fd292c5-e9aa-f69b-f08e-a8b5e5580daa";
ICaseMasterDataResponseRecord.init();
return ICaseMasterDataResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ICaseMasterDataResponseRecord = ICaseMasterDataResponseRecord;
});
define("Portal.model$ReceiverDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverDetailList = (function (_super) {
__extends(ReceiverDetailList, _super);
function ReceiverDetailList(defaults) {
_super.apply(this, arguments);
}
ReceiverDetailList.itemType = PortalModel.ReceiverDetailRec;
return ReceiverDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReceiverDetailList = ReceiverDetailList;
});
define("Portal.model$GetShipmentsRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetShipmentsRequestRec = (function (_super) {
__extends(GetShipmentsRequestRec, _super);
function GetShipmentsRequestRec(defaults) {
_super.apply(this, arguments);
}
GetShipmentsRequestRec.attributesToDeclare = function () {
return [
this.attr("CustomerInterfaceId", "customerInterfaceIdAttr", "customerInterfaceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FromDate", "fromDateAttr", "FromDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ToDate", "toDateAttr", "ToDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReceiverCountryID", "receiverCountryIDAttr", "receiverCountryID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StatusID", "statusIDAttr", "statusID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperUniqueBoxID", "shipperUniqueBoxIDAttr", "shipperUniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipperMobileNumber", "shipperMobileNumberAttr", "shipperMobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchID", "batchIDAttr", "batchID", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetShipmentsRequestRec.init();
return GetShipmentsRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetShipmentsRequestRec = GetShipmentsRequestRec;
});
define("Portal.model$GetShipmentsRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetShipmentsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetShipmentsRequestRecord = (function (_super) {
__extends(GetShipmentsRequestRecord, _super);
function GetShipmentsRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetShipmentsRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetShipmentsRequest", "getShipmentsRequestAttr", "GetShipmentsRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetShipmentsRequestRec());
}, true, PortalModel.GetShipmentsRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetShipmentsRequestRecord.fromStructure = function (str) {
return new GetShipmentsRequestRecord(new GetShipmentsRequestRecord.RecordClass({
getShipmentsRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetShipmentsRequestRecord._isAnonymousRecord = true;
GetShipmentsRequestRecord.UniqueId = "ffe50517-a9c4-c624-aceb-9649514092d4";
GetShipmentsRequestRecord.init();
return GetShipmentsRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetShipmentsRequestRecord = GetShipmentsRequestRecord;
});
define("Portal.model$GetShipmentsRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetShipmentsRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetShipmentsRequestRecordList = (function (_super) {
__extends(GetShipmentsRequestRecordList, _super);
function GetShipmentsRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetShipmentsRequestRecordList.itemType = PortalModel.GetShipmentsRequestRecord;
return GetShipmentsRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetShipmentsRequestRecordList = GetShipmentsRequestRecordList;
});
define("Portal.model$SaveBookingList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBookingRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBookingList = (function (_super) {
__extends(SaveBookingList, _super);
function SaveBookingList(defaults) {
_super.apply(this, arguments);
}
SaveBookingList.itemType = PortalModel.SaveBookingRec;
return SaveBookingList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBookingList = SaveBookingList;
});
define("Portal.model$ExcelTemplateLocalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateLocalRec = (function (_super) {
__extends(ExcelTemplateLocalRec, _super);
function ExcelTemplateLocalRec(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateLocalRec.attributesToDeclare = function () {
return [
this.attr("POBox", "pOBoxAttr", "POBox", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ConsigneeName", "consigneeNameAttr", "ConsigneeName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSEmirate", "rTSEmirateAttr", "RTSEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RTSPOBox", "rTSPOBoxAttr", "RTSPOBox", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTemplateLocalRec.init();
return ExcelTemplateLocalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTemplateLocalRec = ExcelTemplateLocalRec;
});
define("Portal.model$ResendActivationEmailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload40Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRec = (function (_super) {
__extends(ResendActivationEmailRec, _super);
function ResendActivationEmailRec(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload40Rec());
}, true, PortalModel.Payload40Rec)
].concat(_super.attributesToDeclare.call(this));
};
ResendActivationEmailRec.init();
return ResendActivationEmailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendActivationEmailRec = ResendActivationEmailRec;
});
define("Portal.model$FileObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileObjectList = (function (_super) {
__extends(FileObjectList, _super);
function FileObjectList(defaults) {
_super.apply(this, arguments);
}
FileObjectList.itemType = PortalModel.FileObjectRec;
return FileObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileObjectList = FileObjectList;
});
define("Portal.model$ViewPickupResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupResponseList = (function (_super) {
__extends(ViewPickupResponseList, _super);
function ViewPickupResponseList(defaults) {
_super.apply(this, arguments);
}
ViewPickupResponseList.itemType = PortalModel.ViewPickupResponseRec;
return ViewPickupResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewPickupResponseList = ViewPickupResponseList;
});
define("Portal.model$GetDeliveryInstructionsResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsResponse2List = (function (_super) {
__extends(GetDeliveryInstructionsResponse2List, _super);
function GetDeliveryInstructionsResponse2List(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsResponse2List.itemType = PortalModel.GetDeliveryInstructionsResponse2Rec;
return GetDeliveryInstructionsResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryInstructionsResponse2List = GetDeliveryInstructionsResponse2List;
});
define("Portal.model$CreatePOBoxUpgradeOrderRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrderRecord = (function (_super) {
__extends(CreatePOBoxUpgradeOrderRecord, _super);
function CreatePOBoxUpgradeOrderRecord(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrderRecord.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxUpgradeOrder", "createPOBoxUpgradeOrderAttr", "CreatePOBoxUpgradeOrder", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxUpgradeOrderRec());
}, true, PortalModel.CreatePOBoxUpgradeOrderRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxUpgradeOrderRecord.fromStructure = function (str) {
return new CreatePOBoxUpgradeOrderRecord(new CreatePOBoxUpgradeOrderRecord.RecordClass({
createPOBoxUpgradeOrderAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxUpgradeOrderRecord._isAnonymousRecord = true;
CreatePOBoxUpgradeOrderRecord.UniqueId = "c437927e-40ee-545a-7edb-d3deded511a9";
CreatePOBoxUpgradeOrderRecord.init();
return CreatePOBoxUpgradeOrderRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxUpgradeOrderRecord = CreatePOBoxUpgradeOrderRecord;
});
define("Portal.model$CreatePOBoxUpgradeOrderRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrderRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrderRecordList = (function (_super) {
__extends(CreatePOBoxUpgradeOrderRecordList, _super);
function CreatePOBoxUpgradeOrderRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrderRecordList.itemType = PortalModel.CreatePOBoxUpgradeOrderRecord;
return CreatePOBoxUpgradeOrderRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxUpgradeOrderRecordList = CreatePOBoxUpgradeOrderRecordList;
});
define("Portal.model$SelectPostBoxPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxPayloadList = (function (_super) {
__extends(SelectPostBoxPayloadList, _super);
function SelectPostBoxPayloadList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxPayloadList.itemType = PortalModel.SelectPostBoxPayloadRec;
return SelectPostBoxPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxPayloadList = SelectPostBoxPayloadList;
});
define("Portal.model$GetOrderHistoryResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem4List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponseRec = (function (_super) {
__extends(GetOrderHistoryResponseRec, _super);
function GetOrderHistoryResponseRec(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem4List());
}, true, PortalModel.PayloadItem4List)
].concat(_super.attributesToDeclare.call(this));
};
GetOrderHistoryResponseRec.init();
return GetOrderHistoryResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetOrderHistoryResponseRec = GetOrderHistoryResponseRec;
});
define("Portal.model$GetOrderHistoryResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponseRecord = (function (_super) {
__extends(GetOrderHistoryResponseRecord, _super);
function GetOrderHistoryResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetOrderHistoryResponse", "getOrderHistoryResponseAttr", "GetOrderHistoryResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetOrderHistoryResponseRec());
}, true, PortalModel.GetOrderHistoryResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetOrderHistoryResponseRecord.fromStructure = function (str) {
return new GetOrderHistoryResponseRecord(new GetOrderHistoryResponseRecord.RecordClass({
getOrderHistoryResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetOrderHistoryResponseRecord._isAnonymousRecord = true;
GetOrderHistoryResponseRecord.UniqueId = "414fb740-3794-52f3-dd7b-ae323d4c96ff";
GetOrderHistoryResponseRecord.init();
return GetOrderHistoryResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetOrderHistoryResponseRecord = GetOrderHistoryResponseRecord;
});
define("Portal.model$LoaderDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LoaderDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LoaderDetailsRecord = (function (_super) {
__extends(LoaderDetailsRecord, _super);
function LoaderDetailsRecord(defaults) {
_super.apply(this, arguments);
}
LoaderDetailsRecord.attributesToDeclare = function () {
return [
this.attr("LoaderDetails", "loaderDetailsAttr", "LoaderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LoaderDetailsRec());
}, true, PortalModel.LoaderDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
LoaderDetailsRecord.fromStructure = function (str) {
return new LoaderDetailsRecord(new LoaderDetailsRecord.RecordClass({
loaderDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LoaderDetailsRecord._isAnonymousRecord = true;
LoaderDetailsRecord.UniqueId = "a3ccfe6a-1a7c-6d65-931d-da03e1336c5e";
LoaderDetailsRecord.init();
return LoaderDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LoaderDetailsRecord = LoaderDetailsRecord;
});
define("Portal.model$LoaderDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LoaderDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LoaderDetailsRecordList = (function (_super) {
__extends(LoaderDetailsRecordList, _super);
function LoaderDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
LoaderDetailsRecordList.itemType = PortalModel.LoaderDetailsRecord;
return LoaderDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LoaderDetailsRecordList = LoaderDetailsRecordList;
});
define("Portal.model$CreatePOBoxRentalOrderResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderResponse2List = (function (_super) {
__extends(CreatePOBoxRentalOrderResponse2List, _super);
function CreatePOBoxRentalOrderResponse2List(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderResponse2List.itemType = PortalModel.CreatePOBoxRentalOrderResponse2Rec;
return CreatePOBoxRentalOrderResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRentalOrderResponse2List = CreatePOBoxRentalOrderResponse2List;
});
define("Portal.model$MappingTableRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MappingTableRec = (function (_super) {
__extends(MappingTableRec, _super);
function MappingTableRec(defaults) {
_super.apply(this, arguments);
}
MappingTableRec.attributesToDeclare = function () {
return [
this.attr("RowNum", "rowNumAttr", "RowNum", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DestinationColumn", "destinationColumnAttr", "DestinationColumn", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SourceColumn", "sourceColumnAttr", "SourceColumn", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MappingTableRec.init();
return MappingTableRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MappingTableRec = MappingTableRec;
});
define("Portal.model$Payload31List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload31Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload31List = (function (_super) {
__extends(Payload31List, _super);
function Payload31List(defaults) {
_super.apply(this, arguments);
}
Payload31List.itemType = PortalModel.Payload31Rec;
return Payload31List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload31List = Payload31List;
});
define("Portal.model$URLQueryParameter2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter2Rec = (function (_super) {
__extends(URLQueryParameter2Rec, _super);
function URLQueryParameter2Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter2Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter2Rec.init();
return URLQueryParameter2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter2Rec = URLQueryParameter2Rec;
});
define("Portal.model$URLQueryParameter2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter2Record = (function (_super) {
__extends(URLQueryParameter2Record, _super);
function URLQueryParameter2Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter2Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter2", "uRLQueryParameter2Attr", "URLQueryParameter2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter2Rec());
}, true, PortalModel.URLQueryParameter2Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter2Record.fromStructure = function (str) {
return new URLQueryParameter2Record(new URLQueryParameter2Record.RecordClass({
uRLQueryParameter2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter2Record._isAnonymousRecord = true;
URLQueryParameter2Record.UniqueId = "7be93b07-e84f-f670-07ca-4b393f6f1d9a";
URLQueryParameter2Record.init();
return URLQueryParameter2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter2Record = URLQueryParameter2Record;
});
define("Portal.model$URLQueryParameter2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter2RecordList = (function (_super) {
__extends(URLQueryParameter2RecordList, _super);
function URLQueryParameter2RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter2RecordList.itemType = PortalModel.URLQueryParameter2Record;
return URLQueryParameter2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter2RecordList = URLQueryParameter2RecordList;
});
define("Portal.model$PayloadItem5List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem5List = (function (_super) {
__extends(PayloadItem5List, _super);
function PayloadItem5List(defaults) {
_super.apply(this, arguments);
}
PayloadItem5List.itemType = PortalModel.PayloadItem5Rec;
return PayloadItem5List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem5List = PayloadItem5List;
});
define("Portal.model$SelectPostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxRequestRec = (function (_super) {
__extends(SelectPostBoxRequestRec, _super);
function SelectPostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("bundleId", "bundleIdAttr", "bundleId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("isTLLinked", "isTLLinkedAttr", "isTLLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("poBoxExpiryDate", "poBoxExpiryDateAttr", "poBoxExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("rentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("uniqueBoxId", "uniqueBoxIdAttr", "uniqueBoxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("tlExpiryDate", "tlExpiryDateAttr", "tlExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("poBoxNumber", "poBoxNumberAttr", "poBoxNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("poBoxOfficeId", "poBoxOfficeIdAttr", "poBoxOfficeId", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxRequestRec.init();
return SelectPostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxRequestRec = SelectPostBoxRequestRec;
});
define("Portal.model$SelectPostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxRequestRecord = (function (_super) {
__extends(SelectPostBoxRequestRecord, _super);
function SelectPostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("SelectPostBoxRequest", "selectPostBoxRequestAttr", "SelectPostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPostBoxRequestRec());
}, true, PortalModel.SelectPostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxRequestRecord.fromStructure = function (str) {
return new SelectPostBoxRequestRecord(new SelectPostBoxRequestRecord.RecordClass({
selectPostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPostBoxRequestRecord._isAnonymousRecord = true;
SelectPostBoxRequestRecord.UniqueId = "424a48f0-b37a-0dbb-b918-adc6f7056f83";
SelectPostBoxRequestRecord.init();
return SelectPostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxRequestRecord = SelectPostBoxRequestRecord;
});
define("Portal.model$Payload32Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload32Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload32Record = (function (_super) {
__extends(Payload32Record, _super);
function Payload32Record(defaults) {
_super.apply(this, arguments);
}
Payload32Record.attributesToDeclare = function () {
return [
this.attr("Payload32", "payload32Attr", "Payload32", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload32Rec());
}, true, PortalModel.Payload32Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload32Record.fromStructure = function (str) {
return new Payload32Record(new Payload32Record.RecordClass({
payload32Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload32Record._isAnonymousRecord = true;
Payload32Record.UniqueId = "426f2ed3-a0d3-aa99-9b4c-d7f1071e89db";
Payload32Record.init();
return Payload32Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload32Record = Payload32Record;
});
define("Portal.model$HTTPHeader3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader3Rec = (function (_super) {
__extends(HTTPHeader3Rec, _super);
function HTTPHeader3Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader3Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader3Rec.init();
return HTTPHeader3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader3Rec = HTTPHeader3Rec;
});
define("Portal.model$Payload65Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload65Rec = (function (_super) {
__extends(Payload65Rec, _super);
function Payload65Rec(defaults) {
_super.apply(this, arguments);
}
Payload65Rec.attributesToDeclare = function () {
return [
this.attr("DocumentName", "documentNameAttr", "documentName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DocumentBinary", "documentBinaryAttr", "documentBinary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsFileGenerated", "isFileGeneratedAttr", "isFileGenerated", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload65Rec.init();
return Payload65Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload65Rec = Payload65Rec;
});
define("Portal.model$GetInvoiceDocumentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload65Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInvoiceDocumentResponseRec = (function (_super) {
__extends(GetInvoiceDocumentResponseRec, _super);
function GetInvoiceDocumentResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInvoiceDocumentResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload65Rec());
}, true, PortalModel.Payload65Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInvoiceDocumentResponseRec.init();
return GetInvoiceDocumentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInvoiceDocumentResponseRec = GetInvoiceDocumentResponseRec;
});
define("Portal.model$IntegerRecord2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecord2Record = (function (_super) {
__extends(IntegerRecord2Record, _super);
function IntegerRecord2Record(defaults) {
_super.apply(this, arguments);
}
IntegerRecord2Record.attributesToDeclare = function () {
return [
this.attr("IntegerRecord2", "integerRecord2Attr", "IntegerRecord2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntegerRecord2Rec());
}, true, PortalModel.IntegerRecord2Rec)
].concat(_super.attributesToDeclare.call(this));
};
IntegerRecord2Record.fromStructure = function (str) {
return new IntegerRecord2Record(new IntegerRecord2Record.RecordClass({
integerRecord2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntegerRecord2Record._isAnonymousRecord = true;
IntegerRecord2Record.UniqueId = "6424e24f-bd17-4874-b5da-13140bd55eaf";
IntegerRecord2Record.init();
return IntegerRecord2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerRecord2Record = IntegerRecord2Record;
});
define("Portal.model$IntegerRecord2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecord2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecord2RecordList = (function (_super) {
__extends(IntegerRecord2RecordList, _super);
function IntegerRecord2RecordList(defaults) {
_super.apply(this, arguments);
}
IntegerRecord2RecordList.itemType = PortalModel.IntegerRecord2Record;
return IntegerRecord2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerRecord2RecordList = IntegerRecord2RecordList;
});
define("Portal.model$ListCustomerDuePaymentOptionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListCustomerDuePaymentOptionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListCustomerDuePaymentOptionList = (function (_super) {
__extends(ListCustomerDuePaymentOptionList, _super);
function ListCustomerDuePaymentOptionList(defaults) {
_super.apply(this, arguments);
}
ListCustomerDuePaymentOptionList.itemType = PortalModel.ListCustomerDuePaymentOptionRec;
return ListCustomerDuePaymentOptionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListCustomerDuePaymentOptionList = ListCustomerDuePaymentOptionList;
});
define("Portal.model$GetDeliveryOfficeResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficeResponse2List = (function (_super) {
__extends(GetDeliveryOfficeResponse2List, _super);
function GetDeliveryOfficeResponse2List(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficeResponse2List.itemType = PortalModel.GetDeliveryOfficeResponse2Rec;
return GetDeliveryOfficeResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryOfficeResponse2List = GetDeliveryOfficeResponse2List;
});
define("Portal.model$IDLStatusDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusDetailsRecord = (function (_super) {
__extends(IDLStatusDetailsRecord, _super);
function IDLStatusDetailsRecord(defaults) {
_super.apply(this, arguments);
}
IDLStatusDetailsRecord.attributesToDeclare = function () {
return [
this.attr("IDLStatusDetails", "iDLStatusDetailsAttr", "IDLStatusDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLStatusDetailsRec());
}, true, PortalModel.IDLStatusDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLStatusDetailsRecord.fromStructure = function (str) {
return new IDLStatusDetailsRecord(new IDLStatusDetailsRecord.RecordClass({
iDLStatusDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLStatusDetailsRecord._isAnonymousRecord = true;
IDLStatusDetailsRecord.UniqueId = "43022bc1-b6ce-15d9-e79d-a83c7dd0a651";
IDLStatusDetailsRecord.init();
return IDLStatusDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLStatusDetailsRecord = IDLStatusDetailsRecord;
});
define("Portal.model$ConsignmentRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentRecord = (function (_super) {
__extends(ConsignmentRecord, _super);
function ConsignmentRecord(defaults) {
_super.apply(this, arguments);
}
ConsignmentRecord.attributesToDeclare = function () {
return [
this.attr("Consignment", "consignmentAttr", "Consignment", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentRec());
}, true, PortalModel.ConsignmentRec)
].concat(_super.attributesToDeclare.call(this));
};
ConsignmentRecord.fromStructure = function (str) {
return new ConsignmentRecord(new ConsignmentRecord.RecordClass({
consignmentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ConsignmentRecord._isAnonymousRecord = true;
ConsignmentRecord.UniqueId = "430618ad-c880-0db7-1d5c-2350d3cd9739";
ConsignmentRecord.init();
return ConsignmentRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ConsignmentRecord = ConsignmentRecord;
});
define("Portal.model$GetIDLMastersResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLMastersResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLMastersResponseList = (function (_super) {
__extends(GetIDLMastersResponseList, _super);
function GetIDLMastersResponseList(defaults) {
_super.apply(this, arguments);
}
GetIDLMastersResponseList.itemType = PortalModel.GetIDLMastersResponseRec;
return GetIDLMastersResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLMastersResponseList = GetIDLMastersResponseList;
});
define("Portal.model$ContractCustomerRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContractCustomerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContractCustomerRecord = (function (_super) {
__extends(ContractCustomerRecord, _super);
function ContractCustomerRecord(defaults) {
_super.apply(this, arguments);
}
ContractCustomerRecord.attributesToDeclare = function () {
return [
this.attr("ContractCustomer", "contractCustomerAttr", "ContractCustomer", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContractCustomerRec());
}, true, PortalModel.ContractCustomerRec)
].concat(_super.attributesToDeclare.call(this));
};
ContractCustomerRecord.fromStructure = function (str) {
return new ContractCustomerRecord(new ContractCustomerRecord.RecordClass({
contractCustomerAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ContractCustomerRecord._isAnonymousRecord = true;
ContractCustomerRecord.UniqueId = "436e6f0b-f8fe-4127-e836-537efe36906a";
ContractCustomerRecord.init();
return ContractCustomerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ContractCustomerRecord = ContractCustomerRecord;
});
define("Portal.model$GetProductDetailsByIdResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem5List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProductDetailsByIdResponseRec = (function (_super) {
__extends(GetProductDetailsByIdResponseRec, _super);
function GetProductDetailsByIdResponseRec(defaults) {
_super.apply(this, arguments);
}
GetProductDetailsByIdResponseRec.attributesToDeclare = function () {
return [
this.attr("Payload", "payloadAttr", "Payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem5List());
}, true, PortalModel.PayloadItem5List)
].concat(_super.attributesToDeclare.call(this));
};
GetProductDetailsByIdResponseRec.fromStructure = function (str) {
return new GetProductDetailsByIdResponseRec(new GetProductDetailsByIdResponseRec.RecordClass({
payloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetProductDetailsByIdResponseRec.init();
return GetProductDetailsByIdResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetProductDetailsByIdResponseRec = GetProductDetailsByIdResponseRec;
});
define("Portal.model$GetProductDetailsByIdResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProductDetailsByIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProductDetailsByIdResponseList = (function (_super) {
__extends(GetProductDetailsByIdResponseList, _super);
function GetProductDetailsByIdResponseList(defaults) {
_super.apply(this, arguments);
}
GetProductDetailsByIdResponseList.itemType = PortalModel.GetProductDetailsByIdResponseRec;
return GetProductDetailsByIdResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetProductDetailsByIdResponseList = GetProductDetailsByIdResponseList;
});
define("Portal.model$ShipmentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItemRecord = (function (_super) {
__extends(ShipmentItemRecord, _super);
function ShipmentItemRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentItemRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentItem", "shipmentItemAttr", "ShipmentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItemRec());
}, true, PortalModel.ShipmentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItemRecord.fromStructure = function (str) {
return new ShipmentItemRecord(new ShipmentItemRecord.RecordClass({
shipmentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentItemRecord._isAnonymousRecord = true;
ShipmentItemRecord.UniqueId = "4391a7f0-ca04-fd93-878e-c0ff1ebb266c";
ShipmentItemRecord.init();
return ShipmentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItemRecord = ShipmentItemRecord;
});
define("Portal.model$ServiceItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceItemList = (function (_super) {
__extends(ServiceItemList, _super);
function ServiceItemList(defaults) {
_super.apply(this, arguments);
}
ServiceItemList.itemType = PortalModel.ServiceItemRec;
return ServiceItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceItemList = ServiceItemList;
});
define("Portal.model$Payload19Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload19Rec = (function (_super) {
__extends(Payload19Rec, _super);
function Payload19Rec(defaults) {
_super.apply(this, arguments);
}
Payload19Rec.attributesToDeclare = function () {
return [
this.attr("services", "servicesAttr", "services", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ServiceItemList());
}, true, PortalModel.ServiceItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload19Rec.fromStructure = function (str) {
return new Payload19Rec(new Payload19Rec.RecordClass({
servicesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload19Rec.init();
return Payload19Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload19Rec = Payload19Rec;
});
define("Portal.model$Payload19Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload19Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload19Record = (function (_super) {
__extends(Payload19Record, _super);
function Payload19Record(defaults) {
_super.apply(this, arguments);
}
Payload19Record.attributesToDeclare = function () {
return [
this.attr("Payload19", "payload19Attr", "Payload19", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload19Rec());
}, true, PortalModel.Payload19Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload19Record.fromStructure = function (str) {
return new Payload19Record(new Payload19Record.RecordClass({
payload19Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload19Record._isAnonymousRecord = true;
Payload19Record.UniqueId = "43a260aa-e6de-bf49-5aa2-96227f6ca24a";
Payload19Record.init();
return Payload19Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload19Record = Payload19Record;
});
define("Portal.model$ValidatePOBoxDetailsPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsPayloadList = (function (_super) {
__extends(ValidatePOBoxDetailsPayloadList, _super);
function ValidatePOBoxDetailsPayloadList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsPayloadList.itemType = PortalModel.ValidatePOBoxDetailsPayloadRec;
return ValidatePOBoxDetailsPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsPayloadList = ValidatePOBoxDetailsPayloadList;
});
define("Portal.model$TextTextTextTextTextTextTextTextRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextTextTextTextTextTextRecord = (function (_super) {
__extends(TextTextTextTextTextTextTextTextRecord, _super);
function TextTextTextTextTextTextTextTextRecord(defaults) {
_super.apply(this, arguments);
}
TextTextTextTextTextTextTextTextRecord.attributesToDeclare = function () {
return [
this.attr("AgentCount", "agentCountAttr", "AgentCount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BagCount", "bagCountAttr", "BagCount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Bundle", "bundleAttr", "Bundle", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerName", "customerNameAttr", "CustomerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ExpiryDate", "expiryDateAttr", "ExpiryDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastRenewalDate", "lastRenewalDateAttr", "LastRenewalDate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostOffice", "postOfficeAttr", "PostOffice", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextTextTextTextTextTextTextTextRecord._isAnonymousRecord = true;
TextTextTextTextTextTextTextTextRecord.UniqueId = "43c477aa-5bfc-f76d-0328-7bfde9c76edd";
TextTextTextTextTextTextTextTextRecord.init();
return TextTextTextTextTextTextTextTextRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextTextTextTextTextTextTextTextRecord = TextTextTextTextTextTextTextTextRecord;
});
define("Portal.model$Payload21Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload21Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload21Record = (function (_super) {
__extends(Payload21Record, _super);
function Payload21Record(defaults) {
_super.apply(this, arguments);
}
Payload21Record.attributesToDeclare = function () {
return [
this.attr("Payload21", "payload21Attr", "Payload21", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload21Rec());
}, true, PortalModel.Payload21Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload21Record.fromStructure = function (str) {
return new Payload21Record(new Payload21Record.RecordClass({
payload21Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload21Record._isAnonymousRecord = true;
Payload21Record.UniqueId = "43d0a400-2bd2-833f-bc95-3dd8f1cdf3d8";
Payload21Record.init();
return Payload21Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload21Record = Payload21Record;
});
define("Portal.model$GetProductDetailsByIdResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProductDetailsByIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProductDetailsByIdResponseRecord = (function (_super) {
__extends(GetProductDetailsByIdResponseRecord, _super);
function GetProductDetailsByIdResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetProductDetailsByIdResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetProductDetailsByIdResponse", "getProductDetailsByIdResponseAttr", "GetProductDetailsByIdResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetProductDetailsByIdResponseRec());
}, true, PortalModel.GetProductDetailsByIdResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetProductDetailsByIdResponseRecord.fromStructure = function (str) {
return new GetProductDetailsByIdResponseRecord(new GetProductDetailsByIdResponseRecord.RecordClass({
getProductDetailsByIdResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetProductDetailsByIdResponseRecord._isAnonymousRecord = true;
GetProductDetailsByIdResponseRecord.UniqueId = "44031f9e-3560-4408-03ce-5538526a79f0";
GetProductDetailsByIdResponseRecord.init();
return GetProductDetailsByIdResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetProductDetailsByIdResponseRecord = GetProductDetailsByIdResponseRecord;
});
define("Portal.model$IPriceItemDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemDetailRecord = (function (_super) {
__extends(IPriceItemDetailRecord, _super);
function IPriceItemDetailRecord(defaults) {
_super.apply(this, arguments);
}
IPriceItemDetailRecord.attributesToDeclare = function () {
return [
this.attr("IPriceItemDetail", "iPriceItemDetailAttr", "IPriceItemDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemDetailRec());
}, true, PortalModel.IPriceItemDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IPriceItemDetailRecord.fromStructure = function (str) {
return new IPriceItemDetailRecord(new IPriceItemDetailRecord.RecordClass({
iPriceItemDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IPriceItemDetailRecord._isAnonymousRecord = true;
IPriceItemDetailRecord.UniqueId = "440d757f-8783-8fd4-cbfe-31425ea52fe4";
IPriceItemDetailRecord.init();
return IPriceItemDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IPriceItemDetailRecord = IPriceItemDetailRecord;
});
define("Portal.model$GetISDCodesResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload48Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetISDCodesResponse2Rec = (function (_super) {
__extends(GetISDCodesResponse2Rec, _super);
function GetISDCodesResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetISDCodesResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload48Rec());
}, true, PortalModel.Payload48Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetISDCodesResponse2Rec.init();
return GetISDCodesResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetISDCodesResponse2Rec = GetISDCodesResponse2Rec;
});
define("Portal.model$GetISDCodesResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetISDCodesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetISDCodesResponse2Record = (function (_super) {
__extends(GetISDCodesResponse2Record, _super);
function GetISDCodesResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetISDCodesResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetISDCodesResponse2", "getISDCodesResponse2Attr", "GetISDCodesResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetISDCodesResponse2Rec());
}, true, PortalModel.GetISDCodesResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetISDCodesResponse2Record.fromStructure = function (str) {
return new GetISDCodesResponse2Record(new GetISDCodesResponse2Record.RecordClass({
getISDCodesResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetISDCodesResponse2Record._isAnonymousRecord = true;
GetISDCodesResponse2Record.UniqueId = "dc0cc978-9a5f-6d84-b164-560f2d9718a2";
GetISDCodesResponse2Record.init();
return GetISDCodesResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetISDCodesResponse2Record = GetISDCodesResponse2Record;
});
define("Portal.model$GetISDCodesResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetISDCodesResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetISDCodesResponse2RecordList = (function (_super) {
__extends(GetISDCodesResponse2RecordList, _super);
function GetISDCodesResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetISDCodesResponse2RecordList.itemType = PortalModel.GetISDCodesResponse2Record;
return GetISDCodesResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetISDCodesResponse2RecordList = GetISDCodesResponse2RecordList;
});
define("Portal.model$HandlingInstructionsBOItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HandlingInstructionsBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HandlingInstructionsBOItem3Record = (function (_super) {
__extends(HandlingInstructionsBOItem3Record, _super);
function HandlingInstructionsBOItem3Record(defaults) {
_super.apply(this, arguments);
}
HandlingInstructionsBOItem3Record.attributesToDeclare = function () {
return [
this.attr("HandlingInstructionsBOItem3", "handlingInstructionsBOItem3Attr", "HandlingInstructionsBOItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HandlingInstructionsBOItem3Rec());
}, true, PortalModel.HandlingInstructionsBOItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
HandlingInstructionsBOItem3Record.fromStructure = function (str) {
return new HandlingInstructionsBOItem3Record(new HandlingInstructionsBOItem3Record.RecordClass({
handlingInstructionsBOItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HandlingInstructionsBOItem3Record._isAnonymousRecord = true;
HandlingInstructionsBOItem3Record.UniqueId = "b9886de6-5e5a-f525-1636-b2236134507e";
HandlingInstructionsBOItem3Record.init();
return HandlingInstructionsBOItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HandlingInstructionsBOItem3Record = HandlingInstructionsBOItem3Record;
});
define("Portal.model$HandlingInstructionsBOItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HandlingInstructionsBOItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HandlingInstructionsBOItem3RecordList = (function (_super) {
__extends(HandlingInstructionsBOItem3RecordList, _super);
function HandlingInstructionsBOItem3RecordList(defaults) {
_super.apply(this, arguments);
}
HandlingInstructionsBOItem3RecordList.itemType = PortalModel.HandlingInstructionsBOItem3Record;
return HandlingInstructionsBOItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HandlingInstructionsBOItem3RecordList = HandlingInstructionsBOItem3RecordList;
});
define("Portal.model$StatusIDLDocumentsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLDocumentsRecord = (function (_super) {
__extends(StatusIDLDocumentsRecord, _super);
function StatusIDLDocumentsRecord(defaults) {
_super.apply(this, arguments);
}
StatusIDLDocumentsRecord.attributesToDeclare = function () {
return [
this.attr("StatusIDLDocuments", "statusIDLDocumentsAttr", "StatusIDLDocuments", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StatusIDLDocumentsRec());
}, true, PortalModel.StatusIDLDocumentsRec)
].concat(_super.attributesToDeclare.call(this));
};
StatusIDLDocumentsRecord.fromStructure = function (str) {
return new StatusIDLDocumentsRecord(new StatusIDLDocumentsRecord.RecordClass({
statusIDLDocumentsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
StatusIDLDocumentsRecord._isAnonymousRecord = true;
StatusIDLDocumentsRecord.UniqueId = "a52a5bda-e221-45a2-c111-c10df297f51d";
StatusIDLDocumentsRecord.init();
return StatusIDLDocumentsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.StatusIDLDocumentsRecord = StatusIDLDocumentsRecord;
});
define("Portal.model$StatusIDLDocumentsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StatusIDLDocumentsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StatusIDLDocumentsRecordList = (function (_super) {
__extends(StatusIDLDocumentsRecordList, _super);
function StatusIDLDocumentsRecordList(defaults) {
_super.apply(this, arguments);
}
StatusIDLDocumentsRecordList.itemType = PortalModel.StatusIDLDocumentsRecord;
return StatusIDLDocumentsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StatusIDLDocumentsRecordList = StatusIDLDocumentsRecordList;
});
define("Portal.model$BulkMailUploadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailUploadRec = (function (_super) {
__extends(BulkMailUploadRec, _super);
function BulkMailUploadRec(defaults) {
_super.apply(this, arguments);
}
BulkMailUploadRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload4Rec());
}, true, PortalModel.Payload4Rec)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailUploadRec.init();
return BulkMailUploadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailUploadRec = BulkMailUploadRec;
});
define("Portal.model$MapDirectionsList", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MapDirectionsRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MapDirectionsList = (function (_super) {
__extends(MapDirectionsList, _super);
function MapDirectionsList(defaults) {
_super.apply(this, arguments);
}
MapDirectionsList.itemType = GoogleMapsModel.MapDirectionsRec;
return MapDirectionsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MapDirectionsList = MapDirectionsList;
});
define("Portal.model$TrackTraceDetailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackTraceDetailItemRec = (function (_super) {
__extends(TrackTraceDetailItemRec, _super);
function TrackTraceDetailItemRec(defaults) {
_super.apply(this, arguments);
}
TrackTraceDetailItemRec.attributesToDeclare = function () {
return [
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateTime", "dateTimeAttr", "dateTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remarks", "remarksAttr", "remarks", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Origin", "originAttr", "origin", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Destination", "destinationAttr", "destination", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TrackTraceDetailItemRec.init();
return TrackTraceDetailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackTraceDetailItemRec = TrackTraceDetailItemRec;
});
define("Portal.model$TrackTraceDetailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackTraceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackTraceDetailItemList = (function (_super) {
__extends(TrackTraceDetailItemList, _super);
function TrackTraceDetailItemList(defaults) {
_super.apply(this, arguments);
}
TrackTraceDetailItemList.itemType = PortalModel.TrackTraceDetailItemRec;
return TrackTraceDetailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackTraceDetailItemList = TrackTraceDetailItemList;
});
define("Portal.model$TrackAndTraceDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackTraceDetailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceDetailsRec = (function (_super) {
__extends(TrackAndTraceDetailsRec, _super);
function TrackAndTraceDetailsRec(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceDetailsRec.attributesToDeclare = function () {
return [
this.attr("Response_Code", "response_CodeAttr", "Response_Code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrackTraceDetailItems", "trackTraceDetailItemsAttr", "TrackTraceDetailItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackTraceDetailItemList());
}, true, PortalModel.TrackTraceDetailItemList)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceDetailsRec.init();
return TrackAndTraceDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceDetailsRec = TrackAndTraceDetailsRec;
});
define("Portal.model$TrackAndTraceDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceDetailsRecord = (function (_super) {
__extends(TrackAndTraceDetailsRecord, _super);
function TrackAndTraceDetailsRecord(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceDetailsRecord.attributesToDeclare = function () {
return [
this.attr("TrackAndTraceDetails", "trackAndTraceDetailsAttr", "TrackAndTraceDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackAndTraceDetailsRec());
}, true, PortalModel.TrackAndTraceDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceDetailsRecord.fromStructure = function (str) {
return new TrackAndTraceDetailsRecord(new TrackAndTraceDetailsRecord.RecordClass({
trackAndTraceDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackAndTraceDetailsRecord._isAnonymousRecord = true;
TrackAndTraceDetailsRecord.UniqueId = "d75fd78c-1e2b-7dec-5ed0-75138a5313df";
TrackAndTraceDetailsRecord.init();
return TrackAndTraceDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceDetailsRecord = TrackAndTraceDetailsRecord;
});
define("Portal.model$TrackAndTraceDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceDetailsRecordList = (function (_super) {
__extends(TrackAndTraceDetailsRecordList, _super);
function TrackAndTraceDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceDetailsRecordList.itemType = PortalModel.TrackAndTraceDetailsRecord;
return TrackAndTraceDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceDetailsRecordList = TrackAndTraceDetailsRecordList;
});
define("Portal.model$SelectPOBoxCancellationRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationRec = (function (_super) {
__extends(SelectPOBoxCancellationRec, _super);
function SelectPOBoxCancellationRec(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationRec.attributesToDeclare = function () {
return [
this.attr("BoxID", "boxIDAttr", "boxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateID", "emirateIDAttr", "emirateID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerProfileID", "customerProfileIDAttr", "customerProfileID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileAttachments", "fileAttachmentsAttr", "fileAttachments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new OS.DataTypes.LongIntegerList());
}, true, OS.DataTypes.LongIntegerList),
this.attr("PostalCustomerProfileId", "postalCustomerProfileIdAttr", "postalCustomerProfileId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxCancellationRec.init();
return SelectPOBoxCancellationRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxCancellationRec = SelectPOBoxCancellationRec;
});
define("Portal.model$SelectPOBoxCancellationList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationList = (function (_super) {
__extends(SelectPOBoxCancellationList, _super);
function SelectPOBoxCancellationList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationList.itemType = PortalModel.SelectPOBoxCancellationRec;
return SelectPOBoxCancellationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxCancellationList = SelectPOBoxCancellationList;
});
define("Portal.model$PickupPreferencesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupPreferencesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupPreferencesRecord = (function (_super) {
__extends(PickupPreferencesRecord, _super);
function PickupPreferencesRecord(defaults) {
_super.apply(this, arguments);
}
PickupPreferencesRecord.attributesToDeclare = function () {
return [
this.attr("PickupPreferences", "pickupPreferencesAttr", "PickupPreferences", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupPreferencesRec());
}, true, PortalModel.PickupPreferencesRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupPreferencesRecord.fromStructure = function (str) {
return new PickupPreferencesRecord(new PickupPreferencesRecord.RecordClass({
pickupPreferencesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupPreferencesRecord._isAnonymousRecord = true;
PickupPreferencesRecord.UniqueId = "b598581e-cfde-ca57-36c9-617be866aa58";
PickupPreferencesRecord.init();
return PickupPreferencesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupPreferencesRecord = PickupPreferencesRecord;
});
define("Portal.model$PickupPreferencesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupPreferencesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupPreferencesRecordList = (function (_super) {
__extends(PickupPreferencesRecordList, _super);
function PickupPreferencesRecordList(defaults) {
_super.apply(this, arguments);
}
PickupPreferencesRecordList.itemType = PortalModel.PickupPreferencesRecord;
return PickupPreferencesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupPreferencesRecordList = PickupPreferencesRecordList;
});
define("Portal.model$Payload82Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload82Rec = (function (_super) {
__extends(Payload82Rec, _super);
function Payload82Rec(defaults) {
_super.apply(this, arguments);
}
Payload82Rec.attributesToDeclare = function () {
return [
this.attr("Notice", "noticeAttr", "notice", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Url", "urlAttr", "url", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload82Rec.init();
return Payload82Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload82Rec = Payload82Rec;
});
define("Portal.model$Payload82Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload82Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload82Record = (function (_super) {
__extends(Payload82Record, _super);
function Payload82Record(defaults) {
_super.apply(this, arguments);
}
Payload82Record.attributesToDeclare = function () {
return [
this.attr("Payload82", "payload82Attr", "Payload82", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload82Rec());
}, true, PortalModel.Payload82Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload82Record.fromStructure = function (str) {
return new Payload82Record(new Payload82Record.RecordClass({
payload82Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload82Record._isAnonymousRecord = true;
Payload82Record.UniqueId = "f10d5db5-652d-e3a1-0a18-a4c2d2cf3987";
Payload82Record.init();
return Payload82Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload82Record = Payload82Record;
});
define("Portal.model$Payload82RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload82Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload82RecordList = (function (_super) {
__extends(Payload82RecordList, _super);
function Payload82RecordList(defaults) {
_super.apply(this, arguments);
}
Payload82RecordList.itemType = PortalModel.Payload82Record;
return Payload82RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload82RecordList = Payload82RecordList;
});
define("Portal.model$CityItem4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem4RecordList = (function (_super) {
__extends(CityItem4RecordList, _super);
function CityItem4RecordList(defaults) {
_super.apply(this, arguments);
}
CityItem4RecordList.itemType = PortalModel.CityItem4Record;
return CityItem4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItem4RecordList = CityItem4RecordList;
});
define("Portal.model$PostViewPickupResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload63Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupResponseRec = (function (_super) {
__extends(PostViewPickupResponseRec, _super);
function PostViewPickupResponseRec(defaults) {
_super.apply(this, arguments);
}
PostViewPickupResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload63Rec());
}, true, PortalModel.Payload63Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupResponseRec.init();
return PostViewPickupResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupResponseRec = PostViewPickupResponseRec;
});
define("Portal.model$PostViewPickupResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupResponseList = (function (_super) {
__extends(PostViewPickupResponseList, _super);
function PostViewPickupResponseList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupResponseList.itemType = PortalModel.PostViewPickupResponseRec;
return PostViewPickupResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupResponseList = PostViewPickupResponseList;
});
define("Portal.model$String6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String6List = (function (_super) {
__extends(String6List, _super);
function String6List(defaults) {
_super.apply(this, arguments);
}
String6List.itemType = PortalModel.String6Rec;
return String6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.String6List = String6List;
});
define("Portal.model$GetAsOfDateResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAsOfDateResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAsOfDateResponse2Record = (function (_super) {
__extends(GetAsOfDateResponse2Record, _super);
function GetAsOfDateResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetAsOfDateResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetAsOfDateResponse2", "getAsOfDateResponse2Attr", "GetAsOfDateResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetAsOfDateResponse2Rec());
}, true, PortalModel.GetAsOfDateResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetAsOfDateResponse2Record.fromStructure = function (str) {
return new GetAsOfDateResponse2Record(new GetAsOfDateResponse2Record.RecordClass({
getAsOfDateResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetAsOfDateResponse2Record._isAnonymousRecord = true;
GetAsOfDateResponse2Record.UniqueId = "45426e09-8160-71ec-994e-03de6814f500";
GetAsOfDateResponse2Record.init();
return GetAsOfDateResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetAsOfDateResponse2Record = GetAsOfDateResponse2Record;
});
define("Portal.model$Locale2List", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$LocaleRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Locale2List = (function (_super) {
__extends(Locale2List, _super);
function Locale2List(defaults) {
_super.apply(this, arguments);
}
Locale2List.itemType = Data_COModel.LocaleRec;
return Locale2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Locale2List = Locale2List;
});
define("Portal.model$PaymentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentResponseRec = (function (_super) {
__extends(PaymentResponseRec, _super);
function PaymentResponseRec(defaults) {
_super.apply(this, arguments);
}
PaymentResponseRec.attributesToDeclare = function () {
return [
this.attr("isPaymentSuccessfull", "isPaymentSuccessfullAttr", "isPaymentSuccessfull", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("redirectUrl", "redirectUrlAttr", "redirectUrl", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PaymentResponseRec.init();
return PaymentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentResponseRec = PaymentResponseRec;
});
define("Portal.model$SenderInfo3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderInfo3Record = (function (_super) {
__extends(SenderInfo3Record, _super);
function SenderInfo3Record(defaults) {
_super.apply(this, arguments);
}
SenderInfo3Record.attributesToDeclare = function () {
return [
this.attr("SenderInfo3", "senderInfo3Attr", "SenderInfo3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderInfo3Rec());
}, true, PortalModel.SenderInfo3Rec)
].concat(_super.attributesToDeclare.call(this));
};
SenderInfo3Record.fromStructure = function (str) {
return new SenderInfo3Record(new SenderInfo3Record.RecordClass({
senderInfo3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SenderInfo3Record._isAnonymousRecord = true;
SenderInfo3Record.UniqueId = "d09da27a-4ff6-1396-c21b-43acffb756fd";
SenderInfo3Record.init();
return SenderInfo3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SenderInfo3Record = SenderInfo3Record;
});
define("Portal.model$SenderInfo3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderInfo3RecordList = (function (_super) {
__extends(SenderInfo3RecordList, _super);
function SenderInfo3RecordList(defaults) {
_super.apply(this, arguments);
}
SenderInfo3RecordList.itemType = PortalModel.SenderInfo3Record;
return SenderInfo3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SenderInfo3RecordList = SenderInfo3RecordList;
});
define("Portal.model$Payload19RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload19Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload19RecordList = (function (_super) {
__extends(Payload19RecordList, _super);
function Payload19RecordList(defaults) {
_super.apply(this, arguments);
}
Payload19RecordList.itemType = PortalModel.Payload19Record;
return Payload19RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload19RecordList = Payload19RecordList;
});
define("Portal.model$PostOfficeItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOfficeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOfficeItemRecord = (function (_super) {
__extends(PostOfficeItemRecord, _super);
function PostOfficeItemRecord(defaults) {
_super.apply(this, arguments);
}
PostOfficeItemRecord.attributesToDeclare = function () {
return [
this.attr("PostOfficeItem", "postOfficeItemAttr", "PostOfficeItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostOfficeItemRec());
}, true, PortalModel.PostOfficeItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PostOfficeItemRecord.fromStructure = function (str) {
return new PostOfficeItemRecord(new PostOfficeItemRecord.RecordClass({
postOfficeItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostOfficeItemRecord._isAnonymousRecord = true;
PostOfficeItemRecord.UniqueId = "4601e10e-679e-4729-1465-6bafafaf9753";
PostOfficeItemRecord.init();
return PostOfficeItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostOfficeItemRecord = PostOfficeItemRecord;
});
define("Portal.model$Payload47Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload47Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload47Record = (function (_super) {
__extends(Payload47Record, _super);
function Payload47Record(defaults) {
_super.apply(this, arguments);
}
Payload47Record.attributesToDeclare = function () {
return [
this.attr("Payload47", "payload47Attr", "Payload47", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload47Rec());
}, true, PortalModel.Payload47Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload47Record.fromStructure = function (str) {
return new Payload47Record(new Payload47Record.RecordClass({
payload47Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload47Record._isAnonymousRecord = true;
Payload47Record.UniqueId = "475bb2a4-7d34-a99c-9fa0-e3f56ff9512f";
Payload47Record.init();
return Payload47Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload47Record = Payload47Record;
});
define("Portal.model$Payload47RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload47Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload47RecordList = (function (_super) {
__extends(Payload47RecordList, _super);
function Payload47RecordList(defaults) {
_super.apply(this, arguments);
}
Payload47RecordList.itemType = PortalModel.Payload47Record;
return Payload47RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload47RecordList = Payload47RecordList;
});
define("Portal.model$LocaleTranslationRecord", ["exports", "OutSystems/ClientRuntime/Main", "MultiLingual.model", "Portal.model", "MultiLingual.model$LocaleTranslationRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiLingual"], function (exports, OutSystems, MultiLingualModel, PortalModel) {
var OS = OutSystems.Internal;
var LocaleTranslationRecord = (function (_super) {
__extends(LocaleTranslationRecord, _super);
function LocaleTranslationRecord(defaults) {
_super.apply(this, arguments);
}
LocaleTranslationRecord.attributesToDeclare = function () {
return [
this.attr("LocaleTranslation", "localeTranslationAttr", "LocaleTranslation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new MultiLingualModel.LocaleTranslationRec());
}, true, MultiLingualModel.LocaleTranslationRec)
].concat(_super.attributesToDeclare.call(this));
};
LocaleTranslationRecord.fromStructure = function (str) {
return new LocaleTranslationRecord(new LocaleTranslationRecord.RecordClass({
localeTranslationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LocaleTranslationRecord._isAnonymousRecord = true;
LocaleTranslationRecord.UniqueId = "461a023e-e204-cf4c-724e-5baa5cced331";
LocaleTranslationRecord.init();
return LocaleTranslationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LocaleTranslationRecord = LocaleTranslationRecord;
});
define("Portal.model$CandidateDetailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDetailRec = (function (_super) {
__extends(CandidateDetailRec, _super);
function CandidateDetailRec(defaults) {
_super.apply(this, arguments);
}
CandidateDetailRec.attributesToDeclare = function () {
return [
this.attr("DateOfBirth", "dateOfBirthAttr", "dateOfBirth", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Nationality", "nationalityAttr", "nationality", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsResident", "isResidentAttr", "isResident", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PrimaryEmirate", "primaryEmirateAttr", "primaryEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SecondaryEmirate", "secondaryEmirateAttr", "secondaryEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsdCode", "isdCodeAttr", "isdCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContactNumber", "contactNumberAttr", "contactNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HealthIssues", "healthIssuesAttr", "healthIssues", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OnlineReferences", "onlineReferencesAttr", "onlineReferences", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsComplete", "isCompleteAttr", "isComplete", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Gender", "genderAttr", "Gender", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Description", "descriptionAttr", "Description", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CandidateDetailRec.init();
return CandidateDetailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateDetailRec = CandidateDetailRec;
});
define("Portal.model$RegisterUserRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDetailRec", "Portal.model$CorporateCreditDetailRec", "Portal.model$CorporateCashDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserRec = (function (_super) {
__extends(RegisterUserRec, _super);
function RegisterUserRec(defaults) {
_super.apply(this, arguments);
}
RegisterUserRec.attributesToDeclare = function () {
return [
this.attr("emirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("firstName", "firstNameAttr", "firstName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("lastName", "lastNameAttr", "lastName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("gender", "genderAttr", "gender", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emailId", "emailIdAttr", "emailId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNumber", "mobileNumberAttr", "mobileNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("password", "passwordAttr", "password", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("preferredLanguage", "preferredLanguageAttr", "preferredLanguage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserTypeId", "userTypeIdAttr", "userTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CandidateDetails", "candidateDetailsAttr", "candidateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CandidateDetailRec());
}, true, PortalModel.CandidateDetailRec),
this.attr("CorporateCreditDetails", "corporateCreditDetailsAttr", "corporateCreditDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCreditDetailRec());
}, true, PortalModel.CorporateCreditDetailRec),
this.attr("CorporateCashDetails", "corporateCashDetailsAttr", "corporateCashDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCashDetailRec());
}, true, PortalModel.CorporateCashDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUserRec.init();
return RegisterUserRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUserRec = RegisterUserRec;
});
define("Portal.model$SaveBookingRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBookingRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBookingRecord = (function (_super) {
__extends(SaveBookingRecord, _super);
function SaveBookingRecord(defaults) {
_super.apply(this, arguments);
}
SaveBookingRecord.attributesToDeclare = function () {
return [
this.attr("SaveBooking", "saveBookingAttr", "SaveBooking", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveBookingRec());
}, true, PortalModel.SaveBookingRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBookingRecord.fromStructure = function (str) {
return new SaveBookingRecord(new SaveBookingRecord.RecordClass({
saveBookingAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveBookingRecord._isAnonymousRecord = true;
SaveBookingRecord.UniqueId = "4684f6ac-0f77-7f86-cb7e-4b03a656555d";
SaveBookingRecord.init();
return SaveBookingRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBookingRecord = SaveBookingRecord;
});
define("Portal.model$MyParcelTotalPriceRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelTotalPriceRec = (function (_super) {
__extends(MyParcelTotalPriceRec, _super);
function MyParcelTotalPriceRec(defaults) {
_super.apply(this, arguments);
}
MyParcelTotalPriceRec.attributesToDeclare = function () {
return [
this.attr("VAT", "vATAttr", "VAT", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Base", "baseAttr", "Base", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("Payable", "payableAttr", "Payable", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MyParcelTotalPriceRec.init();
return MyParcelTotalPriceRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MyParcelTotalPriceRec = MyParcelTotalPriceRec;
});
define("Portal.model$MyParcelTotalPriceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelTotalPriceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelTotalPriceRecord = (function (_super) {
__extends(MyParcelTotalPriceRecord, _super);
function MyParcelTotalPriceRecord(defaults) {
_super.apply(this, arguments);
}
MyParcelTotalPriceRecord.attributesToDeclare = function () {
return [
this.attr("MyParcelTotalPrice", "myParcelTotalPriceAttr", "MyParcelTotalPrice", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyParcelTotalPriceRec());
}, true, PortalModel.MyParcelTotalPriceRec)
].concat(_super.attributesToDeclare.call(this));
};
MyParcelTotalPriceRecord.fromStructure = function (str) {
return new MyParcelTotalPriceRecord(new MyParcelTotalPriceRecord.RecordClass({
myParcelTotalPriceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MyParcelTotalPriceRecord._isAnonymousRecord = true;
MyParcelTotalPriceRecord.UniqueId = "d100f67d-2aae-8c65-be97-3fdc3a79aafe";
MyParcelTotalPriceRecord.init();
return MyParcelTotalPriceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MyParcelTotalPriceRecord = MyParcelTotalPriceRecord;
});
define("Portal.model$MyParcelTotalPriceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelTotalPriceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelTotalPriceRecordList = (function (_super) {
__extends(MyParcelTotalPriceRecordList, _super);
function MyParcelTotalPriceRecordList(defaults) {
_super.apply(this, arguments);
}
MyParcelTotalPriceRecordList.itemType = PortalModel.MyParcelTotalPriceRecord;
return MyParcelTotalPriceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyParcelTotalPriceRecordList = MyParcelTotalPriceRecordList;
});
define("Portal.model$CustomDeclarationItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItemRecord = (function (_super) {
__extends(CustomDeclarationItemRecord, _super);
function CustomDeclarationItemRecord(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItemRecord.attributesToDeclare = function () {
return [
this.attr("CustomDeclarationItem", "customDeclarationItemAttr", "CustomDeclarationItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationItemRec());
}, true, PortalModel.CustomDeclarationItemRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationItemRecord.fromStructure = function (str) {
return new CustomDeclarationItemRecord(new CustomDeclarationItemRecord.RecordClass({
customDeclarationItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDeclarationItemRecord._isAnonymousRecord = true;
CustomDeclarationItemRecord.UniqueId = "46c1542b-d637-7842-4e97-00c1949a7378";
CustomDeclarationItemRecord.init();
return CustomDeclarationItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationItemRecord = CustomDeclarationItemRecord;
});
define("Portal.model$CityPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityPayloadRecord = (function (_super) {
__extends(CityPayloadRecord, _super);
function CityPayloadRecord(defaults) {
_super.apply(this, arguments);
}
CityPayloadRecord.attributesToDeclare = function () {
return [
this.attr("CityPayload", "cityPayloadAttr", "CityPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityPayloadRec());
}, true, PortalModel.CityPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
CityPayloadRecord.fromStructure = function (str) {
return new CityPayloadRecord(new CityPayloadRecord.RecordClass({
cityPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityPayloadRecord._isAnonymousRecord = true;
CityPayloadRecord.UniqueId = "a0f8eacb-bb26-64a8-50b3-04886d5de73d";
CityPayloadRecord.init();
return CityPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CityPayloadRecord = CityPayloadRecord;
});
define("Portal.model$CityPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityPayloadRecordList = (function (_super) {
__extends(CityPayloadRecordList, _super);
function CityPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
CityPayloadRecordList.itemType = PortalModel.CityPayloadRecord;
return CityPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityPayloadRecordList = CityPayloadRecordList;
});
define("Portal.model$UpgradePostBoxRequestDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec", "Portal.model$SelectedCityRec", "Portal.model$SelectedBoxRec", "Portal.model$SelectedAddressRec", "Portal.model$SelectedBranchRec", "Portal.model$DateOptionRec", "Portal.model$IPostalServiceList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestDetailsRec = (function (_super) {
__extends(UpgradePostBoxRequestDetailsRec, _super);
function UpgradePostBoxRequestDetailsRec(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestDetailsRec.attributesToDeclare = function () {
return [
this.attr("OldBundle", "oldBundleAttr", "OldBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedBundle", "selectedBundleAttr", "SelectedBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedAddress", "selectedAddressAttr", "SelectedAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedAddressRec());
}, true, PortalModel.SelectedAddressRec),
this.attr("SelectedBranch", "selectedBranchAttr", "SelectedBranch", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec),
this.attr("SelectedDate", "selectedDateAttr", "SelectedDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("Services", "servicesAttr", "Services", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostalServiceList());
}, true, PortalModel.IPostalServiceList)
].concat(_super.attributesToDeclare.call(this));
};
UpgradePostBoxRequestDetailsRec.init();
return UpgradePostBoxRequestDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradePostBoxRequestDetailsRec = UpgradePostBoxRequestDetailsRec;
});
define("Portal.model$UpgradePostBoxRequestDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestDetailsRecord = (function (_super) {
__extends(UpgradePostBoxRequestDetailsRecord, _super);
function UpgradePostBoxRequestDetailsRecord(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestDetailsRecord.attributesToDeclare = function () {
return [
this.attr("UpgradePostBoxRequestDetails", "upgradePostBoxRequestDetailsAttr", "UpgradePostBoxRequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradePostBoxRequestDetailsRec());
}, true, PortalModel.UpgradePostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradePostBoxRequestDetailsRecord.fromStructure = function (str) {
return new UpgradePostBoxRequestDetailsRecord(new UpgradePostBoxRequestDetailsRecord.RecordClass({
upgradePostBoxRequestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradePostBoxRequestDetailsRecord._isAnonymousRecord = true;
UpgradePostBoxRequestDetailsRecord.UniqueId = "46eefc7a-761a-d7de-d1e4-bb53a12db6b8";
UpgradePostBoxRequestDetailsRecord.init();
return UpgradePostBoxRequestDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradePostBoxRequestDetailsRecord = UpgradePostBoxRequestDetailsRecord;
});
define("Portal.model$HTTPHeader10Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader10Rec = (function (_super) {
__extends(HTTPHeader10Rec, _super);
function HTTPHeader10Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader10Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader10Rec.init();
return HTTPHeader10Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader10Rec = HTTPHeader10Rec;
});
define("Portal.model$HTTPHeader10Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader10Record = (function (_super) {
__extends(HTTPHeader10Record, _super);
function HTTPHeader10Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader10Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader10", "hTTPHeader10Attr", "HTTPHeader10", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader10Rec());
}, true, PortalModel.HTTPHeader10Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader10Record.fromStructure = function (str) {
return new HTTPHeader10Record(new HTTPHeader10Record.RecordClass({
hTTPHeader10Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader10Record._isAnonymousRecord = true;
HTTPHeader10Record.UniqueId = "bf0ef04f-6740-cf0c-9ceb-b8207768281e";
HTTPHeader10Record.init();
return HTTPHeader10Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader10Record = HTTPHeader10Record;
});
define("Portal.model$HTTPHeader10RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader10Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader10RecordList = (function (_super) {
__extends(HTTPHeader10RecordList, _super);
function HTTPHeader10RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader10RecordList.itemType = PortalModel.HTTPHeader10Record;
return HTTPHeader10RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader10RecordList = HTTPHeader10RecordList;
});
define("Portal.model$TradeLicenseInformationRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformationRecord = (function (_super) {
__extends(TradeLicenseInformationRecord, _super);
function TradeLicenseInformationRecord(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformationRecord.attributesToDeclare = function () {
return [
this.attr("TradeLicenseInformation", "tradeLicenseInformationAttr", "TradeLicenseInformation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformationRec());
}, true, PortalModel.TradeLicenseInformationRec)
].concat(_super.attributesToDeclare.call(this));
};
TradeLicenseInformationRecord.fromStructure = function (str) {
return new TradeLicenseInformationRecord(new TradeLicenseInformationRecord.RecordClass({
tradeLicenseInformationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TradeLicenseInformationRecord._isAnonymousRecord = true;
TradeLicenseInformationRecord.UniqueId = "fe893386-9e35-8aa4-c046-b221c8ff6ca2";
TradeLicenseInformationRecord.init();
return TradeLicenseInformationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TradeLicenseInformationRecord = TradeLicenseInformationRecord;
});
define("Portal.model$TradeLicenseInformationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformationRecordList = (function (_super) {
__extends(TradeLicenseInformationRecordList, _super);
function TradeLicenseInformationRecordList(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformationRecordList.itemType = PortalModel.TradeLicenseInformationRecord;
return TradeLicenseInformationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TradeLicenseInformationRecordList = TradeLicenseInformationRecordList;
});
define("Portal.model$AirwayBillItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillItem2Record = (function (_super) {
__extends(AirwayBillItem2Record, _super);
function AirwayBillItem2Record(defaults) {
_super.apply(this, arguments);
}
AirwayBillItem2Record.attributesToDeclare = function () {
return [
this.attr("AirwayBillItem2", "airwayBillItem2Attr", "AirwayBillItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AirwayBillItem2Rec());
}, true, PortalModel.AirwayBillItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
AirwayBillItem2Record.fromStructure = function (str) {
return new AirwayBillItem2Record(new AirwayBillItem2Record.RecordClass({
airwayBillItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AirwayBillItem2Record._isAnonymousRecord = true;
AirwayBillItem2Record.UniqueId = "480caa20-7285-16f4-8846-dcf934fd03df";
AirwayBillItem2Record.init();
return AirwayBillItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.AirwayBillItem2Record = AirwayBillItem2Record;
});
define("Portal.model$CandidateProfileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateProfileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateProfileRecordList = (function (_super) {
__extends(CandidateProfileRecordList, _super);
function CandidateProfileRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateProfileRecordList.itemType = PortalModel.CandidateProfileRecord;
return CandidateProfileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateProfileRecordList = CandidateProfileRecordList;
});
define("Portal.model$ICaseBodyList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseBodyList = (function (_super) {
__extends(ICaseBodyList, _super);
function ICaseBodyList(defaults) {
_super.apply(this, arguments);
}
ICaseBodyList.itemType = PortalModel.ICaseBodyRec;
return ICaseBodyList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICaseBodyList = ICaseBodyList;
});
define("Portal.model$HTTPRequest9RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest9Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest9RecordList = (function (_super) {
__extends(HTTPRequest9RecordList, _super);
function HTTPRequest9RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest9RecordList.itemType = PortalModel.HTTPRequest9Record;
return HTTPRequest9RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest9RecordList = HTTPRequest9RecordList;
});
define("Portal.model$PostBoxForRenewalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBoxForRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBoxForRenewalRecord = (function (_super) {
__extends(PostBoxForRenewalRecord, _super);
function PostBoxForRenewalRecord(defaults) {
_super.apply(this, arguments);
}
PostBoxForRenewalRecord.attributesToDeclare = function () {
return [
this.attr("PostBoxForRenewal", "postBoxForRenewalAttr", "PostBoxForRenewal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostBoxForRenewalRec());
}, true, PortalModel.PostBoxForRenewalRec)
].concat(_super.attributesToDeclare.call(this));
};
PostBoxForRenewalRecord.fromStructure = function (str) {
return new PostBoxForRenewalRecord(new PostBoxForRenewalRecord.RecordClass({
postBoxForRenewalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostBoxForRenewalRecord._isAnonymousRecord = true;
PostBoxForRenewalRecord.UniqueId = "48e28e64-c17b-5d08-1ec7-da8ccf837c00";
PostBoxForRenewalRecord.init();
return PostBoxForRenewalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBoxForRenewalRecord = PostBoxForRenewalRecord;
});
define("Portal.model$PriceCalculationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculationRecordList = (function (_super) {
__extends(PriceCalculationRecordList, _super);
function PriceCalculationRecordList(defaults) {
_super.apply(this, arguments);
}
PriceCalculationRecordList.itemType = PortalModel.PriceCalculationRecord;
return PriceCalculationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceCalculationRecordList = PriceCalculationRecordList;
});
define("Portal.model$TextTextTextLongIntegerRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextLongIntegerRecord = (function (_super) {
__extends(TextTextTextLongIntegerRecord, _super);
function TextTextTextLongIntegerRecord(defaults) {
_super.apply(this, arguments);
}
TextTextTextLongIntegerRecord.attributesToDeclare = function () {
return [
this.attr("Summary", "summaryAttr", "Summary", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URL", "uRLAttr", "URL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Type", "typeAttr", "Type", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextTextTextLongIntegerRecord._isAnonymousRecord = true;
TextTextTextLongIntegerRecord.UniqueId = "491c61d6-d353-6c82-5c76-8fd5c82d4e92";
TextTextTextLongIntegerRecord.init();
return TextTextTextLongIntegerRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextTextTextLongIntegerRecord = TextTextTextLongIntegerRecord;
});
define("Portal.model$ACS_DataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ACS_DataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ACS_DataRecord = (function (_super) {
__extends(ACS_DataRecord, _super);
function ACS_DataRecord(defaults) {
_super.apply(this, arguments);
}
ACS_DataRecord.attributesToDeclare = function () {
return [
this.attr("ACS_Data", "aCS_DataAttr", "ACS_Data", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ACS_DataRec());
}, true, PortalModel.ACS_DataRec)
].concat(_super.attributesToDeclare.call(this));
};
ACS_DataRecord.fromStructure = function (str) {
return new ACS_DataRecord(new ACS_DataRecord.RecordClass({
aCS_DataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ACS_DataRecord._isAnonymousRecord = true;
ACS_DataRecord.UniqueId = "4931d94a-4260-1c62-fd99-edded0ab2504";
ACS_DataRecord.init();
return ACS_DataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ACS_DataRecord = ACS_DataRecord;
});
define("Portal.model$EP_ServiceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$EP_ServiceRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var EP_ServiceRecord = (function (_super) {
__extends(EP_ServiceRecord, _super);
function EP_ServiceRecord(defaults) {
_super.apply(this, arguments);
}
EP_ServiceRecord.attributesToDeclare = function () {
return [
this.attr("EP_Service", "eP_ServiceAttr", "EP_Service", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.EP_ServiceRec());
}, true, Data_COModel.EP_ServiceRec)
].concat(_super.attributesToDeclare.call(this));
};
EP_ServiceRecord.fromStructure = function (str) {
return new EP_ServiceRecord(new EP_ServiceRecord.RecordClass({
eP_ServiceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EP_ServiceRecord._isAnonymousRecord = true;
EP_ServiceRecord.UniqueId = "efbee0dc-a4c4-36d2-865b-2529836476d4";
EP_ServiceRecord.init();
return EP_ServiceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EP_ServiceRecord = EP_ServiceRecord;
});
define("Portal.model$EP_ServiceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EP_ServiceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EP_ServiceRecordList = (function (_super) {
__extends(EP_ServiceRecordList, _super);
function EP_ServiceRecordList(defaults) {
_super.apply(this, arguments);
}
EP_ServiceRecordList.itemType = PortalModel.EP_ServiceRecord;
return EP_ServiceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EP_ServiceRecordList = EP_ServiceRecordList;
});
define("Portal.model$CreatePOBoxRelocationOrderRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeObject2Rec", "Portal.model$FinancialDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRelocationOrderRequestRec = (function (_super) {
__extends(CreatePOBoxRelocationOrderRequestRec, _super);
function CreatePOBoxRelocationOrderRequestRec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRelocationOrderRequestRec.attributesToDeclare = function () {
return [
this.attr("BoxNumber", "boxNumberAttr", "boxNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("MyHomeObject", "myHomeObjectAttr", "myHomeObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeObject2Rec());
}, true, PortalModel.MyHomeObject2Rec),
this.attr("FinancialDetail", "financialDetailAttr", "FinancialDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FinancialDetailRec());
}, true, PortalModel.FinancialDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRelocationOrderRequestRec.init();
return CreatePOBoxRelocationOrderRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRelocationOrderRequestRec = CreatePOBoxRelocationOrderRequestRec;
});
define("Portal.model$CreatePOBoxRelocationOrderRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRelocationOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRelocationOrderRequestRecord = (function (_super) {
__extends(CreatePOBoxRelocationOrderRequestRecord, _super);
function CreatePOBoxRelocationOrderRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRelocationOrderRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxRelocationOrderRequest", "createPOBoxRelocationOrderRequestAttr", "CreatePOBoxRelocationOrderRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxRelocationOrderRequestRec());
}, true, PortalModel.CreatePOBoxRelocationOrderRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRelocationOrderRequestRecord.fromStructure = function (str) {
return new CreatePOBoxRelocationOrderRequestRecord(new CreatePOBoxRelocationOrderRequestRecord.RecordClass({
createPOBoxRelocationOrderRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxRelocationOrderRequestRecord._isAnonymousRecord = true;
CreatePOBoxRelocationOrderRequestRecord.UniqueId = "f91ffce6-c07e-34e4-3892-287ecc642fea";
CreatePOBoxRelocationOrderRequestRecord.init();
return CreatePOBoxRelocationOrderRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRelocationOrderRequestRecord = CreatePOBoxRelocationOrderRequestRecord;
});
define("Portal.model$CreatePOBoxRelocationOrderRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRelocationOrderRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRelocationOrderRequestRecordList = (function (_super) {
__extends(CreatePOBoxRelocationOrderRequestRecordList, _super);
function CreatePOBoxRelocationOrderRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRelocationOrderRequestRecordList.itemType = PortalModel.CreatePOBoxRelocationOrderRequestRecord;
return CreatePOBoxRelocationOrderRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRelocationOrderRequestRecordList = CreatePOBoxRelocationOrderRequestRecordList;
});
define("Portal.model$AgentRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentRec = (function (_super) {
__extends(AgentRec, _super);
function AgentRec(defaults) {
_super.apply(this, arguments);
}
AgentRec.attributesToDeclare = function () {
return [
this.attr("AgentReference", "agentReferenceAttr", "AgentReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("EmiratesID", "emiratesIDAttr", "EmiratesID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Passport", "passportAttr", "Passport", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
AgentRec.init();
return AgentRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentRec = AgentRec;
});
define("Portal.model$AgentList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentList = (function (_super) {
__extends(AgentList, _super);
function AgentList(defaults) {
_super.apply(this, arguments);
}
AgentList.itemType = PortalModel.AgentRec;
return AgentList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentList = AgentList;
});
define("Portal.model$RentPostBoxRequestDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBundleRec", "Portal.model$SelectedCityRec", "Portal.model$SelectedBoxRec", "Portal.model$SelectedAddressRec", "Portal.model$SelectedBranchRec", "Portal.model$DateOptionRec", "Portal.model$IPostalServiceList", "Portal.model$TradeLicenseInformationRec", "Portal.model$AgentList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestDetailsRec = (function (_super) {
__extends(RentPostBoxRequestDetailsRec, _super);
function RentPostBoxRequestDetailsRec(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestDetailsRec.attributesToDeclare = function () {
return [
this.attr("SelectedBundle", "selectedBundleAttr", "SelectedBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBundleRec());
}, true, PortalModel.SelectedBundleRec),
this.attr("SelectedCity", "selectedCityAttr", "SelectedCity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedCityRec());
}, true, PortalModel.SelectedCityRec),
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec),
this.attr("SelectedAddress", "selectedAddressAttr", "SelectedAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedAddressRec());
}, true, PortalModel.SelectedAddressRec),
this.attr("SelectedBranch", "selectedBranchAttr", "SelectedBranch", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBranchRec());
}, true, PortalModel.SelectedBranchRec),
this.attr("SelectedDate", "selectedDateAttr", "SelectedDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec),
this.attr("Services", "servicesAttr", "Services", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPostalServiceList());
}, true, PortalModel.IPostalServiceList),
this.attr("RentType", "rentTypeAttr", "RentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseInformation", "tradeLicenseInformationAttr", "TradeLicenseInformation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformationRec());
}, true, PortalModel.TradeLicenseInformationRec),
this.attr("Agents", "agentsAttr", "Agents", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AgentList());
}, true, PortalModel.AgentList),
this.attr("KeyDeliveryAddress", "keyDeliveryAddressAttr", "KeyDeliveryAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedAddressRec());
}, true, PortalModel.SelectedAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
RentPostBoxRequestDetailsRec.init();
return RentPostBoxRequestDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RentPostBoxRequestDetailsRec = RentPostBoxRequestDetailsRec;
});
define("Portal.model$RentPostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec", "Portal.model$RentPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestRec = (function (_super) {
__extends(RentPostBoxRequestRec, _super);
function RentPostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("RequestMetadata", "requestMetadataAttr", "RequestMetadata", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RequestMetadataRec());
}, true, PortalModel.RequestMetadataRec),
this.attr("RequestDetails", "requestDetailsAttr", "RequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RentPostBoxRequestDetailsRec());
}, true, PortalModel.RentPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
RentPostBoxRequestRec.init();
return RentPostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RentPostBoxRequestRec = RentPostBoxRequestRec;
});
define("Portal.model$RentPostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestList = (function (_super) {
__extends(RentPostBoxRequestList, _super);
function RentPostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestList.itemType = PortalModel.RentPostBoxRequestRec;
return RentPostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RentPostBoxRequestList = RentPostBoxRequestList;
});
define("Portal.model$GetVehicleTypeResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload27Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponseRec = (function (_super) {
__extends(GetVehicleTypeResponseRec, _super);
function GetVehicleTypeResponseRec(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload27Rec());
}, true, PortalModel.Payload27Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetVehicleTypeResponseRec.init();
return GetVehicleTypeResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetVehicleTypeResponseRec = GetVehicleTypeResponseRec;
});
define("Portal.model$GetVehicleTypeResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponseRecord = (function (_super) {
__extends(GetVehicleTypeResponseRecord, _super);
function GetVehicleTypeResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetVehicleTypeResponse", "getVehicleTypeResponseAttr", "GetVehicleTypeResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetVehicleTypeResponseRec());
}, true, PortalModel.GetVehicleTypeResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetVehicleTypeResponseRecord.fromStructure = function (str) {
return new GetVehicleTypeResponseRecord(new GetVehicleTypeResponseRecord.RecordClass({
getVehicleTypeResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetVehicleTypeResponseRecord._isAnonymousRecord = true;
GetVehicleTypeResponseRecord.UniqueId = "ca9b95c0-c156-10f1-5320-d0b893fa83ab";
GetVehicleTypeResponseRecord.init();
return GetVehicleTypeResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetVehicleTypeResponseRecord = GetVehicleTypeResponseRecord;
});
define("Portal.model$GetVehicleTypeResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponseRecordList = (function (_super) {
__extends(GetVehicleTypeResponseRecordList, _super);
function GetVehicleTypeResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponseRecordList.itemType = PortalModel.GetVehicleTypeResponseRecord;
return GetVehicleTypeResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetVehicleTypeResponseRecordList = GetVehicleTypeResponseRecordList;
});
define("Portal.model$Payload49List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload49Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload49List = (function (_super) {
__extends(Payload49List, _super);
function Payload49List(defaults) {
_super.apply(this, arguments);
}
Payload49List.itemType = PortalModel.Payload49Rec;
return Payload49List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload49List = Payload49List;
});
define("Portal.model$HTTPRequest14Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest14Record = (function (_super) {
__extends(HTTPRequest14Record, _super);
function HTTPRequest14Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest14Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest14", "hTTPRequest14Attr", "HTTPRequest14", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest14Rec());
}, true, PortalModel.HTTPRequest14Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest14Record.fromStructure = function (str) {
return new HTTPRequest14Record(new HTTPRequest14Record.RecordClass({
hTTPRequest14Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest14Record._isAnonymousRecord = true;
HTTPRequest14Record.UniqueId = "7f938a81-331d-d227-620a-2d3faf649174";
HTTPRequest14Record.init();
return HTTPRequest14Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest14Record = HTTPRequest14Record;
});
define("Portal.model$HTTPRequest14RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest14Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest14RecordList = (function (_super) {
__extends(HTTPRequest14RecordList, _super);
function HTTPRequest14RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest14RecordList.itemType = PortalModel.HTTPRequest14Record;
return HTTPRequest14RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest14RecordList = HTTPRequest14RecordList;
});
define("Portal.model$GetShipmentsRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetShipmentsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetShipmentsRequestList = (function (_super) {
__extends(GetShipmentsRequestList, _super);
function GetShipmentsRequestList(defaults) {
_super.apply(this, arguments);
}
GetShipmentsRequestList.itemType = PortalModel.GetShipmentsRequestRec;
return GetShipmentsRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetShipmentsRequestList = GetShipmentsRequestList;
});
define("Portal.model$MultiShipMapListRecord", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$MultiShipMapListRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapListRecord = (function (_super) {
__extends(MultiShipMapListRecord, _super);
function MultiShipMapListRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipMapListRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipMapList", "multiShipMapListAttr", "MultiShipMapList", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Services_COModel.MultiShipMapListRec());
}, true, Services_COModel.MultiShipMapListRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMapListRecord.fromStructure = function (str) {
return new MultiShipMapListRecord(new MultiShipMapListRecord.RecordClass({
multiShipMapListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipMapListRecord._isAnonymousRecord = true;
MultiShipMapListRecord.UniqueId = "f1130eb4-7941-edcc-d06b-fa986d67dffd";
MultiShipMapListRecord.init();
return MultiShipMapListRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMapListRecord = MultiShipMapListRecord;
});
define("Portal.model$MultiShipMapListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMapListRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapListRecordList = (function (_super) {
__extends(MultiShipMapListRecordList, _super);
function MultiShipMapListRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipMapListRecordList.itemType = PortalModel.MultiShipMapListRecord;
return MultiShipMapListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMapListRecordList = MultiShipMapListRecordList;
});
define("Portal.model$CreatePOBoxRentalOrderResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderResponse2Record = (function (_super) {
__extends(CreatePOBoxRentalOrderResponse2Record, _super);
function CreatePOBoxRentalOrderResponse2Record(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderResponse2Record.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxRentalOrderResponse2", "createPOBoxRentalOrderResponse2Attr", "CreatePOBoxRentalOrderResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxRentalOrderResponse2Rec());
}, true, PortalModel.CreatePOBoxRentalOrderResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRentalOrderResponse2Record.fromStructure = function (str) {
return new CreatePOBoxRentalOrderResponse2Record(new CreatePOBoxRentalOrderResponse2Record.RecordClass({
createPOBoxRentalOrderResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxRentalOrderResponse2Record._isAnonymousRecord = true;
CreatePOBoxRentalOrderResponse2Record.UniqueId = "4a57bee4-c7cb-58f1-ba45-a0f93f1cf30c";
CreatePOBoxRentalOrderResponse2Record.init();
return CreatePOBoxRentalOrderResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRentalOrderResponse2Record = CreatePOBoxRentalOrderResponse2Record;
});
define("Portal.model$HTTPRequest9List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest9List = (function (_super) {
__extends(HTTPRequest9List, _super);
function HTTPRequest9List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest9List.itemType = PortalModel.HTTPRequest9Rec;
return HTTPRequest9List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest9List = HTTPRequest9List;
});
define("Portal.model$CreateOutstandingOrderRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCart2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRec = (function (_super) {
__extends(CreateOutstandingOrderRec, _super);
function CreateOutstandingOrderRec(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFromCart2Rec());
}, true, PortalModel.ItemFromCart2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOutstandingOrderRec.init();
return CreateOutstandingOrderRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOutstandingOrderRec = CreateOutstandingOrderRec;
});
define("Portal.model$CreateOutstandingOrderRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRecord = (function (_super) {
__extends(CreateOutstandingOrderRecord, _super);
function CreateOutstandingOrderRecord(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRecord.attributesToDeclare = function () {
return [
this.attr("CreateOutstandingOrder", "createOutstandingOrderAttr", "CreateOutstandingOrder", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateOutstandingOrderRec());
}, true, PortalModel.CreateOutstandingOrderRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOutstandingOrderRecord.fromStructure = function (str) {
return new CreateOutstandingOrderRecord(new CreateOutstandingOrderRecord.RecordClass({
createOutstandingOrderAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateOutstandingOrderRecord._isAnonymousRecord = true;
CreateOutstandingOrderRecord.UniqueId = "4a7a5a6d-cc60-2407-88ba-b15623a75026";
CreateOutstandingOrderRecord.init();
return CreateOutstandingOrderRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOutstandingOrderRecord = CreateOutstandingOrderRecord;
});
define("Portal.model$PackageList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PackageRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PackageList = (function (_super) {
__extends(PackageList, _super);
function PackageList(defaults) {
_super.apply(this, arguments);
}
PackageList.itemType = PortalModel.PackageRec;
return PackageList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PackageList = PackageList;
});
define("Portal.model$BoundRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoundRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoundRecord = (function (_super) {
__extends(BoundRecord, _super);
function BoundRecord(defaults) {
_super.apply(this, arguments);
}
BoundRecord.attributesToDeclare = function () {
return [
this.attr("Bound", "boundAttr", "Bound", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoundRec());
}, true, PortalModel.BoundRec)
].concat(_super.attributesToDeclare.call(this));
};
BoundRecord.fromStructure = function (str) {
return new BoundRecord(new BoundRecord.RecordClass({
boundAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BoundRecord._isAnonymousRecord = true;
BoundRecord.UniqueId = "99df454e-bd6b-870d-5bf0-2f26071e70a1";
BoundRecord.init();
return BoundRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BoundRecord = BoundRecord;
});
define("Portal.model$BoundRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoundRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoundRecordList = (function (_super) {
__extends(BoundRecordList, _super);
function BoundRecordList(defaults) {
_super.apply(this, arguments);
}
BoundRecordList.itemType = PortalModel.BoundRecord;
return BoundRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoundRecordList = BoundRecordList;
});
define("Portal.model$Payload40RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload40Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload40RecordList = (function (_super) {
__extends(Payload40RecordList, _super);
function Payload40RecordList(defaults) {
_super.apply(this, arguments);
}
Payload40RecordList.itemType = PortalModel.Payload40Record;
return Payload40RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload40RecordList = Payload40RecordList;
});
define("Portal.model$OSLoginRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRec = (function (_super) {
__extends(OSLoginRec, _super);
function OSLoginRec(defaults) {
_super.apply(this, arguments);
}
OSLoginRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", true, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OSLoginPayloadRec());
}, true, PortalModel.OSLoginPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginRec.init();
return OSLoginRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginRec = OSLoginRec;
});
define("Portal.model$GetDeliveryOfficeResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficeResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficeResponse2RecordList = (function (_super) {
__extends(GetDeliveryOfficeResponse2RecordList, _super);
function GetDeliveryOfficeResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficeResponse2RecordList.itemType = PortalModel.GetDeliveryOfficeResponse2Record;
return GetDeliveryOfficeResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryOfficeResponse2RecordList = GetDeliveryOfficeResponse2RecordList;
});
define("Portal.model$Request3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request3Record = (function (_super) {
__extends(Request3Record, _super);
function Request3Record(defaults) {
_super.apply(this, arguments);
}
Request3Record.attributesToDeclare = function () {
return [
this.attr("Request3", "request3Attr", "Request3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Request3Rec());
}, true, PortalModel.Request3Rec)
].concat(_super.attributesToDeclare.call(this));
};
Request3Record.fromStructure = function (str) {
return new Request3Record(new Request3Record.RecordClass({
request3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Request3Record._isAnonymousRecord = true;
Request3Record.UniqueId = "4b2ea776-be15-a4a1-5a07-1e2f6fa57a7b";
Request3Record.init();
return Request3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Request3Record = Request3Record;
});
define("Portal.model$ExcelTransactionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTransactionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTransactionRecord = (function (_super) {
__extends(ExcelTransactionRecord, _super);
function ExcelTransactionRecord(defaults) {
_super.apply(this, arguments);
}
ExcelTransactionRecord.attributesToDeclare = function () {
return [
this.attr("ExcelTransaction", "excelTransactionAttr", "ExcelTransaction", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelTransactionRec());
}, true, PortalModel.ExcelTransactionRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTransactionRecord.fromStructure = function (str) {
return new ExcelTransactionRecord(new ExcelTransactionRecord.RecordClass({
excelTransactionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelTransactionRecord._isAnonymousRecord = true;
ExcelTransactionRecord.UniqueId = "4b30f49b-b353-9438-4546-75cc41fac4c8";
ExcelTransactionRecord.init();
return ExcelTransactionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTransactionRecord = ExcelTransactionRecord;
});
define("Portal.model$String3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String3Record = (function (_super) {
__extends(String3Record, _super);
function String3Record(defaults) {
_super.apply(this, arguments);
}
String3Record.attributesToDeclare = function () {
return [
this.attr("String3", "string3Attr", "String3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String3Rec());
}, true, PortalModel.String3Rec)
].concat(_super.attributesToDeclare.call(this));
};
String3Record.fromStructure = function (str) {
return new String3Record(new String3Record.RecordClass({
string3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
String3Record._isAnonymousRecord = true;
String3Record.UniqueId = "4b55bd83-4096-c556-5e8a-3348ab80665a";
String3Record.init();
return String3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.String3Record = String3Record;
});
define("Portal.model$StringRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec", "Portal.model$Amount2Rec", "Portal.model$MerchantAttributeRec", "Portal.model$PaymentMethodRec", "Portal.model$embedded2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StringRec = (function (_super) {
__extends(StringRec, _super);
function StringRec(defaults) {
_super.apply(this, arguments);
}
StringRec.attributesToDeclare = function () {
return [
this.attr("id", "idAttr", "_id", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("links", "linksAttr", "_links", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.linkRec());
}, true, PortalModel.linkRec),
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Action", "actionAttr", "action", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec),
this.attr("Language", "languageAttr", "language", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MerchantAttributes", "merchantAttributesAttr", "merchantAttributes", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MerchantAttributeRec());
}, true, PortalModel.MerchantAttributeRec),
this.attr("EmailAddress", "emailAddressAttr", "emailAddress", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Reference", "referenceAttr", "reference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OutletId", "outletIdAttr", "outletId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CreateDateTime", "createDateTimeAttr", "createDateTime", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PaymentMethods", "paymentMethodsAttr", "paymentMethods", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethodRec());
}, true, PortalModel.PaymentMethodRec),
this.attr("Referrer", "referrerAttr", "referrer", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FormattedAmount", "formattedAmountAttr", "formattedAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("embedded", "embeddedAttr", "_embedded", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.embedded2Rec());
}, true, PortalModel.embedded2Rec)
].concat(_super.attributesToDeclare.call(this));
};
StringRec.init();
return StringRec;
})(OS.DataTypes.GenericRecord);
PortalModel.StringRec = StringRec;
});
define("Portal.model$ProcessPaymentSavedCard2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StringRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCard2Rec = (function (_super) {
__extends(ProcessPaymentSavedCard2Rec, _super);
function ProcessPaymentSavedCard2Rec(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCard2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "Response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StringRec());
}, true, PortalModel.StringRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCard2Rec.init();
return ProcessPaymentSavedCard2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCard2Rec = ProcessPaymentSavedCard2Rec;
});
define("Portal.model$ProcessPaymentSavedCard2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCard2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCard2List = (function (_super) {
__extends(ProcessPaymentSavedCard2List, _super);
function ProcessPaymentSavedCard2List(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCard2List.itemType = PortalModel.ProcessPaymentSavedCard2Rec;
return ProcessPaymentSavedCard2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCard2List = ProcessPaymentSavedCard2List;
});
define("Portal.model$YearlyBreakdownItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItem2Record = (function (_super) {
__extends(YearlyBreakdownItem2Record, _super);
function YearlyBreakdownItem2Record(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItem2Record.attributesToDeclare = function () {
return [
this.attr("YearlyBreakdownItem2", "yearlyBreakdownItem2Attr", "YearlyBreakdownItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.YearlyBreakdownItem2Rec());
}, true, PortalModel.YearlyBreakdownItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
YearlyBreakdownItem2Record.fromStructure = function (str) {
return new YearlyBreakdownItem2Record(new YearlyBreakdownItem2Record.RecordClass({
yearlyBreakdownItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
YearlyBreakdownItem2Record._isAnonymousRecord = true;
YearlyBreakdownItem2Record.UniqueId = "d0b55a41-b4a1-a9e5-d1c8-272d56b20440";
YearlyBreakdownItem2Record.init();
return YearlyBreakdownItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.YearlyBreakdownItem2Record = YearlyBreakdownItem2Record;
});
define("Portal.model$YearlyBreakdownItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItem2RecordList = (function (_super) {
__extends(YearlyBreakdownItem2RecordList, _super);
function YearlyBreakdownItem2RecordList(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItem2RecordList.itemType = PortalModel.YearlyBreakdownItem2Record;
return YearlyBreakdownItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.YearlyBreakdownItem2RecordList = YearlyBreakdownItem2RecordList;
});
define("Portal.model$GetNewAccessTokenRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenRequestRec = (function (_super) {
__extends(GetNewAccessTokenRequestRec, _super);
function GetNewAccessTokenRequestRec(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenRequestRec.attributesToDeclare = function () {
return [
this.attr("accessToken", "accessTokenAttr", "accessToken", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("refreshToken", "refreshTokenAttr", "refreshToken", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetNewAccessTokenRequestRec.init();
return GetNewAccessTokenRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNewAccessTokenRequestRec = GetNewAccessTokenRequestRec;
});
define("Portal.model$HolderInformationItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItem2Record = (function (_super) {
__extends(HolderInformationItem2Record, _super);
function HolderInformationItem2Record(defaults) {
_super.apply(this, arguments);
}
HolderInformationItem2Record.attributesToDeclare = function () {
return [
this.attr("HolderInformationItem2", "holderInformationItem2Attr", "HolderInformationItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HolderInformationItem2Rec());
}, true, PortalModel.HolderInformationItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
HolderInformationItem2Record.fromStructure = function (str) {
return new HolderInformationItem2Record(new HolderInformationItem2Record.RecordClass({
holderInformationItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HolderInformationItem2Record._isAnonymousRecord = true;
HolderInformationItem2Record.UniqueId = "fbb286e6-ecd1-ecdb-85be-b94492e85f87";
HolderInformationItem2Record.init();
return HolderInformationItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HolderInformationItem2Record = HolderInformationItem2Record;
});
define("Portal.model$HolderInformationItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItem2RecordList = (function (_super) {
__extends(HolderInformationItem2RecordList, _super);
function HolderInformationItem2RecordList(defaults) {
_super.apply(this, arguments);
}
HolderInformationItem2RecordList.itemType = PortalModel.HolderInformationItem2Record;
return HolderInformationItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HolderInformationItem2RecordList = HolderInformationItem2RecordList;
});
define("Portal.model$ExcelCellList", ["exports", "OutSystems/ClientRuntime/Main", "Extension.MultiShip_Mapper.model", "Portal.model", "Extension.MultiShip_Mapper.model$ExcelCellRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiShip_Mapper"], function (exports, OutSystems, Extension_MultiShip_MapperModel, PortalModel) {
var OS = OutSystems.Internal;
var ExcelCellList = (function (_super) {
__extends(ExcelCellList, _super);
function ExcelCellList(defaults) {
_super.apply(this, arguments);
}
ExcelCellList.itemType = Extension_MultiShip_MapperModel.ExcelCellRec;
return ExcelCellList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelCellList = ExcelCellList;
});
define("Portal.model$AmountRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountRec = (function (_super) {
__extends(AmountRec, _super);
function AmountRec(defaults) {
_super.apply(this, arguments);
}
AmountRec.attributesToDeclare = function () {
return [
this.attr("CurrencyCode", "currencyCodeAttr", "currencyCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "value", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AmountRec.init();
return AmountRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AmountRec = AmountRec;
});
define("Portal.model$Payload23RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload23Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload23RecordList = (function (_super) {
__extends(Payload23RecordList, _super);
function Payload23RecordList(defaults) {
_super.apply(this, arguments);
}
Payload23RecordList.itemType = PortalModel.Payload23Record;
return Payload23RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload23RecordList = Payload23RecordList;
});
define("Portal.model$ItemStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemStatusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemStatusRecord = (function (_super) {
__extends(ItemStatusRecord, _super);
function ItemStatusRecord(defaults) {
_super.apply(this, arguments);
}
ItemStatusRecord.attributesToDeclare = function () {
return [
this.attr("ItemStatus", "itemStatusAttr", "ItemStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemStatusRec());
}, true, PortalModel.ItemStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
ItemStatusRecord.fromStructure = function (str) {
return new ItemStatusRecord(new ItemStatusRecord.RecordClass({
itemStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ItemStatusRecord._isAnonymousRecord = true;
ItemStatusRecord.UniqueId = "adc96c87-719f-126b-f066-933b661fd9ec";
ItemStatusRecord.init();
return ItemStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemStatusRecord = ItemStatusRecord;
});
define("Portal.model$ItemStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemStatusRecordList = (function (_super) {
__extends(ItemStatusRecordList, _super);
function ItemStatusRecordList(defaults) {
_super.apply(this, arguments);
}
ItemStatusRecordList.itemType = PortalModel.ItemStatusRecord;
return ItemStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemStatusRecordList = ItemStatusRecordList;
});
define("Portal.model$ProductItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem3List = (function (_super) {
__extends(ProductItem3List, _super);
function ProductItem3List(defaults) {
_super.apply(this, arguments);
}
ProductItem3List.itemType = PortalModel.ProductItem3Rec;
return ProductItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductItem3List = ProductItem3List;
});
define("Portal.model$Payload15Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload15Rec = (function (_super) {
__extends(Payload15Rec, _super);
function Payload15Rec(defaults) {
_super.apply(this, arguments);
}
Payload15Rec.attributesToDeclare = function () {
return [
this.attr("products", "productsAttr", "products", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductItem3List());
}, true, PortalModel.ProductItem3List)
].concat(_super.attributesToDeclare.call(this));
};
Payload15Rec.fromStructure = function (str) {
return new Payload15Rec(new Payload15Rec.RecordClass({
productsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload15Rec.init();
return Payload15Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload15Rec = Payload15Rec;
});
define("Portal.model$PriceCalculation2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculation2Rec = (function (_super) {
__extends(PriceCalculation2Rec, _super);
function PriceCalculation2Rec(defaults) {
_super.apply(this, arguments);
}
PriceCalculation2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload15Rec());
}, true, PortalModel.Payload15Rec)
].concat(_super.attributesToDeclare.call(this));
};
PriceCalculation2Rec.init();
return PriceCalculation2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceCalculation2Rec = PriceCalculation2Rec;
});
define("Portal.model$PriceCalculation2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculation2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculation2List = (function (_super) {
__extends(PriceCalculation2List, _super);
function PriceCalculation2List(defaults) {
_super.apply(this, arguments);
}
PriceCalculation2List.itemType = PortalModel.PriceCalculation2Rec;
return PriceCalculation2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceCalculation2List = PriceCalculation2List;
});
define("Portal.model$SmartPlacesStructRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStructRec = (function (_super) {
__extends(SmartPlacesStructRec, _super);
function SmartPlacesStructRec(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStructRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CompanyName", "companyNameAttr", "CompanyName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PointContactFullName", "pointContactFullNameAttr", "PointContactFullName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", true, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("PhoneNumber", "phoneNumberAttr", "PhoneNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("TradeLicenseFile", "tradeLicenseFileAttr", "TradeLicenseFile", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsVoucher", "isVoucherAttr", "IsVoucher", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsSameAsAddress", "isSameAsAddressAttr", "IsSameAsAddress", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("BillingFirstName", "billingFirstNameAttr", "BillingFirstName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BillingEmail", "billingEmailAttr", "BillingEmail", true, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("BillingMobileNumber", "billingMobileNumberAttr", "BillingMobileNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ModifierDate", "modifierDateAttr", "ModifierDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("IsPoBox", "isPoBoxAttr", "IsPoBox", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsPoBoxRenew", "isPoBoxRenewAttr", "IsPoBoxRenew", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SmartPlacesStructRec.init();
return SmartPlacesStructRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SmartPlacesStructRec = SmartPlacesStructRec;
});
define("Portal.model$SmartPlacesStructRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlacesStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStructRecord = (function (_super) {
__extends(SmartPlacesStructRecord, _super);
function SmartPlacesStructRecord(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStructRecord.attributesToDeclare = function () {
return [
this.attr("SmartPlaces", "smartPlacesAttr", "SmartPlaces", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SmartPlacesStructRec());
}, true, PortalModel.SmartPlacesStructRec)
].concat(_super.attributesToDeclare.call(this));
};
SmartPlacesStructRecord.fromStructure = function (str) {
return new SmartPlacesStructRecord(new SmartPlacesStructRecord.RecordClass({
smartPlacesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SmartPlacesStructRecord._isAnonymousRecord = true;
SmartPlacesStructRecord.UniqueId = "4cc26f4b-0749-8aa1-ae63-40477503105b";
SmartPlacesStructRecord.init();
return SmartPlacesStructRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SmartPlacesStructRecord = SmartPlacesStructRecord;
});
define("Portal.model$ProcessPaymentSavedCardRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardRecord = (function (_super) {
__extends(ProcessPaymentSavedCardRecord, _super);
function ProcessPaymentSavedCardRecord(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardRecord.attributesToDeclare = function () {
return [
this.attr("ProcessPaymentSavedCard", "processPaymentSavedCardAttr", "ProcessPaymentSavedCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentSavedCardRec());
}, true, PortalModel.ProcessPaymentSavedCardRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCardRecord.fromStructure = function (str) {
return new ProcessPaymentSavedCardRecord(new ProcessPaymentSavedCardRecord.RecordClass({
processPaymentSavedCardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentSavedCardRecord._isAnonymousRecord = true;
ProcessPaymentSavedCardRecord.UniqueId = "b7282bd8-f86e-8f9d-5a27-dfc653180376";
ProcessPaymentSavedCardRecord.init();
return ProcessPaymentSavedCardRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCardRecord = ProcessPaymentSavedCardRecord;
});
define("Portal.model$ProcessPaymentSavedCardRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardRecordList = (function (_super) {
__extends(ProcessPaymentSavedCardRecordList, _super);
function ProcessPaymentSavedCardRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardRecordList.itemType = PortalModel.ProcessPaymentSavedCardRecord;
return ProcessPaymentSavedCardRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardRecordList = ProcessPaymentSavedCardRecordList;
});
define("Portal.model$LegalEnquiryStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$LegalEnquiryStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStatusList = (function (_super) {
__extends(LegalEnquiryStatusList, _super);
function LegalEnquiryStatusList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStatusList.itemType = Data_COModel.LegalEnquiryStatusRec;
return LegalEnquiryStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStatusList = LegalEnquiryStatusList;
});
define("Portal.model$IGeneralCaseDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsRecordList = (function (_super) {
__extends(IGeneralCaseDetailsRecordList, _super);
function IGeneralCaseDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsRecordList.itemType = PortalModel.IGeneralCaseDetailsRecord;
return IGeneralCaseDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IGeneralCaseDetailsRecordList = IGeneralCaseDetailsRecordList;
});
define("Portal.model$GetPOBoxRenewalResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalResponseRec = (function (_super) {
__extends(GetPOBoxRenewalResponseRec, _super);
function GetPOBoxRenewalResponseRec(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxRenewalPayloadRec());
}, true, PortalModel.GetPOBoxRenewalPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalResponseRec.init();
return GetPOBoxRenewalResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalResponseRec = GetPOBoxRenewalResponseRec;
});
define("Portal.model$GetPOBoxRenewalResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalResponseRecord = (function (_super) {
__extends(GetPOBoxRenewalResponseRecord, _super);
function GetPOBoxRenewalResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxRenewalResponse", "getPOBoxRenewalResponseAttr", "GetPOBoxRenewalResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxRenewalResponseRec());
}, true, PortalModel.GetPOBoxRenewalResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalResponseRecord.fromStructure = function (str) {
return new GetPOBoxRenewalResponseRecord(new GetPOBoxRenewalResponseRecord.RecordClass({
getPOBoxRenewalResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxRenewalResponseRecord._isAnonymousRecord = true;
GetPOBoxRenewalResponseRecord.UniqueId = "4d7fc0be-c1e5-dc35-ef90-3bde7825e829";
GetPOBoxRenewalResponseRecord.init();
return GetPOBoxRenewalResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalResponseRecord = GetPOBoxRenewalResponseRecord;
});
define("Portal.model$GetEmiratesPostLocationResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload22Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesPostLocationResponseRec = (function (_super) {
__extends(GetEmiratesPostLocationResponseRec, _super);
function GetEmiratesPostLocationResponseRec(defaults) {
_super.apply(this, arguments);
}
GetEmiratesPostLocationResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload22Rec());
}, true, PortalModel.Payload22Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesPostLocationResponseRec.init();
return GetEmiratesPostLocationResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesPostLocationResponseRec = GetEmiratesPostLocationResponseRec;
});
define("Portal.model$GetEmiratesPostLocationResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesPostLocationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesPostLocationResponseRecord = (function (_super) {
__extends(GetEmiratesPostLocationResponseRecord, _super);
function GetEmiratesPostLocationResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetEmiratesPostLocationResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetEmiratesPostLocationResponse", "getEmiratesPostLocationResponseAttr", "GetEmiratesPostLocationResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratesPostLocationResponseRec());
}, true, PortalModel.GetEmiratesPostLocationResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesPostLocationResponseRecord.fromStructure = function (str) {
return new GetEmiratesPostLocationResponseRecord(new GetEmiratesPostLocationResponseRecord.RecordClass({
getEmiratesPostLocationResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratesPostLocationResponseRecord._isAnonymousRecord = true;
GetEmiratesPostLocationResponseRecord.UniqueId = "d649620b-163b-86f1-6390-0c2d47773c8f";
GetEmiratesPostLocationResponseRecord.init();
return GetEmiratesPostLocationResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesPostLocationResponseRecord = GetEmiratesPostLocationResponseRecord;
});
define("Portal.model$GetEmiratesPostLocationResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesPostLocationResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesPostLocationResponseRecordList = (function (_super) {
__extends(GetEmiratesPostLocationResponseRecordList, _super);
function GetEmiratesPostLocationResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesPostLocationResponseRecordList.itemType = PortalModel.GetEmiratesPostLocationResponseRecord;
return GetEmiratesPostLocationResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesPostLocationResponseRecordList = GetEmiratesPostLocationResponseRecordList;
});
define("Portal.model$UndefinedFileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFileList = (function (_super) {
__extends(UndefinedFileList, _super);
function UndefinedFileList(defaults) {
_super.apply(this, arguments);
}
UndefinedFileList.itemType = PortalModel.UndefinedFileRec;
return UndefinedFileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UndefinedFileList = UndefinedFileList;
});
define("Portal.model$TextListOfPagesRecordTextRecord2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecord2Rec = (function (_super) {
__extends(TextListOfPagesRecordTextRecord2Rec, _super);
function TextListOfPagesRecordTextRecord2Rec(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecord2Rec.attributesToDeclare = function () {
return [
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructListRecord2Rec());
}, true, PortalModel.SearchPageStructListRecord2Rec),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextListOfPagesRecordTextRecord2Rec.init();
return TextListOfPagesRecordTextRecord2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.TextListOfPagesRecordTextRecord2Rec = TextListOfPagesRecordTextRecord2Rec;
});
define("Portal.model$TextListOfPagesRecordTextRecord2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecord2List = (function (_super) {
__extends(TextListOfPagesRecordTextRecord2List, _super);
function TextListOfPagesRecordTextRecord2List(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecord2List.itemType = PortalModel.TextListOfPagesRecordTextRecord2Rec;
return TextListOfPagesRecordTextRecord2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextListOfPagesRecordTextRecord2List = TextListOfPagesRecordTextRecord2List;
});
define("Portal.model$PostGetOutboundShipmentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentResponseRecord = (function (_super) {
__extends(PostGetOutboundShipmentResponseRecord, _super);
function PostGetOutboundShipmentResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostGetOutboundShipmentResponse", "postGetOutboundShipmentResponseAttr", "PostGetOutboundShipmentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostGetOutboundShipmentResponseRec());
}, true, PortalModel.PostGetOutboundShipmentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetOutboundShipmentResponseRecord.fromStructure = function (str) {
return new PostGetOutboundShipmentResponseRecord(new PostGetOutboundShipmentResponseRecord.RecordClass({
postGetOutboundShipmentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostGetOutboundShipmentResponseRecord._isAnonymousRecord = true;
PostGetOutboundShipmentResponseRecord.UniqueId = "4e0219a3-bd6e-d33a-2b0d-8e137001a755";
PostGetOutboundShipmentResponseRecord.init();
return PostGetOutboundShipmentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetOutboundShipmentResponseRecord = PostGetOutboundShipmentResponseRecord;
});
define("Portal.model$GetFreeBoxLocPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocPayloadRecord = (function (_super) {
__extends(GetFreeBoxLocPayloadRecord, _super);
function GetFreeBoxLocPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetFreeBoxLocPayload", "getFreeBoxLocPayloadAttr", "GetFreeBoxLocPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxLocPayloadRec());
}, true, PortalModel.GetFreeBoxLocPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxLocPayloadRecord.fromStructure = function (str) {
return new GetFreeBoxLocPayloadRecord(new GetFreeBoxLocPayloadRecord.RecordClass({
getFreeBoxLocPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxLocPayloadRecord._isAnonymousRecord = true;
GetFreeBoxLocPayloadRecord.UniqueId = "7630b64c-9372-af3b-5d17-4fc1da0d0785";
GetFreeBoxLocPayloadRecord.init();
return GetFreeBoxLocPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxLocPayloadRecord = GetFreeBoxLocPayloadRecord;
});
define("Portal.model$GetFreeBoxLocPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocPayloadRecordList = (function (_super) {
__extends(GetFreeBoxLocPayloadRecordList, _super);
function GetFreeBoxLocPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocPayloadRecordList.itemType = PortalModel.GetFreeBoxLocPayloadRecord;
return GetFreeBoxLocPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxLocPayloadRecordList = GetFreeBoxLocPayloadRecordList;
});
define("Portal.model$CRM_DocumentTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_DocumentTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_DocumentTypeRecord = (function (_super) {
__extends(CRM_DocumentTypeRecord, _super);
function CRM_DocumentTypeRecord(defaults) {
_super.apply(this, arguments);
}
CRM_DocumentTypeRecord.attributesToDeclare = function () {
return [
this.attr("CRM_DocumentType", "cRM_DocumentTypeAttr", "CRM_DocumentType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CRM_DocumentTypeRec());
}, true, Data_COModel.CRM_DocumentTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
CRM_DocumentTypeRecord.fromStructure = function (str) {
return new CRM_DocumentTypeRecord(new CRM_DocumentTypeRecord.RecordClass({
cRM_DocumentTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CRM_DocumentTypeRecord._isAnonymousRecord = true;
CRM_DocumentTypeRecord.UniqueId = "bfc79968-18dc-d39c-880c-f5c8f6423d36";
CRM_DocumentTypeRecord.init();
return CRM_DocumentTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CRM_DocumentTypeRecord = CRM_DocumentTypeRecord;
});
define("Portal.model$CRM_DocumentTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CRM_DocumentTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CRM_DocumentTypeRecordList = (function (_super) {
__extends(CRM_DocumentTypeRecordList, _super);
function CRM_DocumentTypeRecordList(defaults) {
_super.apply(this, arguments);
}
CRM_DocumentTypeRecordList.itemType = PortalModel.CRM_DocumentTypeRecord;
return CRM_DocumentTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_DocumentTypeRecordList = CRM_DocumentTypeRecordList;
});
define("Portal.model$RegisterUser2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDetailRec", "Portal.model$CorporateCreditDetailRec", "Portal.model$CorporateCashDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUser2Rec = (function (_super) {
__extends(RegisterUser2Rec, _super);
function RegisterUser2Rec(defaults) {
_super.apply(this, arguments);
}
RegisterUser2Rec.attributesToDeclare = function () {
return [
this.attr("EmirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FirstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailId", "emailIdAttr", "emailId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Password", "passwordAttr", "password", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PreferredLanguage", "preferredLanguageAttr", "preferredLanguage", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserTypeId", "userTypeIdAttr", "userTypeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CandidateDetails", "candidateDetailsAttr", "candidateDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CandidateDetailRec());
}, true, PortalModel.CandidateDetailRec),
this.attr("CorporateCreditDetails", "corporateCreditDetailsAttr", "corporateCreditDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCreditDetailRec());
}, true, PortalModel.CorporateCreditDetailRec),
this.attr("CorporateCashDetails", "corporateCashDetailsAttr", "corporateCashDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCashDetailRec());
}, true, PortalModel.CorporateCashDetailRec),
this.attr("ISDCode", "iSDCodeAttr", "ISDCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ISDLable", "iSDLableAttr", "ISDLable", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUser2Rec.init();
return RegisterUser2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUser2Rec = RegisterUser2Rec;
});
define("Portal.model$RegisterUser2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUser2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUser2Record = (function (_super) {
__extends(RegisterUser2Record, _super);
function RegisterUser2Record(defaults) {
_super.apply(this, arguments);
}
RegisterUser2Record.attributesToDeclare = function () {
return [
this.attr("RegisterUser2", "registerUser2Attr", "RegisterUser2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegisterUser2Rec());
}, true, PortalModel.RegisterUser2Rec)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUser2Record.fromStructure = function (str) {
return new RegisterUser2Record(new RegisterUser2Record.RecordClass({
registerUser2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegisterUser2Record._isAnonymousRecord = true;
RegisterUser2Record.UniqueId = "7f673e23-9ed8-6e4a-2d98-aada68b2279c";
RegisterUser2Record.init();
return RegisterUser2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUser2Record = RegisterUser2Record;
});
define("Portal.model$RegisterUser2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUser2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUser2RecordList = (function (_super) {
__extends(RegisterUser2RecordList, _super);
function RegisterUser2RecordList(defaults) {
_super.apply(this, arguments);
}
RegisterUser2RecordList.itemType = PortalModel.RegisterUser2Record;
return RegisterUser2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUser2RecordList = RegisterUser2RecordList;
});
define("Portal.model$GetFileRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileRequestRecordList = (function (_super) {
__extends(GetFileRequestRecordList, _super);
function GetFileRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetFileRequestRecordList.itemType = PortalModel.GetFileRequestRecord;
return GetFileRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFileRequestRecordList = GetFileRequestRecordList;
});
define("Portal.model$GetDropOffLocationResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload50Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationResponse2Rec = (function (_super) {
__extends(GetDropOffLocationResponse2Rec, _super);
function GetDropOffLocationResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload50Rec());
}, true, PortalModel.Payload50Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDropOffLocationResponse2Rec.init();
return GetDropOffLocationResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDropOffLocationResponse2Rec = GetDropOffLocationResponse2Rec;
});
define("Portal.model$GetDropOffLocationResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationResponse2List = (function (_super) {
__extends(GetDropOffLocationResponse2List, _super);
function GetDropOffLocationResponse2List(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationResponse2List.itemType = PortalModel.GetDropOffLocationResponse2Rec;
return GetDropOffLocationResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDropOffLocationResponse2List = GetDropOffLocationResponse2List;
});
define("Portal.model$ValidateMobileNumberRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumberRec = (function (_super) {
__extends(ValidateMobileNumberRec, _super);
function ValidateMobileNumberRec(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumberRec.attributesToDeclare = function () {
return [
this.attr("otpCode", "otpCodeAttr", "otpCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("otpTransactionId", "otpTransactionIdAttr", "otpTransactionId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValidateMobileNumberRec.init();
return ValidateMobileNumberRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateMobileNumberRec = ValidateMobileNumberRec;
});
define("Portal.model$ValidateMobileNumberRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumberRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumberRecord = (function (_super) {
__extends(ValidateMobileNumberRecord, _super);
function ValidateMobileNumberRecord(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumberRecord.attributesToDeclare = function () {
return [
this.attr("ValidateMobileNumber", "validateMobileNumberAttr", "ValidateMobileNumber", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidateMobileNumberRec());
}, true, PortalModel.ValidateMobileNumberRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateMobileNumberRecord.fromStructure = function (str) {
return new ValidateMobileNumberRecord(new ValidateMobileNumberRecord.RecordClass({
validateMobileNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidateMobileNumberRecord._isAnonymousRecord = true;
ValidateMobileNumberRecord.UniqueId = "ce5b62e3-f8e5-2f12-99eb-649af0e3b541";
ValidateMobileNumberRecord.init();
return ValidateMobileNumberRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateMobileNumberRecord = ValidateMobileNumberRecord;
});
define("Portal.model$ValidateMobileNumberRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumberRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumberRecordList = (function (_super) {
__extends(ValidateMobileNumberRecordList, _super);
function ValidateMobileNumberRecordList(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumberRecordList.itemType = PortalModel.ValidateMobileNumberRecord;
return ValidateMobileNumberRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateMobileNumberRecordList = ValidateMobileNumberRecordList;
});
define("Portal.model$UnlinkPOBoxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBoxRec = (function (_super) {
__extends(UnlinkPOBoxRec, _super);
function UnlinkPOBoxRec(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBoxRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NewOfficeId", "newOfficeIdAttr", "newOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UnlinkPOBoxRec.init();
return UnlinkPOBoxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UnlinkPOBoxRec = UnlinkPOBoxRec;
});
define("Portal.model$UnlinkPOBoxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBoxRecord = (function (_super) {
__extends(UnlinkPOBoxRecord, _super);
function UnlinkPOBoxRecord(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBoxRecord.attributesToDeclare = function () {
return [
this.attr("UnlinkPOBox", "unlinkPOBoxAttr", "UnlinkPOBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UnlinkPOBoxRec());
}, true, PortalModel.UnlinkPOBoxRec)
].concat(_super.attributesToDeclare.call(this));
};
UnlinkPOBoxRecord.fromStructure = function (str) {
return new UnlinkPOBoxRecord(new UnlinkPOBoxRecord.RecordClass({
unlinkPOBoxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UnlinkPOBoxRecord._isAnonymousRecord = true;
UnlinkPOBoxRecord.UniqueId = "90b98003-0978-bc23-0281-71b51db6115f";
UnlinkPOBoxRecord.init();
return UnlinkPOBoxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UnlinkPOBoxRecord = UnlinkPOBoxRecord;
});
define("Portal.model$UnlinkPOBoxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBoxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBoxRecordList = (function (_super) {
__extends(UnlinkPOBoxRecordList, _super);
function UnlinkPOBoxRecordList(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBoxRecordList.itemType = PortalModel.UnlinkPOBoxRecord;
return UnlinkPOBoxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UnlinkPOBoxRecordList = UnlinkPOBoxRecordList;
});
define("Portal.model$HTTPRequest17Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest17Record = (function (_super) {
__extends(HTTPRequest17Record, _super);
function HTTPRequest17Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest17Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest17", "hTTPRequest17Attr", "HTTPRequest17", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest17Rec());
}, true, PortalModel.HTTPRequest17Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest17Record.fromStructure = function (str) {
return new HTTPRequest17Record(new HTTPRequest17Record.RecordClass({
hTTPRequest17Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest17Record._isAnonymousRecord = true;
HTTPRequest17Record.UniqueId = "67827b94-6935-a427-2455-f7aff0c64ae5";
HTTPRequest17Record.init();
return HTTPRequest17Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest17Record = HTTPRequest17Record;
});
define("Portal.model$HTTPRequest17RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest17Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest17RecordList = (function (_super) {
__extends(HTTPRequest17RecordList, _super);
function HTTPRequest17RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest17RecordList.itemType = PortalModel.HTTPRequest17Record;
return HTTPRequest17RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest17RecordList = HTTPRequest17RecordList;
});
define("Portal.model$ICityRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICityRec = (function (_super) {
__extends(ICityRec, _super);
function ICityRec(defaults) {
_super.apply(this, arguments);
}
ICityRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ICityRec.init();
return ICityRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ICityRec = ICityRec;
});
define("Portal.model$ICityRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICityRecord = (function (_super) {
__extends(ICityRecord, _super);
function ICityRecord(defaults) {
_super.apply(this, arguments);
}
ICityRecord.attributesToDeclare = function () {
return [
this.attr("ICity", "iCityAttr", "ICity", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ICityRec());
}, true, PortalModel.ICityRec)
].concat(_super.attributesToDeclare.call(this));
};
ICityRecord.fromStructure = function (str) {
return new ICityRecord(new ICityRecord.RecordClass({
iCityAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ICityRecord._isAnonymousRecord = true;
ICityRecord.UniqueId = "4edf768d-8e52-b56e-62b0-fa1d24e482cb";
ICityRecord.init();
return ICityRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ICityRecord = ICityRecord;
});
define("Portal.model$LegalEnquiryAddressTo2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressTo2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressTo2List = (function (_super) {
__extends(LegalEnquiryAddressTo2List, _super);
function LegalEnquiryAddressTo2List(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressTo2List.itemType = PortalModel.LegalEnquiryAddressTo2Rec;
return LegalEnquiryAddressTo2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressTo2List = LegalEnquiryAddressTo2List;
});
define("Portal.model$PostingRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$PostingRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var PostingRecord = (function (_super) {
__extends(PostingRecord, _super);
function PostingRecord(defaults) {
_super.apply(this, arguments);
}
PostingRecord.attributesToDeclare = function () {
return [
this.attr("Posting", "postingAttr", "Posting", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.PostingRec());
}, true, CareersData_COModel.PostingRec)
].concat(_super.attributesToDeclare.call(this));
};
PostingRecord.fromStructure = function (str) {
return new PostingRecord(new PostingRecord.RecordClass({
postingAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostingRecord._isAnonymousRecord = true;
PostingRecord.UniqueId = "c105d01f-17fc-04a4-50ea-b73d3a32f895";
PostingRecord.init();
return PostingRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostingRecord = PostingRecord;
});
define("Portal.model$PostingRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostingRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostingRecordList = (function (_super) {
__extends(PostingRecordList, _super);
function PostingRecordList(defaults) {
_super.apply(this, arguments);
}
PostingRecordList.itemType = PortalModel.PostingRecord;
return PostingRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostingRecordList = PostingRecordList;
});
define("Portal.model$SelectedAddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedAddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedAddressRecordList = (function (_super) {
__extends(SelectedAddressRecordList, _super);
function SelectedAddressRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedAddressRecordList.itemType = PortalModel.SelectedAddressRecord;
return SelectedAddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedAddressRecordList = SelectedAddressRecordList;
});
define("Portal.model$TextListOfPagesRecordTextRecord2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecord2Record = (function (_super) {
__extends(TextListOfPagesRecordTextRecord2Record, _super);
function TextListOfPagesRecordTextRecord2Record(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecord2Record.attributesToDeclare = function () {
return [
this.attr("TextListOfPagesRecordTextRecord2", "textListOfPagesRecordTextRecord2Attr", "TextListOfPagesRecordTextRecord2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextListOfPagesRecordTextRecord2Rec());
}, true, PortalModel.TextListOfPagesRecordTextRecord2Rec)
].concat(_super.attributesToDeclare.call(this));
};
TextListOfPagesRecordTextRecord2Record.fromStructure = function (str) {
return new TextListOfPagesRecordTextRecord2Record(new TextListOfPagesRecordTextRecord2Record.RecordClass({
textListOfPagesRecordTextRecord2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TextListOfPagesRecordTextRecord2Record._isAnonymousRecord = true;
TextListOfPagesRecordTextRecord2Record.UniqueId = "4fe434c3-365a-9782-0d85-428e7c14ade8";
TextListOfPagesRecordTextRecord2Record.init();
return TextListOfPagesRecordTextRecord2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.TextListOfPagesRecordTextRecord2Record = TextListOfPagesRecordTextRecord2Record;
});
define("Portal.model$TextListOfPagesRecordTextRecord2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecord2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecord2RecordList = (function (_super) {
__extends(TextListOfPagesRecordTextRecord2RecordList, _super);
function TextListOfPagesRecordTextRecord2RecordList(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecord2RecordList.itemType = PortalModel.TextListOfPagesRecordTextRecord2Record;
return TextListOfPagesRecordTextRecord2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextListOfPagesRecordTextRecord2RecordList = TextListOfPagesRecordTextRecord2RecordList;
});
define("Portal.model$IDLRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestRec = (function (_super) {
__extends(IDLRequestRec, _super);
function IDLRequestRec(defaults) {
_super.apply(this, arguments);
}
IDLRequestRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("CustomerId", "customerIdAttr", "CustomerId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Area", "areaAttr", "Area", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhoneNumber", "phoneNumberAttr", "PhoneNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateofBirth", "dateofBirthAttr", "DateofBirth", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("Nationality", "nationalityAttr", "Nationality", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("BirthPlace", "birthPlaceAttr", "BirthPlace", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLExpiry", "dLExpiryAttr", "DLExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("EmiratesIdExpiry", "emiratesIdExpiryAttr", "EmiratesIdExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("PassportExpiry", "passportExpiryAttr", "PassportExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("VisaExpiry", "visaExpiryAttr", "VisaExpiry", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("VerifyByEmiratesId", "verifyByEmiratesIdAttr", "VerifyByEmiratesId", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("PhotoFile", "photoFileAttr", "PhotoFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLFrontFile", "dLFrontFileAttr", "DLFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DLBackFile", "dLBackFileAttr", "DLBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIDFrontFile", "emirateIDFrontFileAttr", "EmirateIDFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmirateIDBackFile", "emirateIDBackFileAttr", "EmirateIDBackFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VisaFile", "visaFileAttr", "VisaFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PassportFile", "passportFileAttr", "PassportFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PhotoStatus", "photoStatusAttr", "PhotoStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DLStatus", "dLStatusAttr", "DLStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("EmiratesIDStatus", "emiratesIDStatusAttr", "EmiratesIDStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PassportStatus", "passportStatusAttr", "PassportStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("VisaStatus", "visaStatusAttr", "VisaStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Comments", "commentsAttr", "Comments", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Street", "streetAttr", "Street", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaNo", "villaNoAttr", "VillaNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Region", "regionAttr", "Region", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("IDLStatus", "iDLStatusAttr", "IDLStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesIDFrontFile", "emiratesIDFrontFileAttr", "EmiratesIDFrontFile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesIDBackFile", "emiratesIDBackFileAttr", "EmiratesIDBackFile", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestRec.init();
return IDLRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestRec = IDLRequestRec;
});
define("Portal.model$Payload78List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload78Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload78List = (function (_super) {
__extends(Payload78List, _super);
function Payload78List(defaults) {
_super.apply(this, arguments);
}
Payload78List.itemType = PortalModel.Payload78Rec;
return Payload78List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload78List = Payload78List;
});
define("Portal.model$Payload68List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload68Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload68List = (function (_super) {
__extends(Payload68List, _super);
function Payload68List(defaults) {
_super.apply(this, arguments);
}
Payload68List.itemType = PortalModel.Payload68Rec;
return Payload68List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload68List = Payload68List;
});
define("Portal.model$BreakColumnsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BreakColumnsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BreakColumnsRecordList = (function (_super) {
__extends(BreakColumnsRecordList, _super);
function BreakColumnsRecordList(defaults) {
_super.apply(this, arguments);
}
BreakColumnsRecordList.itemType = PortalModel.BreakColumnsRecord;
return BreakColumnsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BreakColumnsRecordList = BreakColumnsRecordList;
});
define("Portal.model$OptionsetStructureRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OptionsetStructureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OptionsetStructureRecord = (function (_super) {
__extends(OptionsetStructureRecord, _super);
function OptionsetStructureRecord(defaults) {
_super.apply(this, arguments);
}
OptionsetStructureRecord.attributesToDeclare = function () {
return [
this.attr("OptionsetStructure", "optionsetStructureAttr", "OptionsetStructure", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OptionsetStructureRec());
}, true, PortalModel.OptionsetStructureRec)
].concat(_super.attributesToDeclare.call(this));
};
OptionsetStructureRecord.fromStructure = function (str) {
return new OptionsetStructureRecord(new OptionsetStructureRecord.RecordClass({
optionsetStructureAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OptionsetStructureRecord._isAnonymousRecord = true;
OptionsetStructureRecord.UniqueId = "4fc5b2ce-65fb-ecc4-be63-1b13a253f704";
OptionsetStructureRecord.init();
return OptionsetStructureRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OptionsetStructureRecord = OptionsetStructureRecord;
});
define("Portal.model$DistinctTaxObjectItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DistinctTaxObjectItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DistinctTaxObjectItemList = (function (_super) {
__extends(DistinctTaxObjectItemList, _super);
function DistinctTaxObjectItemList(defaults) {
_super.apply(this, arguments);
}
DistinctTaxObjectItemList.itemType = PortalModel.DistinctTaxObjectItemRec;
return DistinctTaxObjectItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DistinctTaxObjectItemList = DistinctTaxObjectItemList;
});
define("Portal.model$OrderHistoryListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderHistoryListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderHistoryListItemRecord = (function (_super) {
__extends(OrderHistoryListItemRecord, _super);
function OrderHistoryListItemRecord(defaults) {
_super.apply(this, arguments);
}
OrderHistoryListItemRecord.attributesToDeclare = function () {
return [
this.attr("OrderHistoryListItem", "orderHistoryListItemAttr", "OrderHistoryListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderHistoryListItemRec());
}, true, PortalModel.OrderHistoryListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderHistoryListItemRecord.fromStructure = function (str) {
return new OrderHistoryListItemRecord(new OrderHistoryListItemRecord.RecordClass({
orderHistoryListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderHistoryListItemRecord._isAnonymousRecord = true;
OrderHistoryListItemRecord.UniqueId = "f4e93053-6d4d-8bf6-dd57-455f2c398bd9";
OrderHistoryListItemRecord.init();
return OrderHistoryListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderHistoryListItemRecord = OrderHistoryListItemRecord;
});
define("Portal.model$OrderHistoryListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderHistoryListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderHistoryListItemRecordList = (function (_super) {
__extends(OrderHistoryListItemRecordList, _super);
function OrderHistoryListItemRecordList(defaults) {
_super.apply(this, arguments);
}
OrderHistoryListItemRecordList.itemType = PortalModel.OrderHistoryListItemRecord;
return OrderHistoryListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderHistoryListItemRecordList = OrderHistoryListItemRecordList;
});
define("Portal.model$Careers_MasterDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$Careers_MasterDataRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Careers_MasterDataRecord = (function (_super) {
__extends(Careers_MasterDataRecord, _super);
function Careers_MasterDataRecord(defaults) {
_super.apply(this, arguments);
}
Careers_MasterDataRecord.attributesToDeclare = function () {
return [
this.attr("Careers_MasterData", "careers_MasterDataAttr", "Careers_MasterData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.Careers_MasterDataRec());
}, true, Enums_COModel.Careers_MasterDataRec)
].concat(_super.attributesToDeclare.call(this));
};
Careers_MasterDataRecord.fromStructure = function (str) {
return new Careers_MasterDataRecord(new Careers_MasterDataRecord.RecordClass({
careers_MasterDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Careers_MasterDataRecord._isAnonymousRecord = true;
Careers_MasterDataRecord.UniqueId = "503e8f9f-4bd6-8c02-d236-bfc7be0d6513";
Careers_MasterDataRecord.init();
return Careers_MasterDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Careers_MasterDataRecord = Careers_MasterDataRecord;
});
define("Portal.model$AgentInfoRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentInfoRec = (function (_super) {
__extends(AgentInfoRec, _super);
function AgentInfoRec(defaults) {
_super.apply(this, arguments);
}
AgentInfoRec.attributesToDeclare = function () {
return [
this.attr("firstName", "firstNameAttr", "firstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("lastName", "lastNameAttr", "lastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("mobileNumber", "mobileNumberAttr", "mobileNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("email", "emailAttr", "email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("emirateId", "emirateIdAttr", "emirateId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("passportImage", "passportImageAttr", "passportImage", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AgentInfoRec.init();
return AgentInfoRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentInfoRec = AgentInfoRec;
});
define("Portal.model$AgentInfoList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentInfoList = (function (_super) {
__extends(AgentInfoList, _super);
function AgentInfoList(defaults) {
_super.apply(this, arguments);
}
AgentInfoList.itemType = PortalModel.AgentInfoRec;
return AgentInfoList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentInfoList = AgentInfoList;
});
define("Portal.model$ResponseCodeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResponseCodeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResponseCodeRecordList = (function (_super) {
__extends(ResponseCodeRecordList, _super);
function ResponseCodeRecordList(defaults) {
_super.apply(this, arguments);
}
ResponseCodeRecordList.itemType = PortalModel.ResponseCodeRecord;
return ResponseCodeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResponseCodeRecordList = ResponseCodeRecordList;
});
define("Portal.model$String5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String5Record = (function (_super) {
__extends(String5Record, _super);
function String5Record(defaults) {
_super.apply(this, arguments);
}
String5Record.attributesToDeclare = function () {
return [
this.attr("String5", "string5Attr", "String5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.String5Rec());
}, true, PortalModel.String5Rec)
].concat(_super.attributesToDeclare.call(this));
};
String5Record.fromStructure = function (str) {
return new String5Record(new String5Record.RecordClass({
string5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
String5Record._isAnonymousRecord = true;
String5Record.UniqueId = "e96de579-f1f2-e873-b812-1007b7ee68c7";
String5Record.init();
return String5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.String5Record = String5Record;
});
define("Portal.model$String5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String5RecordList = (function (_super) {
__extends(String5RecordList, _super);
function String5RecordList(defaults) {
_super.apply(this, arguments);
}
String5RecordList.itemType = PortalModel.String5Record;
return String5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.String5RecordList = String5RecordList;
});
define("Portal.model$ShipmentDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentDetailItemRecord = (function (_super) {
__extends(ShipmentDetailItemRecord, _super);
function ShipmentDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentDetailItem", "shipmentDetailItemAttr", "ShipmentDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentDetailItemRec());
}, true, PortalModel.ShipmentDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentDetailItemRecord.fromStructure = function (str) {
return new ShipmentDetailItemRecord(new ShipmentDetailItemRecord.RecordClass({
shipmentDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentDetailItemRecord._isAnonymousRecord = true;
ShipmentDetailItemRecord.UniqueId = "508f78bc-9e55-f6a7-c606-afb7ce83daaf";
ShipmentDetailItemRecord.init();
return ShipmentDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentDetailItemRecord = ShipmentDetailItemRecord;
});
define("Portal.model$BulkMailUploadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailUploadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailUploadRecord = (function (_super) {
__extends(BulkMailUploadRecord, _super);
function BulkMailUploadRecord(defaults) {
_super.apply(this, arguments);
}
BulkMailUploadRecord.attributesToDeclare = function () {
return [
this.attr("BulkMailUpload", "bulkMailUploadAttr", "BulkMailUpload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkMailUploadRec());
}, true, PortalModel.BulkMailUploadRec)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailUploadRecord.fromStructure = function (str) {
return new BulkMailUploadRecord(new BulkMailUploadRecord.RecordClass({
bulkMailUploadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BulkMailUploadRecord._isAnonymousRecord = true;
BulkMailUploadRecord.UniqueId = "5094c467-e73f-f0e6-074a-aff27af93b0a";
BulkMailUploadRecord.init();
return BulkMailUploadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailUploadRecord = BulkMailUploadRecord;
});
define("Portal.model$RegistrationResponseMessagesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegistrationResponseMessagesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegistrationResponseMessagesList = (function (_super) {
__extends(RegistrationResponseMessagesList, _super);
function RegistrationResponseMessagesList(defaults) {
_super.apply(this, arguments);
}
RegistrationResponseMessagesList.itemType = PortalModel.RegistrationResponseMessagesRec;
return RegistrationResponseMessagesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegistrationResponseMessagesList = RegistrationResponseMessagesList;
});
define("Portal.model$GetProofOfDeliveryResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload45Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProofOfDeliveryResponseRec = (function (_super) {
__extends(GetProofOfDeliveryResponseRec, _super);
function GetProofOfDeliveryResponseRec(defaults) {
_super.apply(this, arguments);
}
GetProofOfDeliveryResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload45Rec());
}, true, PortalModel.Payload45Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetProofOfDeliveryResponseRec.init();
return GetProofOfDeliveryResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetProofOfDeliveryResponseRec = GetProofOfDeliveryResponseRec;
});
define("Portal.model$Payload70RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload70Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload70RecordList = (function (_super) {
__extends(Payload70RecordList, _super);
function Payload70RecordList(defaults) {
_super.apply(this, arguments);
}
Payload70RecordList.itemType = PortalModel.Payload70Record;
return Payload70RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload70RecordList = Payload70RecordList;
});
define("Portal.model$DocumentManagementRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$DocumentManagementRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var DocumentManagementRecord = (function (_super) {
__extends(DocumentManagementRecord, _super);
function DocumentManagementRecord(defaults) {
_super.apply(this, arguments);
}
DocumentManagementRecord.attributesToDeclare = function () {
return [
this.attr("DocumentManagement", "documentManagementAttr", "DocumentManagement", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.DocumentManagementRec());
}, true, Data_COModel.DocumentManagementRec)
].concat(_super.attributesToDeclare.call(this));
};
DocumentManagementRecord.fromStructure = function (str) {
return new DocumentManagementRecord(new DocumentManagementRecord.RecordClass({
documentManagementAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DocumentManagementRecord._isAnonymousRecord = true;
DocumentManagementRecord.UniqueId = "86cfa2d5-92a6-0577-9a9a-4ac719cb9f75";
DocumentManagementRecord.init();
return DocumentManagementRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DocumentManagementRecord = DocumentManagementRecord;
});
define("Portal.model$DocumentManagementRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DocumentManagementRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DocumentManagementRecordList = (function (_super) {
__extends(DocumentManagementRecordList, _super);
function DocumentManagementRecordList(defaults) {
_super.apply(this, arguments);
}
DocumentManagementRecordList.itemType = PortalModel.DocumentManagementRecord;
return DocumentManagementRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DocumentManagementRecordList = DocumentManagementRecordList;
});
define("Portal.model$ContactDetailsFileRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileRec = (function (_super) {
__extends(ContactDetailsFileRec, _super);
function ContactDetailsFileRec(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileRec.attributesToDeclare = function () {
return [
this.attr("FullName", "fullNameAttr", "FullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NickName", "nickNameAttr", "NickName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("PhoneISD", "phoneISDAttr", "PhoneISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Phone", "phoneAttr", "Phone", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("MobileISD", "mobileISDAttr", "MobileISD", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("CompanyName", "companyNameAttr", "CompanyName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("VillaApartment", "villaApartmentAttr", "VillaApartment", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Building", "buildingAttr", "Building", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StreetLandmark", "streetLandmarkAttr", "StreetLandmark", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxZIPCode", "pOBoxZIPCodeAttr", "POBoxZIPCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityEmirate", "cityEmirateAttr", "CityEmirate", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Area", "areaAttr", "Area", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsFileRec.init();
return ContactDetailsFileRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsFileRec = ContactDetailsFileRec;
});
define("Portal.model$ContactDetailsFileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileRecord = (function (_super) {
__extends(ContactDetailsFileRecord, _super);
function ContactDetailsFileRecord(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileRecord.attributesToDeclare = function () {
return [
this.attr("ContactDetailsFile", "contactDetailsFileAttr", "ContactDetailsFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsFileRec());
}, true, PortalModel.ContactDetailsFileRec)
].concat(_super.attributesToDeclare.call(this));
};
ContactDetailsFileRecord.fromStructure = function (str) {
return new ContactDetailsFileRecord(new ContactDetailsFileRecord.RecordClass({
contactDetailsFileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ContactDetailsFileRecord._isAnonymousRecord = true;
ContactDetailsFileRecord.UniqueId = "5153d79e-f680-f07f-d945-7bc0f99fddfd";
ContactDetailsFileRecord.init();
return ContactDetailsFileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ContactDetailsFileRecord = ContactDetailsFileRecord;
});
define("Portal.model$Payload54Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload54Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload54Record = (function (_super) {
__extends(Payload54Record, _super);
function Payload54Record(defaults) {
_super.apply(this, arguments);
}
Payload54Record.attributesToDeclare = function () {
return [
this.attr("Payload54", "payload54Attr", "Payload54", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload54Rec());
}, true, PortalModel.Payload54Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload54Record.fromStructure = function (str) {
return new Payload54Record(new Payload54Record.RecordClass({
payload54Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload54Record._isAnonymousRecord = true;
Payload54Record.UniqueId = "57a766e4-a1ab-393c-bded-3354c9348dbe";
Payload54Record.init();
return Payload54Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload54Record = Payload54Record;
});
define("Portal.model$Payload54RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload54Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload54RecordList = (function (_super) {
__extends(Payload54RecordList, _super);
function Payload54RecordList(defaults) {
_super.apply(this, arguments);
}
Payload54RecordList.itemType = PortalModel.Payload54Record;
return Payload54RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload54RecordList = Payload54RecordList;
});
define("Portal.model$CandidateEducationList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$CandidateEducationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateEducationList = (function (_super) {
__extends(CandidateEducationList, _super);
function CandidateEducationList(defaults) {
_super.apply(this, arguments);
}
CandidateEducationList.itemType = CareersData_COModel.CandidateEducationRec;
return CandidateEducationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateEducationList = CandidateEducationList;
});
define("Portal.model$AddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressList = (function (_super) {
__extends(AddressList, _super);
function AddressList(defaults) {
_super.apply(this, arguments);
}
AddressList.itemType = PortalModel.AddressRec;
return AddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressList = AddressList;
});
define("Portal.model$IDLRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestRecord = (function (_super) {
__extends(IDLRequestRecord, _super);
function IDLRequestRecord(defaults) {
_super.apply(this, arguments);
}
IDLRequestRecord.attributesToDeclare = function () {
return [
this.attr("IDLRequest", "iDLRequestAttr", "IDLRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLRequestRec());
}, true, PortalModel.IDLRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLRequestRecord.fromStructure = function (str) {
return new IDLRequestRecord(new IDLRequestRecord.RecordClass({
iDLRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLRequestRecord._isAnonymousRecord = true;
IDLRequestRecord.UniqueId = "51a76629-bef4-d7d9-ae47-29abcbba419f";
IDLRequestRecord.init();
return IDLRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRequestRecord = IDLRequestRecord;
});
define("Portal.model$UserInfoRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserInfoRecord = (function (_super) {
__extends(UserInfoRecord, _super);
function UserInfoRecord(defaults) {
_super.apply(this, arguments);
}
UserInfoRecord.attributesToDeclare = function () {
return [
this.attr("UserInfo", "userInfoAttr", "UserInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UserInfoRec());
}, true, PortalModel.UserInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
UserInfoRecord.fromStructure = function (str) {
return new UserInfoRecord(new UserInfoRecord.RecordClass({
userInfoAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UserInfoRecord._isAnonymousRecord = true;
UserInfoRecord.UniqueId = "8d0916d5-f1d9-cf9c-d9d2-88ca18b5f666";
UserInfoRecord.init();
return UserInfoRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UserInfoRecord = UserInfoRecord;
});
define("Portal.model$UserInfoRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserInfoRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserInfoRecordList = (function (_super) {
__extends(UserInfoRecordList, _super);
function UserInfoRecordList(defaults) {
_super.apply(this, arguments);
}
UserInfoRecordList.itemType = PortalModel.UserInfoRecord;
return UserInfoRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserInfoRecordList = UserInfoRecordList;
});
define("Portal.model$PostVerifyRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyRequestRec = (function (_super) {
__extends(PostVerifyRequestRec, _super);
function PostVerifyRequestRec(defaults) {
_super.apply(this, arguments);
}
PostVerifyRequestRec.attributesToDeclare = function () {
return [
this.attr("ClientIP", "clientIPAttr", "clientIP", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Token", "tokenAttr", "token", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostVerifyRequestRec.init();
return PostVerifyRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostVerifyRequestRec = PostVerifyRequestRec;
});
define("Portal.model$PostVerifyRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyRequestRecord = (function (_super) {
__extends(PostVerifyRequestRecord, _super);
function PostVerifyRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostVerifyRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostVerifyRequest", "postVerifyRequestAttr", "PostVerifyRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostVerifyRequestRec());
}, true, PortalModel.PostVerifyRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostVerifyRequestRecord.fromStructure = function (str) {
return new PostVerifyRequestRecord(new PostVerifyRequestRecord.RecordClass({
postVerifyRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostVerifyRequestRecord._isAnonymousRecord = true;
PostVerifyRequestRecord.UniqueId = "51caa7a1-4422-1110-1312-68ceba3aeecb";
PostVerifyRequestRecord.init();
return PostVerifyRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostVerifyRequestRecord = PostVerifyRequestRecord;
});
define("Portal.model$ProcessPaymentSavedCardResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardResponseList = (function (_super) {
__extends(ProcessPaymentSavedCardResponseList, _super);
function ProcessPaymentSavedCardResponseList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardResponseList.itemType = PortalModel.ProcessPaymentSavedCardResponseRec;
return ProcessPaymentSavedCardResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardResponseList = ProcessPaymentSavedCardResponseList;
});
define("Portal.model$CareerStaticPageDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CareerStaticPageDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CareerStaticPageDataRecord = (function (_super) {
__extends(CareerStaticPageDataRecord, _super);
function CareerStaticPageDataRecord(defaults) {
_super.apply(this, arguments);
}
CareerStaticPageDataRecord.attributesToDeclare = function () {
return [
this.attr("CareerStaticPageData", "careerStaticPageDataAttr", "CareerStaticPageData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CareerStaticPageDataRec());
}, true, PortalModel.CareerStaticPageDataRec)
].concat(_super.attributesToDeclare.call(this));
};
CareerStaticPageDataRecord.fromStructure = function (str) {
return new CareerStaticPageDataRecord(new CareerStaticPageDataRecord.RecordClass({
careerStaticPageDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CareerStaticPageDataRecord._isAnonymousRecord = true;
CareerStaticPageDataRecord.UniqueId = "5204d87c-7b43-568a-9001-601e3102807d";
CareerStaticPageDataRecord.init();
return CareerStaticPageDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CareerStaticPageDataRecord = CareerStaticPageDataRecord;
});
define("Portal.model$PostUpdateShipReportPreferenceRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostUpdateShipReportPreferenceRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostUpdateShipReportPreferenceRequestRecord = (function (_super) {
__extends(PostUpdateShipReportPreferenceRequestRecord, _super);
function PostUpdateShipReportPreferenceRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostUpdateShipReportPreferenceRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostUpdateShipReportPreferenceRequest", "postUpdateShipReportPreferenceRequestAttr", "PostUpdateShipReportPreferenceRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostUpdateShipReportPreferenceRequestRec());
}, true, PortalModel.PostUpdateShipReportPreferenceRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostUpdateShipReportPreferenceRequestRecord.fromStructure = function (str) {
return new PostUpdateShipReportPreferenceRequestRecord(new PostUpdateShipReportPreferenceRequestRecord.RecordClass({
postUpdateShipReportPreferenceRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostUpdateShipReportPreferenceRequestRecord._isAnonymousRecord = true;
PostUpdateShipReportPreferenceRequestRecord.UniqueId = "dc3acc16-65d8-46e1-1855-d2e075cb6188";
PostUpdateShipReportPreferenceRequestRecord.init();
return PostUpdateShipReportPreferenceRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostUpdateShipReportPreferenceRequestRecord = PostUpdateShipReportPreferenceRequestRecord;
});
define("Portal.model$PostUpdateShipReportPreferenceRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostUpdateShipReportPreferenceRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostUpdateShipReportPreferenceRequestRecordList = (function (_super) {
__extends(PostUpdateShipReportPreferenceRequestRecordList, _super);
function PostUpdateShipReportPreferenceRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostUpdateShipReportPreferenceRequestRecordList.itemType = PortalModel.PostUpdateShipReportPreferenceRequestRecord;
return PostUpdateShipReportPreferenceRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostUpdateShipReportPreferenceRequestRecordList = PostUpdateShipReportPreferenceRequestRecordList;
});
define("Portal.model$SaveBooking2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking2Record = (function (_super) {
__extends(SaveBooking2Record, _super);
function SaveBooking2Record(defaults) {
_super.apply(this, arguments);
}
SaveBooking2Record.attributesToDeclare = function () {
return [
this.attr("SaveBooking2", "saveBooking2Attr", "SaveBooking2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveBooking2Rec());
}, true, PortalModel.SaveBooking2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking2Record.fromStructure = function (str) {
return new SaveBooking2Record(new SaveBooking2Record.RecordClass({
saveBooking2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveBooking2Record._isAnonymousRecord = true;
SaveBooking2Record.UniqueId = "dd51294b-dd4d-b453-9b71-b12d21729d1e";
SaveBooking2Record.init();
return SaveBooking2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking2Record = SaveBooking2Record;
});
define("Portal.model$SaveBooking2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking2RecordList = (function (_super) {
__extends(SaveBooking2RecordList, _super);
function SaveBooking2RecordList(defaults) {
_super.apply(this, arguments);
}
SaveBooking2RecordList.itemType = PortalModel.SaveBooking2Record;
return SaveBooking2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking2RecordList = SaveBooking2RecordList;
});
define("Portal.model$Payload34List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload34Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload34List = (function (_super) {
__extends(Payload34List, _super);
function Payload34List(defaults) {
_super.apply(this, arguments);
}
Payload34List.itemType = PortalModel.Payload34Rec;
return Payload34List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload34List = Payload34List;
});
define("Portal.model$GetUserByTokenResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponse3RecordList = (function (_super) {
__extends(GetUserByTokenResponse3RecordList, _super);
function GetUserByTokenResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponse3RecordList.itemType = PortalModel.GetUserByTokenResponse3Record;
return GetUserByTokenResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserByTokenResponse3RecordList = GetUserByTokenResponse3RecordList;
});
define("Portal.model$GetCustomerInformationsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerInformationsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerInformationsResponseRecordList = (function (_super) {
__extends(GetCustomerInformationsResponseRecordList, _super);
function GetCustomerInformationsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomerInformationsResponseRecordList.itemType = PortalModel.GetCustomerInformationsResponseRecord;
return GetCustomerInformationsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerInformationsResponseRecordList = GetCustomerInformationsResponseRecordList;
});
define("Portal.model$MasterDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataRecord = (function (_super) {
__extends(MasterDataRecord, _super);
function MasterDataRecord(defaults) {
_super.apply(this, arguments);
}
MasterDataRecord.attributesToDeclare = function () {
return [
this.attr("MasterData", "masterDataAttr", "MasterData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataRec());
}, true, PortalModel.MasterDataRec)
].concat(_super.attributesToDeclare.call(this));
};
MasterDataRecord.fromStructure = function (str) {
return new MasterDataRecord(new MasterDataRecord.RecordClass({
masterDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MasterDataRecord._isAnonymousRecord = true;
MasterDataRecord.UniqueId = "52a2d05e-72d8-14cc-fbe0-723e1811114a";
MasterDataRecord.init();
return MasterDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MasterDataRecord = MasterDataRecord;
});
define("Portal.model$SavedCardRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SavedCardRecord = (function (_super) {
__extends(SavedCardRecord, _super);
function SavedCardRecord(defaults) {
_super.apply(this, arguments);
}
SavedCardRecord.attributesToDeclare = function () {
return [
this.attr("SavedCard", "savedCardAttr", "SavedCard", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SavedCardRec());
}, true, PortalModel.SavedCardRec)
].concat(_super.attributesToDeclare.call(this));
};
SavedCardRecord.fromStructure = function (str) {
return new SavedCardRecord(new SavedCardRecord.RecordClass({
savedCardAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SavedCardRecord._isAnonymousRecord = true;
SavedCardRecord.UniqueId = "f0fd952b-9b8f-4aa5-230b-2387d4d32c91";
SavedCardRecord.init();
return SavedCardRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SavedCardRecord = SavedCardRecord;
});
define("Portal.model$SavedCardRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SavedCardRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SavedCardRecordList = (function (_super) {
__extends(SavedCardRecordList, _super);
function SavedCardRecordList(defaults) {
_super.apply(this, arguments);
}
SavedCardRecordList.itemType = PortalModel.SavedCardRecord;
return SavedCardRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SavedCardRecordList = SavedCardRecordList;
});
define("Portal.model$EnquiryReasonItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryReasonItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryReasonItemRecord = (function (_super) {
__extends(EnquiryReasonItemRecord, _super);
function EnquiryReasonItemRecord(defaults) {
_super.apply(this, arguments);
}
EnquiryReasonItemRecord.attributesToDeclare = function () {
return [
this.attr("EnquiryReasonItem", "enquiryReasonItemAttr", "EnquiryReasonItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EnquiryReasonItemRec());
}, true, PortalModel.EnquiryReasonItemRec)
].concat(_super.attributesToDeclare.call(this));
};
EnquiryReasonItemRecord.fromStructure = function (str) {
return new EnquiryReasonItemRecord(new EnquiryReasonItemRecord.RecordClass({
enquiryReasonItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EnquiryReasonItemRecord._isAnonymousRecord = true;
EnquiryReasonItemRecord.UniqueId = "b7a89715-33bb-102e-41b9-574112eb5e17";
EnquiryReasonItemRecord.init();
return EnquiryReasonItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EnquiryReasonItemRecord = EnquiryReasonItemRecord;
});
define("Portal.model$EnquiryReasonItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryReasonItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryReasonItemRecordList = (function (_super) {
__extends(EnquiryReasonItemRecordList, _super);
function EnquiryReasonItemRecordList(defaults) {
_super.apply(this, arguments);
}
EnquiryReasonItemRecordList.itemType = PortalModel.EnquiryReasonItemRecord;
return EnquiryReasonItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryReasonItemRecordList = EnquiryReasonItemRecordList;
});
define("Portal.model$URLQueryParameter11Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter11Record = (function (_super) {
__extends(URLQueryParameter11Record, _super);
function URLQueryParameter11Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter11Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter11", "uRLQueryParameter11Attr", "URLQueryParameter11", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter11Rec());
}, true, PortalModel.URLQueryParameter11Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter11Record.fromStructure = function (str) {
return new URLQueryParameter11Record(new URLQueryParameter11Record.RecordClass({
uRLQueryParameter11Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter11Record._isAnonymousRecord = true;
URLQueryParameter11Record.UniqueId = "9254195a-7ebe-9ef5-7fb9-b0763715da91";
URLQueryParameter11Record.init();
return URLQueryParameter11Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter11Record = URLQueryParameter11Record;
});
define("Portal.model$URLQueryParameter11RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter11Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter11RecordList = (function (_super) {
__extends(URLQueryParameter11RecordList, _super);
function URLQueryParameter11RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter11RecordList.itemType = PortalModel.URLQueryParameter11Record;
return URLQueryParameter11RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter11RecordList = URLQueryParameter11RecordList;
});
define("Portal.model$DowngradePostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestRec = (function (_super) {
__extends(DowngradePostBoxRequestRec, _super);
function DowngradePostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("RequestDetails", "requestDetailsAttr", "RequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DowngradePostBoxRequestDetailsRec());
}, true, PortalModel.DowngradePostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
DowngradePostBoxRequestRec.fromStructure = function (str) {
return new DowngradePostBoxRequestRec(new DowngradePostBoxRequestRec.RecordClass({
requestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DowngradePostBoxRequestRec.init();
return DowngradePostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DowngradePostBoxRequestRec = DowngradePostBoxRequestRec;
});
define("Portal.model$DowngradePostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestRecord = (function (_super) {
__extends(DowngradePostBoxRequestRecord, _super);
function DowngradePostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("DowngradePostBoxRequest", "downgradePostBoxRequestAttr", "DowngradePostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DowngradePostBoxRequestRec());
}, true, PortalModel.DowngradePostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
DowngradePostBoxRequestRecord.fromStructure = function (str) {
return new DowngradePostBoxRequestRecord(new DowngradePostBoxRequestRecord.RecordClass({
downgradePostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DowngradePostBoxRequestRecord._isAnonymousRecord = true;
DowngradePostBoxRequestRecord.UniqueId = "562a4fae-e285-b012-b985-0803ddf42c05";
DowngradePostBoxRequestRecord.init();
return DowngradePostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DowngradePostBoxRequestRecord = DowngradePostBoxRequestRecord;
});
define("Portal.model$DowngradePostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestRecordList = (function (_super) {
__extends(DowngradePostBoxRequestRecordList, _super);
function DowngradePostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestRecordList.itemType = PortalModel.DowngradePostBoxRequestRecord;
return DowngradePostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DowngradePostBoxRequestRecordList = DowngradePostBoxRequestRecordList;
});
define("Portal.model$SaveCaseRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequest2List = (function (_super) {
__extends(SaveCaseRequest2List, _super);
function SaveCaseRequest2List(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequest2List.itemType = PortalModel.SaveCaseRequest2Rec;
return SaveCaseRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseRequest2List = SaveCaseRequest2List;
});
define("Portal.model$GetCountries2ResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCountries2ResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCountries2ResponseList = (function (_super) {
__extends(GetCountries2ResponseList, _super);
function GetCountries2ResponseList(defaults) {
_super.apply(this, arguments);
}
GetCountries2ResponseList.itemType = PortalModel.GetCountries2ResponseRec;
return GetCountries2ResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCountries2ResponseList = GetCountries2ResponseList;
});
define("Portal.model$CustomDescriptionItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDescriptionItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDescriptionItem2RecordList = (function (_super) {
__extends(CustomDescriptionItem2RecordList, _super);
function CustomDescriptionItem2RecordList(defaults) {
_super.apply(this, arguments);
}
CustomDescriptionItem2RecordList.itemType = PortalModel.CustomDescriptionItem2Record;
return CustomDescriptionItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDescriptionItem2RecordList = CustomDescriptionItem2RecordList;
});
define("Portal.model$SearchPageStructRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructRecord = (function (_super) {
__extends(SearchPageStructRecord, _super);
function SearchPageStructRecord(defaults) {
_super.apply(this, arguments);
}
SearchPageStructRecord.attributesToDeclare = function () {
return [
this.attr("SearchPageStruct", "searchPageStructAttr", "SearchPageStruct", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructRec());
}, true, PortalModel.SearchPageStructRec)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructRecord.fromStructure = function (str) {
return new SearchPageStructRecord(new SearchPageStructRecord.RecordClass({
searchPageStructAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SearchPageStructRecord._isAnonymousRecord = true;
SearchPageStructRecord.UniqueId = "5346ff17-836d-6b62-6ce5-e2d35a095e6e";
SearchPageStructRecord.init();
return SearchPageStructRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructRecord = SearchPageStructRecord;
});
define("Portal.model$MultiShip_Courier_FileSuccessRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileSuccessRec = (function (_super) {
__extends(MultiShip_Courier_FileSuccessRec, _super);
function MultiShip_Courier_FileSuccessRec(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileSuccessRec.attributesToDeclare = function () {
return [
this.attr("AWBNumber", "aWBNumberAttr", "AWBNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ContentType", "contentTypeAttr", "ContentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailType", "mailTypeAttr", "MailType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("NatureType", "natureTypeAttr", "NatureType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBox_ZipCode", "pOBox_ZipCodeAttr", "POBox_ZipCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Mobile", "mobileAttr", "Mobile", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TelNo", "telNoAttr", "TelNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Weight_gms", "weight_gmsAttr", "Weight_gms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Country", "countryAttr", "Country", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HSCode", "hSCodeAttr", "HSCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalUnit", "totalUnitAttr", "TotalUnit", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("UnitWeight_gms", "unitWeight_gmsAttr", "UnitWeight_gms", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OriginCountry", "originCountryAttr", "OriginCountry", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RefNo", "refNoAttr", "RefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ReturnTerms", "returnTermsAttr", "ReturnTerms", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_FileSuccessRec.init();
return MultiShip_Courier_FileSuccessRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_FileSuccessRec = MultiShip_Courier_FileSuccessRec;
});
define("Portal.model$MultiShip_Courier_FileSuccessRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileSuccessRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileSuccessRecord = (function (_super) {
__extends(MultiShip_Courier_FileSuccessRecord, _super);
function MultiShip_Courier_FileSuccessRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileSuccessRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_FileSuccess", "multiShip_Courier_FileSuccessAttr", "MultiShip_Courier_FileSuccess", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_FileSuccessRec());
}, true, PortalModel.MultiShip_Courier_FileSuccessRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_FileSuccessRecord.fromStructure = function (str) {
return new MultiShip_Courier_FileSuccessRecord(new MultiShip_Courier_FileSuccessRecord.RecordClass({
multiShip_Courier_FileSuccessAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_FileSuccessRecord._isAnonymousRecord = true;
MultiShip_Courier_FileSuccessRecord.UniqueId = "53490742-cd2e-8219-8718-46efa9a7df27";
MultiShip_Courier_FileSuccessRecord.init();
return MultiShip_Courier_FileSuccessRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_FileSuccessRecord = MultiShip_Courier_FileSuccessRecord;
});
define("Portal.model$CorporateCashDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCashDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCashDetailList = (function (_super) {
__extends(CorporateCashDetailList, _super);
function CorporateCashDetailList(defaults) {
_super.apply(this, arguments);
}
CorporateCashDetailList.itemType = PortalModel.CorporateCashDetailRec;
return CorporateCashDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CorporateCashDetailList = CorporateCashDetailList;
});
define("Portal.model$PostProcessForPayment2Request2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2Request2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2Request2Record = (function (_super) {
__extends(PostProcessForPayment2Request2Record, _super);
function PostProcessForPayment2Request2Record(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2Request2Record.attributesToDeclare = function () {
return [
this.attr("PostProcessForPayment2Request2", "postProcessForPayment2Request2Attr", "PostProcessForPayment2Request2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostProcessForPayment2Request2Rec());
}, true, PortalModel.PostProcessForPayment2Request2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessForPayment2Request2Record.fromStructure = function (str) {
return new PostProcessForPayment2Request2Record(new PostProcessForPayment2Request2Record.RecordClass({
postProcessForPayment2Request2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostProcessForPayment2Request2Record._isAnonymousRecord = true;
PostProcessForPayment2Request2Record.UniqueId = "53605683-5a12-8415-782e-d985ea884faf";
PostProcessForPayment2Request2Record.init();
return PostProcessForPayment2Request2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessForPayment2Request2Record = PostProcessForPayment2Request2Record;
});
define("Portal.model$MailCategoryItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MailCategoryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MailCategoryItem2Record = (function (_super) {
__extends(MailCategoryItem2Record, _super);
function MailCategoryItem2Record(defaults) {
_super.apply(this, arguments);
}
MailCategoryItem2Record.attributesToDeclare = function () {
return [
this.attr("MailCategoryItem2", "mailCategoryItem2Attr", "MailCategoryItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MailCategoryItem2Rec());
}, true, PortalModel.MailCategoryItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
MailCategoryItem2Record.fromStructure = function (str) {
return new MailCategoryItem2Record(new MailCategoryItem2Record.RecordClass({
mailCategoryItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MailCategoryItem2Record._isAnonymousRecord = true;
MailCategoryItem2Record.UniqueId = "5363e999-14a8-5968-159d-faef002d8d78";
MailCategoryItem2Record.init();
return MailCategoryItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.MailCategoryItem2Record = MailCategoryItem2Record;
});
define("Portal.model$UpgradePostBoxRequestDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestDetailsRecordList = (function (_super) {
__extends(UpgradePostBoxRequestDetailsRecordList, _super);
function UpgradePostBoxRequestDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestDetailsRecordList.itemType = PortalModel.UpgradePostBoxRequestDetailsRecord;
return UpgradePostBoxRequestDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradePostBoxRequestDetailsRecordList = UpgradePostBoxRequestDetailsRecordList;
});
define("Portal.model$ViewPickupResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupResponseRecord = (function (_super) {
__extends(ViewPickupResponseRecord, _super);
function ViewPickupResponseRecord(defaults) {
_super.apply(this, arguments);
}
ViewPickupResponseRecord.attributesToDeclare = function () {
return [
this.attr("ViewPickupResponse", "viewPickupResponseAttr", "ViewPickupResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ViewPickupResponseRec());
}, true, PortalModel.ViewPickupResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ViewPickupResponseRecord.fromStructure = function (str) {
return new ViewPickupResponseRecord(new ViewPickupResponseRecord.RecordClass({
viewPickupResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ViewPickupResponseRecord._isAnonymousRecord = true;
ViewPickupResponseRecord.UniqueId = "5384a878-2415-ac96-2ede-fd698d0cc0e2";
ViewPickupResponseRecord.init();
return ViewPickupResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewPickupResponseRecord = ViewPickupResponseRecord;
});
define("Portal.model$Payload12List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload12List = (function (_super) {
__extends(Payload12List, _super);
function Payload12List(defaults) {
_super.apply(this, arguments);
}
Payload12List.itemType = PortalModel.Payload12Rec;
return Payload12List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload12List = Payload12List;
});
define("Portal.model$CityPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityPayloadList = (function (_super) {
__extends(CityPayloadList, _super);
function CityPayloadList(defaults) {
_super.apply(this, arguments);
}
CityPayloadList.itemType = PortalModel.CityPayloadRec;
return CityPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityPayloadList = CityPayloadList;
});
define("Portal.model$DataExcelRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelReceiptList", "Portal.model$ExcelOSList", "Portal.model$ExcelTransactionList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DataExcelRec = (function (_super) {
__extends(DataExcelRec, _super);
function DataExcelRec(defaults) {
_super.apply(this, arguments);
}
DataExcelRec.attributesToDeclare = function () {
return [
this.attr("DataReceiptExcel", "dataReceiptExcelAttr", "DataReceiptExcel", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelReceiptList());
}, true, PortalModel.ExcelReceiptList),
this.attr("DataOSExcel", "dataOSExcelAttr", "DataOSExcel", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelOSList());
}, true, PortalModel.ExcelOSList),
this.attr("DataTransactionExcel", "dataTransactionExcelAttr", "DataTransactionExcel", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelTransactionList());
}, true, PortalModel.ExcelTransactionList)
].concat(_super.attributesToDeclare.call(this));
};
DataExcelRec.init();
return DataExcelRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DataExcelRec = DataExcelRec;
});
define("Portal.model$Payload9List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload9List = (function (_super) {
__extends(Payload9List, _super);
function Payload9List(defaults) {
_super.apply(this, arguments);
}
Payload9List.itemType = PortalModel.Payload9Rec;
return Payload9List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload9List = Payload9List;
});
define("Portal.model$MarkerEventRecord", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MarkerEventRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MarkerEventRecord = (function (_super) {
__extends(MarkerEventRecord, _super);
function MarkerEventRecord(defaults) {
_super.apply(this, arguments);
}
MarkerEventRecord.attributesToDeclare = function () {
return [
this.attr("MarkerEvent", "markerEventAttr", "MarkerEvent", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new GoogleMapsModel.MarkerEventRec());
}, true, GoogleMapsModel.MarkerEventRec)
].concat(_super.attributesToDeclare.call(this));
};
MarkerEventRecord.fromStructure = function (str) {
return new MarkerEventRecord(new MarkerEventRecord.RecordClass({
markerEventAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MarkerEventRecord._isAnonymousRecord = true;
MarkerEventRecord.UniqueId = "5446ed78-e82f-47dc-03aa-dab69079cabf";
MarkerEventRecord.init();
return MarkerEventRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MarkerEventRecord = MarkerEventRecord;
});
define("Portal.model$GetUserScreenPermissionsResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload47List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserScreenPermissionsResponse2Rec = (function (_super) {
__extends(GetUserScreenPermissionsResponse2Rec, _super);
function GetUserScreenPermissionsResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetUserScreenPermissionsResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload47List());
}, true, PortalModel.Payload47List)
].concat(_super.attributesToDeclare.call(this));
};
GetUserScreenPermissionsResponse2Rec.init();
return GetUserScreenPermissionsResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserScreenPermissionsResponse2Rec = GetUserScreenPermissionsResponse2Rec;
});
define("Portal.model$GetUserScreenPermissionsResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserScreenPermissionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserScreenPermissionsResponse2Record = (function (_super) {
__extends(GetUserScreenPermissionsResponse2Record, _super);
function GetUserScreenPermissionsResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetUserScreenPermissionsResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetUserScreenPermissionsResponse2", "getUserScreenPermissionsResponse2Attr", "GetUserScreenPermissionsResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetUserScreenPermissionsResponse2Rec());
}, true, PortalModel.GetUserScreenPermissionsResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetUserScreenPermissionsResponse2Record.fromStructure = function (str) {
return new GetUserScreenPermissionsResponse2Record(new GetUserScreenPermissionsResponse2Record.RecordClass({
getUserScreenPermissionsResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetUserScreenPermissionsResponse2Record._isAnonymousRecord = true;
GetUserScreenPermissionsResponse2Record.UniqueId = "de5a50e5-eebb-aa04-e708-289b02908aa0";
GetUserScreenPermissionsResponse2Record.init();
return GetUserScreenPermissionsResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetUserScreenPermissionsResponse2Record = GetUserScreenPermissionsResponse2Record;
});
define("Portal.model$GetUserScreenPermissionsResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserScreenPermissionsResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserScreenPermissionsResponse2RecordList = (function (_super) {
__extends(GetUserScreenPermissionsResponse2RecordList, _super);
function GetUserScreenPermissionsResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetUserScreenPermissionsResponse2RecordList.itemType = PortalModel.GetUserScreenPermissionsResponse2Record;
return GetUserScreenPermissionsResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserScreenPermissionsResponse2RecordList = GetUserScreenPermissionsResponse2RecordList;
});
define("Portal.model$Payload14Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload14Record = (function (_super) {
__extends(Payload14Record, _super);
function Payload14Record(defaults) {
_super.apply(this, arguments);
}
Payload14Record.attributesToDeclare = function () {
return [
this.attr("Payload14", "payload14Attr", "Payload14", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload14Rec());
}, true, PortalModel.Payload14Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload14Record.fromStructure = function (str) {
return new Payload14Record(new Payload14Record.RecordClass({
payload14Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload14Record._isAnonymousRecord = true;
Payload14Record.UniqueId = "546080fb-b911-4dfc-40bf-58c13fb1391b";
Payload14Record.init();
return Payload14Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload14Record = Payload14Record;
});
define("Portal.model$HTTPHeader13List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader13List = (function (_super) {
__extends(HTTPHeader13List, _super);
function HTTPHeader13List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader13List.itemType = PortalModel.HTTPHeader13Rec;
return HTTPHeader13List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader13List = HTTPHeader13List;
});
define("Portal.model$Payload7Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload7Record = (function (_super) {
__extends(Payload7Record, _super);
function Payload7Record(defaults) {
_super.apply(this, arguments);
}
Payload7Record.attributesToDeclare = function () {
return [
this.attr("Payload7", "payload7Attr", "Payload7", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload7Rec());
}, true, PortalModel.Payload7Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload7Record.fromStructure = function (str) {
return new Payload7Record(new Payload7Record.RecordClass({
payload7Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload7Record._isAnonymousRecord = true;
Payload7Record.UniqueId = "54881b13-829b-7e36-931d-82932284b1a6";
Payload7Record.init();
return Payload7Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload7Record = Payload7Record;
});
define("Portal.model$ShapeList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$ShapeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var ShapeList = (function (_super) {
__extends(ShapeList, _super);
function ShapeList(defaults) {
_super.apply(this, arguments);
}
ShapeList.itemType = OutSystemsUIModel.ShapeRec;
return ShapeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShapeList = ShapeList;
});
define("Portal.model$AddressDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressDetailList = (function (_super) {
__extends(AddressDetailList, _super);
function AddressDetailList(defaults) {
_super.apply(this, arguments);
}
AddressDetailList.itemType = PortalModel.AddressDetailRec;
return AddressDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressDetailList = AddressDetailList;
});
define("Portal.model$Payload37List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload37Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload37List = (function (_super) {
__extends(Payload37List, _super);
function Payload37List(defaults) {
_super.apply(this, arguments);
}
Payload37List.itemType = PortalModel.Payload37Rec;
return Payload37List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload37List = Payload37List;
});
define("Portal.model$MerchantAttributeList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MerchantAttributeRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MerchantAttributeList = (function (_super) {
__extends(MerchantAttributeList, _super);
function MerchantAttributeList(defaults) {
_super.apply(this, arguments);
}
MerchantAttributeList.itemType = PortalModel.MerchantAttributeRec;
return MerchantAttributeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MerchantAttributeList = MerchantAttributeList;
});
define("Portal.model$ValidatePOBoxDetailsRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsRequestRec = (function (_super) {
__extends(ValidatePOBoxDetailsRequestRec, _super);
function ValidatePOBoxDetailsRequestRec(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsRequestRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsRequestRec.init();
return ValidatePOBoxDetailsRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsRequestRec = ValidatePOBoxDetailsRequestRec;
});
define("Portal.model$ExcelOSRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelOSRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelOSRecord = (function (_super) {
__extends(ExcelOSRecord, _super);
function ExcelOSRecord(defaults) {
_super.apply(this, arguments);
}
ExcelOSRecord.attributesToDeclare = function () {
return [
this.attr("ExcelOS", "excelOSAttr", "ExcelOS", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelOSRec());
}, true, PortalModel.ExcelOSRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelOSRecord.fromStructure = function (str) {
return new ExcelOSRecord(new ExcelOSRecord.RecordClass({
excelOSAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelOSRecord._isAnonymousRecord = true;
ExcelOSRecord.UniqueId = "d0bcc5be-8443-28fb-7961-2c25335e3be3";
ExcelOSRecord.init();
return ExcelOSRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelOSRecord = ExcelOSRecord;
});
define("Portal.model$ExcelOSRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelOSRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelOSRecordList = (function (_super) {
__extends(ExcelOSRecordList, _super);
function ExcelOSRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelOSRecordList.itemType = PortalModel.ExcelOSRecord;
return ExcelOSRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelOSRecordList = ExcelOSRecordList;
});
define("Portal.model$CustomContentPiecesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomContentPiecesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomContentPiecesRecord = (function (_super) {
__extends(CustomContentPiecesRecord, _super);
function CustomContentPiecesRecord(defaults) {
_super.apply(this, arguments);
}
CustomContentPiecesRecord.attributesToDeclare = function () {
return [
this.attr("CustomContentPieces", "customContentPiecesAttr", "CustomContentPieces", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomContentPiecesRec());
}, true, PortalModel.CustomContentPiecesRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomContentPiecesRecord.fromStructure = function (str) {
return new CustomContentPiecesRecord(new CustomContentPiecesRecord.RecordClass({
customContentPiecesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomContentPiecesRecord._isAnonymousRecord = true;
CustomContentPiecesRecord.UniqueId = "a51c3900-7924-7efc-73ce-6a3d3e573441";
CustomContentPiecesRecord.init();
return CustomContentPiecesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomContentPiecesRecord = CustomContentPiecesRecord;
});
define("Portal.model$CustomContentPiecesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomContentPiecesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomContentPiecesRecordList = (function (_super) {
__extends(CustomContentPiecesRecordList, _super);
function CustomContentPiecesRecordList(defaults) {
_super.apply(this, arguments);
}
CustomContentPiecesRecordList.itemType = PortalModel.CustomContentPiecesRecord;
return CustomContentPiecesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomContentPiecesRecordList = CustomContentPiecesRecordList;
});
define("Portal.model$ExcelTemplateLocalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateLocalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateLocalRecord = (function (_super) {
__extends(ExcelTemplateLocalRecord, _super);
function ExcelTemplateLocalRecord(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateLocalRecord.attributesToDeclare = function () {
return [
this.attr("ExcelTemplateLocal", "excelTemplateLocalAttr", "ExcelTemplateLocal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelTemplateLocalRec());
}, true, PortalModel.ExcelTemplateLocalRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelTemplateLocalRecord.fromStructure = function (str) {
return new ExcelTemplateLocalRecord(new ExcelTemplateLocalRecord.RecordClass({
excelTemplateLocalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelTemplateLocalRecord._isAnonymousRecord = true;
ExcelTemplateLocalRecord.UniqueId = "dd53bcfc-831d-c6d8-12d1-28b6402e937f";
ExcelTemplateLocalRecord.init();
return ExcelTemplateLocalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelTemplateLocalRecord = ExcelTemplateLocalRecord;
});
define("Portal.model$ExcelTemplateLocalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateLocalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateLocalRecordList = (function (_super) {
__extends(ExcelTemplateLocalRecordList, _super);
function ExcelTemplateLocalRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateLocalRecordList.itemType = PortalModel.ExcelTemplateLocalRecord;
return ExcelTemplateLocalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTemplateLocalRecordList = ExcelTemplateLocalRecordList;
});
define("Portal.model$ProductItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem3Record = (function (_super) {
__extends(ProductItem3Record, _super);
function ProductItem3Record(defaults) {
_super.apply(this, arguments);
}
ProductItem3Record.attributesToDeclare = function () {
return [
this.attr("ProductItem3", "productItem3Attr", "ProductItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductItem3Rec());
}, true, PortalModel.ProductItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProductItem3Record.fromStructure = function (str) {
return new ProductItem3Record(new ProductItem3Record.RecordClass({
productItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductItem3Record._isAnonymousRecord = true;
ProductItem3Record.UniqueId = "556cf917-114d-bdb0-3376-e8f708f76314";
ProductItem3Record.init();
return ProductItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductItem3Record = ProductItem3Record;
});
define("Portal.model$PostGetSmartPlacesProductRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetSmartPlacesProductRequestRec = (function (_super) {
__extends(PostGetSmartPlacesProductRequestRec, _super);
function PostGetSmartPlacesProductRequestRec(defaults) {
_super.apply(this, arguments);
}
PostGetSmartPlacesProductRequestRec.attributesToDeclare = function () {
return [
this.attr("BasicQuantity", "basicQuantityAttr", "BasicQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PremiumDiscountQuantity", "premiumDiscountQuantityAttr", "PremiumDiscountQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PremiumQuantity", "premiumQuantityAttr", "PremiumQuantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostGetSmartPlacesProductRequestRec.init();
return PostGetSmartPlacesProductRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetSmartPlacesProductRequestRec = PostGetSmartPlacesProductRequestRec;
});
define("Portal.model$PostGetSmartPlacesProductRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetSmartPlacesProductRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetSmartPlacesProductRequestList = (function (_super) {
__extends(PostGetSmartPlacesProductRequestList, _super);
function PostGetSmartPlacesProductRequestList(defaults) {
_super.apply(this, arguments);
}
PostGetSmartPlacesProductRequestList.itemType = PortalModel.PostGetSmartPlacesProductRequestRec;
return PostGetSmartPlacesProductRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetSmartPlacesProductRequestList = PostGetSmartPlacesProductRequestList;
});
define("Portal.model$GetPOBoxListingPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingPayloadRecord = (function (_super) {
__extends(GetPOBoxListingPayloadRecord, _super);
function GetPOBoxListingPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxListingPayload", "getPOBoxListingPayloadAttr", "GetPOBoxListingPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxListingPayloadRec());
}, true, PortalModel.GetPOBoxListingPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingPayloadRecord.fromStructure = function (str) {
return new GetPOBoxListingPayloadRecord(new GetPOBoxListingPayloadRecord.RecordClass({
getPOBoxListingPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxListingPayloadRecord._isAnonymousRecord = true;
GetPOBoxListingPayloadRecord.UniqueId = "b7e9a2db-629c-22ec-f057-e318b8c9706f";
GetPOBoxListingPayloadRecord.init();
return GetPOBoxListingPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingPayloadRecord = GetPOBoxListingPayloadRecord;
});
define("Portal.model$GetPOBoxListingPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingPayloadRecordList = (function (_super) {
__extends(GetPOBoxListingPayloadRecordList, _super);
function GetPOBoxListingPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingPayloadRecordList.itemType = PortalModel.GetPOBoxListingPayloadRecord;
return GetPOBoxListingPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingPayloadRecordList = GetPOBoxListingPayloadRecordList;
});
define("Portal.model$DataExcelRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DataExcelRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DataExcelRecord = (function (_super) {
__extends(DataExcelRecord, _super);
function DataExcelRecord(defaults) {
_super.apply(this, arguments);
}
DataExcelRecord.attributesToDeclare = function () {
return [
this.attr("DataExcel", "dataExcelAttr", "DataExcel", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DataExcelRec());
}, true, PortalModel.DataExcelRec)
].concat(_super.attributesToDeclare.call(this));
};
DataExcelRecord.fromStructure = function (str) {
return new DataExcelRecord(new DataExcelRecord.RecordClass({
dataExcelAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DataExcelRecord._isAnonymousRecord = true;
DataExcelRecord.UniqueId = "69594565-9f85-0e41-9954-c72515899b32";
DataExcelRecord.init();
return DataExcelRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DataExcelRecord = DataExcelRecord;
});
define("Portal.model$DataExcelRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DataExcelRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DataExcelRecordList = (function (_super) {
__extends(DataExcelRecordList, _super);
function DataExcelRecordList(defaults) {
_super.apply(this, arguments);
}
DataExcelRecordList.itemType = PortalModel.DataExcelRecord;
return DataExcelRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DataExcelRecordList = DataExcelRecordList;
});
define("Portal.model$ShipmentPaymentDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentPaymentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentPaymentDetailItemRecord = (function (_super) {
__extends(ShipmentPaymentDetailItemRecord, _super);
function ShipmentPaymentDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentPaymentDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentPaymentDetailItem", "shipmentPaymentDetailItemAttr", "ShipmentPaymentDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentPaymentDetailItemRec());
}, true, PortalModel.ShipmentPaymentDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentPaymentDetailItemRecord.fromStructure = function (str) {
return new ShipmentPaymentDetailItemRecord(new ShipmentPaymentDetailItemRecord.RecordClass({
shipmentPaymentDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentPaymentDetailItemRecord._isAnonymousRecord = true;
ShipmentPaymentDetailItemRecord.UniqueId = "6847c6f9-61fe-d79c-3be7-fc79a371308d";
ShipmentPaymentDetailItemRecord.init();
return ShipmentPaymentDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentPaymentDetailItemRecord = ShipmentPaymentDetailItemRecord;
});
define("Portal.model$ShipmentPaymentDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentPaymentDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentPaymentDetailItemRecordList = (function (_super) {
__extends(ShipmentPaymentDetailItemRecordList, _super);
function ShipmentPaymentDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentPaymentDetailItemRecordList.itemType = PortalModel.ShipmentPaymentDetailItemRecord;
return ShipmentPaymentDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentPaymentDetailItemRecordList = ShipmentPaymentDetailItemRecordList;
});
define("Portal.model$RentPostBoxRequestDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestDetailsList = (function (_super) {
__extends(RentPostBoxRequestDetailsList, _super);
function RentPostBoxRequestDetailsList(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestDetailsList.itemType = PortalModel.RentPostBoxRequestDetailsRec;
return RentPostBoxRequestDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RentPostBoxRequestDetailsList = RentPostBoxRequestDetailsList;
});
define("Portal.model$DropdownItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$DropdownItemRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var DropdownItemRecord = (function (_super) {
__extends(DropdownItemRecord, _super);
function DropdownItemRecord(defaults) {
_super.apply(this, arguments);
}
DropdownItemRecord.attributesToDeclare = function () {
return [
this.attr("DropdownItem", "dropdownItemAttr", "DropdownItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.DropdownItemRec());
}, true, OutSystemsUIModel.DropdownItemRec)
].concat(_super.attributesToDeclare.call(this));
};
DropdownItemRecord.fromStructure = function (str) {
return new DropdownItemRecord(new DropdownItemRecord.RecordClass({
dropdownItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DropdownItemRecord._isAnonymousRecord = true;
DropdownItemRecord.UniqueId = "56805fde-f633-2e01-f13c-0f9217357dbc";
DropdownItemRecord.init();
return DropdownItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DropdownItemRecord = DropdownItemRecord;
});
define("Portal.model$CityListByCountryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityListByCountryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityListByCountryRecordList = (function (_super) {
__extends(CityListByCountryRecordList, _super);
function CityListByCountryRecordList(defaults) {
_super.apply(this, arguments);
}
CityListByCountryRecordList.itemType = PortalModel.CityListByCountryRecord;
return CityListByCountryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityListByCountryRecordList = CityListByCountryRecordList;
});
define("Portal.model$Payload36List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload36Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload36List = (function (_super) {
__extends(Payload36List, _super);
function Payload36List(defaults) {
_super.apply(this, arguments);
}
Payload36List.itemType = PortalModel.Payload36Rec;
return Payload36List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload36List = Payload36List;
});
define("Portal.model$SelectPOBoxRenewalRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRenewalRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRenewalRequestRecord = (function (_super) {
__extends(SelectPOBoxRenewalRequestRecord, _super);
function SelectPOBoxRenewalRequestRecord(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRenewalRequestRecord.attributesToDeclare = function () {
return [
this.attr("SelectPOBoxRenewalRequest", "selectPOBoxRenewalRequestAttr", "SelectPOBoxRenewalRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPOBoxRenewalRequestRec());
}, true, PortalModel.SelectPOBoxRenewalRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRenewalRequestRecord.fromStructure = function (str) {
return new SelectPOBoxRenewalRequestRecord(new SelectPOBoxRenewalRequestRecord.RecordClass({
selectPOBoxRenewalRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPOBoxRenewalRequestRecord._isAnonymousRecord = true;
SelectPOBoxRenewalRequestRecord.UniqueId = "56eb6235-5058-9f79-183f-2bd6b5fb3f1f";
SelectPOBoxRenewalRequestRecord.init();
return SelectPOBoxRenewalRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRenewalRequestRecord = SelectPOBoxRenewalRequestRecord;
});
define("Portal.model$Payload55Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload55Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload55Record = (function (_super) {
__extends(Payload55Record, _super);
function Payload55Record(defaults) {
_super.apply(this, arguments);
}
Payload55Record.attributesToDeclare = function () {
return [
this.attr("Payload55", "payload55Attr", "Payload55", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload55Rec());
}, true, PortalModel.Payload55Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload55Record.fromStructure = function (str) {
return new Payload55Record(new Payload55Record.RecordClass({
payload55Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload55Record._isAnonymousRecord = true;
Payload55Record.UniqueId = "5754f65b-1605-2b6b-9231-d5621653c50a";
Payload55Record.init();
return Payload55Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload55Record = Payload55Record;
});
define("Portal.model$Payload2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload2Record = (function (_super) {
__extends(Payload2Record, _super);
function Payload2Record(defaults) {
_super.apply(this, arguments);
}
Payload2Record.attributesToDeclare = function () {
return [
this.attr("Payload2", "payload2Attr", "Payload2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload2Rec());
}, true, PortalModel.Payload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload2Record.fromStructure = function (str) {
return new Payload2Record(new Payload2Record.RecordClass({
payload2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload2Record._isAnonymousRecord = true;
Payload2Record.UniqueId = "f31e17c6-5a10-1d26-8be8-0f93fbd111a0";
Payload2Record.init();
return Payload2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload2Record = Payload2Record;
});
define("Portal.model$Payload2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload2RecordList = (function (_super) {
__extends(Payload2RecordList, _super);
function Payload2RecordList(defaults) {
_super.apply(this, arguments);
}
Payload2RecordList.itemType = PortalModel.Payload2Record;
return Payload2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload2RecordList = Payload2RecordList;
});
define("Portal.model$CardBillingAddressRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CardBillingAddressRec = (function (_super) {
__extends(CardBillingAddressRec, _super);
function CardBillingAddressRec(defaults) {
_super.apply(this, arguments);
}
CardBillingAddressRec.attributesToDeclare = function () {
return [
this.attr("FirstName", "firstNameAttr", "FirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("LastName", "lastNameAttr", "LastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("CountryCode", "countryCodeAttr", "CountryCode", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("City", "cityAttr", "City", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CardBillingAddressRec.init();
return CardBillingAddressRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CardBillingAddressRec = CardBillingAddressRec;
});
define("Portal.model$CardBillingAddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CardBillingAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CardBillingAddressRecord = (function (_super) {
__extends(CardBillingAddressRecord, _super);
function CardBillingAddressRecord(defaults) {
_super.apply(this, arguments);
}
CardBillingAddressRecord.attributesToDeclare = function () {
return [
this.attr("CardBillingAddress", "cardBillingAddressAttr", "CardBillingAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CardBillingAddressRec());
}, true, PortalModel.CardBillingAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
CardBillingAddressRecord.fromStructure = function (str) {
return new CardBillingAddressRecord(new CardBillingAddressRecord.RecordClass({
cardBillingAddressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CardBillingAddressRecord._isAnonymousRecord = true;
CardBillingAddressRecord.UniqueId = "cf94b571-b55d-364b-c522-c67e60f4739d";
CardBillingAddressRecord.init();
return CardBillingAddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CardBillingAddressRecord = CardBillingAddressRecord;
});
define("Portal.model$CardBillingAddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CardBillingAddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CardBillingAddressRecordList = (function (_super) {
__extends(CardBillingAddressRecordList, _super);
function CardBillingAddressRecordList(defaults) {
_super.apply(this, arguments);
}
CardBillingAddressRecordList.itemType = PortalModel.CardBillingAddressRecord;
return CardBillingAddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CardBillingAddressRecordList = CardBillingAddressRecordList;
});
define("Portal.model$URLQueryParameterRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameterRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameterRecord = (function (_super) {
__extends(URLQueryParameterRecord, _super);
function URLQueryParameterRecord(defaults) {
_super.apply(this, arguments);
}
URLQueryParameterRecord.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter", "uRLQueryParameterAttr", "URLQueryParameter", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameterRec());
}, true, PortalModel.URLQueryParameterRec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameterRecord.fromStructure = function (str) {
return new URLQueryParameterRecord(new URLQueryParameterRecord.RecordClass({
uRLQueryParameterAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameterRecord._isAnonymousRecord = true;
URLQueryParameterRecord.UniqueId = "c2553f81-830f-9275-978a-c1e671efa1d2";
URLQueryParameterRecord.init();
return URLQueryParameterRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameterRecord = URLQueryParameterRecord;
});
define("Portal.model$URLQueryParameterRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameterRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameterRecordList = (function (_super) {
__extends(URLQueryParameterRecordList, _super);
function URLQueryParameterRecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameterRecordList.itemType = PortalModel.URLQueryParameterRecord;
return URLQueryParameterRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameterRecordList = URLQueryParameterRecordList;
});
define("Portal.model$AccessTokenValidityList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AccessTokenValidityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AccessTokenValidityList = (function (_super) {
__extends(AccessTokenValidityList, _super);
function AccessTokenValidityList(defaults) {
_super.apply(this, arguments);
}
AccessTokenValidityList.itemType = PortalModel.AccessTokenValidityRec;
return AccessTokenValidityList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AccessTokenValidityList = AccessTokenValidityList;
});
define("Portal.model$RenewPostBoxRequestDetailsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBoxForRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestDetailsRec = (function (_super) {
__extends(RenewPostBoxRequestDetailsRec, _super);
function RenewPostBoxRequestDetailsRec(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestDetailsRec.attributesToDeclare = function () {
return [
this.attr("PostBoxForRenewal", "postBoxForRenewalAttr", "PostBoxForRenewal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostBoxForRenewalRec());
}, true, PortalModel.PostBoxForRenewalRec)
].concat(_super.attributesToDeclare.call(this));
};
RenewPostBoxRequestDetailsRec.fromStructure = function (str) {
return new RenewPostBoxRequestDetailsRec(new RenewPostBoxRequestDetailsRec.RecordClass({
postBoxForRenewalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RenewPostBoxRequestDetailsRec.init();
return RenewPostBoxRequestDetailsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RenewPostBoxRequestDetailsRec = RenewPostBoxRequestDetailsRec;
});
define("Portal.model$RenewPostBoxRequestDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestDetailsRecord = (function (_super) {
__extends(RenewPostBoxRequestDetailsRecord, _super);
function RenewPostBoxRequestDetailsRecord(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestDetailsRecord.attributesToDeclare = function () {
return [
this.attr("RenewPostBoxRequestDetails", "renewPostBoxRequestDetailsAttr", "RenewPostBoxRequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RenewPostBoxRequestDetailsRec());
}, true, PortalModel.RenewPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
RenewPostBoxRequestDetailsRecord.fromStructure = function (str) {
return new RenewPostBoxRequestDetailsRecord(new RenewPostBoxRequestDetailsRecord.RecordClass({
renewPostBoxRequestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RenewPostBoxRequestDetailsRecord._isAnonymousRecord = true;
RenewPostBoxRequestDetailsRecord.UniqueId = "57bd13de-3f29-7092-6504-bf01e4c74f75";
RenewPostBoxRequestDetailsRecord.init();
return RenewPostBoxRequestDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RenewPostBoxRequestDetailsRecord = RenewPostBoxRequestDetailsRecord;
});
define("Portal.model$HTTPRequest11List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest11List = (function (_super) {
__extends(HTTPRequest11List, _super);
function HTTPRequest11List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest11List.itemType = PortalModel.HTTPRequest11Rec;
return HTTPRequest11List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest11List = HTTPRequest11List;
});
define("Portal.model$MyHomeObject2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeObject2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeObject2List = (function (_super) {
__extends(MyHomeObject2List, _super);
function MyHomeObject2List(defaults) {
_super.apply(this, arguments);
}
MyHomeObject2List.itemType = PortalModel.MyHomeObject2Rec;
return MyHomeObject2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeObject2List = MyHomeObject2List;
});
define("Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessPaymentSavedCardSkip3DSResponseRecord = (function (_super) {
__extends(PostProcessPaymentSavedCardSkip3DSResponseRecord, _super);
function PostProcessPaymentSavedCardSkip3DSResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostProcessPaymentSavedCardSkip3DSResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostProcessPaymentSavedCardSkip3DSResponse", "postProcessPaymentSavedCardSkip3DSResponseAttr", "PostProcessPaymentSavedCardSkip3DSResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRec());
}, true, PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessPaymentSavedCardSkip3DSResponseRecord.fromStructure = function (str) {
return new PostProcessPaymentSavedCardSkip3DSResponseRecord(new PostProcessPaymentSavedCardSkip3DSResponseRecord.RecordClass({
postProcessPaymentSavedCardSkip3DSResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostProcessPaymentSavedCardSkip3DSResponseRecord._isAnonymousRecord = true;
PostProcessPaymentSavedCardSkip3DSResponseRecord.UniqueId = "d3f9fb7b-8605-373a-1e5d-3c8639da7047";
PostProcessPaymentSavedCardSkip3DSResponseRecord.init();
return PostProcessPaymentSavedCardSkip3DSResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRecord = PostProcessPaymentSavedCardSkip3DSResponseRecord;
});
define("Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessPaymentSavedCardSkip3DSResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessPaymentSavedCardSkip3DSResponseRecordList = (function (_super) {
__extends(PostProcessPaymentSavedCardSkip3DSResponseRecordList, _super);
function PostProcessPaymentSavedCardSkip3DSResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostProcessPaymentSavedCardSkip3DSResponseRecordList.itemType = PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRecord;
return PostProcessPaymentSavedCardSkip3DSResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessPaymentSavedCardSkip3DSResponseRecordList = PostProcessPaymentSavedCardSkip3DSResponseRecordList;
});
define("Portal.model$CreateOrUpdateLegalEnquiryResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOrUpdateLegalEnquiryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOrUpdateLegalEnquiryResponseRecord = (function (_super) {
__extends(CreateOrUpdateLegalEnquiryResponseRecord, _super);
function CreateOrUpdateLegalEnquiryResponseRecord(defaults) {
_super.apply(this, arguments);
}
CreateOrUpdateLegalEnquiryResponseRecord.attributesToDeclare = function () {
return [
this.attr("CreateOrUpdateLegalEnquiryResponse", "createOrUpdateLegalEnquiryResponseAttr", "CreateOrUpdateLegalEnquiryResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateOrUpdateLegalEnquiryResponseRec());
}, true, PortalModel.CreateOrUpdateLegalEnquiryResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateOrUpdateLegalEnquiryResponseRecord.fromStructure = function (str) {
return new CreateOrUpdateLegalEnquiryResponseRecord(new CreateOrUpdateLegalEnquiryResponseRecord.RecordClass({
createOrUpdateLegalEnquiryResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateOrUpdateLegalEnquiryResponseRecord._isAnonymousRecord = true;
CreateOrUpdateLegalEnquiryResponseRecord.UniqueId = "585d06d5-cb2b-fe93-aaa9-ed65b216d261";
CreateOrUpdateLegalEnquiryResponseRecord.init();
return CreateOrUpdateLegalEnquiryResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateOrUpdateLegalEnquiryResponseRecord = CreateOrUpdateLegalEnquiryResponseRecord;
});
define("Portal.model$RequestMetadataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RequestMetadataList = (function (_super) {
__extends(RequestMetadataList, _super);
function RequestMetadataList(defaults) {
_super.apply(this, arguments);
}
RequestMetadataList.itemType = PortalModel.RequestMetadataRec;
return RequestMetadataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RequestMetadataList = RequestMetadataList;
});
define("Portal.model$ListBundleServiceDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListBundleServiceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListBundleServiceDetailItemRecord = (function (_super) {
__extends(ListBundleServiceDetailItemRecord, _super);
function ListBundleServiceDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
ListBundleServiceDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("ListBundleServiceDetailItem", "listBundleServiceDetailItemAttr", "ListBundleServiceDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ListBundleServiceDetailItemRec());
}, true, PortalModel.ListBundleServiceDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ListBundleServiceDetailItemRecord.fromStructure = function (str) {
return new ListBundleServiceDetailItemRecord(new ListBundleServiceDetailItemRecord.RecordClass({
listBundleServiceDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ListBundleServiceDetailItemRecord._isAnonymousRecord = true;
ListBundleServiceDetailItemRecord.UniqueId = "5900ab23-283b-f8b3-f6d3-3b56281d0ad8";
ListBundleServiceDetailItemRecord.init();
return ListBundleServiceDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ListBundleServiceDetailItemRecord = ListBundleServiceDetailItemRecord;
});
define("Portal.model$SearchPageStructListRecord2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecord2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecord2List = (function (_super) {
__extends(SearchPageStructListRecord2List, _super);
function SearchPageStructListRecord2List(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecord2List.itemType = PortalModel.SearchPageStructListRecord2Rec;
return SearchPageStructListRecord2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructListRecord2List = SearchPageStructListRecord2List;
});
define("Portal.model$URLQueryParameter3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter3Rec = (function (_super) {
__extends(URLQueryParameter3Rec, _super);
function URLQueryParameter3Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter3Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter3Rec.init();
return URLQueryParameter3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter3Rec = URLQueryParameter3Rec;
});
define("Portal.model$URLQueryParameter3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter3List = (function (_super) {
__extends(URLQueryParameter3List, _super);
function URLQueryParameter3List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter3List.itemType = PortalModel.URLQueryParameter3Rec;
return URLQueryParameter3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter3List = URLQueryParameter3List;
});
define("Portal.model$HTTPHeader3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader3List = (function (_super) {
__extends(HTTPHeader3List, _super);
function HTTPHeader3List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader3List.itemType = PortalModel.HTTPHeader3Rec;
return HTTPHeader3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader3List = HTTPHeader3List;
});
define("Portal.model$HTTPRequest3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter3List", "Portal.model$HTTPHeader3List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest3Rec = (function (_super) {
__extends(HTTPRequest3Rec, _super);
function HTTPRequest3Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest3Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter3List());
}, true, PortalModel.URLQueryParameter3List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader3List());
}, true, PortalModel.HTTPHeader3List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest3Rec.init();
return HTTPRequest3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest3Rec = HTTPRequest3Rec;
});
define("Portal.model$HTTPRequest3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest3Record = (function (_super) {
__extends(HTTPRequest3Record, _super);
function HTTPRequest3Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest3Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest3", "hTTPRequest3Attr", "HTTPRequest3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest3Rec());
}, true, PortalModel.HTTPRequest3Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest3Record.fromStructure = function (str) {
return new HTTPRequest3Record(new HTTPRequest3Record.RecordClass({
hTTPRequest3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest3Record._isAnonymousRecord = true;
HTTPRequest3Record.UniqueId = "596c9dcd-783a-08fa-ceeb-5a217eb7d30b";
HTTPRequest3Record.init();
return HTTPRequest3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest3Record = HTTPRequest3Record;
});
define("Portal.model$ACS_DataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ACS_DataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ACS_DataRecordList = (function (_super) {
__extends(ACS_DataRecordList, _super);
function ACS_DataRecordList(defaults) {
_super.apply(this, arguments);
}
ACS_DataRecordList.itemType = PortalModel.ACS_DataRecord;
return ACS_DataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ACS_DataRecordList = ACS_DataRecordList;
});
define("Portal.model$ListDataGridsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListDataGridsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListDataGridsList = (function (_super) {
__extends(ListDataGridsList, _super);
function ListDataGridsList(defaults) {
_super.apply(this, arguments);
}
ListDataGridsList.itemType = PortalModel.ListDataGridsRec;
return ListDataGridsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListDataGridsList = ListDataGridsList;
});
define("Portal.model$HTTPHeader2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader2Rec = (function (_super) {
__extends(HTTPHeader2Rec, _super);
function HTTPHeader2Rec(defaults) {
_super.apply(this, arguments);
}
HTTPHeader2Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader2Rec.init();
return HTTPHeader2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader2Rec = HTTPHeader2Rec;
});
define("Portal.model$HTTPHeader2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader2Record = (function (_super) {
__extends(HTTPHeader2Record, _super);
function HTTPHeader2Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader2Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader2", "hTTPHeader2Attr", "HTTPHeader2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader2Rec());
}, true, PortalModel.HTTPHeader2Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader2Record.fromStructure = function (str) {
return new HTTPHeader2Record(new HTTPHeader2Record.RecordClass({
hTTPHeader2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader2Record._isAnonymousRecord = true;
HTTPHeader2Record.UniqueId = "59e40203-bf55-5b2f-9f39-60b054888fdc";
HTTPHeader2Record.init();
return HTTPHeader2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader2Record = HTTPHeader2Record;
});
define("Portal.model$IMoneyOrderDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IMoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IMoneyOrderDetailRecord = (function (_super) {
__extends(IMoneyOrderDetailRecord, _super);
function IMoneyOrderDetailRecord(defaults) {
_super.apply(this, arguments);
}
IMoneyOrderDetailRecord.attributesToDeclare = function () {
return [
this.attr("IMoneyOrderDetail", "iMoneyOrderDetailAttr", "IMoneyOrderDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IMoneyOrderDetailRec());
}, true, PortalModel.IMoneyOrderDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IMoneyOrderDetailRecord.fromStructure = function (str) {
return new IMoneyOrderDetailRecord(new IMoneyOrderDetailRecord.RecordClass({
iMoneyOrderDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IMoneyOrderDetailRecord._isAnonymousRecord = true;
IMoneyOrderDetailRecord.UniqueId = "ffc86772-d027-f76f-3517-82f631f3cd3d";
IMoneyOrderDetailRecord.init();
return IMoneyOrderDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IMoneyOrderDetailRecord = IMoneyOrderDetailRecord;
});
define("Portal.model$IMoneyOrderDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IMoneyOrderDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IMoneyOrderDetailRecordList = (function (_super) {
__extends(IMoneyOrderDetailRecordList, _super);
function IMoneyOrderDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IMoneyOrderDetailRecordList.itemType = PortalModel.IMoneyOrderDetailRecord;
return IMoneyOrderDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IMoneyOrderDetailRecordList = IMoneyOrderDetailRecordList;
});
define("Portal.model$Request3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request3List = (function (_super) {
__extends(Request3List, _super);
function Request3List(defaults) {
_super.apply(this, arguments);
}
Request3List.itemType = PortalModel.Request3Rec;
return Request3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Request3List = Request3List;
});
define("Portal.model$GetReturnTermsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload53Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetReturnTermsResponseRec = (function (_super) {
__extends(GetReturnTermsResponseRec, _super);
function GetReturnTermsResponseRec(defaults) {
_super.apply(this, arguments);
}
GetReturnTermsResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload53Rec());
}, true, PortalModel.Payload53Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetReturnTermsResponseRec.init();
return GetReturnTermsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetReturnTermsResponseRec = GetReturnTermsResponseRec;
});
define("Portal.model$GetReturnTermsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetReturnTermsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetReturnTermsResponseRecord = (function (_super) {
__extends(GetReturnTermsResponseRecord, _super);
function GetReturnTermsResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetReturnTermsResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetReturnTermsResponse", "getReturnTermsResponseAttr", "GetReturnTermsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetReturnTermsResponseRec());
}, true, PortalModel.GetReturnTermsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetReturnTermsResponseRecord.fromStructure = function (str) {
return new GetReturnTermsResponseRecord(new GetReturnTermsResponseRecord.RecordClass({
getReturnTermsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetReturnTermsResponseRecord._isAnonymousRecord = true;
GetReturnTermsResponseRecord.UniqueId = "5a7c137a-ba5f-1f9d-09cc-6369a258c969";
GetReturnTermsResponseRecord.init();
return GetReturnTermsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetReturnTermsResponseRecord = GetReturnTermsResponseRecord;
});
define("Portal.model$IErrorRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IErrorRec = (function (_super) {
__extends(IErrorRec, _super);
function IErrorRec(defaults) {
_super.apply(this, arguments);
}
IErrorRec.attributesToDeclare = function () {
return [
this.attr("ShouldDisplay", "shouldDisplayAttr", "ShouldDisplay", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("Message", "messageAttr", "Message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IErrorRec.init();
return IErrorRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IErrorRec = IErrorRec;
});
define("Portal.model$AddressDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressDetailRecord = (function (_super) {
__extends(AddressDetailRecord, _super);
function AddressDetailRecord(defaults) {
_super.apply(this, arguments);
}
AddressDetailRecord.attributesToDeclare = function () {
return [
this.attr("AddressDetail", "addressDetailAttr", "AddressDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressDetailRec());
}, true, PortalModel.AddressDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
AddressDetailRecord.fromStructure = function (str) {
return new AddressDetailRecord(new AddressDetailRecord.RecordClass({
addressDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AddressDetailRecord._isAnonymousRecord = true;
AddressDetailRecord.UniqueId = "5ad2ed6a-ade0-352a-21dc-f2663e3ae31a";
AddressDetailRecord.init();
return AddressDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressDetailRecord = AddressDetailRecord;
});
define("Portal.model$SetDefaultAddressRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressRequestRec = (function (_super) {
__extends(SetDefaultAddressRequestRec, _super);
function SetDefaultAddressRequestRec(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressRequestRec.attributesToDeclare = function () {
return [
this.attr("addressBookId", "addressBookIdAttr", "addressBookId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SetDefaultAddressRequestRec.fromStructure = function (str) {
return new SetDefaultAddressRequestRec(new SetDefaultAddressRequestRec.RecordClass({
addressBookIdAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SetDefaultAddressRequestRec.init();
return SetDefaultAddressRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SetDefaultAddressRequestRec = SetDefaultAddressRequestRec;
});
define("Portal.model$HTTPRequest16Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest16Record = (function (_super) {
__extends(HTTPRequest16Record, _super);
function HTTPRequest16Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest16Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest16", "hTTPRequest16Attr", "HTTPRequest16", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest16Rec());
}, true, PortalModel.HTTPRequest16Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest16Record.fromStructure = function (str) {
return new HTTPRequest16Record(new HTTPRequest16Record.RecordClass({
hTTPRequest16Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest16Record._isAnonymousRecord = true;
HTTPRequest16Record.UniqueId = "bc9ee510-8719-7b41-c4d7-1d22426bd1ed";
HTTPRequest16Record.init();
return HTTPRequest16Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest16Record = HTTPRequest16Record;
});
define("Portal.model$HTTPRequest16RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest16Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest16RecordList = (function (_super) {
__extends(HTTPRequest16RecordList, _super);
function HTTPRequest16RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest16RecordList.itemType = PortalModel.HTTPRequest16Record;
return HTTPRequest16RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest16RecordList = HTTPRequest16RecordList;
});
define("Portal.model$Payload23List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload23Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload23List = (function (_super) {
__extends(Payload23List, _super);
function Payload23List(defaults) {
_super.apply(this, arguments);
}
Payload23List.itemType = PortalModel.Payload23Rec;
return Payload23List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload23List = Payload23List;
});
define("Portal.model$PostViewPickupResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupResponseRecord = (function (_super) {
__extends(PostViewPickupResponseRecord, _super);
function PostViewPickupResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostViewPickupResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostViewPickupResponse", "postViewPickupResponseAttr", "PostViewPickupResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostViewPickupResponseRec());
}, true, PortalModel.PostViewPickupResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupResponseRecord.fromStructure = function (str) {
return new PostViewPickupResponseRecord(new PostViewPickupResponseRecord.RecordClass({
postViewPickupResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostViewPickupResponseRecord._isAnonymousRecord = true;
PostViewPickupResponseRecord.UniqueId = "5ae6e2d5-0586-141d-b81f-115e83ab648b";
PostViewPickupResponseRecord.init();
return PostViewPickupResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupResponseRecord = PostViewPickupResponseRecord;
});
define("Portal.model$GetVehicleTypeResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponse2Record = (function (_super) {
__extends(GetVehicleTypeResponse2Record, _super);
function GetVehicleTypeResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetVehicleTypeResponse2", "getVehicleTypeResponse2Attr", "GetVehicleTypeResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetVehicleTypeResponse2Rec());
}, true, PortalModel.GetVehicleTypeResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetVehicleTypeResponse2Record.fromStructure = function (str) {
return new GetVehicleTypeResponse2Record(new GetVehicleTypeResponse2Record.RecordClass({
getVehicleTypeResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetVehicleTypeResponse2Record._isAnonymousRecord = true;
GetVehicleTypeResponse2Record.UniqueId = "5b49f805-856c-b161-80e4-ed85c3403262";
GetVehicleTypeResponse2Record.init();
return GetVehicleTypeResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetVehicleTypeResponse2Record = GetVehicleTypeResponse2Record;
});
define("Portal.model$RegisterUserList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserList = (function (_super) {
__extends(RegisterUserList, _super);
function RegisterUserList(defaults) {
_super.apply(this, arguments);
}
RegisterUserList.itemType = PortalModel.RegisterUserRec;
return RegisterUserList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUserList = RegisterUserList;
});
define("Portal.model$PostPrintAWBRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBRequestRecord = (function (_super) {
__extends(PostPrintAWBRequestRecord, _super);
function PostPrintAWBRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostPrintAWBRequest", "postPrintAWBRequestAttr", "PostPrintAWBRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostPrintAWBRequestRec());
}, true, PortalModel.PostPrintAWBRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostPrintAWBRequestRecord.fromStructure = function (str) {
return new PostPrintAWBRequestRecord(new PostPrintAWBRequestRecord.RecordClass({
postPrintAWBRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostPrintAWBRequestRecord._isAnonymousRecord = true;
PostPrintAWBRequestRecord.UniqueId = "df9b84c4-0803-d98a-f267-de6f37d33f50";
PostPrintAWBRequestRecord.init();
return PostPrintAWBRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostPrintAWBRequestRecord = PostPrintAWBRequestRecord;
});
define("Portal.model$PostPrintAWBRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBRequestRecordList = (function (_super) {
__extends(PostPrintAWBRequestRecordList, _super);
function PostPrintAWBRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBRequestRecordList.itemType = PortalModel.PostPrintAWBRequestRecord;
return PostPrintAWBRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostPrintAWBRequestRecordList = PostPrintAWBRequestRecordList;
});
define("Portal.model$GetVehicleTypeResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponse2RecordList = (function (_super) {
__extends(GetVehicleTypeResponse2RecordList, _super);
function GetVehicleTypeResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponse2RecordList.itemType = PortalModel.GetVehicleTypeResponse2Record;
return GetVehicleTypeResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetVehicleTypeResponse2RecordList = GetVehicleTypeResponse2RecordList;
});
define("Portal.model$CheckPostalOrderDuplicateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicateRecord = (function (_super) {
__extends(CheckPostalOrderDuplicateRecord, _super);
function CheckPostalOrderDuplicateRecord(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicateRecord.attributesToDeclare = function () {
return [
this.attr("CheckPostalOrderDuplicate", "checkPostalOrderDuplicateAttr", "CheckPostalOrderDuplicate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CheckPostalOrderDuplicateRec());
}, true, PortalModel.CheckPostalOrderDuplicateRec)
].concat(_super.attributesToDeclare.call(this));
};
CheckPostalOrderDuplicateRecord.fromStructure = function (str) {
return new CheckPostalOrderDuplicateRecord(new CheckPostalOrderDuplicateRecord.RecordClass({
checkPostalOrderDuplicateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CheckPostalOrderDuplicateRecord._isAnonymousRecord = true;
CheckPostalOrderDuplicateRecord.UniqueId = "bb5d1e24-8922-2b2c-c6b9-5270d6c294b8";
CheckPostalOrderDuplicateRecord.init();
return CheckPostalOrderDuplicateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CheckPostalOrderDuplicateRecord = CheckPostalOrderDuplicateRecord;
});
define("Portal.model$CheckPostalOrderDuplicateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicateRecordList = (function (_super) {
__extends(CheckPostalOrderDuplicateRecordList, _super);
function CheckPostalOrderDuplicateRecordList(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicateRecordList.itemType = PortalModel.CheckPostalOrderDuplicateRecord;
return CheckPostalOrderDuplicateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CheckPostalOrderDuplicateRecordList = CheckPostalOrderDuplicateRecordList;
});
define("Portal.model$Payload82List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload82Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload82List = (function (_super) {
__extends(Payload82List, _super);
function Payload82List(defaults) {
_super.apply(this, arguments);
}
Payload82List.itemType = PortalModel.Payload82Rec;
return Payload82List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload82List = Payload82List;
});
define("Portal.model$PositionRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$PositionRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var PositionRecord = (function (_super) {
__extends(PositionRecord, _super);
function PositionRecord(defaults) {
_super.apply(this, arguments);
}
PositionRecord.attributesToDeclare = function () {
return [
this.attr("Position", "positionAttr", "Position", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.PositionRec());
}, true, OutSystemsUIModel.PositionRec)
].concat(_super.attributesToDeclare.call(this));
};
PositionRecord.fromStructure = function (str) {
return new PositionRecord(new PositionRecord.RecordClass({
positionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PositionRecord._isAnonymousRecord = true;
PositionRecord.UniqueId = "5f28219a-5e30-fb90-023f-cbc295513e7c";
PositionRecord.init();
return PositionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PositionRecord = PositionRecord;
});
define("Portal.model$PositionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PositionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PositionRecordList = (function (_super) {
__extends(PositionRecordList, _super);
function PositionRecordList(defaults) {
_super.apply(this, arguments);
}
PositionRecordList.itemType = PortalModel.PositionRecord;
return PositionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PositionRecordList = PositionRecordList;
});
define("Portal.model$GetCountries2ResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCountries2ResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCountries2ResponseRecordList = (function (_super) {
__extends(GetCountries2ResponseRecordList, _super);
function GetCountries2ResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetCountries2ResponseRecordList.itemType = PortalModel.GetCountries2ResponseRecord;
return GetCountries2ResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCountries2ResponseRecordList = GetCountries2ResponseRecordList;
});
define("Portal.model$SaveBooking4Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Rec", "Portal.model$ConsignmentInfoItem2List", "Portal.model$PickupInfo3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking4Rec = (function (_super) {
__extends(SaveBooking4Rec, _super);
function SaveBooking4Rec(defaults) {
_super.apply(this, arguments);
}
SaveBooking4Rec.attributesToDeclare = function () {
return [
this.attr("SenderInfo", "senderInfoAttr", "senderInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SenderInfo3Rec());
}, true, PortalModel.SenderInfo3Rec),
this.attr("ConsignmentInfo", "consignmentInfoAttr", "consignmentInfo", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ConsignmentInfoItem2List());
}, true, PortalModel.ConsignmentInfoItem2List),
this.attr("PickupInfo", "pickupInfoAttr", "pickupInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupInfo3Rec());
}, true, PortalModel.PickupInfo3Rec),
this.attr("SavedCardID", "savedCardIDAttr", "SavedCardID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking4Rec.init();
return SaveBooking4Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking4Rec = SaveBooking4Rec;
});
define("Portal.model$PostGetShipmentDataResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetShipmentDataResponseRec = (function (_super) {
__extends(PostGetShipmentDataResponseRec, _super);
function PostGetShipmentDataResponseRec(defaults) {
_super.apply(this, arguments);
}
PostGetShipmentDataResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveBooking4Rec());
}, true, PortalModel.SaveBooking4Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetShipmentDataResponseRec.init();
return PostGetShipmentDataResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetShipmentDataResponseRec = PostGetShipmentDataResponseRec;
});
define("Portal.model$PostGetShipmentDataResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetShipmentDataResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetShipmentDataResponseList = (function (_super) {
__extends(PostGetShipmentDataResponseList, _super);
function PostGetShipmentDataResponseList(defaults) {
_super.apply(this, arguments);
}
PostGetShipmentDataResponseList.itemType = PortalModel.PostGetShipmentDataResponseRec;
return PostGetShipmentDataResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetShipmentDataResponseList = PostGetShipmentDataResponseList;
});
define("Portal.model$CaseBodyRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBodyRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBodyRecord = (function (_super) {
__extends(CaseBodyRecord, _super);
function CaseBodyRecord(defaults) {
_super.apply(this, arguments);
}
CaseBodyRecord.attributesToDeclare = function () {
return [
this.attr("CaseBody", "caseBodyAttr", "CaseBody", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBodyRec());
}, true, PortalModel.CaseBodyRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBodyRecord.fromStructure = function (str) {
return new CaseBodyRecord(new CaseBodyRecord.RecordClass({
caseBodyAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseBodyRecord._isAnonymousRecord = true;
CaseBodyRecord.UniqueId = "5bfca6a1-db9f-c2ef-08c9-2256eec133ce";
CaseBodyRecord.init();
return CaseBodyRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBodyRecord = CaseBodyRecord;
});
define("Portal.model$CountryItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem2Record = (function (_super) {
__extends(CountryItem2Record, _super);
function CountryItem2Record(defaults) {
_super.apply(this, arguments);
}
CountryItem2Record.attributesToDeclare = function () {
return [
this.attr("CountryItem2", "countryItem2Attr", "CountryItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItem2Rec());
}, true, PortalModel.CountryItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CountryItem2Record.fromStructure = function (str) {
return new CountryItem2Record(new CountryItem2Record.RecordClass({
countryItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CountryItem2Record._isAnonymousRecord = true;
CountryItem2Record.UniqueId = "5c1b31ce-724e-88c5-fbb6-695102ad1e43";
CountryItem2Record.init();
return CountryItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItem2Record = CountryItem2Record;
});
define("Portal.model$POBoxExpiryDatesRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesRequestRec = (function (_super) {
__extends(POBoxExpiryDatesRequestRec, _super);
function POBoxExpiryDatesRequestRec(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesRequestRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("isTLLinked", "isTLLinkedAttr", "isTLLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("rentType", "rentTypeAttr", "rentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("rentalFlag", "rentalFlagAttr", "rentalFlag", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("tlExpiryDate", "tlExpiryDateAttr", "tlExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesRequestRec.init();
return POBoxExpiryDatesRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesRequestRec = POBoxExpiryDatesRequestRec;
});
define("Portal.model$POBoxExpiryDatesRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesRequestList = (function (_super) {
__extends(POBoxExpiryDatesRequestList, _super);
function POBoxExpiryDatesRequestList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesRequestList.itemType = PortalModel.POBoxExpiryDatesRequestRec;
return POBoxExpiryDatesRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesRequestList = POBoxExpiryDatesRequestList;
});
define("Portal.model$IDLOptionSetRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLOptionSetRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLOptionSetRecord = (function (_super) {
__extends(IDLOptionSetRecord, _super);
function IDLOptionSetRecord(defaults) {
_super.apply(this, arguments);
}
IDLOptionSetRecord.attributesToDeclare = function () {
return [
this.attr("IDLOptionSet", "iDLOptionSetAttr", "IDLOptionSet", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLOptionSetRec());
}, true, PortalModel.IDLOptionSetRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLOptionSetRecord.fromStructure = function (str) {
return new IDLOptionSetRecord(new IDLOptionSetRecord.RecordClass({
iDLOptionSetAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLOptionSetRecord._isAnonymousRecord = true;
IDLOptionSetRecord.UniqueId = "5c645f41-12dd-4fa6-105a-c4be72cb6bc6";
IDLOptionSetRecord.init();
return IDLOptionSetRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLOptionSetRecord = IDLOptionSetRecord;
});
define("Portal.model$GetInboundShipmentRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentRequestRecord = (function (_super) {
__extends(GetInboundShipmentRequestRecord, _super);
function GetInboundShipmentRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundShipmentRequest", "getInboundShipmentRequestAttr", "GetInboundShipmentRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundShipmentRequestRec());
}, true, PortalModel.GetInboundShipmentRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentRequestRecord.fromStructure = function (str) {
return new GetInboundShipmentRequestRecord(new GetInboundShipmentRequestRecord.RecordClass({
getInboundShipmentRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentRequestRecord._isAnonymousRecord = true;
GetInboundShipmentRequestRecord.UniqueId = "804e18aa-f92d-87af-feb6-a413f6d85930";
GetInboundShipmentRequestRecord.init();
return GetInboundShipmentRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentRequestRecord = GetInboundShipmentRequestRecord;
});
define("Portal.model$GetInboundShipmentRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentRequestRecordList = (function (_super) {
__extends(GetInboundShipmentRequestRecordList, _super);
function GetInboundShipmentRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentRequestRecordList.itemType = PortalModel.GetInboundShipmentRequestRecord;
return GetInboundShipmentRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentRequestRecordList = GetInboundShipmentRequestRecordList;
});
define("Portal.model$RegionsIDLRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsIDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsIDLRecord = (function (_super) {
__extends(RegionsIDLRecord, _super);
function RegionsIDLRecord(defaults) {
_super.apply(this, arguments);
}
RegionsIDLRecord.attributesToDeclare = function () {
return [
this.attr("RegionsIDL", "regionsIDLAttr", "RegionsIDL", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionsIDLRec());
}, true, PortalModel.RegionsIDLRec)
].concat(_super.attributesToDeclare.call(this));
};
RegionsIDLRecord.fromStructure = function (str) {
return new RegionsIDLRecord(new RegionsIDLRecord.RecordClass({
regionsIDLAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegionsIDLRecord._isAnonymousRecord = true;
RegionsIDLRecord.UniqueId = "5caa5445-afd6-2874-f214-52b65853a98f";
RegionsIDLRecord.init();
return RegionsIDLRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionsIDLRecord = RegionsIDLRecord;
});
define("Portal.model$Amount2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Amount2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Amount2Record = (function (_super) {
__extends(Amount2Record, _super);
function Amount2Record(defaults) {
_super.apply(this, arguments);
}
Amount2Record.attributesToDeclare = function () {
return [
this.attr("Amount2", "amount2Attr", "Amount2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Amount2Rec());
}, true, PortalModel.Amount2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Amount2Record.fromStructure = function (str) {
return new Amount2Record(new Amount2Record.RecordClass({
amount2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Amount2Record._isAnonymousRecord = true;
Amount2Record.UniqueId = "5cd68444-8ccd-1be3-8b3c-655fe981138b";
Amount2Record.init();
return Amount2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Amount2Record = Amount2Record;
});
define("Portal.model$GetEmiratePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratePayloadRecord = (function (_super) {
__extends(GetEmiratePayloadRecord, _super);
function GetEmiratePayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetEmiratePayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetEmiratePayload", "getEmiratePayloadAttr", "GetEmiratePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratePayloadRec());
}, true, PortalModel.GetEmiratePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratePayloadRecord.fromStructure = function (str) {
return new GetEmiratePayloadRecord(new GetEmiratePayloadRecord.RecordClass({
getEmiratePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratePayloadRecord._isAnonymousRecord = true;
GetEmiratePayloadRecord.UniqueId = "d436fb3d-476f-34f5-4366-1cefdc8054e1";
GetEmiratePayloadRecord.init();
return GetEmiratePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratePayloadRecord = GetEmiratePayloadRecord;
});
define("Portal.model$GetEmiratePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratePayloadRecordList = (function (_super) {
__extends(GetEmiratePayloadRecordList, _super);
function GetEmiratePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetEmiratePayloadRecordList.itemType = PortalModel.GetEmiratePayloadRecord;
return GetEmiratePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratePayloadRecordList = GetEmiratePayloadRecordList;
});
define("Portal.model$QuickRenewalOTPResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPResponseRecord = (function (_super) {
__extends(QuickRenewalOTPResponseRecord, _super);
function QuickRenewalOTPResponseRecord(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPResponseRecord.attributesToDeclare = function () {
return [
this.attr("QuickRenewalOTPResponse", "quickRenewalOTPResponseAttr", "QuickRenewalOTPResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuickRenewalOTPResponseRec());
}, true, PortalModel.QuickRenewalOTPResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
QuickRenewalOTPResponseRecord.fromStructure = function (str) {
return new QuickRenewalOTPResponseRecord(new QuickRenewalOTPResponseRecord.RecordClass({
quickRenewalOTPResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QuickRenewalOTPResponseRecord._isAnonymousRecord = true;
QuickRenewalOTPResponseRecord.UniqueId = "5d066162-ebfb-00ff-a57f-381a87f33a32";
QuickRenewalOTPResponseRecord.init();
return QuickRenewalOTPResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickRenewalOTPResponseRecord = QuickRenewalOTPResponseRecord;
});
define("Portal.model$CourierOrderDetailsResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierOrderDetailsResponseRec = (function (_super) {
__extends(CourierOrderDetailsResponseRec, _super);
function CourierOrderDetailsResponseRec(defaults) {
_super.apply(this, arguments);
}
CourierOrderDetailsResponseRec.attributesToDeclare = function () {
return [
this.attr("OrderId", "orderIdAttr", "OrderId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("AWB", "aWBAttr", "AWB", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerFirstName", "customerFirstNameAttr", "CustomerFirstName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerLastName", "customerLastNameAttr", "CustomerLastName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CustomerMobile", "customerMobileAttr", "CustomerMobile", false, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OrderStatus", "orderStatusAttr", "OrderStatus", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CustomerEmail", "customerEmailAttr", "CustomerEmail", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("OrderStatusLabelEN", "orderStatusLabelENAttr", "OrderStatusLabelEN", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderStatusLabelAR", "orderStatusLabelARAttr", "OrderStatusLabelAR", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CourierOrderDetailsResponseRec.init();
return CourierOrderDetailsResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierOrderDetailsResponseRec = CourierOrderDetailsResponseRec;
});
define("Portal.model$CourierOrderDetailsResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierOrderDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierOrderDetailsResponseRecord = (function (_super) {
__extends(CourierOrderDetailsResponseRecord, _super);
function CourierOrderDetailsResponseRecord(defaults) {
_super.apply(this, arguments);
}
CourierOrderDetailsResponseRecord.attributesToDeclare = function () {
return [
this.attr("CourierOrderDetailsResponse", "courierOrderDetailsResponseAttr", "CourierOrderDetailsResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierOrderDetailsResponseRec());
}, true, PortalModel.CourierOrderDetailsResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CourierOrderDetailsResponseRecord.fromStructure = function (str) {
return new CourierOrderDetailsResponseRecord(new CourierOrderDetailsResponseRecord.RecordClass({
courierOrderDetailsResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CourierOrderDetailsResponseRecord._isAnonymousRecord = true;
CourierOrderDetailsResponseRecord.UniqueId = "7fa7a099-a931-8506-3d96-fd40d8ed14bd";
CourierOrderDetailsResponseRecord.init();
return CourierOrderDetailsResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierOrderDetailsResponseRecord = CourierOrderDetailsResponseRecord;
});
define("Portal.model$CourierOrderDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierOrderDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierOrderDetailsResponseRecordList = (function (_super) {
__extends(CourierOrderDetailsResponseRecordList, _super);
function CourierOrderDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CourierOrderDetailsResponseRecordList.itemType = PortalModel.CourierOrderDetailsResponseRecord;
return CourierOrderDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierOrderDetailsResponseRecordList = CourierOrderDetailsResponseRecordList;
});
define("Portal.model$TrackShipmentResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload42Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponse2Rec = (function (_super) {
__extends(TrackShipmentResponse2Rec, _super);
function TrackShipmentResponse2Rec(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponse2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload42Rec());
}, true, PortalModel.Payload42Rec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentResponse2Rec.init();
return TrackShipmentResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentResponse2Rec = TrackShipmentResponse2Rec;
});
define("Portal.model$TrackShipmentResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponse2Record = (function (_super) {
__extends(TrackShipmentResponse2Record, _super);
function TrackShipmentResponse2Record(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponse2Record.attributesToDeclare = function () {
return [
this.attr("TrackShipmentResponse2", "trackShipmentResponse2Attr", "TrackShipmentResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackShipmentResponse2Rec());
}, true, PortalModel.TrackShipmentResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentResponse2Record.fromStructure = function (str) {
return new TrackShipmentResponse2Record(new TrackShipmentResponse2Record.RecordClass({
trackShipmentResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackShipmentResponse2Record._isAnonymousRecord = true;
TrackShipmentResponse2Record.UniqueId = "5d162e7c-4ae8-7f58-d7a9-1586d6cc9d4a";
TrackShipmentResponse2Record.init();
return TrackShipmentResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentResponse2Record = TrackShipmentResponse2Record;
});
define("Portal.model$Payload59List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload59Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload59List = (function (_super) {
__extends(Payload59List, _super);
function Payload59List(defaults) {
_super.apply(this, arguments);
}
Payload59List.itemType = PortalModel.Payload59Rec;
return Payload59List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload59List = Payload59List;
});
define("Portal.model$PendingInvoiceItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceItemRecord = (function (_super) {
__extends(PendingInvoiceItemRecord, _super);
function PendingInvoiceItemRecord(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceItemRecord.attributesToDeclare = function () {
return [
this.attr("PendingInvoiceItem", "pendingInvoiceItemAttr", "PendingInvoiceItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PendingInvoiceItemRec());
}, true, PortalModel.PendingInvoiceItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceItemRecord.fromStructure = function (str) {
return new PendingInvoiceItemRecord(new PendingInvoiceItemRecord.RecordClass({
pendingInvoiceItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PendingInvoiceItemRecord._isAnonymousRecord = true;
PendingInvoiceItemRecord.UniqueId = "c35d5f48-4bfa-9392-4ab2-9a4b976742ad";
PendingInvoiceItemRecord.init();
return PendingInvoiceItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceItemRecord = PendingInvoiceItemRecord;
});
define("Portal.model$PendingInvoiceItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceItemRecordList = (function (_super) {
__extends(PendingInvoiceItemRecordList, _super);
function PendingInvoiceItemRecordList(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceItemRecordList.itemType = PortalModel.PendingInvoiceItemRecord;
return PendingInvoiceItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceItemRecordList = PendingInvoiceItemRecordList;
});
define("Portal.model$CityItem6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem6Record = (function (_super) {
__extends(CityItem6Record, _super);
function CityItem6Record(defaults) {
_super.apply(this, arguments);
}
CityItem6Record.attributesToDeclare = function () {
return [
this.attr("CityItem6", "cityItem6Attr", "CityItem6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItem6Rec());
}, true, PortalModel.CityItem6Rec)
].concat(_super.attributesToDeclare.call(this));
};
CityItem6Record.fromStructure = function (str) {
return new CityItem6Record(new CityItem6Record.RecordClass({
cityItem6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityItem6Record._isAnonymousRecord = true;
CityItem6Record.UniqueId = "5df2d6ee-5406-6701-6860-d04a6fb54bd4";
CityItem6Record.init();
return CityItem6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItem6Record = CityItem6Record;
});
define("Portal.model$ValidatePOBoxDetailsRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsRequestRecord = (function (_super) {
__extends(ValidatePOBoxDetailsRequestRecord, _super);
function ValidatePOBoxDetailsRequestRecord(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsRequestRecord.attributesToDeclare = function () {
return [
this.attr("ValidatePOBoxDetailsRequest", "validatePOBoxDetailsRequestAttr", "ValidatePOBoxDetailsRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePOBoxDetailsRequestRec());
}, true, PortalModel.ValidatePOBoxDetailsRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsRequestRecord.fromStructure = function (str) {
return new ValidatePOBoxDetailsRequestRecord(new ValidatePOBoxDetailsRequestRecord.RecordClass({
validatePOBoxDetailsRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePOBoxDetailsRequestRecord._isAnonymousRecord = true;
ValidatePOBoxDetailsRequestRecord.UniqueId = "d9ef24cc-be88-49cc-cecd-c2edadd2a860";
ValidatePOBoxDetailsRequestRecord.init();
return ValidatePOBoxDetailsRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsRequestRecord = ValidatePOBoxDetailsRequestRecord;
});
define("Portal.model$ValidatePOBoxDetailsRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsRequestRecordList = (function (_super) {
__extends(ValidatePOBoxDetailsRequestRecordList, _super);
function ValidatePOBoxDetailsRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsRequestRecordList.itemType = PortalModel.ValidatePOBoxDetailsRequestRecord;
return ValidatePOBoxDetailsRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsRequestRecordList = ValidatePOBoxDetailsRequestRecordList;
});
define("Portal.model$SaveNewRequestResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewRequestResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewRequestResponseList = (function (_super) {
__extends(SaveNewRequestResponseList, _super);
function SaveNewRequestResponseList(defaults) {
_super.apply(this, arguments);
}
SaveNewRequestResponseList.itemType = PortalModel.SaveNewRequestResponseRec;
return SaveNewRequestResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveNewRequestResponseList = SaveNewRequestResponseList;
});
define("Portal.model$GetISDCodesResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetISDCodesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetISDCodesResponse2List = (function (_super) {
__extends(GetISDCodesResponse2List, _super);
function GetISDCodesResponse2List(defaults) {
_super.apply(this, arguments);
}
GetISDCodesResponse2List.itemType = PortalModel.GetISDCodesResponse2Rec;
return GetISDCodesResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetISDCodesResponse2List = GetISDCodesResponse2List;
});
define("Portal.model$AppSettingsRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AppSettingsRec = (function (_super) {
__extends(AppSettingsRec, _super);
function AppSettingsRec(defaults) {
_super.apply(this, arguments);
}
AppSettingsRec.attributesToDeclare = function () {
return [
this.attr("Code_Success", "code_SuccessAttr", "Code_Success", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MapPrecision", "mapPrecisionAttr", "MapPrecision", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DateFormat", "dateFormatAttr", "DateFormat", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MapModifier", "mapModifierAttr", "MapModifier", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("GoogleAnalyticsMeasurementID", "googleAnalyticsMeasurementIDAttr", "GoogleAnalyticsMeasurementID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MailRoomURL", "mailRoomURLAttr", "MailRoomURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChatURL_En", "chatURL_EnAttr", "ChatURL_En", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ChatURL_Ar", "chatURL_ArAttr", "ChatURL_Ar", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AppSettingsRec.init();
return AppSettingsRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AppSettingsRec = AppSettingsRec;
});
define("Portal.model$Payload35List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload35Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload35List = (function (_super) {
__extends(Payload35List, _super);
function Payload35List(defaults) {
_super.apply(this, arguments);
}
Payload35List.itemType = PortalModel.Payload35Rec;
return Payload35List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload35List = Payload35List;
});
define("Portal.model$GetNatureTypeResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypeResponseRec = (function (_super) {
__extends(GetNatureTypeResponseRec, _super);
function GetNatureTypeResponseRec(defaults) {
_super.apply(this, arguments);
}
GetNatureTypeResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNatureTypePayloadRec());
}, true, PortalModel.GetNatureTypePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNatureTypeResponseRec.init();
return GetNatureTypeResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNatureTypeResponseRec = GetNatureTypeResponseRec;
});
define("Portal.model$GetNatureTypeResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypeResponseList = (function (_super) {
__extends(GetNatureTypeResponseList, _super);
function GetNatureTypeResponseList(defaults) {
_super.apply(this, arguments);
}
GetNatureTypeResponseList.itemType = PortalModel.GetNatureTypeResponseRec;
return GetNatureTypeResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNatureTypeResponseList = GetNatureTypeResponseList;
});
define("Portal.model$BundleServiceDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceDetailItemRecordList = (function (_super) {
__extends(BundleServiceDetailItemRecordList, _super);
function BundleServiceDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
BundleServiceDetailItemRecordList.itemType = PortalModel.BundleServiceDetailItemRecord;
return BundleServiceDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceDetailItemRecordList = BundleServiceDetailItemRecordList;
});
define("Portal.model$ValueAddedServiceItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValueAddedServiceItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValueAddedServiceItem3Record = (function (_super) {
__extends(ValueAddedServiceItem3Record, _super);
function ValueAddedServiceItem3Record(defaults) {
_super.apply(this, arguments);
}
ValueAddedServiceItem3Record.attributesToDeclare = function () {
return [
this.attr("ValueAddedServiceItem3", "valueAddedServiceItem3Attr", "ValueAddedServiceItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValueAddedServiceItem3Rec());
}, true, PortalModel.ValueAddedServiceItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
ValueAddedServiceItem3Record.fromStructure = function (str) {
return new ValueAddedServiceItem3Record(new ValueAddedServiceItem3Record.RecordClass({
valueAddedServiceItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValueAddedServiceItem3Record._isAnonymousRecord = true;
ValueAddedServiceItem3Record.UniqueId = "5ed0d3b6-7714-4e2e-f676-f511d7ec8bb9";
ValueAddedServiceItem3Record.init();
return ValueAddedServiceItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ValueAddedServiceItem3Record = ValueAddedServiceItem3Record;
});
define("Portal.model$ProductItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem3RecordList = (function (_super) {
__extends(ProductItem3RecordList, _super);
function ProductItem3RecordList(defaults) {
_super.apply(this, arguments);
}
ProductItem3RecordList.itemType = PortalModel.ProductItem3Record;
return ProductItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductItem3RecordList = ProductItem3RecordList;
});
define("Portal.model$AgentRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentRecord = (function (_super) {
__extends(AgentRecord, _super);
function AgentRecord(defaults) {
_super.apply(this, arguments);
}
AgentRecord.attributesToDeclare = function () {
return [
this.attr("Agent", "agentAttr", "Agent", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AgentRec());
}, true, PortalModel.AgentRec)
].concat(_super.attributesToDeclare.call(this));
};
AgentRecord.fromStructure = function (str) {
return new AgentRecord(new AgentRecord.RecordClass({
agentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AgentRecord._isAnonymousRecord = true;
AgentRecord.UniqueId = "f7143fe8-cdcc-c789-aadb-673c9206bd3c";
AgentRecord.init();
return AgentRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentRecord = AgentRecord;
});
define("Portal.model$AgentRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentRecordList = (function (_super) {
__extends(AgentRecordList, _super);
function AgentRecordList(defaults) {
_super.apply(this, arguments);
}
AgentRecordList.itemType = PortalModel.AgentRecord;
return AgentRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentRecordList = AgentRecordList;
});
define("Portal.model$SaveAddressBookRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveAddressBookRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveAddressBookRequestRecord = (function (_super) {
__extends(SaveAddressBookRequestRecord, _super);
function SaveAddressBookRequestRecord(defaults) {
_super.apply(this, arguments);
}
SaveAddressBookRequestRecord.attributesToDeclare = function () {
return [
this.attr("SaveAddressBookRequest", "saveAddressBookRequestAttr", "SaveAddressBookRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveAddressBookRequestRec());
}, true, PortalModel.SaveAddressBookRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveAddressBookRequestRecord.fromStructure = function (str) {
return new SaveAddressBookRequestRecord(new SaveAddressBookRequestRecord.RecordClass({
saveAddressBookRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveAddressBookRequestRecord._isAnonymousRecord = true;
SaveAddressBookRequestRecord.UniqueId = "f1cfe0e6-5442-198d-a022-b300f70ed29d";
SaveAddressBookRequestRecord.init();
return SaveAddressBookRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveAddressBookRequestRecord = SaveAddressBookRequestRecord;
});
define("Portal.model$SaveAddressBookRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveAddressBookRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveAddressBookRequestRecordList = (function (_super) {
__extends(SaveAddressBookRequestRecordList, _super);
function SaveAddressBookRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SaveAddressBookRequestRecordList.itemType = PortalModel.SaveAddressBookRequestRecord;
return SaveAddressBookRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveAddressBookRequestRecordList = SaveAddressBookRequestRecordList;
});
define("Portal.model$OrderDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderDetailList = (function (_super) {
__extends(OrderDetailList, _super);
function OrderDetailList(defaults) {
_super.apply(this, arguments);
}
OrderDetailList.itemType = PortalModel.OrderDetailRec;
return OrderDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderDetailList = OrderDetailList;
});
define("Portal.model$LocaleTranslationList", ["exports", "OutSystems/ClientRuntime/Main", "MultiLingual.model", "Portal.model", "MultiLingual.model$LocaleTranslationRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiLingual"], function (exports, OutSystems, MultiLingualModel, PortalModel) {
var OS = OutSystems.Internal;
var LocaleTranslationList = (function (_super) {
__extends(LocaleTranslationList, _super);
function LocaleTranslationList(defaults) {
_super.apply(this, arguments);
}
LocaleTranslationList.itemType = MultiLingualModel.LocaleTranslationRec;
return LocaleTranslationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LocaleTranslationList = LocaleTranslationList;
});
define("Portal.model$LegalEnquiryList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryList = (function (_super) {
__extends(LegalEnquiryList, _super);
function LegalEnquiryList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryList.itemType = PortalModel.LegalEnquiryRec;
return LegalEnquiryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryList = LegalEnquiryList;
});
define("Portal.model$Payload58Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload58Rec = (function (_super) {
__extends(Payload58Rec, _super);
function Payload58Rec(defaults) {
_super.apply(this, arguments);
}
Payload58Rec.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryList", "legalEnquiryListAttr", "LegalEnquiryList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryList());
}, true, PortalModel.LegalEnquiryList)
].concat(_super.attributesToDeclare.call(this));
};
Payload58Rec.fromStructure = function (str) {
return new Payload58Rec(new Payload58Rec.RecordClass({
legalEnquiryListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload58Rec.init();
return Payload58Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload58Rec = Payload58Rec;
});
define("Portal.model$Payload58Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload58Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload58Record = (function (_super) {
__extends(Payload58Record, _super);
function Payload58Record(defaults) {
_super.apply(this, arguments);
}
Payload58Record.attributesToDeclare = function () {
return [
this.attr("Payload58", "payload58Attr", "Payload58", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload58Rec());
}, true, PortalModel.Payload58Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload58Record.fromStructure = function (str) {
return new Payload58Record(new Payload58Record.RecordClass({
payload58Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload58Record._isAnonymousRecord = true;
Payload58Record.UniqueId = "5f79d6fc-4778-1fc8-575d-0dbd8c31f1cc";
Payload58Record.init();
return Payload58Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload58Record = Payload58Record;
});
define("Portal.model$TransactionTypeItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TransactionTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TransactionTypeItemRecord = (function (_super) {
__extends(TransactionTypeItemRecord, _super);
function TransactionTypeItemRecord(defaults) {
_super.apply(this, arguments);
}
TransactionTypeItemRecord.attributesToDeclare = function () {
return [
this.attr("TransactionTypeItem", "transactionTypeItemAttr", "TransactionTypeItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TransactionTypeItemRec());
}, true, PortalModel.TransactionTypeItemRec)
].concat(_super.attributesToDeclare.call(this));
};
TransactionTypeItemRecord.fromStructure = function (str) {
return new TransactionTypeItemRecord(new TransactionTypeItemRecord.RecordClass({
transactionTypeItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TransactionTypeItemRecord._isAnonymousRecord = true;
TransactionTypeItemRecord.UniqueId = "5f8ccf35-ed85-474a-506c-103953cfd6d2";
TransactionTypeItemRecord.init();
return TransactionTypeItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TransactionTypeItemRecord = TransactionTypeItemRecord;
});
define("Portal.model$ProcessBookingRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingRequestRec = (function (_super) {
__extends(ProcessBookingRequestRec, _super);
function ProcessBookingRequestRec(defaults) {
_super.apply(this, arguments);
}
ProcessBookingRequestRec.attributesToDeclare = function () {
return [
this.attr("bookingOrderNumber", "bookingOrderNumberAttr", "bookingOrderNumber", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("OrderChannelId", "orderChannelIdAttr", "orderChannelId", false, false, OS.Types.Text, function () {
return "Web";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
ProcessBookingRequestRec.init();
return ProcessBookingRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessBookingRequestRec = ProcessBookingRequestRec;
});
define("Portal.model$GetCourierCitiesResponse2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload21Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCourierCitiesResponse2Rec = (function (_super) {
__extends(GetCourierCitiesResponse2Rec, _super);
function GetCourierCitiesResponse2Rec(defaults) {
_super.apply(this, arguments);
}
GetCourierCitiesResponse2Rec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload21Rec());
}, true, PortalModel.Payload21Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCourierCitiesResponse2Rec.init();
return GetCourierCitiesResponse2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCourierCitiesResponse2Rec = GetCourierCitiesResponse2Rec;
});
define("Portal.model$GetCourierCitiesResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCourierCitiesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCourierCitiesResponse2List = (function (_super) {
__extends(GetCourierCitiesResponse2List, _super);
function GetCourierCitiesResponse2List(defaults) {
_super.apply(this, arguments);
}
GetCourierCitiesResponse2List.itemType = PortalModel.GetCourierCitiesResponse2Rec;
return GetCourierCitiesResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCourierCitiesResponse2List = GetCourierCitiesResponse2List;
});
define("Portal.model$IntegerRecordRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecordRec = (function (_super) {
__extends(IntegerRecordRec, _super);
function IntegerRecordRec(defaults) {
_super.apply(this, arguments);
}
IntegerRecordRec.attributesToDeclare = function () {
return [
this.attr("FlowType", "flowTypeAttr", "FlowType", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntegerRecordRec.fromStructure = function (str) {
return new IntegerRecordRec(new IntegerRecordRec.RecordClass({
flowTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntegerRecordRec.init();
return IntegerRecordRec;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerRecordRec = IntegerRecordRec;
});
define("Portal.model$IntegerRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecordRecord = (function (_super) {
__extends(IntegerRecordRecord, _super);
function IntegerRecordRecord(defaults) {
_super.apply(this, arguments);
}
IntegerRecordRecord.attributesToDeclare = function () {
return [
this.attr("IntegerRecord", "integerRecordAttr", "IntegerRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntegerRecordRec());
}, true, PortalModel.IntegerRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
IntegerRecordRecord.fromStructure = function (str) {
return new IntegerRecordRecord(new IntegerRecordRecord.RecordClass({
integerRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntegerRecordRecord._isAnonymousRecord = true;
IntegerRecordRecord.UniqueId = "5fb37a72-74d6-6bf7-0509-3ba98fb984ac";
IntegerRecordRecord.init();
return IntegerRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerRecordRecord = IntegerRecordRecord;
});
define("Portal.model$MultiShip_Courier_FileSuccessList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileSuccessRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileSuccessList = (function (_super) {
__extends(MultiShip_Courier_FileSuccessList, _super);
function MultiShip_Courier_FileSuccessList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileSuccessList.itemType = PortalModel.MultiShip_Courier_FileSuccessRec;
return MultiShip_Courier_FileSuccessList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_FileSuccessList = MultiShip_Courier_FileSuccessList;
});
define("Portal.model$Careers_MasterDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Careers_MasterDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Careers_MasterDataRecordList = (function (_super) {
__extends(Careers_MasterDataRecordList, _super);
function Careers_MasterDataRecordList(defaults) {
_super.apply(this, arguments);
}
Careers_MasterDataRecordList.itemType = PortalModel.Careers_MasterDataRecord;
return Careers_MasterDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Careers_MasterDataRecordList = Careers_MasterDataRecordList;
});
define("Portal.model$AmountRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountRecord = (function (_super) {
__extends(AmountRecord, _super);
function AmountRecord(defaults) {
_super.apply(this, arguments);
}
AmountRecord.attributesToDeclare = function () {
return [
this.attr("Amount", "amountAttr", "Amount", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AmountRec());
}, true, PortalModel.AmountRec)
].concat(_super.attributesToDeclare.call(this));
};
AmountRecord.fromStructure = function (str) {
return new AmountRecord(new AmountRecord.RecordClass({
amountAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AmountRecord._isAnonymousRecord = true;
AmountRecord.UniqueId = "5fc4774c-f95e-5f2f-3f6c-0f0c5a5493cf";
AmountRecord.init();
return AmountRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AmountRecord = AmountRecord;
});
define("Portal.model$ItemFromCartRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload23Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCartRec = (function (_super) {
__extends(ItemFromCartRec, _super);
function ItemFromCartRec(defaults) {
_super.apply(this, arguments);
}
ItemFromCartRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload23Rec());
}, true, PortalModel.Payload23Rec)
].concat(_super.attributesToDeclare.call(this));
};
ItemFromCartRec.init();
return ItemFromCartRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFromCartRec = ItemFromCartRec;
});
define("Portal.model$ItemFromCartList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCartRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCartList = (function (_super) {
__extends(ItemFromCartList, _super);
function ItemFromCartList(defaults) {
_super.apply(this, arguments);
}
ItemFromCartList.itemType = PortalModel.ItemFromCartRec;
return ItemFromCartList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFromCartList = ItemFromCartList;
});
define("Portal.model$AgentDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentDetailItemRecord = (function (_super) {
__extends(AgentDetailItemRecord, _super);
function AgentDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
AgentDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("AgentDetailItem", "agentDetailItemAttr", "AgentDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AgentDetailItemRec());
}, true, PortalModel.AgentDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
AgentDetailItemRecord.fromStructure = function (str) {
return new AgentDetailItemRecord(new AgentDetailItemRecord.RecordClass({
agentDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AgentDetailItemRecord._isAnonymousRecord = true;
AgentDetailItemRecord.UniqueId = "d2aa82ec-dad4-f4d1-5258-df1d36fa2e93";
AgentDetailItemRecord.init();
return AgentDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentDetailItemRecord = AgentDetailItemRecord;
});
define("Portal.model$AgentDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentDetailItemRecordList = (function (_super) {
__extends(AgentDetailItemRecordList, _super);
function AgentDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
AgentDetailItemRecordList.itemType = PortalModel.AgentDetailItemRecord;
return AgentDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentDetailItemRecordList = AgentDetailItemRecordList;
});
define("Portal.model$Payload11Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload11Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload11Record = (function (_super) {
__extends(Payload11Record, _super);
function Payload11Record(defaults) {
_super.apply(this, arguments);
}
Payload11Record.attributesToDeclare = function () {
return [
this.attr("Payload11", "payload11Attr", "Payload11", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload11Rec());
}, true, PortalModel.Payload11Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload11Record.fromStructure = function (str) {
return new Payload11Record(new Payload11Record.RecordClass({
payload11Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload11Record._isAnonymousRecord = true;
Payload11Record.UniqueId = "f42b70fe-3945-ca05-a33e-caaab4389bc7";
Payload11Record.init();
return Payload11Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload11Record = Payload11Record;
});
define("Portal.model$Payload11RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload11Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload11RecordList = (function (_super) {
__extends(Payload11RecordList, _super);
function Payload11RecordList(defaults) {
_super.apply(this, arguments);
}
Payload11RecordList.itemType = PortalModel.Payload11Record;
return Payload11RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload11RecordList = Payload11RecordList;
});
define("Portal.model$RateDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailRecord = (function (_super) {
__extends(RateDetailRecord, _super);
function RateDetailRecord(defaults) {
_super.apply(this, arguments);
}
RateDetailRecord.attributesToDeclare = function () {
return [
this.attr("RateDetail", "rateDetailAttr", "RateDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RateDetailRec());
}, true, PortalModel.RateDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
RateDetailRecord.fromStructure = function (str) {
return new RateDetailRecord(new RateDetailRecord.RecordClass({
rateDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RateDetailRecord._isAnonymousRecord = true;
RateDetailRecord.UniqueId = "f790ba9d-83ee-d661-4cd1-f68046217878";
RateDetailRecord.init();
return RateDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RateDetailRecord = RateDetailRecord;
});
define("Portal.model$RateDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RateDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailRecordList = (function (_super) {
__extends(RateDetailRecordList, _super);
function RateDetailRecordList(defaults) {
_super.apply(this, arguments);
}
RateDetailRecordList.itemType = PortalModel.RateDetailRecord;
return RateDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RateDetailRecordList = RateDetailRecordList;
});
define("Portal.model$GetLegalEnquiriesByUserIdRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiriesByUserIdRequestRec = (function (_super) {
__extends(GetLegalEnquiriesByUserIdRequestRec, _super);
function GetLegalEnquiriesByUserIdRequestRec(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiriesByUserIdRequestRec.attributesToDeclare = function () {
return [
this.attr("MaxRecords", "maxRecordsAttr", "MaxRecords", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("StartIndex", "startIndexAttr", "StartIndex", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetLegalEnquiriesByUserIdRequestRec.init();
return GetLegalEnquiriesByUserIdRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetLegalEnquiriesByUserIdRequestRec = GetLegalEnquiriesByUserIdRequestRec;
});
define("Portal.model$CreatePOBoxRenewalOrderRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FinancialDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRenewalOrderRec = (function (_super) {
__extends(CreatePOBoxRenewalOrderRec, _super);
function CreatePOBoxRenewalOrderRec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRenewalOrderRec.attributesToDeclare = function () {
return [
this.attr("SubscriptionReference", "subscriptionReferenceAttr", "subscriptionReference", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TotalAmount", "totalAmountAttr", "totalAmount", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FinancialDetail", "financialDetailAttr", "FinancialDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FinancialDetailRec());
}, true, PortalModel.FinancialDetailRec),
this.attr("IsQuick", "isQuickAttr", "isQuick", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRenewalOrderRec.init();
return CreatePOBoxRenewalOrderRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRenewalOrderRec = CreatePOBoxRenewalOrderRec;
});
define("Portal.model$FileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileRecordList = (function (_super) {
__extends(FileRecordList, _super);
function FileRecordList(defaults) {
_super.apply(this, arguments);
}
FileRecordList.itemType = PortalModel.FileRecord;
return FileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileRecordList = FileRecordList;
});
define("Portal.model$TranslationsLocale2Record", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$TranslationsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO", "Data_CO.model$LocaleRec"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var TranslationsLocale2Record = (function (_super) {
__extends(TranslationsLocale2Record, _super);
function TranslationsLocale2Record(defaults) {
_super.apply(this, arguments);
}
TranslationsLocale2Record.attributesToDeclare = function () {
return [
this.attr("Translations", "translationsAttr", "Translations", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.TranslationsRec());
}, true, Data_COModel.TranslationsRec),
this.attr("Locale", "localeAttr", "Locale2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.LocaleRec());
}, true, Data_COModel.LocaleRec)
].concat(_super.attributesToDeclare.call(this));
};
TranslationsLocale2Record._isAnonymousRecord = true;
TranslationsLocale2Record.UniqueId = "60d7e559-1402-b665-7d42-e01146855cfa";
TranslationsLocale2Record.init();
return TranslationsLocale2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.TranslationsLocale2Record = TranslationsLocale2Record;
});
define("Portal.model$Address_componentItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address_componentItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address_componentItem2RecordList = (function (_super) {
__extends(Address_componentItem2RecordList, _super);
function Address_componentItem2RecordList(defaults) {
_super.apply(this, arguments);
}
Address_componentItem2RecordList.itemType = PortalModel.Address_componentItem2Record;
return Address_componentItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Address_componentItem2RecordList = Address_componentItem2RecordList;
});
define("Portal.model$HTTPRequest7List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest7List = (function (_super) {
__extends(HTTPRequest7List, _super);
function HTTPRequest7List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest7List.itemType = PortalModel.HTTPRequest7Rec;
return HTTPRequest7List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest7List = HTTPRequest7List;
});
define("Portal.model$CardBillingAddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CardBillingAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CardBillingAddressList = (function (_super) {
__extends(CardBillingAddressList, _super);
function CardBillingAddressList(defaults) {
_super.apply(this, arguments);
}
CardBillingAddressList.itemType = PortalModel.CardBillingAddressRec;
return CardBillingAddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CardBillingAddressList = CardBillingAddressList;
});
define("Portal.model$AmountList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountList = (function (_super) {
__extends(AmountList, _super);
function AmountList(defaults) {
_super.apply(this, arguments);
}
AmountList.itemType = PortalModel.AmountRec;
return AmountList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AmountList = AmountList;
});
define("Portal.model$Payload12Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload12Record = (function (_super) {
__extends(Payload12Record, _super);
function Payload12Record(defaults) {
_super.apply(this, arguments);
}
Payload12Record.attributesToDeclare = function () {
return [
this.attr("Payload12", "payload12Attr", "Payload12", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload12Rec());
}, true, PortalModel.Payload12Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload12Record.fromStructure = function (str) {
return new Payload12Record(new Payload12Record.RecordClass({
payload12Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload12Record._isAnonymousRecord = true;
Payload12Record.UniqueId = "618332a7-5f80-d395-5a31-46cdb8490f60";
Payload12Record.init();
return Payload12Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload12Record = Payload12Record;
});
define("Portal.model$GetOrderHistoryResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponse2Record = (function (_super) {
__extends(GetOrderHistoryResponse2Record, _super);
function GetOrderHistoryResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetOrderHistoryResponse2", "getOrderHistoryResponse2Attr", "GetOrderHistoryResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetOrderHistoryResponse2Rec());
}, true, PortalModel.GetOrderHistoryResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetOrderHistoryResponse2Record.fromStructure = function (str) {
return new GetOrderHistoryResponse2Record(new GetOrderHistoryResponse2Record.RecordClass({
getOrderHistoryResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetOrderHistoryResponse2Record._isAnonymousRecord = true;
GetOrderHistoryResponse2Record.UniqueId = "618499f2-a5c9-001d-5fdf-5711333bd350";
GetOrderHistoryResponse2Record.init();
return GetOrderHistoryResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetOrderHistoryResponse2Record = GetOrderHistoryResponse2Record;
});
define("Portal.model$Payload25Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload25Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload25Record = (function (_super) {
__extends(Payload25Record, _super);
function Payload25Record(defaults) {
_super.apply(this, arguments);
}
Payload25Record.attributesToDeclare = function () {
return [
this.attr("Payload25", "payload25Attr", "Payload25", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload25Rec());
}, true, PortalModel.Payload25Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload25Record.fromStructure = function (str) {
return new Payload25Record(new Payload25Record.RecordClass({
payload25Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload25Record._isAnonymousRecord = true;
Payload25Record.UniqueId = "619d83d2-c0cb-71ee-57ac-b730a49abd92";
Payload25Record.init();
return Payload25Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload25Record = Payload25Record;
});
define("Portal.model$SendPackageRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRec", "Portal.model$PackageList", "Portal.model$PickupPreferencesRec", "Portal.model$IPriceItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPackageRec = (function (_super) {
__extends(SendPackageRec, _super);
function SendPackageRec(defaults) {
_super.apply(this, arguments);
}
SendPackageRec.attributesToDeclare = function () {
return [
this.attr("ShipmentID", "shipmentIDAttr", "ShipmentID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "ShipmentType", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Currency", "currencyAttr", "Currency", false, false, OS.Types.Text, function () {
return "AED";
}, true),
this.attr("TotalPrice", "totalPriceAttr", "TotalPrice", false, false, OS.Types.Currency, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("BookingRefNo", "bookingRefNoAttr", "BookingRefNo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("SavedCardId", "savedCardIdAttr", "SavedCardId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PostalPackages", "postalPackagesAttr", "PostalPackages", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CourierPackages", "courierPackagesAttr", "CourierPackages", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("SenderDetails", "senderDetailsAttr", "SenderDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ContactDetailsRec());
}, true, PortalModel.ContactDetailsRec),
this.attr("Package", "packageAttr", "Package", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PackageList());
}, true, PortalModel.PackageList),
this.attr("PickupPreferences", "pickupPreferencesAttr", "PickupPreferences", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupPreferencesRec());
}, true, PortalModel.PickupPreferencesRec),
this.attr("EstimatedPriceItems", "estimatedPriceItemsAttr", "EstimatedPriceItems", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemList());
}, true, PortalModel.IPriceItemList),
this.attr("IsDropOff", "isDropOffAttr", "isDropOff", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("DropoffOfficeId", "dropoffOfficeIdAttr", "dropoffOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DropOffLocLabel", "dropOffLocLabelAttr", "DropOffLocLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsUserCashOnDelivery", "isUserCashOnDeliveryAttr", "IsUserCashOnDelivery", true, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("SendTrackingEmail", "sendTrackingEmailAttr", "SendTrackingEmail", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("ShipmentStatus", "shipmentStatusAttr", "ShipmentStatus", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SendPackageRec.init();
return SendPackageRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SendPackageRec = SendPackageRec;
});
define("Portal.model$PaymentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentResponseRecord = (function (_super) {
__extends(PaymentResponseRecord, _super);
function PaymentResponseRecord(defaults) {
_super.apply(this, arguments);
}
PaymentResponseRecord.attributesToDeclare = function () {
return [
this.attr("PaymentResponse", "paymentResponseAttr", "PaymentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentResponseRec());
}, true, PortalModel.PaymentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentResponseRecord.fromStructure = function (str) {
return new PaymentResponseRecord(new PaymentResponseRecord.RecordClass({
paymentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentResponseRecord._isAnonymousRecord = true;
PaymentResponseRecord.UniqueId = "61b5db57-ea57-58d3-6347-0d097ea175e9";
PaymentResponseRecord.init();
return PaymentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentResponseRecord = PaymentResponseRecord;
});
define("Portal.model$PendingInvoiceResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponseList = (function (_super) {
__extends(PendingInvoiceResponseList, _super);
function PendingInvoiceResponseList(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponseList.itemType = PortalModel.PendingInvoiceResponseRec;
return PendingInvoiceResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceResponseList = PendingInvoiceResponseList;
});
define("Portal.model$GetPOBoxListingRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingRequestList = (function (_super) {
__extends(GetPOBoxListingRequestList, _super);
function GetPOBoxListingRequestList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingRequestList.itemType = PortalModel.GetPOBoxListingRequestRec;
return GetPOBoxListingRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingRequestList = GetPOBoxListingRequestList;
});
define("Portal.model$Payload5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload5Record = (function (_super) {
__extends(Payload5Record, _super);
function Payload5Record(defaults) {
_super.apply(this, arguments);
}
Payload5Record.attributesToDeclare = function () {
return [
this.attr("Payload5", "payload5Attr", "Payload5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload5Rec());
}, true, PortalModel.Payload5Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload5Record.fromStructure = function (str) {
return new Payload5Record(new Payload5Record.RecordClass({
payload5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload5Record._isAnonymousRecord = true;
Payload5Record.UniqueId = "7fcf0a5d-a850-e31d-3e2e-a2b7661715d7";
Payload5Record.init();
return Payload5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload5Record = Payload5Record;
});
define("Portal.model$Payload5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload5RecordList = (function (_super) {
__extends(Payload5RecordList, _super);
function Payload5RecordList(defaults) {
_super.apply(this, arguments);
}
Payload5RecordList.itemType = PortalModel.Payload5Record;
return Payload5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload5RecordList = Payload5RecordList;
});
define("Portal.model$ChatUserDataList", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$ChatUserDataRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ChatUserDataList = (function (_super) {
__extends(ChatUserDataList, _super);
function ChatUserDataList(defaults) {
_super.apply(this, arguments);
}
ChatUserDataList.itemType = Services_COModel.ChatUserDataRec;
return ChatUserDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ChatUserDataList = ChatUserDataList;
});
define("Portal.model$Amount2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Amount2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Amount2RecordList = (function (_super) {
__extends(Amount2RecordList, _super);
function Amount2RecordList(defaults) {
_super.apply(this, arguments);
}
Amount2RecordList.itemType = PortalModel.Amount2Record;
return Amount2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Amount2RecordList = Amount2RecordList;
});
define("Portal.model$SearchPageStructListRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecordRecord = (function (_super) {
__extends(SearchPageStructListRecordRecord, _super);
function SearchPageStructListRecordRecord(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecordRecord.attributesToDeclare = function () {
return [
this.attr("SearchPageStructListRecord", "searchPageStructListRecordAttr", "SearchPageStructListRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SearchPageStructListRecordRec());
}, true, PortalModel.SearchPageStructListRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
SearchPageStructListRecordRecord.fromStructure = function (str) {
return new SearchPageStructListRecordRecord(new SearchPageStructListRecordRecord.RecordClass({
searchPageStructListRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SearchPageStructListRecordRecord._isAnonymousRecord = true;
SearchPageStructListRecordRecord.UniqueId = "6290662c-13dc-1a51-4768-3cc70217da8f";
SearchPageStructListRecordRecord.init();
return SearchPageStructListRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SearchPageStructListRecordRecord = SearchPageStructListRecordRecord;
});
define("Portal.model$CountryItem4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem4Record = (function (_super) {
__extends(CountryItem4Record, _super);
function CountryItem4Record(defaults) {
_super.apply(this, arguments);
}
CountryItem4Record.attributesToDeclare = function () {
return [
this.attr("CountryItem4", "countryItem4Attr", "CountryItem4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItem4Rec());
}, true, PortalModel.CountryItem4Rec)
].concat(_super.attributesToDeclare.call(this));
};
CountryItem4Record.fromStructure = function (str) {
return new CountryItem4Record(new CountryItem4Record.RecordClass({
countryItem4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CountryItem4Record._isAnonymousRecord = true;
CountryItem4Record.UniqueId = "62b4a06f-04c2-a7e9-b189-5c03b6432b26";
CountryItem4Record.init();
return CountryItem4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItem4Record = CountryItem4Record;
});
define("Portal.model$Payload14List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload14List = (function (_super) {
__extends(Payload14List, _super);
function Payload14List(defaults) {
_super.apply(this, arguments);
}
Payload14List.itemType = PortalModel.Payload14Rec;
return Payload14List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload14List = Payload14List;
});
define("Portal.model$EmirateBOItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateBOItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateBOItem3Record = (function (_super) {
__extends(EmirateBOItem3Record, _super);
function EmirateBOItem3Record(defaults) {
_super.apply(this, arguments);
}
EmirateBOItem3Record.attributesToDeclare = function () {
return [
this.attr("EmirateBOItem3", "emirateBOItem3Attr", "EmirateBOItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateBOItem3Rec());
}, true, PortalModel.EmirateBOItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
EmirateBOItem3Record.fromStructure = function (str) {
return new EmirateBOItem3Record(new EmirateBOItem3Record.RecordClass({
emirateBOItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmirateBOItem3Record._isAnonymousRecord = true;
EmirateBOItem3Record.UniqueId = "6a9d1f7f-9085-eef8-6de1-47f7d113bc40";
EmirateBOItem3Record.init();
return EmirateBOItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateBOItem3Record = EmirateBOItem3Record;
});
define("Portal.model$EmirateBOItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateBOItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateBOItem3RecordList = (function (_super) {
__extends(EmirateBOItem3RecordList, _super);
function EmirateBOItem3RecordList(defaults) {
_super.apply(this, arguments);
}
EmirateBOItem3RecordList.itemType = PortalModel.EmirateBOItem3Record;
return EmirateBOItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateBOItem3RecordList = EmirateBOItem3RecordList;
});
define("Portal.model$String2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String2List = (function (_super) {
__extends(String2List, _super);
function String2List(defaults) {
_super.apply(this, arguments);
}
String2List.itemType = PortalModel.String2Rec;
return String2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.String2List = String2List;
});
define("Portal.model$BulkBookingResponseItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkBookingResponseItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkBookingResponseItemRecord = (function (_super) {
__extends(BulkBookingResponseItemRecord, _super);
function BulkBookingResponseItemRecord(defaults) {
_super.apply(this, arguments);
}
BulkBookingResponseItemRecord.attributesToDeclare = function () {
return [
this.attr("BulkBookingResponseItem", "bulkBookingResponseItemAttr", "BulkBookingResponseItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkBookingResponseItemRec());
}, true, PortalModel.BulkBookingResponseItemRec)
].concat(_super.attributesToDeclare.call(this));
};
BulkBookingResponseItemRecord.fromStructure = function (str) {
return new BulkBookingResponseItemRecord(new BulkBookingResponseItemRecord.RecordClass({
bulkBookingResponseItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BulkBookingResponseItemRecord._isAnonymousRecord = true;
BulkBookingResponseItemRecord.UniqueId = "89d37b76-098e-7992-3d76-9e52b4089693";
BulkBookingResponseItemRecord.init();
return BulkBookingResponseItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkBookingResponseItemRecord = BulkBookingResponseItemRecord;
});
define("Portal.model$BulkBookingResponseItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkBookingResponseItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkBookingResponseItemRecordList = (function (_super) {
__extends(BulkBookingResponseItemRecordList, _super);
function BulkBookingResponseItemRecordList(defaults) {
_super.apply(this, arguments);
}
BulkBookingResponseItemRecordList.itemType = PortalModel.BulkBookingResponseItemRecord;
return BulkBookingResponseItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkBookingResponseItemRecordList = BulkBookingResponseItemRecordList;
});
define("Portal.model$HTTPHeader10List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader10List = (function (_super) {
__extends(HTTPHeader10List, _super);
function HTTPHeader10List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader10List.itemType = PortalModel.HTTPHeader10Rec;
return HTTPHeader10List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader10List = HTTPHeader10List;
});
define("Portal.model$HTTPRequest10Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter10List", "Portal.model$HTTPHeader10List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest10Rec = (function (_super) {
__extends(HTTPRequest10Rec, _super);
function HTTPRequest10Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest10Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter10List());
}, true, PortalModel.URLQueryParameter10List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader10List());
}, true, PortalModel.HTTPHeader10List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest10Rec.init();
return HTTPRequest10Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest10Rec = HTTPRequest10Rec;
});
define("Portal.model$PendingInvoiceResponse3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ARPendingRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponse3Rec = (function (_super) {
__extends(PendingInvoiceResponse3Rec, _super);
function PendingInvoiceResponse3Rec(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponse3Rec.attributesToDeclare = function () {
return [
this.attr("InvoiceInfo", "invoiceInfoAttr", "invoiceInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ARPendingRec());
}, true, PortalModel.ARPendingRec)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceResponse3Rec.fromStructure = function (str) {
return new PendingInvoiceResponse3Rec(new PendingInvoiceResponse3Rec.RecordClass({
invoiceInfoAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PendingInvoiceResponse3Rec.init();
return PendingInvoiceResponse3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceResponse3Rec = PendingInvoiceResponse3Rec;
});
define("Portal.model$PendingInvoiceResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponse3Record = (function (_super) {
__extends(PendingInvoiceResponse3Record, _super);
function PendingInvoiceResponse3Record(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponse3Record.attributesToDeclare = function () {
return [
this.attr("PendingInvoiceResponse3", "pendingInvoiceResponse3Attr", "PendingInvoiceResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PendingInvoiceResponse3Rec());
}, true, PortalModel.PendingInvoiceResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PendingInvoiceResponse3Record.fromStructure = function (str) {
return new PendingInvoiceResponse3Record(new PendingInvoiceResponse3Record.RecordClass({
pendingInvoiceResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PendingInvoiceResponse3Record._isAnonymousRecord = true;
PendingInvoiceResponse3Record.UniqueId = "6327bb96-21f2-5908-addd-5905527b7307";
PendingInvoiceResponse3Record.init();
return PendingInvoiceResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PendingInvoiceResponse3Record = PendingInvoiceResponse3Record;
});
define("Portal.model$Payload53Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload53Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload53Record = (function (_super) {
__extends(Payload53Record, _super);
function Payload53Record(defaults) {
_super.apply(this, arguments);
}
Payload53Record.attributesToDeclare = function () {
return [
this.attr("Payload53", "payload53Attr", "Payload53", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload53Rec());
}, true, PortalModel.Payload53Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload53Record.fromStructure = function (str) {
return new Payload53Record(new Payload53Record.RecordClass({
payload53Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload53Record._isAnonymousRecord = true;
Payload53Record.UniqueId = "635c7f83-6f63-b7c4-e911-e3dee03415ed";
Payload53Record.init();
return Payload53Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload53Record = Payload53Record;
});
define("Portal.model$GetServiceTypeResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetServiceTypeResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetServiceTypeResponse2Record = (function (_super) {
__extends(GetServiceTypeResponse2Record, _super);
function GetServiceTypeResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetServiceTypeResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetServiceTypeResponse2", "getServiceTypeResponse2Attr", "GetServiceTypeResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetServiceTypeResponse2Rec());
}, true, PortalModel.GetServiceTypeResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetServiceTypeResponse2Record.fromStructure = function (str) {
return new GetServiceTypeResponse2Record(new GetServiceTypeResponse2Record.RecordClass({
getServiceTypeResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetServiceTypeResponse2Record._isAnonymousRecord = true;
GetServiceTypeResponse2Record.UniqueId = "63611e66-f7cd-756e-69a7-d2db22f5424c";
GetServiceTypeResponse2Record.init();
return GetServiceTypeResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetServiceTypeResponse2Record = GetServiceTypeResponse2Record;
});
define("Portal.model$EmiratesIDLRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmiratesIDLRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmiratesIDLRecordList = (function (_super) {
__extends(EmiratesIDLRecordList, _super);
function EmiratesIDLRecordList(defaults) {
_super.apply(this, arguments);
}
EmiratesIDLRecordList.itemType = PortalModel.EmiratesIDLRecord;
return EmiratesIDLRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmiratesIDLRecordList = EmiratesIDLRecordList;
});
define("Portal.model$Payload8Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload8Rec = (function (_super) {
__extends(Payload8Rec, _super);
function Payload8Rec(defaults) {
_super.apply(this, arguments);
}
Payload8Rec.attributesToDeclare = function () {
return [
this.attr("newAccessToken", "newAccessTokenAttr", "newAccessToken", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("newRefreshToken", "newRefreshTokenAttr", "newRefreshToken", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload8Rec.init();
return Payload8Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload8Rec = Payload8Rec;
});
define("Portal.model$GetNewAccessTokenResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenResponseRec = (function (_super) {
__extends(GetNewAccessTokenResponseRec, _super);
function GetNewAccessTokenResponseRec(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload8Rec());
}, true, PortalModel.Payload8Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetNewAccessTokenResponseRec.init();
return GetNewAccessTokenResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNewAccessTokenResponseRec = GetNewAccessTokenResponseRec;
});
define("Portal.model$GetNewAccessTokenResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenResponseRecord = (function (_super) {
__extends(GetNewAccessTokenResponseRecord, _super);
function GetNewAccessTokenResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetNewAccessTokenResponse", "getNewAccessTokenResponseAttr", "GetNewAccessTokenResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNewAccessTokenResponseRec());
}, true, PortalModel.GetNewAccessTokenResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNewAccessTokenResponseRecord.fromStructure = function (str) {
return new GetNewAccessTokenResponseRecord(new GetNewAccessTokenResponseRecord.RecordClass({
getNewAccessTokenResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNewAccessTokenResponseRecord._isAnonymousRecord = true;
GetNewAccessTokenResponseRecord.UniqueId = "637b8bc0-31ab-e264-dd58-1952602b5574";
GetNewAccessTokenResponseRecord.init();
return GetNewAccessTokenResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNewAccessTokenResponseRecord = GetNewAccessTokenResponseRecord;
});
define("Portal.model$URLQueryParameter2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter2List = (function (_super) {
__extends(URLQueryParameter2List, _super);
function URLQueryParameter2List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter2List.itemType = PortalModel.URLQueryParameter2Rec;
return URLQueryParameter2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter2List = URLQueryParameter2List;
});
define("Portal.model$HTTPHeader2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader2List = (function (_super) {
__extends(HTTPHeader2List, _super);
function HTTPHeader2List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader2List.itemType = PortalModel.HTTPHeader2Rec;
return HTTPHeader2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader2List = HTTPHeader2List;
});
define("Portal.model$HTTPRequest2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter2List", "Portal.model$HTTPHeader2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest2Rec = (function (_super) {
__extends(HTTPRequest2Rec, _super);
function HTTPRequest2Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest2Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter2List());
}, true, PortalModel.URLQueryParameter2List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader2List());
}, true, PortalModel.HTTPHeader2List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest2Rec.init();
return HTTPRequest2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest2Rec = HTTPRequest2Rec;
});
define("Portal.model$HTTPRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest2Record = (function (_super) {
__extends(HTTPRequest2Record, _super);
function HTTPRequest2Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest2Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest2", "hTTPRequest2Attr", "HTTPRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest2Rec());
}, true, PortalModel.HTTPRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest2Record.fromStructure = function (str) {
return new HTTPRequest2Record(new HTTPRequest2Record.RecordClass({
hTTPRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest2Record._isAnonymousRecord = true;
HTTPRequest2Record.UniqueId = "637c6953-1a27-874b-e1ec-9e1202b30e0a";
HTTPRequest2Record.init();
return HTTPRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest2Record = HTTPRequest2Record;
});
define("Portal.model$HTTPRequest10Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest10Record = (function (_super) {
__extends(HTTPRequest10Record, _super);
function HTTPRequest10Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest10Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest10", "hTTPRequest10Attr", "HTTPRequest10", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest10Rec());
}, true, PortalModel.HTTPRequest10Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest10Record.fromStructure = function (str) {
return new HTTPRequest10Record(new HTTPRequest10Record.RecordClass({
hTTPRequest10Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest10Record._isAnonymousRecord = true;
HTTPRequest10Record.UniqueId = "63958230-a8a9-0e11-b843-85b6ec0c7083";
HTTPRequest10Record.init();
return HTTPRequest10Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest10Record = HTTPRequest10Record;
});
define("Portal.model$TrackShipmentResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload83Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponseRec = (function (_super) {
__extends(TrackShipmentResponseRec, _super);
function TrackShipmentResponseRec(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload83Rec());
}, true, PortalModel.Payload83Rec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentResponseRec.init();
return TrackShipmentResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentResponseRec = TrackShipmentResponseRec;
});
define("Portal.model$TrackShipmentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponseList = (function (_super) {
__extends(TrackShipmentResponseList, _super);
function TrackShipmentResponseList(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponseList.itemType = PortalModel.TrackShipmentResponseRec;
return TrackShipmentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentResponseList = TrackShipmentResponseList;
});
define("Portal.model$ItemFoundActionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFoundActionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFoundActionRecord = (function (_super) {
__extends(ItemFoundActionRecord, _super);
function ItemFoundActionRecord(defaults) {
_super.apply(this, arguments);
}
ItemFoundActionRecord.attributesToDeclare = function () {
return [
this.attr("ItemFoundAction", "itemFoundActionAttr", "ItemFoundAction", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFoundActionRec());
}, true, PortalModel.ItemFoundActionRec)
].concat(_super.attributesToDeclare.call(this));
};
ItemFoundActionRecord.fromStructure = function (str) {
return new ItemFoundActionRecord(new ItemFoundActionRecord.RecordClass({
itemFoundActionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ItemFoundActionRecord._isAnonymousRecord = true;
ItemFoundActionRecord.UniqueId = "63a5334b-6291-3ded-126b-b59fcc5c2ce4";
ItemFoundActionRecord.init();
return ItemFoundActionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFoundActionRecord = ItemFoundActionRecord;
});
define("Portal.model$GetPOBoxRenewalResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalResponseRecordList = (function (_super) {
__extends(GetPOBoxRenewalResponseRecordList, _super);
function GetPOBoxRenewalResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalResponseRecordList.itemType = PortalModel.GetPOBoxRenewalResponseRecord;
return GetPOBoxRenewalResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalResponseRecordList = GetPOBoxRenewalResponseRecordList;
});
define("Portal.model$PriceBreakdownListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceBreakdownListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceBreakdownListItemRecord = (function (_super) {
__extends(PriceBreakdownListItemRecord, _super);
function PriceBreakdownListItemRecord(defaults) {
_super.apply(this, arguments);
}
PriceBreakdownListItemRecord.attributesToDeclare = function () {
return [
this.attr("PriceBreakdownListItem", "priceBreakdownListItemAttr", "PriceBreakdownListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceBreakdownListItemRec());
}, true, PortalModel.PriceBreakdownListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PriceBreakdownListItemRecord.fromStructure = function (str) {
return new PriceBreakdownListItemRecord(new PriceBreakdownListItemRecord.RecordClass({
priceBreakdownListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PriceBreakdownListItemRecord._isAnonymousRecord = true;
PriceBreakdownListItemRecord.UniqueId = "645f0daf-af58-6015-f92d-6ac28cc53bea";
PriceBreakdownListItemRecord.init();
return PriceBreakdownListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceBreakdownListItemRecord = PriceBreakdownListItemRecord;
});
define("Portal.model$URLQueryParameter13Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter13Rec = (function (_super) {
__extends(URLQueryParameter13Rec, _super);
function URLQueryParameter13Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter13Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter13Rec.init();
return URLQueryParameter13Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter13Rec = URLQueryParameter13Rec;
});
define("Portal.model$URLQueryParameter13Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter13Record = (function (_super) {
__extends(URLQueryParameter13Record, _super);
function URLQueryParameter13Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter13Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter13", "uRLQueryParameter13Attr", "URLQueryParameter13", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter13Rec());
}, true, PortalModel.URLQueryParameter13Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter13Record.fromStructure = function (str) {
return new URLQueryParameter13Record(new URLQueryParameter13Record.RecordClass({
uRLQueryParameter13Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter13Record._isAnonymousRecord = true;
URLQueryParameter13Record.UniqueId = "d7078623-8093-c38b-9b9f-b9982423e730";
URLQueryParameter13Record.init();
return URLQueryParameter13Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter13Record = URLQueryParameter13Record;
});
define("Portal.model$URLQueryParameter13RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter13Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter13RecordList = (function (_super) {
__extends(URLQueryParameter13RecordList, _super);
function URLQueryParameter13RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter13RecordList.itemType = PortalModel.URLQueryParameter13Record;
return URLQueryParameter13RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter13RecordList = URLQueryParameter13RecordList;
});
define("Portal.model$GetCustomerAddressPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerAddressPayloadList = (function (_super) {
__extends(GetCustomerAddressPayloadList, _super);
function GetCustomerAddressPayloadList(defaults) {
_super.apply(this, arguments);
}
GetCustomerAddressPayloadList.itemType = PortalModel.GetCustomerAddressPayloadRec;
return GetCustomerAddressPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerAddressPayloadList = GetCustomerAddressPayloadList;
});
define("Portal.model$FreeBoxLocObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FreeBoxLocObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FreeBoxLocObjectRecordList = (function (_super) {
__extends(FreeBoxLocObjectRecordList, _super);
function FreeBoxLocObjectRecordList(defaults) {
_super.apply(this, arguments);
}
FreeBoxLocObjectRecordList.itemType = PortalModel.FreeBoxLocObjectRecord;
return FreeBoxLocObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FreeBoxLocObjectRecordList = FreeBoxLocObjectRecordList;
});
define("Portal.model$LegalEnquiryStructRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructRecordList = (function (_super) {
__extends(LegalEnquiryStructRecordList, _super);
function LegalEnquiryStructRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructRecordList.itemType = PortalModel.LegalEnquiryStructRecord;
return LegalEnquiryStructRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStructRecordList = LegalEnquiryStructRecordList;
});
define("Portal.model$ICityRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICityRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICityRecordList = (function (_super) {
__extends(ICityRecordList, _super);
function ICityRecordList(defaults) {
_super.apply(this, arguments);
}
ICityRecordList.itemType = PortalModel.ICityRecord;
return ICityRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICityRecordList = ICityRecordList;
});
define("Portal.model$PayloadItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem2RecordList = (function (_super) {
__extends(PayloadItem2RecordList, _super);
function PayloadItem2RecordList(defaults) {
_super.apply(this, arguments);
}
PayloadItem2RecordList.itemType = PortalModel.PayloadItem2Record;
return PayloadItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem2RecordList = PayloadItem2RecordList;
});
define("Portal.model$SetDefaultAddressRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressRequestRecord = (function (_super) {
__extends(SetDefaultAddressRequestRecord, _super);
function SetDefaultAddressRequestRecord(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressRequestRecord.attributesToDeclare = function () {
return [
this.attr("SetDefaultAddressRequest", "setDefaultAddressRequestAttr", "SetDefaultAddressRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SetDefaultAddressRequestRec());
}, true, PortalModel.SetDefaultAddressRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SetDefaultAddressRequestRecord.fromStructure = function (str) {
return new SetDefaultAddressRequestRecord(new SetDefaultAddressRequestRecord.RecordClass({
setDefaultAddressRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SetDefaultAddressRequestRecord._isAnonymousRecord = true;
SetDefaultAddressRequestRecord.UniqueId = "d12255e1-a494-68c7-15e7-60148b9f36ca";
SetDefaultAddressRequestRecord.init();
return SetDefaultAddressRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SetDefaultAddressRequestRecord = SetDefaultAddressRequestRecord;
});
define("Portal.model$SetDefaultAddressRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressRequestRecordList = (function (_super) {
__extends(SetDefaultAddressRequestRecordList, _super);
function SetDefaultAddressRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressRequestRecordList.itemType = PortalModel.SetDefaultAddressRequestRecord;
return SetDefaultAddressRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SetDefaultAddressRequestRecordList = SetDefaultAddressRequestRecordList;
});
define("Portal.model$MappingTableRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MappingTableRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MappingTableRecord = (function (_super) {
__extends(MappingTableRecord, _super);
function MappingTableRecord(defaults) {
_super.apply(this, arguments);
}
MappingTableRecord.attributesToDeclare = function () {
return [
this.attr("MappingTable", "mappingTableAttr", "MappingTable", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MappingTableRec());
}, true, PortalModel.MappingTableRec)
].concat(_super.attributesToDeclare.call(this));
};
MappingTableRecord.fromStructure = function (str) {
return new MappingTableRecord(new MappingTableRecord.RecordClass({
mappingTableAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MappingTableRecord._isAnonymousRecord = true;
MappingTableRecord.UniqueId = "65181de3-b695-971f-ba24-9b7fe3a4139c";
MappingTableRecord.init();
return MappingTableRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MappingTableRecord = MappingTableRecord;
});
define("Portal.model$Payload77Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload77Rec = (function (_super) {
__extends(Payload77Rec, _super);
function Payload77Rec(defaults) {
_super.apply(this, arguments);
}
Payload77Rec.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "airwayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload77Rec.fromStructure = function (str) {
return new Payload77Rec(new Payload77Rec.RecordClass({
airwayBillNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload77Rec.init();
return Payload77Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload77Rec = Payload77Rec;
});
define("Portal.model$DetailItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DetailItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DetailItem3Record = (function (_super) {
__extends(DetailItem3Record, _super);
function DetailItem3Record(defaults) {
_super.apply(this, arguments);
}
DetailItem3Record.attributesToDeclare = function () {
return [
this.attr("DetailItem3", "detailItem3Attr", "DetailItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DetailItem3Rec());
}, true, PortalModel.DetailItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
DetailItem3Record.fromStructure = function (str) {
return new DetailItem3Record(new DetailItem3Record.RecordClass({
detailItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DetailItem3Record._isAnonymousRecord = true;
DetailItem3Record.UniqueId = "655d28be-7046-0ff4-254e-4a65d701ce53";
DetailItem3Record.init();
return DetailItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.DetailItem3Record = DetailItem3Record;
});
define("Portal.model$SelectPOBoxCancellationResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationResponseRecordList = (function (_super) {
__extends(SelectPOBoxCancellationResponseRecordList, _super);
function SelectPOBoxCancellationResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationResponseRecordList.itemType = PortalModel.SelectPOBoxCancellationResponseRecord;
return SelectPOBoxCancellationResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxCancellationResponseRecordList = SelectPOBoxCancellationResponseRecordList;
});
define("Portal.model$Payload50RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload50Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload50RecordList = (function (_super) {
__extends(Payload50RecordList, _super);
function Payload50RecordList(defaults) {
_super.apply(this, arguments);
}
Payload50RecordList.itemType = PortalModel.Payload50Record;
return Payload50RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload50RecordList = Payload50RecordList;
});
define("Portal.model$Payload84Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload84Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload84Record = (function (_super) {
__extends(Payload84Record, _super);
function Payload84Record(defaults) {
_super.apply(this, arguments);
}
Payload84Record.attributesToDeclare = function () {
return [
this.attr("Payload84", "payload84Attr", "Payload84", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload84Rec());
}, true, PortalModel.Payload84Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload84Record.fromStructure = function (str) {
return new Payload84Record(new Payload84Record.RecordClass({
payload84Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload84Record._isAnonymousRecord = true;
Payload84Record.UniqueId = "65f13ed0-97f8-0e37-558e-961d6bb0c483";
Payload84Record.init();
return Payload84Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload84Record = Payload84Record;
});
define("Portal.model$HTTPRequest14List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest14List = (function (_super) {
__extends(HTTPRequest14List, _super);
function HTTPRequest14List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest14List.itemType = PortalModel.HTTPRequest14Rec;
return HTTPRequest14List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest14List = HTTPRequest14List;
});
define("Portal.model$IBundleListResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleListResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleListResponseRecordList = (function (_super) {
__extends(IBundleListResponseRecordList, _super);
function IBundleListResponseRecordList(defaults) {
_super.apply(this, arguments);
}
IBundleListResponseRecordList.itemType = PortalModel.IBundleListResponseRecord;
return IBundleListResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBundleListResponseRecordList = IBundleListResponseRecordList;
});
define("Portal.model$RenewPostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec", "Portal.model$RenewPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestRec = (function (_super) {
__extends(RenewPostBoxRequestRec, _super);
function RenewPostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("RequestMetadata", "requestMetadataAttr", "RequestMetadata", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RequestMetadataRec());
}, true, PortalModel.RequestMetadataRec),
this.attr("RequestDetails", "requestDetailsAttr", "RequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RenewPostBoxRequestDetailsRec());
}, true, PortalModel.RenewPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
RenewPostBoxRequestRec.init();
return RenewPostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.RenewPostBoxRequestRec = RenewPostBoxRequestRec;
});
define("Portal.model$RenewPostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestRecord = (function (_super) {
__extends(RenewPostBoxRequestRecord, _super);
function RenewPostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("RenewPostBoxRequest", "renewPostBoxRequestAttr", "RenewPostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RenewPostBoxRequestRec());
}, true, PortalModel.RenewPostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
RenewPostBoxRequestRecord.fromStructure = function (str) {
return new RenewPostBoxRequestRecord(new RenewPostBoxRequestRecord.RecordClass({
renewPostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RenewPostBoxRequestRecord._isAnonymousRecord = true;
RenewPostBoxRequestRecord.UniqueId = "69876787-bbea-3078-3b23-03f73c99ca0d";
RenewPostBoxRequestRecord.init();
return RenewPostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RenewPostBoxRequestRecord = RenewPostBoxRequestRecord;
});
define("Portal.model$RenewPostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestRecordList = (function (_super) {
__extends(RenewPostBoxRequestRecordList, _super);
function RenewPostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestRecordList.itemType = PortalModel.RenewPostBoxRequestRecord;
return RenewPostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RenewPostBoxRequestRecordList = RenewPostBoxRequestRecordList;
});
define("Portal.model$OrderTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$OrderTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var OrderTypeList = (function (_super) {
__extends(OrderTypeList, _super);
function OrderTypeList(defaults) {
_super.apply(this, arguments);
}
OrderTypeList.itemType = Enums_COModel.OrderTypeRec;
return OrderTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderTypeList = OrderTypeList;
});
define("Portal.model$DialogParametersRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DialogParametersRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DialogParametersRecordList = (function (_super) {
__extends(DialogParametersRecordList, _super);
function DialogParametersRecordList(defaults) {
_super.apply(this, arguments);
}
DialogParametersRecordList.itemType = PortalModel.DialogParametersRecord;
return DialogParametersRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DialogParametersRecordList = DialogParametersRecordList;
});
define("Portal.model$CheckPostalOrderDuplicateList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicateList = (function (_super) {
__extends(CheckPostalOrderDuplicateList, _super);
function CheckPostalOrderDuplicateList(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicateList.itemType = PortalModel.CheckPostalOrderDuplicateRec;
return CheckPostalOrderDuplicateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CheckPostalOrderDuplicateList = CheckPostalOrderDuplicateList;
});
define("Portal.model$CountryItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItemRecord = (function (_super) {
__extends(CountryItemRecord, _super);
function CountryItemRecord(defaults) {
_super.apply(this, arguments);
}
CountryItemRecord.attributesToDeclare = function () {
return [
this.attr("CountryItem", "countryItemAttr", "CountryItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CountryItemRec());
}, true, PortalModel.CountryItemRec)
].concat(_super.attributesToDeclare.call(this));
};
CountryItemRecord.fromStructure = function (str) {
return new CountryItemRecord(new CountryItemRecord.RecordClass({
countryItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CountryItemRecord._isAnonymousRecord = true;
CountryItemRecord.UniqueId = "e99ae435-9901-0dd9-7195-5aa250eb90a0";
CountryItemRecord.init();
return CountryItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CountryItemRecord = CountryItemRecord;
});
define("Portal.model$CountryItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItemRecordList = (function (_super) {
__extends(CountryItemRecordList, _super);
function CountryItemRecordList(defaults) {
_super.apply(this, arguments);
}
CountryItemRecordList.itemType = PortalModel.CountryItemRecord;
return CountryItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItemRecordList = CountryItemRecordList;
});
define("Portal.model$GetCustomCategoryPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryPayloadList = (function (_super) {
__extends(GetCustomCategoryPayloadList, _super);
function GetCustomCategoryPayloadList(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryPayloadList.itemType = PortalModel.GetCustomCategoryPayloadRec;
return GetCustomCategoryPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomCategoryPayloadList = GetCustomCategoryPayloadList;
});
define("Portal.model$CustomCategoryItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomCategoryItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomCategoryItem2Record = (function (_super) {
__extends(CustomCategoryItem2Record, _super);
function CustomCategoryItem2Record(defaults) {
_super.apply(this, arguments);
}
CustomCategoryItem2Record.attributesToDeclare = function () {
return [
this.attr("CustomCategoryItem2", "customCategoryItem2Attr", "CustomCategoryItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomCategoryItem2Rec());
}, true, PortalModel.CustomCategoryItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CustomCategoryItem2Record.fromStructure = function (str) {
return new CustomCategoryItem2Record(new CustomCategoryItem2Record.RecordClass({
customCategoryItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomCategoryItem2Record._isAnonymousRecord = true;
CustomCategoryItem2Record.UniqueId = "6694ee93-361a-7a85-13f8-9762d5a69e27";
CustomCategoryItem2Record.init();
return CustomCategoryItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomCategoryItem2Record = CustomCategoryItem2Record;
});
define("Portal.model$CartServiceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CartServiceRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CartServiceRecord = (function (_super) {
__extends(CartServiceRecord, _super);
function CartServiceRecord(defaults) {
_super.apply(this, arguments);
}
CartServiceRecord.attributesToDeclare = function () {
return [
this.attr("CartService", "cartServiceAttr", "CartService", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CartServiceRec());
}, true, Data_COModel.CartServiceRec)
].concat(_super.attributesToDeclare.call(this));
};
CartServiceRecord.fromStructure = function (str) {
return new CartServiceRecord(new CartServiceRecord.RecordClass({
cartServiceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CartServiceRecord._isAnonymousRecord = true;
CartServiceRecord.UniqueId = "fdbefc61-ffe5-ba56-448f-3027dada943c";
CartServiceRecord.init();
return CartServiceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CartServiceRecord = CartServiceRecord;
});
define("Portal.model$CartServiceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CartServiceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CartServiceRecordList = (function (_super) {
__extends(CartServiceRecordList, _super);
function CartServiceRecordList(defaults) {
_super.apply(this, arguments);
}
CartServiceRecordList.itemType = PortalModel.CartServiceRecord;
return CartServiceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CartServiceRecordList = CartServiceRecordList;
});
define("Portal.model$TextRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextRecordList = (function (_super) {
__extends(TextRecordList, _super);
function TextRecordList(defaults) {
_super.apply(this, arguments);
}
TextRecordList.itemType = PortalModel.TextRecord;
return TextRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextRecordList = TextRecordList;
});
define("Portal.model$TestimonialDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$TestimonialDataRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var TestimonialDataRecord = (function (_super) {
__extends(TestimonialDataRecord, _super);
function TestimonialDataRecord(defaults) {
_super.apply(this, arguments);
}
TestimonialDataRecord.attributesToDeclare = function () {
return [
this.attr("TestimonialData", "testimonialDataAttr", "TestimonialData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.TestimonialDataRec());
}, true, CareersServices_COModel.TestimonialDataRec)
].concat(_super.attributesToDeclare.call(this));
};
TestimonialDataRecord.fromStructure = function (str) {
return new TestimonialDataRecord(new TestimonialDataRecord.RecordClass({
testimonialDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TestimonialDataRecord._isAnonymousRecord = true;
TestimonialDataRecord.UniqueId = "67100877-5989-7e35-c6e9-25895ed0f81d";
TestimonialDataRecord.init();
return TestimonialDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TestimonialDataRecord = TestimonialDataRecord;
});
define("Portal.model$POBoxRenewalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxRenewalRec = (function (_super) {
__extends(POBoxRenewalRec, _super);
function POBoxRenewalRec(defaults) {
_super.apply(this, arguments);
}
POBoxRenewalRec.attributesToDeclare = function () {
return [
this.attr("boxId", "boxIdAttr", "boxId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("cityId", "cityIdAttr", "cityId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("IsTLLinked", "isTLLinkedAttr", "isTLLinked", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("TlExpiryDate", "tlExpiryDateAttr", "tlExpiryDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
POBoxRenewalRec.init();
return POBoxRenewalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxRenewalRec = POBoxRenewalRec;
});
define("Portal.model$BreakColumnsList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$BreakColumnsRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var BreakColumnsList = (function (_super) {
__extends(BreakColumnsList, _super);
function BreakColumnsList(defaults) {
_super.apply(this, arguments);
}
BreakColumnsList.itemType = OutSystemsUIModel.BreakColumnsRec;
return BreakColumnsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BreakColumnsList = BreakColumnsList;
});
define("Portal.model$ShapeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShapeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShapeRecordList = (function (_super) {
__extends(ShapeRecordList, _super);
function ShapeRecordList(defaults) {
_super.apply(this, arguments);
}
ShapeRecordList.itemType = PortalModel.ShapeRecord;
return ShapeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShapeRecordList = ShapeRecordList;
});
define("Portal.model$IDLRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestList = (function (_super) {
__extends(IDLRequestList, _super);
function IDLRequestList(defaults) {
_super.apply(this, arguments);
}
IDLRequestList.itemType = PortalModel.IDLRequestRec;
return IDLRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestList = IDLRequestList;
});
define("Portal.model$Payload79Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload79Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload79Record = (function (_super) {
__extends(Payload79Record, _super);
function Payload79Record(defaults) {
_super.apply(this, arguments);
}
Payload79Record.attributesToDeclare = function () {
return [
this.attr("Payload79", "payload79Attr", "Payload79", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload79Rec());
}, true, PortalModel.Payload79Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload79Record.fromStructure = function (str) {
return new Payload79Record(new Payload79Record.RecordClass({
payload79Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload79Record._isAnonymousRecord = true;
Payload79Record.UniqueId = "676fdd8f-5b64-0c4f-f3a2-8c0ecf0c99a5";
Payload79Record.init();
return Payload79Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload79Record = Payload79Record;
});
define("Portal.model$Payload40List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload40Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload40List = (function (_super) {
__extends(Payload40List, _super);
function Payload40List(defaults) {
_super.apply(this, arguments);
}
Payload40List.itemType = PortalModel.Payload40Rec;
return Payload40List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload40List = Payload40List;
});
define("Portal.model$ProcessOrderResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessOrderResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessOrderResponse2RecordList = (function (_super) {
__extends(ProcessOrderResponse2RecordList, _super);
function ProcessOrderResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
ProcessOrderResponse2RecordList.itemType = PortalModel.ProcessOrderResponse2Record;
return ProcessOrderResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessOrderResponse2RecordList = ProcessOrderResponse2RecordList;
});
define("Portal.model$Payload31Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload31Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload31Record = (function (_super) {
__extends(Payload31Record, _super);
function Payload31Record(defaults) {
_super.apply(this, arguments);
}
Payload31Record.attributesToDeclare = function () {
return [
this.attr("Payload31", "payload31Attr", "Payload31", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload31Rec());
}, true, PortalModel.Payload31Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload31Record.fromStructure = function (str) {
return new Payload31Record(new Payload31Record.RecordClass({
payload31Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload31Record._isAnonymousRecord = true;
Payload31Record.UniqueId = "72424198-dbf4-378f-cefb-5dd3d09c1b0c";
Payload31Record.init();
return Payload31Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload31Record = Payload31Record;
});
define("Portal.model$Payload31RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload31Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload31RecordList = (function (_super) {
__extends(Payload31RecordList, _super);
function Payload31RecordList(defaults) {
_super.apply(this, arguments);
}
Payload31RecordList.itemType = PortalModel.Payload31Record;
return Payload31RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload31RecordList = Payload31RecordList;
});
define("Portal.model$IPriceItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemRecord = (function (_super) {
__extends(IPriceItemRecord, _super);
function IPriceItemRecord(defaults) {
_super.apply(this, arguments);
}
IPriceItemRecord.attributesToDeclare = function () {
return [
this.attr("IPriceItem", "iPriceItemAttr", "IPriceItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IPriceItemRec());
}, true, PortalModel.IPriceItemRec)
].concat(_super.attributesToDeclare.call(this));
};
IPriceItemRecord.fromStructure = function (str) {
return new IPriceItemRecord(new IPriceItemRecord.RecordClass({
iPriceItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IPriceItemRecord._isAnonymousRecord = true;
IPriceItemRecord.UniqueId = "b02f2aee-c748-492f-078e-15ef73160cf8";
IPriceItemRecord.init();
return IPriceItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IPriceItemRecord = IPriceItemRecord;
});
define("Portal.model$IPriceItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemRecordList = (function (_super) {
__extends(IPriceItemRecordList, _super);
function IPriceItemRecordList(defaults) {
_super.apply(this, arguments);
}
IPriceItemRecordList.itemType = PortalModel.IPriceItemRecord;
return IPriceItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPriceItemRecordList = IPriceItemRecordList;
});
define("Portal.model$Payload36Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload36Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload36Record = (function (_super) {
__extends(Payload36Record, _super);
function Payload36Record(defaults) {
_super.apply(this, arguments);
}
Payload36Record.attributesToDeclare = function () {
return [
this.attr("Payload36", "payload36Attr", "Payload36", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload36Rec());
}, true, PortalModel.Payload36Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload36Record.fromStructure = function (str) {
return new Payload36Record(new Payload36Record.RecordClass({
payload36Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload36Record._isAnonymousRecord = true;
Payload36Record.UniqueId = "d7baa375-f6fa-2fd1-99d3-e327bcf91879";
Payload36Record.init();
return Payload36Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload36Record = Payload36Record;
});
define("Portal.model$Payload36RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload36Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload36RecordList = (function (_super) {
__extends(Payload36RecordList, _super);
function Payload36RecordList(defaults) {
_super.apply(this, arguments);
}
Payload36RecordList.itemType = PortalModel.Payload36Record;
return Payload36RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload36RecordList = Payload36RecordList;
});
define("Portal.model$IntnlPackageDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailRecord = (function (_super) {
__extends(IntnlPackageDetailRecord, _super);
function IntnlPackageDetailRecord(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailRecord.attributesToDeclare = function () {
return [
this.attr("IntnlPackageDetail", "intnlPackageDetailAttr", "IntnlPackageDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPackageDetailRec());
}, true, PortalModel.IntnlPackageDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPackageDetailRecord.fromStructure = function (str) {
return new IntnlPackageDetailRecord(new IntnlPackageDetailRecord.RecordClass({
intnlPackageDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntnlPackageDetailRecord._isAnonymousRecord = true;
IntnlPackageDetailRecord.UniqueId = "aca3dcf5-8b94-ed04-ef28-0aa84093cc92";
IntnlPackageDetailRecord.init();
return IntnlPackageDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPackageDetailRecord = IntnlPackageDetailRecord;
});
define("Portal.model$IntnlPackageDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailRecordList = (function (_super) {
__extends(IntnlPackageDetailRecordList, _super);
function IntnlPackageDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailRecordList.itemType = PortalModel.IntnlPackageDetailRecord;
return IntnlPackageDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPackageDetailRecordList = IntnlPackageDetailRecordList;
});
define("Portal.model$IBundleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleRecord = (function (_super) {
__extends(IBundleRecord, _super);
function IBundleRecord(defaults) {
_super.apply(this, arguments);
}
IBundleRecord.attributesToDeclare = function () {
return [
this.attr("IBundle", "iBundleAttr", "IBundle", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IBundleRec());
}, true, PortalModel.IBundleRec)
].concat(_super.attributesToDeclare.call(this));
};
IBundleRecord.fromStructure = function (str) {
return new IBundleRecord(new IBundleRecord.RecordClass({
iBundleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IBundleRecord._isAnonymousRecord = true;
IBundleRecord.UniqueId = "69302a97-1f95-611b-d031-21aaa121136a";
IBundleRecord.init();
return IBundleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IBundleRecord = IBundleRecord;
});
define("Portal.model$IBundleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleRecordList = (function (_super) {
__extends(IBundleRecordList, _super);
function IBundleRecordList(defaults) {
_super.apply(this, arguments);
}
IBundleRecordList.itemType = PortalModel.IBundleRecord;
return IBundleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBundleRecordList = IBundleRecordList;
});
define("Portal.model$ItemNature2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemNature2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemNature2Record = (function (_super) {
__extends(ItemNature2Record, _super);
function ItemNature2Record(defaults) {
_super.apply(this, arguments);
}
ItemNature2Record.attributesToDeclare = function () {
return [
this.attr("ItemNature2", "itemNature2Attr", "ItemNature2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemNature2Rec());
}, true, PortalModel.ItemNature2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ItemNature2Record.fromStructure = function (str) {
return new ItemNature2Record(new ItemNature2Record.RecordClass({
itemNature2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ItemNature2Record._isAnonymousRecord = true;
ItemNature2Record.UniqueId = "ab2a90dd-539a-7c79-af20-bc177eb999a4";
ItemNature2Record.init();
return ItemNature2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemNature2Record = ItemNature2Record;
});
define("Portal.model$ItemNature2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemNature2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemNature2RecordList = (function (_super) {
__extends(ItemNature2RecordList, _super);
function ItemNature2RecordList(defaults) {
_super.apply(this, arguments);
}
ItemNature2RecordList.itemType = PortalModel.ItemNature2Record;
return ItemNature2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemNature2RecordList = ItemNature2RecordList;
});
define("Portal.model$GetInboundLetterImagesRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesRequestRecordList = (function (_super) {
__extends(GetInboundLetterImagesRequestRecordList, _super);
function GetInboundLetterImagesRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesRequestRecordList.itemType = PortalModel.GetInboundLetterImagesRequestRecord;
return GetInboundLetterImagesRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLetterImagesRequestRecordList = GetInboundLetterImagesRequestRecordList;
});
define("Portal.model$BulkMailItemRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailItemRec = (function (_super) {
__extends(BulkMailItemRec, _super);
function BulkMailItemRec(defaults) {
_super.apply(this, arguments);
}
BulkMailItemRec.attributesToDeclare = function () {
return [
this.attr("postId", "postIdAttr", "postId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("uploadOfficeId", "uploadOfficeIdAttr", "uploadOfficeId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("customerName", "customerNameAttr", "customerName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("rtsEmiratesId", "rtsEmiratesIdAttr", "rtsEmiratesId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("destinationCountryId", "destinationCountryIdAttr", "destinationCountryId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("rtsBoxId", "rtsBoxIdAttr", "rtsBoxId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("consigneeBoxId", "consigneeBoxIdAttr", "consigneeBoxId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("consigneeEmirateId", "consigneeEmirateIdAttr", "consigneeEmirateId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("batchId", "batchIdAttr", "batchId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailItemRec.init();
return BulkMailItemRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailItemRec = BulkMailItemRec;
});
define("Portal.model$BulkMailItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailItemList = (function (_super) {
__extends(BulkMailItemList, _super);
function BulkMailItemList(defaults) {
_super.apply(this, arguments);
}
BulkMailItemList.itemType = PortalModel.BulkMailItemRec;
return BulkMailItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailItemList = BulkMailItemList;
});
define("Portal.model$PostBulkMailUploadRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkMailUploadRequestRec = (function (_super) {
__extends(PostBulkMailUploadRequestRec, _super);
function PostBulkMailUploadRequestRec(defaults) {
_super.apply(this, arguments);
}
PostBulkMailUploadRequestRec.attributesToDeclare = function () {
return [
this.attr("customerId", "customerIdAttr", "customerId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("bulkMail", "bulkMailAttr", "bulkMail", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkMailItemList());
}, true, PortalModel.BulkMailItemList)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkMailUploadRequestRec.init();
return PostBulkMailUploadRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkMailUploadRequestRec = PostBulkMailUploadRequestRec;
});
define("Portal.model$MultiShipMailItemsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailItemsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailItemsList = (function (_super) {
__extends(MultiShipMailItemsList, _super);
function MultiShipMailItemsList(defaults) {
_super.apply(this, arguments);
}
MultiShipMailItemsList.itemType = PortalModel.MultiShipMailItemsRec;
return MultiShipMailItemsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMailItemsList = MultiShipMailItemsList;
});
define("Portal.model$Menu_LocaleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Menu_LocaleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Menu_LocaleRecord = (function (_super) {
__extends(Menu_LocaleRecord, _super);
function Menu_LocaleRecord(defaults) {
_super.apply(this, arguments);
}
Menu_LocaleRecord.attributesToDeclare = function () {
return [
this.attr("Menu_Locale", "menu_LocaleAttr", "Menu_Locale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Menu_LocaleRec());
}, true, PortalModel.Menu_LocaleRec)
].concat(_super.attributesToDeclare.call(this));
};
Menu_LocaleRecord.fromStructure = function (str) {
return new Menu_LocaleRecord(new Menu_LocaleRecord.RecordClass({
menu_LocaleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Menu_LocaleRecord._isAnonymousRecord = true;
Menu_LocaleRecord.UniqueId = "6876cfb7-3209-86f5-8276-4b3611cab4a3";
Menu_LocaleRecord.init();
return Menu_LocaleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Menu_LocaleRecord = Menu_LocaleRecord;
});
define("Portal.model$ProductDetailListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailListRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailListRecordList = (function (_super) {
__extends(ProductDetailListRecordList, _super);
function ProductDetailListRecordList(defaults) {
_super.apply(this, arguments);
}
ProductDetailListRecordList.itemType = PortalModel.ProductDetailListRecordRec;
return ProductDetailListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductDetailListRecordList = ProductDetailListRecordList;
});
define("Portal.model$LegalEnquiryStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$LegalEnquiryStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStatusRecord = (function (_super) {
__extends(LegalEnquiryStatusRecord, _super);
function LegalEnquiryStatusRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStatusRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryStatus", "legalEnquiryStatusAttr", "LegalEnquiryStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.LegalEnquiryStatusRec());
}, true, Data_COModel.LegalEnquiryStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryStatusRecord.fromStructure = function (str) {
return new LegalEnquiryStatusRecord(new LegalEnquiryStatusRecord.RecordClass({
legalEnquiryStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryStatusRecord._isAnonymousRecord = true;
LegalEnquiryStatusRecord.UniqueId = "90d7f1c3-1ba4-30f4-d7f7-44ac8c4b555e";
LegalEnquiryStatusRecord.init();
return LegalEnquiryStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryStatusRecord = LegalEnquiryStatusRecord;
});
define("Portal.model$LegalEnquiryStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStatusRecordList = (function (_super) {
__extends(LegalEnquiryStatusRecordList, _super);
function LegalEnquiryStatusRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStatusRecordList.itemType = PortalModel.LegalEnquiryStatusRecord;
return LegalEnquiryStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStatusRecordList = LegalEnquiryStatusRecordList;
});
define("Portal.model$ReturnItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItemRecord = (function (_super) {
__extends(ReturnItemRecord, _super);
function ReturnItemRecord(defaults) {
_super.apply(this, arguments);
}
ReturnItemRecord.attributesToDeclare = function () {
return [
this.attr("ReturnItem", "returnItemAttr", "ReturnItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReturnItemRec());
}, true, PortalModel.ReturnItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ReturnItemRecord.fromStructure = function (str) {
return new ReturnItemRecord(new ReturnItemRecord.RecordClass({
returnItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ReturnItemRecord._isAnonymousRecord = true;
ReturnItemRecord.UniqueId = "68c64155-c554-4276-3dbb-023335065946";
ReturnItemRecord.init();
return ReturnItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ReturnItemRecord = ReturnItemRecord;
});
define("Portal.model$CreateBulkCourierResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateBulkCourierResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateBulkCourierResponseList = (function (_super) {
__extends(CreateBulkCourierResponseList, _super);
function CreateBulkCourierResponseList(defaults) {
_super.apply(this, arguments);
}
CreateBulkCourierResponseList.itemType = PortalModel.CreateBulkCourierResponseRec;
return CreateBulkCourierResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateBulkCourierResponseList = CreateBulkCourierResponseList;
});
define("Portal.model$YearlyBreakdownItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItemRecord = (function (_super) {
__extends(YearlyBreakdownItemRecord, _super);
function YearlyBreakdownItemRecord(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItemRecord.attributesToDeclare = function () {
return [
this.attr("YearlyBreakdownItem", "yearlyBreakdownItemAttr", "YearlyBreakdownItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.YearlyBreakdownItemRec());
}, true, PortalModel.YearlyBreakdownItemRec)
].concat(_super.attributesToDeclare.call(this));
};
YearlyBreakdownItemRecord.fromStructure = function (str) {
return new YearlyBreakdownItemRecord(new YearlyBreakdownItemRecord.RecordClass({
yearlyBreakdownItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
YearlyBreakdownItemRecord._isAnonymousRecord = true;
YearlyBreakdownItemRecord.UniqueId = "690599b4-6a17-1538-3774-249d0a452baf";
YearlyBreakdownItemRecord.init();
return YearlyBreakdownItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.YearlyBreakdownItemRecord = YearlyBreakdownItemRecord;
});
define("Portal.model$PaymentOrderMetaDataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderMetaDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderMetaDataList = (function (_super) {
__extends(PaymentOrderMetaDataList, _super);
function PaymentOrderMetaDataList(defaults) {
_super.apply(this, arguments);
}
PaymentOrderMetaDataList.itemType = PortalModel.PaymentOrderMetaDataRec;
return PaymentOrderMetaDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentOrderMetaDataList = PaymentOrderMetaDataList;
});
define("Portal.model$PaymentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItemRecord = (function (_super) {
__extends(PaymentItemRecord, _super);
function PaymentItemRecord(defaults) {
_super.apply(this, arguments);
}
PaymentItemRecord.attributesToDeclare = function () {
return [
this.attr("PaymentItem", "paymentItemAttr", "PaymentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentItemRec());
}, true, PortalModel.PaymentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentItemRecord.fromStructure = function (str) {
return new PaymentItemRecord(new PaymentItemRecord.RecordClass({
paymentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentItemRecord._isAnonymousRecord = true;
PaymentItemRecord.UniqueId = "fea9011c-d4dd-cd06-8f9b-46a6a73a5254";
PaymentItemRecord.init();
return PaymentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentItemRecord = PaymentItemRecord;
});
define("Portal.model$PaymentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItemRecordList = (function (_super) {
__extends(PaymentItemRecordList, _super);
function PaymentItemRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentItemRecordList.itemType = PortalModel.PaymentItemRecord;
return PaymentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentItemRecordList = PaymentItemRecordList;
});
define("Portal.model$IntnlPackageDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailsList = (function (_super) {
__extends(IntnlPackageDetailsList, _super);
function IntnlPackageDetailsList(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailsList.itemType = PortalModel.IntnlPackageDetailsRec;
return IntnlPackageDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPackageDetailsList = IntnlPackageDetailsList;
});
define("Portal.model$MultiShipMailItemsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailItemsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailItemsRecordList = (function (_super) {
__extends(MultiShipMailItemsRecordList, _super);
function MultiShipMailItemsRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipMailItemsRecordList.itemType = PortalModel.MultiShipMailItemsRecord;
return MultiShipMailItemsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMailItemsRecordList = MultiShipMailItemsRecordList;
});
define("Portal.model$Payload29Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload29Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload29Record = (function (_super) {
__extends(Payload29Record, _super);
function Payload29Record(defaults) {
_super.apply(this, arguments);
}
Payload29Record.attributesToDeclare = function () {
return [
this.attr("Payload29", "payload29Attr", "Payload29", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload29Rec());
}, true, PortalModel.Payload29Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload29Record.fromStructure = function (str) {
return new Payload29Record(new Payload29Record.RecordClass({
payload29Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload29Record._isAnonymousRecord = true;
Payload29Record.UniqueId = "698d12e0-7c49-e6b4-40ba-2a13b5649f0d";
Payload29Record.init();
return Payload29Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload29Record = Payload29Record;
});
define("Portal.model$GetIDLMastersResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLMastersResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLMastersResponseRecordList = (function (_super) {
__extends(GetIDLMastersResponseRecordList, _super);
function GetIDLMastersResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetIDLMastersResponseRecordList.itemType = PortalModel.GetIDLMastersResponseRecord;
return GetIDLMastersResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLMastersResponseRecordList = GetIDLMastersResponseRecordList;
});
define("Portal.model$CRM_EnquiryCategoryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CRM_EnquiryCategoryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryCategoryRecordList = (function (_super) {
__extends(CRM_EnquiryCategoryRecordList, _super);
function CRM_EnquiryCategoryRecordList(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryCategoryRecordList.itemType = PortalModel.CRM_EnquiryCategoryRecord;
return CRM_EnquiryCategoryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_EnquiryCategoryRecordList = CRM_EnquiryCategoryRecordList;
});
define("Portal.model$ILocationRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ILocationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ILocationRecord = (function (_super) {
__extends(ILocationRecord, _super);
function ILocationRecord(defaults) {
_super.apply(this, arguments);
}
ILocationRecord.attributesToDeclare = function () {
return [
this.attr("ILocation", "iLocationAttr", "ILocation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ILocationRec());
}, true, PortalModel.ILocationRec)
].concat(_super.attributesToDeclare.call(this));
};
ILocationRecord.fromStructure = function (str) {
return new ILocationRecord(new ILocationRecord.RecordClass({
iLocationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ILocationRecord._isAnonymousRecord = true;
ILocationRecord.UniqueId = "6a0bed29-8d43-de96-cb7a-f004185ae81f";
ILocationRecord.init();
return ILocationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ILocationRecord = ILocationRecord;
});
define("Portal.model$CreateOutstandingOrderList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderList = (function (_super) {
__extends(CreateOutstandingOrderList, _super);
function CreateOutstandingOrderList(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderList.itemType = PortalModel.CreateOutstandingOrderRec;
return CreateOutstandingOrderList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOutstandingOrderList = CreateOutstandingOrderList;
});
define("Portal.model$eServices_UserList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$eServices_UserRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var eServices_UserList = (function (_super) {
__extends(eServices_UserList, _super);
function eServices_UserList(defaults) {
_super.apply(this, arguments);
}
eServices_UserList.itemType = Data_COModel.eServices_UserRec;
return eServices_UserList;
})(OS.DataTypes.GenericRecordList);
PortalModel.eServices_UserList = eServices_UserList;
});
define("Portal.model$UserSignupRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserSignupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserSignupRecord = (function (_super) {
__extends(UserSignupRecord, _super);
function UserSignupRecord(defaults) {
_super.apply(this, arguments);
}
UserSignupRecord.attributesToDeclare = function () {
return [
this.attr("UserSignup", "userSignupAttr", "UserSignup", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UserSignupRec());
}, true, PortalModel.UserSignupRec)
].concat(_super.attributesToDeclare.call(this));
};
UserSignupRecord.fromStructure = function (str) {
return new UserSignupRecord(new UserSignupRecord.RecordClass({
userSignupAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UserSignupRecord._isAnonymousRecord = true;
UserSignupRecord.UniqueId = "6abf54ce-36e8-21eb-a078-b4278faa3252";
UserSignupRecord.init();
return UserSignupRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UserSignupRecord = UserSignupRecord;
});
define("Portal.model$IBranchMarkerList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBranchMarkerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBranchMarkerList = (function (_super) {
__extends(IBranchMarkerList, _super);
function IBranchMarkerList(defaults) {
_super.apply(this, arguments);
}
IBranchMarkerList.itemType = PortalModel.IBranchMarkerRec;
return IBranchMarkerList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBranchMarkerList = IBranchMarkerList;
});
define("Portal.model$Payload44List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload44Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload44List = (function (_super) {
__extends(Payload44List, _super);
function Payload44List(defaults) {
_super.apply(this, arguments);
}
Payload44List.itemType = PortalModel.Payload44Rec;
return Payload44List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload44List = Payload44List;
});
define("Portal.model$IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$TextTextBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = (function (_super) {
__extends(IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord, _super);
function IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.attributesToDeclare = function () {
return [
this.attr("EnquiryDetails", "enquiryDetailsAttr", "EnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("Confirmation", "confirmationAttr", "Confirmation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextTextBooleanRecord());
}, true, PortalModel.TextTextBooleanRecord),
this.attr("IsSubmitted", "isSubmittedAttr", "IsSubmitted", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("IsSubmitting", "isSubmittingAttr", "IsSubmitting", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord._isAnonymousRecord = true;
IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.UniqueId = "fa38a4e0-8a02-6db0-d2a9-d0db06ae28d8";
IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord.init();
return IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord = IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
});
define("Portal.model$IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = (function (_super) {
__extends(IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList, _super);
function IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList.itemType = PortalModel.IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecord;
return IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList = IGeneralCaseDetailsMessageTitleIsSubmitSuccessfulRecordBooleanBooleanRecordList;
});
define("Portal.model$PostCustomDocumentRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentRequestRec = (function (_super) {
__extends(PostCustomDocumentRequestRec, _super);
function PostCustomDocumentRequestRec(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentRequestRec.attributesToDeclare = function () {
return [
this.attr("airWayBillNumber", "airWayBillNumberAttr", "airWayBillNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("docFormat", "docFormatAttr", "docFormat", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("documentName", "documentNameAttr", "documentName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("documentContent", "documentContentAttr", "documentContent", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BookingNumber", "bookingNumberAttr", "BookingNumber", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostCustomDocumentRequestRec.init();
return PostCustomDocumentRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCustomDocumentRequestRec = PostCustomDocumentRequestRec;
});
define("Portal.model$GetPostalCitiesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPostalCitiesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPostalCitiesResponseRecordList = (function (_super) {
__extends(GetPostalCitiesResponseRecordList, _super);
function GetPostalCitiesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetPostalCitiesResponseRecordList.itemType = PortalModel.GetPostalCitiesResponseRecord;
return GetPostalCitiesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPostalCitiesResponseRecordList = GetPostalCitiesResponseRecordList;
});
define("Portal.model$OSLoginPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginPayloadList = (function (_super) {
__extends(OSLoginPayloadList, _super);
function OSLoginPayloadList(defaults) {
_super.apply(this, arguments);
}
OSLoginPayloadList.itemType = PortalModel.OSLoginPayloadRec;
return OSLoginPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginPayloadList = OSLoginPayloadList;
});
define("Portal.model$IdlDatumItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IdlDatumItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IdlDatumItemRecord = (function (_super) {
__extends(IdlDatumItemRecord, _super);
function IdlDatumItemRecord(defaults) {
_super.apply(this, arguments);
}
IdlDatumItemRecord.attributesToDeclare = function () {
return [
this.attr("IdlDatumItem", "idlDatumItemAttr", "IdlDatumItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IdlDatumItemRec());
}, true, PortalModel.IdlDatumItemRec)
].concat(_super.attributesToDeclare.call(this));
};
IdlDatumItemRecord.fromStructure = function (str) {
return new IdlDatumItemRecord(new IdlDatumItemRecord.RecordClass({
idlDatumItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IdlDatumItemRecord._isAnonymousRecord = true;
IdlDatumItemRecord.UniqueId = "87b6d392-7c03-964e-951e-1466daf0fcf7";
IdlDatumItemRecord.init();
return IdlDatumItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IdlDatumItemRecord = IdlDatumItemRecord;
});
define("Portal.model$IdlDatumItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IdlDatumItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IdlDatumItemRecordList = (function (_super) {
__extends(IdlDatumItemRecordList, _super);
function IdlDatumItemRecordList(defaults) {
_super.apply(this, arguments);
}
IdlDatumItemRecordList.itemType = PortalModel.IdlDatumItemRecord;
return IdlDatumItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IdlDatumItemRecordList = IdlDatumItemRecordList;
});
define("Portal.model$GetCustomCategoryResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryResponseRecord = (function (_super) {
__extends(GetCustomCategoryResponseRecord, _super);
function GetCustomCategoryResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomCategoryResponse", "getCustomCategoryResponseAttr", "GetCustomCategoryResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomCategoryResponseRec());
}, true, PortalModel.GetCustomCategoryResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomCategoryResponseRecord.fromStructure = function (str) {
return new GetCustomCategoryResponseRecord(new GetCustomCategoryResponseRecord.RecordClass({
getCustomCategoryResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomCategoryResponseRecord._isAnonymousRecord = true;
GetCustomCategoryResponseRecord.UniqueId = "ab272690-4905-b289-765a-13da6291a5ea";
GetCustomCategoryResponseRecord.init();
return GetCustomCategoryResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomCategoryResponseRecord = GetCustomCategoryResponseRecord;
});
define("Portal.model$GetCustomCategoryResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryResponseRecordList = (function (_super) {
__extends(GetCustomCategoryResponseRecordList, _super);
function GetCustomCategoryResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryResponseRecordList.itemType = PortalModel.GetCustomCategoryResponseRecord;
return GetCustomCategoryResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomCategoryResponseRecordList = GetCustomCategoryResponseRecordList;
});
define("Portal.model$Payload83RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload83Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload83RecordList = (function (_super) {
__extends(Payload83RecordList, _super);
function Payload83RecordList(defaults) {
_super.apply(this, arguments);
}
Payload83RecordList.itemType = PortalModel.Payload83Record;
return Payload83RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload83RecordList = Payload83RecordList;
});
define("Portal.model$GetNatureTypePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypePayloadList = (function (_super) {
__extends(GetNatureTypePayloadList, _super);
function GetNatureTypePayloadList(defaults) {
_super.apply(this, arguments);
}
GetNatureTypePayloadList.itemType = PortalModel.GetNatureTypePayloadRec;
return GetNatureTypePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNatureTypePayloadList = GetNatureTypePayloadList;
});
define("Portal.model$SaveCaseRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequestRecord = (function (_super) {
__extends(SaveCaseRequestRecord, _super);
function SaveCaseRequestRecord(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequestRecord.attributesToDeclare = function () {
return [
this.attr("SaveCaseRequest", "saveCaseRequestAttr", "SaveCaseRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveCaseRequestRec());
}, true, PortalModel.SaveCaseRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
SaveCaseRequestRecord.fromStructure = function (str) {
return new SaveCaseRequestRecord(new SaveCaseRequestRecord.RecordClass({
saveCaseRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveCaseRequestRecord._isAnonymousRecord = true;
SaveCaseRequestRecord.UniqueId = "6bfab20e-f33b-87b2-63e6-793feea7ef7d";
SaveCaseRequestRecord.init();
return SaveCaseRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveCaseRequestRecord = SaveCaseRequestRecord;
});
define("Portal.model$ProductDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailRecord = (function (_super) {
__extends(ProductDetailRecord, _super);
function ProductDetailRecord(defaults) {
_super.apply(this, arguments);
}
ProductDetailRecord.attributesToDeclare = function () {
return [
this.attr("ProductDetail", "productDetailAttr", "ProductDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductDetailRec());
}, true, PortalModel.ProductDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
ProductDetailRecord.fromStructure = function (str) {
return new ProductDetailRecord(new ProductDetailRecord.RecordClass({
productDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductDetailRecord._isAnonymousRecord = true;
ProductDetailRecord.UniqueId = "e7f1968c-6d81-b0a2-c9f9-ae96dad86c5f";
ProductDetailRecord.init();
return ProductDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductDetailRecord = ProductDetailRecord;
});
define("Portal.model$ProductDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductDetailRecordList = (function (_super) {
__extends(ProductDetailRecordList, _super);
function ProductDetailRecordList(defaults) {
_super.apply(this, arguments);
}
ProductDetailRecordList.itemType = PortalModel.ProductDetailRecord;
return ProductDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductDetailRecordList = ProductDetailRecordList;
});
define("Portal.model$CandidateDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDetailRecord = (function (_super) {
__extends(CandidateDetailRecord, _super);
function CandidateDetailRecord(defaults) {
_super.apply(this, arguments);
}
CandidateDetailRecord.attributesToDeclare = function () {
return [
this.attr("CandidateDetail", "candidateDetailAttr", "CandidateDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CandidateDetailRec());
}, true, PortalModel.CandidateDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateDetailRecord.fromStructure = function (str) {
return new CandidateDetailRecord(new CandidateDetailRecord.RecordClass({
candidateDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateDetailRecord._isAnonymousRecord = true;
CandidateDetailRecord.UniqueId = "6c246738-6d90-94f6-64be-298ec7b63678";
CandidateDetailRecord.init();
return CandidateDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateDetailRecord = CandidateDetailRecord;
});
define("Portal.model$OrderChannelList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$OrderChannelRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var OrderChannelList = (function (_super) {
__extends(OrderChannelList, _super);
function OrderChannelList(defaults) {
_super.apply(this, arguments);
}
OrderChannelList.itemType = Data_COModel.OrderChannelRec;
return OrderChannelList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderChannelList = OrderChannelList;
});
define("Portal.model$MultiShip_Courier_Premium_FileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_FileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_FileRecordList = (function (_super) {
__extends(MultiShip_Courier_Premium_FileRecordList, _super);
function MultiShip_Courier_Premium_FileRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_FileRecordList.itemType = PortalModel.MultiShip_Courier_Premium_FileRecord;
return MultiShip_Courier_Premium_FileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_FileRecordList = MultiShip_Courier_Premium_FileRecordList;
});
define("Portal.model$Payload34Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload34Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload34Record = (function (_super) {
__extends(Payload34Record, _super);
function Payload34Record(defaults) {
_super.apply(this, arguments);
}
Payload34Record.attributesToDeclare = function () {
return [
this.attr("Payload34", "payload34Attr", "Payload34", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload34Rec());
}, true, PortalModel.Payload34Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload34Record.fromStructure = function (str) {
return new Payload34Record(new Payload34Record.RecordClass({
payload34Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload34Record._isAnonymousRecord = true;
Payload34Record.UniqueId = "b526c152-473f-6319-c46d-29005545abb4";
Payload34Record.init();
return Payload34Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload34Record = Payload34Record;
});
define("Portal.model$Payload34RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload34Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload34RecordList = (function (_super) {
__extends(Payload34RecordList, _super);
function Payload34RecordList(defaults) {
_super.apply(this, arguments);
}
Payload34RecordList.itemType = PortalModel.Payload34Record;
return Payload34RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload34RecordList = Payload34RecordList;
});
define("Portal.model$HTTPRequest10List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest10List = (function (_super) {
__extends(HTTPRequest10List, _super);
function HTTPRequest10List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest10List.itemType = PortalModel.HTTPRequest10Rec;
return HTTPRequest10List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest10List = HTTPRequest10List;
});
define("Portal.model$MyHomeAddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddressList = (function (_super) {
__extends(MyHomeAddressList, _super);
function MyHomeAddressList(defaults) {
_super.apply(this, arguments);
}
MyHomeAddressList.itemType = PortalModel.MyHomeAddressRec;
return MyHomeAddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeAddressList = MyHomeAddressList;
});
define("Portal.model$UndefinedFile2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFile2Rec = (function (_super) {
__extends(UndefinedFile2Rec, _super);
function UndefinedFile2Rec(defaults) {
_super.apply(this, arguments);
}
UndefinedFile2Rec.attributesToDeclare = function () {
return [
this.attr("A", "aAttr", "A", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("B", "bAttr", "B", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("C", "cAttr", "C", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("D", "dAttr", "D", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("E", "eAttr", "E", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("F", "fAttr", "F", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
UndefinedFile2Rec.init();
return UndefinedFile2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.UndefinedFile2Rec = UndefinedFile2Rec;
});
define("Portal.model$UndefinedFile2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFile2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFile2Record = (function (_super) {
__extends(UndefinedFile2Record, _super);
function UndefinedFile2Record(defaults) {
_super.apply(this, arguments);
}
UndefinedFile2Record.attributesToDeclare = function () {
return [
this.attr("UndefinedFile2", "undefinedFile2Attr", "UndefinedFile2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UndefinedFile2Rec());
}, true, PortalModel.UndefinedFile2Rec)
].concat(_super.attributesToDeclare.call(this));
};
UndefinedFile2Record.fromStructure = function (str) {
return new UndefinedFile2Record(new UndefinedFile2Record.RecordClass({
undefinedFile2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UndefinedFile2Record._isAnonymousRecord = true;
UndefinedFile2Record.UniqueId = "900af1fc-f83c-9e0e-1b11-756df7a559cb";
UndefinedFile2Record.init();
return UndefinedFile2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.UndefinedFile2Record = UndefinedFile2Record;
});
define("Portal.model$UndefinedFile2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFile2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFile2RecordList = (function (_super) {
__extends(UndefinedFile2RecordList, _super);
function UndefinedFile2RecordList(defaults) {
_super.apply(this, arguments);
}
UndefinedFile2RecordList.itemType = PortalModel.UndefinedFile2Record;
return UndefinedFile2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UndefinedFile2RecordList = UndefinedFile2RecordList;
});
define("Portal.model$CRM_RatingsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CRM_RatingsRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_RatingsRecord = (function (_super) {
__extends(CRM_RatingsRecord, _super);
function CRM_RatingsRecord(defaults) {
_super.apply(this, arguments);
}
CRM_RatingsRecord.attributesToDeclare = function () {
return [
this.attr("CRM_Ratings", "cRM_RatingsAttr", "CRM_Ratings", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.CRM_RatingsRec());
}, true, Enums_COModel.CRM_RatingsRec)
].concat(_super.attributesToDeclare.call(this));
};
CRM_RatingsRecord.fromStructure = function (str) {
return new CRM_RatingsRecord(new CRM_RatingsRecord.RecordClass({
cRM_RatingsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CRM_RatingsRecord._isAnonymousRecord = true;
CRM_RatingsRecord.UniqueId = "6cc8128e-204a-7cbf-f562-8a405d8270e4";
CRM_RatingsRecord.init();
return CRM_RatingsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CRM_RatingsRecord = CRM_RatingsRecord;
});
define("Portal.model$GetLegalEnquiriesByUserIdRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiriesByUserIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiriesByUserIdRequestRecord = (function (_super) {
__extends(GetLegalEnquiriesByUserIdRequestRecord, _super);
function GetLegalEnquiriesByUserIdRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiriesByUserIdRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetLegalEnquiriesByUserIdRequest", "getLegalEnquiriesByUserIdRequestAttr", "GetLegalEnquiriesByUserIdRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetLegalEnquiriesByUserIdRequestRec());
}, true, PortalModel.GetLegalEnquiriesByUserIdRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetLegalEnquiriesByUserIdRequestRecord.fromStructure = function (str) {
return new GetLegalEnquiriesByUserIdRequestRecord(new GetLegalEnquiriesByUserIdRequestRecord.RecordClass({
getLegalEnquiriesByUserIdRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetLegalEnquiriesByUserIdRequestRecord._isAnonymousRecord = true;
GetLegalEnquiriesByUserIdRequestRecord.UniqueId = "e8304969-2e74-6a67-4df2-fb72bec1688d";
GetLegalEnquiriesByUserIdRequestRecord.init();
return GetLegalEnquiriesByUserIdRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetLegalEnquiriesByUserIdRequestRecord = GetLegalEnquiriesByUserIdRequestRecord;
});
define("Portal.model$GetLegalEnquiriesByUserIdRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiriesByUserIdRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiriesByUserIdRequestRecordList = (function (_super) {
__extends(GetLegalEnquiriesByUserIdRequestRecordList, _super);
function GetLegalEnquiriesByUserIdRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiriesByUserIdRequestRecordList.itemType = PortalModel.GetLegalEnquiriesByUserIdRequestRecord;
return GetLegalEnquiriesByUserIdRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetLegalEnquiriesByUserIdRequestRecordList = GetLegalEnquiriesByUserIdRequestRecordList;
});
define("Portal.model$AirwayBillNumberRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillNumberRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillNumberRecord = (function (_super) {
__extends(AirwayBillNumberRecord, _super);
function AirwayBillNumberRecord(defaults) {
_super.apply(this, arguments);
}
AirwayBillNumberRecord.attributesToDeclare = function () {
return [
this.attr("AirwayBillNumber", "airwayBillNumberAttr", "AirwayBillNumber", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AirwayBillNumberRec());
}, true, PortalModel.AirwayBillNumberRec)
].concat(_super.attributesToDeclare.call(this));
};
AirwayBillNumberRecord.fromStructure = function (str) {
return new AirwayBillNumberRecord(new AirwayBillNumberRecord.RecordClass({
airwayBillNumberAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AirwayBillNumberRecord._isAnonymousRecord = true;
AirwayBillNumberRecord.UniqueId = "6d19e72a-9a28-5e6f-86e8-a87816d7c59a";
AirwayBillNumberRecord.init();
return AirwayBillNumberRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AirwayBillNumberRecord = AirwayBillNumberRecord;
});
define("Portal.model$PickupQueryStringList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupQueryStringRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupQueryStringList = (function (_super) {
__extends(PickupQueryStringList, _super);
function PickupQueryStringList(defaults) {
_super.apply(this, arguments);
}
PickupQueryStringList.itemType = PortalModel.PickupQueryStringRec;
return PickupQueryStringList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupQueryStringList = PickupQueryStringList;
});
define("Portal.model$ItemFromCart2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCart2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCart2Record = (function (_super) {
__extends(ItemFromCart2Record, _super);
function ItemFromCart2Record(defaults) {
_super.apply(this, arguments);
}
ItemFromCart2Record.attributesToDeclare = function () {
return [
this.attr("ItemFromCart2", "itemFromCart2Attr", "ItemFromCart2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFromCart2Rec());
}, true, PortalModel.ItemFromCart2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ItemFromCart2Record.fromStructure = function (str) {
return new ItemFromCart2Record(new ItemFromCart2Record.RecordClass({
itemFromCart2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ItemFromCart2Record._isAnonymousRecord = true;
ItemFromCart2Record.UniqueId = "6d340077-106e-2b39-2ddc-47310087def6";
ItemFromCart2Record.init();
return ItemFromCart2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFromCart2Record = ItemFromCart2Record;
});
define("Portal.model$GetFreeBoxLocResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocResponseList = (function (_super) {
__extends(GetFreeBoxLocResponseList, _super);
function GetFreeBoxLocResponseList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocResponseList.itemType = PortalModel.GetFreeBoxLocResponseRec;
return GetFreeBoxLocResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxLocResponseList = GetFreeBoxLocResponseList;
});
define("Portal.model$HeaderDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderDetailsRecordList = (function (_super) {
__extends(HeaderDetailsRecordList, _super);
function HeaderDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
HeaderDetailsRecordList.itemType = PortalModel.HeaderDetailsRecord;
return HeaderDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HeaderDetailsRecordList = HeaderDetailsRecordList;
});
define("Portal.model$CMS_PageRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageRecord = (function (_super) {
__extends(CMS_PageRecord, _super);
function CMS_PageRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageRecord.attributesToDeclare = function () {
return [
this.attr("CMS_Page", "cMS_PageAttr", "CMS_Page", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageRec());
}, true, Data_COModel.CMS_PageRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageRecord.fromStructure = function (str) {
return new CMS_PageRecord(new CMS_PageRecord.RecordClass({
cMS_PageAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageRecord._isAnonymousRecord = true;
CMS_PageRecord.UniqueId = "6d7aaf01-d051-c02b-8e14-b963d7e79330";
CMS_PageRecord.init();
return CMS_PageRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageRecord = CMS_PageRecord;
});
define("Portal.model$Payload4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload4Record = (function (_super) {
__extends(Payload4Record, _super);
function Payload4Record(defaults) {
_super.apply(this, arguments);
}
Payload4Record.attributesToDeclare = function () {
return [
this.attr("Payload4", "payload4Attr", "Payload4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload4Rec());
}, true, PortalModel.Payload4Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload4Record.fromStructure = function (str) {
return new Payload4Record(new Payload4Record.RecordClass({
payload4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload4Record._isAnonymousRecord = true;
Payload4Record.UniqueId = "6d7c19b2-1970-643c-5212-2287a2bc9cd8";
Payload4Record.init();
return Payload4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload4Record = Payload4Record;
});
define("Portal.model$HTTPRequest12List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest12List = (function (_super) {
__extends(HTTPRequest12List, _super);
function HTTPRequest12List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest12List.itemType = PortalModel.HTTPRequest12Rec;
return HTTPRequest12List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest12List = HTTPRequest12List;
});
define("Portal.model$CustomCategoryItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomCategoryItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomCategoryItem2RecordList = (function (_super) {
__extends(CustomCategoryItem2RecordList, _super);
function CustomCategoryItem2RecordList(defaults) {
_super.apply(this, arguments);
}
CustomCategoryItem2RecordList.itemType = PortalModel.CustomCategoryItem2Record;
return CustomCategoryItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomCategoryItem2RecordList = CustomCategoryItem2RecordList;
});
define("Portal.model$Payload27RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload27Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload27RecordList = (function (_super) {
__extends(Payload27RecordList, _super);
function Payload27RecordList(defaults) {
_super.apply(this, arguments);
}
Payload27RecordList.itemType = PortalModel.Payload27Record;
return Payload27RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload27RecordList = Payload27RecordList;
});
define("Portal.model$GetCustomerInformationsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerInformationsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerInformationsResponseList = (function (_super) {
__extends(GetCustomerInformationsResponseList, _super);
function GetCustomerInformationsResponseList(defaults) {
_super.apply(this, arguments);
}
GetCustomerInformationsResponseList.itemType = PortalModel.GetCustomerInformationsResponseRec;
return GetCustomerInformationsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerInformationsResponseList = GetCustomerInformationsResponseList;
});
define("Portal.model$GetPostalCitiesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPostalCitiesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPostalCitiesResponseList = (function (_super) {
__extends(GetPostalCitiesResponseList, _super);
function GetPostalCitiesResponseList(defaults) {
_super.apply(this, arguments);
}
GetPostalCitiesResponseList.itemType = PortalModel.GetPostalCitiesResponseRec;
return GetPostalCitiesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPostalCitiesResponseList = GetPostalCitiesResponseList;
});
define("Portal.model$CorporateCashDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCashDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCashDetailRecord = (function (_super) {
__extends(CorporateCashDetailRecord, _super);
function CorporateCashDetailRecord(defaults) {
_super.apply(this, arguments);
}
CorporateCashDetailRecord.attributesToDeclare = function () {
return [
this.attr("CorporateCashDetail", "corporateCashDetailAttr", "CorporateCashDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CorporateCashDetailRec());
}, true, PortalModel.CorporateCashDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CorporateCashDetailRecord.fromStructure = function (str) {
return new CorporateCashDetailRecord(new CorporateCashDetailRecord.RecordClass({
corporateCashDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CorporateCashDetailRecord._isAnonymousRecord = true;
CorporateCashDetailRecord.UniqueId = "a00bc6a6-5356-f2e5-7625-a6c2d1b1f48d";
CorporateCashDetailRecord.init();
return CorporateCashDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CorporateCashDetailRecord = CorporateCashDetailRecord;
});
define("Portal.model$CorporateCashDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCashDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCashDetailRecordList = (function (_super) {
__extends(CorporateCashDetailRecordList, _super);
function CorporateCashDetailRecordList(defaults) {
_super.apply(this, arguments);
}
CorporateCashDetailRecordList.itemType = PortalModel.CorporateCashDetailRecord;
return CorporateCashDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CorporateCashDetailRecordList = CorporateCashDetailRecordList;
});
define("Portal.model$SaveBooking4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking4Record = (function (_super) {
__extends(SaveBooking4Record, _super);
function SaveBooking4Record(defaults) {
_super.apply(this, arguments);
}
SaveBooking4Record.attributesToDeclare = function () {
return [
this.attr("SaveBooking4", "saveBooking4Attr", "SaveBooking4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveBooking4Rec());
}, true, PortalModel.SaveBooking4Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking4Record.fromStructure = function (str) {
return new SaveBooking4Record(new SaveBooking4Record.RecordClass({
saveBooking4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveBooking4Record._isAnonymousRecord = true;
SaveBooking4Record.UniqueId = "cd56fe04-9711-1661-dd76-8514f30a19d6";
SaveBooking4Record.init();
return SaveBooking4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking4Record = SaveBooking4Record;
});
define("Portal.model$SaveBooking4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking4RecordList = (function (_super) {
__extends(SaveBooking4RecordList, _super);
function SaveBooking4RecordList(defaults) {
_super.apply(this, arguments);
}
SaveBooking4RecordList.itemType = PortalModel.SaveBooking4Record;
return SaveBooking4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking4RecordList = SaveBooking4RecordList;
});
define("Portal.model$GetItemStatusResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetItemStatusResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetItemStatusResponseList = (function (_super) {
__extends(GetItemStatusResponseList, _super);
function GetItemStatusResponseList(defaults) {
_super.apply(this, arguments);
}
GetItemStatusResponseList.itemType = PortalModel.GetItemStatusResponseRec;
return GetItemStatusResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetItemStatusResponseList = GetItemStatusResponseList;
});
define("Portal.model$HTTPResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse2Record = (function (_super) {
__extends(HTTPResponse2Record, _super);
function HTTPResponse2Record(defaults) {
_super.apply(this, arguments);
}
HTTPResponse2Record.attributesToDeclare = function () {
return [
this.attr("HTTPResponse2", "hTTPResponse2Attr", "HTTPResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPResponse2Rec());
}, true, PortalModel.HTTPResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse2Record.fromStructure = function (str) {
return new HTTPResponse2Record(new HTTPResponse2Record.RecordClass({
hTTPResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPResponse2Record._isAnonymousRecord = true;
HTTPResponse2Record.UniqueId = "6ea7cd9c-e664-b8e1-3372-f0f1fa1cee38";
HTTPResponse2Record.init();
return HTTPResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse2Record = HTTPResponse2Record;
});
define("Portal.model$MultiShipCourierPremiumRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierPremiumRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierPremiumRecord = (function (_super) {
__extends(MultiShipCourierPremiumRecord, _super);
function MultiShipCourierPremiumRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierPremiumRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipCourierPremium", "multiShipCourierPremiumAttr", "MultiShipCourierPremium", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShipCourierPremiumRec());
}, true, PortalModel.MultiShipCourierPremiumRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipCourierPremiumRecord.fromStructure = function (str) {
return new MultiShipCourierPremiumRecord(new MultiShipCourierPremiumRecord.RecordClass({
multiShipCourierPremiumAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipCourierPremiumRecord._isAnonymousRecord = true;
MultiShipCourierPremiumRecord.UniqueId = "6eb3f7af-e795-717e-8a8e-b756c66b279a";
MultiShipCourierPremiumRecord.init();
return MultiShipCourierPremiumRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipCourierPremiumRecord = MultiShipCourierPremiumRecord;
});
define("Portal.model$CustomDeclaration2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclaration2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclaration2List = (function (_super) {
__extends(CustomDeclaration2List, _super);
function CustomDeclaration2List(defaults) {
_super.apply(this, arguments);
}
CustomDeclaration2List.itemType = PortalModel.CustomDeclaration2Rec;
return CustomDeclaration2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclaration2List = CustomDeclaration2List;
});
define("Portal.model$Payload66Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload66Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload66Record = (function (_super) {
__extends(Payload66Record, _super);
function Payload66Record(defaults) {
_super.apply(this, arguments);
}
Payload66Record.attributesToDeclare = function () {
return [
this.attr("Payload66", "payload66Attr", "Payload66", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload66Rec());
}, true, PortalModel.Payload66Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload66Record.fromStructure = function (str) {
return new Payload66Record(new Payload66Record.RecordClass({
payload66Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload66Record._isAnonymousRecord = true;
Payload66Record.UniqueId = "75472664-c75e-8d83-a9a3-e135dfb668db";
Payload66Record.init();
return Payload66Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload66Record = Payload66Record;
});
define("Portal.model$Payload66RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload66Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload66RecordList = (function (_super) {
__extends(Payload66RecordList, _super);
function Payload66RecordList(defaults) {
_super.apply(this, arguments);
}
Payload66RecordList.itemType = PortalModel.Payload66Record;
return Payload66RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload66RecordList = Payload66RecordList;
});
define("Portal.model$SupportingDocumentItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SupportingDocumentItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SupportingDocumentItemRecord = (function (_super) {
__extends(SupportingDocumentItemRecord, _super);
function SupportingDocumentItemRecord(defaults) {
_super.apply(this, arguments);
}
SupportingDocumentItemRecord.attributesToDeclare = function () {
return [
this.attr("SupportingDocumentItem", "supportingDocumentItemAttr", "SupportingDocumentItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SupportingDocumentItemRec());
}, true, PortalModel.SupportingDocumentItemRec)
].concat(_super.attributesToDeclare.call(this));
};
SupportingDocumentItemRecord.fromStructure = function (str) {
return new SupportingDocumentItemRecord(new SupportingDocumentItemRecord.RecordClass({
supportingDocumentItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SupportingDocumentItemRecord._isAnonymousRecord = true;
SupportingDocumentItemRecord.UniqueId = "b7455f88-2af6-0217-b52e-4faecdfce6d9";
SupportingDocumentItemRecord.init();
return SupportingDocumentItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SupportingDocumentItemRecord = SupportingDocumentItemRecord;
});
define("Portal.model$SupportingDocumentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SupportingDocumentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SupportingDocumentItemRecordList = (function (_super) {
__extends(SupportingDocumentItemRecordList, _super);
function SupportingDocumentItemRecordList(defaults) {
_super.apply(this, arguments);
}
SupportingDocumentItemRecordList.itemType = PortalModel.SupportingDocumentItemRecord;
return SupportingDocumentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SupportingDocumentItemRecordList = SupportingDocumentItemRecordList;
});
define("Portal.model$MastersPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MastersPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MastersPayloadRecord = (function (_super) {
__extends(MastersPayloadRecord, _super);
function MastersPayloadRecord(defaults) {
_super.apply(this, arguments);
}
MastersPayloadRecord.attributesToDeclare = function () {
return [
this.attr("MastersPayload", "mastersPayloadAttr", "MastersPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MastersPayloadRec());
}, true, PortalModel.MastersPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
MastersPayloadRecord.fromStructure = function (str) {
return new MastersPayloadRecord(new MastersPayloadRecord.RecordClass({
mastersPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MastersPayloadRecord._isAnonymousRecord = true;
MastersPayloadRecord.UniqueId = "6f50cbd1-0457-6afd-b1a1-31cd50714772";
MastersPayloadRecord.init();
return MastersPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MastersPayloadRecord = MastersPayloadRecord;
});
define("Portal.model$URLQueryParameter9Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter9Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter9Record = (function (_super) {
__extends(URLQueryParameter9Record, _super);
function URLQueryParameter9Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter9Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter9", "uRLQueryParameter9Attr", "URLQueryParameter9", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter9Rec());
}, true, PortalModel.URLQueryParameter9Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter9Record.fromStructure = function (str) {
return new URLQueryParameter9Record(new URLQueryParameter9Record.RecordClass({
uRLQueryParameter9Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter9Record._isAnonymousRecord = true;
URLQueryParameter9Record.UniqueId = "6f6916c1-f5db-8a47-4293-8d481bc58714";
URLQueryParameter9Record.init();
return URLQueryParameter9Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter9Record = URLQueryParameter9Record;
});
define("Portal.model$GetIDLRegionsbyEmiratesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLRegionsbyEmiratesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLRegionsbyEmiratesResponseList = (function (_super) {
__extends(GetIDLRegionsbyEmiratesResponseList, _super);
function GetIDLRegionsbyEmiratesResponseList(defaults) {
_super.apply(this, arguments);
}
GetIDLRegionsbyEmiratesResponseList.itemType = PortalModel.GetIDLRegionsbyEmiratesResponseRec;
return GetIDLRegionsbyEmiratesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLRegionsbyEmiratesResponseList = GetIDLRegionsbyEmiratesResponseList;
});
define("Portal.model$Payload10Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload10Rec = (function (_super) {
__extends(Payload10Rec, _super);
function Payload10Rec(defaults) {
_super.apply(this, arguments);
}
Payload10Rec.attributesToDeclare = function () {
return [
this.attr("FileName", "fileNameAttr", "fileName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileContent", "fileContentAttr", "fileContent", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload10Rec.init();
return Payload10Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload10Rec = Payload10Rec;
});
define("Portal.model$Payload18Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload18Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload18Record = (function (_super) {
__extends(Payload18Record, _super);
function Payload18Record(defaults) {
_super.apply(this, arguments);
}
Payload18Record.attributesToDeclare = function () {
return [
this.attr("Payload18", "payload18Attr", "Payload18", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload18Rec());
}, true, PortalModel.Payload18Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload18Record.fromStructure = function (str) {
return new Payload18Record(new Payload18Record.RecordClass({
payload18Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload18Record._isAnonymousRecord = true;
Payload18Record.UniqueId = "f86050c8-9059-0dae-3428-27eba1c5ba3a";
Payload18Record.init();
return Payload18Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload18Record = Payload18Record;
});
define("Portal.model$Payload18RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload18Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload18RecordList = (function (_super) {
__extends(Payload18RecordList, _super);
function Payload18RecordList(defaults) {
_super.apply(this, arguments);
}
Payload18RecordList.itemType = PortalModel.Payload18Record;
return Payload18RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload18RecordList = Payload18RecordList;
});
define("Portal.model$BoxRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxRec = (function (_super) {
__extends(BoxRec, _super);
function BoxRec(defaults) {
_super.apply(this, arguments);
}
BoxRec.attributesToDeclare = function () {
return [
this.attr("BoxID", "boxIDAttr", "BoxID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CityID", "cityIDAttr", "CityID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OfficeID", "officeIDAttr", "OfficeID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OfficeIntID", "officeIntIDAttr", "OfficeIntID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UniqueBoxID", "uniqueBoxIDAttr", "UniqueBoxID", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
BoxRec.init();
return BoxRec;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxRec = BoxRec;
});
define("Portal.model$MultiShipMailRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailItemsList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailRec = (function (_super) {
__extends(MultiShipMailRec, _super);
function MultiShipMailRec(defaults) {
_super.apply(this, arguments);
}
MultiShipMailRec.attributesToDeclare = function () {
return [
this.attr("BatchID", "batchIDAttr", "BatchID", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("BatchRefNumber", "batchRefNumberAttr", "BatchRefNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DestinationType", "destinationTypeAttr", "DestinationType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("PostType", "postTypeAttr", "PostType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Quantity", "quantityAttr", "Quantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CustomerID", "customerIDAttr", "CustomerID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("DropoffLocationID", "dropoffLocationIDAttr", "DropoffLocationID", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ProcessedRecords", "processedRecordsAttr", "ProcessedRecords", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("MultiShipPostItem", "multiShipPostItemAttr", "MultiShipPostItem", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShipMailItemsList());
}, true, PortalModel.MultiShipMailItemsList)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMailRec.init();
return MultiShipMailRec;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMailRec = MultiShipMailRec;
});
define("Portal.model$MultiShipMailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailRecord = (function (_super) {
__extends(MultiShipMailRecord, _super);
function MultiShipMailRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipMailRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipMail", "multiShipMailAttr", "MultiShipMail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShipMailRec());
}, true, PortalModel.MultiShipMailRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMailRecord.fromStructure = function (str) {
return new MultiShipMailRecord(new MultiShipMailRecord.RecordClass({
multiShipMailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipMailRecord._isAnonymousRecord = true;
MultiShipMailRecord.UniqueId = "701cac01-f163-7c22-99f5-c508c2b99bb2";
MultiShipMailRecord.init();
return MultiShipMailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMailRecord = MultiShipMailRecord;
});
define("Portal.model$AirwayBillNumberList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillNumberRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillNumberList = (function (_super) {
__extends(AirwayBillNumberList, _super);
function AirwayBillNumberList(defaults) {
_super.apply(this, arguments);
}
AirwayBillNumberList.itemType = PortalModel.AirwayBillNumberRec;
return AirwayBillNumberList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AirwayBillNumberList = AirwayBillNumberList;
});
define("Portal.model$CreateBulkCourierResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateBulkCourierResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateBulkCourierResponseRecord = (function (_super) {
__extends(CreateBulkCourierResponseRecord, _super);
function CreateBulkCourierResponseRecord(defaults) {
_super.apply(this, arguments);
}
CreateBulkCourierResponseRecord.attributesToDeclare = function () {
return [
this.attr("CreateBulkCourierResponse", "createBulkCourierResponseAttr", "CreateBulkCourierResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateBulkCourierResponseRec());
}, true, PortalModel.CreateBulkCourierResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateBulkCourierResponseRecord.fromStructure = function (str) {
return new CreateBulkCourierResponseRecord(new CreateBulkCourierResponseRecord.RecordClass({
createBulkCourierResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateBulkCourierResponseRecord._isAnonymousRecord = true;
CreateBulkCourierResponseRecord.UniqueId = "9e3c69be-2f22-c3f1-a0d0-9017bfabd765";
CreateBulkCourierResponseRecord.init();
return CreateBulkCourierResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateBulkCourierResponseRecord = CreateBulkCourierResponseRecord;
});
define("Portal.model$CreateBulkCourierResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateBulkCourierResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateBulkCourierResponseRecordList = (function (_super) {
__extends(CreateBulkCourierResponseRecordList, _super);
function CreateBulkCourierResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CreateBulkCourierResponseRecordList.itemType = PortalModel.CreateBulkCourierResponseRecord;
return CreateBulkCourierResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateBulkCourierResponseRecordList = CreateBulkCourierResponseRecordList;
});
define("Portal.model$GetPOBoxRenewalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalRecord = (function (_super) {
__extends(GetPOBoxRenewalRecord, _super);
function GetPOBoxRenewalRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxRenewal", "getPOBoxRenewalAttr", "GetPOBoxRenewal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxRenewalRec());
}, true, PortalModel.GetPOBoxRenewalRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalRecord.fromStructure = function (str) {
return new GetPOBoxRenewalRecord(new GetPOBoxRenewalRecord.RecordClass({
getPOBoxRenewalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxRenewalRecord._isAnonymousRecord = true;
GetPOBoxRenewalRecord.UniqueId = "cab7a384-d7e9-68ca-d298-7ee35cc70d7f";
GetPOBoxRenewalRecord.init();
return GetPOBoxRenewalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalRecord = GetPOBoxRenewalRecord;
});
define("Portal.model$GetPOBoxRenewalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalRecordList = (function (_super) {
__extends(GetPOBoxRenewalRecordList, _super);
function GetPOBoxRenewalRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalRecordList.itemType = PortalModel.GetPOBoxRenewalRecord;
return GetPOBoxRenewalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalRecordList = GetPOBoxRenewalRecordList;
});
define("Portal.model$Payload37Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload37Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload37Record = (function (_super) {
__extends(Payload37Record, _super);
function Payload37Record(defaults) {
_super.apply(this, arguments);
}
Payload37Record.attributesToDeclare = function () {
return [
this.attr("Payload37", "payload37Attr", "Payload37", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload37Rec());
}, true, PortalModel.Payload37Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload37Record.fromStructure = function (str) {
return new Payload37Record(new Payload37Record.RecordClass({
payload37Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload37Record._isAnonymousRecord = true;
Payload37Record.UniqueId = "7088b990-b0c6-af9b-23be-e10007f4c524";
Payload37Record.init();
return Payload37Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload37Record = Payload37Record;
});
define("Portal.model$AppSettingsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AppSettingsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AppSettingsRecord = (function (_super) {
__extends(AppSettingsRecord, _super);
function AppSettingsRecord(defaults) {
_super.apply(this, arguments);
}
AppSettingsRecord.attributesToDeclare = function () {
return [
this.attr("AppSettings", "appSettingsAttr", "AppSettings", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AppSettingsRec());
}, true, PortalModel.AppSettingsRec)
].concat(_super.attributesToDeclare.call(this));
};
AppSettingsRecord.fromStructure = function (str) {
return new AppSettingsRecord(new AppSettingsRecord.RecordClass({
appSettingsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AppSettingsRecord._isAnonymousRecord = true;
AppSettingsRecord.UniqueId = "da0b1442-3857-9298-4037-592c76e7d51a";
AppSettingsRecord.init();
return AppSettingsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AppSettingsRecord = AppSettingsRecord;
});
define("Portal.model$AppSettingsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AppSettingsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AppSettingsRecordList = (function (_super) {
__extends(AppSettingsRecordList, _super);
function AppSettingsRecordList(defaults) {
_super.apply(this, arguments);
}
AppSettingsRecordList.itemType = PortalModel.AppSettingsRecord;
return AppSettingsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AppSettingsRecordList = AppSettingsRecordList;
});
define("Portal.model$OSLoginRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRequestRec = (function (_super) {
__extends(OSLoginRequestRec, _super);
function OSLoginRequestRec(defaults) {
_super.apply(this, arguments);
}
OSLoginRequestRec.attributesToDeclare = function () {
return [
this.attr("userName", "userNameAttr", "userName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("password", "passwordAttr", "password", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginRequestRec.init();
return OSLoginRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginRequestRec = OSLoginRequestRec;
});
define("Portal.model$OSLoginRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRequestRecord = (function (_super) {
__extends(OSLoginRequestRecord, _super);
function OSLoginRequestRecord(defaults) {
_super.apply(this, arguments);
}
OSLoginRequestRecord.attributesToDeclare = function () {
return [
this.attr("OSLoginRequest", "oSLoginRequestAttr", "OSLoginRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OSLoginRequestRec());
}, true, PortalModel.OSLoginRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginRequestRecord.fromStructure = function (str) {
return new OSLoginRequestRecord(new OSLoginRequestRecord.RecordClass({
oSLoginRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OSLoginRequestRecord._isAnonymousRecord = true;
OSLoginRequestRecord.UniqueId = "77c09231-2cca-b86f-7076-e588a3977e0f";
OSLoginRequestRecord.init();
return OSLoginRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginRequestRecord = OSLoginRequestRecord;
});
define("Portal.model$OSLoginRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRequestRecordList = (function (_super) {
__extends(OSLoginRequestRecordList, _super);
function OSLoginRequestRecordList(defaults) {
_super.apply(this, arguments);
}
OSLoginRequestRecordList.itemType = PortalModel.OSLoginRequestRecord;
return OSLoginRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginRequestRecordList = OSLoginRequestRecordList;
});
define("Portal.model$CreatePasswordRecoverResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePasswordRecoverResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePasswordRecoverResponseRecord = (function (_super) {
__extends(CreatePasswordRecoverResponseRecord, _super);
function CreatePasswordRecoverResponseRecord(defaults) {
_super.apply(this, arguments);
}
CreatePasswordRecoverResponseRecord.attributesToDeclare = function () {
return [
this.attr("CreatePasswordRecoverResponse", "createPasswordRecoverResponseAttr", "CreatePasswordRecoverResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePasswordRecoverResponseRec());
}, true, PortalModel.CreatePasswordRecoverResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePasswordRecoverResponseRecord.fromStructure = function (str) {
return new CreatePasswordRecoverResponseRecord(new CreatePasswordRecoverResponseRecord.RecordClass({
createPasswordRecoverResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePasswordRecoverResponseRecord._isAnonymousRecord = true;
CreatePasswordRecoverResponseRecord.UniqueId = "70c32e36-896c-b41a-f4aa-0d48c218d4ad";
CreatePasswordRecoverResponseRecord.init();
return CreatePasswordRecoverResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePasswordRecoverResponseRecord = CreatePasswordRecoverResponseRecord;
});
define("Portal.model$OTPRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OTPRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OTPRecordList = (function (_super) {
__extends(OTPRecordList, _super);
function OTPRecordList(defaults) {
_super.apply(this, arguments);
}
OTPRecordList.itemType = PortalModel.OTPRecord;
return OTPRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OTPRecordList = OTPRecordList;
});
define("Portal.model$ShipmentFilterDropdownListItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentFilterDropdownListItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentFilterDropdownListItemRecord = (function (_super) {
__extends(ShipmentFilterDropdownListItemRecord, _super);
function ShipmentFilterDropdownListItemRecord(defaults) {
_super.apply(this, arguments);
}
ShipmentFilterDropdownListItemRecord.attributesToDeclare = function () {
return [
this.attr("ShipmentFilterDropdownListItem", "shipmentFilterDropdownListItemAttr", "ShipmentFilterDropdownListItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentFilterDropdownListItemRec());
}, true, PortalModel.ShipmentFilterDropdownListItemRec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentFilterDropdownListItemRecord.fromStructure = function (str) {
return new ShipmentFilterDropdownListItemRecord(new ShipmentFilterDropdownListItemRecord.RecordClass({
shipmentFilterDropdownListItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentFilterDropdownListItemRecord._isAnonymousRecord = true;
ShipmentFilterDropdownListItemRecord.UniqueId = "70f1face-76e2-8e77-84e3-3b68d4163888";
ShipmentFilterDropdownListItemRecord.init();
return ShipmentFilterDropdownListItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentFilterDropdownListItemRecord = ShipmentFilterDropdownListItemRecord;
});
define("Portal.model$Payload26Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload26Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload26Record = (function (_super) {
__extends(Payload26Record, _super);
function Payload26Record(defaults) {
_super.apply(this, arguments);
}
Payload26Record.attributesToDeclare = function () {
return [
this.attr("Payload26", "payload26Attr", "Payload26", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload26Rec());
}, true, PortalModel.Payload26Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload26Record.fromStructure = function (str) {
return new Payload26Record(new Payload26Record.RecordClass({
payload26Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload26Record._isAnonymousRecord = true;
Payload26Record.UniqueId = "d82e6658-c24f-212a-fcf9-56baa24670b1";
Payload26Record.init();
return Payload26Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload26Record = Payload26Record;
});
define("Portal.model$Payload26RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload26Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload26RecordList = (function (_super) {
__extends(Payload26RecordList, _super);
function Payload26RecordList(defaults) {
_super.apply(this, arguments);
}
Payload26RecordList.itemType = PortalModel.Payload26Record;
return Payload26RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload26RecordList = Payload26RecordList;
});
define("Portal.model$Payload67Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload67Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload67Record = (function (_super) {
__extends(Payload67Record, _super);
function Payload67Record(defaults) {
_super.apply(this, arguments);
}
Payload67Record.attributesToDeclare = function () {
return [
this.attr("Payload67", "payload67Attr", "Payload67", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload67Rec());
}, true, PortalModel.Payload67Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload67Record.fromStructure = function (str) {
return new Payload67Record(new Payload67Record.RecordClass({
payload67Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload67Record._isAnonymousRecord = true;
Payload67Record.UniqueId = "e00f58c5-8a30-7f29-6aa8-ac6c63eb59e1";
Payload67Record.init();
return Payload67Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload67Record = Payload67Record;
});
define("Portal.model$Payload67RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload67Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload67RecordList = (function (_super) {
__extends(Payload67RecordList, _super);
function Payload67RecordList(defaults) {
_super.apply(this, arguments);
}
Payload67RecordList.itemType = PortalModel.Payload67Record;
return Payload67RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload67RecordList = Payload67RecordList;
});
define("Portal.model$CandidateDocumentsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDocumentsList = (function (_super) {
__extends(CandidateDocumentsList, _super);
function CandidateDocumentsList(defaults) {
_super.apply(this, arguments);
}
CandidateDocumentsList.itemType = PortalModel.CandidateDocumentsRec;
return CandidateDocumentsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateDocumentsList = CandidateDocumentsList;
});
define("Portal.model$Payload81Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload81Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload81Record = (function (_super) {
__extends(Payload81Record, _super);
function Payload81Record(defaults) {
_super.apply(this, arguments);
}
Payload81Record.attributesToDeclare = function () {
return [
this.attr("Payload81", "payload81Attr", "Payload81", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload81Rec());
}, true, PortalModel.Payload81Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload81Record.fromStructure = function (str) {
return new Payload81Record(new Payload81Record.RecordClass({
payload81Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload81Record._isAnonymousRecord = true;
Payload81Record.UniqueId = "716f1e5f-706c-c28a-ae98-bd1bdc265484";
Payload81Record.init();
return Payload81Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload81Record = Payload81Record;
});
define("Portal.model$PickupQueryStringRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupQueryStringRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupQueryStringRecordList = (function (_super) {
__extends(PickupQueryStringRecordList, _super);
function PickupQueryStringRecordList(defaults) {
_super.apply(this, arguments);
}
PickupQueryStringRecordList.itemType = PortalModel.PickupQueryStringRecord;
return PickupQueryStringRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupQueryStringRecordList = PickupQueryStringRecordList;
});
define("Portal.model$IPostBoxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxList = (function (_super) {
__extends(IPostBoxList, _super);
function IPostBoxList(defaults) {
_super.apply(this, arguments);
}
IPostBoxList.itemType = PortalModel.IPostBoxRec;
return IPostBoxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostBoxList = IPostBoxList;
});
define("Portal.model$MessageStatusList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$MessageStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var MessageStatusList = (function (_super) {
__extends(MessageStatusList, _super);
function MessageStatusList(defaults) {
_super.apply(this, arguments);
}
MessageStatusList.itemType = OutSystemsUIModel.MessageStatusRec;
return MessageStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MessageStatusList = MessageStatusList;
});
define("Portal.model$GetCustomerAddressPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerAddressPayloadRecord = (function (_super) {
__extends(GetCustomerAddressPayloadRecord, _super);
function GetCustomerAddressPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomerAddressPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomerAddressPayload", "getCustomerAddressPayloadAttr", "GetCustomerAddressPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomerAddressPayloadRec());
}, true, PortalModel.GetCustomerAddressPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomerAddressPayloadRecord.fromStructure = function (str) {
return new GetCustomerAddressPayloadRecord(new GetCustomerAddressPayloadRecord.RecordClass({
getCustomerAddressPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomerAddressPayloadRecord._isAnonymousRecord = true;
GetCustomerAddressPayloadRecord.UniqueId = "874bc407-3a4e-031f-f8ae-70f370fb4736";
GetCustomerAddressPayloadRecord.init();
return GetCustomerAddressPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomerAddressPayloadRecord = GetCustomerAddressPayloadRecord;
});
define("Portal.model$GetCustomerAddressPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerAddressPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerAddressPayloadRecordList = (function (_super) {
__extends(GetCustomerAddressPayloadRecordList, _super);
function GetCustomerAddressPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomerAddressPayloadRecordList.itemType = PortalModel.GetCustomerAddressPayloadRecord;
return GetCustomerAddressPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerAddressPayloadRecordList = GetCustomerAddressPayloadRecordList;
});
define("Portal.model$GeneralCaseDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GeneralCaseDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GeneralCaseDetailsRecord = (function (_super) {
__extends(GeneralCaseDetailsRecord, _super);
function GeneralCaseDetailsRecord(defaults) {
_super.apply(this, arguments);
}
GeneralCaseDetailsRecord.attributesToDeclare = function () {
return [
this.attr("GeneralCaseDetails", "generalCaseDetailsAttr", "GeneralCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GeneralCaseDetailsRec());
}, true, PortalModel.GeneralCaseDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
GeneralCaseDetailsRecord.fromStructure = function (str) {
return new GeneralCaseDetailsRecord(new GeneralCaseDetailsRecord.RecordClass({
generalCaseDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GeneralCaseDetailsRecord._isAnonymousRecord = true;
GeneralCaseDetailsRecord.UniqueId = "71abf10f-30f2-cd9c-db60-340d087b3394";
GeneralCaseDetailsRecord.init();
return GeneralCaseDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GeneralCaseDetailsRecord = GeneralCaseDetailsRecord;
});
define("Portal.model$HTTPRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest2RecordList = (function (_super) {
__extends(HTTPRequest2RecordList, _super);
function HTTPRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest2RecordList.itemType = PortalModel.HTTPRequest2Record;
return HTTPRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest2RecordList = HTTPRequest2RecordList;
});
define("Portal.model$CareerStaticPageDataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CareerStaticPageDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CareerStaticPageDataList = (function (_super) {
__extends(CareerStaticPageDataList, _super);
function CareerStaticPageDataList(defaults) {
_super.apply(this, arguments);
}
CareerStaticPageDataList.itemType = PortalModel.CareerStaticPageDataRec;
return CareerStaticPageDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CareerStaticPageDataList = CareerStaticPageDataList;
});
define("Portal.model$CustomDeclarationRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationRecord = (function (_super) {
__extends(CustomDeclarationRecord, _super);
function CustomDeclarationRecord(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationRecord.attributesToDeclare = function () {
return [
this.attr("CustomDeclaration", "customDeclarationAttr", "CustomDeclaration", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclarationRec());
}, true, PortalModel.CustomDeclarationRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclarationRecord.fromStructure = function (str) {
return new CustomDeclarationRecord(new CustomDeclarationRecord.RecordClass({
customDeclarationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDeclarationRecord._isAnonymousRecord = true;
CustomDeclarationRecord.UniqueId = "721c798c-d18c-5b8f-1f64-9f2fa956a063";
CustomDeclarationRecord.init();
return CustomDeclarationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclarationRecord = CustomDeclarationRecord;
});
define("Portal.model$CreateOrUpdateLegalEnquiryResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOrUpdateLegalEnquiryResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOrUpdateLegalEnquiryResponseRecordList = (function (_super) {
__extends(CreateOrUpdateLegalEnquiryResponseRecordList, _super);
function CreateOrUpdateLegalEnquiryResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CreateOrUpdateLegalEnquiryResponseRecordList.itemType = PortalModel.CreateOrUpdateLegalEnquiryResponseRecord;
return CreateOrUpdateLegalEnquiryResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOrUpdateLegalEnquiryResponseRecordList = CreateOrUpdateLegalEnquiryResponseRecordList;
});
define("Portal.model$HTTPRequest3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest3List = (function (_super) {
__extends(HTTPRequest3List, _super);
function HTTPRequest3List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest3List.itemType = PortalModel.HTTPRequest3Rec;
return HTTPRequest3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest3List = HTTPRequest3List;
});
define("Portal.model$GetMenus2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus2List = (function (_super) {
__extends(GetMenus2List, _super);
function GetMenus2List(defaults) {
_super.apply(this, arguments);
}
GetMenus2List.itemType = PortalModel.GetMenus2Rec;
return GetMenus2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenus2List = GetMenus2List;
});
define("Portal.model$GetMenusRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRec", "Portal.model$Menu_LocaleRec", "Portal.model$GetMenus2List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenusRec = (function (_super) {
__extends(GetMenusRec, _super);
function GetMenusRec(defaults) {
_super.apply(this, arguments);
}
GetMenusRec.attributesToDeclare = function () {
return [
this.attr("Menu", "menuAttr", "Menu", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MenuRec());
}, true, PortalModel.MenuRec),
this.attr("MenuLocale", "menuLocaleAttr", "MenuLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Menu_LocaleRec());
}, true, PortalModel.Menu_LocaleRec),
this.attr("PageURl", "pageURlAttr", "PageURl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Layer2MenuList", "layer2MenuListAttr", "Layer2MenuList", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMenus2List());
}, true, PortalModel.GetMenus2List)
].concat(_super.attributesToDeclare.call(this));
};
GetMenusRec.init();
return GetMenusRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenusRec = GetMenusRec;
});
define("Portal.model$GetMenusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenusRecord = (function (_super) {
__extends(GetMenusRecord, _super);
function GetMenusRecord(defaults) {
_super.apply(this, arguments);
}
GetMenusRecord.attributesToDeclare = function () {
return [
this.attr("GetMenus", "getMenusAttr", "GetMenus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMenusRec());
}, true, PortalModel.GetMenusRec)
].concat(_super.attributesToDeclare.call(this));
};
GetMenusRecord.fromStructure = function (str) {
return new GetMenusRecord(new GetMenusRecord.RecordClass({
getMenusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMenusRecord._isAnonymousRecord = true;
GetMenusRecord.UniqueId = "72db6ead-26da-393b-abf0-d830d1b020df";
GetMenusRecord.init();
return GetMenusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenusRecord = GetMenusRecord;
});
define("Portal.model$QuickRenewalOTPPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPPayloadList = (function (_super) {
__extends(QuickRenewalOTPPayloadList, _super);
function QuickRenewalOTPPayloadList(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPPayloadList.itemType = PortalModel.QuickRenewalOTPPayloadRec;
return QuickRenewalOTPPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickRenewalOTPPayloadList = QuickRenewalOTPPayloadList;
});
define("Portal.model$HTTPRequest10RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest10Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest10RecordList = (function (_super) {
__extends(HTTPRequest10RecordList, _super);
function HTTPRequest10RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest10RecordList.itemType = PortalModel.HTTPRequest10Record;
return HTTPRequest10RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest10RecordList = HTTPRequest10RecordList;
});
define("Portal.model$CreatePasswordRecoverResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePasswordRecoverResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePasswordRecoverResponseRecordList = (function (_super) {
__extends(CreatePasswordRecoverResponseRecordList, _super);
function CreatePasswordRecoverResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePasswordRecoverResponseRecordList.itemType = PortalModel.CreatePasswordRecoverResponseRecord;
return CreatePasswordRecoverResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePasswordRecoverResponseRecordList = CreatePasswordRecoverResponseRecordList;
});
define("Portal.model$PostGetOutboundShipmentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentResponseRecordList = (function (_super) {
__extends(PostGetOutboundShipmentResponseRecordList, _super);
function PostGetOutboundShipmentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentResponseRecordList.itemType = PortalModel.PostGetOutboundShipmentResponseRecord;
return PostGetOutboundShipmentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetOutboundShipmentResponseRecordList = PostGetOutboundShipmentResponseRecordList;
});
define("Portal.model$CreateIDLServiceResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceResponseRecord = (function (_super) {
__extends(CreateIDLServiceResponseRecord, _super);
function CreateIDLServiceResponseRecord(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceResponseRecord.attributesToDeclare = function () {
return [
this.attr("CreateIDLServiceResponse", "createIDLServiceResponseAttr", "CreateIDLServiceResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateIDLServiceResponseRec());
}, true, PortalModel.CreateIDLServiceResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateIDLServiceResponseRecord.fromStructure = function (str) {
return new CreateIDLServiceResponseRecord(new CreateIDLServiceResponseRecord.RecordClass({
createIDLServiceResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateIDLServiceResponseRecord._isAnonymousRecord = true;
CreateIDLServiceResponseRecord.UniqueId = "72f4a529-9c7c-13f7-cdda-35ba335e1bd8";
CreateIDLServiceResponseRecord.init();
return CreateIDLServiceResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateIDLServiceResponseRecord = CreateIDLServiceResponseRecord;
});
define("Portal.model$Payload65List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload65Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload65List = (function (_super) {
__extends(Payload65List, _super);
function Payload65List(defaults) {
_super.apply(this, arguments);
}
Payload65List.itemType = PortalModel.Payload65Rec;
return Payload65List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload65List = Payload65List;
});
define("Portal.model$PickupRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupRecord = (function (_super) {
__extends(PickupRecord, _super);
function PickupRecord(defaults) {
_super.apply(this, arguments);
}
PickupRecord.attributesToDeclare = function () {
return [
this.attr("Pickup", "pickupAttr", "Pickup", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupRec());
}, true, PortalModel.PickupRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupRecord.fromStructure = function (str) {
return new PickupRecord(new PickupRecord.RecordClass({
pickupAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupRecord._isAnonymousRecord = true;
PickupRecord.UniqueId = "730e1129-36ee-a95e-fd98-2887f42478f6";
PickupRecord.init();
return PickupRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupRecord = PickupRecord;
});
define("Portal.model$GetNoticeByCountryIDResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload82Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNoticeByCountryIDResponseRec = (function (_super) {
__extends(GetNoticeByCountryIDResponseRec, _super);
function GetNoticeByCountryIDResponseRec(defaults) {
_super.apply(this, arguments);
}
GetNoticeByCountryIDResponseRec.attributesToDeclare = function () {
return [
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload82Rec());
}, true, PortalModel.Payload82Rec),
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
GetNoticeByCountryIDResponseRec.init();
return GetNoticeByCountryIDResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNoticeByCountryIDResponseRec = GetNoticeByCountryIDResponseRec;
});
define("Portal.model$GetNoticeByCountryIDResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNoticeByCountryIDResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNoticeByCountryIDResponseRecord = (function (_super) {
__extends(GetNoticeByCountryIDResponseRecord, _super);
function GetNoticeByCountryIDResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetNoticeByCountryIDResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetNoticeByCountryIDResponse", "getNoticeByCountryIDResponseAttr", "GetNoticeByCountryIDResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNoticeByCountryIDResponseRec());
}, true, PortalModel.GetNoticeByCountryIDResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNoticeByCountryIDResponseRecord.fromStructure = function (str) {
return new GetNoticeByCountryIDResponseRecord(new GetNoticeByCountryIDResponseRecord.RecordClass({
getNoticeByCountryIDResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNoticeByCountryIDResponseRecord._isAnonymousRecord = true;
GetNoticeByCountryIDResponseRecord.UniqueId = "fcf8b1e9-fcda-58e8-c47b-b9d30def66a2";
GetNoticeByCountryIDResponseRecord.init();
return GetNoticeByCountryIDResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNoticeByCountryIDResponseRecord = GetNoticeByCountryIDResponseRecord;
});
define("Portal.model$GetNoticeByCountryIDResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNoticeByCountryIDResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNoticeByCountryIDResponseRecordList = (function (_super) {
__extends(GetNoticeByCountryIDResponseRecordList, _super);
function GetNoticeByCountryIDResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetNoticeByCountryIDResponseRecordList.itemType = PortalModel.GetNoticeByCountryIDResponseRecord;
return GetNoticeByCountryIDResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNoticeByCountryIDResponseRecordList = GetNoticeByCountryIDResponseRecordList;
});
define("Portal.model$HTTPHeader3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader3Record = (function (_super) {
__extends(HTTPHeader3Record, _super);
function HTTPHeader3Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader3Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader3", "hTTPHeader3Attr", "HTTPHeader3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader3Rec());
}, true, PortalModel.HTTPHeader3Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader3Record.fromStructure = function (str) {
return new HTTPHeader3Record(new HTTPHeader3Record.RecordClass({
hTTPHeader3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader3Record._isAnonymousRecord = true;
HTTPHeader3Record.UniqueId = "733defcc-4093-da73-6485-c947985f1c43";
HTTPHeader3Record.init();
return HTTPHeader3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader3Record = HTTPHeader3Record;
});
define("Portal.model$File2Record", ["exports", "OutSystems/ClientRuntime/Main", "File_Management_CO.model", "Portal.model", "File_Management_CO.model$FileRec", "Portal.referencesHealth", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var File2Record = (function (_super) {
__extends(File2Record, _super);
function File2Record(defaults) {
_super.apply(this, arguments);
}
File2Record.attributesToDeclare = function () {
return [
this.attr("File", "fileAttr", "File2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new File_Management_COModel.FileRec());
}, true, File_Management_COModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
File2Record.fromStructure = function (str) {
return new File2Record(new File2Record.RecordClass({
fileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
File2Record._isAnonymousRecord = true;
File2Record.UniqueId = "fd67687a-c08f-1615-08da-3932fb2ef731";
File2Record.init();
return File2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.File2Record = File2Record;
});
define("Portal.model$File2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$File2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var File2RecordList = (function (_super) {
__extends(File2RecordList, _super);
function File2RecordList(defaults) {
_super.apply(this, arguments);
}
File2RecordList.itemType = PortalModel.File2Record;
return File2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.File2RecordList = File2RecordList;
});
define("Portal.model$GetEmiratesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesResponseRecord = (function (_super) {
__extends(GetEmiratesResponseRecord, _super);
function GetEmiratesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetEmiratesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetEmiratesResponse", "getEmiratesResponseAttr", "GetEmiratesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratesResponseRec());
}, true, PortalModel.GetEmiratesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesResponseRecord.fromStructure = function (str) {
return new GetEmiratesResponseRecord(new GetEmiratesResponseRecord.RecordClass({
getEmiratesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratesResponseRecord._isAnonymousRecord = true;
GetEmiratesResponseRecord.UniqueId = "735e9be8-f72c-16c2-da33-98114277a7bf";
GetEmiratesResponseRecord.init();
return GetEmiratesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesResponseRecord = GetEmiratesResponseRecord;
});
define("Portal.model$PriceBreakdownListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceBreakdownListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceBreakdownListItemRecordList = (function (_super) {
__extends(PriceBreakdownListItemRecordList, _super);
function PriceBreakdownListItemRecordList(defaults) {
_super.apply(this, arguments);
}
PriceBreakdownListItemRecordList.itemType = PortalModel.PriceBreakdownListItemRecord;
return PriceBreakdownListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceBreakdownListItemRecordList = PriceBreakdownListItemRecordList;
});
define("Portal.model$GetFileRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileRequestList = (function (_super) {
__extends(GetFileRequestList, _super);
function GetFileRequestList(defaults) {
_super.apply(this, arguments);
}
GetFileRequestList.itemType = PortalModel.GetFileRequestRec;
return GetFileRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFileRequestList = GetFileRequestList;
});
define("Portal.model$SINGLERecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLERec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLERecord = (function (_super) {
__extends(SINGLERecord, _super);
function SINGLERecord(defaults) {
_super.apply(this, arguments);
}
SINGLERecord.attributesToDeclare = function () {
return [
this.attr("SINGLE", "sINGLEAttr", "SINGLE", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SINGLERec());
}, true, PortalModel.SINGLERec)
].concat(_super.attributesToDeclare.call(this));
};
SINGLERecord.fromStructure = function (str) {
return new SINGLERecord(new SINGLERecord.RecordClass({
sINGLEAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SINGLERecord._isAnonymousRecord = true;
SINGLERecord.UniqueId = "d22c9c9c-eb8e-7364-0d66-8ea5024dda3a";
SINGLERecord.init();
return SINGLERecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SINGLERecord = SINGLERecord;
});
define("Portal.model$SINGLERecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLERecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLERecordList = (function (_super) {
__extends(SINGLERecordList, _super);
function SINGLERecordList(defaults) {
_super.apply(this, arguments);
}
SINGLERecordList.itemType = PortalModel.SINGLERecord;
return SINGLERecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SINGLERecordList = SINGLERecordList;
});
define("Portal.model$ILocationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ILocationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ILocationRecordList = (function (_super) {
__extends(ILocationRecordList, _super);
function ILocationRecordList(defaults) {
_super.apply(this, arguments);
}
ILocationRecordList.itemType = PortalModel.ILocationRecord;
return ILocationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ILocationRecordList = ILocationRecordList;
});
define("Portal.model$Payload46List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload46Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload46List = (function (_super) {
__extends(Payload46List, _super);
function Payload46List(defaults) {
_super.apply(this, arguments);
}
Payload46List.itemType = PortalModel.Payload46Rec;
return Payload46List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload46List = Payload46List;
});
define("Portal.model$GetEPServicesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload19Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEPServicesResponseRec = (function (_super) {
__extends(GetEPServicesResponseRec, _super);
function GetEPServicesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetEPServicesResponseRec.attributesToDeclare = function () {
return [
this.attr("response_Code", "response_CodeAttr", "response_Code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload19Rec());
}, true, PortalModel.Payload19Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEPServicesResponseRec.init();
return GetEPServicesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEPServicesResponseRec = GetEPServicesResponseRec;
});
define("Portal.model$GetEPServicesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEPServicesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEPServicesResponseRecord = (function (_super) {
__extends(GetEPServicesResponseRecord, _super);
function GetEPServicesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetEPServicesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetEPServicesResponse", "getEPServicesResponseAttr", "GetEPServicesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEPServicesResponseRec());
}, true, PortalModel.GetEPServicesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetEPServicesResponseRecord.fromStructure = function (str) {
return new GetEPServicesResponseRecord(new GetEPServicesResponseRecord.RecordClass({
getEPServicesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEPServicesResponseRecord._isAnonymousRecord = true;
GetEPServicesResponseRecord.UniqueId = "b6d45d87-e10e-fa5e-8324-72f5edef3c4b";
GetEPServicesResponseRecord.init();
return GetEPServicesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEPServicesResponseRecord = GetEPServicesResponseRecord;
});
define("Portal.model$GetEPServicesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEPServicesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEPServicesResponseRecordList = (function (_super) {
__extends(GetEPServicesResponseRecordList, _super);
function GetEPServicesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetEPServicesResponseRecordList.itemType = PortalModel.GetEPServicesResponseRecord;
return GetEPServicesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEPServicesResponseRecordList = GetEPServicesResponseRecordList;
});
define("Portal.model$GetCityResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCityResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCityResponseList = (function (_super) {
__extends(GetCityResponseList, _super);
function GetCityResponseList(defaults) {
_super.apply(this, arguments);
}
GetCityResponseList.itemType = PortalModel.GetCityResponseRec;
return GetCityResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCityResponseList = GetCityResponseList;
});
define("Portal.model$CRM_EnquiryTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CRM_EnquiryTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryTypeRecordList = (function (_super) {
__extends(CRM_EnquiryTypeRecordList, _super);
function CRM_EnquiryTypeRecordList(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryTypeRecordList.itemType = PortalModel.CRM_EnquiryTypeRecord;
return CRM_EnquiryTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_EnquiryTypeRecordList = CRM_EnquiryTypeRecordList;
});
define("Portal.model$RequestMetadataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RequestMetadataRecord = (function (_super) {
__extends(RequestMetadataRecord, _super);
function RequestMetadataRecord(defaults) {
_super.apply(this, arguments);
}
RequestMetadataRecord.attributesToDeclare = function () {
return [
this.attr("RequestMetadata", "requestMetadataAttr", "RequestMetadata", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RequestMetadataRec());
}, true, PortalModel.RequestMetadataRec)
].concat(_super.attributesToDeclare.call(this));
};
RequestMetadataRecord.fromStructure = function (str) {
return new RequestMetadataRecord(new RequestMetadataRecord.RecordClass({
requestMetadataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RequestMetadataRecord._isAnonymousRecord = true;
RequestMetadataRecord.UniqueId = "d0e583e8-d7ac-8d9e-1963-5217d565913d";
RequestMetadataRecord.init();
return RequestMetadataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RequestMetadataRecord = RequestMetadataRecord;
});
define("Portal.model$RequestMetadataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RequestMetadataRecordList = (function (_super) {
__extends(RequestMetadataRecordList, _super);
function RequestMetadataRecordList(defaults) {
_super.apply(this, arguments);
}
RequestMetadataRecordList.itemType = PortalModel.RequestMetadataRecord;
return RequestMetadataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RequestMetadataRecordList = RequestMetadataRecordList;
});
define("Portal.model$UpgradePostBoxRequestDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestDetailsList = (function (_super) {
__extends(UpgradePostBoxRequestDetailsList, _super);
function UpgradePostBoxRequestDetailsList(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestDetailsList.itemType = PortalModel.UpgradePostBoxRequestDetailsRec;
return UpgradePostBoxRequestDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradePostBoxRequestDetailsList = UpgradePostBoxRequestDetailsList;
});
define("Portal.model$ReceiverCountryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverCountryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverCountryRecord = (function (_super) {
__extends(ReceiverCountryRecord, _super);
function ReceiverCountryRecord(defaults) {
_super.apply(this, arguments);
}
ReceiverCountryRecord.attributesToDeclare = function () {
return [
this.attr("ReceiverCountry", "receiverCountryAttr", "ReceiverCountry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReceiverCountryRec());
}, true, PortalModel.ReceiverCountryRec)
].concat(_super.attributesToDeclare.call(this));
};
ReceiverCountryRecord.fromStructure = function (str) {
return new ReceiverCountryRecord(new ReceiverCountryRecord.RecordClass({
receiverCountryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ReceiverCountryRecord._isAnonymousRecord = true;
ReceiverCountryRecord.UniqueId = "747a7433-2768-d4be-213e-e8cae9582da5";
ReceiverCountryRecord.init();
return ReceiverCountryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ReceiverCountryRecord = ReceiverCountryRecord;
});
define("Portal.model$URLQueryParameter7RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter7Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter7RecordList = (function (_super) {
__extends(URLQueryParameter7RecordList, _super);
function URLQueryParameter7RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter7RecordList.itemType = PortalModel.URLQueryParameter7Record;
return URLQueryParameter7RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter7RecordList = URLQueryParameter7RecordList;
});
define("Portal.model$PayloadRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadRec = (function (_super) {
__extends(PayloadRec, _super);
function PayloadRec(defaults) {
_super.apply(this, arguments);
}
PayloadRec.attributesToDeclare = function () {
return [
this.attr("ImageBytes", "imageBytesAttr", "imageBytes", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PayloadRec.fromStructure = function (str) {
return new PayloadRec(new PayloadRec.RecordClass({
imageBytesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadRec.init();
return PayloadRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadRec = PayloadRec;
});
define("Portal.model$GetInboundLetterImagesResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesResponseRec = (function (_super) {
__extends(GetInboundLetterImagesResponseRec, _super);
function GetInboundLetterImagesResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadRec());
}, true, PortalModel.PayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLetterImagesResponseRec.init();
return GetInboundLetterImagesResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLetterImagesResponseRec = GetInboundLetterImagesResponseRec;
});
define("Portal.model$GetInboundLetterImagesResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesResponseRecord = (function (_super) {
__extends(GetInboundLetterImagesResponseRecord, _super);
function GetInboundLetterImagesResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundLetterImagesResponse", "getInboundLetterImagesResponseAttr", "GetInboundLetterImagesResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundLetterImagesResponseRec());
}, true, PortalModel.GetInboundLetterImagesResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLetterImagesResponseRecord.fromStructure = function (str) {
return new GetInboundLetterImagesResponseRecord(new GetInboundLetterImagesResponseRecord.RecordClass({
getInboundLetterImagesResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundLetterImagesResponseRecord._isAnonymousRecord = true;
GetInboundLetterImagesResponseRecord.UniqueId = "f2c625f5-ba2e-92ce-6f3a-d66b1bf2ecfc";
GetInboundLetterImagesResponseRecord.init();
return GetInboundLetterImagesResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLetterImagesResponseRecord = GetInboundLetterImagesResponseRecord;
});
define("Portal.model$GetInboundLetterImagesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesResponseRecordList = (function (_super) {
__extends(GetInboundLetterImagesResponseRecordList, _super);
function GetInboundLetterImagesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesResponseRecordList.itemType = PortalModel.GetInboundLetterImagesResponseRecord;
return GetInboundLetterImagesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLetterImagesResponseRecordList = GetInboundLetterImagesResponseRecordList;
});
define("Portal.model$UpdatePersonalDetailsRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdatePersonalDetailsRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdatePersonalDetailsRequestRecordList = (function (_super) {
__extends(UpdatePersonalDetailsRequestRecordList, _super);
function UpdatePersonalDetailsRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UpdatePersonalDetailsRequestRecordList.itemType = PortalModel.UpdatePersonalDetailsRequestRecord;
return UpdatePersonalDetailsRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdatePersonalDetailsRequestRecordList = UpdatePersonalDetailsRequestRecordList;
});
define("Portal.model$GetUserScreenPermissionsResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserScreenPermissionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserScreenPermissionsResponse2List = (function (_super) {
__extends(GetUserScreenPermissionsResponse2List, _super);
function GetUserScreenPermissionsResponse2List(defaults) {
_super.apply(this, arguments);
}
GetUserScreenPermissionsResponse2List.itemType = PortalModel.GetUserScreenPermissionsResponse2Rec;
return GetUserScreenPermissionsResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserScreenPermissionsResponse2List = GetUserScreenPermissionsResponse2List;
});
define("Portal.model$GetInboundShipmentPriceDetailsRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsRequestRecordList = (function (_super) {
__extends(GetInboundShipmentPriceDetailsRequestRecordList, _super);
function GetInboundShipmentPriceDetailsRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsRequestRecordList.itemType = PortalModel.GetInboundShipmentPriceDetailsRequestRecord;
return GetInboundShipmentPriceDetailsRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentPriceDetailsRequestRecordList = GetInboundShipmentPriceDetailsRequestRecordList;
});
define("Portal.model$GetLegalEnquiryByIdResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiryByIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiryByIdResponseList = (function (_super) {
__extends(GetLegalEnquiryByIdResponseList, _super);
function GetLegalEnquiryByIdResponseList(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiryByIdResponseList.itemType = PortalModel.GetLegalEnquiryByIdResponseRec;
return GetLegalEnquiryByIdResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetLegalEnquiryByIdResponseList = GetLegalEnquiryByIdResponseList;
});
define("Portal.model$ShipmentReportPreferRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentReportPreferRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentReportPreferRecordList = (function (_super) {
__extends(ShipmentReportPreferRecordList, _super);
function ShipmentReportPreferRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentReportPreferRecordList.itemType = PortalModel.ShipmentReportPreferRecord;
return ShipmentReportPreferRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentReportPreferRecordList = ShipmentReportPreferRecordList;
});
define("Portal.model$PostProcessForPayment2RequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2RequestRec = (function (_super) {
__extends(PostProcessForPayment2RequestRec, _super);
function PostProcessForPayment2RequestRec(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2RequestRec.attributesToDeclare = function () {
return [
this.attr("Email", "emailAttr", "Email", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CallBackUrl", "callBackUrlAttr", "CallBackUrl", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("OrderValue", "orderValueAttr", "OrderValue", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("ServiceId", "serviceIdAttr", "ServiceId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TransactionId", "transactionIdAttr", "TransactionId", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ItemId", "itemIdAttr", "ItemId", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessForPayment2RequestRec.init();
return PostProcessForPayment2RequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessForPayment2RequestRec = PostProcessForPayment2RequestRec;
});
define("Portal.model$PostProcessForPayment2RequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2RequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2RequestRecord = (function (_super) {
__extends(PostProcessForPayment2RequestRecord, _super);
function PostProcessForPayment2RequestRecord(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2RequestRecord.attributesToDeclare = function () {
return [
this.attr("PostProcessForPayment2Request", "postProcessForPayment2RequestAttr", "PostProcessForPayment2Request", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostProcessForPayment2RequestRec());
}, true, PortalModel.PostProcessForPayment2RequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostProcessForPayment2RequestRecord.fromStructure = function (str) {
return new PostProcessForPayment2RequestRecord(new PostProcessForPayment2RequestRecord.RecordClass({
postProcessForPayment2RequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostProcessForPayment2RequestRecord._isAnonymousRecord = true;
PostProcessForPayment2RequestRecord.UniqueId = "c21aea7f-7ce7-ef0b-7535-78a80f8a4556";
PostProcessForPayment2RequestRecord.init();
return PostProcessForPayment2RequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostProcessForPayment2RequestRecord = PostProcessForPayment2RequestRecord;
});
define("Portal.model$PostProcessForPayment2RequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2RequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2RequestRecordList = (function (_super) {
__extends(PostProcessForPayment2RequestRecordList, _super);
function PostProcessForPayment2RequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2RequestRecordList.itemType = PortalModel.PostProcessForPayment2RequestRecord;
return PostProcessForPayment2RequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessForPayment2RequestRecordList = PostProcessForPayment2RequestRecordList;
});
define("Portal.model$MultiShipMappingsList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$MultiShipMappingsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMappingsList = (function (_super) {
__extends(MultiShipMappingsList, _super);
function MultiShipMappingsList(defaults) {
_super.apply(this, arguments);
}
MultiShipMappingsList.itemType = Data_COModel.MultiShipMappingsRec;
return MultiShipMappingsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMappingsList = MultiShipMappingsList;
});
define("Portal.model$SendPasswordEmailResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPasswordEmailResponseRec = (function (_super) {
__extends(SendPasswordEmailResponseRec, _super);
function SendPasswordEmailResponseRec(defaults) {
_super.apply(this, arguments);
}
SendPasswordEmailResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
SendPasswordEmailResponseRec.init();
return SendPasswordEmailResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.SendPasswordEmailResponseRec = SendPasswordEmailResponseRec;
});
define("Portal.model$SendPasswordEmailResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPasswordEmailResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPasswordEmailResponseRecord = (function (_super) {
__extends(SendPasswordEmailResponseRecord, _super);
function SendPasswordEmailResponseRecord(defaults) {
_super.apply(this, arguments);
}
SendPasswordEmailResponseRecord.attributesToDeclare = function () {
return [
this.attr("SendPasswordEmailResponse", "sendPasswordEmailResponseAttr", "SendPasswordEmailResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SendPasswordEmailResponseRec());
}, true, PortalModel.SendPasswordEmailResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SendPasswordEmailResponseRecord.fromStructure = function (str) {
return new SendPasswordEmailResponseRecord(new SendPasswordEmailResponseRecord.RecordClass({
sendPasswordEmailResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendPasswordEmailResponseRecord._isAnonymousRecord = true;
SendPasswordEmailResponseRecord.UniqueId = "c6384890-438c-c98d-51db-c1c237762185";
SendPasswordEmailResponseRecord.init();
return SendPasswordEmailResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SendPasswordEmailResponseRecord = SendPasswordEmailResponseRecord;
});
define("Portal.model$SendPasswordEmailResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPasswordEmailResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPasswordEmailResponseRecordList = (function (_super) {
__extends(SendPasswordEmailResponseRecordList, _super);
function SendPasswordEmailResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SendPasswordEmailResponseRecordList.itemType = PortalModel.SendPasswordEmailResponseRecord;
return SendPasswordEmailResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendPasswordEmailResponseRecordList = SendPasswordEmailResponseRecordList;
});
define("Portal.model$UserEnquiriesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserEnquiriesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserEnquiriesList = (function (_super) {
__extends(UserEnquiriesList, _super);
function UserEnquiriesList(defaults) {
_super.apply(this, arguments);
}
UserEnquiriesList.itemType = PortalModel.UserEnquiriesRec;
return UserEnquiriesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserEnquiriesList = UserEnquiriesList;
});
define("Portal.model$GetNewAccessTokenRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenRequestRecord = (function (_super) {
__extends(GetNewAccessTokenRequestRecord, _super);
function GetNewAccessTokenRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetNewAccessTokenRequest", "getNewAccessTokenRequestAttr", "GetNewAccessTokenRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNewAccessTokenRequestRec());
}, true, PortalModel.GetNewAccessTokenRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNewAccessTokenRequestRecord.fromStructure = function (str) {
return new GetNewAccessTokenRequestRecord(new GetNewAccessTokenRequestRecord.RecordClass({
getNewAccessTokenRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNewAccessTokenRequestRecord._isAnonymousRecord = true;
GetNewAccessTokenRequestRecord.UniqueId = "befdd063-148f-67bc-e49c-2c56c4ebc71d";
GetNewAccessTokenRequestRecord.init();
return GetNewAccessTokenRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNewAccessTokenRequestRecord = GetNewAccessTokenRequestRecord;
});
define("Portal.model$GetNewAccessTokenRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenRequestRecordList = (function (_super) {
__extends(GetNewAccessTokenRequestRecordList, _super);
function GetNewAccessTokenRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenRequestRecordList.itemType = PortalModel.GetNewAccessTokenRequestRecord;
return GetNewAccessTokenRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNewAccessTokenRequestRecordList = GetNewAccessTokenRequestRecordList;
});
define("Portal.model$Payload14RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload14Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload14RecordList = (function (_super) {
__extends(Payload14RecordList, _super);
function Payload14RecordList(defaults) {
_super.apply(this, arguments);
}
Payload14RecordList.itemType = PortalModel.Payload14Record;
return Payload14RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload14RecordList = Payload14RecordList;
});
define("Portal.model$GetNoticeByCountryIDResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNoticeByCountryIDResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNoticeByCountryIDResponseList = (function (_super) {
__extends(GetNoticeByCountryIDResponseList, _super);
function GetNoticeByCountryIDResponseList(defaults) {
_super.apply(this, arguments);
}
GetNoticeByCountryIDResponseList.itemType = PortalModel.GetNoticeByCountryIDResponseRec;
return GetNoticeByCountryIDResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNoticeByCountryIDResponseList = GetNoticeByCountryIDResponseList;
});
define("Portal.model$RentPostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestRecord = (function (_super) {
__extends(RentPostBoxRequestRecord, _super);
function RentPostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("RentPostBoxRequest", "rentPostBoxRequestAttr", "RentPostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RentPostBoxRequestRec());
}, true, PortalModel.RentPostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
RentPostBoxRequestRecord.fromStructure = function (str) {
return new RentPostBoxRequestRecord(new RentPostBoxRequestRecord.RecordClass({
rentPostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RentPostBoxRequestRecord._isAnonymousRecord = true;
RentPostBoxRequestRecord.UniqueId = "76c2964a-8b42-d323-9ba7-464120283114";
RentPostBoxRequestRecord.init();
return RentPostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RentPostBoxRequestRecord = RentPostBoxRequestRecord;
});
define("Portal.model$TradeLicenseInformation3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformation3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformation3Record = (function (_super) {
__extends(TradeLicenseInformation3Record, _super);
function TradeLicenseInformation3Record(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformation3Record.attributesToDeclare = function () {
return [
this.attr("TradeLicenseInformation3", "tradeLicenseInformation3Attr", "TradeLicenseInformation3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TradeLicenseInformation3Rec());
}, true, PortalModel.TradeLicenseInformation3Rec)
].concat(_super.attributesToDeclare.call(this));
};
TradeLicenseInformation3Record.fromStructure = function (str) {
return new TradeLicenseInformation3Record(new TradeLicenseInformation3Record.RecordClass({
tradeLicenseInformation3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TradeLicenseInformation3Record._isAnonymousRecord = true;
TradeLicenseInformation3Record.UniqueId = "7cf2efa7-b04a-364a-0a8e-6059136f3522";
TradeLicenseInformation3Record.init();
return TradeLicenseInformation3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.TradeLicenseInformation3Record = TradeLicenseInformation3Record;
});
define("Portal.model$TradeLicenseInformation3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformation3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformation3RecordList = (function (_super) {
__extends(TradeLicenseInformation3RecordList, _super);
function TradeLicenseInformation3RecordList(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformation3RecordList.itemType = PortalModel.TradeLicenseInformation3Record;
return TradeLicenseInformation3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TradeLicenseInformation3RecordList = TradeLicenseInformation3RecordList;
});
define("Portal.model$CountryItem4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem4RecordList = (function (_super) {
__extends(CountryItem4RecordList, _super);
function CountryItem4RecordList(defaults) {
_super.apply(this, arguments);
}
CountryItem4RecordList.itemType = PortalModel.CountryItem4Record;
return CountryItem4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItem4RecordList = CountryItem4RecordList;
});
define("Portal.model$Career_ExperienceList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_ExperienceRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_ExperienceList = (function (_super) {
__extends(Career_ExperienceList, _super);
function Career_ExperienceList(defaults) {
_super.apply(this, arguments);
}
Career_ExperienceList.itemType = CareersServices_COModel.Career_ExperienceRec;
return Career_ExperienceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_ExperienceList = Career_ExperienceList;
});
define("Portal.model$ContractCustomerList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContractCustomerRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContractCustomerList = (function (_super) {
__extends(ContractCustomerList, _super);
function ContractCustomerList(defaults) {
_super.apply(this, arguments);
}
ContractCustomerList.itemType = PortalModel.ContractCustomerRec;
return ContractCustomerList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContractCustomerList = ContractCustomerList;
});
define("Portal.model$SelectPOBoxCancellationResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationResponseList = (function (_super) {
__extends(SelectPOBoxCancellationResponseList, _super);
function SelectPOBoxCancellationResponseList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationResponseList.itemType = PortalModel.SelectPOBoxCancellationResponseRec;
return SelectPOBoxCancellationResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxCancellationResponseList = SelectPOBoxCancellationResponseList;
});
define("Portal.model$MoneyOrderDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MoneyOrderDetailList = (function (_super) {
__extends(MoneyOrderDetailList, _super);
function MoneyOrderDetailList(defaults) {
_super.apply(this, arguments);
}
MoneyOrderDetailList.itemType = PortalModel.MoneyOrderDetailRec;
return MoneyOrderDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MoneyOrderDetailList = MoneyOrderDetailList;
});
define("Portal.model$ICityList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICityList = (function (_super) {
__extends(ICityList, _super);
function ICityList(defaults) {
_super.apply(this, arguments);
}
ICityList.itemType = PortalModel.ICityRec;
return ICityList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICityList = ICityList;
});
define("Portal.model$BulkMailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailItemRecord = (function (_super) {
__extends(BulkMailItemRecord, _super);
function BulkMailItemRecord(defaults) {
_super.apply(this, arguments);
}
BulkMailItemRecord.attributesToDeclare = function () {
return [
this.attr("BulkMailItem", "bulkMailItemAttr", "BulkMailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BulkMailItemRec());
}, true, PortalModel.BulkMailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
BulkMailItemRecord.fromStructure = function (str) {
return new BulkMailItemRecord(new BulkMailItemRecord.RecordClass({
bulkMailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BulkMailItemRecord._isAnonymousRecord = true;
BulkMailItemRecord.UniqueId = "cbf894e1-82a9-4463-164b-0a5bd43ac709";
BulkMailItemRecord.init();
return BulkMailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BulkMailItemRecord = BulkMailItemRecord;
});
define("Portal.model$BulkMailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailItemRecordList = (function (_super) {
__extends(BulkMailItemRecordList, _super);
function BulkMailItemRecordList(defaults) {
_super.apply(this, arguments);
}
BulkMailItemRecordList.itemType = PortalModel.BulkMailItemRecord;
return BulkMailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailItemRecordList = BulkMailItemRecordList;
});
define("Portal.model$GetGenerateBatchReportResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateBatchReportResponseRec = (function (_super) {
__extends(GetGenerateBatchReportResponseRec, _super);
function GetGenerateBatchReportResponseRec(defaults) {
_super.apply(this, arguments);
}
GetGenerateBatchReportResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload10Rec());
}, true, PortalModel.Payload10Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetGenerateBatchReportResponseRec.init();
return GetGenerateBatchReportResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetGenerateBatchReportResponseRec = GetGenerateBatchReportResponseRec;
});
define("Portal.model$Payload28Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload28Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload28Record = (function (_super) {
__extends(Payload28Record, _super);
function Payload28Record(defaults) {
_super.apply(this, arguments);
}
Payload28Record.attributesToDeclare = function () {
return [
this.attr("Payload28", "payload28Attr", "Payload28", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload28Rec());
}, true, PortalModel.Payload28Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload28Record.fromStructure = function (str) {
return new Payload28Record(new Payload28Record.RecordClass({
payload28Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload28Record._isAnonymousRecord = true;
Payload28Record.UniqueId = "b126263a-48cc-f937-5b28-706c05568873";
Payload28Record.init();
return Payload28Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload28Record = Payload28Record;
});
define("Portal.model$Payload28RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload28Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload28RecordList = (function (_super) {
__extends(Payload28RecordList, _super);
function Payload28RecordList(defaults) {
_super.apply(this, arguments);
}
Payload28RecordList.itemType = PortalModel.Payload28Record;
return Payload28RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload28RecordList = Payload28RecordList;
});
define("Portal.model$TrackAndTraceExternalDispatchRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExternalDispatchRec = (function (_super) {
__extends(TrackAndTraceExternalDispatchRec, _super);
function TrackAndTraceExternalDispatchRec(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExternalDispatchRec.attributesToDeclare = function () {
return [
this.attr("Type", "typeAttr", "type", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Status", "statusAttr", "status", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateTime", "dateTimeAttr", "dateTime", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Remarks", "remarksAttr", "remarks", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Origin", "originAttr", "origin", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Destination", "destinationAttr", "destination", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceExternalDispatchRec.init();
return TrackAndTraceExternalDispatchRec;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceExternalDispatchRec = TrackAndTraceExternalDispatchRec;
});
define("Portal.model$PostBulkMailUploadRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkMailUploadRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkMailUploadRequestRecord = (function (_super) {
__extends(PostBulkMailUploadRequestRecord, _super);
function PostBulkMailUploadRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostBulkMailUploadRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostBulkMailUploadRequest", "postBulkMailUploadRequestAttr", "PostBulkMailUploadRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostBulkMailUploadRequestRec());
}, true, PortalModel.PostBulkMailUploadRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostBulkMailUploadRequestRecord.fromStructure = function (str) {
return new PostBulkMailUploadRequestRecord(new PostBulkMailUploadRequestRecord.RecordClass({
postBulkMailUploadRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostBulkMailUploadRequestRecord._isAnonymousRecord = true;
PostBulkMailUploadRequestRecord.UniqueId = "78cdd147-aff3-f571-a170-0e767acc5fd3";
PostBulkMailUploadRequestRecord.init();
return PostBulkMailUploadRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostBulkMailUploadRequestRecord = PostBulkMailUploadRequestRecord;
});
define("Portal.model$Payload68RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload68Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload68RecordList = (function (_super) {
__extends(Payload68RecordList, _super);
function Payload68RecordList(defaults) {
_super.apply(this, arguments);
}
Payload68RecordList.itemType = PortalModel.Payload68Record;
return Payload68RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload68RecordList = Payload68RecordList;
});
define("Portal.model$GetDeliveryInstructionsPayload2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsPayload2List = (function (_super) {
__extends(GetDeliveryInstructionsPayload2List, _super);
function GetDeliveryInstructionsPayload2List(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsPayload2List.itemType = PortalModel.GetDeliveryInstructionsPayload2Rec;
return GetDeliveryInstructionsPayload2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryInstructionsPayload2List = GetDeliveryInstructionsPayload2List;
});
define("Portal.model$AirwayBillItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillItem2RecordList = (function (_super) {
__extends(AirwayBillItem2RecordList, _super);
function AirwayBillItem2RecordList(defaults) {
_super.apply(this, arguments);
}
AirwayBillItem2RecordList.itemType = PortalModel.AirwayBillItem2Record;
return AirwayBillItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AirwayBillItem2RecordList = AirwayBillItem2RecordList;
});
define("Portal.model$PostGetBulkMailPostIdRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetBulkMailPostIdRequestRec = (function (_super) {
__extends(PostGetBulkMailPostIdRequestRec, _super);
function PostGetBulkMailPostIdRequestRec(defaults) {
_super.apply(this, arguments);
}
PostGetBulkMailPostIdRequestRec.attributesToDeclare = function () {
return [
this.attr("Quantity", "quantityAttr", "quantity", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("PostType", "postTypeAttr", "postType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("ShipmentType", "shipmentTypeAttr", "shipmentType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("BatchId", "batchIdAttr", "batchId", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostGetBulkMailPostIdRequestRec.init();
return PostGetBulkMailPostIdRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetBulkMailPostIdRequestRec = PostGetBulkMailPostIdRequestRec;
});
define("Portal.model$PostGetBulkMailPostIdRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetBulkMailPostIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetBulkMailPostIdRequestRecord = (function (_super) {
__extends(PostGetBulkMailPostIdRequestRecord, _super);
function PostGetBulkMailPostIdRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostGetBulkMailPostIdRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostGetBulkMailPostIdRequest", "postGetBulkMailPostIdRequestAttr", "PostGetBulkMailPostIdRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostGetBulkMailPostIdRequestRec());
}, true, PortalModel.PostGetBulkMailPostIdRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetBulkMailPostIdRequestRecord.fromStructure = function (str) {
return new PostGetBulkMailPostIdRequestRecord(new PostGetBulkMailPostIdRequestRecord.RecordClass({
postGetBulkMailPostIdRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostGetBulkMailPostIdRequestRecord._isAnonymousRecord = true;
PostGetBulkMailPostIdRequestRecord.UniqueId = "79447347-3527-0f3f-6299-46c99121b79e";
PostGetBulkMailPostIdRequestRecord.init();
return PostGetBulkMailPostIdRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetBulkMailPostIdRequestRecord = PostGetBulkMailPostIdRequestRecord;
});
define("Portal.model$SaveBooking3Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload77Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking3Rec = (function (_super) {
__extends(SaveBooking3Rec, _super);
function SaveBooking3Rec(defaults) {
_super.apply(this, arguments);
}
SaveBooking3Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload77Rec());
}, true, PortalModel.Payload77Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking3Rec.init();
return SaveBooking3Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking3Rec = SaveBooking3Rec;
});
define("Portal.model$SaveBooking3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking3Record = (function (_super) {
__extends(SaveBooking3Record, _super);
function SaveBooking3Record(defaults) {
_super.apply(this, arguments);
}
SaveBooking3Record.attributesToDeclare = function () {
return [
this.attr("SaveBooking3", "saveBooking3Attr", "SaveBooking3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SaveBooking3Rec());
}, true, PortalModel.SaveBooking3Rec)
].concat(_super.attributesToDeclare.call(this));
};
SaveBooking3Record.fromStructure = function (str) {
return new SaveBooking3Record(new SaveBooking3Record.RecordClass({
saveBooking3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SaveBooking3Record._isAnonymousRecord = true;
SaveBooking3Record.UniqueId = "f41ec16f-09a5-5dd3-a396-84b967c62d27";
SaveBooking3Record.init();
return SaveBooking3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SaveBooking3Record = SaveBooking3Record;
});
define("Portal.model$SaveBooking3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking3RecordList = (function (_super) {
__extends(SaveBooking3RecordList, _super);
function SaveBooking3RecordList(defaults) {
_super.apply(this, arguments);
}
SaveBooking3RecordList.itemType = PortalModel.SaveBooking3Record;
return SaveBooking3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking3RecordList = SaveBooking3RecordList;
});
define("Portal.model$ItemFromCart2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCart2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCart2RecordList = (function (_super) {
__extends(ItemFromCart2RecordList, _super);
function ItemFromCart2RecordList(defaults) {
_super.apply(this, arguments);
}
ItemFromCart2RecordList.itemType = PortalModel.ItemFromCart2Record;
return ItemFromCart2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFromCart2RecordList = ItemFromCart2RecordList;
});
define("Portal.model$HTTPRequest3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest3RecordList = (function (_super) {
__extends(HTTPRequest3RecordList, _super);
function HTTPRequest3RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest3RecordList.itemType = PortalModel.HTTPRequest3Record;
return HTTPRequest3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest3RecordList = HTTPRequest3RecordList;
});
define("Portal.model$IntegerIntegerInteger1Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerInteger1Record = (function (_super) {
__extends(IntegerIntegerInteger1Record, _super);
function IntegerIntegerInteger1Record(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerInteger1Record.attributesToDeclare = function () {
return [
this.attr("BasicQuantity", "basicQuantityAttr", "BasicQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("PremiumQuantity", "premiumQuantityAttr", "PremiumQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("SuperPremiumQuantity", "superPremiumQuantityAttr", "SuperPremiumQuantity", false, false, OS.Types.Integer, function () {
return 0;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
IntegerIntegerInteger1Record._isAnonymousRecord = true;
IntegerIntegerInteger1Record.UniqueId = "e5ed42d8-dba5-3ecc-ea55-40717c661fe4";
IntegerIntegerInteger1Record.init();
return IntegerIntegerInteger1Record;
})(OS.DataTypes.GenericRecord);
PortalModel.IntegerIntegerInteger1Record = IntegerIntegerInteger1Record;
});
define("Portal.model$IntegerIntegerIntegerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerIntegerInteger1Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerIntegerRecordList = (function (_super) {
__extends(IntegerIntegerIntegerRecordList, _super);
function IntegerIntegerIntegerRecordList(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerIntegerRecordList.itemType = PortalModel.IntegerIntegerInteger1Record;
return IntegerIntegerIntegerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerIntegerIntegerRecordList = IntegerIntegerIntegerRecordList;
});
define("Portal.model$MultiShip_Courier_Express_FileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Express_FileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Express_FileRecordList = (function (_super) {
__extends(MultiShip_Courier_Express_FileRecordList, _super);
function MultiShip_Courier_Express_FileRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Express_FileRecordList.itemType = PortalModel.MultiShip_Courier_Express_FileRecord;
return MultiShip_Courier_Express_FileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Express_FileRecordList = MultiShip_Courier_Express_FileRecordList;
});
define("Portal.model$GetProofOfDeliveryResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProofOfDeliveryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProofOfDeliveryResponseRecord = (function (_super) {
__extends(GetProofOfDeliveryResponseRecord, _super);
function GetProofOfDeliveryResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetProofOfDeliveryResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetProofOfDeliveryResponse", "getProofOfDeliveryResponseAttr", "GetProofOfDeliveryResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetProofOfDeliveryResponseRec());
}, true, PortalModel.GetProofOfDeliveryResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetProofOfDeliveryResponseRecord.fromStructure = function (str) {
return new GetProofOfDeliveryResponseRecord(new GetProofOfDeliveryResponseRecord.RecordClass({
getProofOfDeliveryResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetProofOfDeliveryResponseRecord._isAnonymousRecord = true;
GetProofOfDeliveryResponseRecord.UniqueId = "928423a0-0987-04fb-0362-7ff48a72a25b";
GetProofOfDeliveryResponseRecord.init();
return GetProofOfDeliveryResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetProofOfDeliveryResponseRecord = GetProofOfDeliveryResponseRecord;
});
define("Portal.model$GetProofOfDeliveryResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProofOfDeliveryResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProofOfDeliveryResponseRecordList = (function (_super) {
__extends(GetProofOfDeliveryResponseRecordList, _super);
function GetProofOfDeliveryResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetProofOfDeliveryResponseRecordList.itemType = PortalModel.GetProofOfDeliveryResponseRecord;
return GetProofOfDeliveryResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetProofOfDeliveryResponseRecordList = GetProofOfDeliveryResponseRecordList;
});
define("Portal.model$PaymentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentResponseList = (function (_super) {
__extends(PaymentResponseList, _super);
function PaymentResponseList(defaults) {
_super.apply(this, arguments);
}
PaymentResponseList.itemType = PortalModel.PaymentResponseRec;
return PaymentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentResponseList = PaymentResponseList;
});
define("Portal.model$GetCustomerSavedCardList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomerSavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomerSavedCardList = (function (_super) {
__extends(GetCustomerSavedCardList, _super);
function GetCustomerSavedCardList(defaults) {
_super.apply(this, arguments);
}
GetCustomerSavedCardList.itemType = PortalModel.GetCustomerSavedCardRec;
return GetCustomerSavedCardList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomerSavedCardList = GetCustomerSavedCardList;
});
define("Portal.model$SendMobileValidationOTPRequest2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequest2Record = (function (_super) {
__extends(SendMobileValidationOTPRequest2Record, _super);
function SendMobileValidationOTPRequest2Record(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequest2Record.attributesToDeclare = function () {
return [
this.attr("SendMobileValidationOTPRequest2", "sendMobileValidationOTPRequest2Attr", "SendMobileValidationOTPRequest2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SendMobileValidationOTPRequest2Rec());
}, true, PortalModel.SendMobileValidationOTPRequest2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SendMobileValidationOTPRequest2Record.fromStructure = function (str) {
return new SendMobileValidationOTPRequest2Record(new SendMobileValidationOTPRequest2Record.RecordClass({
sendMobileValidationOTPRequest2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendMobileValidationOTPRequest2Record._isAnonymousRecord = true;
SendMobileValidationOTPRequest2Record.UniqueId = "dada54a6-56f4-9d3e-da63-db78cba26e0b";
SendMobileValidationOTPRequest2Record.init();
return SendMobileValidationOTPRequest2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SendMobileValidationOTPRequest2Record = SendMobileValidationOTPRequest2Record;
});
define("Portal.model$SendMobileValidationOTPRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendMobileValidationOTPRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendMobileValidationOTPRequest2RecordList = (function (_super) {
__extends(SendMobileValidationOTPRequest2RecordList, _super);
function SendMobileValidationOTPRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
SendMobileValidationOTPRequest2RecordList.itemType = PortalModel.SendMobileValidationOTPRequest2Record;
return SendMobileValidationOTPRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendMobileValidationOTPRequest2RecordList = SendMobileValidationOTPRequest2RecordList;
});
define("Portal.model$File2TextRecord", ["exports", "OutSystems/ClientRuntime/Main", "File_Management_CO.model", "Portal.model", "File_Management_CO.model$FileRec", "Portal.referencesHealth", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var File2TextRecord = (function (_super) {
__extends(File2TextRecord, _super);
function File2TextRecord(defaults) {
_super.apply(this, arguments);
}
File2TextRecord.attributesToDeclare = function () {
return [
this.attr("File", "fileAttr", "File2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new File_Management_COModel.FileRec());
}, true, File_Management_COModel.FileRec),
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
File2TextRecord._isAnonymousRecord = true;
File2TextRecord.UniqueId = "7aa01707-0acb-b293-c4e0-ee3f090e2ca8";
File2TextRecord.init();
return File2TextRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.File2TextRecord = File2TextRecord;
});
define("Portal.model$SelectPOBoxRenewalRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRenewalRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRenewalRequestRecordList = (function (_super) {
__extends(SelectPOBoxRenewalRequestRecordList, _super);
function SelectPOBoxRenewalRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRenewalRequestRecordList.itemType = PortalModel.SelectPOBoxRenewalRequestRecord;
return SelectPOBoxRenewalRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRenewalRequestRecordList = SelectPOBoxRenewalRequestRecordList;
});
define("Portal.model$MappingTableList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MappingTableRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MappingTableList = (function (_super) {
__extends(MappingTableList, _super);
function MappingTableList(defaults) {
_super.apply(this, arguments);
}
MappingTableList.itemType = PortalModel.MappingTableRec;
return MappingTableList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MappingTableList = MappingTableList;
});
define("Portal.model$MultiShipMailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailRecordList = (function (_super) {
__extends(MultiShipMailRecordList, _super);
function MultiShipMailRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipMailRecordList.itemType = PortalModel.MultiShipMailRecord;
return MultiShipMailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMailRecordList = MultiShipMailRecordList;
});
define("Portal.model$GetInvoiceDocumentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInvoiceDocumentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInvoiceDocumentResponseList = (function (_super) {
__extends(GetInvoiceDocumentResponseList, _super);
function GetInvoiceDocumentResponseList(defaults) {
_super.apply(this, arguments);
}
GetInvoiceDocumentResponseList.itemType = PortalModel.GetInvoiceDocumentResponseRec;
return GetInvoiceDocumentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInvoiceDocumentResponseList = GetInvoiceDocumentResponseList;
});
define("Portal.model$ProcessPaymentSavedCard2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCard2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCard2Record = (function (_super) {
__extends(ProcessPaymentSavedCard2Record, _super);
function ProcessPaymentSavedCard2Record(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCard2Record.attributesToDeclare = function () {
return [
this.attr("ProcessPaymentSavedCard2", "processPaymentSavedCard2Attr", "ProcessPaymentSavedCard2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessPaymentSavedCard2Rec());
}, true, PortalModel.ProcessPaymentSavedCard2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessPaymentSavedCard2Record.fromStructure = function (str) {
return new ProcessPaymentSavedCard2Record(new ProcessPaymentSavedCard2Record.RecordClass({
processPaymentSavedCard2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessPaymentSavedCard2Record._isAnonymousRecord = true;
ProcessPaymentSavedCard2Record.UniqueId = "8cfa9462-3753-6de5-e9cb-319b804c899a";
ProcessPaymentSavedCard2Record.init();
return ProcessPaymentSavedCard2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessPaymentSavedCard2Record = ProcessPaymentSavedCard2Record;
});
define("Portal.model$ProcessPaymentSavedCard2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCard2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCard2RecordList = (function (_super) {
__extends(ProcessPaymentSavedCard2RecordList, _super);
function ProcessPaymentSavedCard2RecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCard2RecordList.itemType = PortalModel.ProcessPaymentSavedCard2Record;
return ProcessPaymentSavedCard2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCard2RecordList = ProcessPaymentSavedCard2RecordList;
});
define("Portal.model$PickupPreferencesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupPreferencesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupPreferencesList = (function (_super) {
__extends(PickupPreferencesList, _super);
function PickupPreferencesList(defaults) {
_super.apply(this, arguments);
}
PickupPreferencesList.itemType = PortalModel.PickupPreferencesRec;
return PickupPreferencesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupPreferencesList = PickupPreferencesList;
});
define("Portal.model$OSLoginRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRequestList = (function (_super) {
__extends(OSLoginRequestList, _super);
function OSLoginRequestList(defaults) {
_super.apply(this, arguments);
}
OSLoginRequestList.itemType = PortalModel.OSLoginRequestRec;
return OSLoginRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginRequestList = OSLoginRequestList;
});
define("Portal.model$ProductCardRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductCardRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductCardRecordList = (function (_super) {
__extends(ProductCardRecordList, _super);
function ProductCardRecordList(defaults) {
_super.apply(this, arguments);
}
ProductCardRecordList.itemType = PortalModel.ProductCardRecord;
return ProductCardRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductCardRecordList = ProductCardRecordList;
});
define("Portal.model$IPriceItemDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPriceItemDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPriceItemDetailRecordList = (function (_super) {
__extends(IPriceItemDetailRecordList, _super);
function IPriceItemDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IPriceItemDetailRecordList.itemType = PortalModel.IPriceItemDetailRecord;
return IPriceItemDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPriceItemDetailRecordList = IPriceItemDetailRecordList;
});
define("Portal.model$ViewpickupdetailsresultRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewpickupdetailsresultRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewpickupdetailsresultRecord = (function (_super) {
__extends(ViewpickupdetailsresultRecord, _super);
function ViewpickupdetailsresultRecord(defaults) {
_super.apply(this, arguments);
}
ViewpickupdetailsresultRecord.attributesToDeclare = function () {
return [
this.attr("Viewpickupdetailsresult", "viewpickupdetailsresultAttr", "Viewpickupdetailsresult", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ViewpickupdetailsresultRec());
}, true, PortalModel.ViewpickupdetailsresultRec)
].concat(_super.attributesToDeclare.call(this));
};
ViewpickupdetailsresultRecord.fromStructure = function (str) {
return new ViewpickupdetailsresultRecord(new ViewpickupdetailsresultRecord.RecordClass({
viewpickupdetailsresultAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ViewpickupdetailsresultRecord._isAnonymousRecord = true;
ViewpickupdetailsresultRecord.UniqueId = "9fdd633e-b617-0031-b33c-4c5d52ccf0b6";
ViewpickupdetailsresultRecord.init();
return ViewpickupdetailsresultRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewpickupdetailsresultRecord = ViewpickupdetailsresultRecord;
});
define("Portal.model$ViewpickupdetailsresultRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewpickupdetailsresultRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewpickupdetailsresultRecordList = (function (_super) {
__extends(ViewpickupdetailsresultRecordList, _super);
function ViewpickupdetailsresultRecordList(defaults) {
_super.apply(this, arguments);
}
ViewpickupdetailsresultRecordList.itemType = PortalModel.ViewpickupdetailsresultRecord;
return ViewpickupdetailsresultRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewpickupdetailsresultRecordList = ViewpickupdetailsresultRecordList;
});
define("Portal.model$TextTextBooleanRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextTextBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextBooleanRecordList = (function (_super) {
__extends(TextTextBooleanRecordList, _super);
function TextTextBooleanRecordList(defaults) {
_super.apply(this, arguments);
}
TextTextBooleanRecordList.itemType = PortalModel.TextTextBooleanRecord;
return TextTextBooleanRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextTextBooleanRecordList = TextTextBooleanRecordList;
});
define("Portal.model$ShipmentNotificationItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentNotificationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentNotificationItemList = (function (_super) {
__extends(ShipmentNotificationItemList, _super);
function ShipmentNotificationItemList(defaults) {
_super.apply(this, arguments);
}
ShipmentNotificationItemList.itemType = PortalModel.ShipmentNotificationItemRec;
return ShipmentNotificationItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentNotificationItemList = ShipmentNotificationItemList;
});
define("Portal.model$RentPostBoxRequestDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestDetailsRecord = (function (_super) {
__extends(RentPostBoxRequestDetailsRecord, _super);
function RentPostBoxRequestDetailsRecord(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestDetailsRecord.attributesToDeclare = function () {
return [
this.attr("RentPostBoxRequestDetails", "rentPostBoxRequestDetailsAttr", "RentPostBoxRequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RentPostBoxRequestDetailsRec());
}, true, PortalModel.RentPostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
RentPostBoxRequestDetailsRecord.fromStructure = function (str) {
return new RentPostBoxRequestDetailsRecord(new RentPostBoxRequestDetailsRecord.RecordClass({
rentPostBoxRequestDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RentPostBoxRequestDetailsRecord._isAnonymousRecord = true;
RentPostBoxRequestDetailsRecord.UniqueId = "7cb5cf19-e123-22d0-b63f-52b0e8828e5d";
RentPostBoxRequestDetailsRecord.init();
return RentPostBoxRequestDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RentPostBoxRequestDetailsRecord = RentPostBoxRequestDetailsRecord;
});
define("Portal.model$HeaderRequestDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderRequestDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderRequestDetailList = (function (_super) {
__extends(HeaderRequestDetailList, _super);
function HeaderRequestDetailList(defaults) {
_super.apply(this, arguments);
}
HeaderRequestDetailList.itemType = PortalModel.HeaderRequestDetailRec;
return HeaderRequestDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HeaderRequestDetailList = HeaderRequestDetailList;
});
define("Portal.model$GetGenerateBatchReportResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateBatchReportResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateBatchReportResponseRecord = (function (_super) {
__extends(GetGenerateBatchReportResponseRecord, _super);
function GetGenerateBatchReportResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetGenerateBatchReportResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetGenerateBatchReportResponse", "getGenerateBatchReportResponseAttr", "GetGenerateBatchReportResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetGenerateBatchReportResponseRec());
}, true, PortalModel.GetGenerateBatchReportResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetGenerateBatchReportResponseRecord.fromStructure = function (str) {
return new GetGenerateBatchReportResponseRecord(new GetGenerateBatchReportResponseRecord.RecordClass({
getGenerateBatchReportResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetGenerateBatchReportResponseRecord._isAnonymousRecord = true;
GetGenerateBatchReportResponseRecord.UniqueId = "7d7e4d35-fb0e-10dc-bb6e-3053891d1e6e";
GetGenerateBatchReportResponseRecord.init();
return GetGenerateBatchReportResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetGenerateBatchReportResponseRecord = GetGenerateBatchReportResponseRecord;
});
define("Portal.model$PostGetOutboundShipmentResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentResponseList = (function (_super) {
__extends(PostGetOutboundShipmentResponseList, _super);
function PostGetOutboundShipmentResponseList(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentResponseList.itemType = PortalModel.PostGetOutboundShipmentResponseRec;
return PostGetOutboundShipmentResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetOutboundShipmentResponseList = PostGetOutboundShipmentResponseList;
});
define("Portal.model$IRoleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRoleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRoleRecord = (function (_super) {
__extends(IRoleRecord, _super);
function IRoleRecord(defaults) {
_super.apply(this, arguments);
}
IRoleRecord.attributesToDeclare = function () {
return [
this.attr("IRole", "iRoleAttr", "IRole", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IRoleRec());
}, true, PortalModel.IRoleRec)
].concat(_super.attributesToDeclare.call(this));
};
IRoleRecord.fromStructure = function (str) {
return new IRoleRecord(new IRoleRecord.RecordClass({
iRoleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IRoleRecord._isAnonymousRecord = true;
IRoleRecord.UniqueId = "acd2d456-0b25-3fa1-3ed2-6e5ee802a860";
IRoleRecord.init();
return IRoleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IRoleRecord = IRoleRecord;
});
define("Portal.model$IRoleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRoleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRoleRecordList = (function (_super) {
__extends(IRoleRecordList, _super);
function IRoleRecordList(defaults) {
_super.apply(this, arguments);
}
IRoleRecordList.itemType = PortalModel.IRoleRecord;
return IRoleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IRoleRecordList = IRoleRecordList;
});
define("Portal.model$FileFileFileFileRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileFileFileFileRecord = (function (_super) {
__extends(FileFileFileFileRecord, _super);
function FileFileFileFileRecord(defaults) {
_super.apply(this, arguments);
}
FileFileFileFileRecord.attributesToDeclare = function () {
return [
this.attr("CourtRequestLetter", "courtRequestLetterAttr", "CourtRequestLetter", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("EmiratesId", "emiratesIdAttr", "EmiratesId", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("ProofOfAuthorization", "proofOfAuthorizationAttr", "ProofOfAuthorization", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec),
this.attr("TradeLicense", "tradeLicenseAttr", "TradeLicense", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileRec());
}, true, PortalModel.FileRec)
].concat(_super.attributesToDeclare.call(this));
};
FileFileFileFileRecord._isAnonymousRecord = true;
FileFileFileFileRecord.UniqueId = "7dca625e-3204-7986-2b8b-bd63cba1cbb9";
FileFileFileFileRecord.init();
return FileFileFileFileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FileFileFileFileRecord = FileFileFileFileRecord;
});
define("Portal.model$PaymentDetialsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentDetialsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentDetialsRecordList = (function (_super) {
__extends(PaymentDetialsRecordList, _super);
function PaymentDetialsRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentDetialsRecordList.itemType = PortalModel.PaymentDetialsRecord;
return PaymentDetialsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentDetialsRecordList = PaymentDetialsRecordList;
});
define("Portal.model$ProductItem6Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem6Record = (function (_super) {
__extends(ProductItem6Record, _super);
function ProductItem6Record(defaults) {
_super.apply(this, arguments);
}
ProductItem6Record.attributesToDeclare = function () {
return [
this.attr("ProductItem6", "productItem6Attr", "ProductItem6", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProductItem6Rec());
}, true, PortalModel.ProductItem6Rec)
].concat(_super.attributesToDeclare.call(this));
};
ProductItem6Record.fromStructure = function (str) {
return new ProductItem6Record(new ProductItem6Record.RecordClass({
productItem6Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProductItem6Record._isAnonymousRecord = true;
ProductItem6Record.UniqueId = "7e98e50c-3715-f93a-87c4-fe555c91c264";
ProductItem6Record.init();
return ProductItem6Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ProductItem6Record = ProductItem6Record;
});
define("Portal.model$Chat_ServicesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$Chat_ServicesRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Chat_ServicesRecord = (function (_super) {
__extends(Chat_ServicesRecord, _super);
function Chat_ServicesRecord(defaults) {
_super.apply(this, arguments);
}
Chat_ServicesRecord.attributesToDeclare = function () {
return [
this.attr("Chat_Services", "chat_ServicesAttr", "Chat_Services", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.Chat_ServicesRec());
}, true, Enums_COModel.Chat_ServicesRec)
].concat(_super.attributesToDeclare.call(this));
};
Chat_ServicesRecord.fromStructure = function (str) {
return new Chat_ServicesRecord(new Chat_ServicesRecord.RecordClass({
chat_ServicesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Chat_ServicesRecord._isAnonymousRecord = true;
Chat_ServicesRecord.UniqueId = "7e9a3186-d0d9-6589-ec77-5e3e9671ae23";
Chat_ServicesRecord.init();
return Chat_ServicesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Chat_ServicesRecord = Chat_ServicesRecord;
});
define("Portal.model$QuickPostboxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickPostboxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickPostboxRecordList = (function (_super) {
__extends(QuickPostboxRecordList, _super);
function QuickPostboxRecordList(defaults) {
_super.apply(this, arguments);
}
QuickPostboxRecordList.itemType = PortalModel.QuickPostboxRecord;
return QuickPostboxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickPostboxRecordList = QuickPostboxRecordList;
});
define("Portal.model$MyHomeAddress2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddress2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddress2Record = (function (_super) {
__extends(MyHomeAddress2Record, _super);
function MyHomeAddress2Record(defaults) {
_super.apply(this, arguments);
}
MyHomeAddress2Record.attributesToDeclare = function () {
return [
this.attr("MyHomeAddress2", "myHomeAddress2Attr", "MyHomeAddress2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MyHomeAddress2Rec());
}, true, PortalModel.MyHomeAddress2Rec)
].concat(_super.attributesToDeclare.call(this));
};
MyHomeAddress2Record.fromStructure = function (str) {
return new MyHomeAddress2Record(new MyHomeAddress2Record.RecordClass({
myHomeAddress2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MyHomeAddress2Record._isAnonymousRecord = true;
MyHomeAddress2Record.UniqueId = "f0a18576-187c-b18a-6e95-cdce55f204c9";
MyHomeAddress2Record.init();
return MyHomeAddress2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.MyHomeAddress2Record = MyHomeAddress2Record;
});
define("Portal.model$MyHomeAddress2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddress2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddress2RecordList = (function (_super) {
__extends(MyHomeAddress2RecordList, _super);
function MyHomeAddress2RecordList(defaults) {
_super.apply(this, arguments);
}
MyHomeAddress2RecordList.itemType = PortalModel.MyHomeAddress2Record;
return MyHomeAddress2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeAddress2RecordList = MyHomeAddress2RecordList;
});
define("Portal.model$Payload41List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload41Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload41List = (function (_super) {
__extends(Payload41List, _super);
function Payload41List(defaults) {
_super.apply(this, arguments);
}
Payload41List.itemType = PortalModel.Payload41Rec;
return Payload41List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload41List = Payload41List;
});
define("Portal.model$URLQueryParameter15Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter15Rec = (function (_super) {
__extends(URLQueryParameter15Rec, _super);
function URLQueryParameter15Rec(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter15Rec.attributesToDeclare = function () {
return [
this.attr("Name", "nameAttr", "Name", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter15Rec.init();
return URLQueryParameter15Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter15Rec = URLQueryParameter15Rec;
});
define("Portal.model$URLQueryParameter15Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter15Record = (function (_super) {
__extends(URLQueryParameter15Record, _super);
function URLQueryParameter15Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter15Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter15", "uRLQueryParameter15Attr", "URLQueryParameter15", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter15Rec());
}, true, PortalModel.URLQueryParameter15Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter15Record.fromStructure = function (str) {
return new URLQueryParameter15Record(new URLQueryParameter15Record.RecordClass({
uRLQueryParameter15Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter15Record._isAnonymousRecord = true;
URLQueryParameter15Record.UniqueId = "7f057ff0-ea86-f5c3-840e-97ac42e09cea";
URLQueryParameter15Record.init();
return URLQueryParameter15Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter15Record = URLQueryParameter15Record;
});
define("Portal.model$ViewPickupRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupRequestRecord = (function (_super) {
__extends(ViewPickupRequestRecord, _super);
function ViewPickupRequestRecord(defaults) {
_super.apply(this, arguments);
}
ViewPickupRequestRecord.attributesToDeclare = function () {
return [
this.attr("ViewPickupRequest", "viewPickupRequestAttr", "ViewPickupRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ViewPickupRequestRec());
}, true, PortalModel.ViewPickupRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ViewPickupRequestRecord.fromStructure = function (str) {
return new ViewPickupRequestRecord(new ViewPickupRequestRecord.RecordClass({
viewPickupRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ViewPickupRequestRecord._isAnonymousRecord = true;
ViewPickupRequestRecord.UniqueId = "ac110e21-d06c-ec70-f613-759c996219dd";
ViewPickupRequestRecord.init();
return ViewPickupRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ViewPickupRequestRecord = ViewPickupRequestRecord;
});
define("Portal.model$ViewPickupRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupRequestRecordList = (function (_super) {
__extends(ViewPickupRequestRecordList, _super);
function ViewPickupRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ViewPickupRequestRecordList.itemType = PortalModel.ViewPickupRequestRecord;
return ViewPickupRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewPickupRequestRecordList = ViewPickupRequestRecordList;
});
define("Portal.model$IEnquiryDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IEnquiryDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IEnquiryDetailRecordList = (function (_super) {
__extends(IEnquiryDetailRecordList, _super);
function IEnquiryDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IEnquiryDetailRecordList.itemType = PortalModel.IEnquiryDetailRecord;
return IEnquiryDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IEnquiryDetailRecordList = IEnquiryDetailRecordList;
});
define("Portal.model$IntegerIntegerInteger1RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerIntegerIntegerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerIntegerInteger1RecordList = (function (_super) {
__extends(IntegerIntegerInteger1RecordList, _super);
function IntegerIntegerInteger1RecordList(defaults) {
_super.apply(this, arguments);
}
IntegerIntegerInteger1RecordList.itemType = PortalModel.IntegerIntegerIntegerRecord;
return IntegerIntegerInteger1RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerIntegerInteger1RecordList = IntegerIntegerInteger1RecordList;
});
define("Portal.model$ProcessBookingRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingRequestRecord = (function (_super) {
__extends(ProcessBookingRequestRecord, _super);
function ProcessBookingRequestRecord(defaults) {
_super.apply(this, arguments);
}
ProcessBookingRequestRecord.attributesToDeclare = function () {
return [
this.attr("ProcessBookingRequest", "processBookingRequestAttr", "ProcessBookingRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ProcessBookingRequestRec());
}, true, PortalModel.ProcessBookingRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
ProcessBookingRequestRecord.fromStructure = function (str) {
return new ProcessBookingRequestRecord(new ProcessBookingRequestRecord.RecordClass({
processBookingRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ProcessBookingRequestRecord._isAnonymousRecord = true;
ProcessBookingRequestRecord.UniqueId = "7fb6985e-b101-a01f-9a92-cde61545e8e5";
ProcessBookingRequestRecord.init();
return ProcessBookingRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ProcessBookingRequestRecord = ProcessBookingRequestRecord;
});
define("Portal.model$CMS_PageStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CMS_PageStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageStatusRecord = (function (_super) {
__extends(CMS_PageStatusRecord, _super);
function CMS_PageStatusRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageStatusRecord.attributesToDeclare = function () {
return [
this.attr("CMS_PageStatus", "cMS_PageStatusAttr", "CMS_PageStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.CMS_PageStatusRec());
}, true, Enums_COModel.CMS_PageStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageStatusRecord.fromStructure = function (str) {
return new CMS_PageStatusRecord(new CMS_PageStatusRecord.RecordClass({
cMS_PageStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageStatusRecord._isAnonymousRecord = true;
CMS_PageStatusRecord.UniqueId = "d8f473c0-9b8c-2118-b078-58819392c5a7";
CMS_PageStatusRecord.init();
return CMS_PageStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageStatusRecord = CMS_PageStatusRecord;
});
define("Portal.model$CMS_PageStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageStatusRecordList = (function (_super) {
__extends(CMS_PageStatusRecordList, _super);
function CMS_PageStatusRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageStatusRecordList.itemType = PortalModel.CMS_PageStatusRecord;
return CMS_PageStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageStatusRecordList = CMS_PageStatusRecordList;
});
define("Portal.model$URLQueryParameter12Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter12Record = (function (_super) {
__extends(URLQueryParameter12Record, _super);
function URLQueryParameter12Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter12Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter12", "uRLQueryParameter12Attr", "URLQueryParameter12", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter12Rec());
}, true, PortalModel.URLQueryParameter12Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter12Record.fromStructure = function (str) {
return new URLQueryParameter12Record(new URLQueryParameter12Record.RecordClass({
uRLQueryParameter12Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter12Record._isAnonymousRecord = true;
URLQueryParameter12Record.UniqueId = "7fcf4781-ed53-bda9-c2e9-658d1e89a6ba";
URLQueryParameter12Record.init();
return URLQueryParameter12Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter12Record = URLQueryParameter12Record;
});
define("Portal.model$MultiShipMailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMailList = (function (_super) {
__extends(MultiShipMailList, _super);
function MultiShipMailList(defaults) {
_super.apply(this, arguments);
}
MultiShipMailList.itemType = PortalModel.MultiShipMailRec;
return MultiShipMailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMailList = MultiShipMailList;
});
define("Portal.model$MultiShipMapTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$MultiShipMapTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapTypeRecord = (function (_super) {
__extends(MultiShipMapTypeRecord, _super);
function MultiShipMapTypeRecord(defaults) {
_super.apply(this, arguments);
}
MultiShipMapTypeRecord.attributesToDeclare = function () {
return [
this.attr("MultiShipMapType", "multiShipMapTypeAttr", "MultiShipMapType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.MultiShipMapTypeRec());
}, true, Data_COModel.MultiShipMapTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShipMapTypeRecord.fromStructure = function (str) {
return new MultiShipMapTypeRecord(new MultiShipMapTypeRecord.RecordClass({
multiShipMapTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShipMapTypeRecord._isAnonymousRecord = true;
MultiShipMapTypeRecord.UniqueId = "b4783e3a-088c-2df1-161c-7806ea0a18c7";
MultiShipMapTypeRecord.init();
return MultiShipMapTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShipMapTypeRecord = MultiShipMapTypeRecord;
});
define("Portal.model$MultiShipMapTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipMapTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapTypeRecordList = (function (_super) {
__extends(MultiShipMapTypeRecordList, _super);
function MultiShipMapTypeRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipMapTypeRecordList.itemType = PortalModel.MultiShipMapTypeRecord;
return MultiShipMapTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMapTypeRecordList = MultiShipMapTypeRecordList;
});
define("Portal.model$ProcessPaymentRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentRequest2List = (function (_super) {
__extends(ProcessPaymentRequest2List, _super);
function ProcessPaymentRequest2List(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentRequest2List.itemType = PortalModel.ProcessPaymentRequest2Rec;
return ProcessPaymentRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentRequest2List = ProcessPaymentRequest2List;
});
define("Portal.model$UserSignupList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserSignupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserSignupList = (function (_super) {
__extends(UserSignupList, _super);
function UserSignupList(defaults) {
_super.apply(this, arguments);
}
UserSignupList.itemType = PortalModel.UserSignupRec;
return UserSignupList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserSignupList = UserSignupList;
});
define("Portal.model$PostGetShipmentDataResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetShipmentDataResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetShipmentDataResponseRecord = (function (_super) {
__extends(PostGetShipmentDataResponseRecord, _super);
function PostGetShipmentDataResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostGetShipmentDataResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostGetShipmentDataResponse", "postGetShipmentDataResponseAttr", "PostGetShipmentDataResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostGetShipmentDataResponseRec());
}, true, PortalModel.PostGetShipmentDataResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetShipmentDataResponseRecord.fromStructure = function (str) {
return new PostGetShipmentDataResponseRecord(new PostGetShipmentDataResponseRecord.RecordClass({
postGetShipmentDataResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostGetShipmentDataResponseRecord._isAnonymousRecord = true;
PostGetShipmentDataResponseRecord.UniqueId = "e3ae9ae7-bc27-f675-bfc6-876b088b8894";
PostGetShipmentDataResponseRecord.init();
return PostGetShipmentDataResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetShipmentDataResponseRecord = PostGetShipmentDataResponseRecord;
});
define("Portal.model$PostGetShipmentDataResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetShipmentDataResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetShipmentDataResponseRecordList = (function (_super) {
__extends(PostGetShipmentDataResponseRecordList, _super);
function PostGetShipmentDataResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostGetShipmentDataResponseRecordList.itemType = PortalModel.PostGetShipmentDataResponseRecord;
return PostGetShipmentDataResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetShipmentDataResponseRecordList = PostGetShipmentDataResponseRecordList;
});
define("Portal.model$Payload32List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload32Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload32List = (function (_super) {
__extends(Payload32List, _super);
function Payload32List(defaults) {
_super.apply(this, arguments);
}
Payload32List.itemType = PortalModel.Payload32Rec;
return Payload32List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload32List = Payload32List;
});
define("Portal.model$UpdatePersonalDetailsRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdatePersonalDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdatePersonalDetailsRequestList = (function (_super) {
__extends(UpdatePersonalDetailsRequestList, _super);
function UpdatePersonalDetailsRequestList(defaults) {
_super.apply(this, arguments);
}
UpdatePersonalDetailsRequestList.itemType = PortalModel.UpdatePersonalDetailsRequestRec;
return UpdatePersonalDetailsRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdatePersonalDetailsRequestList = UpdatePersonalDetailsRequestList;
});
define("Portal.model$Chat_ServicesList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$Chat_ServicesRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Chat_ServicesList = (function (_super) {
__extends(Chat_ServicesList, _super);
function Chat_ServicesList(defaults) {
_super.apply(this, arguments);
}
Chat_ServicesList.itemType = Enums_COModel.Chat_ServicesRec;
return Chat_ServicesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Chat_ServicesList = Chat_ServicesList;
});
define("Portal.model$Payload10Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload10Record = (function (_super) {
__extends(Payload10Record, _super);
function Payload10Record(defaults) {
_super.apply(this, arguments);
}
Payload10Record.attributesToDeclare = function () {
return [
this.attr("Payload10", "payload10Attr", "Payload10", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload10Rec());
}, true, PortalModel.Payload10Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload10Record.fromStructure = function (str) {
return new Payload10Record(new Payload10Record.RecordClass({
payload10Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload10Record._isAnonymousRecord = true;
Payload10Record.UniqueId = "f59308c7-963d-e0c2-a22a-8562f1af50e5";
Payload10Record.init();
return Payload10Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload10Record = Payload10Record;
});
define("Portal.model$Payload10RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload10Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload10RecordList = (function (_super) {
__extends(Payload10RecordList, _super);
function Payload10RecordList(defaults) {
_super.apply(this, arguments);
}
Payload10RecordList.itemType = PortalModel.Payload10Record;
return Payload10RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload10RecordList = Payload10RecordList;
});
define("Portal.model$TaxObjectItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemRecord = (function (_super) {
__extends(TaxObjectItemRecord, _super);
function TaxObjectItemRecord(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemRecord.attributesToDeclare = function () {
return [
this.attr("TaxObjectItem", "taxObjectItemAttr", "TaxObjectItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxObjectItemRec());
}, true, PortalModel.TaxObjectItemRec)
].concat(_super.attributesToDeclare.call(this));
};
TaxObjectItemRecord.fromStructure = function (str) {
return new TaxObjectItemRecord(new TaxObjectItemRecord.RecordClass({
taxObjectItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TaxObjectItemRecord._isAnonymousRecord = true;
TaxObjectItemRecord.UniqueId = "80cdb73d-e347-7ace-d77f-faa5db97c0d4";
TaxObjectItemRecord.init();
return TaxObjectItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxObjectItemRecord = TaxObjectItemRecord;
});
define("Portal.model$DropDownListRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropDownListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropDownListRecord = (function (_super) {
__extends(DropDownListRecord, _super);
function DropDownListRecord(defaults) {
_super.apply(this, arguments);
}
DropDownListRecord.attributesToDeclare = function () {
return [
this.attr("DropDownList", "dropDownListAttr", "DropDownList", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DropDownListRec());
}, true, PortalModel.DropDownListRec)
].concat(_super.attributesToDeclare.call(this));
};
DropDownListRecord.fromStructure = function (str) {
return new DropDownListRecord(new DropDownListRecord.RecordClass({
dropDownListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DropDownListRecord._isAnonymousRecord = true;
DropDownListRecord.UniqueId = "80ceb423-f7a0-c3db-543d-0f84210f49b9";
DropDownListRecord.init();
return DropDownListRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DropDownListRecord = DropDownListRecord;
});
define("Portal.model$IsdCodeItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IsdCodeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IsdCodeItem2Record = (function (_super) {
__extends(IsdCodeItem2Record, _super);
function IsdCodeItem2Record(defaults) {
_super.apply(this, arguments);
}
IsdCodeItem2Record.attributesToDeclare = function () {
return [
this.attr("IsdCodeItem2", "isdCodeItem2Attr", "IsdCodeItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IsdCodeItem2Rec());
}, true, PortalModel.IsdCodeItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
IsdCodeItem2Record.fromStructure = function (str) {
return new IsdCodeItem2Record(new IsdCodeItem2Record.RecordClass({
isdCodeItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IsdCodeItem2Record._isAnonymousRecord = true;
IsdCodeItem2Record.UniqueId = "a4b66e5a-2d63-8d60-5959-888150d88c1d";
IsdCodeItem2Record.init();
return IsdCodeItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.IsdCodeItem2Record = IsdCodeItem2Record;
});
define("Portal.model$IsdCodeItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IsdCodeItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IsdCodeItem2RecordList = (function (_super) {
__extends(IsdCodeItem2RecordList, _super);
function IsdCodeItem2RecordList(defaults) {
_super.apply(this, arguments);
}
IsdCodeItem2RecordList.itemType = PortalModel.IsdCodeItem2Record;
return IsdCodeItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IsdCodeItem2RecordList = IsdCodeItem2RecordList;
});
define("Portal.model$UpgradableBundleResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleResponseRecord = (function (_super) {
__extends(UpgradableBundleResponseRecord, _super);
function UpgradableBundleResponseRecord(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleResponseRecord.attributesToDeclare = function () {
return [
this.attr("UpgradableBundleResponse", "upgradableBundleResponseAttr", "UpgradableBundleResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradableBundleResponseRec());
}, true, PortalModel.UpgradableBundleResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundleResponseRecord.fromStructure = function (str) {
return new UpgradableBundleResponseRecord(new UpgradableBundleResponseRecord.RecordClass({
upgradableBundleResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradableBundleResponseRecord._isAnonymousRecord = true;
UpgradableBundleResponseRecord.UniqueId = "81551be2-d180-5a0d-c4a8-6c1140d83ce4";
UpgradableBundleResponseRecord.init();
return UpgradableBundleResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundleResponseRecord = UpgradableBundleResponseRecord;
});
define("Portal.model$CandidateFileRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$CandidateFileRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateFileRecord = (function (_super) {
__extends(CandidateFileRecord, _super);
function CandidateFileRecord(defaults) {
_super.apply(this, arguments);
}
CandidateFileRecord.attributesToDeclare = function () {
return [
this.attr("CandidateFile", "candidateFileAttr", "CandidateFile", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.CandidateFileRec());
}, true, CareersServices_COModel.CandidateFileRec)
].concat(_super.attributesToDeclare.call(this));
};
CandidateFileRecord.fromStructure = function (str) {
return new CandidateFileRecord(new CandidateFileRecord.RecordClass({
candidateFileAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CandidateFileRecord._isAnonymousRecord = true;
CandidateFileRecord.UniqueId = "817993b1-7479-55be-b665-4ad2b727cce0";
CandidateFileRecord.init();
return CandidateFileRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CandidateFileRecord = CandidateFileRecord;
});
define("Portal.model$Payload73Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload73Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload73Record = (function (_super) {
__extends(Payload73Record, _super);
function Payload73Record(defaults) {
_super.apply(this, arguments);
}
Payload73Record.attributesToDeclare = function () {
return [
this.attr("Payload73", "payload73Attr", "Payload73", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload73Rec());
}, true, PortalModel.Payload73Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload73Record.fromStructure = function (str) {
return new Payload73Record(new Payload73Record.RecordClass({
payload73Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload73Record._isAnonymousRecord = true;
Payload73Record.UniqueId = "818963d7-ebb9-9aad-fa23-c0c98a72261c";
Payload73Record.init();
return Payload73Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload73Record = Payload73Record;
});
define("Portal.model$TextListOfPagesRecordTextRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecordRecord = (function (_super) {
__extends(TextListOfPagesRecordTextRecordRecord, _super);
function TextListOfPagesRecordTextRecordRecord(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecordRecord.attributesToDeclare = function () {
return [
this.attr("TextListOfPagesRecordTextRecord", "textListOfPagesRecordTextRecordAttr", "TextListOfPagesRecordTextRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextListOfPagesRecordTextRecordRec());
}, true, PortalModel.TextListOfPagesRecordTextRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
TextListOfPagesRecordTextRecordRecord.fromStructure = function (str) {
return new TextListOfPagesRecordTextRecordRecord(new TextListOfPagesRecordTextRecordRecord.RecordClass({
textListOfPagesRecordTextRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TextListOfPagesRecordTextRecordRecord._isAnonymousRecord = true;
TextListOfPagesRecordTextRecordRecord.UniqueId = "81d2022e-850b-09e9-ac7c-be6dbc69b0f5";
TextListOfPagesRecordTextRecordRecord.init();
return TextListOfPagesRecordTextRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextListOfPagesRecordTextRecordRecord = TextListOfPagesRecordTextRecordRecord;
});
define("Portal.model$POBoxExpiryStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$POBoxExpiryStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryStatusList = (function (_super) {
__extends(POBoxExpiryStatusList, _super);
function POBoxExpiryStatusList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryStatusList.itemType = Data_COModel.POBoxExpiryStatusRec;
return POBoxExpiryStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryStatusList = POBoxExpiryStatusList;
});
define("Portal.model$GetPaymentStatusRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPaymentStatusRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPaymentStatusRequestRecord = (function (_super) {
__extends(GetPaymentStatusRequestRecord, _super);
function GetPaymentStatusRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetPaymentStatusRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetPaymentStatusRequest", "getPaymentStatusRequestAttr", "GetPaymentStatusRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPaymentStatusRequestRec());
}, true, PortalModel.GetPaymentStatusRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPaymentStatusRequestRecord.fromStructure = function (str) {
return new GetPaymentStatusRequestRecord(new GetPaymentStatusRequestRecord.RecordClass({
getPaymentStatusRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPaymentStatusRequestRecord._isAnonymousRecord = true;
GetPaymentStatusRequestRecord.UniqueId = "82878d24-4422-f8b7-c879-744929bfe764";
GetPaymentStatusRequestRecord.init();
return GetPaymentStatusRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPaymentStatusRequestRecord = GetPaymentStatusRequestRecord;
});
define("Portal.model$AsOfDateRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AsOfDateRec = (function (_super) {
__extends(AsOfDateRec, _super);
function AsOfDateRec(defaults) {
_super.apply(this, arguments);
}
AsOfDateRec.attributesToDeclare = function () {
return [
this.attr("Lable", "lableAttr", "Lable", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Value", "valueAttr", "Value", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AsOfDateRec.init();
return AsOfDateRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AsOfDateRec = AsOfDateRec;
});
define("Portal.model$AsOfDateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AsOfDateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AsOfDateRecord = (function (_super) {
__extends(AsOfDateRecord, _super);
function AsOfDateRecord(defaults) {
_super.apply(this, arguments);
}
AsOfDateRecord.attributesToDeclare = function () {
return [
this.attr("AsOfDate", "asOfDateAttr", "AsOfDate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AsOfDateRec());
}, true, PortalModel.AsOfDateRec)
].concat(_super.attributesToDeclare.call(this));
};
AsOfDateRecord.fromStructure = function (str) {
return new AsOfDateRecord(new AsOfDateRecord.RecordClass({
asOfDateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AsOfDateRecord._isAnonymousRecord = true;
AsOfDateRecord.UniqueId = "92515337-a13a-16f7-c3ef-193a065f669e";
AsOfDateRecord.init();
return AsOfDateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AsOfDateRecord = AsOfDateRecord;
});
define("Portal.model$AsOfDateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AsOfDateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AsOfDateRecordList = (function (_super) {
__extends(AsOfDateRecordList, _super);
function AsOfDateRecordList(defaults) {
_super.apply(this, arguments);
}
AsOfDateRecordList.itemType = PortalModel.AsOfDateRecord;
return AsOfDateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AsOfDateRecordList = AsOfDateRecordList;
});
define("Portal.model$POBoxExpiryDatesResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesResponse2Record = (function (_super) {
__extends(POBoxExpiryDatesResponse2Record, _super);
function POBoxExpiryDatesResponse2Record(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesResponse2Record.attributesToDeclare = function () {
return [
this.attr("POBoxExpiryDatesResponse2", "pOBoxExpiryDatesResponse2Attr", "POBoxExpiryDatesResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesResponse2Rec());
}, true, PortalModel.POBoxExpiryDatesResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesResponse2Record.fromStructure = function (str) {
return new POBoxExpiryDatesResponse2Record(new POBoxExpiryDatesResponse2Record.RecordClass({
pOBoxExpiryDatesResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxExpiryDatesResponse2Record._isAnonymousRecord = true;
POBoxExpiryDatesResponse2Record.UniqueId = "d4f1fdf2-2e87-3abd-5245-92661e1d9e8a";
POBoxExpiryDatesResponse2Record.init();
return POBoxExpiryDatesResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesResponse2Record = POBoxExpiryDatesResponse2Record;
});
define("Portal.model$POBoxExpiryDatesResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesResponse2RecordList = (function (_super) {
__extends(POBoxExpiryDatesResponse2RecordList, _super);
function POBoxExpiryDatesResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesResponse2RecordList.itemType = PortalModel.POBoxExpiryDatesResponse2Record;
return POBoxExpiryDatesResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesResponse2RecordList = POBoxExpiryDatesResponse2RecordList;
});
define("Portal.model$CreateOutstandingOrderRequest2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRequest2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRequest2RecordList = (function (_super) {
__extends(CreateOutstandingOrderRequest2RecordList, _super);
function CreateOutstandingOrderRequest2RecordList(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRequest2RecordList.itemType = PortalModel.CreateOutstandingOrderRequest2Record;
return CreateOutstandingOrderRequest2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOutstandingOrderRequest2RecordList = CreateOutstandingOrderRequest2RecordList;
});
define("Portal.model$QuickRenewalOTPPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPPayloadRecord = (function (_super) {
__extends(QuickRenewalOTPPayloadRecord, _super);
function QuickRenewalOTPPayloadRecord(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPPayloadRecord.attributesToDeclare = function () {
return [
this.attr("QuickRenewalOTPPayload", "quickRenewalOTPPayloadAttr", "QuickRenewalOTPPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.QuickRenewalOTPPayloadRec());
}, true, PortalModel.QuickRenewalOTPPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
QuickRenewalOTPPayloadRecord.fromStructure = function (str) {
return new QuickRenewalOTPPayloadRecord(new QuickRenewalOTPPayloadRecord.RecordClass({
quickRenewalOTPPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
QuickRenewalOTPPayloadRecord._isAnonymousRecord = true;
QuickRenewalOTPPayloadRecord.UniqueId = "82e3734f-8ae6-8772-63ff-94faa6a0b606";
QuickRenewalOTPPayloadRecord.init();
return QuickRenewalOTPPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.QuickRenewalOTPPayloadRecord = QuickRenewalOTPPayloadRecord;
});
define("Portal.model$RolesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RolesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RolesList = (function (_super) {
__extends(RolesList, _super);
function RolesList(defaults) {
_super.apply(this, arguments);
}
RolesList.itemType = PortalModel.RolesRec;
return RolesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RolesList = RolesList;
});
define("Portal.model$Payload85Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentNotificationItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload85Rec = (function (_super) {
__extends(Payload85Rec, _super);
function Payload85Rec(defaults) {
_super.apply(this, arguments);
}
Payload85Rec.attributesToDeclare = function () {
return [
this.attr("ShipmentNotifications", "shipmentNotificationsAttr", "shipmentNotifications", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentNotificationItemList());
}, true, PortalModel.ShipmentNotificationItemList)
].concat(_super.attributesToDeclare.call(this));
};
Payload85Rec.fromStructure = function (str) {
return new Payload85Rec(new Payload85Rec.RecordClass({
shipmentNotificationsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload85Rec.init();
return Payload85Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload85Rec = Payload85Rec;
});
define("Portal.model$Payload85List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload85Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload85List = (function (_super) {
__extends(Payload85List, _super);
function Payload85List(defaults) {
_super.apply(this, arguments);
}
Payload85List.itemType = PortalModel.Payload85Rec;
return Payload85List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload85List = Payload85List;
});
define("Portal.model$TrackShipmentDetailResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentDetailResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentDetailResponseList = (function (_super) {
__extends(TrackShipmentDetailResponseList, _super);
function TrackShipmentDetailResponseList(defaults) {
_super.apply(this, arguments);
}
TrackShipmentDetailResponseList.itemType = PortalModel.TrackShipmentDetailResponseRec;
return TrackShipmentDetailResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentDetailResponseList = TrackShipmentDetailResponseList;
});
define("Portal.model$Payload13RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload13Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload13RecordList = (function (_super) {
__extends(Payload13RecordList, _super);
function Payload13RecordList(defaults) {
_super.apply(this, arguments);
}
Payload13RecordList.itemType = PortalModel.Payload13Record;
return Payload13RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload13RecordList = Payload13RecordList;
});
define("Portal.model$Payload19List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload19Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload19List = (function (_super) {
__extends(Payload19List, _super);
function Payload19List(defaults) {
_super.apply(this, arguments);
}
Payload19List.itemType = PortalModel.Payload19Rec;
return Payload19List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload19List = Payload19List;
});
define("Portal.model$SiteInfoRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SiteInfoRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SiteInfoRecordList = (function (_super) {
__extends(SiteInfoRecordList, _super);
function SiteInfoRecordList(defaults) {
_super.apply(this, arguments);
}
SiteInfoRecordList.itemType = PortalModel.SiteInfoRecord;
return SiteInfoRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SiteInfoRecordList = SiteInfoRecordList;
});
define("Portal.model$AcknowledgeServiceExpiryRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AcknowledgeServiceExpiryRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AcknowledgeServiceExpiryRequestList = (function (_super) {
__extends(AcknowledgeServiceExpiryRequestList, _super);
function AcknowledgeServiceExpiryRequestList(defaults) {
_super.apply(this, arguments);
}
AcknowledgeServiceExpiryRequestList.itemType = PortalModel.AcknowledgeServiceExpiryRequestRec;
return AcknowledgeServiceExpiryRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AcknowledgeServiceExpiryRequestList = AcknowledgeServiceExpiryRequestList;
});
define("Portal.model$SelectPOBoxCancellationRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationRecord = (function (_super) {
__extends(SelectPOBoxCancellationRecord, _super);
function SelectPOBoxCancellationRecord(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationRecord.attributesToDeclare = function () {
return [
this.attr("SelectPOBoxCancellation", "selectPOBoxCancellationAttr", "SelectPOBoxCancellation", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPOBoxCancellationRec());
}, true, PortalModel.SelectPOBoxCancellationRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxCancellationRecord.fromStructure = function (str) {
return new SelectPOBoxCancellationRecord(new SelectPOBoxCancellationRecord.RecordClass({
selectPOBoxCancellationAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPOBoxCancellationRecord._isAnonymousRecord = true;
SelectPOBoxCancellationRecord.UniqueId = "840db4f9-78f5-91d2-8b27-9c0a5947b529";
SelectPOBoxCancellationRecord.init();
return SelectPOBoxCancellationRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxCancellationRecord = SelectPOBoxCancellationRecord;
});
define("Portal.model$UserRecord", ["exports", "OutSystems/ClientRuntime/Main", "ServiceCenter.model", "Portal.model", "ServiceCenter.model$UserRec", "Portal.referencesHealth", "Portal.referencesHealth$ServiceCenter"], function (exports, OutSystems, ServiceCenterModel, PortalModel) {
var OS = OutSystems.Internal;
var UserRecord = (function (_super) {
__extends(UserRecord, _super);
function UserRecord(defaults) {
_super.apply(this, arguments);
}
UserRecord.attributesToDeclare = function () {
return [
this.attr("User", "userAttr", "User", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new ServiceCenterModel.UserRec());
}, true, ServiceCenterModel.UserRec)
].concat(_super.attributesToDeclare.call(this));
};
UserRecord.fromStructure = function (str) {
return new UserRecord(new UserRecord.RecordClass({
userAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UserRecord._isAnonymousRecord = true;
UserRecord.UniqueId = "ced01335-8a82-a813-f1d9-a5108f17ce79";
UserRecord.init();
return UserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UserRecord = UserRecord;
});
define("Portal.model$UserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserRecordList = (function (_super) {
__extends(UserRecordList, _super);
function UserRecordList(defaults) {
_super.apply(this, arguments);
}
UserRecordList.itemType = PortalModel.UserRecord;
return UserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserRecordList = UserRecordList;
});
define("Portal.model$LegalEnquiryDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryDetailRecord = (function (_super) {
__extends(LegalEnquiryDetailRecord, _super);
function LegalEnquiryDetailRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryDetailRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryDetail", "legalEnquiryDetailAttr", "LegalEnquiryDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryDetailRec());
}, true, PortalModel.LegalEnquiryDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryDetailRecord.fromStructure = function (str) {
return new LegalEnquiryDetailRecord(new LegalEnquiryDetailRecord.RecordClass({
legalEnquiryDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryDetailRecord._isAnonymousRecord = true;
LegalEnquiryDetailRecord.UniqueId = "8474d191-50f9-efa3-0183-5f6d8b429a18";
LegalEnquiryDetailRecord.init();
return LegalEnquiryDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryDetailRecord = LegalEnquiryDetailRecord;
});
define("Portal.model$Payload39List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload39Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload39List = (function (_super) {
__extends(Payload39List, _super);
function Payload39List(defaults) {
_super.apply(this, arguments);
}
Payload39List.itemType = PortalModel.Payload39Rec;
return Payload39List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload39List = Payload39List;
});
define("Portal.model$PostPrintAWBResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBResponseRecordList = (function (_super) {
__extends(PostPrintAWBResponseRecordList, _super);
function PostPrintAWBResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBResponseRecordList.itemType = PortalModel.PostPrintAWBResponseRecord;
return PostPrintAWBResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostPrintAWBResponseRecordList = PostPrintAWBResponseRecordList;
});
define("Portal.model$Payload74List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload74Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload74List = (function (_super) {
__extends(Payload74List, _super);
function Payload74List(defaults) {
_super.apply(this, arguments);
}
Payload74List.itemType = PortalModel.Payload74Rec;
return Payload74List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload74List = Payload74List;
});
define("Portal.model$CartServiceList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CartServiceRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CartServiceList = (function (_super) {
__extends(CartServiceList, _super);
function CartServiceList(defaults) {
_super.apply(this, arguments);
}
CartServiceList.itemType = Data_COModel.CartServiceRec;
return CartServiceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CartServiceList = CartServiceList;
});
define("Portal.model$PostingJobBooleanRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$PostingRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO", "CareersData_CO.model$JobRec"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobBooleanRecord = (function (_super) {
__extends(PostingJobBooleanRecord, _super);
function PostingJobBooleanRecord(defaults) {
_super.apply(this, arguments);
}
PostingJobBooleanRecord.attributesToDeclare = function () {
return [
this.attr("Posting", "postingAttr", "Posting", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.PostingRec());
}, true, CareersData_COModel.PostingRec),
this.attr("Job", "jobAttr", "Job", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobRec());
}, true, CareersData_COModel.JobRec),
this.attr("HasAlreadyApplied", "hasAlreadyAppliedAttr", "HasAlreadyApplied", false, false, OS.Types.Boolean, function () {
return false;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
PostingJobBooleanRecord._isAnonymousRecord = true;
PostingJobBooleanRecord.UniqueId = "84ee7501-213d-3c9b-b9ff-59e8a779add1";
PostingJobBooleanRecord.init();
return PostingJobBooleanRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostingJobBooleanRecord = PostingJobBooleanRecord;
});
define("Portal.model$PayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadRecord = (function (_super) {
__extends(PayloadRecord, _super);
function PayloadRecord(defaults) {
_super.apply(this, arguments);
}
PayloadRecord.attributesToDeclare = function () {
return [
this.attr("Payload", "payloadAttr", "Payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadRec());
}, true, PortalModel.PayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadRecord.fromStructure = function (str) {
return new PayloadRecord(new PayloadRecord.RecordClass({
payloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadRecord._isAnonymousRecord = true;
PayloadRecord.UniqueId = "c15a09de-174b-bb88-bc3b-e1b1905873c9";
PayloadRecord.init();
return PayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadRecord = PayloadRecord;
});
define("Portal.model$PayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadRecordList = (function (_super) {
__extends(PayloadRecordList, _super);
function PayloadRecordList(defaults) {
_super.apply(this, arguments);
}
PayloadRecordList.itemType = PortalModel.PayloadRecord;
return PayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadRecordList = PayloadRecordList;
});
define("Portal.model$CustomDeclarationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationRecordList = (function (_super) {
__extends(CustomDeclarationRecordList, _super);
function CustomDeclarationRecordList(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationRecordList.itemType = PortalModel.CustomDeclarationRecord;
return CustomDeclarationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationRecordList = CustomDeclarationRecordList;
});
define("Portal.model$IDLRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestRecordList = (function (_super) {
__extends(IDLRequestRecordList, _super);
function IDLRequestRecordList(defaults) {
_super.apply(this, arguments);
}
IDLRequestRecordList.itemType = PortalModel.IDLRequestRecord;
return IDLRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestRecordList = IDLRequestRecordList;
});
define("Portal.model$HTTPRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequestRecordList = (function (_super) {
__extends(HTTPRequestRecordList, _super);
function HTTPRequestRecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequestRecordList.itemType = PortalModel.HTTPRequestRecord;
return HTTPRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequestRecordList = HTTPRequestRecordList;
});
define("Portal.model$Payload84RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload84Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload84RecordList = (function (_super) {
__extends(Payload84RecordList, _super);
function Payload84RecordList(defaults) {
_super.apply(this, arguments);
}
Payload84RecordList.itemType = PortalModel.Payload84Record;
return Payload84RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload84RecordList = Payload84RecordList;
});
define("Portal.model$DashboardValuesRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DashboardValuesRec = (function (_super) {
__extends(DashboardValuesRec, _super);
function DashboardValuesRec(defaults) {
_super.apply(this, arguments);
}
DashboardValuesRec.attributesToDeclare = function () {
return [
this.attr("ReceiptDashboard", "receiptDashboardAttr", "ReceiptDashboard", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("TransactionDashborad", "transactionDashboradAttr", "TransactionDashborad", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("OuststandingDashboard", "ouststandingDashboardAttr", "OuststandingDashboard", false, false, OS.Types.Decimal, function () {
return OS.DataTypes.Decimal.defaultValue;
}, true),
this.attr("DashbaordToDate", "dashbaordToDateAttr", "DashbaordToDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DashboardFromDate", "dashboardFromDateAttr", "DashboardFromDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("DashboardAsOfDate", "dashboardAsOfDateAttr", "DashboardAsOfDate", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
DashboardValuesRec.init();
return DashboardValuesRec;
})(OS.DataTypes.GenericRecord);
PortalModel.DashboardValuesRec = DashboardValuesRec;
});
define("Portal.model$DashboardValuesRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DashboardValuesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DashboardValuesRecord = (function (_super) {
__extends(DashboardValuesRecord, _super);
function DashboardValuesRecord(defaults) {
_super.apply(this, arguments);
}
DashboardValuesRecord.attributesToDeclare = function () {
return [
this.attr("DashboardValues", "dashboardValuesAttr", "DashboardValues", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DashboardValuesRec());
}, true, PortalModel.DashboardValuesRec)
].concat(_super.attributesToDeclare.call(this));
};
DashboardValuesRecord.fromStructure = function (str) {
return new DashboardValuesRecord(new DashboardValuesRecord.RecordClass({
dashboardValuesAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DashboardValuesRecord._isAnonymousRecord = true;
DashboardValuesRecord.UniqueId = "85ca47ec-42ec-2293-8a96-4fce01781be9";
DashboardValuesRecord.init();
return DashboardValuesRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DashboardValuesRecord = DashboardValuesRecord;
});
define("Portal.model$DetailItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DetailItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DetailItem3RecordList = (function (_super) {
__extends(DetailItem3RecordList, _super);
function DetailItem3RecordList(defaults) {
_super.apply(this, arguments);
}
DetailItem3RecordList.itemType = PortalModel.DetailItem3Record;
return DetailItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DetailItem3RecordList = DetailItem3RecordList;
});
define("Portal.model$Payload65Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload65Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload65Record = (function (_super) {
__extends(Payload65Record, _super);
function Payload65Record(defaults) {
_super.apply(this, arguments);
}
Payload65Record.attributesToDeclare = function () {
return [
this.attr("Payload65", "payload65Attr", "Payload65", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload65Rec());
}, true, PortalModel.Payload65Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload65Record.fromStructure = function (str) {
return new Payload65Record(new Payload65Record.RecordClass({
payload65Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload65Record._isAnonymousRecord = true;
Payload65Record.UniqueId = "863d4772-4f0a-ae88-69a9-b500ee70cd23";
Payload65Record.init();
return Payload65Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload65Record = Payload65Record;
});
define("Portal.model$ShipmentItem3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem3Record = (function (_super) {
__extends(ShipmentItem3Record, _super);
function ShipmentItem3Record(defaults) {
_super.apply(this, arguments);
}
ShipmentItem3Record.attributesToDeclare = function () {
return [
this.attr("ShipmentItem3", "shipmentItem3Attr", "ShipmentItem3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ShipmentItem3Rec());
}, true, PortalModel.ShipmentItem3Rec)
].concat(_super.attributesToDeclare.call(this));
};
ShipmentItem3Record.fromStructure = function (str) {
return new ShipmentItem3Record(new ShipmentItem3Record.RecordClass({
shipmentItem3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ShipmentItem3Record._isAnonymousRecord = true;
ShipmentItem3Record.UniqueId = "8659e0ba-caf1-66d2-5bd4-401bedeb13c7";
ShipmentItem3Record.init();
return ShipmentItem3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ShipmentItem3Record = ShipmentItem3Record;
});
define("Portal.model$ApplicationStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$ApplicationStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ApplicationStatusList = (function (_super) {
__extends(ApplicationStatusList, _super);
function ApplicationStatusList(defaults) {
_super.apply(this, arguments);
}
ApplicationStatusList.itemType = Enums_COModel.ApplicationStatusRec;
return ApplicationStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ApplicationStatusList = ApplicationStatusList;
});
define("Portal.model$CreateSmartPlacesOrderRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateSmartPlacesOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateSmartPlacesOrderRequestList = (function (_super) {
__extends(CreateSmartPlacesOrderRequestList, _super);
function CreateSmartPlacesOrderRequestList(defaults) {
_super.apply(this, arguments);
}
CreateSmartPlacesOrderRequestList.itemType = PortalModel.CreateSmartPlacesOrderRequestRec;
return CreateSmartPlacesOrderRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateSmartPlacesOrderRequestList = CreateSmartPlacesOrderRequestList;
});
define("Portal.model$Payload48RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload48Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload48RecordList = (function (_super) {
__extends(Payload48RecordList, _super);
function Payload48RecordList(defaults) {
_super.apply(this, arguments);
}
Payload48RecordList.itemType = PortalModel.Payload48Record;
return Payload48RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload48RecordList = Payload48RecordList;
});
define("Portal.model$ColorRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$ColorRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var ColorRecord = (function (_super) {
__extends(ColorRecord, _super);
function ColorRecord(defaults) {
_super.apply(this, arguments);
}
ColorRecord.attributesToDeclare = function () {
return [
this.attr("Color", "colorAttr", "Color", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.ColorRec());
}, true, OutSystemsUIModel.ColorRec)
].concat(_super.attributesToDeclare.call(this));
};
ColorRecord.fromStructure = function (str) {
return new ColorRecord(new ColorRecord.RecordClass({
colorAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ColorRecord._isAnonymousRecord = true;
ColorRecord.UniqueId = "87351e3b-0fa2-ca59-cf6c-6749c6405006";
ColorRecord.init();
return ColorRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ColorRecord = ColorRecord;
});
define("Portal.model$CancelPOBoxResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPOBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPOBoxResponseRecord = (function (_super) {
__extends(CancelPOBoxResponseRecord, _super);
function CancelPOBoxResponseRecord(defaults) {
_super.apply(this, arguments);
}
CancelPOBoxResponseRecord.attributesToDeclare = function () {
return [
this.attr("CancelPOBoxResponse", "cancelPOBoxResponseAttr", "CancelPOBoxResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CancelPOBoxResponseRec());
}, true, PortalModel.CancelPOBoxResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPOBoxResponseRecord.fromStructure = function (str) {
return new CancelPOBoxResponseRecord(new CancelPOBoxResponseRecord.RecordClass({
cancelPOBoxResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CancelPOBoxResponseRecord._isAnonymousRecord = true;
CancelPOBoxResponseRecord.UniqueId = "90feab84-d6bd-beb9-8a2c-b62ad22f874a";
CancelPOBoxResponseRecord.init();
return CancelPOBoxResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPOBoxResponseRecord = CancelPOBoxResponseRecord;
});
define("Portal.model$CancelPOBoxResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPOBoxResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPOBoxResponseRecordList = (function (_super) {
__extends(CancelPOBoxResponseRecordList, _super);
function CancelPOBoxResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CancelPOBoxResponseRecordList.itemType = PortalModel.CancelPOBoxResponseRecord;
return CancelPOBoxResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPOBoxResponseRecordList = CancelPOBoxResponseRecordList;
});
define("Portal.model$ContactDetailsFileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileList = (function (_super) {
__extends(ContactDetailsFileList, _super);
function ContactDetailsFileList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileList.itemType = PortalModel.ContactDetailsFileRec;
return ContactDetailsFileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsFileList = ContactDetailsFileList;
});
define("Portal.model$VerificationPageDatabyTransIdResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdResponseRecordList = (function (_super) {
__extends(VerificationPageDatabyTransIdResponseRecordList, _super);
function VerificationPageDatabyTransIdResponseRecordList(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdResponseRecordList.itemType = PortalModel.VerificationPageDatabyTransIdResponseRecord;
return VerificationPageDatabyTransIdResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VerificationPageDatabyTransIdResponseRecordList = VerificationPageDatabyTransIdResponseRecordList;
});
define("Portal.model$HTTPHeader12Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader12Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader12Record = (function (_super) {
__extends(HTTPHeader12Record, _super);
function HTTPHeader12Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader12Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader12", "hTTPHeader12Attr", "HTTPHeader12", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader12Rec());
}, true, PortalModel.HTTPHeader12Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader12Record.fromStructure = function (str) {
return new HTTPHeader12Record(new HTTPHeader12Record.RecordClass({
hTTPHeader12Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader12Record._isAnonymousRecord = true;
HTTPHeader12Record.UniqueId = "87753b24-f2eb-be37-cc09-5a05eedd325d";
HTTPHeader12Record.init();
return HTTPHeader12Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader12Record = HTTPHeader12Record;
});
define("Portal.model$LinkPOBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LinkPOBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LinkPOBoxRequestRecordList = (function (_super) {
__extends(LinkPOBoxRequestRecordList, _super);
function LinkPOBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
LinkPOBoxRequestRecordList.itemType = PortalModel.LinkPOBoxRequestRecord;
return LinkPOBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LinkPOBoxRequestRecordList = LinkPOBoxRequestRecordList;
});
define("Portal.model$AddressBookRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressBookRec = (function (_super) {
__extends(AddressBookRec, _super);
function AddressBookRec(defaults) {
_super.apply(this, arguments);
}
AddressBookRec.attributesToDeclare = function () {
return [
this.attr("ID", "iDAttr", "ID", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Title", "titleAttr", "Title", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FullAddress", "fullAddressAttr", "FullAddress", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
AddressBookRec.init();
return AddressBookRec;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressBookRec = AddressBookRec;
});
define("Portal.model$AddressBookRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressBookRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressBookRecord = (function (_super) {
__extends(AddressBookRecord, _super);
function AddressBookRecord(defaults) {
_super.apply(this, arguments);
}
AddressBookRecord.attributesToDeclare = function () {
return [
this.attr("AddressBook", "addressBookAttr", "AddressBook", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressBookRec());
}, true, PortalModel.AddressBookRec)
].concat(_super.attributesToDeclare.call(this));
};
AddressBookRecord.fromStructure = function (str) {
return new AddressBookRecord(new AddressBookRecord.RecordClass({
addressBookAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AddressBookRecord._isAnonymousRecord = true;
AddressBookRecord.UniqueId = "90c44601-0cc5-344f-c273-c08e92a2438b";
AddressBookRecord.init();
return AddressBookRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressBookRecord = AddressBookRecord;
});
define("Portal.model$AddressBookRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressBookRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressBookRecordList = (function (_super) {
__extends(AddressBookRecordList, _super);
function AddressBookRecordList(defaults) {
_super.apply(this, arguments);
}
AddressBookRecordList.itemType = PortalModel.AddressBookRecord;
return AddressBookRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressBookRecordList = AddressBookRecordList;
});
define("Portal.model$HeaderDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderDetailsList = (function (_super) {
__extends(HeaderDetailsList, _super);
function HeaderDetailsList(defaults) {
_super.apply(this, arguments);
}
HeaderDetailsList.itemType = PortalModel.HeaderDetailsRec;
return HeaderDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HeaderDetailsList = HeaderDetailsList;
});
define("Portal.model$LegalEnquiryStructWithStatusNameRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructWithStatusNameRec = (function (_super) {
__extends(LegalEnquiryStructWithStatusNameRec, _super);
function LegalEnquiryStructWithStatusNameRec(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructWithStatusNameRec.attributesToDeclare = function () {
return [
this.attr("Id", "idAttr", "Id", true, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("FullName", "fullNameAttr", "FullName", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmailAdress", "emailAdressAttr", "EmailAdress", true, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("MobileNumber", "mobileNumberAttr", "MobileNumber", true, false, OS.Types.PhoneNumber, function () {
return "";
}, true),
this.attr("FileEmiratesId", "fileEmiratesIdAttr", "FileEmiratesId", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtCaseNumber", "courtCaseNumberAttr", "CourtCaseNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("CourtLetterNumber", "courtLetterNumberAttr", "CourtLetterNumber", true, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileCourtRequestLetter", "fileCourtRequestLetterAttr", "FileCourtRequestLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TrnNumber", "trnNumberAttr", "TrnNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestType", "requestTypeAttr", "RequestType", false, false, OS.Types.Boolean, function () {
return false;
}, true),
this.attr("CompanyEmailAddress", "companyEmailAddressAttr", "CompanyEmailAddress", false, false, OS.Types.Email, function () {
return "";
}, true),
this.attr("FileReqProofOfAuthorization", "fileReqProofOfAuthorizationAttr", "FileReqProofOfAuthorization", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileTradeLicense", "fileTradeLicenseAttr", "FileTradeLicense", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("HolderFullName", "holderFullNameAttr", "HolderFullName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("POBoxNumber", "pOBoxNumberAttr", "POBoxNumber", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("Emirates", "emiratesAttr", "Emirates", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AddressTo", "addressToAttr", "AddressTo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("AditionalHolderInfo", "aditionalHolderInfoAttr", "AditionalHolderInfo", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("EmiratesIDNumber", "emiratesIDNumberAttr", "EmiratesIDNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("TradeLicenseNumber", "tradeLicenseNumberAttr", "TradeLicenseNumber", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("UserId", "userIdAttr", "UserId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("LegalEnquiryStatusId", "legalEnquiryStatusIdAttr", "LegalEnquiryStatusId", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("CreatedDate", "createdDateAttr", "CreatedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("CreatedBy", "createdByAttr", "CreatedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("ModifiedDate", "modifiedDateAttr", "ModifiedDate", false, false, OS.Types.DateTime, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true),
this.attr("ModifiedBy", "modifiedByAttr", "ModifiedBy", false, false, OS.Types.Integer, function () {
return 0;
}, true),
this.attr("FileFinalLetter", "fileFinalLetterAttr", "FileFinalLetter", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("StatusName", "statusNameAttr", "StatusName", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryStructWithStatusNameRec.init();
return LegalEnquiryStructWithStatusNameRec;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryStructWithStatusNameRec = LegalEnquiryStructWithStatusNameRec;
});
define("Portal.model$LegalEnquiryStructWithStatusNameList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructWithStatusNameRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructWithStatusNameList = (function (_super) {
__extends(LegalEnquiryStructWithStatusNameList, _super);
function LegalEnquiryStructWithStatusNameList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructWithStatusNameList.itemType = PortalModel.LegalEnquiryStructWithStatusNameRec;
return LegalEnquiryStructWithStatusNameList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStructWithStatusNameList = LegalEnquiryStructWithStatusNameList;
});
define("Portal.model$Payload77List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload77Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload77List = (function (_super) {
__extends(Payload77List, _super);
function Payload77List(defaults) {
_super.apply(this, arguments);
}
Payload77List.itemType = PortalModel.Payload77Rec;
return Payload77List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload77List = Payload77List;
});
define("Portal.model$BookingItemDetail2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemDetail2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemDetail2Record = (function (_super) {
__extends(BookingItemDetail2Record, _super);
function BookingItemDetail2Record(defaults) {
_super.apply(this, arguments);
}
BookingItemDetail2Record.attributesToDeclare = function () {
return [
this.attr("BookingItemDetail2", "bookingItemDetail2Attr", "BookingItemDetail2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BookingItemDetail2Rec());
}, true, PortalModel.BookingItemDetail2Rec)
].concat(_super.attributesToDeclare.call(this));
};
BookingItemDetail2Record.fromStructure = function (str) {
return new BookingItemDetail2Record(new BookingItemDetail2Record.RecordClass({
bookingItemDetail2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BookingItemDetail2Record._isAnonymousRecord = true;
BookingItemDetail2Record.UniqueId = "b8a50c2c-37bb-08c2-cacb-bea450789aab";
BookingItemDetail2Record.init();
return BookingItemDetail2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.BookingItemDetail2Record = BookingItemDetail2Record;
});
define("Portal.model$BookingItemDetail2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemDetail2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemDetail2RecordList = (function (_super) {
__extends(BookingItemDetail2RecordList, _super);
function BookingItemDetail2RecordList(defaults) {
_super.apply(this, arguments);
}
BookingItemDetail2RecordList.itemType = PortalModel.BookingItemDetail2Record;
return BookingItemDetail2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BookingItemDetail2RecordList = BookingItemDetail2RecordList;
});
define("Portal.model$ReturnItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItem2Record = (function (_super) {
__extends(ReturnItem2Record, _super);
function ReturnItem2Record(defaults) {
_super.apply(this, arguments);
}
ReturnItem2Record.attributesToDeclare = function () {
return [
this.attr("ReturnItem2", "returnItem2Attr", "ReturnItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ReturnItem2Rec());
}, true, PortalModel.ReturnItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ReturnItem2Record.fromStructure = function (str) {
return new ReturnItem2Record(new ReturnItem2Record.RecordClass({
returnItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ReturnItem2Record._isAnonymousRecord = true;
ReturnItem2Record.UniqueId = "8869950a-88e5-1021-ebd9-a37d091cf4fd";
ReturnItem2Record.init();
return ReturnItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ReturnItem2Record = ReturnItem2Record;
});
define("Portal.model$PendingInvoiceResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponse3List = (function (_super) {
__extends(PendingInvoiceResponse3List, _super);
function PendingInvoiceResponse3List(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponse3List.itemType = PortalModel.PendingInvoiceResponse3Rec;
return PendingInvoiceResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceResponse3List = PendingInvoiceResponse3List;
});
define("Portal.model$GetUserInfoResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserInfoResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserInfoResponseRecordList = (function (_super) {
__extends(GetUserInfoResponseRecordList, _super);
function GetUserInfoResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetUserInfoResponseRecordList.itemType = PortalModel.GetUserInfoResponseRecord;
return GetUserInfoResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserInfoResponseRecordList = GetUserInfoResponseRecordList;
});
define("Portal.model$HTTPResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse2List = (function (_super) {
__extends(HTTPResponse2List, _super);
function HTTPResponse2List(defaults) {
_super.apply(this, arguments);
}
HTTPResponse2List.itemType = PortalModel.HTTPResponse2Rec;
return HTTPResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse2List = HTTPResponse2List;
});
define("Portal.model$ValidateMobileNumberList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumberRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumberList = (function (_super) {
__extends(ValidateMobileNumberList, _super);
function ValidateMobileNumberList(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumberList.itemType = PortalModel.ValidateMobileNumberRec;
return ValidateMobileNumberList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateMobileNumberList = ValidateMobileNumberList;
});
define("Portal.model$PaymentMethod2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethod2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethod2Record = (function (_super) {
__extends(PaymentMethod2Record, _super);
function PaymentMethod2Record(defaults) {
_super.apply(this, arguments);
}
PaymentMethod2Record.attributesToDeclare = function () {
return [
this.attr("PaymentMethod2", "paymentMethod2Attr", "PaymentMethod2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethod2Rec());
}, true, PortalModel.PaymentMethod2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentMethod2Record.fromStructure = function (str) {
return new PaymentMethod2Record(new PaymentMethod2Record.RecordClass({
paymentMethod2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentMethod2Record._isAnonymousRecord = true;
PaymentMethod2Record.UniqueId = "89754a97-3a05-3af1-942e-d158de258ea4";
PaymentMethod2Record.init();
return PaymentMethod2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentMethod2Record = PaymentMethod2Record;
});
define("Portal.model$Consignment2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Consignment2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Consignment2RecordList = (function (_super) {
__extends(Consignment2RecordList, _super);
function Consignment2RecordList(defaults) {
_super.apply(this, arguments);
}
Consignment2RecordList.itemType = PortalModel.Consignment2Record;
return Consignment2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Consignment2RecordList = Consignment2RecordList;
});
define("Portal.model$QuickRenewalOTPResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPResponseList = (function (_super) {
__extends(QuickRenewalOTPResponseList, _super);
function QuickRenewalOTPResponseList(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPResponseList.itemType = PortalModel.QuickRenewalOTPResponseRec;
return QuickRenewalOTPResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickRenewalOTPResponseList = QuickRenewalOTPResponseList;
});
define("Portal.model$URLQueryParameter15List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter15List = (function (_super) {
__extends(URLQueryParameter15List, _super);
function URLQueryParameter15List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter15List.itemType = PortalModel.URLQueryParameter15Rec;
return URLQueryParameter15List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter15List = URLQueryParameter15List;
});
define("Portal.model$CancelPostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestRecord = (function (_super) {
__extends(CancelPostBoxRequestRecord, _super);
function CancelPostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("CancelPostBoxRequest", "cancelPostBoxRequestAttr", "CancelPostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CancelPostBoxRequestRec());
}, true, PortalModel.CancelPostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CancelPostBoxRequestRecord.fromStructure = function (str) {
return new CancelPostBoxRequestRecord(new CancelPostBoxRequestRecord.RecordClass({
cancelPostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CancelPostBoxRequestRecord._isAnonymousRecord = true;
CancelPostBoxRequestRecord.UniqueId = "ec7fd876-c1b4-78f2-e451-21f45923b4d7";
CancelPostBoxRequestRecord.init();
return CancelPostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CancelPostBoxRequestRecord = CancelPostBoxRequestRecord;
});
define("Portal.model$CancelPostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPostBoxRequestRecordList = (function (_super) {
__extends(CancelPostBoxRequestRecordList, _super);
function CancelPostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CancelPostBoxRequestRecordList.itemType = PortalModel.CancelPostBoxRequestRecord;
return CancelPostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPostBoxRequestRecordList = CancelPostBoxRequestRecordList;
});
define("Portal.model$GetPOBoxRenewalPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalPayloadRecord = (function (_super) {
__extends(GetPOBoxRenewalPayloadRecord, _super);
function GetPOBoxRenewalPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxRenewalPayload", "getPOBoxRenewalPayloadAttr", "GetPOBoxRenewalPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxRenewalPayloadRec());
}, true, PortalModel.GetPOBoxRenewalPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxRenewalPayloadRecord.fromStructure = function (str) {
return new GetPOBoxRenewalPayloadRecord(new GetPOBoxRenewalPayloadRecord.RecordClass({
getPOBoxRenewalPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxRenewalPayloadRecord._isAnonymousRecord = true;
GetPOBoxRenewalPayloadRecord.UniqueId = "89ec424d-3136-0907-e0e8-8d86f2973e5f";
GetPOBoxRenewalPayloadRecord.init();
return GetPOBoxRenewalPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxRenewalPayloadRecord = GetPOBoxRenewalPayloadRecord;
});
define("Portal.model$IDLProductRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLProductRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLProductRecord = (function (_super) {
__extends(IDLProductRecord, _super);
function IDLProductRecord(defaults) {
_super.apply(this, arguments);
}
IDLProductRecord.attributesToDeclare = function () {
return [
this.attr("IDLProduct", "iDLProductAttr", "IDLProduct", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLProductRec());
}, true, PortalModel.IDLProductRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLProductRecord.fromStructure = function (str) {
return new IDLProductRecord(new IDLProductRecord.RecordClass({
iDLProductAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLProductRecord._isAnonymousRecord = true;
IDLProductRecord.UniqueId = "96f622f4-502c-c3ad-e8f2-85d5b6d71af9";
IDLProductRecord.init();
return IDLProductRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLProductRecord = IDLProductRecord;
});
define("Portal.model$IDLProductRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLProductRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLProductRecordList = (function (_super) {
__extends(IDLProductRecordList, _super);
function IDLProductRecordList(defaults) {
_super.apply(this, arguments);
}
IDLProductRecordList.itemType = PortalModel.IDLProductRecord;
return IDLProductRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLProductRecordList = IDLProductRecordList;
});
define("Portal.model$ProcessBookingRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingRequestList = (function (_super) {
__extends(ProcessBookingRequestList, _super);
function ProcessBookingRequestList(defaults) {
_super.apply(this, arguments);
}
ProcessBookingRequestList.itemType = PortalModel.ProcessBookingRequestRec;
return ProcessBookingRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessBookingRequestList = ProcessBookingRequestList;
});
define("Portal.model$InternalJobApplicationList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$InternalJobApplicationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var InternalJobApplicationList = (function (_super) {
__extends(InternalJobApplicationList, _super);
function InternalJobApplicationList(defaults) {
_super.apply(this, arguments);
}
InternalJobApplicationList.itemType = CareersData_COModel.InternalJobApplicationRec;
return InternalJobApplicationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InternalJobApplicationList = InternalJobApplicationList;
});
define("Portal.model$eServices_UserRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$eServices_UserRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var eServices_UserRecord = (function (_super) {
__extends(eServices_UserRecord, _super);
function eServices_UserRecord(defaults) {
_super.apply(this, arguments);
}
eServices_UserRecord.attributesToDeclare = function () {
return [
this.attr("eServices_User", "eServices_UserAttr", "eServices_User", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.eServices_UserRec());
}, true, Data_COModel.eServices_UserRec)
].concat(_super.attributesToDeclare.call(this));
};
eServices_UserRecord.fromStructure = function (str) {
return new eServices_UserRecord(new eServices_UserRecord.RecordClass({
eServices_UserAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
eServices_UserRecord._isAnonymousRecord = true;
eServices_UserRecord.UniqueId = "e359263d-4271-643b-bcf4-4822591f6284";
eServices_UserRecord.init();
return eServices_UserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.eServices_UserRecord = eServices_UserRecord;
});
define("Portal.model$eServices_UserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$eServices_UserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var eServices_UserRecordList = (function (_super) {
__extends(eServices_UserRecordList, _super);
function eServices_UserRecordList(defaults) {
_super.apply(this, arguments);
}
eServices_UserRecordList.itemType = PortalModel.eServices_UserRecord;
return eServices_UserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.eServices_UserRecordList = eServices_UserRecordList;
});
define("Portal.model$PriceCalculationList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculationList = (function (_super) {
__extends(PriceCalculationList, _super);
function PriceCalculationList(defaults) {
_super.apply(this, arguments);
}
PriceCalculationList.itemType = PortalModel.PriceCalculationRec;
return PriceCalculationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceCalculationList = PriceCalculationList;
});
define("Portal.model$UnlinkPOBoxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBoxList = (function (_super) {
__extends(UnlinkPOBoxList, _super);
function UnlinkPOBoxList(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBoxList.itemType = PortalModel.UnlinkPOBoxRec;
return UnlinkPOBoxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UnlinkPOBoxList = UnlinkPOBoxList;
});
define("Portal.model$UserTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$UserTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var UserTypeList = (function (_super) {
__extends(UserTypeList, _super);
function UserTypeList(defaults) {
_super.apply(this, arguments);
}
UserTypeList.itemType = Enums_COModel.UserTypeRec;
return UserTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserTypeList = UserTypeList;
});
define("Portal.model$SizeList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$SizeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var SizeList = (function (_super) {
__extends(SizeList, _super);
function SizeList(defaults) {
_super.apply(this, arguments);
}
SizeList.itemType = OutSystemsUIModel.SizeRec;
return SizeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SizeList = SizeList;
});
define("Portal.model$LegalEnquiryDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryDetailRecordList = (function (_super) {
__extends(LegalEnquiryDetailRecordList, _super);
function LegalEnquiryDetailRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryDetailRecordList.itemType = PortalModel.LegalEnquiryDetailRecord;
return LegalEnquiryDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryDetailRecordList = LegalEnquiryDetailRecordList;
});
define("Portal.model$POBoxRenewalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxRenewalRecord = (function (_super) {
__extends(POBoxRenewalRecord, _super);
function POBoxRenewalRecord(defaults) {
_super.apply(this, arguments);
}
POBoxRenewalRecord.attributesToDeclare = function () {
return [
this.attr("POBoxRenewal", "pOBoxRenewalAttr", "POBoxRenewal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxRenewalRec());
}, true, PortalModel.POBoxRenewalRec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxRenewalRecord.fromStructure = function (str) {
return new POBoxRenewalRecord(new POBoxRenewalRecord.RecordClass({
pOBoxRenewalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxRenewalRecord._isAnonymousRecord = true;
POBoxRenewalRecord.UniqueId = "8af6ae06-47f7-80d6-f4f6-bf6dfb3ba4ea";
POBoxRenewalRecord.init();
return POBoxRenewalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxRenewalRecord = POBoxRenewalRecord;
});
define("Portal.model$VehicleTypeItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItem2Record = (function (_super) {
__extends(VehicleTypeItem2Record, _super);
function VehicleTypeItem2Record(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItem2Record.attributesToDeclare = function () {
return [
this.attr("VehicleTypeItem2", "vehicleTypeItem2Attr", "VehicleTypeItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.VehicleTypeItem2Rec());
}, true, PortalModel.VehicleTypeItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
VehicleTypeItem2Record.fromStructure = function (str) {
return new VehicleTypeItem2Record(new VehicleTypeItem2Record.RecordClass({
vehicleTypeItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
VehicleTypeItem2Record._isAnonymousRecord = true;
VehicleTypeItem2Record.UniqueId = "8b25820c-86e8-46e7-eb80-7524098e436d";
VehicleTypeItem2Record.init();
return VehicleTypeItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.VehicleTypeItem2Record = VehicleTypeItem2Record;
});
define("Portal.model$IntnlPostalEnquiryDetail2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetail2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetail2Record = (function (_super) {
__extends(IntnlPostalEnquiryDetail2Record, _super);
function IntnlPostalEnquiryDetail2Record(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetail2Record.attributesToDeclare = function () {
return [
this.attr("IntnlPostalEnquiryDetail2", "intnlPostalEnquiryDetail2Attr", "IntnlPostalEnquiryDetail2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPostalEnquiryDetail2Rec());
}, true, PortalModel.IntnlPostalEnquiryDetail2Rec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPostalEnquiryDetail2Record.fromStructure = function (str) {
return new IntnlPostalEnquiryDetail2Record(new IntnlPostalEnquiryDetail2Record.RecordClass({
intnlPostalEnquiryDetail2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntnlPostalEnquiryDetail2Record._isAnonymousRecord = true;
IntnlPostalEnquiryDetail2Record.UniqueId = "e6a69123-9455-b1b6-c772-d543980834c1";
IntnlPostalEnquiryDetail2Record.init();
return IntnlPostalEnquiryDetail2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPostalEnquiryDetail2Record = IntnlPostalEnquiryDetail2Record;
});
define("Portal.model$IntnlPostalEnquiryDetail2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetail2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetail2RecordList = (function (_super) {
__extends(IntnlPostalEnquiryDetail2RecordList, _super);
function IntnlPostalEnquiryDetail2RecordList(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetail2RecordList.itemType = PortalModel.IntnlPostalEnquiryDetail2Record;
return IntnlPostalEnquiryDetail2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPostalEnquiryDetail2RecordList = IntnlPostalEnquiryDetail2RecordList;
});
define("Portal.model$URLQueryParameter3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter3Record = (function (_super) {
__extends(URLQueryParameter3Record, _super);
function URLQueryParameter3Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter3Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter3", "uRLQueryParameter3Attr", "URLQueryParameter3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter3Rec());
}, true, PortalModel.URLQueryParameter3Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter3Record.fromStructure = function (str) {
return new URLQueryParameter3Record(new URLQueryParameter3Record.RecordClass({
uRLQueryParameter3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter3Record._isAnonymousRecord = true;
URLQueryParameter3Record.UniqueId = "f1b32f02-146c-5cd8-fb99-6d6d3135ab6f";
URLQueryParameter3Record.init();
return URLQueryParameter3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter3Record = URLQueryParameter3Record;
});
define("Portal.model$URLQueryParameter3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter3RecordList = (function (_super) {
__extends(URLQueryParameter3RecordList, _super);
function URLQueryParameter3RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter3RecordList.itemType = PortalModel.URLQueryParameter3Record;
return URLQueryParameter3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter3RecordList = URLQueryParameter3RecordList;
});
define("Portal.model$ValidateMobileNumber2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumber2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumber2Record = (function (_super) {
__extends(ValidateMobileNumber2Record, _super);
function ValidateMobileNumber2Record(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumber2Record.attributesToDeclare = function () {
return [
this.attr("ValidateMobileNumber2", "validateMobileNumber2Attr", "ValidateMobileNumber2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidateMobileNumber2Rec());
}, true, PortalModel.ValidateMobileNumber2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateMobileNumber2Record.fromStructure = function (str) {
return new ValidateMobileNumber2Record(new ValidateMobileNumber2Record.RecordClass({
validateMobileNumber2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidateMobileNumber2Record._isAnonymousRecord = true;
ValidateMobileNumber2Record.UniqueId = "8b674a38-a73a-4761-c986-fe6f3166edf7";
ValidateMobileNumber2Record.init();
return ValidateMobileNumber2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateMobileNumber2Record = ValidateMobileNumber2Record;
});
define("Portal.model$embeddedRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embeddedRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embeddedRecord = (function (_super) {
__extends(embeddedRecord, _super);
function embeddedRecord(defaults) {
_super.apply(this, arguments);
}
embeddedRecord.attributesToDeclare = function () {
return [
this.attr("embedded", "embeddedAttr", "embedded", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.embeddedRec());
}, true, PortalModel.embeddedRec)
].concat(_super.attributesToDeclare.call(this));
};
embeddedRecord.fromStructure = function (str) {
return new embeddedRecord(new embeddedRecord.RecordClass({
embeddedAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
embeddedRecord._isAnonymousRecord = true;
embeddedRecord.UniqueId = "8b72ec15-7434-b47a-208d-44c817e288be";
embeddedRecord.init();
return embeddedRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.embeddedRecord = embeddedRecord;
});
define("Portal.model$URLQueryParameter12RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter12Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter12RecordList = (function (_super) {
__extends(URLQueryParameter12RecordList, _super);
function URLQueryParameter12RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter12RecordList.itemType = PortalModel.URLQueryParameter12Record;
return URLQueryParameter12RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter12RecordList = URLQueryParameter12RecordList;
});
define("Portal.model$PriceInfoRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceInfoRecord = (function (_super) {
__extends(PriceInfoRecord, _super);
function PriceInfoRecord(defaults) {
_super.apply(this, arguments);
}
PriceInfoRecord.attributesToDeclare = function () {
return [
this.attr("PriceInfo", "priceInfoAttr", "PriceInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceInfoRec());
}, true, PortalModel.PriceInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
PriceInfoRecord.fromStructure = function (str) {
return new PriceInfoRecord(new PriceInfoRecord.RecordClass({
priceInfoAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PriceInfoRecord._isAnonymousRecord = true;
PriceInfoRecord.UniqueId = "8b7e3e29-0427-881d-81f2-49ccc4a04b8c";
PriceInfoRecord.init();
return PriceInfoRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceInfoRecord = PriceInfoRecord;
});
define("Portal.model$GetProofOfDeliveryResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProofOfDeliveryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProofOfDeliveryResponseList = (function (_super) {
__extends(GetProofOfDeliveryResponseList, _super);
function GetProofOfDeliveryResponseList(defaults) {
_super.apply(this, arguments);
}
GetProofOfDeliveryResponseList.itemType = PortalModel.GetProofOfDeliveryResponseRec;
return GetProofOfDeliveryResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetProofOfDeliveryResponseList = GetProofOfDeliveryResponseList;
});
define("Portal.model$MastersPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MastersPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MastersPayloadRecordList = (function (_super) {
__extends(MastersPayloadRecordList, _super);
function MastersPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
MastersPayloadRecordList.itemType = PortalModel.MastersPayloadRecord;
return MastersPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MastersPayloadRecordList = MastersPayloadRecordList;
});
define("Portal.model$GetMasterDataByCaseTypeResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMasterDataByCaseTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMasterDataByCaseTypeResponseList = (function (_super) {
__extends(GetMasterDataByCaseTypeResponseList, _super);
function GetMasterDataByCaseTypeResponseList(defaults) {
_super.apply(this, arguments);
}
GetMasterDataByCaseTypeResponseList.itemType = PortalModel.GetMasterDataByCaseTypeResponseRec;
return GetMasterDataByCaseTypeResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMasterDataByCaseTypeResponseList = GetMasterDataByCaseTypeResponseList;
});
define("Portal.model$PaymentOrderDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderDetailRecordList = (function (_super) {
__extends(PaymentOrderDetailRecordList, _super);
function PaymentOrderDetailRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentOrderDetailRecordList.itemType = PortalModel.PaymentOrderDetailRecord;
return PaymentOrderDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentOrderDetailRecordList = PaymentOrderDetailRecordList;
});
define("Portal.model$PaymentOrderMetaDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderMetaDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderMetaDataRecord = (function (_super) {
__extends(PaymentOrderMetaDataRecord, _super);
function PaymentOrderMetaDataRecord(defaults) {
_super.apply(this, arguments);
}
PaymentOrderMetaDataRecord.attributesToDeclare = function () {
return [
this.attr("PaymentOrderMetaData", "paymentOrderMetaDataAttr", "PaymentOrderMetaData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentOrderMetaDataRec());
}, true, PortalModel.PaymentOrderMetaDataRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentOrderMetaDataRecord.fromStructure = function (str) {
return new PaymentOrderMetaDataRecord(new PaymentOrderMetaDataRecord.RecordClass({
paymentOrderMetaDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentOrderMetaDataRecord._isAnonymousRecord = true;
PaymentOrderMetaDataRecord.UniqueId = "fe6a4069-d114-2072-eb1d-2e3bf73d33ee";
PaymentOrderMetaDataRecord.init();
return PaymentOrderMetaDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentOrderMetaDataRecord = PaymentOrderMetaDataRecord;
});
define("Portal.model$PaymentOrderMetaDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderMetaDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderMetaDataRecordList = (function (_super) {
__extends(PaymentOrderMetaDataRecordList, _super);
function PaymentOrderMetaDataRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentOrderMetaDataRecordList.itemType = PortalModel.PaymentOrderMetaDataRecord;
return PaymentOrderMetaDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentOrderMetaDataRecordList = PaymentOrderMetaDataRecordList;
});
define("Portal.model$Geometry2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Geometry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Geometry2List = (function (_super) {
__extends(Geometry2List, _super);
function Geometry2List(defaults) {
_super.apply(this, arguments);
}
Geometry2List.itemType = PortalModel.Geometry2Rec;
return Geometry2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Geometry2List = Geometry2List;
});
define("Portal.model$LocaleTranslationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LocaleTranslationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LocaleTranslationRecordList = (function (_super) {
__extends(LocaleTranslationRecordList, _super);
function LocaleTranslationRecordList(defaults) {
_super.apply(this, arguments);
}
LocaleTranslationRecordList.itemType = PortalModel.LocaleTranslationRecord;
return LocaleTranslationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LocaleTranslationRecordList = LocaleTranslationRecordList;
});
define("Portal.model$ItemFromCart2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCart2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCart2List = (function (_super) {
__extends(ItemFromCart2List, _super);
function ItemFromCart2List(defaults) {
_super.apply(this, arguments);
}
ItemFromCart2List.itemType = PortalModel.ItemFromCart2Rec;
return ItemFromCart2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFromCart2List = ItemFromCart2List;
});
define("Portal.model$RegionItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionItemRecord = (function (_super) {
__extends(RegionItemRecord, _super);
function RegionItemRecord(defaults) {
_super.apply(this, arguments);
}
RegionItemRecord.attributesToDeclare = function () {
return [
this.attr("RegionItem", "regionItemAttr", "RegionItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegionItemRec());
}, true, PortalModel.RegionItemRec)
].concat(_super.attributesToDeclare.call(this));
};
RegionItemRecord.fromStructure = function (str) {
return new RegionItemRecord(new RegionItemRecord.RecordClass({
regionItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegionItemRecord._isAnonymousRecord = true;
RegionItemRecord.UniqueId = "8c4fe8b8-0418-be0f-e08f-5b590f869391";
RegionItemRecord.init();
return RegionItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegionItemRecord = RegionItemRecord;
});
define("Portal.model$GetCustomDescriptionsPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsPayloadList = (function (_super) {
__extends(GetCustomDescriptionsPayloadList, _super);
function GetCustomDescriptionsPayloadList(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsPayloadList.itemType = PortalModel.GetCustomDescriptionsPayloadRec;
return GetCustomDescriptionsPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomDescriptionsPayloadList = GetCustomDescriptionsPayloadList;
});
define("Portal.model$Careers_MasterDataList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$Careers_MasterDataRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Careers_MasterDataList = (function (_super) {
__extends(Careers_MasterDataList, _super);
function Careers_MasterDataList(defaults) {
_super.apply(this, arguments);
}
Careers_MasterDataList.itemType = Enums_COModel.Careers_MasterDataRec;
return Careers_MasterDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Careers_MasterDataList = Careers_MasterDataList;
});
define("Portal.model$StaticPageDataList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$StaticPageDataRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var StaticPageDataList = (function (_super) {
__extends(StaticPageDataList, _super);
function StaticPageDataList(defaults) {
_super.apply(this, arguments);
}
StaticPageDataList.itemType = CareersServices_COModel.StaticPageDataRec;
return StaticPageDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StaticPageDataList = StaticPageDataList;
});
define("Portal.model$ExcelTemplateLocalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateLocalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateLocalList = (function (_super) {
__extends(ExcelTemplateLocalList, _super);
function ExcelTemplateLocalList(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateLocalList.itemType = PortalModel.ExcelTemplateLocalRec;
return ExcelTemplateLocalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTemplateLocalList = ExcelTemplateLocalList;
});
define("Portal.model$HTTPHeader15List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader15List = (function (_super) {
__extends(HTTPHeader15List, _super);
function HTTPHeader15List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader15List.itemType = PortalModel.HTTPHeader15Rec;
return HTTPHeader15List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader15List = HTTPHeader15List;
});
define("Portal.model$HTTPRequest15Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter15List", "Portal.model$HTTPHeader15List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest15Rec = (function (_super) {
__extends(HTTPRequest15Rec, _super);
function HTTPRequest15Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest15Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter15List());
}, true, PortalModel.URLQueryParameter15List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader15List());
}, true, PortalModel.HTTPHeader15List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest15Rec.init();
return HTTPRequest15Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest15Rec = HTTPRequest15Rec;
});
define("Portal.model$PayloadItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItemRecordList = (function (_super) {
__extends(PayloadItemRecordList, _super);
function PayloadItemRecordList(defaults) {
_super.apply(this, arguments);
}
PayloadItemRecordList.itemType = PortalModel.PayloadItemRecord;
return PayloadItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItemRecordList = PayloadItemRecordList;
});
define("Portal.model$SINGLEList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SINGLERec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SINGLEList = (function (_super) {
__extends(SINGLEList, _super);
function SINGLEList(defaults) {
_super.apply(this, arguments);
}
SINGLEList.itemType = PortalModel.SINGLERec;
return SINGLEList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SINGLEList = SINGLEList;
});
define("Portal.model$ICaseMasterDataResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseMasterDataResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseMasterDataResponseRecordList = (function (_super) {
__extends(ICaseMasterDataResponseRecordList, _super);
function ICaseMasterDataResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ICaseMasterDataResponseRecordList.itemType = PortalModel.ICaseMasterDataResponseRecord;
return ICaseMasterDataResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICaseMasterDataResponseRecordList = ICaseMasterDataResponseRecordList;
});
define("Portal.model$ValueAddedServiceItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValueAddedServiceItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValueAddedServiceItem3RecordList = (function (_super) {
__extends(ValueAddedServiceItem3RecordList, _super);
function ValueAddedServiceItem3RecordList(defaults) {
_super.apply(this, arguments);
}
ValueAddedServiceItem3RecordList.itemType = PortalModel.ValueAddedServiceItem3Record;
return ValueAddedServiceItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValueAddedServiceItem3RecordList = ValueAddedServiceItem3RecordList;
});
define("Portal.model$ResultItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResultItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResultItem2Record = (function (_super) {
__extends(ResultItem2Record, _super);
function ResultItem2Record(defaults) {
_super.apply(this, arguments);
}
ResultItem2Record.attributesToDeclare = function () {
return [
this.attr("ResultItem2", "resultItem2Attr", "ResultItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ResultItem2Rec());
}, true, PortalModel.ResultItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ResultItem2Record.fromStructure = function (str) {
return new ResultItem2Record(new ResultItem2Record.RecordClass({
resultItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResultItem2Record._isAnonymousRecord = true;
ResultItem2Record.UniqueId = "8d33bed1-70ff-eae9-3197-effded4a7fc3";
ResultItem2Record.init();
return ResultItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ResultItem2Record = ResultItem2Record;
});
define("Portal.model$Geometry2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Geometry2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Geometry2Record = (function (_super) {
__extends(Geometry2Record, _super);
function Geometry2Record(defaults) {
_super.apply(this, arguments);
}
Geometry2Record.attributesToDeclare = function () {
return [
this.attr("Geometry2", "geometry2Attr", "Geometry2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Geometry2Rec());
}, true, PortalModel.Geometry2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Geometry2Record.fromStructure = function (str) {
return new Geometry2Record(new Geometry2Record.RecordClass({
geometry2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Geometry2Record._isAnonymousRecord = true;
Geometry2Record.UniqueId = "8dcb7236-790d-9f29-98e4-4309530c5efb";
Geometry2Record.init();
return Geometry2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Geometry2Record = Geometry2Record;
});
define("Portal.model$Payload35Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload35Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload35Record = (function (_super) {
__extends(Payload35Record, _super);
function Payload35Record(defaults) {
_super.apply(this, arguments);
}
Payload35Record.attributesToDeclare = function () {
return [
this.attr("Payload35", "payload35Attr", "Payload35", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload35Rec());
}, true, PortalModel.Payload35Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload35Record.fromStructure = function (str) {
return new Payload35Record(new Payload35Record.RecordClass({
payload35Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload35Record._isAnonymousRecord = true;
Payload35Record.UniqueId = "c2d7146a-691d-38fc-357d-7a70c844531d";
Payload35Record.init();
return Payload35Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload35Record = Payload35Record;
});
define("Portal.model$Payload35RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload35Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload35RecordList = (function (_super) {
__extends(Payload35RecordList, _super);
function Payload35RecordList(defaults) {
_super.apply(this, arguments);
}
Payload35RecordList.itemType = PortalModel.Payload35Record;
return Payload35RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload35RecordList = Payload35RecordList;
});
define("Portal.model$PostingJobRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$PostingRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO", "CareersData_CO.model$JobRec"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobRecord = (function (_super) {
__extends(PostingJobRecord, _super);
function PostingJobRecord(defaults) {
_super.apply(this, arguments);
}
PostingJobRecord.attributesToDeclare = function () {
return [
this.attr("Posting", "postingAttr", "Posting", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.PostingRec());
}, true, CareersData_COModel.PostingRec),
this.attr("Job", "jobAttr", "Job", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersData_COModel.JobRec());
}, true, CareersData_COModel.JobRec)
].concat(_super.attributesToDeclare.call(this));
};
PostingJobRecord._isAnonymousRecord = true;
PostingJobRecord.UniqueId = "8e469918-3bdd-b442-6862-c4559b997643";
PostingJobRecord.init();
return PostingJobRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostingJobRecord = PostingJobRecord;
});
define("Portal.model$ProcessPaymentList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentList = (function (_super) {
__extends(ProcessPaymentList, _super);
function ProcessPaymentList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentList.itemType = PortalModel.ProcessPaymentRec;
return ProcessPaymentList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentList = ProcessPaymentList;
});
define("Portal.model$ResendOTPRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendOTPRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendOTPRecord = (function (_super) {
__extends(ResendOTPRecord, _super);
function ResendOTPRecord(defaults) {
_super.apply(this, arguments);
}
ResendOTPRecord.attributesToDeclare = function () {
return [
this.attr("ResendOTP", "resendOTPAttr", "ResendOTP", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ResendOTPRec());
}, true, PortalModel.ResendOTPRec)
].concat(_super.attributesToDeclare.call(this));
};
ResendOTPRecord.fromStructure = function (str) {
return new ResendOTPRecord(new ResendOTPRecord.RecordClass({
resendOTPAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResendOTPRecord._isAnonymousRecord = true;
ResendOTPRecord.UniqueId = "8ecbba34-43b8-d7c1-5d42-4d2ec3fe3278";
ResendOTPRecord.init();
return ResendOTPRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendOTPRecord = ResendOTPRecord;
});
define("Portal.model$GetEmiratesDetailsPayload2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsPayload2Record = (function (_super) {
__extends(GetEmiratesDetailsPayload2Record, _super);
function GetEmiratesDetailsPayload2Record(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsPayload2Record.attributesToDeclare = function () {
return [
this.attr("GetEmiratesDetailsPayload2", "getEmiratesDetailsPayload2Attr", "GetEmiratesDetailsPayload2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetEmiratesDetailsPayload2Rec());
}, true, PortalModel.GetEmiratesDetailsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetEmiratesDetailsPayload2Record.fromStructure = function (str) {
return new GetEmiratesDetailsPayload2Record(new GetEmiratesDetailsPayload2Record.RecordClass({
getEmiratesDetailsPayload2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetEmiratesDetailsPayload2Record._isAnonymousRecord = true;
GetEmiratesDetailsPayload2Record.UniqueId = "d8fede64-323c-9c79-0315-bce21d4846b3";
GetEmiratesDetailsPayload2Record.init();
return GetEmiratesDetailsPayload2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetEmiratesDetailsPayload2Record = GetEmiratesDetailsPayload2Record;
});
define("Portal.model$GetEmiratesDetailsPayload2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsPayload2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsPayload2RecordList = (function (_super) {
__extends(GetEmiratesDetailsPayload2RecordList, _super);
function GetEmiratesDetailsPayload2RecordList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsPayload2RecordList.itemType = PortalModel.GetEmiratesDetailsPayload2Record;
return GetEmiratesDetailsPayload2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesDetailsPayload2RecordList = GetEmiratesDetailsPayload2RecordList;
});
define("Portal.model$CustomDeclaration2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclaration2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclaration2Record = (function (_super) {
__extends(CustomDeclaration2Record, _super);
function CustomDeclaration2Record(defaults) {
_super.apply(this, arguments);
}
CustomDeclaration2Record.attributesToDeclare = function () {
return [
this.attr("CustomDeclaration2", "customDeclaration2Attr", "CustomDeclaration2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDeclaration2Rec());
}, true, PortalModel.CustomDeclaration2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDeclaration2Record.fromStructure = function (str) {
return new CustomDeclaration2Record(new CustomDeclaration2Record.RecordClass({
customDeclaration2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDeclaration2Record._isAnonymousRecord = true;
CustomDeclaration2Record.UniqueId = "d68942a9-0422-ce09-a9e9-35fc4d0bc15d";
CustomDeclaration2Record.init();
return CustomDeclaration2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDeclaration2Record = CustomDeclaration2Record;
});
define("Portal.model$CustomDeclaration2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclaration2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclaration2RecordList = (function (_super) {
__extends(CustomDeclaration2RecordList, _super);
function CustomDeclaration2RecordList(defaults) {
_super.apply(this, arguments);
}
CustomDeclaration2RecordList.itemType = PortalModel.CustomDeclaration2Record;
return CustomDeclaration2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclaration2RecordList = CustomDeclaration2RecordList;
});
define("Portal.model$GetInboundShipmentNotificationResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload85Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentNotificationResponseRec = (function (_super) {
__extends(GetInboundShipmentNotificationResponseRec, _super);
function GetInboundShipmentNotificationResponseRec(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentNotificationResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload85Rec());
}, true, PortalModel.Payload85Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentNotificationResponseRec.init();
return GetInboundShipmentNotificationResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentNotificationResponseRec = GetInboundShipmentNotificationResponseRec;
});
define("Portal.model$Payload79RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload79Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload79RecordList = (function (_super) {
__extends(Payload79RecordList, _super);
function Payload79RecordList(defaults) {
_super.apply(this, arguments);
}
Payload79RecordList.itemType = PortalModel.Payload79Record;
return Payload79RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload79RecordList = Payload79RecordList;
});
define("Portal.model$AddressBookList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressBookRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressBookList = (function (_super) {
__extends(AddressBookList, _super);
function AddressBookList(defaults) {
_super.apply(this, arguments);
}
AddressBookList.itemType = PortalModel.AddressBookRec;
return AddressBookList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressBookList = AddressBookList;
});
define("Portal.model$TaxObjectItemListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemListRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemListRecordList = (function (_super) {
__extends(TaxObjectItemListRecordList, _super);
function TaxObjectItemListRecordList(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemListRecordList.itemType = PortalModel.TaxObjectItemListRecord;
return TaxObjectItemListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxObjectItemListRecordList = TaxObjectItemListRecordList;
});
define("Portal.model$AmountRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountRecordList = (function (_super) {
__extends(AmountRecordList, _super);
function AmountRecordList(defaults) {
_super.apply(this, arguments);
}
AmountRecordList.itemType = PortalModel.AmountRecord;
return AmountRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AmountRecordList = AmountRecordList;
});
define("Portal.model$GetMenusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenusRecordList = (function (_super) {
__extends(GetMenusRecordList, _super);
function GetMenusRecordList(defaults) {
_super.apply(this, arguments);
}
GetMenusRecordList.itemType = PortalModel.GetMenusRecord;
return GetMenusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenusRecordList = GetMenusRecordList;
});
define("Portal.model$ProcessPaymentSavedCardList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardList = (function (_super) {
__extends(ProcessPaymentSavedCardList, _super);
function ProcessPaymentSavedCardList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardList.itemType = PortalModel.ProcessPaymentSavedCardRec;
return ProcessPaymentSavedCardList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardList = ProcessPaymentSavedCardList;
});
define("Portal.model$UpgradePostBoxRequestRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RequestMetadataRec", "Portal.model$UpgradePostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestRec = (function (_super) {
__extends(UpgradePostBoxRequestRec, _super);
function UpgradePostBoxRequestRec(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestRec.attributesToDeclare = function () {
return [
this.attr("RequestMetadata", "requestMetadataAttr", "RequestMetadata", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RequestMetadataRec());
}, true, PortalModel.RequestMetadataRec),
this.attr("RequestDetails", "requestDetailsAttr", "RequestDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradePostBoxRequestDetailsRec());
}, true, PortalModel.UpgradePostBoxRequestDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradePostBoxRequestRec.init();
return UpgradePostBoxRequestRec;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradePostBoxRequestRec = UpgradePostBoxRequestRec;
});
define("Portal.model$UpgradePostBoxRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestRecord = (function (_super) {
__extends(UpgradePostBoxRequestRecord, _super);
function UpgradePostBoxRequestRecord(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestRecord.attributesToDeclare = function () {
return [
this.attr("UpgradePostBoxRequest", "upgradePostBoxRequestAttr", "UpgradePostBoxRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradePostBoxRequestRec());
}, true, PortalModel.UpgradePostBoxRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradePostBoxRequestRecord.fromStructure = function (str) {
return new UpgradePostBoxRequestRecord(new UpgradePostBoxRequestRecord.RecordClass({
upgradePostBoxRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradePostBoxRequestRecord._isAnonymousRecord = true;
UpgradePostBoxRequestRecord.UniqueId = "c55f2e8f-14e1-f7c6-6128-36d8968b33ab";
UpgradePostBoxRequestRecord.init();
return UpgradePostBoxRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradePostBoxRequestRecord = UpgradePostBoxRequestRecord;
});
define("Portal.model$UpgradePostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestRecordList = (function (_super) {
__extends(UpgradePostBoxRequestRecordList, _super);
function UpgradePostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestRecordList.itemType = PortalModel.UpgradePostBoxRequestRecord;
return UpgradePostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradePostBoxRequestRecordList = UpgradePostBoxRequestRecordList;
});
define("Portal.model$GetPOboxCountByEmirateResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOboxCountByEmirateResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOboxCountByEmirateResponseRecord = (function (_super) {
__extends(GetPOboxCountByEmirateResponseRecord, _super);
function GetPOboxCountByEmirateResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetPOboxCountByEmirateResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetPOboxCountByEmirateResponse", "getPOboxCountByEmirateResponseAttr", "GetPOboxCountByEmirateResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOboxCountByEmirateResponseRec());
}, true, PortalModel.GetPOboxCountByEmirateResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOboxCountByEmirateResponseRecord.fromStructure = function (str) {
return new GetPOboxCountByEmirateResponseRecord(new GetPOboxCountByEmirateResponseRecord.RecordClass({
getPOboxCountByEmirateResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOboxCountByEmirateResponseRecord._isAnonymousRecord = true;
GetPOboxCountByEmirateResponseRecord.UniqueId = "9c00c327-90c5-5567-6adb-682d2de16b4a";
GetPOboxCountByEmirateResponseRecord.init();
return GetPOboxCountByEmirateResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOboxCountByEmirateResponseRecord = GetPOboxCountByEmirateResponseRecord;
});
define("Portal.model$GetPOboxCountByEmirateResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOboxCountByEmirateResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOboxCountByEmirateResponseRecordList = (function (_super) {
__extends(GetPOboxCountByEmirateResponseRecordList, _super);
function GetPOboxCountByEmirateResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOboxCountByEmirateResponseRecordList.itemType = PortalModel.GetPOboxCountByEmirateResponseRecord;
return GetPOboxCountByEmirateResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOboxCountByEmirateResponseRecordList = GetPOboxCountByEmirateResponseRecordList;
});
define("Portal.model$SelectedAddressList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedAddressList = (function (_super) {
__extends(SelectedAddressList, _super);
function SelectedAddressList(defaults) {
_super.apply(this, arguments);
}
SelectedAddressList.itemType = PortalModel.SelectedAddressRec;
return SelectedAddressList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedAddressList = SelectedAddressList;
});
define("Portal.model$UpdateNickNameRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateNickNameRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateNickNameRequestList = (function (_super) {
__extends(UpdateNickNameRequestList, _super);
function UpdateNickNameRequestList(defaults) {
_super.apply(this, arguments);
}
UpdateNickNameRequestList.itemType = PortalModel.UpdateNickNameRequestRec;
return UpdateNickNameRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateNickNameRequestList = UpdateNickNameRequestList;
});
define("Portal.model$GetUserMenuItemsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserMenuItemsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserMenuItemsResponseList = (function (_super) {
__extends(GetUserMenuItemsResponseList, _super);
function GetUserMenuItemsResponseList(defaults) {
_super.apply(this, arguments);
}
GetUserMenuItemsResponseList.itemType = PortalModel.GetUserMenuItemsResponseRec;
return GetUserMenuItemsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserMenuItemsResponseList = GetUserMenuItemsResponseList;
});
define("Portal.model$GetDropOffLocationResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationResponse2Record = (function (_super) {
__extends(GetDropOffLocationResponse2Record, _super);
function GetDropOffLocationResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetDropOffLocationResponse2", "getDropOffLocationResponse2Attr", "GetDropOffLocationResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDropOffLocationResponse2Rec());
}, true, PortalModel.GetDropOffLocationResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDropOffLocationResponse2Record.fromStructure = function (str) {
return new GetDropOffLocationResponse2Record(new GetDropOffLocationResponse2Record.RecordClass({
getDropOffLocationResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDropOffLocationResponse2Record._isAnonymousRecord = true;
GetDropOffLocationResponse2Record.UniqueId = "9018b17a-776c-63e3-03c7-a2395c371217";
GetDropOffLocationResponse2Record.init();
return GetDropOffLocationResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDropOffLocationResponse2Record = GetDropOffLocationResponse2Record;
});
define("Portal.model$PostGetSmartPlacesProductRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetSmartPlacesProductRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetSmartPlacesProductRequestRecord = (function (_super) {
__extends(PostGetSmartPlacesProductRequestRecord, _super);
function PostGetSmartPlacesProductRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostGetSmartPlacesProductRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostGetSmartPlacesProductRequest", "postGetSmartPlacesProductRequestAttr", "PostGetSmartPlacesProductRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostGetSmartPlacesProductRequestRec());
}, true, PortalModel.PostGetSmartPlacesProductRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostGetSmartPlacesProductRequestRecord.fromStructure = function (str) {
return new PostGetSmartPlacesProductRequestRecord(new PostGetSmartPlacesProductRequestRecord.RecordClass({
postGetSmartPlacesProductRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostGetSmartPlacesProductRequestRecord._isAnonymousRecord = true;
PostGetSmartPlacesProductRequestRecord.UniqueId = "f03f9d10-91d6-f755-7309-7834eef09d27";
PostGetSmartPlacesProductRequestRecord.init();
return PostGetSmartPlacesProductRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostGetSmartPlacesProductRequestRecord = PostGetSmartPlacesProductRequestRecord;
});
define("Portal.model$PostGetSmartPlacesProductRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetSmartPlacesProductRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetSmartPlacesProductRequestRecordList = (function (_super) {
__extends(PostGetSmartPlacesProductRequestRecordList, _super);
function PostGetSmartPlacesProductRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostGetSmartPlacesProductRequestRecordList.itemType = PortalModel.PostGetSmartPlacesProductRequestRecord;
return PostGetSmartPlacesProductRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetSmartPlacesProductRequestRecordList = PostGetSmartPlacesProductRequestRecordList;
});
define("Portal.model$Payload30List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload30Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload30List = (function (_super) {
__extends(Payload30List, _super);
function Payload30List(defaults) {
_super.apply(this, arguments);
}
Payload30List.itemType = PortalModel.Payload30Rec;
return Payload30List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload30List = Payload30List;
});
define("Portal.model$ItemFromCartRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCartRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCartRecord = (function (_super) {
__extends(ItemFromCartRecord, _super);
function ItemFromCartRecord(defaults) {
_super.apply(this, arguments);
}
ItemFromCartRecord.attributesToDeclare = function () {
return [
this.attr("ItemFromCart", "itemFromCartAttr", "ItemFromCart", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFromCartRec());
}, true, PortalModel.ItemFromCartRec)
].concat(_super.attributesToDeclare.call(this));
};
ItemFromCartRecord.fromStructure = function (str) {
return new ItemFromCartRecord(new ItemFromCartRecord.RecordClass({
itemFromCartAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ItemFromCartRecord._isAnonymousRecord = true;
ItemFromCartRecord.UniqueId = "952bcae3-4d1b-62a8-9ce3-5c0c512ccba5";
ItemFromCartRecord.init();
return ItemFromCartRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ItemFromCartRecord = ItemFromCartRecord;
});
define("Portal.model$ItemFromCartRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCartRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFromCartRecordList = (function (_super) {
__extends(ItemFromCartRecordList, _super);
function ItemFromCartRecordList(defaults) {
_super.apply(this, arguments);
}
ItemFromCartRecordList.itemType = PortalModel.ItemFromCartRecord;
return ItemFromCartRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFromCartRecordList = ItemFromCartRecordList;
});
define("Portal.model$MenuItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuItemRecordList = (function (_super) {
__extends(MenuItemRecordList, _super);
function MenuItemRecordList(defaults) {
_super.apply(this, arguments);
}
MenuItemRecordList.itemType = PortalModel.MenuItemRecord;
return MenuItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MenuItemRecordList = MenuItemRecordList;
});
define("Portal.model$RentPostBoxRequestDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestDetailsRecordList = (function (_super) {
__extends(RentPostBoxRequestDetailsRecordList, _super);
function RentPostBoxRequestDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestDetailsRecordList.itemType = PortalModel.RentPostBoxRequestDetailsRecord;
return RentPostBoxRequestDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RentPostBoxRequestDetailsRecordList = RentPostBoxRequestDetailsRecordList;
});
define("Portal.model$IntegerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecordList = (function (_super) {
__extends(IntegerRecordList, _super);
function IntegerRecordList(defaults) {
_super.apply(this, arguments);
}
IntegerRecordList.itemType = PortalModel.IntegerRecordRec;
return IntegerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerRecordList = IntegerRecordList;
});
define("Portal.model$OrderChannelRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderChannelRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderChannelRecordList = (function (_super) {
__extends(OrderChannelRecordList, _super);
function OrderChannelRecordList(defaults) {
_super.apply(this, arguments);
}
OrderChannelRecordList.itemType = PortalModel.OrderChannelRecord;
return OrderChannelRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderChannelRecordList = OrderChannelRecordList;
});
define("Portal.model$SetDefaultAddressResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressResponseList = (function (_super) {
__extends(SetDefaultAddressResponseList, _super);
function SetDefaultAddressResponseList(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressResponseList.itemType = PortalModel.SetDefaultAddressResponseRec;
return SetDefaultAddressResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SetDefaultAddressResponseList = SetDefaultAddressResponseList;
});
define("Portal.model$SmartPlacesStruct1Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlacesStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStruct1Record = (function (_super) {
__extends(SmartPlacesStruct1Record, _super);
function SmartPlacesStruct1Record(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStruct1Record.attributesToDeclare = function () {
return [
this.attr("SmartPlacesStruct", "smartPlacesStructAttr", "SmartPlacesStruct", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SmartPlacesStructRec());
}, true, PortalModel.SmartPlacesStructRec)
].concat(_super.attributesToDeclare.call(this));
};
SmartPlacesStruct1Record.fromStructure = function (str) {
return new SmartPlacesStruct1Record(new SmartPlacesStruct1Record.RecordClass({
smartPlacesStructAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SmartPlacesStruct1Record._isAnonymousRecord = true;
SmartPlacesStruct1Record.UniqueId = "917432a9-95ae-621a-794c-9eb292deb9b1";
SmartPlacesStruct1Record.init();
return SmartPlacesStruct1Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SmartPlacesStruct1Record = SmartPlacesStruct1Record;
});
define("Portal.model$CareerStaticPageDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CareerStaticPageDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CareerStaticPageDataRecordList = (function (_super) {
__extends(CareerStaticPageDataRecordList, _super);
function CareerStaticPageDataRecordList(defaults) {
_super.apply(this, arguments);
}
CareerStaticPageDataRecordList.itemType = PortalModel.CareerStaticPageDataRecord;
return CareerStaticPageDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CareerStaticPageDataRecordList = CareerStaticPageDataRecordList;
});
define("Portal.model$BundleObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleObjectRecordList = (function (_super) {
__extends(BundleObjectRecordList, _super);
function BundleObjectRecordList(defaults) {
_super.apply(this, arguments);
}
BundleObjectRecordList.itemType = PortalModel.BundleObjectRecord;
return BundleObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleObjectRecordList = BundleObjectRecordList;
});
define("Portal.model$IDLRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRecord = (function (_super) {
__extends(IDLRecord, _super);
function IDLRecord(defaults) {
_super.apply(this, arguments);
}
IDLRecord.attributesToDeclare = function () {
return [
this.attr("IDL", "iDLAttr", "IDL", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLRec());
}, true, PortalModel.IDLRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLRecord.fromStructure = function (str) {
return new IDLRecord(new IDLRecord.RecordClass({
iDLAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLRecord._isAnonymousRecord = true;
IDLRecord.UniqueId = "9202281d-f9e8-5d6e-0c6d-3cc2db2125c1";
IDLRecord.init();
return IDLRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLRecord = IDLRecord;
});
define("Portal.model$SmartPlacesStructRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlacesStruct1Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStructRecordList = (function (_super) {
__extends(SmartPlacesStructRecordList, _super);
function SmartPlacesStructRecordList(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStructRecordList.itemType = PortalModel.SmartPlacesStruct1Record;
return SmartPlacesStructRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SmartPlacesStructRecordList = SmartPlacesStructRecordList;
});
define("Portal.model$AddressObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressObjectRecord = (function (_super) {
__extends(AddressObjectRecord, _super);
function AddressObjectRecord(defaults) {
_super.apply(this, arguments);
}
AddressObjectRecord.attributesToDeclare = function () {
return [
this.attr("AddressObject", "addressObjectAttr", "AddressObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressObjectRec());
}, true, PortalModel.AddressObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
AddressObjectRecord.fromStructure = function (str) {
return new AddressObjectRecord(new AddressObjectRecord.RecordClass({
addressObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AddressObjectRecord._isAnonymousRecord = true;
AddressObjectRecord.UniqueId = "d3a5150b-cf44-5d00-3876-f141d889f465";
AddressObjectRecord.init();
return AddressObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressObjectRecord = AddressObjectRecord;
});
define("Portal.model$AddressObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressObjectRecordList = (function (_super) {
__extends(AddressObjectRecordList, _super);
function AddressObjectRecordList(defaults) {
_super.apply(this, arguments);
}
AddressObjectRecordList.itemType = PortalModel.AddressObjectRecord;
return AddressObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressObjectRecordList = AddressObjectRecordList;
});
define("Portal.model$AirwayBillNumberRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AirwayBillNumberRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AirwayBillNumberRecordList = (function (_super) {
__extends(AirwayBillNumberRecordList, _super);
function AirwayBillNumberRecordList(defaults) {
_super.apply(this, arguments);
}
AirwayBillNumberRecordList.itemType = PortalModel.AirwayBillNumberRecord;
return AirwayBillNumberRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AirwayBillNumberRecordList = AirwayBillNumberRecordList;
});
define("Portal.model$PaymentMethodRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethodRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethodRecord = (function (_super) {
__extends(PaymentMethodRecord, _super);
function PaymentMethodRecord(defaults) {
_super.apply(this, arguments);
}
PaymentMethodRecord.attributesToDeclare = function () {
return [
this.attr("PaymentMethod", "paymentMethodAttr", "PaymentMethod", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PaymentMethodRec());
}, true, PortalModel.PaymentMethodRec)
].concat(_super.attributesToDeclare.call(this));
};
PaymentMethodRecord.fromStructure = function (str) {
return new PaymentMethodRecord(new PaymentMethodRecord.RecordClass({
paymentMethodAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PaymentMethodRecord._isAnonymousRecord = true;
PaymentMethodRecord.UniqueId = "92a163f2-4837-176e-213f-5a93b6971a2d";
PaymentMethodRecord.init();
return PaymentMethodRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PaymentMethodRecord = PaymentMethodRecord;
});
define("Portal.model$GetInvoiceDocumentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInvoiceDocumentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInvoiceDocumentResponseRecord = (function (_super) {
__extends(GetInvoiceDocumentResponseRecord, _super);
function GetInvoiceDocumentResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInvoiceDocumentResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInvoiceDocumentResponse", "getInvoiceDocumentResponseAttr", "GetInvoiceDocumentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInvoiceDocumentResponseRec());
}, true, PortalModel.GetInvoiceDocumentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInvoiceDocumentResponseRecord.fromStructure = function (str) {
return new GetInvoiceDocumentResponseRecord(new GetInvoiceDocumentResponseRecord.RecordClass({
getInvoiceDocumentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInvoiceDocumentResponseRecord._isAnonymousRecord = true;
GetInvoiceDocumentResponseRecord.UniqueId = "92b98233-be5f-c09f-7c7f-2b0d01336663";
GetInvoiceDocumentResponseRecord.init();
return GetInvoiceDocumentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInvoiceDocumentResponseRecord = GetInvoiceDocumentResponseRecord;
});
define("Portal.model$CreatePOBoxRenewalOrderRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRenewalOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRenewalOrderRecord = (function (_super) {
__extends(CreatePOBoxRenewalOrderRecord, _super);
function CreatePOBoxRenewalOrderRecord(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRenewalOrderRecord.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxRenewalOrder", "createPOBoxRenewalOrderAttr", "CreatePOBoxRenewalOrder", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxRenewalOrderRec());
}, true, PortalModel.CreatePOBoxRenewalOrderRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxRenewalOrderRecord.fromStructure = function (str) {
return new CreatePOBoxRenewalOrderRecord(new CreatePOBoxRenewalOrderRecord.RecordClass({
createPOBoxRenewalOrderAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxRenewalOrderRecord._isAnonymousRecord = true;
CreatePOBoxRenewalOrderRecord.UniqueId = "d95a656b-cc50-927b-9985-3adef2476bb4";
CreatePOBoxRenewalOrderRecord.init();
return CreatePOBoxRenewalOrderRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxRenewalOrderRecord = CreatePOBoxRenewalOrderRecord;
});
define("Portal.model$CreatePOBoxRenewalOrderRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRenewalOrderRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRenewalOrderRecordList = (function (_super) {
__extends(CreatePOBoxRenewalOrderRecordList, _super);
function CreatePOBoxRenewalOrderRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRenewalOrderRecordList.itemType = PortalModel.CreatePOBoxRenewalOrderRecord;
return CreatePOBoxRenewalOrderRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRenewalOrderRecordList = CreatePOBoxRenewalOrderRecordList;
});
define("Portal.model$InternalJobApplicationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternalJobApplicationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InternalJobApplicationRecordList = (function (_super) {
__extends(InternalJobApplicationRecordList, _super);
function InternalJobApplicationRecordList(defaults) {
_super.apply(this, arguments);
}
InternalJobApplicationRecordList.itemType = PortalModel.InternalJobApplicationRecord;
return InternalJobApplicationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InternalJobApplicationRecordList = InternalJobApplicationRecordList;
});
define("Portal.model$ValidateMobileNumber2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumber2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumber2RecordList = (function (_super) {
__extends(ValidateMobileNumber2RecordList, _super);
function ValidateMobileNumber2RecordList(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumber2RecordList.itemType = PortalModel.ValidateMobileNumber2Record;
return ValidateMobileNumber2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateMobileNumber2RecordList = ValidateMobileNumber2RecordList;
});
define("Portal.model$Payload21List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload21Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload21List = (function (_super) {
__extends(Payload21List, _super);
function Payload21List(defaults) {
_super.apply(this, arguments);
}
Payload21List.itemType = PortalModel.Payload21Rec;
return Payload21List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload21List = Payload21List;
});
define("Portal.model$EnquiryTypeItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryTypeItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryTypeItemRecord = (function (_super) {
__extends(EnquiryTypeItemRecord, _super);
function EnquiryTypeItemRecord(defaults) {
_super.apply(this, arguments);
}
EnquiryTypeItemRecord.attributesToDeclare = function () {
return [
this.attr("EnquiryTypeItem", "enquiryTypeItemAttr", "EnquiryTypeItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EnquiryTypeItemRec());
}, true, PortalModel.EnquiryTypeItemRec)
].concat(_super.attributesToDeclare.call(this));
};
EnquiryTypeItemRecord.fromStructure = function (str) {
return new EnquiryTypeItemRecord(new EnquiryTypeItemRecord.RecordClass({
enquiryTypeItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EnquiryTypeItemRecord._isAnonymousRecord = true;
EnquiryTypeItemRecord.UniqueId = "9367fbf4-340f-9b50-2f18-2fff12aa1c42";
EnquiryTypeItemRecord.init();
return EnquiryTypeItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EnquiryTypeItemRecord = EnquiryTypeItemRecord;
});
define("Portal.model$CaseBody_IntnlPostalRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec", "Portal.model$IIntnlPostalEnquiryDetailRec", "Portal.model$ISupportingDocumentItemList"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_IntnlPostalRec = (function (_super) {
__extends(CaseBody_IntnlPostalRec, _super);
function CaseBody_IntnlPostalRec(defaults) {
_super.apply(this, arguments);
}
CaseBody_IntnlPostalRec.attributesToDeclare = function () {
return [
this.attr("generalCaseDetails", "generalCaseDetailsAttr", "generalCaseDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IGeneralCaseDetailsRec());
}, true, PortalModel.IGeneralCaseDetailsRec),
this.attr("intnlPostalEnquiryDetails", "intnlPostalEnquiryDetailsAttr", "intnlPostalEnquiryDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IIntnlPostalEnquiryDetailRec());
}, true, PortalModel.IIntnlPostalEnquiryDetailRec),
this.attr("supportingDocuments", "supportingDocumentsAttr", "supportingDocuments", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ISupportingDocumentItemList());
}, true, PortalModel.ISupportingDocumentItemList)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_IntnlPostalRec.init();
return CaseBody_IntnlPostalRec;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_IntnlPostalRec = CaseBody_IntnlPostalRec;
});
define("Portal.model$CaseBody_IntnlPostalRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_IntnlPostalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_IntnlPostalRecord = (function (_super) {
__extends(CaseBody_IntnlPostalRecord, _super);
function CaseBody_IntnlPostalRecord(defaults) {
_super.apply(this, arguments);
}
CaseBody_IntnlPostalRecord.attributesToDeclare = function () {
return [
this.attr("CaseBody_IntnlPostal", "caseBody_IntnlPostalAttr", "CaseBody_IntnlPostal", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBody_IntnlPostalRec());
}, true, PortalModel.CaseBody_IntnlPostalRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody_IntnlPostalRecord.fromStructure = function (str) {
return new CaseBody_IntnlPostalRecord(new CaseBody_IntnlPostalRecord.RecordClass({
caseBody_IntnlPostalAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseBody_IntnlPostalRecord._isAnonymousRecord = true;
CaseBody_IntnlPostalRecord.UniqueId = "938ae4d9-5d0f-93f4-9bc4-4ffbb34b6a18";
CaseBody_IntnlPostalRecord.init();
return CaseBody_IntnlPostalRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody_IntnlPostalRecord = CaseBody_IntnlPostalRecord;
});
define("Portal.model$Address2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address2List = (function (_super) {
__extends(Address2List, _super);
function Address2List(defaults) {
_super.apply(this, arguments);
}
Address2List.itemType = PortalModel.Address2Rec;
return Address2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Address2List = Address2List;
});
define("Portal.model$GetPickupTimeSlotResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPickupTimeSlotResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPickupTimeSlotResponseList = (function (_super) {
__extends(GetPickupTimeSlotResponseList, _super);
function GetPickupTimeSlotResponseList(defaults) {
_super.apply(this, arguments);
}
GetPickupTimeSlotResponseList.itemType = PortalModel.GetPickupTimeSlotResponseRec;
return GetPickupTimeSlotResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPickupTimeSlotResponseList = GetPickupTimeSlotResponseList;
});
define("Portal.model$IDLRequestStructureList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestStructureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestStructureList = (function (_super) {
__extends(IDLRequestStructureList, _super);
function IDLRequestStructureList(defaults) {
_super.apply(this, arguments);
}
IDLRequestStructureList.itemType = PortalModel.IDLRequestStructureRec;
return IDLRequestStructureList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestStructureList = IDLRequestStructureList;
});
define("Portal.model$RegisterUserResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserResponseRecord = (function (_super) {
__extends(RegisterUserResponseRecord, _super);
function RegisterUserResponseRecord(defaults) {
_super.apply(this, arguments);
}
RegisterUserResponseRecord.attributesToDeclare = function () {
return [
this.attr("RegisterUserResponse", "registerUserResponseAttr", "RegisterUserResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegisterUserResponseRec());
}, true, PortalModel.RegisterUserResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUserResponseRecord.fromStructure = function (str) {
return new RegisterUserResponseRecord(new RegisterUserResponseRecord.RecordClass({
registerUserResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegisterUserResponseRecord._isAnonymousRecord = true;
RegisterUserResponseRecord.UniqueId = "93f6868d-723a-e205-b930-821989a33465";
RegisterUserResponseRecord.init();
return RegisterUserResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUserResponseRecord = RegisterUserResponseRecord;
});
define("Portal.model$Payload22RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload22Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload22RecordList = (function (_super) {
__extends(Payload22RecordList, _super);
function Payload22RecordList(defaults) {
_super.apply(this, arguments);
}
Payload22RecordList.itemType = PortalModel.Payload22Record;
return Payload22RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload22RecordList = Payload22RecordList;
});
define("Portal.model$IEnquiryDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IEnquiryDetailList = (function (_super) {
__extends(IEnquiryDetailList, _super);
function IEnquiryDetailList(defaults) {
_super.apply(this, arguments);
}
IEnquiryDetailList.itemType = PortalModel.IEnquiryDetailRec;
return IEnquiryDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IEnquiryDetailList = IEnquiryDetailList;
});
define("Portal.model$UpgradePostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradePostBoxRequestList = (function (_super) {
__extends(UpgradePostBoxRequestList, _super);
function UpgradePostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
UpgradePostBoxRequestList.itemType = PortalModel.UpgradePostBoxRequestRec;
return UpgradePostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradePostBoxRequestList = UpgradePostBoxRequestList;
});
define("Portal.model$Career_Step1EditableRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_Step1EditableRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_Step1EditableRecord = (function (_super) {
__extends(Career_Step1EditableRecord, _super);
function Career_Step1EditableRecord(defaults) {
_super.apply(this, arguments);
}
Career_Step1EditableRecord.attributesToDeclare = function () {
return [
this.attr("Career_Step1Editable", "career_Step1EditableAttr", "Career_Step1Editable", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.Career_Step1EditableRec());
}, true, CareersServices_COModel.Career_Step1EditableRec)
].concat(_super.attributesToDeclare.call(this));
};
Career_Step1EditableRecord.fromStructure = function (str) {
return new Career_Step1EditableRecord(new Career_Step1EditableRecord.RecordClass({
career_Step1EditableAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Career_Step1EditableRecord._isAnonymousRecord = true;
Career_Step1EditableRecord.UniqueId = "942c0e88-1d8d-5081-4618-2cfec2435a16";
Career_Step1EditableRecord.init();
return Career_Step1EditableRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Career_Step1EditableRecord = Career_Step1EditableRecord;
});
define("Portal.model$CreatePOBoxRenewalOrderList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRenewalOrderRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRenewalOrderList = (function (_super) {
__extends(CreatePOBoxRenewalOrderList, _super);
function CreatePOBoxRenewalOrderList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRenewalOrderList.itemType = PortalModel.CreatePOBoxRenewalOrderRec;
return CreatePOBoxRenewalOrderList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRenewalOrderList = CreatePOBoxRenewalOrderList;
});
define("Portal.model$ConsignmentRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ConsignmentRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ConsignmentRecordList = (function (_super) {
__extends(ConsignmentRecordList, _super);
function ConsignmentRecordList(defaults) {
_super.apply(this, arguments);
}
ConsignmentRecordList.itemType = PortalModel.ConsignmentRecord;
return ConsignmentRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ConsignmentRecordList = ConsignmentRecordList;
});
define("Portal.model$CRM_RatingsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CRM_RatingsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CRM_RatingsRecordList = (function (_super) {
__extends(CRM_RatingsRecordList, _super);
function CRM_RatingsRecordList(defaults) {
_super.apply(this, arguments);
}
CRM_RatingsRecordList.itemType = PortalModel.CRM_RatingsRecord;
return CRM_RatingsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_RatingsRecordList = CRM_RatingsRecordList;
});
define("Portal.model$PostViewPickupDetailsRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsRequestList = (function (_super) {
__extends(PostViewPickupDetailsRequestList, _super);
function PostViewPickupDetailsRequestList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsRequestList.itemType = PortalModel.PostViewPickupDetailsRequestRec;
return PostViewPickupDetailsRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupDetailsRequestList = PostViewPickupDetailsRequestList;
});
define("Portal.model$Payload76Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload76Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload76Record = (function (_super) {
__extends(Payload76Record, _super);
function Payload76Record(defaults) {
_super.apply(this, arguments);
}
Payload76Record.attributesToDeclare = function () {
return [
this.attr("Payload76", "payload76Attr", "Payload76", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload76Rec());
}, true, PortalModel.Payload76Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload76Record.fromStructure = function (str) {
return new Payload76Record(new Payload76Record.RecordClass({
payload76Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload76Record._isAnonymousRecord = true;
Payload76Record.UniqueId = "aca56e66-0c37-111f-b793-f8e4c311b826";
Payload76Record.init();
return Payload76Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload76Record = Payload76Record;
});
define("Portal.model$Payload76RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload76Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload76RecordList = (function (_super) {
__extends(Payload76RecordList, _super);
function Payload76RecordList(defaults) {
_super.apply(this, arguments);
}
Payload76RecordList.itemType = PortalModel.Payload76Record;
return Payload76RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload76RecordList = Payload76RecordList;
});
define("Portal.model$GetMailCategoryPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoryPayloadRecord = (function (_super) {
__extends(GetMailCategoryPayloadRecord, _super);
function GetMailCategoryPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetMailCategoryPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetMailCategoryPayload", "getMailCategoryPayloadAttr", "GetMailCategoryPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMailCategoryPayloadRec());
}, true, PortalModel.GetMailCategoryPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetMailCategoryPayloadRecord.fromStructure = function (str) {
return new GetMailCategoryPayloadRecord(new GetMailCategoryPayloadRecord.RecordClass({
getMailCategoryPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMailCategoryPayloadRecord._isAnonymousRecord = true;
GetMailCategoryPayloadRecord.UniqueId = "94b28322-f9b7-38ca-ce00-318a2a3d98ab";
GetMailCategoryPayloadRecord.init();
return GetMailCategoryPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMailCategoryPayloadRecord = GetMailCategoryPayloadRecord;
});
define("Portal.model$EmailRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmailRequestRecord = (function (_super) {
__extends(EmailRequestRecord, _super);
function EmailRequestRecord(defaults) {
_super.apply(this, arguments);
}
EmailRequestRecord.attributesToDeclare = function () {
return [
this.attr("EmailRequest", "emailRequestAttr", "EmailRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmailRequestRec());
}, true, PortalModel.EmailRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
EmailRequestRecord.fromStructure = function (str) {
return new EmailRequestRecord(new EmailRequestRecord.RecordClass({
emailRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmailRequestRecord._isAnonymousRecord = true;
EmailRequestRecord.UniqueId = "94e49f66-1b39-5b0d-efc7-844cf61a3a14";
EmailRequestRecord.init();
return EmailRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EmailRequestRecord = EmailRequestRecord;
});
define("Portal.model$HTTPHeader6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader6RecordList = (function (_super) {
__extends(HTTPHeader6RecordList, _super);
function HTTPHeader6RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader6RecordList.itemType = PortalModel.HTTPHeader6Record;
return HTTPHeader6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader6RecordList = HTTPHeader6RecordList;
});
define("Portal.model$LegalEnquiry2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry2RecordList = (function (_super) {
__extends(LegalEnquiry2RecordList, _super);
function LegalEnquiry2RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry2RecordList.itemType = PortalModel.LegalEnquiry2Record;
return LegalEnquiry2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry2RecordList = LegalEnquiry2RecordList;
});
define("Portal.model$LegalEnquiry5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiry5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiry5RecordList = (function (_super) {
__extends(LegalEnquiry5RecordList, _super);
function LegalEnquiry5RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiry5RecordList.itemType = PortalModel.LegalEnquiry5Record;
return LegalEnquiry5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiry5RecordList = LegalEnquiry5RecordList;
});
define("Portal.model$ShortBoxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShortBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShortBoxList = (function (_super) {
__extends(ShortBoxList, _super);
function ShortBoxList(defaults) {
_super.apply(this, arguments);
}
ShortBoxList.itemType = PortalModel.ShortBoxRec;
return ShortBoxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShortBoxList = ShortBoxList;
});
define("Portal.model$Payload77Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload77Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload77Record = (function (_super) {
__extends(Payload77Record, _super);
function Payload77Record(defaults) {
_super.apply(this, arguments);
}
Payload77Record.attributesToDeclare = function () {
return [
this.attr("Payload77", "payload77Attr", "Payload77", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload77Rec());
}, true, PortalModel.Payload77Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload77Record.fromStructure = function (str) {
return new Payload77Record(new Payload77Record.RecordClass({
payload77Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload77Record._isAnonymousRecord = true;
Payload77Record.UniqueId = "95cb3de0-e162-dcee-a025-522d9f9f4318";
Payload77Record.init();
return Payload77Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload77Record = Payload77Record;
});
define("Portal.model$PostProcessForPayment2RequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2RequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2RequestList = (function (_super) {
__extends(PostProcessForPayment2RequestList, _super);
function PostProcessForPayment2RequestList(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2RequestList.itemType = PortalModel.PostProcessForPayment2RequestRec;
return PostProcessForPayment2RequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessForPayment2RequestList = PostProcessForPayment2RequestList;
});
define("Portal.model$Cnp_paymentlinkList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Cnp_paymentlinkRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Cnp_paymentlinkList = (function (_super) {
__extends(Cnp_paymentlinkList, _super);
function Cnp_paymentlinkList(defaults) {
_super.apply(this, arguments);
}
Cnp_paymentlinkList.itemType = PortalModel.Cnp_paymentlinkRec;
return Cnp_paymentlinkList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Cnp_paymentlinkList = Cnp_paymentlinkList;
});
define("Portal.model$FileDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileDetailsList = (function (_super) {
__extends(FileDetailsList, _super);
function FileDetailsList(defaults) {
_super.apply(this, arguments);
}
FileDetailsList.itemType = PortalModel.FileDetailsRec;
return FileDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileDetailsList = FileDetailsList;
});
define("Portal.model$Payload43List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload43Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload43List = (function (_super) {
__extends(Payload43List, _super);
function Payload43List(defaults) {
_super.apply(this, arguments);
}
Payload43List.itemType = PortalModel.Payload43Rec;
return Payload43List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload43List = Payload43List;
});
define("Portal.model$linkRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var linkRecord = (function (_super) {
__extends(linkRecord, _super);
function linkRecord(defaults) {
_super.apply(this, arguments);
}
linkRecord.attributesToDeclare = function () {
return [
this.attr("link", "linkAttr", "link", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.linkRec());
}, true, PortalModel.linkRec)
].concat(_super.attributesToDeclare.call(this));
};
linkRecord.fromStructure = function (str) {
return new linkRecord(new linkRecord.RecordClass({
linkAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
linkRecord._isAnonymousRecord = true;
linkRecord.UniqueId = "96555b22-f808-23d5-e28a-b4cbdbe81a61";
linkRecord.init();
return linkRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.linkRecord = linkRecord;
});
define("Portal.model$IYearlyPostalServiceRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IYearlyPostalServiceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IYearlyPostalServiceRecord = (function (_super) {
__extends(IYearlyPostalServiceRecord, _super);
function IYearlyPostalServiceRecord(defaults) {
_super.apply(this, arguments);
}
IYearlyPostalServiceRecord.attributesToDeclare = function () {
return [
this.attr("IYearlyPostalService", "iYearlyPostalServiceAttr", "IYearlyPostalService", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IYearlyPostalServiceRec());
}, true, PortalModel.IYearlyPostalServiceRec)
].concat(_super.attributesToDeclare.call(this));
};
IYearlyPostalServiceRecord.fromStructure = function (str) {
return new IYearlyPostalServiceRecord(new IYearlyPostalServiceRecord.RecordClass({
iYearlyPostalServiceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IYearlyPostalServiceRecord._isAnonymousRecord = true;
IYearlyPostalServiceRecord.UniqueId = "9695ee12-2263-cdba-a87e-7d280cfb1f6a";
IYearlyPostalServiceRecord.init();
return IYearlyPostalServiceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IYearlyPostalServiceRecord = IYearlyPostalServiceRecord;
});
define("Portal.model$TextTextTextTextTextTextTextTextRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextTextTextTextTextTextTextTextRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextTextTextTextTextTextRecordList = (function (_super) {
__extends(TextTextTextTextTextTextTextTextRecordList, _super);
function TextTextTextTextTextTextTextTextRecordList(defaults) {
_super.apply(this, arguments);
}
TextTextTextTextTextTextTextTextRecordList.itemType = PortalModel.TextTextTextTextTextTextTextTextRecord;
return TextTextTextTextTextTextTextTextRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextTextTextTextTextTextTextTextRecordList = TextTextTextTextTextTextTextTextRecordList;
});
define("Portal.model$URLQueryParameter13List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter13List = (function (_super) {
__extends(URLQueryParameter13List, _super);
function URLQueryParameter13List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter13List.itemType = PortalModel.URLQueryParameter13Rec;
return URLQueryParameter13List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter13List = URLQueryParameter13List;
});
define("Portal.model$HTTPRequest13Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter13List", "Portal.model$HTTPHeader13List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest13Rec = (function (_super) {
__extends(HTTPRequest13Rec, _super);
function HTTPRequest13Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest13Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter13List());
}, true, PortalModel.URLQueryParameter13List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader13List());
}, true, PortalModel.HTTPHeader13List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest13Rec.init();
return HTTPRequest13Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest13Rec = HTTPRequest13Rec;
});
define("Portal.model$HTTPRequest13Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest13Record = (function (_super) {
__extends(HTTPRequest13Record, _super);
function HTTPRequest13Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest13Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest13", "hTTPRequest13Attr", "HTTPRequest13", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest13Rec());
}, true, PortalModel.HTTPRequest13Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest13Record.fromStructure = function (str) {
return new HTTPRequest13Record(new HTTPRequest13Record.RecordClass({
hTTPRequest13Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest13Record._isAnonymousRecord = true;
HTTPRequest13Record.UniqueId = "bc882c31-17c2-8d6a-b7e6-6e34011e984c";
HTTPRequest13Record.init();
return HTTPRequest13Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest13Record = HTTPRequest13Record;
});
define("Portal.model$HTTPRequest13RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest13Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest13RecordList = (function (_super) {
__extends(HTTPRequest13RecordList, _super);
function HTTPRequest13RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest13RecordList.itemType = PortalModel.HTTPRequest13Record;
return HTTPRequest13RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest13RecordList = HTTPRequest13RecordList;
});
define("Portal.model$QueryRebookList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QueryRebookRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QueryRebookList = (function (_super) {
__extends(QueryRebookList, _super);
function QueryRebookList(defaults) {
_super.apply(this, arguments);
}
QueryRebookList.itemType = PortalModel.QueryRebookRec;
return QueryRebookList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QueryRebookList = QueryRebookList;
});
define("Portal.model$PaymentMethodRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethodRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethodRecordList = (function (_super) {
__extends(PaymentMethodRecordList, _super);
function PaymentMethodRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentMethodRecordList.itemType = PortalModel.PaymentMethodRecord;
return PaymentMethodRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentMethodRecordList = PaymentMethodRecordList;
});
define("Portal.model$PostCustomDocumentRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentRequestRecord = (function (_super) {
__extends(PostCustomDocumentRequestRecord, _super);
function PostCustomDocumentRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostCustomDocumentRequest", "postCustomDocumentRequestAttr", "PostCustomDocumentRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostCustomDocumentRequestRec());
}, true, PortalModel.PostCustomDocumentRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostCustomDocumentRequestRecord.fromStructure = function (str) {
return new PostCustomDocumentRequestRecord(new PostCustomDocumentRequestRecord.RecordClass({
postCustomDocumentRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostCustomDocumentRequestRecord._isAnonymousRecord = true;
PostCustomDocumentRequestRecord.UniqueId = "9794ff8d-f3a7-90b1-d49c-8ca7dc0dd975";
PostCustomDocumentRequestRecord.init();
return PostCustomDocumentRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCustomDocumentRequestRecord = PostCustomDocumentRequestRecord;
});
define("Portal.model$GetDeliveryInstructionsPayload2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsPayload2Record = (function (_super) {
__extends(GetDeliveryInstructionsPayload2Record, _super);
function GetDeliveryInstructionsPayload2Record(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsPayload2Record.attributesToDeclare = function () {
return [
this.attr("GetDeliveryInstructionsPayload2", "getDeliveryInstructionsPayload2Attr", "GetDeliveryInstructionsPayload2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryInstructionsPayload2Rec());
}, true, PortalModel.GetDeliveryInstructionsPayload2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryInstructionsPayload2Record.fromStructure = function (str) {
return new GetDeliveryInstructionsPayload2Record(new GetDeliveryInstructionsPayload2Record.RecordClass({
getDeliveryInstructionsPayload2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryInstructionsPayload2Record._isAnonymousRecord = true;
GetDeliveryInstructionsPayload2Record.UniqueId = "97a8aa48-1766-3760-6d56-46055c08d59e";
GetDeliveryInstructionsPayload2Record.init();
return GetDeliveryInstructionsPayload2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryInstructionsPayload2Record = GetDeliveryInstructionsPayload2Record;
});
define("Portal.model$MappingTableRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MappingTableRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MappingTableRecordList = (function (_super) {
__extends(MappingTableRecordList, _super);
function MappingTableRecordList(defaults) {
_super.apply(this, arguments);
}
MappingTableRecordList.itemType = PortalModel.MappingTableRecord;
return MappingTableRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MappingTableRecordList = MappingTableRecordList;
});
define("Portal.model$CreateOnDemandDeliveryOrderRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOnDemandDeliveryOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOnDemandDeliveryOrderRequestList = (function (_super) {
__extends(CreateOnDemandDeliveryOrderRequestList, _super);
function CreateOnDemandDeliveryOrderRequestList(defaults) {
_super.apply(this, arguments);
}
CreateOnDemandDeliveryOrderRequestList.itemType = PortalModel.CreateOnDemandDeliveryOrderRequestRec;
return CreateOnDemandDeliveryOrderRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOnDemandDeliveryOrderRequestList = CreateOnDemandDeliveryOrderRequestList;
});
define("Portal.model$PostingList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$PostingRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var PostingList = (function (_super) {
__extends(PostingList, _super);
function PostingList(defaults) {
_super.apply(this, arguments);
}
PostingList.itemType = CareersData_COModel.PostingRec;
return PostingList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostingList = PostingList;
});
define("Portal.model$Payload64List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload64Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload64List = (function (_super) {
__extends(Payload64List, _super);
function Payload64List(defaults) {
_super.apply(this, arguments);
}
Payload64List.itemType = PortalModel.Payload64Rec;
return Payload64List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload64List = Payload64List;
});
define("Portal.model$UaePassLoginRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UaePassLoginRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UaePassLoginRequestList = (function (_super) {
__extends(UaePassLoginRequestList, _super);
function UaePassLoginRequestList(defaults) {
_super.apply(this, arguments);
}
UaePassLoginRequestList.itemType = PortalModel.UaePassLoginRequestRec;
return UaePassLoginRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UaePassLoginRequestList = UaePassLoginRequestList;
});
define("Portal.model$TextListOfPagesRecordTextRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecordRecordList = (function (_super) {
__extends(TextListOfPagesRecordTextRecordRecordList, _super);
function TextListOfPagesRecordTextRecordRecordList(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecordRecordList.itemType = PortalModel.TextListOfPagesRecordTextRecordRecord;
return TextListOfPagesRecordTextRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextListOfPagesRecordTextRecordRecordList = TextListOfPagesRecordTextRecordRecordList;
});
define("Portal.model$ResendOTPRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendOTPRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendOTPRecordList = (function (_super) {
__extends(ResendOTPRecordList, _super);
function ResendOTPRecordList(defaults) {
_super.apply(this, arguments);
}
ResendOTPRecordList.itemType = PortalModel.ResendOTPRecord;
return ResendOTPRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendOTPRecordList = ResendOTPRecordList;
});
define("Portal.model$GetMenus3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus3Record = (function (_super) {
__extends(GetMenus3Record, _super);
function GetMenus3Record(defaults) {
_super.apply(this, arguments);
}
GetMenus3Record.attributesToDeclare = function () {
return [
this.attr("GetMenus3", "getMenus3Attr", "GetMenus3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMenus3Rec());
}, true, PortalModel.GetMenus3Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetMenus3Record.fromStructure = function (str) {
return new GetMenus3Record(new GetMenus3Record.RecordClass({
getMenus3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMenus3Record._isAnonymousRecord = true;
GetMenus3Record.UniqueId = "99389695-1ff1-1e83-bee4-3f7991060bbc";
GetMenus3Record.init();
return GetMenus3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMenus3Record = GetMenus3Record;
});
define("Portal.model$ServiceTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$ServiceTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeRecord = (function (_super) {
__extends(ServiceTypeRecord, _super);
function ServiceTypeRecord(defaults) {
_super.apply(this, arguments);
}
ServiceTypeRecord.attributesToDeclare = function () {
return [
this.attr("ServiceType", "serviceTypeAttr", "ServiceType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.ServiceTypeRec());
}, true, Data_COModel.ServiceTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
ServiceTypeRecord.fromStructure = function (str) {
return new ServiceTypeRecord(new ServiceTypeRecord.RecordClass({
serviceTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ServiceTypeRecord._isAnonymousRecord = true;
ServiceTypeRecord.UniqueId = "9967251a-7278-d61f-028e-c9bda755feac";
ServiceTypeRecord.init();
return ServiceTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ServiceTypeRecord = ServiceTypeRecord;
});
define("Portal.model$CandidateProfileUserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateProfileUserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateProfileUserRecordList = (function (_super) {
__extends(CandidateProfileUserRecordList, _super);
function CandidateProfileUserRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateProfileUserRecordList.itemType = PortalModel.CandidateProfileUserRecord;
return CandidateProfileUserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateProfileUserRecordList = CandidateProfileUserRecordList;
});
define("Portal.model$SaveBooking4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking4List = (function (_super) {
__extends(SaveBooking4List, _super);
function SaveBooking4List(defaults) {
_super.apply(this, arguments);
}
SaveBooking4List.itemType = PortalModel.SaveBooking4Rec;
return SaveBooking4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking4List = SaveBooking4List;
});
define("Portal.model$PostGetOutboundShipmentRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetOutboundShipmentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetOutboundShipmentRequestList = (function (_super) {
__extends(PostGetOutboundShipmentRequestList, _super);
function PostGetOutboundShipmentRequestList(defaults) {
_super.apply(this, arguments);
}
PostGetOutboundShipmentRequestList.itemType = PortalModel.PostGetOutboundShipmentRequestRec;
return PostGetOutboundShipmentRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetOutboundShipmentRequestList = PostGetOutboundShipmentRequestList;
});
define("Portal.model$ARPendingRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ARPendingRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ARPendingRecord = (function (_super) {
__extends(ARPendingRecord, _super);
function ARPendingRecord(defaults) {
_super.apply(this, arguments);
}
ARPendingRecord.attributesToDeclare = function () {
return [
this.attr("ARPending", "aRPendingAttr", "ARPending", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ARPendingRec());
}, true, PortalModel.ARPendingRec)
].concat(_super.attributesToDeclare.call(this));
};
ARPendingRecord.fromStructure = function (str) {
return new ARPendingRecord(new ARPendingRecord.RecordClass({
aRPendingAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ARPendingRecord._isAnonymousRecord = true;
ARPendingRecord.UniqueId = "999c9b2d-89ec-1076-0564-4d36acb781ee";
ARPendingRecord.init();
return ARPendingRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ARPendingRecord = ARPendingRecord;
});
define("Portal.model$ContactDetailsFileItemsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileItemsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileItemsList = (function (_super) {
__extends(ContactDetailsFileItemsList, _super);
function ContactDetailsFileItemsList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileItemsList.itemType = PortalModel.ContactDetailsFileItemsRec;
return ContactDetailsFileItemsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsFileItemsList = ContactDetailsFileItemsList;
});
define("Portal.model$CaseBody2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody2Record = (function (_super) {
__extends(CaseBody2Record, _super);
function CaseBody2Record(defaults) {
_super.apply(this, arguments);
}
CaseBody2Record.attributesToDeclare = function () {
return [
this.attr("CaseBody2", "caseBody2Attr", "CaseBody2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseBody2Rec());
}, true, PortalModel.CaseBody2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CaseBody2Record.fromStructure = function (str) {
return new CaseBody2Record(new CaseBody2Record.RecordClass({
caseBody2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseBody2Record._isAnonymousRecord = true;
CaseBody2Record.UniqueId = "99ac5083-c8ae-0251-e1e6-3e6edbd3f0f2";
CaseBody2Record.init();
return CaseBody2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseBody2Record = CaseBody2Record;
});
define("Portal.model$CandidateExperienceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateExperienceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateExperienceRecordList = (function (_super) {
__extends(CandidateExperienceRecordList, _super);
function CandidateExperienceRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateExperienceRecordList.itemType = PortalModel.CandidateExperienceRecord;
return CandidateExperienceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateExperienceRecordList = CandidateExperienceRecordList;
});
define("Portal.model$PendingInvTillTodayList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvTillTodayRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvTillTodayList = (function (_super) {
__extends(PendingInvTillTodayList, _super);
function PendingInvTillTodayList(defaults) {
_super.apply(this, arguments);
}
PendingInvTillTodayList.itemType = PortalModel.PendingInvTillTodayRec;
return PendingInvTillTodayList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvTillTodayList = PendingInvTillTodayList;
});
define("Portal.model$HomepageNoticeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HomepageNoticeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HomepageNoticeRecordList = (function (_super) {
__extends(HomepageNoticeRecordList, _super);
function HomepageNoticeRecordList(defaults) {
_super.apply(this, arguments);
}
HomepageNoticeRecordList.itemType = PortalModel.HomepageNoticeRecord;
return HomepageNoticeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HomepageNoticeRecordList = HomepageNoticeRecordList;
});
define("Portal.model$HTTPResponse4Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse4Record = (function (_super) {
__extends(HTTPResponse4Record, _super);
function HTTPResponse4Record(defaults) {
_super.apply(this, arguments);
}
HTTPResponse4Record.attributesToDeclare = function () {
return [
this.attr("HTTPResponse4", "hTTPResponse4Attr", "HTTPResponse4", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPResponse4Rec());
}, true, PortalModel.HTTPResponse4Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPResponse4Record.fromStructure = function (str) {
return new HTTPResponse4Record(new HTTPResponse4Record.RecordClass({
hTTPResponse4Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPResponse4Record._isAnonymousRecord = true;
HTTPResponse4Record.UniqueId = "99d63b19-8cfc-2ce0-08c4-0a34b8924489";
HTTPResponse4Record.init();
return HTTPResponse4Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPResponse4Record = HTTPResponse4Record;
});
define("Portal.model$TrackAndTraceExternalDispatchRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExternalDispatchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExternalDispatchRecord = (function (_super) {
__extends(TrackAndTraceExternalDispatchRecord, _super);
function TrackAndTraceExternalDispatchRecord(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExternalDispatchRecord.attributesToDeclare = function () {
return [
this.attr("TrackAndTraceExternalDispatch", "trackAndTraceExternalDispatchAttr", "TrackAndTraceExternalDispatch", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackAndTraceExternalDispatchRec());
}, true, PortalModel.TrackAndTraceExternalDispatchRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackAndTraceExternalDispatchRecord.fromStructure = function (str) {
return new TrackAndTraceExternalDispatchRecord(new TrackAndTraceExternalDispatchRecord.RecordClass({
trackAndTraceExternalDispatchAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackAndTraceExternalDispatchRecord._isAnonymousRecord = true;
TrackAndTraceExternalDispatchRecord.UniqueId = "bab30d17-c969-c4b8-6c41-1b82ce163c2e";
TrackAndTraceExternalDispatchRecord.init();
return TrackAndTraceExternalDispatchRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackAndTraceExternalDispatchRecord = TrackAndTraceExternalDispatchRecord;
});
define("Portal.model$TrackAndTraceExternalDispatchRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExternalDispatchRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExternalDispatchRecordList = (function (_super) {
__extends(TrackAndTraceExternalDispatchRecordList, _super);
function TrackAndTraceExternalDispatchRecordList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExternalDispatchRecordList.itemType = PortalModel.TrackAndTraceExternalDispatchRecord;
return TrackAndTraceExternalDispatchRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceExternalDispatchRecordList = TrackAndTraceExternalDispatchRecordList;
});
define("Portal.model$ReceiverDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverDetailRecordList = (function (_super) {
__extends(ReceiverDetailRecordList, _super);
function ReceiverDetailRecordList(defaults) {
_super.apply(this, arguments);
}
ReceiverDetailRecordList.itemType = PortalModel.ReceiverDetailRecord;
return ReceiverDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReceiverDetailRecordList = ReceiverDetailRecordList;
});
define("Portal.model$SmartPlacesStruct1RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlacesStructRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStruct1RecordList = (function (_super) {
__extends(SmartPlacesStruct1RecordList, _super);
function SmartPlacesStruct1RecordList(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStruct1RecordList.itemType = PortalModel.SmartPlacesStructRecord;
return SmartPlacesStruct1RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SmartPlacesStruct1RecordList = SmartPlacesStruct1RecordList;
});
define("Portal.model$SendPackageList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPackageRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPackageList = (function (_super) {
__extends(SendPackageList, _super);
function SendPackageList(defaults) {
_super.apply(this, arguments);
}
SendPackageList.itemType = PortalModel.SendPackageRec;
return SendPackageList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendPackageList = SendPackageList;
});
define("Portal.model$Payload85Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload85Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload85Record = (function (_super) {
__extends(Payload85Record, _super);
function Payload85Record(defaults) {
_super.apply(this, arguments);
}
Payload85Record.attributesToDeclare = function () {
return [
this.attr("Payload85", "payload85Attr", "Payload85", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload85Rec());
}, true, PortalModel.Payload85Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload85Record.fromStructure = function (str) {
return new Payload85Record(new Payload85Record.RecordClass({
payload85Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload85Record._isAnonymousRecord = true;
Payload85Record.UniqueId = "9a41ee06-9b1f-ea45-4097-ccd8d6c1d106";
Payload85Record.init();
return Payload85Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload85Record = Payload85Record;
});
define("Portal.model$Payload80Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload80Rec = (function (_super) {
__extends(Payload80Rec, _super);
function Payload80Rec(defaults) {
_super.apply(this, arguments);
}
Payload80Rec.attributesToDeclare = function () {
return [
this.attr("FileName", "fileNameAttr", "fileName", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("MimeType", "mimeTypeAttr", "mimeType", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("FileContent", "fileContentAttr", "fileContent", false, false, OS.Types.Text, function () {
return "";
}, true)
].concat(_super.attributesToDeclare.call(this));
};
Payload80Rec.init();
return Payload80Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload80Rec = Payload80Rec;
});
define("Portal.model$Payload80List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload80Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload80List = (function (_super) {
__extends(Payload80List, _super);
function Payload80List(defaults) {
_super.apply(this, arguments);
}
Payload80List.itemType = PortalModel.Payload80Rec;
return Payload80List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload80List = Payload80List;
});
define("Portal.model$BundleServiceItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItem2RecordList = (function (_super) {
__extends(BundleServiceItem2RecordList, _super);
function BundleServiceItem2RecordList(defaults) {
_super.apply(this, arguments);
}
BundleServiceItem2RecordList.itemType = PortalModel.BundleServiceItem2Record;
return BundleServiceItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceItem2RecordList = BundleServiceItem2RecordList;
});
define("Portal.model$ShortBoxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShortBoxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShortBoxRecordList = (function (_super) {
__extends(ShortBoxRecordList, _super);
function ShortBoxRecordList(defaults) {
_super.apply(this, arguments);
}
ShortBoxRecordList.itemType = PortalModel.ShortBoxRecord;
return ShortBoxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShortBoxRecordList = ShortBoxRecordList;
});
define("Portal.model$EmirateItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateItemRecord = (function (_super) {
__extends(EmirateItemRecord, _super);
function EmirateItemRecord(defaults) {
_super.apply(this, arguments);
}
EmirateItemRecord.attributesToDeclare = function () {
return [
this.attr("EmirateItem", "emirateItemAttr", "EmirateItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateItemRec());
}, true, PortalModel.EmirateItemRec)
].concat(_super.attributesToDeclare.call(this));
};
EmirateItemRecord.fromStructure = function (str) {
return new EmirateItemRecord(new EmirateItemRecord.RecordClass({
emirateItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmirateItemRecord._isAnonymousRecord = true;
EmirateItemRecord.UniqueId = "fba92250-10c0-283d-b816-865198d94dd4";
EmirateItemRecord.init();
return EmirateItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateItemRecord = EmirateItemRecord;
});
define("Portal.model$EmirateItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateItemRecordList = (function (_super) {
__extends(EmirateItemRecordList, _super);
function EmirateItemRecordList(defaults) {
_super.apply(this, arguments);
}
EmirateItemRecordList.itemType = PortalModel.EmirateItemRecord;
return EmirateItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateItemRecordList = EmirateItemRecordList;
});
define("Portal.model$CaseBody_SuperList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_SuperRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_SuperList = (function (_super) {
__extends(CaseBody_SuperList, _super);
function CaseBody_SuperList(defaults) {
_super.apply(this, arguments);
}
CaseBody_SuperList.itemType = PortalModel.CaseBody_SuperRec;
return CaseBody_SuperList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_SuperList = CaseBody_SuperList;
});
define("Portal.model$GetPOBoxRenewalPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalPayloadList = (function (_super) {
__extends(GetPOBoxRenewalPayloadList, _super);
function GetPOBoxRenewalPayloadList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalPayloadList.itemType = PortalModel.GetPOBoxRenewalPayloadRec;
return GetPOBoxRenewalPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalPayloadList = GetPOBoxRenewalPayloadList;
});
define("Portal.model$FileObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileObjectRecord = (function (_super) {
__extends(FileObjectRecord, _super);
function FileObjectRecord(defaults) {
_super.apply(this, arguments);
}
FileObjectRecord.attributesToDeclare = function () {
return [
this.attr("FileObject", "fileObjectAttr", "FileObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.FileObjectRec());
}, true, PortalModel.FileObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
FileObjectRecord.fromStructure = function (str) {
return new FileObjectRecord(new FileObjectRecord.RecordClass({
fileObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FileObjectRecord._isAnonymousRecord = true;
FileObjectRecord.UniqueId = "9b3c3142-71ed-8019-cc7c-eff6cf2afc01";
FileObjectRecord.init();
return FileObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.FileObjectRecord = FileObjectRecord;
});
define("Portal.model$ShipmentReportPreferList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$ShipmentReportPreferRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentReportPreferList = (function (_super) {
__extends(ShipmentReportPreferList, _super);
function ShipmentReportPreferList(defaults) {
_super.apply(this, arguments);
}
ShipmentReportPreferList.itemType = Data_COModel.ShipmentReportPreferRec;
return ShipmentReportPreferList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentReportPreferList = ShipmentReportPreferList;
});
define("Portal.model$ItemFoundActionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFoundActionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ItemFoundActionRecordList = (function (_super) {
__extends(ItemFoundActionRecordList, _super);
function ItemFoundActionRecordList(defaults) {
_super.apply(this, arguments);
}
ItemFoundActionRecordList.itemType = PortalModel.ItemFoundActionRecord;
return ItemFoundActionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ItemFoundActionRecordList = ItemFoundActionRecordList;
});
define("Portal.model$Payload20Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload20Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload20Record = (function (_super) {
__extends(Payload20Record, _super);
function Payload20Record(defaults) {
_super.apply(this, arguments);
}
Payload20Record.attributesToDeclare = function () {
return [
this.attr("Payload20", "payload20Attr", "Payload20", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload20Rec());
}, true, PortalModel.Payload20Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload20Record.fromStructure = function (str) {
return new Payload20Record(new Payload20Record.RecordClass({
payload20Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload20Record._isAnonymousRecord = true;
Payload20Record.UniqueId = "fd7266fd-59d6-f5e3-150e-56e1e76e4711";
Payload20Record.init();
return Payload20Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload20Record = Payload20Record;
});
define("Portal.model$Payload20RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload20Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload20RecordList = (function (_super) {
__extends(Payload20RecordList, _super);
function Payload20RecordList(defaults) {
_super.apply(this, arguments);
}
Payload20RecordList.itemType = PortalModel.Payload20Record;
return Payload20RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload20RecordList = Payload20RecordList;
});
define("Portal.model$CMS_PageTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CMS_PageTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageTypeRecord = (function (_super) {
__extends(CMS_PageTypeRecord, _super);
function CMS_PageTypeRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageTypeRecord.attributesToDeclare = function () {
return [
this.attr("CMS_PageType", "cMS_PageTypeAttr", "CMS_PageType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Enums_COModel.CMS_PageTypeRec());
}, true, Enums_COModel.CMS_PageTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageTypeRecord.fromStructure = function (str) {
return new CMS_PageTypeRecord(new CMS_PageTypeRecord.RecordClass({
cMS_PageTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageTypeRecord._isAnonymousRecord = true;
CMS_PageTypeRecord.UniqueId = "df90d102-2683-7ebf-d928-c38638081d19";
CMS_PageTypeRecord.init();
return CMS_PageTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageTypeRecord = CMS_PageTypeRecord;
});
define("Portal.model$CMS_PageTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageTypeRecordList = (function (_super) {
__extends(CMS_PageTypeRecordList, _super);
function CMS_PageTypeRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageTypeRecordList.itemType = PortalModel.CMS_PageTypeRecord;
return CMS_PageTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageTypeRecordList = CMS_PageTypeRecordList;
});
define("Portal.model$ContactDetailsFileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsFileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsFileRecordList = (function (_super) {
__extends(ContactDetailsFileRecordList, _super);
function ContactDetailsFileRecordList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsFileRecordList.itemType = PortalModel.ContactDetailsFileRecord;
return ContactDetailsFileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsFileRecordList = ContactDetailsFileRecordList;
});
define("Portal.model$GetCustomCategoryPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryPayloadRecord = (function (_super) {
__extends(GetCustomCategoryPayloadRecord, _super);
function GetCustomCategoryPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetCustomCategoryPayload", "getCustomCategoryPayloadAttr", "GetCustomCategoryPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCustomCategoryPayloadRec());
}, true, PortalModel.GetCustomCategoryPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetCustomCategoryPayloadRecord.fromStructure = function (str) {
return new GetCustomCategoryPayloadRecord(new GetCustomCategoryPayloadRecord.RecordClass({
getCustomCategoryPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCustomCategoryPayloadRecord._isAnonymousRecord = true;
GetCustomCategoryPayloadRecord.UniqueId = "f7be6ce0-da5b-fe24-78d6-2e280f1d56bc";
GetCustomCategoryPayloadRecord.init();
return GetCustomCategoryPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCustomCategoryPayloadRecord = GetCustomCategoryPayloadRecord;
});
define("Portal.model$GetCustomCategoryPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomCategoryPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomCategoryPayloadRecordList = (function (_super) {
__extends(GetCustomCategoryPayloadRecordList, _super);
function GetCustomCategoryPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetCustomCategoryPayloadRecordList.itemType = PortalModel.GetCustomCategoryPayloadRecord;
return GetCustomCategoryPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomCategoryPayloadRecordList = GetCustomCategoryPayloadRecordList;
});
define("Portal.model$ValidatePOBoxDetailsRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsRequestList = (function (_super) {
__extends(ValidatePOBoxDetailsRequestList, _super);
function ValidatePOBoxDetailsRequestList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsRequestList.itemType = PortalModel.ValidatePOBoxDetailsRequestRec;
return ValidatePOBoxDetailsRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsRequestList = ValidatePOBoxDetailsRequestList;
});
define("Portal.model$MultiShip_Courier_CustomsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_CustomsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_CustomsRecord = (function (_super) {
__extends(MultiShip_Courier_CustomsRecord, _super);
function MultiShip_Courier_CustomsRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_CustomsRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Customs", "multiShip_Courier_CustomsAttr", "MultiShip_Courier_Customs", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_CustomsRec());
}, true, PortalModel.MultiShip_Courier_CustomsRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_CustomsRecord.fromStructure = function (str) {
return new MultiShip_Courier_CustomsRecord(new MultiShip_Courier_CustomsRecord.RecordClass({
multiShip_Courier_CustomsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_CustomsRecord._isAnonymousRecord = true;
MultiShip_Courier_CustomsRecord.UniqueId = "9bd79b64-bdc8-6d33-f102-b618adda0672";
MultiShip_Courier_CustomsRecord.init();
return MultiShip_Courier_CustomsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_CustomsRecord = MultiShip_Courier_CustomsRecord;
});
define("Portal.model$IDLObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLObjectRecordList = (function (_super) {
__extends(IDLObjectRecordList, _super);
function IDLObjectRecordList(defaults) {
_super.apply(this, arguments);
}
IDLObjectRecordList.itemType = PortalModel.IDLObjectRecord;
return IDLObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLObjectRecordList = IDLObjectRecordList;
});
define("Portal.model$MultiShip_Courier_Premium_File_StatusList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_File_StatusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_File_StatusList = (function (_super) {
__extends(MultiShip_Courier_Premium_File_StatusList, _super);
function MultiShip_Courier_Premium_File_StatusList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_File_StatusList.itemType = PortalModel.MultiShip_Courier_Premium_File_StatusRec;
return MultiShip_Courier_Premium_File_StatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_File_StatusList = MultiShip_Courier_Premium_File_StatusList;
});
define("Portal.model$AddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressRecord = (function (_super) {
__extends(AddressRecord, _super);
function AddressRecord(defaults) {
_super.apply(this, arguments);
}
AddressRecord.attributesToDeclare = function () {
return [
this.attr("Address", "addressAttr", "Address", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AddressRec());
}, true, PortalModel.AddressRec)
].concat(_super.attributesToDeclare.call(this));
};
AddressRecord.fromStructure = function (str) {
return new AddressRecord(new AddressRecord.RecordClass({
addressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AddressRecord._isAnonymousRecord = true;
AddressRecord.UniqueId = "c6563b48-fc87-ed50-27a4-b0296c0f101f";
AddressRecord.init();
return AddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressRecord = AddressRecord;
});
define("Portal.model$AddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressRecordList = (function (_super) {
__extends(AddressRecordList, _super);
function AddressRecordList(defaults) {
_super.apply(this, arguments);
}
AddressRecordList.itemType = PortalModel.AddressRecord;
return AddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressRecordList = AddressRecordList;
});
define("Portal.model$POBoxExpiryDatesRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesRequestRecord = (function (_super) {
__extends(POBoxExpiryDatesRequestRecord, _super);
function POBoxExpiryDatesRequestRecord(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesRequestRecord.attributesToDeclare = function () {
return [
this.attr("POBoxExpiryDatesRequest", "pOBoxExpiryDatesRequestAttr", "POBoxExpiryDatesRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.POBoxExpiryDatesRequestRec());
}, true, PortalModel.POBoxExpiryDatesRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryDatesRequestRecord.fromStructure = function (str) {
return new POBoxExpiryDatesRequestRecord(new POBoxExpiryDatesRequestRecord.RecordClass({
pOBoxExpiryDatesRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxExpiryDatesRequestRecord._isAnonymousRecord = true;
POBoxExpiryDatesRequestRecord.UniqueId = "9cd3e576-68a0-495c-b48f-5c66f4969b20";
POBoxExpiryDatesRequestRecord.init();
return POBoxExpiryDatesRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryDatesRequestRecord = POBoxExpiryDatesRequestRecord;
});
define("Portal.model$OptionsetStructureRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OptionsetStructureRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OptionsetStructureRecordList = (function (_super) {
__extends(OptionsetStructureRecordList, _super);
function OptionsetStructureRecordList(defaults) {
_super.apply(this, arguments);
}
OptionsetStructureRecordList.itemType = PortalModel.OptionsetStructureRecord;
return OptionsetStructureRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OptionsetStructureRecordList = OptionsetStructureRecordList;
});
define("Portal.model$IntnlPostalEnquiryDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPostalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPostalEnquiryDetailList = (function (_super) {
__extends(IntnlPostalEnquiryDetailList, _super);
function IntnlPostalEnquiryDetailList(defaults) {
_super.apply(this, arguments);
}
IntnlPostalEnquiryDetailList.itemType = PortalModel.IntnlPostalEnquiryDetailRec;
return IntnlPostalEnquiryDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPostalEnquiryDetailList = IntnlPostalEnquiryDetailList;
});
define("Portal.model$IDLForUpdatePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLForUpdatePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLForUpdatePayloadList = (function (_super) {
__extends(IDLForUpdatePayloadList, _super);
function IDLForUpdatePayloadList(defaults) {
_super.apply(this, arguments);
}
IDLForUpdatePayloadList.itemType = PortalModel.IDLForUpdatePayloadRec;
return IDLForUpdatePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLForUpdatePayloadList = IDLForUpdatePayloadList;
});
define("Portal.model$HolderInformationItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItemRecord = (function (_super) {
__extends(HolderInformationItemRecord, _super);
function HolderInformationItemRecord(defaults) {
_super.apply(this, arguments);
}
HolderInformationItemRecord.attributesToDeclare = function () {
return [
this.attr("HolderInformationItem", "holderInformationItemAttr", "HolderInformationItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HolderInformationItemRec());
}, true, PortalModel.HolderInformationItemRec)
].concat(_super.attributesToDeclare.call(this));
};
HolderInformationItemRecord.fromStructure = function (str) {
return new HolderInformationItemRecord(new HolderInformationItemRecord.RecordClass({
holderInformationItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HolderInformationItemRecord._isAnonymousRecord = true;
HolderInformationItemRecord.UniqueId = "9d682abc-edc2-6ac4-bfc4-c236bfc3e701";
HolderInformationItemRecord.init();
return HolderInformationItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HolderInformationItemRecord = HolderInformationItemRecord;
});
define("Portal.model$HTTPRequest15Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest15Record = (function (_super) {
__extends(HTTPRequest15Record, _super);
function HTTPRequest15Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest15Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest15", "hTTPRequest15Attr", "HTTPRequest15", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest15Rec());
}, true, PortalModel.HTTPRequest15Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest15Record.fromStructure = function (str) {
return new HTTPRequest15Record(new HTTPRequest15Record.RecordClass({
hTTPRequest15Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest15Record._isAnonymousRecord = true;
HTTPRequest15Record.UniqueId = "df31e1d5-d3cd-007e-2c55-3703beb7329c";
HTTPRequest15Record.init();
return HTTPRequest15Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest15Record = HTTPRequest15Record;
});
define("Portal.model$HTTPRequest15RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest15Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest15RecordList = (function (_super) {
__extends(HTTPRequest15RecordList, _super);
function HTTPRequest15RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest15RecordList.itemType = PortalModel.HTTPRequest15Record;
return HTTPRequest15RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest15RecordList = HTTPRequest15RecordList;
});
define("Portal.model$ShipmentFilterDropdownListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentFilterDropdownListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentFilterDropdownListItemRecordList = (function (_super) {
__extends(ShipmentFilterDropdownListItemRecordList, _super);
function ShipmentFilterDropdownListItemRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentFilterDropdownListItemRecordList.itemType = PortalModel.ShipmentFilterDropdownListItemRecord;
return ShipmentFilterDropdownListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentFilterDropdownListItemRecordList = ShipmentFilterDropdownListItemRecordList;
});
define("Portal.model$GetEPServicesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEPServicesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEPServicesResponseList = (function (_super) {
__extends(GetEPServicesResponseList, _super);
function GetEPServicesResponseList(defaults) {
_super.apply(this, arguments);
}
GetEPServicesResponseList.itemType = PortalModel.GetEPServicesResponseRec;
return GetEPServicesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEPServicesResponseList = GetEPServicesResponseList;
});
define("Portal.model$GetEmiratesResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesResponseRecordList = (function (_super) {
__extends(GetEmiratesResponseRecordList, _super);
function GetEmiratesResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesResponseRecordList.itemType = PortalModel.GetEmiratesResponseRecord;
return GetEmiratesResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesResponseRecordList = GetEmiratesResponseRecordList;
});
define("Portal.model$PostPrintAWBResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostPrintAWBResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostPrintAWBResponseList = (function (_super) {
__extends(PostPrintAWBResponseList, _super);
function PostPrintAWBResponseList(defaults) {
_super.apply(this, arguments);
}
PostPrintAWBResponseList.itemType = PortalModel.PostPrintAWBResponseRec;
return PostPrintAWBResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostPrintAWBResponseList = PostPrintAWBResponseList;
});
define("Portal.model$GetUserInfoResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserInfoResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserInfoResponseList = (function (_super) {
__extends(GetUserInfoResponseList, _super);
function GetUserInfoResponseList(defaults) {
_super.apply(this, arguments);
}
GetUserInfoResponseList.itemType = PortalModel.GetUserInfoResponseRec;
return GetUserInfoResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserInfoResponseList = GetUserInfoResponseList;
});
define("Portal.model$IDLOptionSetRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLOptionSetRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLOptionSetRecordList = (function (_super) {
__extends(IDLOptionSetRecordList, _super);
function IDLOptionSetRecordList(defaults) {
_super.apply(this, arguments);
}
IDLOptionSetRecordList.itemType = PortalModel.IDLOptionSetRecord;
return IDLOptionSetRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLOptionSetRecordList = IDLOptionSetRecordList;
});
define("Portal.model$VerificationPageDatabyTransIdResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdResponseList = (function (_super) {
__extends(VerificationPageDatabyTransIdResponseList, _super);
function VerificationPageDatabyTransIdResponseList(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdResponseList.itemType = PortalModel.VerificationPageDatabyTransIdResponseRec;
return VerificationPageDatabyTransIdResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VerificationPageDatabyTransIdResponseList = VerificationPageDatabyTransIdResponseList;
});
define("Portal.model$ColorRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ColorRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ColorRecordList = (function (_super) {
__extends(ColorRecordList, _super);
function ColorRecordList(defaults) {
_super.apply(this, arguments);
}
ColorRecordList.itemType = PortalModel.ColorRecord;
return ColorRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ColorRecordList = ColorRecordList;
});
define("Portal.model$MasterDataListRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataListRecord = (function (_super) {
__extends(MasterDataListRecord, _super);
function MasterDataListRecord(defaults) {
_super.apply(this, arguments);
}
MasterDataListRecord.attributesToDeclare = function () {
return [
this.attr("MasterDataList", "masterDataListAttr", "MasterDataList", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MasterDataListRec());
}, true, PortalModel.MasterDataListRec)
].concat(_super.attributesToDeclare.call(this));
};
MasterDataListRecord.fromStructure = function (str) {
return new MasterDataListRecord(new MasterDataListRecord.RecordClass({
masterDataListAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MasterDataListRecord._isAnonymousRecord = true;
MasterDataListRecord.UniqueId = "c2084ede-4915-5561-d1d3-ca899de0f189";
MasterDataListRecord.init();
return MasterDataListRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MasterDataListRecord = MasterDataListRecord;
});
define("Portal.model$MasterDataListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataListRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataListRecordList = (function (_super) {
__extends(MasterDataListRecordList, _super);
function MasterDataListRecordList(defaults) {
_super.apply(this, arguments);
}
MasterDataListRecordList.itemType = PortalModel.MasterDataListRecord;
return MasterDataListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MasterDataListRecordList = MasterDataListRecordList;
});
define("Portal.model$GetInboundShipmentPriceDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsResponseRecordList = (function (_super) {
__extends(GetInboundShipmentPriceDetailsResponseRecordList, _super);
function GetInboundShipmentPriceDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsResponseRecordList.itemType = PortalModel.GetInboundShipmentPriceDetailsResponseRecord;
return GetInboundShipmentPriceDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentPriceDetailsResponseRecordList = GetInboundShipmentPriceDetailsResponseRecordList;
});
define("Portal.model$CreatePOBoxUpgradeOrder2Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ItemFromCart2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrder2Rec = (function (_super) {
__extends(CreatePOBoxUpgradeOrder2Rec, _super);
function CreatePOBoxUpgradeOrder2Rec(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrder2Rec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ItemFromCart2Rec());
}, true, PortalModel.ItemFromCart2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxUpgradeOrder2Rec.init();
return CreatePOBoxUpgradeOrder2Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxUpgradeOrder2Rec = CreatePOBoxUpgradeOrder2Rec;
});
define("Portal.model$CreatePOBoxUpgradeOrder2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrder2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrder2List = (function (_super) {
__extends(CreatePOBoxUpgradeOrder2List, _super);
function CreatePOBoxUpgradeOrder2List(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrder2List.itemType = PortalModel.CreatePOBoxUpgradeOrder2Rec;
return CreatePOBoxUpgradeOrder2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxUpgradeOrder2List = CreatePOBoxUpgradeOrder2List;
});
define("Portal.model$Payload17List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload17Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload17List = (function (_super) {
__extends(Payload17List, _super);
function Payload17List(defaults) {
_super.apply(this, arguments);
}
Payload17List.itemType = PortalModel.Payload17Rec;
return Payload17List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload17List = Payload17List;
});
define("Portal.model$PayloadItem5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem5Record = (function (_super) {
__extends(PayloadItem5Record, _super);
function PayloadItem5Record(defaults) {
_super.apply(this, arguments);
}
PayloadItem5Record.attributesToDeclare = function () {
return [
this.attr("PayloadItem5", "payloadItem5Attr", "PayloadItem5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PayloadItem5Rec());
}, true, PortalModel.PayloadItem5Rec)
].concat(_super.attributesToDeclare.call(this));
};
PayloadItem5Record.fromStructure = function (str) {
return new PayloadItem5Record(new PayloadItem5Record.RecordClass({
payloadItem5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PayloadItem5Record._isAnonymousRecord = true;
PayloadItem5Record.UniqueId = "dda49ed9-7569-6192-4ff4-170dd1b181e8";
PayloadItem5Record.init();
return PayloadItem5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PayloadItem5Record = PayloadItem5Record;
});
define("Portal.model$PayloadItem5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem5RecordList = (function (_super) {
__extends(PayloadItem5RecordList, _super);
function PayloadItem5RecordList(defaults) {
_super.apply(this, arguments);
}
PayloadItem5RecordList.itemType = PortalModel.PayloadItem5Record;
return PayloadItem5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem5RecordList = PayloadItem5RecordList;
});
define("Portal.model$IssueCategoryItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IssueCategoryItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IssueCategoryItemRecord = (function (_super) {
__extends(IssueCategoryItemRecord, _super);
function IssueCategoryItemRecord(defaults) {
_super.apply(this, arguments);
}
IssueCategoryItemRecord.attributesToDeclare = function () {
return [
this.attr("IssueCategoryItem", "issueCategoryItemAttr", "IssueCategoryItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IssueCategoryItemRec());
}, true, PortalModel.IssueCategoryItemRec)
].concat(_super.attributesToDeclare.call(this));
};
IssueCategoryItemRecord.fromStructure = function (str) {
return new IssueCategoryItemRecord(new IssueCategoryItemRecord.RecordClass({
issueCategoryItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IssueCategoryItemRecord._isAnonymousRecord = true;
IssueCategoryItemRecord.UniqueId = "df8f9444-7a3e-1621-19bd-71ae9cd7a874";
IssueCategoryItemRecord.init();
return IssueCategoryItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IssueCategoryItemRecord = IssueCategoryItemRecord;
});
define("Portal.model$IssueCategoryItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IssueCategoryItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IssueCategoryItemRecordList = (function (_super) {
__extends(IssueCategoryItemRecordList, _super);
function IssueCategoryItemRecordList(defaults) {
_super.apply(this, arguments);
}
IssueCategoryItemRecordList.itemType = PortalModel.IssueCategoryItemRecord;
return IssueCategoryItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IssueCategoryItemRecordList = IssueCategoryItemRecordList;
});
define("Portal.model$IntegerRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntegerRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntegerRecordRecordList = (function (_super) {
__extends(IntegerRecordRecordList, _super);
function IntegerRecordRecordList(defaults) {
_super.apply(this, arguments);
}
IntegerRecordRecordList.itemType = PortalModel.IntegerRecordRecord;
return IntegerRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntegerRecordRecordList = IntegerRecordRecordList;
});
define("Portal.model$Geometry2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Geometry2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Geometry2RecordList = (function (_super) {
__extends(Geometry2RecordList, _super);
function Geometry2RecordList(defaults) {
_super.apply(this, arguments);
}
Geometry2RecordList.itemType = PortalModel.Geometry2Record;
return Geometry2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Geometry2RecordList = Geometry2RecordList;
});
define("Portal.model$Payload2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload2List = (function (_super) {
__extends(Payload2List, _super);
function Payload2List(defaults) {
_super.apply(this, arguments);
}
Payload2List.itemType = PortalModel.Payload2Rec;
return Payload2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload2List = Payload2List;
});
define("Portal.model$Career_ExperienceRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_ExperienceRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_ExperienceRecord = (function (_super) {
__extends(Career_ExperienceRecord, _super);
function Career_ExperienceRecord(defaults) {
_super.apply(this, arguments);
}
Career_ExperienceRecord.attributesToDeclare = function () {
return [
this.attr("Career_Experience", "career_ExperienceAttr", "Career_Experience", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.Career_ExperienceRec());
}, true, CareersServices_COModel.Career_ExperienceRec)
].concat(_super.attributesToDeclare.call(this));
};
Career_ExperienceRecord.fromStructure = function (str) {
return new Career_ExperienceRecord(new Career_ExperienceRecord.RecordClass({
career_ExperienceAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Career_ExperienceRecord._isAnonymousRecord = true;
Career_ExperienceRecord.UniqueId = "a060aadc-da30-a344-c975-19a568df5b55";
Career_ExperienceRecord.init();
return Career_ExperienceRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Career_ExperienceRecord = Career_ExperienceRecord;
});
define("Portal.model$Payload60Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload60Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload60Record = (function (_super) {
__extends(Payload60Record, _super);
function Payload60Record(defaults) {
_super.apply(this, arguments);
}
Payload60Record.attributesToDeclare = function () {
return [
this.attr("Payload60", "payload60Attr", "Payload60", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload60Rec());
}, true, PortalModel.Payload60Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload60Record.fromStructure = function (str) {
return new Payload60Record(new Payload60Record.RecordClass({
payload60Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload60Record._isAnonymousRecord = true;
Payload60Record.UniqueId = "a0d6918b-4c4a-51e9-b3e7-5e54d99433e3";
Payload60Record.init();
return Payload60Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload60Record = Payload60Record;
});
define("Portal.model$POBoxRenewalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxRenewalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxRenewalRecordList = (function (_super) {
__extends(POBoxRenewalRecordList, _super);
function POBoxRenewalRecordList(defaults) {
_super.apply(this, arguments);
}
POBoxRenewalRecordList.itemType = PortalModel.POBoxRenewalRecord;
return POBoxRenewalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxRenewalRecordList = POBoxRenewalRecordList;
});
define("Portal.model$LegalEnquiryStructWithStatusNameRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructWithStatusNameRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructWithStatusNameRecord = (function (_super) {
__extends(LegalEnquiryStructWithStatusNameRecord, _super);
function LegalEnquiryStructWithStatusNameRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructWithStatusNameRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiryStructWithStatusName", "legalEnquiryStructWithStatusNameAttr", "LegalEnquiryStructWithStatusName", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryStructWithStatusNameRec());
}, true, PortalModel.LegalEnquiryStructWithStatusNameRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryStructWithStatusNameRecord.fromStructure = function (str) {
return new LegalEnquiryStructWithStatusNameRecord(new LegalEnquiryStructWithStatusNameRecord.RecordClass({
legalEnquiryStructWithStatusNameAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryStructWithStatusNameRecord._isAnonymousRecord = true;
LegalEnquiryStructWithStatusNameRecord.UniqueId = "a1355646-eced-d164-61bc-7fd328310e8a";
LegalEnquiryStructWithStatusNameRecord.init();
return LegalEnquiryStructWithStatusNameRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryStructWithStatusNameRecord = LegalEnquiryStructWithStatusNameRecord;
});
define("Portal.model$Payload69List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload69Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload69List = (function (_super) {
__extends(Payload69List, _super);
function Payload69List(defaults) {
_super.apply(this, arguments);
}
Payload69List.itemType = PortalModel.Payload69Rec;
return Payload69List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload69List = Payload69List;
});
define("Portal.model$GetInboundShipmentNotificationResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentNotificationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentNotificationResponseRecord = (function (_super) {
__extends(GetInboundShipmentNotificationResponseRecord, _super);
function GetInboundShipmentNotificationResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentNotificationResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundShipmentNotificationResponse", "getInboundShipmentNotificationResponseAttr", "GetInboundShipmentNotificationResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundShipmentNotificationResponseRec());
}, true, PortalModel.GetInboundShipmentNotificationResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundShipmentNotificationResponseRecord.fromStructure = function (str) {
return new GetInboundShipmentNotificationResponseRecord(new GetInboundShipmentNotificationResponseRecord.RecordClass({
getInboundShipmentNotificationResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundShipmentNotificationResponseRecord._isAnonymousRecord = true;
GetInboundShipmentNotificationResponseRecord.UniqueId = "e9f8b3fc-8fec-da2d-39cb-a029728e6025";
GetInboundShipmentNotificationResponseRecord.init();
return GetInboundShipmentNotificationResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundShipmentNotificationResponseRecord = GetInboundShipmentNotificationResponseRecord;
});
define("Portal.model$GetInboundShipmentNotificationResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentNotificationResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentNotificationResponseRecordList = (function (_super) {
__extends(GetInboundShipmentNotificationResponseRecordList, _super);
function GetInboundShipmentNotificationResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentNotificationResponseRecordList.itemType = PortalModel.GetInboundShipmentNotificationResponseRecord;
return GetInboundShipmentNotificationResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentNotificationResponseRecordList = GetInboundShipmentNotificationResponseRecordList;
});
define("Portal.model$QuoteProductCardRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteProductCardRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteProductCardRecordList = (function (_super) {
__extends(QuoteProductCardRecordList, _super);
function QuoteProductCardRecordList(defaults) {
_super.apply(this, arguments);
}
QuoteProductCardRecordList.itemType = PortalModel.QuoteProductCardRecord;
return QuoteProductCardRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuoteProductCardRecordList = QuoteProductCardRecordList;
});
define("Portal.model$CourierLicensingAndSupplierComplaintDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierLicensingAndSupplierComplaintDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierLicensingAndSupplierComplaintDetailList = (function (_super) {
__extends(CourierLicensingAndSupplierComplaintDetailList, _super);
function CourierLicensingAndSupplierComplaintDetailList(defaults) {
_super.apply(this, arguments);
}
CourierLicensingAndSupplierComplaintDetailList.itemType = PortalModel.CourierLicensingAndSupplierComplaintDetailRec;
return CourierLicensingAndSupplierComplaintDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierLicensingAndSupplierComplaintDetailList = CourierLicensingAndSupplierComplaintDetailList;
});
define("Portal.model$GetHandlingInstructionsResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsResponse3List = (function (_super) {
__extends(GetHandlingInstructionsResponse3List, _super);
function GetHandlingInstructionsResponse3List(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsResponse3List.itemType = PortalModel.GetHandlingInstructionsResponse3Rec;
return GetHandlingInstructionsResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetHandlingInstructionsResponse3List = GetHandlingInstructionsResponse3List;
});
define("Portal.model$AddressTypeRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$AddressTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var AddressTypeRecord = (function (_super) {
__extends(AddressTypeRecord, _super);
function AddressTypeRecord(defaults) {
_super.apply(this, arguments);
}
AddressTypeRecord.attributesToDeclare = function () {
return [
this.attr("AddressType", "addressTypeAttr", "AddressType", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.AddressTypeRec());
}, true, Data_COModel.AddressTypeRec)
].concat(_super.attributesToDeclare.call(this));
};
AddressTypeRecord.fromStructure = function (str) {
return new AddressTypeRecord(new AddressTypeRecord.RecordClass({
addressTypeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AddressTypeRecord._isAnonymousRecord = true;
AddressTypeRecord.UniqueId = "ccf66743-8f2e-a853-eb5d-b5d9d7a99bf8";
AddressTypeRecord.init();
return AddressTypeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AddressTypeRecord = AddressTypeRecord;
});
define("Portal.model$AddressTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressTypeRecordList = (function (_super) {
__extends(AddressTypeRecordList, _super);
function AddressTypeRecordList(defaults) {
_super.apply(this, arguments);
}
AddressTypeRecordList.itemType = PortalModel.AddressTypeRecord;
return AddressTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressTypeRecordList = AddressTypeRecordList;
});
define("Portal.model$Payload24List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload24Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload24List = (function (_super) {
__extends(Payload24List, _super);
function Payload24List(defaults) {
_super.apply(this, arguments);
}
Payload24List.itemType = PortalModel.Payload24Rec;
return Payload24List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload24List = Payload24List;
});
define("Portal.model$ValidatePostBoxDetailsPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsPayloadRecord = (function (_super) {
__extends(ValidatePostBoxDetailsPayloadRecord, _super);
function ValidatePostBoxDetailsPayloadRecord(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsPayloadRecord.attributesToDeclare = function () {
return [
this.attr("ValidatePostBoxDetailsPayload", "validatePostBoxDetailsPayloadAttr", "ValidatePostBoxDetailsPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePostBoxDetailsPayloadRec());
}, true, PortalModel.ValidatePostBoxDetailsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePostBoxDetailsPayloadRecord.fromStructure = function (str) {
return new ValidatePostBoxDetailsPayloadRecord(new ValidatePostBoxDetailsPayloadRecord.RecordClass({
validatePostBoxDetailsPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePostBoxDetailsPayloadRecord._isAnonymousRecord = true;
ValidatePostBoxDetailsPayloadRecord.UniqueId = "eb00c73f-5e16-b879-640c-6355af909ee3";
ValidatePostBoxDetailsPayloadRecord.init();
return ValidatePostBoxDetailsPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePostBoxDetailsPayloadRecord = ValidatePostBoxDetailsPayloadRecord;
});
define("Portal.model$ValidatePostBoxDetailsPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsPayloadRecordList = (function (_super) {
__extends(ValidatePostBoxDetailsPayloadRecordList, _super);
function ValidatePostBoxDetailsPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsPayloadRecordList.itemType = PortalModel.ValidatePostBoxDetailsPayloadRecord;
return ValidatePostBoxDetailsPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePostBoxDetailsPayloadRecordList = ValidatePostBoxDetailsPayloadRecordList;
});
define("Portal.model$Payload58RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload58Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload58RecordList = (function (_super) {
__extends(Payload58RecordList, _super);
function Payload58RecordList(defaults) {
_super.apply(this, arguments);
}
Payload58RecordList.itemType = PortalModel.Payload58Record;
return Payload58RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload58RecordList = Payload58RecordList;
});
define("Portal.model$Payload37RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload37Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload37RecordList = (function (_super) {
__extends(Payload37RecordList, _super);
function Payload37RecordList(defaults) {
_super.apply(this, arguments);
}
Payload37RecordList.itemType = PortalModel.Payload37Record;
return Payload37RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload37RecordList = Payload37RecordList;
});
define("Portal.model$SiteInfoList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SiteInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SiteInfoList = (function (_super) {
__extends(SiteInfoList, _super);
function SiteInfoList(defaults) {
_super.apply(this, arguments);
}
SiteInfoList.itemType = PortalModel.SiteInfoRec;
return SiteInfoList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SiteInfoList = SiteInfoList;
});
define("Portal.model$OrderSummaryRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload34Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderSummaryRec = (function (_super) {
__extends(OrderSummaryRec, _super);
function OrderSummaryRec(defaults) {
_super.apply(this, arguments);
}
OrderSummaryRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload34Rec());
}, true, PortalModel.Payload34Rec)
].concat(_super.attributesToDeclare.call(this));
};
OrderSummaryRec.init();
return OrderSummaryRec;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderSummaryRec = OrderSummaryRec;
});
define("Portal.model$RegionsIDLRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsIDLRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsIDLRecordList = (function (_super) {
__extends(RegionsIDLRecordList, _super);
function RegionsIDLRecordList(defaults) {
_super.apply(this, arguments);
}
RegionsIDLRecordList.itemType = PortalModel.RegionsIDLRecord;
return RegionsIDLRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionsIDLRecordList = RegionsIDLRecordList;
});
define("Portal.model$PostViewPickupRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupRequestRecord = (function (_super) {
__extends(PostViewPickupRequestRecord, _super);
function PostViewPickupRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostViewPickupRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostViewPickupRequest", "postViewPickupRequestAttr", "PostViewPickupRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostViewPickupRequestRec());
}, true, PortalModel.PostViewPickupRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostViewPickupRequestRecord.fromStructure = function (str) {
return new PostViewPickupRequestRecord(new PostViewPickupRequestRecord.RecordClass({
postViewPickupRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostViewPickupRequestRecord._isAnonymousRecord = true;
PostViewPickupRequestRecord.UniqueId = "a2bb6348-3dfe-8f9a-c7dc-5e5b0933ad7e";
PostViewPickupRequestRecord.init();
return PostViewPickupRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostViewPickupRequestRecord = PostViewPickupRequestRecord;
});
define("Portal.model$GetCustomDescriptionsResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCustomDescriptionsResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCustomDescriptionsResponse2List = (function (_super) {
__extends(GetCustomDescriptionsResponse2List, _super);
function GetCustomDescriptionsResponse2List(defaults) {
_super.apply(this, arguments);
}
GetCustomDescriptionsResponse2List.itemType = PortalModel.GetCustomDescriptionsResponse2Rec;
return GetCustomDescriptionsResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCustomDescriptionsResponse2List = GetCustomDescriptionsResponse2List;
});
define("Portal.model$BulkMailUploadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailUploadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailUploadRecordList = (function (_super) {
__extends(BulkMailUploadRecordList, _super);
function BulkMailUploadRecordList(defaults) {
_super.apply(this, arguments);
}
BulkMailUploadRecordList.itemType = PortalModel.BulkMailUploadRecord;
return BulkMailUploadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailUploadRecordList = BulkMailUploadRecordList;
});
define("Portal.model$HTTPRequest5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest5Record = (function (_super) {
__extends(HTTPRequest5Record, _super);
function HTTPRequest5Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest5Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest5", "hTTPRequest5Attr", "HTTPRequest5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest5Rec());
}, true, PortalModel.HTTPRequest5Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest5Record.fromStructure = function (str) {
return new HTTPRequest5Record(new HTTPRequest5Record.RecordClass({
hTTPRequest5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest5Record._isAnonymousRecord = true;
HTTPRequest5Record.UniqueId = "a3172925-7fe7-1506-3b05-6c3cae25e07f";
HTTPRequest5Record.init();
return HTTPRequest5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest5Record = HTTPRequest5Record;
});
define("Portal.model$TradeLicenseInformation3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformation3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformation3List = (function (_super) {
__extends(TradeLicenseInformation3List, _super);
function TradeLicenseInformation3List(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformation3List.itemType = PortalModel.TradeLicenseInformation3Rec;
return TradeLicenseInformation3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.TradeLicenseInformation3List = TradeLicenseInformation3List;
});
define("Portal.model$Payload53RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload53Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload53RecordList = (function (_super) {
__extends(Payload53RecordList, _super);
function Payload53RecordList(defaults) {
_super.apply(this, arguments);
}
Payload53RecordList.itemType = PortalModel.Payload53Record;
return Payload53RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload53RecordList = Payload53RecordList;
});
define("Portal.model$PostVerifyRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyRequestRecordList = (function (_super) {
__extends(PostVerifyRequestRecordList, _super);
function PostVerifyRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostVerifyRequestRecordList.itemType = PortalModel.PostVerifyRequestRecord;
return PostVerifyRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostVerifyRequestRecordList = PostVerifyRequestRecordList;
});
define("Portal.model$CourierOrderDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierOrderDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierOrderDetailsResponseList = (function (_super) {
__extends(CourierOrderDetailsResponseList, _super);
function CourierOrderDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
CourierOrderDetailsResponseList.itemType = PortalModel.CourierOrderDetailsResponseRec;
return CourierOrderDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierOrderDetailsResponseList = CourierOrderDetailsResponseList;
});
define("Portal.model$GetMenusList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenusRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenusList = (function (_super) {
__extends(GetMenusList, _super);
function GetMenusList(defaults) {
_super.apply(this, arguments);
}
GetMenusList.itemType = PortalModel.GetMenusRec;
return GetMenusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenusList = GetMenusList;
});
define("Portal.model$ProcessBookingRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingRequestRecordList = (function (_super) {
__extends(ProcessBookingRequestRecordList, _super);
function ProcessBookingRequestRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessBookingRequestRecordList.itemType = PortalModel.ProcessBookingRequestRecord;
return ProcessBookingRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessBookingRequestRecordList = ProcessBookingRequestRecordList;
});
define("Portal.model$MultiShip_Courier_ItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_ItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_ItemRecord = (function (_super) {
__extends(MultiShip_Courier_ItemRecord, _super);
function MultiShip_Courier_ItemRecord(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_ItemRecord.attributesToDeclare = function () {
return [
this.attr("MultiShip_Courier_Item", "multiShip_Courier_ItemAttr", "MultiShip_Courier_Item", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.MultiShip_Courier_ItemRec());
}, true, PortalModel.MultiShip_Courier_ItemRec)
].concat(_super.attributesToDeclare.call(this));
};
MultiShip_Courier_ItemRecord.fromStructure = function (str) {
return new MultiShip_Courier_ItemRecord(new MultiShip_Courier_ItemRecord.RecordClass({
multiShip_Courier_ItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
MultiShip_Courier_ItemRecord._isAnonymousRecord = true;
MultiShip_Courier_ItemRecord.UniqueId = "a423f197-c784-f27a-85eb-e1dba8a33e19";
MultiShip_Courier_ItemRecord.init();
return MultiShip_Courier_ItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.MultiShip_Courier_ItemRecord = MultiShip_Courier_ItemRecord;
});
define("Portal.model$POBoxRenewalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxRenewalList = (function (_super) {
__extends(POBoxRenewalList, _super);
function POBoxRenewalList(defaults) {
_super.apply(this, arguments);
}
POBoxRenewalList.itemType = PortalModel.POBoxRenewalRec;
return POBoxRenewalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxRenewalList = POBoxRenewalList;
});
define("Portal.model$IRateDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IRateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IRateDetailList = (function (_super) {
__extends(IRateDetailList, _super);
function IRateDetailList(defaults) {
_super.apply(this, arguments);
}
IRateDetailList.itemType = PortalModel.IRateDetailRec;
return IRateDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IRateDetailList = IRateDetailList;
});
define("Portal.model$PostBulkMailUploadRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkMailUploadRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkMailUploadRequestList = (function (_super) {
__extends(PostBulkMailUploadRequestList, _super);
function PostBulkMailUploadRequestList(defaults) {
_super.apply(this, arguments);
}
PostBulkMailUploadRequestList.itemType = PortalModel.PostBulkMailUploadRequestRec;
return PostBulkMailUploadRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkMailUploadRequestList = PostBulkMailUploadRequestList;
});
define("Portal.model$SaveNewAddressPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveNewAddressPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveNewAddressPayloadList = (function (_super) {
__extends(SaveNewAddressPayloadList, _super);
function SaveNewAddressPayloadList(defaults) {
_super.apply(this, arguments);
}
SaveNewAddressPayloadList.itemType = PortalModel.SaveNewAddressPayloadRec;
return SaveNewAddressPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveNewAddressPayloadList = SaveNewAddressPayloadList;
});
define("Portal.model$TextProductDetailsRecordTextRecordRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextProductDetailsRecordTextRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextProductDetailsRecordTextRecordRecord = (function (_super) {
__extends(TextProductDetailsRecordTextRecordRecord, _super);
function TextProductDetailsRecordTextRecordRecord(defaults) {
_super.apply(this, arguments);
}
TextProductDetailsRecordTextRecordRecord.attributesToDeclare = function () {
return [
this.attr("TextProductDetailsRecordTextRecord", "textProductDetailsRecordTextRecordAttr", "TextProductDetailsRecordTextRecord", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TextProductDetailsRecordTextRecordRec());
}, true, PortalModel.TextProductDetailsRecordTextRecordRec)
].concat(_super.attributesToDeclare.call(this));
};
TextProductDetailsRecordTextRecordRecord.fromStructure = function (str) {
return new TextProductDetailsRecordTextRecordRecord(new TextProductDetailsRecordTextRecordRecord.RecordClass({
textProductDetailsRecordTextRecordAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TextProductDetailsRecordTextRecordRecord._isAnonymousRecord = true;
TextProductDetailsRecordTextRecordRecord.UniqueId = "a495beeb-b0ed-9b4f-1545-ac6ab672f1d2";
TextProductDetailsRecordTextRecordRecord.init();
return TextProductDetailsRecordTextRecordRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextProductDetailsRecordTextRecordRecord = TextProductDetailsRecordTextRecordRecord;
});
define("Portal.model$CMS_PageLocaleContentRecord", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$CMS_PageLocaleContentRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleContentRecord = (function (_super) {
__extends(CMS_PageLocaleContentRecord, _super);
function CMS_PageLocaleContentRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleContentRecord.attributesToDeclare = function () {
return [
this.attr("CMS_PageLocaleContent", "cMS_PageLocaleContentAttr", "CMS_PageLocaleContent", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Services_COModel.CMS_PageLocaleContentRec());
}, true, Services_COModel.CMS_PageLocaleContentRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageLocaleContentRecord.fromStructure = function (str) {
return new CMS_PageLocaleContentRecord(new CMS_PageLocaleContentRecord.RecordClass({
cMS_PageLocaleContentAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageLocaleContentRecord._isAnonymousRecord = true;
CMS_PageLocaleContentRecord.UniqueId = "a4a8814a-bc34-708d-ef4d-7317493e6633";
CMS_PageLocaleContentRecord.init();
return CMS_PageLocaleContentRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageLocaleContentRecord = CMS_PageLocaleContentRecord;
});
define("Portal.model$GutterSizeRecord", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$GutterSizeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var GutterSizeRecord = (function (_super) {
__extends(GutterSizeRecord, _super);
function GutterSizeRecord(defaults) {
_super.apply(this, arguments);
}
GutterSizeRecord.attributesToDeclare = function () {
return [
this.attr("GutterSize", "gutterSizeAttr", "GutterSize", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new OutSystemsUIModel.GutterSizeRec());
}, true, OutSystemsUIModel.GutterSizeRec)
].concat(_super.attributesToDeclare.call(this));
};
GutterSizeRecord.fromStructure = function (str) {
return new GutterSizeRecord(new GutterSizeRecord.RecordClass({
gutterSizeAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GutterSizeRecord._isAnonymousRecord = true;
GutterSizeRecord.UniqueId = "a5018402-fa6c-90c5-e826-e54b2748cedc";
GutterSizeRecord.init();
return GutterSizeRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GutterSizeRecord = GutterSizeRecord;
});
define("Portal.model$GetMailCategoriesResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoriesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoriesResponse2Record = (function (_super) {
__extends(GetMailCategoriesResponse2Record, _super);
function GetMailCategoriesResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetMailCategoriesResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetMailCategoriesResponse2", "getMailCategoriesResponse2Attr", "GetMailCategoriesResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetMailCategoriesResponse2Rec());
}, true, PortalModel.GetMailCategoriesResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetMailCategoriesResponse2Record.fromStructure = function (str) {
return new GetMailCategoriesResponse2Record(new GetMailCategoriesResponse2Record.RecordClass({
getMailCategoriesResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetMailCategoriesResponse2Record._isAnonymousRecord = true;
GetMailCategoriesResponse2Record.UniqueId = "c9f0035e-a6d4-8b0e-943e-d7f812451c9e";
GetMailCategoriesResponse2Record.init();
return GetMailCategoriesResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetMailCategoriesResponse2Record = GetMailCategoriesResponse2Record;
});
define("Portal.model$GetMailCategoriesResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoriesResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoriesResponse2RecordList = (function (_super) {
__extends(GetMailCategoriesResponse2RecordList, _super);
function GetMailCategoriesResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetMailCategoriesResponse2RecordList.itemType = PortalModel.GetMailCategoriesResponse2Record;
return GetMailCategoriesResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMailCategoriesResponse2RecordList = GetMailCategoriesResponse2RecordList;
});
define("Portal.model$UpgradablesBundlesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradablesBundlesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradablesBundlesList = (function (_super) {
__extends(UpgradablesBundlesList, _super);
function UpgradablesBundlesList(defaults) {
_super.apply(this, arguments);
}
UpgradablesBundlesList.itemType = PortalModel.UpgradablesBundlesRec;
return UpgradablesBundlesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradablesBundlesList = UpgradablesBundlesList;
});
define("Portal.model$Payload85RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload85Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload85RecordList = (function (_super) {
__extends(Payload85RecordList, _super);
function Payload85RecordList(defaults) {
_super.apply(this, arguments);
}
Payload85RecordList.itemType = PortalModel.Payload85Record;
return Payload85RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload85RecordList = Payload85RecordList;
});
define("Portal.model$Payload74Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload74Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload74Record = (function (_super) {
__extends(Payload74Record, _super);
function Payload74Record(defaults) {
_super.apply(this, arguments);
}
Payload74Record.attributesToDeclare = function () {
return [
this.attr("Payload74", "payload74Attr", "Payload74", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload74Rec());
}, true, PortalModel.Payload74Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload74Record.fromStructure = function (str) {
return new Payload74Record(new Payload74Record.RecordClass({
payload74Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload74Record._isAnonymousRecord = true;
Payload74Record.UniqueId = "a5eec8e8-22ab-6555-1f03-495d9a240518";
Payload74Record.init();
return Payload74Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload74Record = Payload74Record;
});
define("Portal.model$CMS_PageTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CMS_PageTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageTypeList = (function (_super) {
__extends(CMS_PageTypeList, _super);
function CMS_PageTypeList(defaults) {
_super.apply(this, arguments);
}
CMS_PageTypeList.itemType = Enums_COModel.CMS_PageTypeRec;
return CMS_PageTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageTypeList = CMS_PageTypeList;
});
define("Portal.model$CMS_PageLocaleContentRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageLocaleContentRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleContentRecordList = (function (_super) {
__extends(CMS_PageLocaleContentRecordList, _super);
function CMS_PageLocaleContentRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleContentRecordList.itemType = PortalModel.CMS_PageLocaleContentRecord;
return CMS_PageLocaleContentRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageLocaleContentRecordList = CMS_PageLocaleContentRecordList;
});
define("Portal.model$SidebarMenuCategoryList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$SidebarMenuCategoryRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var SidebarMenuCategoryList = (function (_super) {
__extends(SidebarMenuCategoryList, _super);
function SidebarMenuCategoryList(defaults) {
_super.apply(this, arguments);
}
SidebarMenuCategoryList.itemType = Enums_COModel.SidebarMenuCategoryRec;
return SidebarMenuCategoryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SidebarMenuCategoryList = SidebarMenuCategoryList;
});
define("Portal.model$BundleList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleList = (function (_super) {
__extends(BundleList, _super);
function BundleList(defaults) {
_super.apply(this, arguments);
}
BundleList.itemType = PortalModel.BundleRec;
return BundleList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleList = BundleList;
});
define("Portal.model$InternationalPostalDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternationalPostalDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InternationalPostalDetailRecord = (function (_super) {
__extends(InternationalPostalDetailRecord, _super);
function InternationalPostalDetailRecord(defaults) {
_super.apply(this, arguments);
}
InternationalPostalDetailRecord.attributesToDeclare = function () {
return [
this.attr("InternationalPostalDetail", "internationalPostalDetailAttr", "InternationalPostalDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.InternationalPostalDetailRec());
}, true, PortalModel.InternationalPostalDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
InternationalPostalDetailRecord.fromStructure = function (str) {
return new InternationalPostalDetailRecord(new InternationalPostalDetailRecord.RecordClass({
internationalPostalDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
InternationalPostalDetailRecord._isAnonymousRecord = true;
InternationalPostalDetailRecord.UniqueId = "a6ef63c7-b5d6-06f3-0d67-362512fca67d";
InternationalPostalDetailRecord.init();
return InternationalPostalDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.InternationalPostalDetailRecord = InternationalPostalDetailRecord;
});
define("Portal.model$GetUserByTokenResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponseList = (function (_super) {
__extends(GetUserByTokenResponseList, _super);
function GetUserByTokenResponseList(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponseList.itemType = PortalModel.GetUserByTokenResponseRec;
return GetUserByTokenResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserByTokenResponseList = GetUserByTokenResponseList;
});
define("Portal.model$ProductItem6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProductItem6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProductItem6RecordList = (function (_super) {
__extends(ProductItem6RecordList, _super);
function ProductItem6RecordList(defaults) {
_super.apply(this, arguments);
}
ProductItem6RecordList.itemType = PortalModel.ProductItem6Record;
return ProductItem6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProductItem6RecordList = ProductItem6RecordList;
});
define("Portal.model$Payload20List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload20Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload20List = (function (_super) {
__extends(Payload20List, _super);
function Payload20List(defaults) {
_super.apply(this, arguments);
}
Payload20List.itemType = PortalModel.Payload20Rec;
return Payload20List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload20List = Payload20List;
});
define("Portal.model$ValidatePOBoxDetailsPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsPayloadRecord = (function (_super) {
__extends(ValidatePOBoxDetailsPayloadRecord, _super);
function ValidatePOBoxDetailsPayloadRecord(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsPayloadRecord.attributesToDeclare = function () {
return [
this.attr("ValidatePOBoxDetailsPayload", "validatePOBoxDetailsPayloadAttr", "ValidatePOBoxDetailsPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidatePOBoxDetailsPayloadRec());
}, true, PortalModel.ValidatePOBoxDetailsPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidatePOBoxDetailsPayloadRecord.fromStructure = function (str) {
return new ValidatePOBoxDetailsPayloadRecord(new ValidatePOBoxDetailsPayloadRecord.RecordClass({
validatePOBoxDetailsPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidatePOBoxDetailsPayloadRecord._isAnonymousRecord = true;
ValidatePOBoxDetailsPayloadRecord.UniqueId = "ee21e28a-063b-596a-c66f-931be81f80ad";
ValidatePOBoxDetailsPayloadRecord.init();
return ValidatePOBoxDetailsPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidatePOBoxDetailsPayloadRecord = ValidatePOBoxDetailsPayloadRecord;
});
define("Portal.model$ValidatePOBoxDetailsPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsPayloadRecordList = (function (_super) {
__extends(ValidatePOBoxDetailsPayloadRecordList, _super);
function ValidatePOBoxDetailsPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsPayloadRecordList.itemType = PortalModel.ValidatePOBoxDetailsPayloadRecord;
return ValidatePOBoxDetailsPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsPayloadRecordList = ValidatePOBoxDetailsPayloadRecordList;
});
define("Portal.model$DateOptionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DateOptionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DateOptionRecord = (function (_super) {
__extends(DateOptionRecord, _super);
function DateOptionRecord(defaults) {
_super.apply(this, arguments);
}
DateOptionRecord.attributesToDeclare = function () {
return [
this.attr("DateOption", "dateOptionAttr", "DateOption", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DateOptionRec());
}, true, PortalModel.DateOptionRec)
].concat(_super.attributesToDeclare.call(this));
};
DateOptionRecord.fromStructure = function (str) {
return new DateOptionRecord(new DateOptionRecord.RecordClass({
dateOptionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DateOptionRecord._isAnonymousRecord = true;
DateOptionRecord.UniqueId = "a789947c-18df-d2b9-7bf4-e344fee3d3f7";
DateOptionRecord.init();
return DateOptionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.DateOptionRecord = DateOptionRecord;
});
define("Portal.model$Career_EducationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_EducationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_EducationRecordList = (function (_super) {
__extends(Career_EducationRecordList, _super);
function Career_EducationRecordList(defaults) {
_super.apply(this, arguments);
}
Career_EducationRecordList.itemType = PortalModel.Career_EducationRecord;
return Career_EducationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_EducationRecordList = Career_EducationRecordList;
});
define("Portal.model$Career_EducationList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$Career_EducationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var Career_EducationList = (function (_super) {
__extends(Career_EducationList, _super);
function Career_EducationList(defaults) {
_super.apply(this, arguments);
}
Career_EducationList.itemType = CareersServices_COModel.Career_EducationRec;
return Career_EducationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_EducationList = Career_EducationList;
});
define("Portal.model$ReturnItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItem2RecordList = (function (_super) {
__extends(ReturnItem2RecordList, _super);
function ReturnItem2RecordList(defaults) {
_super.apply(this, arguments);
}
ReturnItem2RecordList.itemType = PortalModel.ReturnItem2Record;
return ReturnItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReturnItem2RecordList = ReturnItem2RecordList;
});
define("Portal.model$DashboardValuesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DashboardValuesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DashboardValuesList = (function (_super) {
__extends(DashboardValuesList, _super);
function DashboardValuesList(defaults) {
_super.apply(this, arguments);
}
DashboardValuesList.itemType = PortalModel.DashboardValuesRec;
return DashboardValuesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DashboardValuesList = DashboardValuesList;
});
define("Portal.model$LoaderDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LoaderDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LoaderDetailsList = (function (_super) {
__extends(LoaderDetailsList, _super);
function LoaderDetailsList(defaults) {
_super.apply(this, arguments);
}
LoaderDetailsList.itemType = PortalModel.LoaderDetailsRec;
return LoaderDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LoaderDetailsList = LoaderDetailsList;
});
define("Portal.model$HTTPHeader2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader2RecordList = (function (_super) {
__extends(HTTPHeader2RecordList, _super);
function HTTPHeader2RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader2RecordList.itemType = PortalModel.HTTPHeader2Record;
return HTTPHeader2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader2RecordList = HTTPHeader2RecordList;
});
define("Portal.model$PayloadItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem3RecordList = (function (_super) {
__extends(PayloadItem3RecordList, _super);
function PayloadItem3RecordList(defaults) {
_super.apply(this, arguments);
}
PayloadItem3RecordList.itemType = PortalModel.PayloadItem3Record;
return PayloadItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem3RecordList = PayloadItem3RecordList;
});
define("Portal.model$RegisterUserResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserResponseRecordList = (function (_super) {
__extends(RegisterUserResponseRecordList, _super);
function RegisterUserResponseRecordList(defaults) {
_super.apply(this, arguments);
}
RegisterUserResponseRecordList.itemType = PortalModel.RegisterUserResponseRecord;
return RegisterUserResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUserResponseRecordList = RegisterUserResponseRecordList;
});
define("Portal.model$embedded2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embedded2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embedded2RecordList = (function (_super) {
__extends(embedded2RecordList, _super);
function embedded2RecordList(defaults) {
_super.apply(this, arguments);
}
embedded2RecordList.itemType = PortalModel.embedded2Record;
return embedded2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.embedded2RecordList = embedded2RecordList;
});
define("Portal.model$GetInboundLettersRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersRequestRecord = (function (_super) {
__extends(GetInboundLettersRequestRecord, _super);
function GetInboundLettersRequestRecord(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersRequestRecord.attributesToDeclare = function () {
return [
this.attr("GetInboundLettersRequest", "getInboundLettersRequestAttr", "GetInboundLettersRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetInboundLettersRequestRec());
}, true, PortalModel.GetInboundLettersRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
GetInboundLettersRequestRecord.fromStructure = function (str) {
return new GetInboundLettersRequestRecord(new GetInboundLettersRequestRecord.RecordClass({
getInboundLettersRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetInboundLettersRequestRecord._isAnonymousRecord = true;
GetInboundLettersRequestRecord.UniqueId = "e12ebb46-f14e-3db5-7dd9-60e806269880";
GetInboundLettersRequestRecord.init();
return GetInboundLettersRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetInboundLettersRequestRecord = GetInboundLettersRequestRecord;
});
define("Portal.model$GetInboundLettersRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersRequestRecordList = (function (_super) {
__extends(GetInboundLettersRequestRecordList, _super);
function GetInboundLettersRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersRequestRecordList.itemType = PortalModel.GetInboundLettersRequestRecord;
return GetInboundLettersRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLettersRequestRecordList = GetInboundLettersRequestRecordList;
});
define("Portal.model$GetProductDetailsByIdResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetProductDetailsByIdResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetProductDetailsByIdResponseRecordList = (function (_super) {
__extends(GetProductDetailsByIdResponseRecordList, _super);
function GetProductDetailsByIdResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetProductDetailsByIdResponseRecordList.itemType = PortalModel.GetProductDetailsByIdResponseRecord;
return GetProductDetailsByIdResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetProductDetailsByIdResponseRecordList = GetProductDetailsByIdResponseRecordList;
});
define("Portal.model$PostBoxForRenewalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBoxForRenewalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBoxForRenewalRecordList = (function (_super) {
__extends(PostBoxForRenewalRecordList, _super);
function PostBoxForRenewalRecordList(defaults) {
_super.apply(this, arguments);
}
PostBoxForRenewalRecordList.itemType = PortalModel.PostBoxForRenewalRecord;
return PostBoxForRenewalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBoxForRenewalRecordList = PostBoxForRenewalRecordList;
});
define("Portal.model$MultiShip_Courier_Premium_FileList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_FileRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_FileList = (function (_super) {
__extends(MultiShip_Courier_Premium_FileList, _super);
function MultiShip_Courier_Premium_FileList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_FileList.itemType = PortalModel.MultiShip_Courier_Premium_FileRec;
return MultiShip_Courier_Premium_FileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_FileList = MultiShip_Courier_Premium_FileList;
});
define("Portal.model$ISaveCaseRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ISaveCaseRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ISaveCaseRequestList = (function (_super) {
__extends(ISaveCaseRequestList, _super);
function ISaveCaseRequestList(defaults) {
_super.apply(this, arguments);
}
ISaveCaseRequestList.itemType = PortalModel.ISaveCaseRequestRec;
return ISaveCaseRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ISaveCaseRequestList = ISaveCaseRequestList;
});
define("Portal.model$SendPackageRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPackageRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPackageRecord = (function (_super) {
__extends(SendPackageRecord, _super);
function SendPackageRecord(defaults) {
_super.apply(this, arguments);
}
SendPackageRecord.attributesToDeclare = function () {
return [
this.attr("SendPackage", "sendPackageAttr", "SendPackage", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SendPackageRec());
}, true, PortalModel.SendPackageRec)
].concat(_super.attributesToDeclare.call(this));
};
SendPackageRecord.fromStructure = function (str) {
return new SendPackageRecord(new SendPackageRecord.RecordClass({
sendPackageAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SendPackageRecord._isAnonymousRecord = true;
SendPackageRecord.UniqueId = "a90fb429-7afb-b8e0-f7bc-a40df0a987ab";
SendPackageRecord.init();
return SendPackageRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SendPackageRecord = SendPackageRecord;
});
define("Portal.model$URLQueryParameter8List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter8List = (function (_super) {
__extends(URLQueryParameter8List, _super);
function URLQueryParameter8List(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter8List.itemType = PortalModel.URLQueryParameter8Rec;
return URLQueryParameter8List;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter8List = URLQueryParameter8List;
});
define("Portal.model$HTTPHeader8List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader8List = (function (_super) {
__extends(HTTPHeader8List, _super);
function HTTPHeader8List(defaults) {
_super.apply(this, arguments);
}
HTTPHeader8List.itemType = PortalModel.HTTPHeader8Rec;
return HTTPHeader8List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader8List = HTTPHeader8List;
});
define("Portal.model$HTTPRequest8Rec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter8List", "Portal.model$HTTPHeader8List"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest8Rec = (function (_super) {
__extends(HTTPRequest8Rec, _super);
function HTTPRequest8Rec(defaults) {
_super.apply(this, arguments);
}
HTTPRequest8Rec.attributesToDeclare = function () {
return [
this.attr("BaseURL", "baseURLAttr", "BaseURL", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLPath", "uRLPathAttr", "URLPath", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("URLQueryParameters", "uRLQueryParametersAttr", "URLQueryParameters", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter8List());
}, true, PortalModel.URLQueryParameter8List),
this.attr("HTTPMethod", "hTTPMethodAttr", "HTTPMethod", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Headers", "headersAttr", "Headers", false, false, OS.Types.RecordList, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader8List());
}, true, PortalModel.HTTPHeader8List),
this.attr("RequestText", "requestTextAttr", "RequestText", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("RequestBinary", "requestBinaryAttr", "RequestBinary", false, false, OS.Types.BinaryData, function () {
return OS.DataTypes.BinaryData.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest8Rec.init();
return HTTPRequest8Rec;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest8Rec = HTTPRequest8Rec;
});
define("Portal.model$HTTPRequest8List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest8List = (function (_super) {
__extends(HTTPRequest8List, _super);
function HTTPRequest8List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest8List.itemType = PortalModel.HTTPRequest8Rec;
return HTTPRequest8List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest8List = HTTPRequest8List;
});
define("Portal.model$ExcelRowRecord", ["exports", "OutSystems/ClientRuntime/Main", "Extension.MultiShip_Mapper.model", "Portal.model", "Extension.MultiShip_Mapper.model$ExcelRowRec", "Portal.referencesHealth", "Portal.referencesHealth$MultiShip_Mapper"], function (exports, OutSystems, Extension_MultiShip_MapperModel, PortalModel) {
var OS = OutSystems.Internal;
var ExcelRowRecord = (function (_super) {
__extends(ExcelRowRecord, _super);
function ExcelRowRecord(defaults) {
_super.apply(this, arguments);
}
ExcelRowRecord.attributesToDeclare = function () {
return [
this.attr("ExcelRow", "excelRowAttr", "ExcelRow", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Extension_MultiShip_MapperModel.ExcelRowRec());
}, true, Extension_MultiShip_MapperModel.ExcelRowRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelRowRecord.fromStructure = function (str) {
return new ExcelRowRecord(new ExcelRowRecord.RecordClass({
excelRowAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelRowRecord._isAnonymousRecord = true;
ExcelRowRecord.UniqueId = "b5503087-8a6c-6f4d-0144-2ec4a99d7967";
ExcelRowRecord.init();
return ExcelRowRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelRowRecord = ExcelRowRecord;
});
define("Portal.model$ExcelRowRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelRowRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelRowRecordList = (function (_super) {
__extends(ExcelRowRecordList, _super);
function ExcelRowRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelRowRecordList.itemType = PortalModel.ExcelRowRecord;
return ExcelRowRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelRowRecordList = ExcelRowRecordList;
});
define("Portal.model$RefundDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RefundDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RefundDetailList = (function (_super) {
__extends(RefundDetailList, _super);
function RefundDetailList(defaults) {
_super.apply(this, arguments);
}
RefundDetailList.itemType = PortalModel.RefundDetailRec;
return RefundDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RefundDetailList = RefundDetailList;
});
define("Portal.model$DashboardValuesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DashboardValuesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DashboardValuesRecordList = (function (_super) {
__extends(DashboardValuesRecordList, _super);
function DashboardValuesRecordList(defaults) {
_super.apply(this, arguments);
}
DashboardValuesRecordList.itemType = PortalModel.DashboardValuesRecord;
return DashboardValuesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DashboardValuesRecordList = DashboardValuesRecordList;
});
define("Portal.model$ILocationList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ILocationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ILocationList = (function (_super) {
__extends(ILocationList, _super);
function ILocationList(defaults) {
_super.apply(this, arguments);
}
ILocationList.itemType = PortalModel.ILocationRec;
return ILocationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ILocationList = ILocationList;
});
define("Portal.model$GetPOBoxListingResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingResponseRecord = (function (_super) {
__extends(GetPOBoxListingResponseRecord, _super);
function GetPOBoxListingResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetPOBoxListingResponse", "getPOBoxListingResponseAttr", "GetPOBoxListingResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetPOBoxListingResponseRec());
}, true, PortalModel.GetPOBoxListingResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetPOBoxListingResponseRecord.fromStructure = function (str) {
return new GetPOBoxListingResponseRecord(new GetPOBoxListingResponseRecord.RecordClass({
getPOBoxListingResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetPOBoxListingResponseRecord._isAnonymousRecord = true;
GetPOBoxListingResponseRecord.UniqueId = "e6edca42-e083-7914-b9bc-0ad4fb1ff30a";
GetPOBoxListingResponseRecord.init();
return GetPOBoxListingResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetPOBoxListingResponseRecord = GetPOBoxListingResponseRecord;
});
define("Portal.model$GetPOBoxListingResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingResponseRecordList = (function (_super) {
__extends(GetPOBoxListingResponseRecordList, _super);
function GetPOBoxListingResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingResponseRecordList.itemType = PortalModel.GetPOBoxListingResponseRecord;
return GetPOBoxListingResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingResponseRecordList = GetPOBoxListingResponseRecordList;
});
define("Portal.model$GetAsOfDateResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAsOfDateResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAsOfDateResponse2List = (function (_super) {
__extends(GetAsOfDateResponse2List, _super);
function GetAsOfDateResponse2List(defaults) {
_super.apply(this, arguments);
}
GetAsOfDateResponse2List.itemType = PortalModel.GetAsOfDateResponse2Rec;
return GetAsOfDateResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAsOfDateResponse2List = GetAsOfDateResponse2List;
});
define("Portal.model$GetTaxInvoiceForOrderResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload80Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetTaxInvoiceForOrderResponseRec = (function (_super) {
__extends(GetTaxInvoiceForOrderResponseRec, _super);
function GetTaxInvoiceForOrderResponseRec(defaults) {
_super.apply(this, arguments);
}
GetTaxInvoiceForOrderResponseRec.attributesToDeclare = function () {
return [
this.attr("Response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("Message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("Payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload80Rec());
}, true, PortalModel.Payload80Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetTaxInvoiceForOrderResponseRec.init();
return GetTaxInvoiceForOrderResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.GetTaxInvoiceForOrderResponseRec = GetTaxInvoiceForOrderResponseRec;
});
define("Portal.model$GetTaxInvoiceForOrderResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetTaxInvoiceForOrderResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetTaxInvoiceForOrderResponseRecord = (function (_super) {
__extends(GetTaxInvoiceForOrderResponseRecord, _super);
function GetTaxInvoiceForOrderResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetTaxInvoiceForOrderResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetTaxInvoiceForOrderResponse", "getTaxInvoiceForOrderResponseAttr", "GetTaxInvoiceForOrderResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetTaxInvoiceForOrderResponseRec());
}, true, PortalModel.GetTaxInvoiceForOrderResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetTaxInvoiceForOrderResponseRecord.fromStructure = function (str) {
return new GetTaxInvoiceForOrderResponseRecord(new GetTaxInvoiceForOrderResponseRecord.RecordClass({
getTaxInvoiceForOrderResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetTaxInvoiceForOrderResponseRecord._isAnonymousRecord = true;
GetTaxInvoiceForOrderResponseRecord.UniqueId = "aa287c20-c948-f7af-8e32-0c8e800beae8";
GetTaxInvoiceForOrderResponseRecord.init();
return GetTaxInvoiceForOrderResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetTaxInvoiceForOrderResponseRecord = GetTaxInvoiceForOrderResponseRecord;
});
define("Portal.model$BookingItemDetail2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BookingItemDetail2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BookingItemDetail2List = (function (_super) {
__extends(BookingItemDetail2List, _super);
function BookingItemDetail2List(defaults) {
_super.apply(this, arguments);
}
BookingItemDetail2List.itemType = PortalModel.BookingItemDetail2Rec;
return BookingItemDetail2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.BookingItemDetail2List = BookingItemDetail2List;
});
define("Portal.model$CancelPOBoxResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CancelPOBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CancelPOBoxResponseList = (function (_super) {
__extends(CancelPOBoxResponseList, _super);
function CancelPOBoxResponseList(defaults) {
_super.apply(this, arguments);
}
CancelPOBoxResponseList.itemType = PortalModel.CancelPOBoxResponseRec;
return CancelPOBoxResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CancelPOBoxResponseList = CancelPOBoxResponseList;
});
define("Portal.model$TrackShipmentResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponse2RecordList = (function (_super) {
__extends(TrackShipmentResponse2RecordList, _super);
function TrackShipmentResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponse2RecordList.itemType = PortalModel.TrackShipmentResponse2Record;
return TrackShipmentResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentResponse2RecordList = TrackShipmentResponse2RecordList;
});
define("Portal.model$BoxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxList = (function (_super) {
__extends(BoxList, _super);
function BoxList(defaults) {
_super.apply(this, arguments);
}
BoxList.itemType = PortalModel.BoxRec;
return BoxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxList = BoxList;
});
define("Portal.model$GetInboundShipmentPriceDetailsRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsRequestList = (function (_super) {
__extends(GetInboundShipmentPriceDetailsRequestList, _super);
function GetInboundShipmentPriceDetailsRequestList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsRequestList.itemType = PortalModel.GetInboundShipmentPriceDetailsRequestRec;
return GetInboundShipmentPriceDetailsRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentPriceDetailsRequestList = GetInboundShipmentPriceDetailsRequestList;
});
define("Portal.model$GetAddressDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressDetailsResponseList = (function (_super) {
__extends(GetAddressDetailsResponseList, _super);
function GetAddressDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
GetAddressDetailsResponseList.itemType = PortalModel.GetAddressDetailsResponseRec;
return GetAddressDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAddressDetailsResponseList = GetAddressDetailsResponseList;
});
define("Portal.model$BundleServiceItemList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BundleServiceItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BundleServiceItemList = (function (_super) {
__extends(BundleServiceItemList, _super);
function BundleServiceItemList(defaults) {
_super.apply(this, arguments);
}
BundleServiceItemList.itemType = PortalModel.BundleServiceItemRec;
return BundleServiceItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BundleServiceItemList = BundleServiceItemList;
});
define("Portal.model$GetGenerateBatchReportResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateBatchReportResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateBatchReportResponseRecordList = (function (_super) {
__extends(GetGenerateBatchReportResponseRecordList, _super);
function GetGenerateBatchReportResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetGenerateBatchReportResponseRecordList.itemType = PortalModel.GetGenerateBatchReportResponseRecord;
return GetGenerateBatchReportResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetGenerateBatchReportResponseRecordList = GetGenerateBatchReportResponseRecordList;
});
define("Portal.model$PostBulkMailUploadRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkMailUploadRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkMailUploadRequestRecordList = (function (_super) {
__extends(PostBulkMailUploadRequestRecordList, _super);
function PostBulkMailUploadRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostBulkMailUploadRequestRecordList.itemType = PortalModel.PostBulkMailUploadRequestRecord;
return PostBulkMailUploadRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkMailUploadRequestRecordList = PostBulkMailUploadRequestRecordList;
});
define("Portal.model$Payload63List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload63Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload63List = (function (_super) {
__extends(Payload63List, _super);
function Payload63List(defaults) {
_super.apply(this, arguments);
}
Payload63List.itemType = PortalModel.Payload63Rec;
return Payload63List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload63List = Payload63List;
});
define("Portal.model$PaymentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentResponseRecordList = (function (_super) {
__extends(PaymentResponseRecordList, _super);
function PaymentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PaymentResponseRecordList.itemType = PortalModel.PaymentResponseRecord;
return PaymentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentResponseRecordList = PaymentResponseRecordList;
});
define("Portal.model$PaymentDetialsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentDetialsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentDetialsList = (function (_super) {
__extends(PaymentDetialsList, _super);
function PaymentDetialsList(defaults) {
_super.apply(this, arguments);
}
PaymentDetialsList.itemType = PortalModel.PaymentDetialsRec;
return PaymentDetialsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentDetialsList = PaymentDetialsList;
});
define("Portal.model$SelectedBoxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBoxRecord = (function (_super) {
__extends(SelectedBoxRecord, _super);
function SelectedBoxRecord(defaults) {
_super.apply(this, arguments);
}
SelectedBoxRecord.attributesToDeclare = function () {
return [
this.attr("SelectedBox", "selectedBoxAttr", "SelectedBox", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectedBoxRec());
}, true, PortalModel.SelectedBoxRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectedBoxRecord.fromStructure = function (str) {
return new SelectedBoxRecord(new SelectedBoxRecord.RecordClass({
selectedBoxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectedBoxRecord._isAnonymousRecord = true;
SelectedBoxRecord.UniqueId = "b18750c8-1e66-195c-4f4b-faaa602a199d";
SelectedBoxRecord.init();
return SelectedBoxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectedBoxRecord = SelectedBoxRecord;
});
define("Portal.model$SelectedBoxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBoxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBoxRecordList = (function (_super) {
__extends(SelectedBoxRecordList, _super);
function SelectedBoxRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedBoxRecordList.itemType = PortalModel.SelectedBoxRecord;
return SelectedBoxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBoxRecordList = SelectedBoxRecordList;
});
define("Portal.model$OTPList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OTPRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OTPList = (function (_super) {
__extends(OTPList, _super);
function OTPList(defaults) {
_super.apply(this, arguments);
}
OTPList.itemType = PortalModel.OTPRec;
return OTPList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OTPList = OTPList;
});
define("Portal.model$RegionsByEmiratesPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionsByEmiratesPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionsByEmiratesPayloadList = (function (_super) {
__extends(RegionsByEmiratesPayloadList, _super);
function RegionsByEmiratesPayloadList(defaults) {
_super.apply(this, arguments);
}
RegionsByEmiratesPayloadList.itemType = PortalModel.RegionsByEmiratesPayloadRec;
return RegionsByEmiratesPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionsByEmiratesPayloadList = RegionsByEmiratesPayloadList;
});
define("Portal.model$PaymentMethodList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethodRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethodList = (function (_super) {
__extends(PaymentMethodList, _super);
function PaymentMethodList(defaults) {
_super.apply(this, arguments);
}
PaymentMethodList.itemType = PortalModel.PaymentMethodRec;
return PaymentMethodList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentMethodList = PaymentMethodList;
});
define("Portal.model$Payload79List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload79Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload79List = (function (_super) {
__extends(Payload79List, _super);
function Payload79List(defaults) {
_super.apply(this, arguments);
}
Payload79List.itemType = PortalModel.Payload79Rec;
return Payload79List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload79List = Payload79List;
});
define("Portal.model$GetLegalEnquiryByIdResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiryByIdResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiryByIdResponseRecordList = (function (_super) {
__extends(GetLegalEnquiryByIdResponseRecordList, _super);
function GetLegalEnquiryByIdResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiryByIdResponseRecordList.itemType = PortalModel.GetLegalEnquiryByIdResponseRecord;
return GetLegalEnquiryByIdResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetLegalEnquiryByIdResponseRecordList = GetLegalEnquiryByIdResponseRecordList;
});
define("Portal.model$Payload42List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload42Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload42List = (function (_super) {
__extends(Payload42List, _super);
function Payload42List(defaults) {
_super.apply(this, arguments);
}
Payload42List.itemType = PortalModel.Payload42Rec;
return Payload42List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload42List = Payload42List;
});
define("Portal.model$OrderSummaryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderSummaryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderSummaryRecord = (function (_super) {
__extends(OrderSummaryRecord, _super);
function OrderSummaryRecord(defaults) {
_super.apply(this, arguments);
}
OrderSummaryRecord.attributesToDeclare = function () {
return [
this.attr("OrderSummary", "orderSummaryAttr", "OrderSummary", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OrderSummaryRec());
}, true, PortalModel.OrderSummaryRec)
].concat(_super.attributesToDeclare.call(this));
};
OrderSummaryRecord.fromStructure = function (str) {
return new OrderSummaryRecord(new OrderSummaryRecord.RecordClass({
orderSummaryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OrderSummaryRecord._isAnonymousRecord = true;
OrderSummaryRecord.UniqueId = "ac096014-67bf-6c0a-5743-192ecc26d668";
OrderSummaryRecord.init();
return OrderSummaryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OrderSummaryRecord = OrderSummaryRecord;
});
define("Portal.model$StaticPageDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$StaticPageDataRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var StaticPageDataRecord = (function (_super) {
__extends(StaticPageDataRecord, _super);
function StaticPageDataRecord(defaults) {
_super.apply(this, arguments);
}
StaticPageDataRecord.attributesToDeclare = function () {
return [
this.attr("StaticPageData", "staticPageDataAttr", "StaticPageData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new CareersServices_COModel.StaticPageDataRec());
}, true, CareersServices_COModel.StaticPageDataRec)
].concat(_super.attributesToDeclare.call(this));
};
StaticPageDataRecord.fromStructure = function (str) {
return new StaticPageDataRecord(new StaticPageDataRecord.RecordClass({
staticPageDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
StaticPageDataRecord._isAnonymousRecord = true;
StaticPageDataRecord.UniqueId = "b30a7856-eb3b-bbaa-d90d-dfd008ce78c9";
StaticPageDataRecord.init();
return StaticPageDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.StaticPageDataRecord = StaticPageDataRecord;
});
define("Portal.model$StaticPageDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StaticPageDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StaticPageDataRecordList = (function (_super) {
__extends(StaticPageDataRecordList, _super);
function StaticPageDataRecordList(defaults) {
_super.apply(this, arguments);
}
StaticPageDataRecordList.itemType = PortalModel.StaticPageDataRecord;
return StaticPageDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StaticPageDataRecordList = StaticPageDataRecordList;
});
define("Portal.model$CreatePOBoxRentalOrderResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRentalOrderResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRentalOrderResponse2RecordList = (function (_super) {
__extends(CreatePOBoxRentalOrderResponse2RecordList, _super);
function CreatePOBoxRentalOrderResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRentalOrderResponse2RecordList.itemType = PortalModel.CreatePOBoxRentalOrderResponse2Record;
return CreatePOBoxRentalOrderResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRentalOrderResponse2RecordList = CreatePOBoxRentalOrderResponse2RecordList;
});
define("Portal.model$SelectPostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxRequestList = (function (_super) {
__extends(SelectPostBoxRequestList, _super);
function SelectPostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxRequestList.itemType = PortalModel.SelectPostBoxRequestRec;
return SelectPostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxRequestList = SelectPostBoxRequestList;
});
define("Portal.model$ServiceTypeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceTypeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeRecordList = (function (_super) {
__extends(ServiceTypeRecordList, _super);
function ServiceTypeRecordList(defaults) {
_super.apply(this, arguments);
}
ServiceTypeRecordList.itemType = PortalModel.ServiceTypeRecord;
return ServiceTypeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceTypeRecordList = ServiceTypeRecordList;
});
define("Portal.model$AppSettingsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AppSettingsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AppSettingsList = (function (_super) {
__extends(AppSettingsList, _super);
function AppSettingsList(defaults) {
_super.apply(this, arguments);
}
AppSettingsList.itemType = PortalModel.AppSettingsRec;
return AppSettingsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AppSettingsList = AppSettingsList;
});
define("Portal.model$CustomDeclarationItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationItemRecordList = (function (_super) {
__extends(CustomDeclarationItemRecordList, _super);
function CustomDeclarationItemRecordList(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationItemRecordList.itemType = PortalModel.CustomDeclarationItemRecord;
return CustomDeclarationItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationItemRecordList = CustomDeclarationItemRecordList;
});
define("Portal.model$CreateOutstandingOrderRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRequest2List = (function (_super) {
__extends(CreateOutstandingOrderRequest2List, _super);
function CreateOutstandingOrderRequest2List(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRequest2List.itemType = PortalModel.CreateOutstandingOrderRequest2Rec;
return CreateOutstandingOrderRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOutstandingOrderRequest2List = CreateOutstandingOrderRequest2List;
});
define("Portal.model$ProcessPaymentSavedCardResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardResponseRecordList = (function (_super) {
__extends(ProcessPaymentSavedCardResponseRecordList, _super);
function ProcessPaymentSavedCardResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardResponseRecordList.itemType = PortalModel.ProcessPaymentSavedCardResponseRecord;
return ProcessPaymentSavedCardResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardResponseRecordList = ProcessPaymentSavedCardResponseRecordList;
});
define("Portal.model$StringRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StringRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StringRecord = (function (_super) {
__extends(StringRecord, _super);
function StringRecord(defaults) {
_super.apply(this, arguments);
}
StringRecord.attributesToDeclare = function () {
return [
this.attr("String", "stringAttr", "String", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.StringRec());
}, true, PortalModel.StringRec)
].concat(_super.attributesToDeclare.call(this));
};
StringRecord.fromStructure = function (str) {
return new StringRecord(new StringRecord.RecordClass({
stringAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
StringRecord._isAnonymousRecord = true;
StringRecord.UniqueId = "d0ca3a0c-edfd-b353-e5f3-8467871e11a1";
StringRecord.init();
return StringRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.StringRecord = StringRecord;
});
define("Portal.model$StringRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StringRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StringRecordList = (function (_super) {
__extends(StringRecordList, _super);
function StringRecordList(defaults) {
_super.apply(this, arguments);
}
StringRecordList.itemType = PortalModel.StringRecord;
return StringRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StringRecordList = StringRecordList;
});
define("Portal.model$HolderInformationItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HolderInformationItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HolderInformationItemRecordList = (function (_super) {
__extends(HolderInformationItemRecordList, _super);
function HolderInformationItemRecordList(defaults) {
_super.apply(this, arguments);
}
HolderInformationItemRecordList.itemType = PortalModel.HolderInformationItemRecord;
return HolderInformationItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HolderInformationItemRecordList = HolderInformationItemRecordList;
});
define("Portal.model$IDLObjectList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLObjectList = (function (_super) {
__extends(IDLObjectList, _super);
function IDLObjectList(defaults) {
_super.apply(this, arguments);
}
IDLObjectList.itemType = PortalModel.IDLObjectRec;
return IDLObjectList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLObjectList = IDLObjectList;
});
define("Portal.model$MenuRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuRecordList = (function (_super) {
__extends(MenuRecordList, _super);
function MenuRecordList(defaults) {
_super.apply(this, arguments);
}
MenuRecordList.itemType = PortalModel.MenuRecord;
return MenuRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MenuRecordList = MenuRecordList;
});
define("Portal.model$UserEnquiriesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserEnquiriesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserEnquiriesRecordList = (function (_super) {
__extends(UserEnquiriesRecordList, _super);
function UserEnquiriesRecordList(defaults) {
_super.apply(this, arguments);
}
UserEnquiriesRecordList.itemType = PortalModel.UserEnquiriesRecord;
return UserEnquiriesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserEnquiriesRecordList = UserEnquiriesRecordList;
});
define("Portal.model$Payload61RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload61Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload61RecordList = (function (_super) {
__extends(Payload61RecordList, _super);
function Payload61RecordList(defaults) {
_super.apply(this, arguments);
}
Payload61RecordList.itemType = PortalModel.Payload61Record;
return Payload61RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload61RecordList = Payload61RecordList;
});
define("Portal.model$ValidateEmailAddressResponseRec", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateEmailAddressResponseRec = (function (_super) {
__extends(ValidateEmailAddressResponseRec, _super);
function ValidateEmailAddressResponseRec(defaults) {
_super.apply(this, arguments);
}
ValidateEmailAddressResponseRec.attributesToDeclare = function () {
return [
this.attr("response_code", "response_codeAttr", "response_code", false, false, OS.Types.LongInteger, function () {
return OS.DataTypes.LongInteger.defaultValue;
}, true),
this.attr("message", "messageAttr", "message", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("payload", "payloadAttr", "payload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload6Rec());
}, true, PortalModel.Payload6Rec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateEmailAddressResponseRec.init();
return ValidateEmailAddressResponseRec;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateEmailAddressResponseRec = ValidateEmailAddressResponseRec;
});
define("Portal.model$ValidateEmailAddressResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateEmailAddressResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateEmailAddressResponseRecord = (function (_super) {
__extends(ValidateEmailAddressResponseRecord, _super);
function ValidateEmailAddressResponseRecord(defaults) {
_super.apply(this, arguments);
}
ValidateEmailAddressResponseRecord.attributesToDeclare = function () {
return [
this.attr("ValidateEmailAddressResponse", "validateEmailAddressResponseAttr", "ValidateEmailAddressResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ValidateEmailAddressResponseRec());
}, true, PortalModel.ValidateEmailAddressResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
ValidateEmailAddressResponseRecord.fromStructure = function (str) {
return new ValidateEmailAddressResponseRecord(new ValidateEmailAddressResponseRecord.RecordClass({
validateEmailAddressResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ValidateEmailAddressResponseRecord._isAnonymousRecord = true;
ValidateEmailAddressResponseRecord.UniqueId = "b8c0c54c-dcc8-74f8-57c8-d7c8e6d42788";
ValidateEmailAddressResponseRecord.init();
return ValidateEmailAddressResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ValidateEmailAddressResponseRecord = ValidateEmailAddressResponseRecord;
});
define("Portal.model$ValidateEmailAddressResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateEmailAddressResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateEmailAddressResponseRecordList = (function (_super) {
__extends(ValidateEmailAddressResponseRecordList, _super);
function ValidateEmailAddressResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ValidateEmailAddressResponseRecordList.itemType = PortalModel.ValidateEmailAddressResponseRecord;
return ValidateEmailAddressResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateEmailAddressResponseRecordList = ValidateEmailAddressResponseRecordList;
});
define("Portal.model$UpgradableBundlePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundlePayloadRecord = (function (_super) {
__extends(UpgradableBundlePayloadRecord, _super);
function UpgradableBundlePayloadRecord(defaults) {
_super.apply(this, arguments);
}
UpgradableBundlePayloadRecord.attributesToDeclare = function () {
return [
this.attr("UpgradableBundlePayload", "upgradableBundlePayloadAttr", "UpgradableBundlePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.UpgradableBundlePayloadRec());
}, true, PortalModel.UpgradableBundlePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
UpgradableBundlePayloadRecord.fromStructure = function (str) {
return new UpgradableBundlePayloadRecord(new UpgradableBundlePayloadRecord.RecordClass({
upgradableBundlePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
UpgradableBundlePayloadRecord._isAnonymousRecord = true;
UpgradableBundlePayloadRecord.UniqueId = "ade9601a-ada8-0196-3581-8c2604087981";
UpgradableBundlePayloadRecord.init();
return UpgradableBundlePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.UpgradableBundlePayloadRecord = UpgradableBundlePayloadRecord;
});
define("Portal.model$PostCustomDocumentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentResponseRecord = (function (_super) {
__extends(PostCustomDocumentResponseRecord, _super);
function PostCustomDocumentResponseRecord(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentResponseRecord.attributesToDeclare = function () {
return [
this.attr("PostCustomDocumentResponse", "postCustomDocumentResponseAttr", "PostCustomDocumentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostCustomDocumentResponseRec());
}, true, PortalModel.PostCustomDocumentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
PostCustomDocumentResponseRecord.fromStructure = function (str) {
return new PostCustomDocumentResponseRecord(new PostCustomDocumentResponseRecord.RecordClass({
postCustomDocumentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostCustomDocumentResponseRecord._isAnonymousRecord = true;
PostCustomDocumentResponseRecord.UniqueId = "eb61e5f0-c5c8-aa12-240f-a55107e77ae7";
PostCustomDocumentResponseRecord.init();
return PostCustomDocumentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCustomDocumentResponseRecord = PostCustomDocumentResponseRecord;
});
define("Portal.model$PostCustomDocumentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentResponseRecordList = (function (_super) {
__extends(PostCustomDocumentResponseRecordList, _super);
function PostCustomDocumentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentResponseRecordList.itemType = PortalModel.PostCustomDocumentResponseRecord;
return PostCustomDocumentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCustomDocumentResponseRecordList = PostCustomDocumentResponseRecordList;
});
define("Portal.model$GetDeliveryOfficePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficePayloadRecord = (function (_super) {
__extends(GetDeliveryOfficePayloadRecord, _super);
function GetDeliveryOfficePayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficePayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetDeliveryOfficePayload", "getDeliveryOfficePayloadAttr", "GetDeliveryOfficePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetDeliveryOfficePayloadRec());
}, true, PortalModel.GetDeliveryOfficePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetDeliveryOfficePayloadRecord.fromStructure = function (str) {
return new GetDeliveryOfficePayloadRecord(new GetDeliveryOfficePayloadRecord.RecordClass({
getDeliveryOfficePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetDeliveryOfficePayloadRecord._isAnonymousRecord = true;
GetDeliveryOfficePayloadRecord.UniqueId = "ae50ce33-26c6-be42-021b-50f08d83d0b8";
GetDeliveryOfficePayloadRecord.init();
return GetDeliveryOfficePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetDeliveryOfficePayloadRecord = GetDeliveryOfficePayloadRecord;
});
define("Portal.model$PostProcessForPayment2Request2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2Request2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2Request2List = (function (_super) {
__extends(PostProcessForPayment2Request2List, _super);
function PostProcessForPayment2Request2List(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2Request2List.itemType = PortalModel.PostProcessForPayment2Request2Rec;
return PostProcessForPayment2Request2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessForPayment2Request2List = PostProcessForPayment2Request2List;
});
define("Portal.model$MultiShip_Courier_FileSuccessRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_FileSuccessRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_FileSuccessRecordList = (function (_super) {
__extends(MultiShip_Courier_FileSuccessRecordList, _super);
function MultiShip_Courier_FileSuccessRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_FileSuccessRecordList.itemType = PortalModel.MultiShip_Courier_FileSuccessRecord;
return MultiShip_Courier_FileSuccessRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_FileSuccessRecordList = MultiShip_Courier_FileSuccessRecordList;
});
define("Portal.model$URLQueryParameter5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter5Record = (function (_super) {
__extends(URLQueryParameter5Record, _super);
function URLQueryParameter5Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter5Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter5", "uRLQueryParameter5Attr", "URLQueryParameter5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter5Rec());
}, true, PortalModel.URLQueryParameter5Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter5Record.fromStructure = function (str) {
return new URLQueryParameter5Record(new URLQueryParameter5Record.RecordClass({
uRLQueryParameter5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter5Record._isAnonymousRecord = true;
URLQueryParameter5Record.UniqueId = "fcb19883-d25b-1e00-236e-b97a53bf2809";
URLQueryParameter5Record.init();
return URLQueryParameter5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter5Record = URLQueryParameter5Record;
});
define("Portal.model$URLQueryParameter5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter5RecordList = (function (_super) {
__extends(URLQueryParameter5RecordList, _super);
function URLQueryParameter5RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter5RecordList.itemType = PortalModel.URLQueryParameter5Record;
return URLQueryParameter5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter5RecordList = URLQueryParameter5RecordList;
});
define("Portal.model$AdditionalDescriptionItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalDescriptionItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalDescriptionItemRecord = (function (_super) {
__extends(AdditionalDescriptionItemRecord, _super);
function AdditionalDescriptionItemRecord(defaults) {
_super.apply(this, arguments);
}
AdditionalDescriptionItemRecord.attributesToDeclare = function () {
return [
this.attr("AdditionalDescriptionItem", "additionalDescriptionItemAttr", "AdditionalDescriptionItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AdditionalDescriptionItemRec());
}, true, PortalModel.AdditionalDescriptionItemRec)
].concat(_super.attributesToDeclare.call(this));
};
AdditionalDescriptionItemRecord.fromStructure = function (str) {
return new AdditionalDescriptionItemRecord(new AdditionalDescriptionItemRecord.RecordClass({
additionalDescriptionItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AdditionalDescriptionItemRecord._isAnonymousRecord = true;
AdditionalDescriptionItemRecord.UniqueId = "af48c3fa-349f-d2e3-6b10-d395cb8d58e6";
AdditionalDescriptionItemRecord.init();
return AdditionalDescriptionItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AdditionalDescriptionItemRecord = AdditionalDescriptionItemRecord;
});
define("Portal.model$IDL2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDL2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDL2List = (function (_super) {
__extends(IDL2List, _super);
function IDL2List(defaults) {
_super.apply(this, arguments);
}
IDL2List.itemType = PortalModel.IDL2Rec;
return IDL2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDL2List = IDL2List;
});
define("Portal.model$CityItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItemRecord = (function (_super) {
__extends(CityItemRecord, _super);
function CityItemRecord(defaults) {
_super.apply(this, arguments);
}
CityItemRecord.attributesToDeclare = function () {
return [
this.attr("CityItem", "cityItemAttr", "CityItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CityItemRec());
}, true, PortalModel.CityItemRec)
].concat(_super.attributesToDeclare.call(this));
};
CityItemRecord.fromStructure = function (str) {
return new CityItemRecord(new CityItemRecord.RecordClass({
cityItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CityItemRecord._isAnonymousRecord = true;
CityItemRecord.UniqueId = "c967af84-3b42-ba89-df75-99331c37a5bc";
CityItemRecord.init();
return CityItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CityItemRecord = CityItemRecord;
});
define("Portal.model$CityItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItemRecordList = (function (_super) {
__extends(CityItemRecordList, _super);
function CityItemRecordList(defaults) {
_super.apply(this, arguments);
}
CityItemRecordList.itemType = PortalModel.CityItemRecord;
return CityItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItemRecordList = CityItemRecordList;
});
define("Portal.model$PagePreviewRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PagePreviewRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PagePreviewRecord = (function (_super) {
__extends(PagePreviewRecord, _super);
function PagePreviewRecord(defaults) {
_super.apply(this, arguments);
}
PagePreviewRecord.attributesToDeclare = function () {
return [
this.attr("PagePreview", "pagePreviewAttr", "PagePreview", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PagePreviewRec());
}, true, PortalModel.PagePreviewRec)
].concat(_super.attributesToDeclare.call(this));
};
PagePreviewRecord.fromStructure = function (str) {
return new PagePreviewRecord(new PagePreviewRecord.RecordClass({
pagePreviewAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PagePreviewRecord._isAnonymousRecord = true;
PagePreviewRecord.UniqueId = "de6df16a-eb5a-5dca-fbdf-393f4a089f38";
PagePreviewRecord.init();
return PagePreviewRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PagePreviewRecord = PagePreviewRecord;
});
define("Portal.model$PagePreviewRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PagePreviewRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PagePreviewRecordList = (function (_super) {
__extends(PagePreviewRecordList, _super);
function PagePreviewRecordList(defaults) {
_super.apply(this, arguments);
}
PagePreviewRecordList.itemType = PortalModel.PagePreviewRecord;
return PagePreviewRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PagePreviewRecordList = PagePreviewRecordList;
});
define("Portal.model$SelectedDateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedDateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedDateRecordList = (function (_super) {
__extends(SelectedDateRecordList, _super);
function SelectedDateRecordList(defaults) {
_super.apply(this, arguments);
}
SelectedDateRecordList.itemType = PortalModel.SelectedDateRecord;
return SelectedDateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedDateRecordList = SelectedDateRecordList;
});
define("Portal.model$SelectPostBoxResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxResponseRecord = (function (_super) {
__extends(SelectPostBoxResponseRecord, _super);
function SelectPostBoxResponseRecord(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxResponseRecord.attributesToDeclare = function () {
return [
this.attr("SelectPostBoxResponse", "selectPostBoxResponseAttr", "SelectPostBoxResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPostBoxResponseRec());
}, true, PortalModel.SelectPostBoxResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPostBoxResponseRecord.fromStructure = function (str) {
return new SelectPostBoxResponseRecord(new SelectPostBoxResponseRecord.RecordClass({
selectPostBoxResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPostBoxResponseRecord._isAnonymousRecord = true;
SelectPostBoxResponseRecord.UniqueId = "e2f40b26-efaa-fd42-0f27-39949167d47a";
SelectPostBoxResponseRecord.init();
return SelectPostBoxResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPostBoxResponseRecord = SelectPostBoxResponseRecord;
});
define("Portal.model$SelectPostBoxResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxResponseRecordList = (function (_super) {
__extends(SelectPostBoxResponseRecordList, _super);
function SelectPostBoxResponseRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxResponseRecordList.itemType = PortalModel.SelectPostBoxResponseRecord;
return SelectPostBoxResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxResponseRecordList = SelectPostBoxResponseRecordList;
});
define("Portal.model$CaseBodyRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBodyRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBodyRecordList = (function (_super) {
__extends(CaseBodyRecordList, _super);
function CaseBodyRecordList(defaults) {
_super.apply(this, arguments);
}
CaseBodyRecordList.itemType = PortalModel.CaseBodyRecord;
return CaseBodyRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBodyRecordList = CaseBodyRecordList;
});
define("Portal.model$FileFileFileFileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileFileFileFileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileFileFileFileRecordList = (function (_super) {
__extends(FileFileFileFileRecordList, _super);
function FileFileFileFileRecordList(defaults) {
_super.apply(this, arguments);
}
FileFileFileFileRecordList.itemType = PortalModel.FileFileFileFileRecord;
return FileFileFileFileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileFileFileFileRecordList = FileFileFileFileRecordList;
});
define("Portal.model$GetEmiratesDetailsPayload2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsPayload2List = (function (_super) {
__extends(GetEmiratesDetailsPayload2List, _super);
function GetEmiratesDetailsPayload2List(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsPayload2List.itemType = PortalModel.GetEmiratesDetailsPayload2Rec;
return GetEmiratesDetailsPayload2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesDetailsPayload2List = GetEmiratesDetailsPayload2List;
});
define("Portal.model$CustomDocumentsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDocumentsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDocumentsRecord = (function (_super) {
__extends(CustomDocumentsRecord, _super);
function CustomDocumentsRecord(defaults) {
_super.apply(this, arguments);
}
CustomDocumentsRecord.attributesToDeclare = function () {
return [
this.attr("CustomDocuments", "customDocumentsAttr", "CustomDocuments", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CustomDocumentsRec());
}, true, PortalModel.CustomDocumentsRec)
].concat(_super.attributesToDeclare.call(this));
};
CustomDocumentsRecord.fromStructure = function (str) {
return new CustomDocumentsRecord(new CustomDocumentsRecord.RecordClass({
customDocumentsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CustomDocumentsRecord._isAnonymousRecord = true;
CustomDocumentsRecord.UniqueId = "f071f38d-eb1c-fa69-2246-96018006ffe5";
CustomDocumentsRecord.init();
return CustomDocumentsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CustomDocumentsRecord = CustomDocumentsRecord;
});
define("Portal.model$CustomDocumentsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDocumentsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDocumentsRecordList = (function (_super) {
__extends(CustomDocumentsRecordList, _super);
function CustomDocumentsRecordList(defaults) {
_super.apply(this, arguments);
}
CustomDocumentsRecordList.itemType = PortalModel.CustomDocumentsRecord;
return CustomDocumentsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDocumentsRecordList = CustomDocumentsRecordList;
});
define("Portal.model$SendResetPasswordEmailRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendResetPasswordEmailRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendResetPasswordEmailRequestRecordList = (function (_super) {
__extends(SendResetPasswordEmailRequestRecordList, _super);
function SendResetPasswordEmailRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SendResetPasswordEmailRequestRecordList.itemType = PortalModel.SendResetPasswordEmailRequestRecord;
return SendResetPasswordEmailRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendResetPasswordEmailRequestRecordList = SendResetPasswordEmailRequestRecordList;
});
define("Portal.model$MultiShipCourierRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierRecordList = (function (_super) {
__extends(MultiShipCourierRecordList, _super);
function MultiShipCourierRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierRecordList.itemType = PortalModel.MultiShipCourierRecord;
return MultiShipCourierRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipCourierRecordList = MultiShipCourierRecordList;
});
define("Portal.model$RelocatePostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RelocatePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RelocatePostBoxRequestList = (function (_super) {
__extends(RelocatePostBoxRequestList, _super);
function RelocatePostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
RelocatePostBoxRequestList.itemType = PortalModel.RelocatePostBoxRequestRec;
return RelocatePostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RelocatePostBoxRequestList = RelocatePostBoxRequestList;
});
define("Portal.model$Payload61List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload61Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload61List = (function (_super) {
__extends(Payload61List, _super);
function Payload61List(defaults) {
_super.apply(this, arguments);
}
Payload61List.itemType = PortalModel.Payload61Rec;
return Payload61List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload61List = Payload61List;
});
define("Portal.model$GeneralCaseDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GeneralCaseDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GeneralCaseDetailsRecordList = (function (_super) {
__extends(GeneralCaseDetailsRecordList, _super);
function GeneralCaseDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
GeneralCaseDetailsRecordList.itemType = PortalModel.GeneralCaseDetailsRecord;
return GeneralCaseDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GeneralCaseDetailsRecordList = GeneralCaseDetailsRecordList;
});
define("Portal.model$PostalBODetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostalBODetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostalBODetailList = (function (_super) {
__extends(PostalBODetailList, _super);
function PostalBODetailList(defaults) {
_super.apply(this, arguments);
}
PostalBODetailList.itemType = PortalModel.PostalBODetailRec;
return PostalBODetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostalBODetailList = PostalBODetailList;
});
define("Portal.model$GetPaymentStatusRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPaymentStatusRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPaymentStatusRequestRecordList = (function (_super) {
__extends(GetPaymentStatusRequestRecordList, _super);
function GetPaymentStatusRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetPaymentStatusRequestRecordList.itemType = PortalModel.GetPaymentStatusRequestRecord;
return GetPaymentStatusRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPaymentStatusRequestRecordList = GetPaymentStatusRequestRecordList;
});
define("Portal.model$ReceiverCountryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReceiverCountryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReceiverCountryRecordList = (function (_super) {
__extends(ReceiverCountryRecordList, _super);
function ReceiverCountryRecordList(defaults) {
_super.apply(this, arguments);
}
ReceiverCountryRecordList.itemType = PortalModel.ReceiverCountryRecord;
return ReceiverCountryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReceiverCountryRecordList = ReceiverCountryRecordList;
});
define("Portal.model$ServiceTypeItem2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceTypeItem2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeItem2Record = (function (_super) {
__extends(ServiceTypeItem2Record, _super);
function ServiceTypeItem2Record(defaults) {
_super.apply(this, arguments);
}
ServiceTypeItem2Record.attributesToDeclare = function () {
return [
this.attr("ServiceTypeItem2", "serviceTypeItem2Attr", "ServiceTypeItem2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ServiceTypeItem2Rec());
}, true, PortalModel.ServiceTypeItem2Rec)
].concat(_super.attributesToDeclare.call(this));
};
ServiceTypeItem2Record.fromStructure = function (str) {
return new ServiceTypeItem2Record(new ServiceTypeItem2Record.RecordClass({
serviceTypeItem2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ServiceTypeItem2Record._isAnonymousRecord = true;
ServiceTypeItem2Record.UniqueId = "b8f4727b-b33d-91e3-f08c-181eaf037902";
ServiceTypeItem2Record.init();
return ServiceTypeItem2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.ServiceTypeItem2Record = ServiceTypeItem2Record;
});
define("Portal.model$ServiceTypeItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceTypeItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeItem2RecordList = (function (_super) {
__extends(ServiceTypeItem2RecordList, _super);
function ServiceTypeItem2RecordList(defaults) {
_super.apply(this, arguments);
}
ServiceTypeItem2RecordList.itemType = PortalModel.ServiceTypeItem2Record;
return ServiceTypeItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceTypeItem2RecordList = ServiceTypeItem2RecordList;
});
define("Portal.model$ServiceTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$ServiceTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ServiceTypeList = (function (_super) {
__extends(ServiceTypeList, _super);
function ServiceTypeList(defaults) {
_super.apply(this, arguments);
}
ServiceTypeList.itemType = Data_COModel.ServiceTypeRec;
return ServiceTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceTypeList = ServiceTypeList;
});
define("Portal.model$CreatePOBoxCancellationOrderRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxCancellationOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxCancellationOrderRequestRecord = (function (_super) {
__extends(CreatePOBoxCancellationOrderRequestRecord, _super);
function CreatePOBoxCancellationOrderRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxCancellationOrderRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxCancellationOrderRequest", "createPOBoxCancellationOrderRequestAttr", "CreatePOBoxCancellationOrderRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxCancellationOrderRequestRec());
}, true, PortalModel.CreatePOBoxCancellationOrderRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxCancellationOrderRequestRecord.fromStructure = function (str) {
return new CreatePOBoxCancellationOrderRequestRecord(new CreatePOBoxCancellationOrderRequestRecord.RecordClass({
createPOBoxCancellationOrderRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxCancellationOrderRequestRecord._isAnonymousRecord = true;
CreatePOBoxCancellationOrderRequestRecord.UniqueId = "f834fc4e-7150-5827-649f-54c2de13e30e";
CreatePOBoxCancellationOrderRequestRecord.init();
return CreatePOBoxCancellationOrderRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxCancellationOrderRequestRecord = CreatePOBoxCancellationOrderRequestRecord;
});
define("Portal.model$CreatePOBoxCancellationOrderRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxCancellationOrderRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxCancellationOrderRequestRecordList = (function (_super) {
__extends(CreatePOBoxCancellationOrderRequestRecordList, _super);
function CreatePOBoxCancellationOrderRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxCancellationOrderRequestRecordList.itemType = PortalModel.CreatePOBoxCancellationOrderRequestRecord;
return CreatePOBoxCancellationOrderRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxCancellationOrderRequestRecordList = CreatePOBoxCancellationOrderRequestRecordList;
});
define("Portal.model$GetPOboxCountByEmirateResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOboxCountByEmirateResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOboxCountByEmirateResponseList = (function (_super) {
__extends(GetPOboxCountByEmirateResponseList, _super);
function GetPOboxCountByEmirateResponseList(defaults) {
_super.apply(this, arguments);
}
GetPOboxCountByEmirateResponseList.itemType = PortalModel.GetPOboxCountByEmirateResponseRec;
return GetPOboxCountByEmirateResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOboxCountByEmirateResponseList = GetPOboxCountByEmirateResponseList;
});
define("Portal.model$IErrorRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IErrorRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IErrorRecord = (function (_super) {
__extends(IErrorRecord, _super);
function IErrorRecord(defaults) {
_super.apply(this, arguments);
}
IErrorRecord.attributesToDeclare = function () {
return [
this.attr("IError", "iErrorAttr", "IError", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IErrorRec());
}, true, PortalModel.IErrorRec)
].concat(_super.attributesToDeclare.call(this));
};
IErrorRecord.fromStructure = function (str) {
return new IErrorRecord(new IErrorRecord.RecordClass({
iErrorAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IErrorRecord._isAnonymousRecord = true;
IErrorRecord.UniqueId = "c8e20b06-a217-47e8-84cc-ddfbf258834e";
IErrorRecord.init();
return IErrorRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IErrorRecord = IErrorRecord;
});
define("Portal.model$IErrorRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IErrorRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IErrorRecordList = (function (_super) {
__extends(IErrorRecordList, _super);
function IErrorRecordList(defaults) {
_super.apply(this, arguments);
}
IErrorRecordList.itemType = PortalModel.IErrorRecord;
return IErrorRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IErrorRecordList = IErrorRecordList;
});
define("Portal.model$IDLStatusDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLStatusDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLStatusDetailsRecordList = (function (_super) {
__extends(IDLStatusDetailsRecordList, _super);
function IDLStatusDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
IDLStatusDetailsRecordList.itemType = PortalModel.IDLStatusDetailsRecord;
return IDLStatusDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLStatusDetailsRecordList = IDLStatusDetailsRecordList;
});
define("Portal.model$GetInvoiceDocumentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInvoiceDocumentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInvoiceDocumentResponseRecordList = (function (_super) {
__extends(GetInvoiceDocumentResponseRecordList, _super);
function GetInvoiceDocumentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInvoiceDocumentResponseRecordList.itemType = PortalModel.GetInvoiceDocumentResponseRecord;
return GetInvoiceDocumentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInvoiceDocumentResponseRecordList = GetInvoiceDocumentResponseRecordList;
});
define("Portal.model$SelectPOBoxRelocationRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationRequestList = (function (_super) {
__extends(SelectPOBoxRelocationRequestList, _super);
function SelectPOBoxRelocationRequestList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationRequestList.itemType = PortalModel.SelectPOBoxRelocationRequestRec;
return SelectPOBoxRelocationRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRelocationRequestList = SelectPOBoxRelocationRequestList;
});
define("Portal.model$Payload33Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload33Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload33Record = (function (_super) {
__extends(Payload33Record, _super);
function Payload33Record(defaults) {
_super.apply(this, arguments);
}
Payload33Record.attributesToDeclare = function () {
return [
this.attr("Payload33", "payload33Attr", "Payload33", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload33Rec());
}, true, PortalModel.Payload33Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload33Record.fromStructure = function (str) {
return new Payload33Record(new Payload33Record.RecordClass({
payload33Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload33Record._isAnonymousRecord = true;
Payload33Record.UniqueId = "b3a5a42e-cee4-247b-3dcc-aa981517d0a6";
Payload33Record.init();
return Payload33Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload33Record = Payload33Record;
});
define("Portal.model$GetInboundShipmentResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentResponse2List = (function (_super) {
__extends(GetInboundShipmentResponse2List, _super);
function GetInboundShipmentResponse2List(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentResponse2List.itemType = PortalModel.GetInboundShipmentResponse2Rec;
return GetInboundShipmentResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentResponse2List = GetInboundShipmentResponse2List;
});
define("Portal.model$VehicleTypeItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VehicleTypeItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VehicleTypeItem2RecordList = (function (_super) {
__extends(VehicleTypeItem2RecordList, _super);
function VehicleTypeItem2RecordList(defaults) {
_super.apply(this, arguments);
}
VehicleTypeItem2RecordList.itemType = PortalModel.VehicleTypeItem2Record;
return VehicleTypeItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VehicleTypeItem2RecordList = VehicleTypeItem2RecordList;
});
define("Portal.model$HTTPHeader5Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader5Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader5Record = (function (_super) {
__extends(HTTPHeader5Record, _super);
function HTTPHeader5Record(defaults) {
_super.apply(this, arguments);
}
HTTPHeader5Record.attributesToDeclare = function () {
return [
this.attr("HTTPHeader5", "hTTPHeader5Attr", "HTTPHeader5", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPHeader5Rec());
}, true, PortalModel.HTTPHeader5Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPHeader5Record.fromStructure = function (str) {
return new HTTPHeader5Record(new HTTPHeader5Record.RecordClass({
hTTPHeader5Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPHeader5Record._isAnonymousRecord = true;
HTTPHeader5Record.UniqueId = "b402276c-6411-083a-8b7f-098c1fa4c605";
HTTPHeader5Record.init();
return HTTPHeader5Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPHeader5Record = HTTPHeader5Record;
});
define("Portal.model$PostViewPickupDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsResponseList = (function (_super) {
__extends(PostViewPickupDetailsResponseList, _super);
function PostViewPickupDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsResponseList.itemType = PortalModel.PostViewPickupDetailsResponseRec;
return PostViewPickupDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupDetailsResponseList = PostViewPickupDetailsResponseList;
});
define("Portal.model$PostGetBulkMailPostIdRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetBulkMailPostIdRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetBulkMailPostIdRequestRecordList = (function (_super) {
__extends(PostGetBulkMailPostIdRequestRecordList, _super);
function PostGetBulkMailPostIdRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostGetBulkMailPostIdRequestRecordList.itemType = PortalModel.PostGetBulkMailPostIdRequestRecord;
return PostGetBulkMailPostIdRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetBulkMailPostIdRequestRecordList = PostGetBulkMailPostIdRequestRecordList;
});
define("Portal.model$DowngradePostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DowngradePostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DowngradePostBoxRequestList = (function (_super) {
__extends(DowngradePostBoxRequestList, _super);
function DowngradePostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
DowngradePostBoxRequestList.itemType = PortalModel.DowngradePostBoxRequestRec;
return DowngradePostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DowngradePostBoxRequestList = DowngradePostBoxRequestList;
});
define("Portal.model$BoxRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxRecord = (function (_super) {
__extends(BoxRecord, _super);
function BoxRecord(defaults) {
_super.apply(this, arguments);
}
BoxRecord.attributesToDeclare = function () {
return [
this.attr("Box", "boxAttr", "Box", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BoxRec());
}, true, PortalModel.BoxRec)
].concat(_super.attributesToDeclare.call(this));
};
BoxRecord.fromStructure = function (str) {
return new BoxRecord(new BoxRecord.RecordClass({
boxAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BoxRecord._isAnonymousRecord = true;
BoxRecord.UniqueId = "b4679abe-4a22-a3a4-cef9-27fe3456bd22";
BoxRecord.init();
return BoxRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BoxRecord = BoxRecord;
});
define("Portal.model$PaymentOrderDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentOrderDetailList = (function (_super) {
__extends(PaymentOrderDetailList, _super);
function PaymentOrderDetailList(defaults) {
_super.apply(this, arguments);
}
PaymentOrderDetailList.itemType = PortalModel.PaymentOrderDetailRec;
return PaymentOrderDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentOrderDetailList = PaymentOrderDetailList;
});
define("Portal.model$GetInboundLettersRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLettersRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLettersRequestList = (function (_super) {
__extends(GetInboundLettersRequestList, _super);
function GetInboundLettersRequestList(defaults) {
_super.apply(this, arguments);
}
GetInboundLettersRequestList.itemType = PortalModel.GetInboundLettersRequestRec;
return GetInboundLettersRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLettersRequestList = GetInboundLettersRequestList;
});
define("Portal.model$IDLProductList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLProductRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLProductList = (function (_super) {
__extends(IDLProductList, _super);
function IDLProductList(defaults) {
_super.apply(this, arguments);
}
IDLProductList.itemType = PortalModel.IDLProductRec;
return IDLProductList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLProductList = IDLProductList;
});
define("Portal.model$GetMailCategoryPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoryPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoryPayloadRecordList = (function (_super) {
__extends(GetMailCategoryPayloadRecordList, _super);
function GetMailCategoryPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetMailCategoryPayloadRecordList.itemType = PortalModel.GetMailCategoryPayloadRecord;
return GetMailCategoryPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMailCategoryPayloadRecordList = GetMailCategoryPayloadRecordList;
});
define("Portal.model$IDLForUpdatePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLForUpdatePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLForUpdatePayloadRecord = (function (_super) {
__extends(IDLForUpdatePayloadRecord, _super);
function IDLForUpdatePayloadRecord(defaults) {
_super.apply(this, arguments);
}
IDLForUpdatePayloadRecord.attributesToDeclare = function () {
return [
this.attr("IDLForUpdatePayload", "iDLForUpdatePayloadAttr", "IDLForUpdatePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IDLForUpdatePayloadRec());
}, true, PortalModel.IDLForUpdatePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLForUpdatePayloadRecord.fromStructure = function (str) {
return new IDLForUpdatePayloadRecord(new IDLForUpdatePayloadRecord.RecordClass({
iDLForUpdatePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLForUpdatePayloadRecord._isAnonymousRecord = true;
IDLForUpdatePayloadRecord.UniqueId = "ea7f8992-bcb3-9481-e789-bfda75c37873";
IDLForUpdatePayloadRecord.init();
return IDLForUpdatePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLForUpdatePayloadRecord = IDLForUpdatePayloadRecord;
});
define("Portal.model$IDLForUpdatePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLForUpdatePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLForUpdatePayloadRecordList = (function (_super) {
__extends(IDLForUpdatePayloadRecordList, _super);
function IDLForUpdatePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
IDLForUpdatePayloadRecordList.itemType = PortalModel.IDLForUpdatePayloadRecord;
return IDLForUpdatePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLForUpdatePayloadRecordList = IDLForUpdatePayloadRecordList;
});
define("Portal.model$GetSavedCardObjectRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetSavedCardObjectRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetSavedCardObjectRecord = (function (_super) {
__extends(GetSavedCardObjectRecord, _super);
function GetSavedCardObjectRecord(defaults) {
_super.apply(this, arguments);
}
GetSavedCardObjectRecord.attributesToDeclare = function () {
return [
this.attr("GetSavedCardObject", "getSavedCardObjectAttr", "GetSavedCardObject", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetSavedCardObjectRec());
}, true, PortalModel.GetSavedCardObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
GetSavedCardObjectRecord.fromStructure = function (str) {
return new GetSavedCardObjectRecord(new GetSavedCardObjectRecord.RecordClass({
getSavedCardObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetSavedCardObjectRecord._isAnonymousRecord = true;
GetSavedCardObjectRecord.UniqueId = "b5929d51-240e-e042-715d-09aa583baf95";
GetSavedCardObjectRecord.init();
return GetSavedCardObjectRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetSavedCardObjectRecord = GetSavedCardObjectRecord;
});
define("Portal.model$BoundList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoundRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoundList = (function (_super) {
__extends(BoundList, _super);
function BoundList(defaults) {
_super.apply(this, arguments);
}
BoundList.itemType = PortalModel.BoundRec;
return BoundList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoundList = BoundList;
});
define("Portal.model$SelectedDateList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedDateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedDateList = (function (_super) {
__extends(SelectedDateList, _super);
function SelectedDateList(defaults) {
_super.apply(this, arguments);
}
SelectedDateList.itemType = PortalModel.SelectedDateRec;
return SelectedDateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedDateList = SelectedDateList;
});
define("Portal.model$TextDateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextDateRecord = (function (_super) {
__extends(TextDateRecord, _super);
function TextDateRecord(defaults) {
_super.apply(this, arguments);
}
TextDateRecord.attributesToDeclare = function () {
return [
this.attr("DateLabel", "dateLabelAttr", "DateLabel", false, false, OS.Types.Text, function () {
return "";
}, true),
this.attr("DateValue", "dateValueAttr", "DateValue", false, false, OS.Types.Date, function () {
return OS.DataTypes.DateTime.defaultValue;
}, true)
].concat(_super.attributesToDeclare.call(this));
};
TextDateRecord._isAnonymousRecord = true;
TextDateRecord.UniqueId = "f8005a3f-fb50-58ab-0af8-ee40b93bc063";
TextDateRecord.init();
return TextDateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TextDateRecord = TextDateRecord;
});
define("Portal.model$TextDateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextDateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextDateRecordList = (function (_super) {
__extends(TextDateRecordList, _super);
function TextDateRecordList(defaults) {
_super.apply(this, arguments);
}
TextDateRecordList.itemType = PortalModel.TextDateRecord;
return TextDateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextDateRecordList = TextDateRecordList;
});
define("Portal.model$Menu_LocaleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Menu_LocaleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Menu_LocaleRecordList = (function (_super) {
__extends(Menu_LocaleRecordList, _super);
function Menu_LocaleRecordList(defaults) {
_super.apply(this, arguments);
}
Menu_LocaleRecordList.itemType = PortalModel.Menu_LocaleRecord;
return Menu_LocaleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Menu_LocaleRecordList = Menu_LocaleRecordList;
});
define("Portal.model$Payload52Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload52Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload52Record = (function (_super) {
__extends(Payload52Record, _super);
function Payload52Record(defaults) {
_super.apply(this, arguments);
}
Payload52Record.attributesToDeclare = function () {
return [
this.attr("Payload52", "payload52Attr", "Payload52", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload52Rec());
}, true, PortalModel.Payload52Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload52Record.fromStructure = function (str) {
return new Payload52Record(new Payload52Record.RecordClass({
payload52Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload52Record._isAnonymousRecord = true;
Payload52Record.UniqueId = "de4aaf6d-5fea-5a97-08bd-a7158ca68251";
Payload52Record.init();
return Payload52Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload52Record = Payload52Record;
});
define("Portal.model$Payload52RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload52Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload52RecordList = (function (_super) {
__extends(Payload52RecordList, _super);
function Payload52RecordList(defaults) {
_super.apply(this, arguments);
}
Payload52RecordList.itemType = PortalModel.Payload52Record;
return Payload52RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload52RecordList = Payload52RecordList;
});
define("Portal.model$KeyValuePairRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$KeyValuePairRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var KeyValuePairRecordList = (function (_super) {
__extends(KeyValuePairRecordList, _super);
function KeyValuePairRecordList(defaults) {
_super.apply(this, arguments);
}
KeyValuePairRecordList.itemType = PortalModel.KeyValuePairRecord;
return KeyValuePairRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.KeyValuePairRecordList = KeyValuePairRecordList;
});
define("Portal.model$PostCreatePickupResponse3Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCreatePickupResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCreatePickupResponse3Record = (function (_super) {
__extends(PostCreatePickupResponse3Record, _super);
function PostCreatePickupResponse3Record(defaults) {
_super.apply(this, arguments);
}
PostCreatePickupResponse3Record.attributesToDeclare = function () {
return [
this.attr("PostCreatePickupResponse3", "postCreatePickupResponse3Attr", "PostCreatePickupResponse3", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostCreatePickupResponse3Rec());
}, true, PortalModel.PostCreatePickupResponse3Rec)
].concat(_super.attributesToDeclare.call(this));
};
PostCreatePickupResponse3Record.fromStructure = function (str) {
return new PostCreatePickupResponse3Record(new PostCreatePickupResponse3Record.RecordClass({
postCreatePickupResponse3Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostCreatePickupResponse3Record._isAnonymousRecord = true;
PostCreatePickupResponse3Record.UniqueId = "d2c8f003-0cfa-96a0-204d-b90185ad39fe";
PostCreatePickupResponse3Record.init();
return PostCreatePickupResponse3Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PostCreatePickupResponse3Record = PostCreatePickupResponse3Record;
});
define("Portal.model$PostCreatePickupResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCreatePickupResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCreatePickupResponse3RecordList = (function (_super) {
__extends(PostCreatePickupResponse3RecordList, _super);
function PostCreatePickupResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
PostCreatePickupResponse3RecordList.itemType = PortalModel.PostCreatePickupResponse3Record;
return PostCreatePickupResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCreatePickupResponse3RecordList = PostCreatePickupResponse3RecordList;
});
define("Portal.model$AgentInfoRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentInfoRecord = (function (_super) {
__extends(AgentInfoRecord, _super);
function AgentInfoRecord(defaults) {
_super.apply(this, arguments);
}
AgentInfoRecord.attributesToDeclare = function () {
return [
this.attr("AgentInfo", "agentInfoAttr", "AgentInfo", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.AgentInfoRec());
}, true, PortalModel.AgentInfoRec)
].concat(_super.attributesToDeclare.call(this));
};
AgentInfoRecord.fromStructure = function (str) {
return new AgentInfoRecord(new AgentInfoRecord.RecordClass({
agentInfoAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
AgentInfoRecord._isAnonymousRecord = true;
AgentInfoRecord.UniqueId = "dcb0c0c1-bbe4-77b6-de05-25f570843aba";
AgentInfoRecord.init();
return AgentInfoRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.AgentInfoRecord = AgentInfoRecord;
});
define("Portal.model$AgentInfoRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AgentInfoRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AgentInfoRecordList = (function (_super) {
__extends(AgentInfoRecordList, _super);
function AgentInfoRecordList(defaults) {
_super.apply(this, arguments);
}
AgentInfoRecordList.itemType = PortalModel.AgentInfoRecord;
return AgentInfoRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AgentInfoRecordList = AgentInfoRecordList;
});
define("Portal.model$LegalEnquiryRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryRecord = (function (_super) {
__extends(LegalEnquiryRecord, _super);
function LegalEnquiryRecord(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryRecord.attributesToDeclare = function () {
return [
this.attr("LegalEnquiry", "legalEnquiryAttr", "LegalEnquiry", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.LegalEnquiryRec());
}, true, PortalModel.LegalEnquiryRec)
].concat(_super.attributesToDeclare.call(this));
};
LegalEnquiryRecord.fromStructure = function (str) {
return new LegalEnquiryRecord(new LegalEnquiryRecord.RecordClass({
legalEnquiryAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
LegalEnquiryRecord._isAnonymousRecord = true;
LegalEnquiryRecord.UniqueId = "b6dba44e-2331-1ad2-3bfc-ede908326056";
LegalEnquiryRecord.init();
return LegalEnquiryRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.LegalEnquiryRecord = LegalEnquiryRecord;
});
define("Portal.model$SenderInfo3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderInfo3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderInfo3List = (function (_super) {
__extends(SenderInfo3List, _super);
function SenderInfo3List(defaults) {
_super.apply(this, arguments);
}
SenderInfo3List.itemType = PortalModel.SenderInfo3Rec;
return SenderInfo3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SenderInfo3List = SenderInfo3List;
});
define("Portal.model$CandidateFileRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateFileRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateFileRecordList = (function (_super) {
__extends(CandidateFileRecordList, _super);
function CandidateFileRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateFileRecordList.itemType = PortalModel.CandidateFileRecord;
return CandidateFileRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateFileRecordList = CandidateFileRecordList;
});
define("Portal.model$ResendActivationEmailRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRequestList = (function (_super) {
__extends(ResendActivationEmailRequestList, _super);
function ResendActivationEmailRequestList(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRequestList.itemType = PortalModel.ResendActivationEmailRequestRec;
return ResendActivationEmailRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendActivationEmailRequestList = ResendActivationEmailRequestList;
});
define("Portal.model$PayloadItem3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem3List = (function (_super) {
__extends(PayloadItem3List, _super);
function PayloadItem3List(defaults) {
_super.apply(this, arguments);
}
PayloadItem3List.itemType = PortalModel.PayloadItem3Rec;
return PayloadItem3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem3List = PayloadItem3List;
});
define("Portal.model$ChatUserDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$ChatUserDataRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ChatUserDataRecord = (function (_super) {
__extends(ChatUserDataRecord, _super);
function ChatUserDataRecord(defaults) {
_super.apply(this, arguments);
}
ChatUserDataRecord.attributesToDeclare = function () {
return [
this.attr("ChatUserData", "chatUserDataAttr", "ChatUserData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Services_COModel.ChatUserDataRec());
}, true, Services_COModel.ChatUserDataRec)
].concat(_super.attributesToDeclare.call(this));
};
ChatUserDataRecord.fromStructure = function (str) {
return new ChatUserDataRecord(new ChatUserDataRecord.RecordClass({
chatUserDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ChatUserDataRecord._isAnonymousRecord = true;
ChatUserDataRecord.UniqueId = "b7419d7f-0736-804a-2b08-46366296ea03";
ChatUserDataRecord.init();
return ChatUserDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ChatUserDataRecord = ChatUserDataRecord;
});
define("Portal.model$PriceInfoList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceInfoRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceInfoList = (function (_super) {
__extends(PriceInfoList, _super);
function PriceInfoList(defaults) {
_super.apply(this, arguments);
}
PriceInfoList.itemType = PortalModel.PriceInfoRec;
return PriceInfoList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceInfoList = PriceInfoList;
});
define("Portal.model$Payload16Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload16Record = (function (_super) {
__extends(Payload16Record, _super);
function Payload16Record(defaults) {
_super.apply(this, arguments);
}
Payload16Record.attributesToDeclare = function () {
return [
this.attr("Payload16", "payload16Attr", "Payload16", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload16Rec());
}, true, PortalModel.Payload16Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload16Record.fromStructure = function (str) {
return new Payload16Record(new Payload16Record.RecordClass({
payload16Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload16Record._isAnonymousRecord = true;
Payload16Record.UniqueId = "d5d53670-d833-f4b9-942a-597094b8b506";
Payload16Record.init();
return Payload16Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload16Record = Payload16Record;
});
define("Portal.model$Payload16RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload16Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload16RecordList = (function (_super) {
__extends(Payload16RecordList, _super);
function Payload16RecordList(defaults) {
_super.apply(this, arguments);
}
Payload16RecordList.itemType = PortalModel.Payload16Record;
return Payload16RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload16RecordList = Payload16RecordList;
});
define("Portal.model$embedded2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embedded2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embedded2List = (function (_super) {
__extends(embedded2List, _super);
function embedded2List(defaults) {
_super.apply(this, arguments);
}
embedded2List.itemType = PortalModel.embedded2Rec;
return embedded2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.embedded2List = embedded2List;
});
define("Portal.model$Payload66List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload66Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload66List = (function (_super) {
__extends(Payload66List, _super);
function Payload66List(defaults) {
_super.apply(this, arguments);
}
Payload66List.itemType = PortalModel.Payload66Rec;
return Payload66List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload66List = Payload66List;
});
define("Portal.model$Payload46RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload46Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload46RecordList = (function (_super) {
__extends(Payload46RecordList, _super);
function Payload46RecordList(defaults) {
_super.apply(this, arguments);
}
Payload46RecordList.itemType = PortalModel.Payload46Record;
return Payload46RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload46RecordList = Payload46RecordList;
});
define("Portal.model$Payload38Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload38Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload38Record = (function (_super) {
__extends(Payload38Record, _super);
function Payload38Record(defaults) {
_super.apply(this, arguments);
}
Payload38Record.attributesToDeclare = function () {
return [
this.attr("Payload38", "payload38Attr", "Payload38", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload38Rec());
}, true, PortalModel.Payload38Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload38Record.fromStructure = function (str) {
return new Payload38Record(new Payload38Record.RecordClass({
payload38Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload38Record._isAnonymousRecord = true;
Payload38Record.UniqueId = "be57f3a6-af6b-4b2b-d8c3-90cf7a15ca8d";
Payload38Record.init();
return Payload38Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload38Record = Payload38Record;
});
define("Portal.model$Payload38RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload38Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload38RecordList = (function (_super) {
__extends(Payload38RecordList, _super);
function Payload38RecordList(defaults) {
_super.apply(this, arguments);
}
Payload38RecordList.itemType = PortalModel.Payload38Record;
return Payload38RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload38RecordList = Payload38RecordList;
});
define("Portal.model$PriceCalculation2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculation2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculation2Record = (function (_super) {
__extends(PriceCalculation2Record, _super);
function PriceCalculation2Record(defaults) {
_super.apply(this, arguments);
}
PriceCalculation2Record.attributesToDeclare = function () {
return [
this.attr("PriceCalculation2", "priceCalculation2Attr", "PriceCalculation2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PriceCalculation2Rec());
}, true, PortalModel.PriceCalculation2Rec)
].concat(_super.attributesToDeclare.call(this));
};
PriceCalculation2Record.fromStructure = function (str) {
return new PriceCalculation2Record(new PriceCalculation2Record.RecordClass({
priceCalculation2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PriceCalculation2Record._isAnonymousRecord = true;
PriceCalculation2Record.UniqueId = "e73f5643-b823-9629-65fb-1edb1a6aef03";
PriceCalculation2Record.init();
return PriceCalculation2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.PriceCalculation2Record = PriceCalculation2Record;
});
define("Portal.model$PriceCalculation2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceCalculation2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceCalculation2RecordList = (function (_super) {
__extends(PriceCalculation2RecordList, _super);
function PriceCalculation2RecordList(defaults) {
_super.apply(this, arguments);
}
PriceCalculation2RecordList.itemType = PortalModel.PriceCalculation2Record;
return PriceCalculation2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceCalculation2RecordList = PriceCalculation2RecordList;
});
define("Portal.model$SelectedBranchList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedBranchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedBranchList = (function (_super) {
__extends(SelectedBranchList, _super);
function SelectedBranchList(defaults) {
_super.apply(this, arguments);
}
SelectedBranchList.itemType = PortalModel.SelectedBranchRec;
return SelectedBranchList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedBranchList = SelectedBranchList;
});
define("Portal.model$CandidateDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDetailRecordList = (function (_super) {
__extends(CandidateDetailRecordList, _super);
function CandidateDetailRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateDetailRecordList.itemType = PortalModel.CandidateDetailRecord;
return CandidateDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateDetailRecordList = CandidateDetailRecordList;
});
define("Portal.model$HTTPRequest13List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest13Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest13List = (function (_super) {
__extends(HTTPRequest13List, _super);
function HTTPRequest13List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest13List.itemType = PortalModel.HTTPRequest13Rec;
return HTTPRequest13List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest13List = HTTPRequest13List;
});
define("Portal.model$String3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$String3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var String3RecordList = (function (_super) {
__extends(String3RecordList, _super);
function String3RecordList(defaults) {
_super.apply(this, arguments);
}
String3RecordList.itemType = PortalModel.String3Record;
return String3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.String3RecordList = String3RecordList;
});
define("Portal.model$PostGetBulkMailPostIdRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostGetBulkMailPostIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostGetBulkMailPostIdRequestList = (function (_super) {
__extends(PostGetBulkMailPostIdRequestList, _super);
function PostGetBulkMailPostIdRequestList(defaults) {
_super.apply(this, arguments);
}
PostGetBulkMailPostIdRequestList.itemType = PortalModel.PostGetBulkMailPostIdRequestRec;
return PostGetBulkMailPostIdRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostGetBulkMailPostIdRequestList = PostGetBulkMailPostIdRequestList;
});
define("Portal.model$OrderDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderDetailRecordList = (function (_super) {
__extends(OrderDetailRecordList, _super);
function OrderDetailRecordList(defaults) {
_super.apply(this, arguments);
}
OrderDetailRecordList.itemType = PortalModel.OrderDetailRecord;
return OrderDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderDetailRecordList = OrderDetailRecordList;
});
define("Portal.model$GetEmiratesPostLocationResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesPostLocationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesPostLocationResponseList = (function (_super) {
__extends(GetEmiratesPostLocationResponseList, _super);
function GetEmiratesPostLocationResponseList(defaults) {
_super.apply(this, arguments);
}
GetEmiratesPostLocationResponseList.itemType = PortalModel.GetEmiratesPostLocationResponseRec;
return GetEmiratesPostLocationResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesPostLocationResponseList = GetEmiratesPostLocationResponseList;
});
define("Portal.model$TestimonialDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TestimonialDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TestimonialDataRecordList = (function (_super) {
__extends(TestimonialDataRecordList, _super);
function TestimonialDataRecordList(defaults) {
_super.apply(this, arguments);
}
TestimonialDataRecordList.itemType = PortalModel.TestimonialDataRecord;
return TestimonialDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TestimonialDataRecordList = TestimonialDataRecordList;
});
define("Portal.model$CMS_PageStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CMS_PageStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageStatusList = (function (_super) {
__extends(CMS_PageStatusList, _super);
function CMS_PageStatusList(defaults) {
_super.apply(this, arguments);
}
CMS_PageStatusList.itemType = Enums_COModel.CMS_PageStatusRec;
return CMS_PageStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageStatusList = CMS_PageStatusList;
});
define("Portal.model$CaseBody_SuperRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_SuperRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_SuperRecordList = (function (_super) {
__extends(CaseBody_SuperRecordList, _super);
function CaseBody_SuperRecordList(defaults) {
_super.apply(this, arguments);
}
CaseBody_SuperRecordList.itemType = PortalModel.CaseBody_SuperRecord;
return CaseBody_SuperRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_SuperRecordList = CaseBody_SuperRecordList;
});
define("Portal.model$FileObject2Record", ["exports", "OutSystems/ClientRuntime/Main", "File_Management_CO.model", "Portal.model", "File_Management_CO.model$FileObjectRec", "Portal.referencesHealth", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var FileObject2Record = (function (_super) {
__extends(FileObject2Record, _super);
function FileObject2Record(defaults) {
_super.apply(this, arguments);
}
FileObject2Record.attributesToDeclare = function () {
return [
this.attr("FileObject", "fileObjectAttr", "FileObject2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new File_Management_COModel.FileObjectRec());
}, true, File_Management_COModel.FileObjectRec)
].concat(_super.attributesToDeclare.call(this));
};
FileObject2Record.fromStructure = function (str) {
return new FileObject2Record(new FileObject2Record.RecordClass({
fileObjectAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
FileObject2Record._isAnonymousRecord = true;
FileObject2Record.UniqueId = "ba199568-9311-2f05-4838-a3a70a8a5c32";
FileObject2Record.init();
return FileObject2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.FileObject2Record = FileObject2Record;
});
define("Portal.model$EP_ServiceList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$EP_ServiceRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var EP_ServiceList = (function (_super) {
__extends(EP_ServiceList, _super);
function EP_ServiceList(defaults) {
_super.apply(this, arguments);
}
EP_ServiceList.itemType = Data_COModel.EP_ServiceRec;
return EP_ServiceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EP_ServiceList = EP_ServiceList;
});
define("Portal.model$GetEmiratesDetailsResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmiratesDetailsResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmiratesDetailsResponse3List = (function (_super) {
__extends(GetEmiratesDetailsResponse3List, _super);
function GetEmiratesDetailsResponse3List(defaults) {
_super.apply(this, arguments);
}
GetEmiratesDetailsResponse3List.itemType = PortalModel.GetEmiratesDetailsResponse3Rec;
return GetEmiratesDetailsResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmiratesDetailsResponse3List = GetEmiratesDetailsResponse3List;
});
define("Portal.model$CandidateFileList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$CandidateFileRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CandidateFileList = (function (_super) {
__extends(CandidateFileList, _super);
function CandidateFileList(defaults) {
_super.apply(this, arguments);
}
CandidateFileList.itemType = CareersServices_COModel.CandidateFileRec;
return CandidateFileList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateFileList = CandidateFileList;
});
define("Portal.model$Payload7RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload7Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload7RecordList = (function (_super) {
__extends(Payload7RecordList, _super);
function Payload7RecordList(defaults) {
_super.apply(this, arguments);
}
Payload7RecordList.itemType = PortalModel.Payload7Record;
return Payload7RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload7RecordList = Payload7RecordList;
});
define("Portal.model$SmartPlacesStructList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SmartPlacesStructRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SmartPlacesStructList = (function (_super) {
__extends(SmartPlacesStructList, _super);
function SmartPlacesStructList(defaults) {
_super.apply(this, arguments);
}
SmartPlacesStructList.itemType = PortalModel.SmartPlacesStructRec;
return SmartPlacesStructList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SmartPlacesStructList = SmartPlacesStructList;
});
define("Portal.model$OrderFulfillmentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderFulfillmentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderFulfillmentItemRecordList = (function (_super) {
__extends(OrderFulfillmentItemRecordList, _super);
function OrderFulfillmentItemRecordList(defaults) {
_super.apply(this, arguments);
}
OrderFulfillmentItemRecordList.itemType = PortalModel.OrderFulfillmentItemRecord;
return OrderFulfillmentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderFulfillmentItemRecordList = OrderFulfillmentItemRecordList;
});
define("Portal.model$JobApplicationList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$JobApplicationRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var JobApplicationList = (function (_super) {
__extends(JobApplicationList, _super);
function JobApplicationList(defaults) {
_super.apply(this, arguments);
}
JobApplicationList.itemType = CareersData_COModel.JobApplicationRec;
return JobApplicationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.JobApplicationList = JobApplicationList;
});
define("Portal.model$CMS_PageLocaleRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageLocaleRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleRecord = (function (_super) {
__extends(CMS_PageLocaleRecord, _super);
function CMS_PageLocaleRecord(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleRecord.attributesToDeclare = function () {
return [
this.attr("CMS_PageLocale", "cMS_PageLocaleAttr", "CMS_PageLocale", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CMS_PageLocaleRec());
}, true, Data_COModel.CMS_PageLocaleRec)
].concat(_super.attributesToDeclare.call(this));
};
CMS_PageLocaleRecord.fromStructure = function (str) {
return new CMS_PageLocaleRecord(new CMS_PageLocaleRecord.RecordClass({
cMS_PageLocaleAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CMS_PageLocaleRecord._isAnonymousRecord = true;
CMS_PageLocaleRecord.UniqueId = "f1e1c263-15e7-f8ea-9088-f5e166e21373";
CMS_PageLocaleRecord.init();
return CMS_PageLocaleRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CMS_PageLocaleRecord = CMS_PageLocaleRecord;
});
define("Portal.model$CMS_PageLocaleRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageLocaleRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleRecordList = (function (_super) {
__extends(CMS_PageLocaleRecordList, _super);
function CMS_PageLocaleRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleRecordList.itemType = PortalModel.CMS_PageLocaleRecord;
return CMS_PageLocaleRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageLocaleRecordList = CMS_PageLocaleRecordList;
});
define("Portal.model$NortheastList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NortheastRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NortheastList = (function (_super) {
__extends(NortheastList, _super);
function NortheastList(defaults) {
_super.apply(this, arguments);
}
NortheastList.itemType = PortalModel.NortheastRec;
return NortheastList;
})(OS.DataTypes.GenericRecordList);
PortalModel.NortheastList = NortheastList;
});
define("Portal.model$AdditionalServiceDetailListItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalServiceDetailListItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalServiceDetailListItemRecordList = (function (_super) {
__extends(AdditionalServiceDetailListItemRecordList, _super);
function AdditionalServiceDetailListItemRecordList(defaults) {
_super.apply(this, arguments);
}
AdditionalServiceDetailListItemRecordList.itemType = PortalModel.AdditionalServiceDetailListItemRecord;
return AdditionalServiceDetailListItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AdditionalServiceDetailListItemRecordList = AdditionalServiceDetailListItemRecordList;
});
define("Portal.model$DropdownItemList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$DropdownItemRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var DropdownItemList = (function (_super) {
__extends(DropdownItemList, _super);
function DropdownItemList(defaults) {
_super.apply(this, arguments);
}
DropdownItemList.itemType = OutSystemsUIModel.DropdownItemRec;
return DropdownItemList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropdownItemList = DropdownItemList;
});
define("Portal.model$TestimonialDataList", ["exports", "OutSystems/ClientRuntime/Main", "CareersServices_CO.model", "Portal.model", "CareersServices_CO.model$TestimonialDataRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersServices_CO"], function (exports, OutSystems, CareersServices_COModel, PortalModel) {
var OS = OutSystems.Internal;
var TestimonialDataList = (function (_super) {
__extends(TestimonialDataList, _super);
function TestimonialDataList(defaults) {
_super.apply(this, arguments);
}
TestimonialDataList.itemType = CareersServices_COModel.TestimonialDataRec;
return TestimonialDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TestimonialDataList = TestimonialDataList;
});
define("Portal.model$Payload43Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload43Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload43Record = (function (_super) {
__extends(Payload43Record, _super);
function Payload43Record(defaults) {
_super.apply(this, arguments);
}
Payload43Record.attributesToDeclare = function () {
return [
this.attr("Payload43", "payload43Attr", "Payload43", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload43Rec());
}, true, PortalModel.Payload43Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload43Record.fromStructure = function (str) {
return new Payload43Record(new Payload43Record.RecordClass({
payload43Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload43Record._isAnonymousRecord = true;
Payload43Record.UniqueId = "bb963a71-5763-757a-7d33-a6329717d974";
Payload43Record.init();
return Payload43Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload43Record = Payload43Record;
});
define("Portal.model$CorporateCreditDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CorporateCreditDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CorporateCreditDetailRecordList = (function (_super) {
__extends(CorporateCreditDetailRecordList, _super);
function CorporateCreditDetailRecordList(defaults) {
_super.apply(this, arguments);
}
CorporateCreditDetailRecordList.itemType = PortalModel.CorporateCreditDetailRecord;
return CorporateCreditDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CorporateCreditDetailRecordList = CorporateCreditDetailRecordList;
});
define("Portal.model$Payload73RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload73Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload73RecordList = (function (_super) {
__extends(Payload73RecordList, _super);
function Payload73RecordList(defaults) {
_super.apply(this, arguments);
}
Payload73RecordList.itemType = PortalModel.Payload73Record;
return Payload73RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload73RecordList = Payload73RecordList;
});
define("Portal.model$QuickRenewalOTPPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPPayloadRecordList = (function (_super) {
__extends(QuickRenewalOTPPayloadRecordList, _super);
function QuickRenewalOTPPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPPayloadRecordList.itemType = PortalModel.QuickRenewalOTPPayloadRecord;
return QuickRenewalOTPPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickRenewalOTPPayloadRecordList = QuickRenewalOTPPayloadRecordList;
});
define("Portal.model$GetNewAccessTokenRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenRequestList = (function (_super) {
__extends(GetNewAccessTokenRequestList, _super);
function GetNewAccessTokenRequestList(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenRequestList.itemType = PortalModel.GetNewAccessTokenRequestRec;
return GetNewAccessTokenRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNewAccessTokenRequestList = GetNewAccessTokenRequestList;
});
define("Portal.model$RentPostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RentPostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RentPostBoxRequestRecordList = (function (_super) {
__extends(RentPostBoxRequestRecordList, _super);
function RentPostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
RentPostBoxRequestRecordList.itemType = PortalModel.RentPostBoxRequestRecord;
return RentPostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RentPostBoxRequestRecordList = RentPostBoxRequestRecordList;
});
define("Portal.model$EnquiryTypeItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EnquiryTypeItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EnquiryTypeItemRecordList = (function (_super) {
__extends(EnquiryTypeItemRecordList, _super);
function EnquiryTypeItemRecordList(defaults) {
_super.apply(this, arguments);
}
EnquiryTypeItemRecordList.itemType = PortalModel.EnquiryTypeItemRecord;
return EnquiryTypeItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EnquiryTypeItemRecordList = EnquiryTypeItemRecordList;
});
define("Portal.model$InboundLetterItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InboundLetterItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InboundLetterItemRecord = (function (_super) {
__extends(InboundLetterItemRecord, _super);
function InboundLetterItemRecord(defaults) {
_super.apply(this, arguments);
}
InboundLetterItemRecord.attributesToDeclare = function () {
return [
this.attr("InboundLetterItem", "inboundLetterItemAttr", "InboundLetterItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.InboundLetterItemRec());
}, true, PortalModel.InboundLetterItemRec)
].concat(_super.attributesToDeclare.call(this));
};
InboundLetterItemRecord.fromStructure = function (str) {
return new InboundLetterItemRecord(new InboundLetterItemRecord.RecordClass({
inboundLetterItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
InboundLetterItemRecord._isAnonymousRecord = true;
InboundLetterItemRecord.UniqueId = "bc314847-db6d-6a89-6be5-9a42e2e654d9";
InboundLetterItemRecord.init();
return InboundLetterItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.InboundLetterItemRecord = InboundLetterItemRecord;
});
define("Portal.model$ResendActivationEmailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailList = (function (_super) {
__extends(ResendActivationEmailList, _super);
function ResendActivationEmailList(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailList.itemType = PortalModel.ResendActivationEmailRec;
return ResendActivationEmailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendActivationEmailList = ResendActivationEmailList;
});
define("Portal.model$TradeLicenseInformationList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TradeLicenseInformationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TradeLicenseInformationList = (function (_super) {
__extends(TradeLicenseInformationList, _super);
function TradeLicenseInformationList(defaults) {
_super.apply(this, arguments);
}
TradeLicenseInformationList.itemType = PortalModel.TradeLicenseInformationRec;
return TradeLicenseInformationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TradeLicenseInformationList = TradeLicenseInformationList;
});
define("Portal.model$RenewPostBoxRequestDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestDetailsList = (function (_super) {
__extends(RenewPostBoxRequestDetailsList, _super);
function RenewPostBoxRequestDetailsList(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestDetailsList.itemType = PortalModel.RenewPostBoxRequestDetailsRec;
return RenewPostBoxRequestDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RenewPostBoxRequestDetailsList = RenewPostBoxRequestDetailsList;
});
define("Portal.model$Payload72List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload72Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload72List = (function (_super) {
__extends(Payload72List, _super);
function Payload72List(defaults) {
_super.apply(this, arguments);
}
Payload72List.itemType = PortalModel.Payload72Rec;
return Payload72List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload72List = Payload72List;
});
define("Portal.model$LegalEnquiryAddressToRecord2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecord2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecord2RecordList = (function (_super) {
__extends(LegalEnquiryAddressToRecord2RecordList, _super);
function LegalEnquiryAddressToRecord2RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecord2RecordList.itemType = PortalModel.LegalEnquiryAddressToRecord2Record;
return LegalEnquiryAddressToRecord2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToRecord2RecordList = LegalEnquiryAddressToRecord2RecordList;
});
define("Portal.model$HTTPHeader5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader5RecordList = (function (_super) {
__extends(HTTPHeader5RecordList, _super);
function HTTPHeader5RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader5RecordList.itemType = PortalModel.HTTPHeader5Record;
return HTTPHeader5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader5RecordList = HTTPHeader5RecordList;
});
define("Portal.model$AddressDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AddressDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AddressDetailRecordList = (function (_super) {
__extends(AddressDetailRecordList, _super);
function AddressDetailRecordList(defaults) {
_super.apply(this, arguments);
}
AddressDetailRecordList.itemType = PortalModel.AddressDetailRecord;
return AddressDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressDetailRecordList = AddressDetailRecordList;
});
define("Portal.model$POBoxExpiryStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$POBoxExpiryStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryStatusRecord = (function (_super) {
__extends(POBoxExpiryStatusRecord, _super);
function POBoxExpiryStatusRecord(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryStatusRecord.attributesToDeclare = function () {
return [
this.attr("POBoxExpiryStatus", "pOBoxExpiryStatusAttr", "POBoxExpiryStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.POBoxExpiryStatusRec());
}, true, Data_COModel.POBoxExpiryStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
POBoxExpiryStatusRecord.fromStructure = function (str) {
return new POBoxExpiryStatusRecord(new POBoxExpiryStatusRecord.RecordClass({
pOBoxExpiryStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
POBoxExpiryStatusRecord._isAnonymousRecord = true;
POBoxExpiryStatusRecord.UniqueId = "c1c34c59-353e-11ee-0f61-d649cd940601";
POBoxExpiryStatusRecord.init();
return POBoxExpiryStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.POBoxExpiryStatusRecord = POBoxExpiryStatusRecord;
});
define("Portal.model$POBoxExpiryStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryStatusRecordList = (function (_super) {
__extends(POBoxExpiryStatusRecordList, _super);
function POBoxExpiryStatusRecordList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryStatusRecordList.itemType = PortalModel.POBoxExpiryStatusRecord;
return POBoxExpiryStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryStatusRecordList = POBoxExpiryStatusRecordList;
});
define("Portal.model$HTTPHeader3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader3RecordList = (function (_super) {
__extends(HTTPHeader3RecordList, _super);
function HTTPHeader3RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader3RecordList.itemType = PortalModel.HTTPHeader3Record;
return HTTPHeader3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader3RecordList = HTTPHeader3RecordList;
});
define("Portal.model$ProcessBookingResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessBookingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessBookingResponseList = (function (_super) {
__extends(ProcessBookingResponseList, _super);
function ProcessBookingResponseList(defaults) {
_super.apply(this, arguments);
}
ProcessBookingResponseList.itemType = PortalModel.ProcessBookingResponseRec;
return ProcessBookingResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessBookingResponseList = ProcessBookingResponseList;
});
define("Portal.model$GetCourierCitiesResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCourierCitiesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCourierCitiesResponse2Record = (function (_super) {
__extends(GetCourierCitiesResponse2Record, _super);
function GetCourierCitiesResponse2Record(defaults) {
_super.apply(this, arguments);
}
GetCourierCitiesResponse2Record.attributesToDeclare = function () {
return [
this.attr("GetCourierCitiesResponse2", "getCourierCitiesResponse2Attr", "GetCourierCitiesResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetCourierCitiesResponse2Rec());
}, true, PortalModel.GetCourierCitiesResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
GetCourierCitiesResponse2Record.fromStructure = function (str) {
return new GetCourierCitiesResponse2Record(new GetCourierCitiesResponse2Record.RecordClass({
getCourierCitiesResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetCourierCitiesResponse2Record._isAnonymousRecord = true;
GetCourierCitiesResponse2Record.UniqueId = "de394912-4955-8fff-cee0-5e82ddd64e4d";
GetCourierCitiesResponse2Record.init();
return GetCourierCitiesResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.GetCourierCitiesResponse2Record = GetCourierCitiesResponse2Record;
});
define("Portal.model$GetCourierCitiesResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCourierCitiesResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCourierCitiesResponse2RecordList = (function (_super) {
__extends(GetCourierCitiesResponse2RecordList, _super);
function GetCourierCitiesResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetCourierCitiesResponse2RecordList.itemType = PortalModel.GetCourierCitiesResponse2Record;
return GetCourierCitiesResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCourierCitiesResponse2RecordList = GetCourierCitiesResponse2RecordList;
});
define("Portal.model$GetDropOffLocationResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationResponse2RecordList = (function (_super) {
__extends(GetDropOffLocationResponse2RecordList, _super);
function GetDropOffLocationResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationResponse2RecordList.itemType = PortalModel.GetDropOffLocationResponse2Record;
return GetDropOffLocationResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDropOffLocationResponse2RecordList = GetDropOffLocationResponse2RecordList;
});
define("Portal.model$FileObject2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileObject2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileObject2RecordList = (function (_super) {
__extends(FileObject2RecordList, _super);
function FileObject2RecordList(defaults) {
_super.apply(this, arguments);
}
FileObject2RecordList.itemType = PortalModel.FileObject2Record;
return FileObject2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileObject2RecordList = FileObject2RecordList;
});
define("Portal.model$AddressTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$AddressTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var AddressTypeList = (function (_super) {
__extends(AddressTypeList, _super);
function AddressTypeList(defaults) {
_super.apply(this, arguments);
}
AddressTypeList.itemType = Data_COModel.AddressTypeRec;
return AddressTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AddressTypeList = AddressTypeList;
});
define("Portal.model$PostViewPickupDetailsRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupDetailsRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupDetailsRequestRecordList = (function (_super) {
__extends(PostViewPickupDetailsRequestRecordList, _super);
function PostViewPickupDetailsRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupDetailsRequestRecordList.itemType = PortalModel.PostViewPickupDetailsRequestRecord;
return PostViewPickupDetailsRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupDetailsRequestRecordList = PostViewPickupDetailsRequestRecordList;
});
define("Portal.model$CreateIDLServiceResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceResponseRecordList = (function (_super) {
__extends(CreateIDLServiceResponseRecordList, _super);
function CreateIDLServiceResponseRecordList(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceResponseRecordList.itemType = PortalModel.CreateIDLServiceResponseRecord;
return CreateIDLServiceResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateIDLServiceResponseRecordList = CreateIDLServiceResponseRecordList;
});
define("Portal.model$GetBundlePayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBundlePayloadRecord = (function (_super) {
__extends(GetBundlePayloadRecord, _super);
function GetBundlePayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetBundlePayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetBundlePayload", "getBundlePayloadAttr", "GetBundlePayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetBundlePayloadRec());
}, true, PortalModel.GetBundlePayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetBundlePayloadRecord.fromStructure = function (str) {
return new GetBundlePayloadRecord(new GetBundlePayloadRecord.RecordClass({
getBundlePayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetBundlePayloadRecord._isAnonymousRecord = true;
GetBundlePayloadRecord.UniqueId = "be82218b-c368-a418-ae51-dc6a6892c87d";
GetBundlePayloadRecord.init();
return GetBundlePayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetBundlePayloadRecord = GetBundlePayloadRecord;
});
define("Portal.model$HTTPResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse2RecordList = (function (_super) {
__extends(HTTPResponse2RecordList, _super);
function HTTPResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPResponse2RecordList.itemType = PortalModel.HTTPResponse2Record;
return HTTPResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse2RecordList = HTTPResponse2RecordList;
});
define("Portal.model$TransactionTypeItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TransactionTypeItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TransactionTypeItemRecordList = (function (_super) {
__extends(TransactionTypeItemRecordList, _super);
function TransactionTypeItemRecordList(defaults) {
_super.apply(this, arguments);
}
TransactionTypeItemRecordList.itemType = PortalModel.TransactionTypeItemRecord;
return TransactionTypeItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TransactionTypeItemRecordList = TransactionTypeItemRecordList;
});
define("Portal.model$CreateSmartPlacesOrderRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateSmartPlacesOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateSmartPlacesOrderRequestRecord = (function (_super) {
__extends(CreateSmartPlacesOrderRequestRecord, _super);
function CreateSmartPlacesOrderRequestRecord(defaults) {
_super.apply(this, arguments);
}
CreateSmartPlacesOrderRequestRecord.attributesToDeclare = function () {
return [
this.attr("CreateSmartPlacesOrderRequest", "createSmartPlacesOrderRequestAttr", "CreateSmartPlacesOrderRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreateSmartPlacesOrderRequestRec());
}, true, PortalModel.CreateSmartPlacesOrderRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
CreateSmartPlacesOrderRequestRecord.fromStructure = function (str) {
return new CreateSmartPlacesOrderRequestRecord(new CreateSmartPlacesOrderRequestRecord.RecordClass({
createSmartPlacesOrderRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreateSmartPlacesOrderRequestRecord._isAnonymousRecord = true;
CreateSmartPlacesOrderRequestRecord.UniqueId = "e4edc326-bad5-2067-b394-86661941a49f";
CreateSmartPlacesOrderRequestRecord.init();
return CreateSmartPlacesOrderRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CreateSmartPlacesOrderRequestRecord = CreateSmartPlacesOrderRequestRecord;
});
define("Portal.model$CreateSmartPlacesOrderRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateSmartPlacesOrderRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateSmartPlacesOrderRequestRecordList = (function (_super) {
__extends(CreateSmartPlacesOrderRequestRecordList, _super);
function CreateSmartPlacesOrderRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreateSmartPlacesOrderRequestRecordList.itemType = PortalModel.CreateSmartPlacesOrderRequestRecord;
return CreateSmartPlacesOrderRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateSmartPlacesOrderRequestRecordList = CreateSmartPlacesOrderRequestRecordList;
});
define("Portal.model$GetFileResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFileResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFileResponseList = (function (_super) {
__extends(GetFileResponseList, _super);
function GetFileResponseList(defaults) {
_super.apply(this, arguments);
}
GetFileResponseList.itemType = PortalModel.GetFileResponseRec;
return GetFileResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFileResponseList = GetFileResponseList;
});
define("Portal.model$PaymentMethod2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethod2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethod2List = (function (_super) {
__extends(PaymentMethod2List, _super);
function PaymentMethod2List(defaults) {
_super.apply(this, arguments);
}
PaymentMethod2List.itemType = PortalModel.PaymentMethod2Rec;
return PaymentMethod2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentMethod2List = PaymentMethod2List;
});
define("Portal.model$URLQueryParameter16Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter16Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter16Record = (function (_super) {
__extends(URLQueryParameter16Record, _super);
function URLQueryParameter16Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter16Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter16", "uRLQueryParameter16Attr", "URLQueryParameter16", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter16Rec());
}, true, PortalModel.URLQueryParameter16Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter16Record.fromStructure = function (str) {
return new URLQueryParameter16Record(new URLQueryParameter16Record.RecordClass({
uRLQueryParameter16Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter16Record._isAnonymousRecord = true;
URLQueryParameter16Record.UniqueId = "c0581abf-5c75-f398-0305-fc195f117469";
URLQueryParameter16Record.init();
return URLQueryParameter16Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter16Record = URLQueryParameter16Record;
});
define("Portal.model$URLQueryParameter16RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter16Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter16RecordList = (function (_super) {
__extends(URLQueryParameter16RecordList, _super);
function URLQueryParameter16RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter16RecordList.itemType = PortalModel.URLQueryParameter16Record;
return URLQueryParameter16RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter16RecordList = URLQueryParameter16RecordList;
});
define("Portal.model$DeliveryOffice2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryOffice2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryOffice2Record = (function (_super) {
__extends(DeliveryOffice2Record, _super);
function DeliveryOffice2Record(defaults) {
_super.apply(this, arguments);
}
DeliveryOffice2Record.attributesToDeclare = function () {
return [
this.attr("DeliveryOffice2", "deliveryOffice2Attr", "DeliveryOffice2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.DeliveryOffice2Rec());
}, true, PortalModel.DeliveryOffice2Rec)
].concat(_super.attributesToDeclare.call(this));
};
DeliveryOffice2Record.fromStructure = function (str) {
return new DeliveryOffice2Record(new DeliveryOffice2Record.RecordClass({
deliveryOffice2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
DeliveryOffice2Record._isAnonymousRecord = true;
DeliveryOffice2Record.UniqueId = "e419b24a-6532-500d-f853-16c77af9f9dc";
DeliveryOffice2Record.init();
return DeliveryOffice2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.DeliveryOffice2Record = DeliveryOffice2Record;
});
define("Portal.model$DeliveryOffice2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DeliveryOffice2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DeliveryOffice2RecordList = (function (_super) {
__extends(DeliveryOffice2RecordList, _super);
function DeliveryOffice2RecordList(defaults) {
_super.apply(this, arguments);
}
DeliveryOffice2RecordList.itemType = PortalModel.DeliveryOffice2Record;
return DeliveryOffice2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DeliveryOffice2RecordList = DeliveryOffice2RecordList;
});
define("Portal.model$PostingJobRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostingJobRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobRecordList = (function (_super) {
__extends(PostingJobRecordList, _super);
function PostingJobRecordList(defaults) {
_super.apply(this, arguments);
}
PostingJobRecordList.itemType = PortalModel.PostingJobRecord;
return PostingJobRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostingJobRecordList = PostingJobRecordList;
});
define("Portal.model$RelocatePostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RelocatePostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RelocatePostBoxRequestRecordList = (function (_super) {
__extends(RelocatePostBoxRequestRecordList, _super);
function RelocatePostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
RelocatePostBoxRequestRecordList.itemType = PortalModel.RelocatePostBoxRequestRecord;
return RelocatePostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RelocatePostBoxRequestRecordList = RelocatePostBoxRequestRecordList;
});
define("Portal.model$LinkPOBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LinkPOBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LinkPOBoxRequestList = (function (_super) {
__extends(LinkPOBoxRequestList, _super);
function LinkPOBoxRequestList(defaults) {
_super.apply(this, arguments);
}
LinkPOBoxRequestList.itemType = PortalModel.LinkPOBoxRequestRec;
return LinkPOBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LinkPOBoxRequestList = LinkPOBoxRequestList;
});
define("Portal.model$TextTextTextLongIntegerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextTextTextLongIntegerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextTextTextLongIntegerRecordList = (function (_super) {
__extends(TextTextTextLongIntegerRecordList, _super);
function TextTextTextLongIntegerRecordList(defaults) {
_super.apply(this, arguments);
}
TextTextTextLongIntegerRecordList.itemType = PortalModel.TextTextTextLongIntegerRecord;
return TextTextTextLongIntegerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextTextTextLongIntegerRecordList = TextTextTextLongIntegerRecordList;
});
define("Portal.model$ContactDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsRecordList = (function (_super) {
__extends(ContactDetailsRecordList, _super);
function ContactDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsRecordList.itemType = PortalModel.ContactDetailsRecord;
return ContactDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsRecordList = ContactDetailsRecordList;
});
define("Portal.model$SelectPOBoxRelocationResponse2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationResponse2Record = (function (_super) {
__extends(SelectPOBoxRelocationResponse2Record, _super);
function SelectPOBoxRelocationResponse2Record(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationResponse2Record.attributesToDeclare = function () {
return [
this.attr("SelectPOBoxRelocationResponse2", "selectPOBoxRelocationResponse2Attr", "SelectPOBoxRelocationResponse2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.SelectPOBoxRelocationResponse2Rec());
}, true, PortalModel.SelectPOBoxRelocationResponse2Rec)
].concat(_super.attributesToDeclare.call(this));
};
SelectPOBoxRelocationResponse2Record.fromStructure = function (str) {
return new SelectPOBoxRelocationResponse2Record(new SelectPOBoxRelocationResponse2Record.RecordClass({
selectPOBoxRelocationResponse2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
SelectPOBoxRelocationResponse2Record._isAnonymousRecord = true;
SelectPOBoxRelocationResponse2Record.UniqueId = "c1f5776c-10b2-676d-7e15-322287e5f4f8";
SelectPOBoxRelocationResponse2Record.init();
return SelectPOBoxRelocationResponse2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.SelectPOBoxRelocationResponse2Record = SelectPOBoxRelocationResponse2Record;
});
define("Portal.model$GetDeliveryInstructionsResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsResponse2RecordList = (function (_super) {
__extends(GetDeliveryInstructionsResponse2RecordList, _super);
function GetDeliveryInstructionsResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsResponse2RecordList.itemType = PortalModel.GetDeliveryInstructionsResponse2Record;
return GetDeliveryInstructionsResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryInstructionsResponse2RecordList = GetDeliveryInstructionsResponse2RecordList;
});
define("Portal.model$ExcelReceiptRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelReceiptRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelReceiptRecord = (function (_super) {
__extends(ExcelReceiptRecord, _super);
function ExcelReceiptRecord(defaults) {
_super.apply(this, arguments);
}
ExcelReceiptRecord.attributesToDeclare = function () {
return [
this.attr("ExcelReceipt", "excelReceiptAttr", "ExcelReceipt", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ExcelReceiptRec());
}, true, PortalModel.ExcelReceiptRec)
].concat(_super.attributesToDeclare.call(this));
};
ExcelReceiptRecord.fromStructure = function (str) {
return new ExcelReceiptRecord(new ExcelReceiptRecord.RecordClass({
excelReceiptAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ExcelReceiptRecord._isAnonymousRecord = true;
ExcelReceiptRecord.UniqueId = "c24f85ac-b634-44cc-12ca-396107aa11d6";
ExcelReceiptRecord.init();
return ExcelReceiptRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ExcelReceiptRecord = ExcelReceiptRecord;
});
define("Portal.model$MultiShipMapTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$MultiShipMapTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipMapTypeList = (function (_super) {
__extends(MultiShipMapTypeList, _super);
function MultiShipMapTypeList(defaults) {
_super.apply(this, arguments);
}
MultiShipMapTypeList.itemType = Data_COModel.MultiShipMapTypeRec;
return MultiShipMapTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipMapTypeList = MultiShipMapTypeList;
});
define("Portal.model$HTTPRequest8Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest8Record = (function (_super) {
__extends(HTTPRequest8Record, _super);
function HTTPRequest8Record(defaults) {
_super.apply(this, arguments);
}
HTTPRequest8Record.attributesToDeclare = function () {
return [
this.attr("HTTPRequest8", "hTTPRequest8Attr", "HTTPRequest8", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HTTPRequest8Rec());
}, true, PortalModel.HTTPRequest8Rec)
].concat(_super.attributesToDeclare.call(this));
};
HTTPRequest8Record.fromStructure = function (str) {
return new HTTPRequest8Record(new HTTPRequest8Record.RecordClass({
hTTPRequest8Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HTTPRequest8Record._isAnonymousRecord = true;
HTTPRequest8Record.UniqueId = "cf554888-24fa-9aa5-15cf-b0bee03c04de";
HTTPRequest8Record.init();
return HTTPRequest8Record;
})(OS.DataTypes.GenericRecord);
PortalModel.HTTPRequest8Record = HTTPRequest8Record;
});
define("Portal.model$HTTPRequest8RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest8Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest8RecordList = (function (_super) {
__extends(HTTPRequest8RecordList, _super);
function HTTPRequest8RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest8RecordList.itemType = PortalModel.HTTPRequest8Record;
return HTTPRequest8RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest8RecordList = HTTPRequest8RecordList;
});
define("Portal.model$CourierDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierDetailList = (function (_super) {
__extends(CourierDetailList, _super);
function CourierDetailList(defaults) {
_super.apply(this, arguments);
}
CourierDetailList.itemType = PortalModel.CourierDetailRec;
return CourierDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierDetailList = CourierDetailList;
});
define("Portal.model$Payload29RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload29Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload29RecordList = (function (_super) {
__extends(Payload29RecordList, _super);
function Payload29RecordList(defaults) {
_super.apply(this, arguments);
}
Payload29RecordList.itemType = PortalModel.Payload29Record;
return Payload29RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload29RecordList = Payload29RecordList;
});
define("Portal.model$PayloadItem4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadItem4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadItem4RecordList = (function (_super) {
__extends(PayloadItem4RecordList, _super);
function PayloadItem4RecordList(defaults) {
_super.apply(this, arguments);
}
PayloadItem4RecordList.itemType = PortalModel.PayloadItem4Record;
return PayloadItem4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadItem4RecordList = PayloadItem4RecordList;
});
define("Portal.model$TextListOfPagesRecordTextRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextListOfPagesRecordTextRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextListOfPagesRecordTextRecordList = (function (_super) {
__extends(TextListOfPagesRecordTextRecordList, _super);
function TextListOfPagesRecordTextRecordList(defaults) {
_super.apply(this, arguments);
}
TextListOfPagesRecordTextRecordList.itemType = PortalModel.TextListOfPagesRecordTextRecordRec;
return TextListOfPagesRecordTextRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextListOfPagesRecordTextRecordList = TextListOfPagesRecordTextRecordList;
});
define("Portal.model$AsOfDateList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AsOfDateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AsOfDateList = (function (_super) {
__extends(AsOfDateList, _super);
function AsOfDateList(defaults) {
_super.apply(this, arguments);
}
AsOfDateList.itemType = PortalModel.AsOfDateRec;
return AsOfDateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AsOfDateList = AsOfDateList;
});
define("Portal.model$PickupTimeSlotItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeSlotItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeSlotItemRecord = (function (_super) {
__extends(PickupTimeSlotItemRecord, _super);
function PickupTimeSlotItemRecord(defaults) {
_super.apply(this, arguments);
}
PickupTimeSlotItemRecord.attributesToDeclare = function () {
return [
this.attr("PickupTimeSlotItem", "pickupTimeSlotItemAttr", "PickupTimeSlotItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PickupTimeSlotItemRec());
}, true, PortalModel.PickupTimeSlotItemRec)
].concat(_super.attributesToDeclare.call(this));
};
PickupTimeSlotItemRecord.fromStructure = function (str) {
return new PickupTimeSlotItemRecord(new PickupTimeSlotItemRecord.RecordClass({
pickupTimeSlotItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PickupTimeSlotItemRecord._isAnonymousRecord = true;
PickupTimeSlotItemRecord.UniqueId = "cf068d10-ea55-e0cc-c209-ce6264703112";
PickupTimeSlotItemRecord.init();
return PickupTimeSlotItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PickupTimeSlotItemRecord = PickupTimeSlotItemRecord;
});
define("Portal.model$PickupTimeSlotItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupTimeSlotItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupTimeSlotItemRecordList = (function (_super) {
__extends(PickupTimeSlotItemRecordList, _super);
function PickupTimeSlotItemRecordList(defaults) {
_super.apply(this, arguments);
}
PickupTimeSlotItemRecordList.itemType = PortalModel.PickupTimeSlotItemRecord;
return PickupTimeSlotItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupTimeSlotItemRecordList = PickupTimeSlotItemRecordList;
});
define("Portal.model$IPostBoxForRenewalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IPostBoxForRenewalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IPostBoxForRenewalList = (function (_super) {
__extends(IPostBoxForRenewalList, _super);
function IPostBoxForRenewalList(defaults) {
_super.apply(this, arguments);
}
IPostBoxForRenewalList.itemType = PortalModel.IPostBoxForRenewalRec;
return IPostBoxForRenewalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IPostBoxForRenewalList = IPostBoxForRenewalList;
});
define("Portal.model$ContractCustomerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContractCustomerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContractCustomerRecordList = (function (_super) {
__extends(ContractCustomerRecordList, _super);
function ContractCustomerRecordList(defaults) {
_super.apply(this, arguments);
}
ContractCustomerRecordList.itemType = PortalModel.ContractCustomerRecord;
return ContractCustomerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContractCustomerRecordList = ContractCustomerRecordList;
});
define("Portal.model$File2List", ["exports", "OutSystems/ClientRuntime/Main", "File_Management_CO.model", "Portal.model", "File_Management_CO.model$FileRec", "Portal.referencesHealth", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var File2List = (function (_super) {
__extends(File2List, _super);
function File2List(defaults) {
_super.apply(this, arguments);
}
File2List.itemType = File_Management_COModel.FileRec;
return File2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.File2List = File2List;
});
define("Portal.model$URLQueryParameter9RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter9Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter9RecordList = (function (_super) {
__extends(URLQueryParameter9RecordList, _super);
function URLQueryParameter9RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter9RecordList.itemType = PortalModel.URLQueryParameter9Record;
return URLQueryParameter9RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter9RecordList = URLQueryParameter9RecordList;
});
define("Portal.model$Payload74RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload74Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload74RecordList = (function (_super) {
__extends(Payload74RecordList, _super);
function Payload74RecordList(defaults) {
_super.apply(this, arguments);
}
Payload74RecordList.itemType = PortalModel.Payload74Record;
return Payload74RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload74RecordList = Payload74RecordList;
});
define("Portal.model$MailCategoryItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MailCategoryItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MailCategoryItem2RecordList = (function (_super) {
__extends(MailCategoryItem2RecordList, _super);
function MailCategoryItem2RecordList(defaults) {
_super.apply(this, arguments);
}
MailCategoryItem2RecordList.itemType = PortalModel.MailCategoryItem2Record;
return MailCategoryItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MailCategoryItem2RecordList = MailCategoryItem2RecordList;
});
define("Portal.model$TaxObjectItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxObjectItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxObjectItemRecordList = (function (_super) {
__extends(TaxObjectItemRecordList, _super);
function TaxObjectItemRecordList(defaults) {
_super.apply(this, arguments);
}
TaxObjectItemRecordList.itemType = PortalModel.TaxObjectItemRecord;
return TaxObjectItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxObjectItemRecordList = TaxObjectItemRecordList;
});
define("Portal.model$SearchPageStructRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructRecordList = (function (_super) {
__extends(SearchPageStructRecordList, _super);
function SearchPageStructRecordList(defaults) {
_super.apply(this, arguments);
}
SearchPageStructRecordList.itemType = PortalModel.SearchPageStructRecord;
return SearchPageStructRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructRecordList = SearchPageStructRecordList;
});
define("Portal.model$GetIDLStatusesResponsesList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetIDLStatusesResponsesRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetIDLStatusesResponsesList = (function (_super) {
__extends(GetIDLStatusesResponsesList, _super);
function GetIDLStatusesResponsesList(defaults) {
_super.apply(this, arguments);
}
GetIDLStatusesResponsesList.itemType = PortalModel.GetIDLStatusesResponsesRec;
return GetIDLStatusesResponsesList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetIDLStatusesResponsesList = GetIDLStatusesResponsesList;
});
define("Portal.model$SenderDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SenderDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SenderDetailRecordList = (function (_super) {
__extends(SenderDetailRecordList, _super);
function SenderDetailRecordList(defaults) {
_super.apply(this, arguments);
}
SenderDetailRecordList.itemType = PortalModel.SenderDetailRecord;
return SenderDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SenderDetailRecordList = SenderDetailRecordList;
});
define("Portal.model$TextProductDetailsRecordTextRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextProductDetailsRecordTextRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextProductDetailsRecordTextRecordList = (function (_super) {
__extends(TextProductDetailsRecordTextRecordList, _super);
function TextProductDetailsRecordTextRecordList(defaults) {
_super.apply(this, arguments);
}
TextProductDetailsRecordTextRecordList.itemType = PortalModel.TextProductDetailsRecordTextRecordRec;
return TextProductDetailsRecordTextRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextProductDetailsRecordTextRecordList = TextProductDetailsRecordTextRecordList;
});
define("Portal.model$RegisterUserRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserRecord = (function (_super) {
__extends(RegisterUserRecord, _super);
function RegisterUserRecord(defaults) {
_super.apply(this, arguments);
}
RegisterUserRecord.attributesToDeclare = function () {
return [
this.attr("RegisterUser", "registerUserAttr", "RegisterUser", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.RegisterUserRec());
}, true, PortalModel.RegisterUserRec)
].concat(_super.attributesToDeclare.call(this));
};
RegisterUserRecord.fromStructure = function (str) {
return new RegisterUserRecord(new RegisterUserRecord.RecordClass({
registerUserAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
RegisterUserRecord._isAnonymousRecord = true;
RegisterUserRecord.UniqueId = "c5aed5f5-1663-472a-24d9-0009352e05c5";
RegisterUserRecord.init();
return RegisterUserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.RegisterUserRecord = RegisterUserRecord;
});
define("Portal.model$PostViewPickupResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupResponseRecordList = (function (_super) {
__extends(PostViewPickupResponseRecordList, _super);
function PostViewPickupResponseRecordList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupResponseRecordList.itemType = PortalModel.PostViewPickupResponseRecord;
return PostViewPickupResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupResponseRecordList = PostViewPickupResponseRecordList;
});
define("Portal.model$Payload78RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload78Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload78RecordList = (function (_super) {
__extends(Payload78RecordList, _super);
function Payload78RecordList(defaults) {
_super.apply(this, arguments);
}
Payload78RecordList.itemType = PortalModel.Payload78Record;
return Payload78RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload78RecordList = Payload78RecordList;
});
define("Portal.model$CaseBody_IntnlPostalRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_IntnlPostalRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_IntnlPostalRecordList = (function (_super) {
__extends(CaseBody_IntnlPostalRecordList, _super);
function CaseBody_IntnlPostalRecordList(defaults) {
_super.apply(this, arguments);
}
CaseBody_IntnlPostalRecordList.itemType = PortalModel.CaseBody_IntnlPostalRecord;
return CaseBody_IntnlPostalRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_IntnlPostalRecordList = CaseBody_IntnlPostalRecordList;
});
define("Portal.model$Payload60RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload60Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload60RecordList = (function (_super) {
__extends(Payload60RecordList, _super);
function Payload60RecordList(defaults) {
_super.apply(this, arguments);
}
Payload60RecordList.itemType = PortalModel.Payload60Record;
return Payload60RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload60RecordList = Payload60RecordList;
});
define("Portal.model$GetEmirateZonesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetEmirateZonesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetEmirateZonesResponseList = (function (_super) {
__extends(GetEmirateZonesResponseList, _super);
function GetEmirateZonesResponseList(defaults) {
_super.apply(this, arguments);
}
GetEmirateZonesResponseList.itemType = PortalModel.GetEmirateZonesResponseRec;
return GetEmirateZonesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetEmirateZonesResponseList = GetEmirateZonesResponseList;
});
define("Portal.model$SendPackageRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPackageRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPackageRecordList = (function (_super) {
__extends(SendPackageRecordList, _super);
function SendPackageRecordList(defaults) {
_super.apply(this, arguments);
}
SendPackageRecordList.itemType = PortalModel.SendPackageRecord;
return SendPackageRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendPackageRecordList = SendPackageRecordList;
});
define("Portal.model$SelectPostBoxRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPostBoxRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPostBoxRequestRecordList = (function (_super) {
__extends(SelectPostBoxRequestRecordList, _super);
function SelectPostBoxRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPostBoxRequestRecordList.itemType = PortalModel.SelectPostBoxRequestRecord;
return SelectPostBoxRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPostBoxRequestRecordList = SelectPostBoxRequestRecordList;
});
define("Portal.model$ResendActivationEmailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRecord = (function (_super) {
__extends(ResendActivationEmailRecord, _super);
function ResendActivationEmailRecord(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRecord.attributesToDeclare = function () {
return [
this.attr("ResendActivationEmail", "resendActivationEmailAttr", "ResendActivationEmail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ResendActivationEmailRec());
}, true, PortalModel.ResendActivationEmailRec)
].concat(_super.attributesToDeclare.call(this));
};
ResendActivationEmailRecord.fromStructure = function (str) {
return new ResendActivationEmailRecord(new ResendActivationEmailRecord.RecordClass({
resendActivationEmailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ResendActivationEmailRecord._isAnonymousRecord = true;
ResendActivationEmailRecord.UniqueId = "c8374448-de2e-d744-4c4c-378814875341";
ResendActivationEmailRecord.init();
return ResendActivationEmailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ResendActivationEmailRecord = ResendActivationEmailRecord;
});
define("Portal.model$ResendActivationEmailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendActivationEmailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendActivationEmailRecordList = (function (_super) {
__extends(ResendActivationEmailRecordList, _super);
function ResendActivationEmailRecordList(defaults) {
_super.apply(this, arguments);
}
ResendActivationEmailRecordList.itemType = PortalModel.ResendActivationEmailRecord;
return ResendActivationEmailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendActivationEmailRecordList = ResendActivationEmailRecordList;
});
define("Portal.model$FinancialDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FinancialDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FinancialDetailList = (function (_super) {
__extends(FinancialDetailList, _super);
function FinancialDetailList(defaults) {
_super.apply(this, arguments);
}
FinancialDetailList.itemType = PortalModel.FinancialDetailRec;
return FinancialDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FinancialDetailList = FinancialDetailList;
});
define("Portal.model$HomepageNoticeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$HomepageNoticeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var HomepageNoticeList = (function (_super) {
__extends(HomepageNoticeList, _super);
function HomepageNoticeList(defaults) {
_super.apply(this, arguments);
}
HomepageNoticeList.itemType = Data_COModel.HomepageNoticeRec;
return HomepageNoticeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HomepageNoticeList = HomepageNoticeList;
});
define("Portal.model$PaymentItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentItem2RecordList = (function (_super) {
__extends(PaymentItem2RecordList, _super);
function PaymentItem2RecordList(defaults) {
_super.apply(this, arguments);
}
PaymentItem2RecordList.itemType = PortalModel.PaymentItem2Record;
return PaymentItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentItem2RecordList = PaymentItem2RecordList;
});
define("Portal.model$link2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$link2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var link2List = (function (_super) {
__extends(link2List, _super);
function link2List(defaults) {
_super.apply(this, arguments);
}
link2List.itemType = PortalModel.link2Rec;
return link2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.link2List = link2List;
});
define("Portal.model$GetPickupTimeSlotResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPickupTimeSlotResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPickupTimeSlotResponseRecordList = (function (_super) {
__extends(GetPickupTimeSlotResponseRecordList, _super);
function GetPickupTimeSlotResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetPickupTimeSlotResponseRecordList.itemType = PortalModel.GetPickupTimeSlotResponseRecord;
return GetPickupTimeSlotResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPickupTimeSlotResponseRecordList = GetPickupTimeSlotResponseRecordList;
});
define("Portal.model$Chat_ServicesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Chat_ServicesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Chat_ServicesRecordList = (function (_super) {
__extends(Chat_ServicesRecordList, _super);
function Chat_ServicesRecordList(defaults) {
_super.apply(this, arguments);
}
Chat_ServicesRecordList.itemType = PortalModel.Chat_ServicesRecord;
return Chat_ServicesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Chat_ServicesRecordList = Chat_ServicesRecordList;
});
define("Portal.model$QuickRenewalOTPResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickRenewalOTPResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickRenewalOTPResponseRecordList = (function (_super) {
__extends(QuickRenewalOTPResponseRecordList, _super);
function QuickRenewalOTPResponseRecordList(defaults) {
_super.apply(this, arguments);
}
QuickRenewalOTPResponseRecordList.itemType = PortalModel.QuickRenewalOTPResponseRecord;
return QuickRenewalOTPResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickRenewalOTPResponseRecordList = QuickRenewalOTPResponseRecordList;
});
define("Portal.model$TrackTraceDetailItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackTraceDetailItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackTraceDetailItemRecord = (function (_super) {
__extends(TrackTraceDetailItemRecord, _super);
function TrackTraceDetailItemRecord(defaults) {
_super.apply(this, arguments);
}
TrackTraceDetailItemRecord.attributesToDeclare = function () {
return [
this.attr("TrackTraceDetailItem", "trackTraceDetailItemAttr", "TrackTraceDetailItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackTraceDetailItemRec());
}, true, PortalModel.TrackTraceDetailItemRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackTraceDetailItemRecord.fromStructure = function (str) {
return new TrackTraceDetailItemRecord(new TrackTraceDetailItemRecord.RecordClass({
trackTraceDetailItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackTraceDetailItemRecord._isAnonymousRecord = true;
TrackTraceDetailItemRecord.UniqueId = "cd75b3b7-0fb7-c661-adf3-b701fb16eea8";
TrackTraceDetailItemRecord.init();
return TrackTraceDetailItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackTraceDetailItemRecord = TrackTraceDetailItemRecord;
});
define("Portal.model$TrackTraceDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackTraceDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackTraceDetailItemRecordList = (function (_super) {
__extends(TrackTraceDetailItemRecordList, _super);
function TrackTraceDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
TrackTraceDetailItemRecordList.itemType = PortalModel.TrackTraceDetailItemRecord;
return TrackTraceDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackTraceDetailItemRecordList = TrackTraceDetailItemRecordList;
});
define("Portal.model$AcknowledgeServiceExpiryRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AcknowledgeServiceExpiryRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AcknowledgeServiceExpiryRequestRecordList = (function (_super) {
__extends(AcknowledgeServiceExpiryRequestRecordList, _super);
function AcknowledgeServiceExpiryRequestRecordList(defaults) {
_super.apply(this, arguments);
}
AcknowledgeServiceExpiryRequestRecordList.itemType = PortalModel.AcknowledgeServiceExpiryRequestRecord;
return AcknowledgeServiceExpiryRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AcknowledgeServiceExpiryRequestRecordList = AcknowledgeServiceExpiryRequestRecordList;
});
define("Portal.model$MultiShipCourierList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierList = (function (_super) {
__extends(MultiShipCourierList, _super);
function MultiShipCourierList(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierList.itemType = PortalModel.MultiShipCourierRec;
return MultiShipCourierList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipCourierList = MultiShipCourierList;
});
define("Portal.model$Payload81RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload81Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload81RecordList = (function (_super) {
__extends(Payload81RecordList, _super);
function Payload81RecordList(defaults) {
_super.apply(this, arguments);
}
Payload81RecordList.itemType = PortalModel.Payload81Record;
return Payload81RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload81RecordList = Payload81RecordList;
});
define("Portal.model$Career_ProfileSignupRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_ProfileSignupRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_ProfileSignupRecord = (function (_super) {
__extends(Career_ProfileSignupRecord, _super);
function Career_ProfileSignupRecord(defaults) {
_super.apply(this, arguments);
}
Career_ProfileSignupRecord.attributesToDeclare = function () {
return [
this.attr("Career_ProfileSignup", "career_ProfileSignupAttr", "Career_ProfileSignup", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Career_ProfileSignupRec());
}, true, PortalModel.Career_ProfileSignupRec)
].concat(_super.attributesToDeclare.call(this));
};
Career_ProfileSignupRecord.fromStructure = function (str) {
return new Career_ProfileSignupRecord(new Career_ProfileSignupRecord.RecordClass({
career_ProfileSignupAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Career_ProfileSignupRecord._isAnonymousRecord = true;
Career_ProfileSignupRecord.UniqueId = "c975ab48-a32e-4c83-ce64-cd82cd88de62";
Career_ProfileSignupRecord.init();
return Career_ProfileSignupRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.Career_ProfileSignupRecord = Career_ProfileSignupRecord;
});
define("Portal.model$IntnlPackageDetailsRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailsRecord = (function (_super) {
__extends(IntnlPackageDetailsRecord, _super);
function IntnlPackageDetailsRecord(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailsRecord.attributesToDeclare = function () {
return [
this.attr("IntnlPackageDetails", "intnlPackageDetailsAttr", "IntnlPackageDetails", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.IntnlPackageDetailsRec());
}, true, PortalModel.IntnlPackageDetailsRec)
].concat(_super.attributesToDeclare.call(this));
};
IntnlPackageDetailsRecord.fromStructure = function (str) {
return new IntnlPackageDetailsRecord(new IntnlPackageDetailsRecord.RecordClass({
intnlPackageDetailsAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IntnlPackageDetailsRecord._isAnonymousRecord = true;
IntnlPackageDetailsRecord.UniqueId = "cb40d4eb-dae5-d5d8-e7e7-88c3a2ba315c";
IntnlPackageDetailsRecord.init();
return IntnlPackageDetailsRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IntnlPackageDetailsRecord = IntnlPackageDetailsRecord;
});
define("Portal.model$IntnlPackageDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailsRecordList = (function (_super) {
__extends(IntnlPackageDetailsRecordList, _super);
function IntnlPackageDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailsRecordList.itemType = PortalModel.IntnlPackageDetailsRecord;
return IntnlPackageDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPackageDetailsRecordList = IntnlPackageDetailsRecordList;
});
define("Portal.model$UnlinkPOBox2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UnlinkPOBox2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UnlinkPOBox2List = (function (_super) {
__extends(UnlinkPOBox2List, _super);
function UnlinkPOBox2List(defaults) {
_super.apply(this, arguments);
}
UnlinkPOBox2List.itemType = PortalModel.UnlinkPOBox2Rec;
return UnlinkPOBox2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.UnlinkPOBox2List = UnlinkPOBox2List;
});
define("Portal.model$Payload83List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload83Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload83List = (function (_super) {
__extends(Payload83List, _super);
function Payload83List(defaults) {
_super.apply(this, arguments);
}
Payload83List.itemType = PortalModel.Payload83Rec;
return Payload83List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload83List = Payload83List;
});
define("Portal.model$GetOrderHistoryResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponse2RecordList = (function (_super) {
__extends(GetOrderHistoryResponse2RecordList, _super);
function GetOrderHistoryResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponse2RecordList.itemType = PortalModel.GetOrderHistoryResponse2Record;
return GetOrderHistoryResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetOrderHistoryResponse2RecordList = GetOrderHistoryResponse2RecordList;
});
define("Portal.model$MultiShip_Courier_CustomsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_CustomsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_CustomsRecordList = (function (_super) {
__extends(MultiShip_Courier_CustomsRecordList, _super);
function MultiShip_Courier_CustomsRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_CustomsRecordList.itemType = PortalModel.MultiShip_Courier_CustomsRecord;
return MultiShip_Courier_CustomsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_CustomsRecordList = MultiShip_Courier_CustomsRecordList;
});
define("Portal.model$DateOptionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DateOptionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DateOptionRecordList = (function (_super) {
__extends(DateOptionRecordList, _super);
function DateOptionRecordList(defaults) {
_super.apply(this, arguments);
}
DateOptionRecordList.itemType = PortalModel.DateOptionRecord;
return DateOptionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DateOptionRecordList = DateOptionRecordList;
});
define("Portal.model$OSLoginList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginList = (function (_super) {
__extends(OSLoginList, _super);
function OSLoginList(defaults) {
_super.apply(this, arguments);
}
OSLoginList.itemType = PortalModel.OSLoginRec;
return OSLoginList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginList = OSLoginList;
});
define("Portal.model$Payload6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload6RecordList = (function (_super) {
__extends(Payload6RecordList, _super);
function Payload6RecordList(defaults) {
_super.apply(this, arguments);
}
Payload6RecordList.itemType = PortalModel.Payload6Record;
return Payload6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload6RecordList = Payload6RecordList;
});
define("Portal.model$Payload60List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload60Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload60List = (function (_super) {
__extends(Payload60List, _super);
function Payload60List(defaults) {
_super.apply(this, arguments);
}
Payload60List.itemType = PortalModel.Payload60Rec;
return Payload60List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload60List = Payload60List;
});
define("Portal.model$URLQueryParameter14Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter14Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter14Record = (function (_super) {
__extends(URLQueryParameter14Record, _super);
function URLQueryParameter14Record(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter14Record.attributesToDeclare = function () {
return [
this.attr("URLQueryParameter14", "uRLQueryParameter14Attr", "URLQueryParameter14", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.URLQueryParameter14Rec());
}, true, PortalModel.URLQueryParameter14Rec)
].concat(_super.attributesToDeclare.call(this));
};
URLQueryParameter14Record.fromStructure = function (str) {
return new URLQueryParameter14Record(new URLQueryParameter14Record.RecordClass({
uRLQueryParameter14Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
URLQueryParameter14Record._isAnonymousRecord = true;
URLQueryParameter14Record.UniqueId = "cb7406dc-bfb4-d3d4-2006-2d7acf2ea43d";
URLQueryParameter14Record.init();
return URLQueryParameter14Record;
})(OS.DataTypes.GenericRecord);
PortalModel.URLQueryParameter14Record = URLQueryParameter14Record;
});
define("Portal.model$BoxRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxRecordList = (function (_super) {
__extends(BoxRecordList, _super);
function BoxRecordList(defaults) {
_super.apply(this, arguments);
}
BoxRecordList.itemType = PortalModel.BoxRecord;
return BoxRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxRecordList = BoxRecordList;
});
define("Portal.model$Payload10List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload10Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload10List = (function (_super) {
__extends(Payload10List, _super);
function Payload10List(defaults) {
_super.apply(this, arguments);
}
Payload10List.itemType = PortalModel.Payload10Rec;
return Payload10List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload10List = Payload10List;
});
define("Portal.model$PostCustomDocumentRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentRequestList = (function (_super) {
__extends(PostCustomDocumentRequestList, _super);
function PostCustomDocumentRequestList(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentRequestList.itemType = PortalModel.PostCustomDocumentRequestRec;
return PostCustomDocumentRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCustomDocumentRequestList = PostCustomDocumentRequestList;
});
define("Portal.model$GetNatureTypeResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypeResponseRecord = (function (_super) {
__extends(GetNatureTypeResponseRecord, _super);
function GetNatureTypeResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetNatureTypeResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetNatureTypeResponse", "getNatureTypeResponseAttr", "GetNatureTypeResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetNatureTypeResponseRec());
}, true, PortalModel.GetNatureTypeResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetNatureTypeResponseRecord.fromStructure = function (str) {
return new GetNatureTypeResponseRecord(new GetNatureTypeResponseRecord.RecordClass({
getNatureTypeResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetNatureTypeResponseRecord._isAnonymousRecord = true;
GetNatureTypeResponseRecord.UniqueId = "cb935f28-5254-8c3a-39b9-72a2c23819b6";
GetNatureTypeResponseRecord.init();
return GetNatureTypeResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetNatureTypeResponseRecord = GetNatureTypeResponseRecord;
});
define("Portal.model$ShipmentDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentDetailItemRecordList = (function (_super) {
__extends(ShipmentDetailItemRecordList, _super);
function ShipmentDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentDetailItemRecordList.itemType = PortalModel.ShipmentDetailItemRecord;
return ShipmentDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentDetailItemRecordList = ShipmentDetailItemRecordList;
});
define("Portal.model$StepsList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$StepsRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var StepsList = (function (_super) {
__extends(StepsList, _super);
function StepsList(defaults) {
_super.apply(this, arguments);
}
StepsList.itemType = OutSystemsUIModel.StepsRec;
return StepsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StepsList = StepsList;
});
define("Portal.model$ResultItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResultItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResultItem2RecordList = (function (_super) {
__extends(ResultItem2RecordList, _super);
function ResultItem2RecordList(defaults) {
_super.apply(this, arguments);
}
ResultItem2RecordList.itemType = PortalModel.ResultItem2Record;
return ResultItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResultItem2RecordList = ResultItem2RecordList;
});
define("Portal.model$HeaderRequestDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderRequestDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderRequestDetailRecord = (function (_super) {
__extends(HeaderRequestDetailRecord, _super);
function HeaderRequestDetailRecord(defaults) {
_super.apply(this, arguments);
}
HeaderRequestDetailRecord.attributesToDeclare = function () {
return [
this.attr("HeaderRequestDetail", "headerRequestDetailAttr", "HeaderRequestDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.HeaderRequestDetailRec());
}, true, PortalModel.HeaderRequestDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
HeaderRequestDetailRecord.fromStructure = function (str) {
return new HeaderRequestDetailRecord(new HeaderRequestDetailRecord.RecordClass({
headerRequestDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
HeaderRequestDetailRecord._isAnonymousRecord = true;
HeaderRequestDetailRecord.UniqueId = "e61c0f4d-bb12-8669-1d1b-c6066ca45a45";
HeaderRequestDetailRecord.init();
return HeaderRequestDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.HeaderRequestDetailRecord = HeaderRequestDetailRecord;
});
define("Portal.model$HeaderRequestDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HeaderRequestDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HeaderRequestDetailRecordList = (function (_super) {
__extends(HeaderRequestDetailRecordList, _super);
function HeaderRequestDetailRecordList(defaults) {
_super.apply(this, arguments);
}
HeaderRequestDetailRecordList.itemType = PortalModel.HeaderRequestDetailRecord;
return HeaderRequestDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HeaderRequestDetailRecordList = HeaderRequestDetailRecordList;
});
define("Portal.model$Payload45Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload45Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload45Record = (function (_super) {
__extends(Payload45Record, _super);
function Payload45Record(defaults) {
_super.apply(this, arguments);
}
Payload45Record.attributesToDeclare = function () {
return [
this.attr("Payload45", "payload45Attr", "Payload45", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload45Rec());
}, true, PortalModel.Payload45Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload45Record.fromStructure = function (str) {
return new Payload45Record(new Payload45Record.RecordClass({
payload45Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload45Record._isAnonymousRecord = true;
Payload45Record.UniqueId = "cc0e7cc5-b021-04cf-1af2-0d9d59a3ad8e";
Payload45Record.init();
return Payload45Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload45Record = Payload45Record;
});
define("Portal.model$OSLoginRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRecord = (function (_super) {
__extends(OSLoginRecord, _super);
function OSLoginRecord(defaults) {
_super.apply(this, arguments);
}
OSLoginRecord.attributesToDeclare = function () {
return [
this.attr("OSLogin", "oSLoginAttr", "OSLogin", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.OSLoginRec());
}, true, PortalModel.OSLoginRec)
].concat(_super.attributesToDeclare.call(this));
};
OSLoginRecord.fromStructure = function (str) {
return new OSLoginRecord(new OSLoginRecord.RecordClass({
oSLoginAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
OSLoginRecord._isAnonymousRecord = true;
OSLoginRecord.UniqueId = "e78a5467-6580-8e63-6b34-de68cae85b45";
OSLoginRecord.init();
return OSLoginRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.OSLoginRecord = OSLoginRecord;
});
define("Portal.model$OSLoginRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OSLoginRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OSLoginRecordList = (function (_super) {
__extends(OSLoginRecordList, _super);
function OSLoginRecordList(defaults) {
_super.apply(this, arguments);
}
OSLoginRecordList.itemType = PortalModel.OSLoginRecord;
return OSLoginRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OSLoginRecordList = OSLoginRecordList;
});
define("Portal.model$Payload15Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload15Record = (function (_super) {
__extends(Payload15Record, _super);
function Payload15Record(defaults) {
_super.apply(this, arguments);
}
Payload15Record.attributesToDeclare = function () {
return [
this.attr("Payload15", "payload15Attr", "Payload15", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload15Rec());
}, true, PortalModel.Payload15Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload15Record.fromStructure = function (str) {
return new Payload15Record(new Payload15Record.RecordClass({
payload15Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload15Record._isAnonymousRecord = true;
Payload15Record.UniqueId = "cca3a3fa-027a-e4e9-aa20-9e5c1679e0a2";
Payload15Record.init();
return Payload15Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload15Record = Payload15Record;
});
define("Portal.model$Payload32RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload32Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload32RecordList = (function (_super) {
__extends(Payload32RecordList, _super);
function Payload32RecordList(defaults) {
_super.apply(this, arguments);
}
Payload32RecordList.itemType = PortalModel.Payload32Record;
return Payload32RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload32RecordList = Payload32RecordList;
});
define("Portal.model$FileObject2List", ["exports", "OutSystems/ClientRuntime/Main", "File_Management_CO.model", "Portal.model", "File_Management_CO.model$FileObjectRec", "Portal.referencesHealth", "Portal.referencesHealth$File_Management_CO"], function (exports, OutSystems, File_Management_COModel, PortalModel) {
var OS = OutSystems.Internal;
var FileObject2List = (function (_super) {
__extends(FileObject2List, _super);
function FileObject2List(defaults) {
_super.apply(this, arguments);
}
FileObject2List.itemType = File_Management_COModel.FileObjectRec;
return FileObject2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileObject2List = FileObject2List;
});
define("Portal.model$Payload8Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload8Record = (function (_super) {
__extends(Payload8Record, _super);
function Payload8Record(defaults) {
_super.apply(this, arguments);
}
Payload8Record.attributesToDeclare = function () {
return [
this.attr("Payload8", "payload8Attr", "Payload8", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload8Rec());
}, true, PortalModel.Payload8Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload8Record.fromStructure = function (str) {
return new Payload8Record(new Payload8Record.RecordClass({
payload8Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload8Record._isAnonymousRecord = true;
Payload8Record.UniqueId = "eec0c5a5-0f24-a20a-8a00-817d3b26e0eb";
Payload8Record.init();
return Payload8Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload8Record = Payload8Record;
});
define("Portal.model$Payload8RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload8Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload8RecordList = (function (_super) {
__extends(Payload8RecordList, _super);
function Payload8RecordList(defaults) {
_super.apply(this, arguments);
}
Payload8RecordList.itemType = PortalModel.Payload8Record;
return Payload8RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload8RecordList = Payload8RecordList;
});
define("Portal.model$Payload25List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload25Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload25List = (function (_super) {
__extends(Payload25List, _super);
function Payload25List(defaults) {
_super.apply(this, arguments);
}
Payload25List.itemType = PortalModel.Payload25Rec;
return Payload25List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload25List = Payload25List;
});
define("Portal.model$SaveCaseRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequestRecordList = (function (_super) {
__extends(SaveCaseRequestRecordList, _super);
function SaveCaseRequestRecordList(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequestRecordList.itemType = PortalModel.SaveCaseRequestRecord;
return SaveCaseRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseRequestRecordList = SaveCaseRequestRecordList;
});
define("Portal.model$HTTPRequest5RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest5Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest5RecordList = (function (_super) {
__extends(HTTPRequest5RecordList, _super);
function HTTPRequest5RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPRequest5RecordList.itemType = PortalModel.HTTPRequest5Record;
return HTTPRequest5RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest5RecordList = HTTPRequest5RecordList;
});
define("Portal.model$GetOrderHistoryResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponse2List = (function (_super) {
__extends(GetOrderHistoryResponse2List, _super);
function GetOrderHistoryResponse2List(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponse2List.itemType = PortalModel.GetOrderHistoryResponse2Rec;
return GetOrderHistoryResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetOrderHistoryResponse2List = GetOrderHistoryResponse2List;
});
define("Portal.model$GetPOBoxRenewalPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalPayloadRecordList = (function (_super) {
__extends(GetPOBoxRenewalPayloadRecordList, _super);
function GetPOBoxRenewalPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalPayloadRecordList.itemType = PortalModel.GetPOBoxRenewalPayloadRecord;
return GetPOBoxRenewalPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalPayloadRecordList = GetPOBoxRenewalPayloadRecordList;
});
define("Portal.model$CreatePOBoxCancellationOrderRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxCancellationOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxCancellationOrderRequestList = (function (_super) {
__extends(CreatePOBoxCancellationOrderRequestList, _super);
function CreatePOBoxCancellationOrderRequestList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxCancellationOrderRequestList.itemType = PortalModel.CreatePOBoxCancellationOrderRequestRec;
return CreatePOBoxCancellationOrderRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxCancellationOrderRequestList = CreatePOBoxCancellationOrderRequestList;
});
define("Portal.model$LegalEnquiryAddressTo2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressTo2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressTo2RecordList = (function (_super) {
__extends(LegalEnquiryAddressTo2RecordList, _super);
function LegalEnquiryAddressTo2RecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressTo2RecordList.itemType = PortalModel.LegalEnquiryAddressTo2Record;
return LegalEnquiryAddressTo2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressTo2RecordList = LegalEnquiryAddressTo2RecordList;
});
define("Portal.model$CaseBody_OtherList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_OtherRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_OtherList = (function (_super) {
__extends(CaseBody_OtherList, _super);
function CaseBody_OtherList(defaults) {
_super.apply(this, arguments);
}
CaseBody_OtherList.itemType = PortalModel.CaseBody_OtherRec;
return CaseBody_OtherList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_OtherList = CaseBody_OtherList;
});
define("Portal.model$RenewPostBoxRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestList = (function (_super) {
__extends(RenewPostBoxRequestList, _super);
function RenewPostBoxRequestList(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestList.itemType = PortalModel.RenewPostBoxRequestRec;
return RenewPostBoxRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RenewPostBoxRequestList = RenewPostBoxRequestList;
});
define("Portal.model$EmailRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmailRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmailRequestRecordList = (function (_super) {
__extends(EmailRequestRecordList, _super);
function EmailRequestRecordList(defaults) {
_super.apply(this, arguments);
}
EmailRequestRecordList.itemType = PortalModel.EmailRequestRecord;
return EmailRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmailRequestRecordList = EmailRequestRecordList;
});
define("Portal.model$UpgradableBundlePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundlePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundlePayloadRecordList = (function (_super) {
__extends(UpgradableBundlePayloadRecordList, _super);
function UpgradableBundlePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundlePayloadRecordList.itemType = PortalModel.UpgradableBundlePayloadRecord;
return UpgradableBundlePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundlePayloadRecordList = UpgradableBundlePayloadRecordList;
});
define("Portal.model$Payload80Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload80Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload80Record = (function (_super) {
__extends(Payload80Record, _super);
function Payload80Record(defaults) {
_super.apply(this, arguments);
}
Payload80Record.attributesToDeclare = function () {
return [
this.attr("Payload80", "payload80Attr", "Payload80", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Payload80Rec());
}, true, PortalModel.Payload80Rec)
].concat(_super.attributesToDeclare.call(this));
};
Payload80Record.fromStructure = function (str) {
return new Payload80Record(new Payload80Record.RecordClass({
payload80Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Payload80Record._isAnonymousRecord = true;
Payload80Record.UniqueId = "f33dfa96-549a-8d12-419a-faf716f74a53";
Payload80Record.init();
return Payload80Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Payload80Record = Payload80Record;
});
define("Portal.model$Payload80RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload80Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload80RecordList = (function (_super) {
__extends(Payload80RecordList, _super);
function Payload80RecordList(defaults) {
_super.apply(this, arguments);
}
Payload80RecordList.itemType = PortalModel.Payload80Record;
return Payload80RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload80RecordList = Payload80RecordList;
});
define("Portal.model$CMS_PageVersionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageVersionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionRecordList = (function (_super) {
__extends(CMS_PageVersionRecordList, _super);
function CMS_PageVersionRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionRecordList.itemType = PortalModel.CMS_PageVersionRecord;
return CMS_PageVersionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageVersionRecordList = CMS_PageVersionRecordList;
});
define("Portal.model$ValidatePostBoxDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePostBoxDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePostBoxDetailsResponseList = (function (_super) {
__extends(ValidatePostBoxDetailsResponseList, _super);
function ValidatePostBoxDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
ValidatePostBoxDetailsResponseList.itemType = PortalModel.ValidatePostBoxDetailsResponseRec;
return ValidatePostBoxDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePostBoxDetailsResponseList = ValidatePostBoxDetailsResponseList;
});
define("Portal.model$UndefinedFile2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UndefinedFile2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UndefinedFile2List = (function (_super) {
__extends(UndefinedFile2List, _super);
function UndefinedFile2List(defaults) {
_super.apply(this, arguments);
}
UndefinedFile2List.itemType = PortalModel.UndefinedFile2Rec;
return UndefinedFile2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.UndefinedFile2List = UndefinedFile2List;
});
define("Portal.model$CMS_PageVersionList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CMS_PageVersionRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageVersionList = (function (_super) {
__extends(CMS_PageVersionList, _super);
function CMS_PageVersionList(defaults) {
_super.apply(this, arguments);
}
CMS_PageVersionList.itemType = Data_COModel.CMS_PageVersionRec;
return CMS_PageVersionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageVersionList = CMS_PageVersionList;
});
define("Portal.model$InternationalPostalDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternationalPostalDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InternationalPostalDetailList = (function (_super) {
__extends(InternationalPostalDetailList, _super);
function InternationalPostalDetailList(defaults) {
_super.apply(this, arguments);
}
InternationalPostalDetailList.itemType = PortalModel.InternationalPostalDetailRec;
return InternationalPostalDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InternationalPostalDetailList = InternationalPostalDetailList;
});
define("Portal.model$IDLDocStatusRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$IDLDocStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var IDLDocStatusRecord = (function (_super) {
__extends(IDLDocStatusRecord, _super);
function IDLDocStatusRecord(defaults) {
_super.apply(this, arguments);
}
IDLDocStatusRecord.attributesToDeclare = function () {
return [
this.attr("IDLDocStatus", "iDLDocStatusAttr", "IDLDocStatus", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.IDLDocStatusRec());
}, true, Data_COModel.IDLDocStatusRec)
].concat(_super.attributesToDeclare.call(this));
};
IDLDocStatusRecord.fromStructure = function (str) {
return new IDLDocStatusRecord(new IDLDocStatusRecord.RecordClass({
iDLDocStatusAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
IDLDocStatusRecord._isAnonymousRecord = true;
IDLDocStatusRecord.UniqueId = "d0a14ab1-ba15-f298-75d3-c0e318a38e1b";
IDLDocStatusRecord.init();
return IDLDocStatusRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.IDLDocStatusRecord = IDLDocStatusRecord;
});
define("Portal.model$ResendOTPList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ResendOTPRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ResendOTPList = (function (_super) {
__extends(ResendOTPList, _super);
function ResendOTPList(defaults) {
_super.apply(this, arguments);
}
ResendOTPList.itemType = PortalModel.ResendOTPRec;
return ResendOTPList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResendOTPList = ResendOTPList;
});
define("Portal.model$MenuList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MenuRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MenuList = (function (_super) {
__extends(MenuList, _super);
function MenuList(defaults) {
_super.apply(this, arguments);
}
MenuList.itemType = PortalModel.MenuRec;
return MenuList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MenuList = MenuList;
});
define("Portal.model$CuryItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CuryItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CuryItemRecordList = (function (_super) {
__extends(CuryItemRecordList, _super);
function CuryItemRecordList(defaults) {
_super.apply(this, arguments);
}
CuryItemRecordList.itemType = PortalModel.CuryItemRecord;
return CuryItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CuryItemRecordList = CuryItemRecordList;
});
define("Portal.model$StringList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StringRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StringList = (function (_super) {
__extends(StringList, _super);
function StringList(defaults) {
_super.apply(this, arguments);
}
StringList.itemType = PortalModel.StringRec;
return StringList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StringList = StringList;
});
define("Portal.model$SetDefaultAddressRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SetDefaultAddressRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SetDefaultAddressRequestList = (function (_super) {
__extends(SetDefaultAddressRequestList, _super);
function SetDefaultAddressRequestList(defaults) {
_super.apply(this, arguments);
}
SetDefaultAddressRequestList.itemType = PortalModel.SetDefaultAddressRequestRec;
return SetDefaultAddressRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SetDefaultAddressRequestList = SetDefaultAddressRequestList;
});
define("Portal.model$ColorList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$ColorRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var ColorList = (function (_super) {
__extends(ColorList, _super);
function ColorList(defaults) {
_super.apply(this, arguments);
}
ColorList.itemType = OutSystemsUIModel.ColorRec;
return ColorList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ColorList = ColorList;
});
define("Portal.model$JobApplicationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$JobApplicationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var JobApplicationRecordList = (function (_super) {
__extends(JobApplicationRecordList, _super);
function JobApplicationRecordList(defaults) {
_super.apply(this, arguments);
}
JobApplicationRecordList.itemType = PortalModel.JobApplicationRecord;
return JobApplicationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.JobApplicationRecordList = JobApplicationRecordList;
});
define("Portal.model$CourierDetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierDetailRecord = (function (_super) {
__extends(CourierDetailRecord, _super);
function CourierDetailRecord(defaults) {
_super.apply(this, arguments);
}
CourierDetailRecord.attributesToDeclare = function () {
return [
this.attr("CourierDetail", "courierDetailAttr", "CourierDetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CourierDetailRec());
}, true, PortalModel.CourierDetailRec)
].concat(_super.attributesToDeclare.call(this));
};
CourierDetailRecord.fromStructure = function (str) {
return new CourierDetailRecord(new CourierDetailRecord.RecordClass({
courierDetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CourierDetailRecord._isAnonymousRecord = true;
CourierDetailRecord.UniqueId = "d27c9202-1f23-9358-331e-568c6cd86528";
CourierDetailRecord.init();
return CourierDetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CourierDetailRecord = CourierDetailRecord;
});
define("Portal.model$GutterSizeList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$GutterSizeRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var GutterSizeList = (function (_super) {
__extends(GutterSizeList, _super);
function GutterSizeList(defaults) {
_super.apply(this, arguments);
}
GutterSizeList.itemType = OutSystemsUIModel.GutterSizeRec;
return GutterSizeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GutterSizeList = GutterSizeList;
});
define("Portal.model$ValidateEmailAddressResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateEmailAddressResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateEmailAddressResponseList = (function (_super) {
__extends(ValidateEmailAddressResponseList, _super);
function ValidateEmailAddressResponseList(defaults) {
_super.apply(this, arguments);
}
ValidateEmailAddressResponseList.itemType = PortalModel.ValidateEmailAddressResponseRec;
return ValidateEmailAddressResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateEmailAddressResponseList = ValidateEmailAddressResponseList;
});
define("Portal.model$YearlyBreakdownItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$YearlyBreakdownItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var YearlyBreakdownItemRecordList = (function (_super) {
__extends(YearlyBreakdownItemRecordList, _super);
function YearlyBreakdownItemRecordList(defaults) {
_super.apply(this, arguments);
}
YearlyBreakdownItemRecordList.itemType = PortalModel.YearlyBreakdownItemRecord;
return YearlyBreakdownItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.YearlyBreakdownItemRecordList = YearlyBreakdownItemRecordList;
});
define("Portal.model$MarkerEventList", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MarkerEventRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MarkerEventList = (function (_super) {
__extends(MarkerEventList, _super);
function MarkerEventList(defaults) {
_super.apply(this, arguments);
}
MarkerEventList.itemType = GoogleMapsModel.MarkerEventRec;
return MarkerEventList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MarkerEventList = MarkerEventList;
});
define("Portal.model$IDL2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDL2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDL2RecordList = (function (_super) {
__extends(IDL2RecordList, _super);
function IDL2RecordList(defaults) {
_super.apply(this, arguments);
}
IDL2RecordList.itemType = PortalModel.IDL2Record;
return IDL2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDL2RecordList = IDL2RecordList;
});
define("Portal.model$IDLRequestForUpdateList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRequestForUpdateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRequestForUpdateList = (function (_super) {
__extends(IDLRequestForUpdateList, _super);
function IDLRequestForUpdateList(defaults) {
_super.apply(this, arguments);
}
IDLRequestForUpdateList.itemType = PortalModel.IDLRequestForUpdateRec;
return IDLRequestForUpdateList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRequestForUpdateList = IDLRequestForUpdateList;
});
define("Portal.model$QuoteDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuoteDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuoteDetailsList = (function (_super) {
__extends(QuoteDetailsList, _super);
function QuoteDetailsList(defaults) {
_super.apply(this, arguments);
}
QuoteDetailsList.itemType = PortalModel.QuoteDetailsRec;
return QuoteDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuoteDetailsList = QuoteDetailsList;
});
define("Portal.model$CandidateEducationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateEducationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateEducationRecordList = (function (_super) {
__extends(CandidateEducationRecordList, _super);
function CandidateEducationRecordList(defaults) {
_super.apply(this, arguments);
}
CandidateEducationRecordList.itemType = PortalModel.CandidateEducationRecord;
return CandidateEducationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateEducationRecordList = CandidateEducationRecordList;
});
define("Portal.model$TrackAndTraceDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceDetailsList = (function (_super) {
__extends(TrackAndTraceDetailsList, _super);
function TrackAndTraceDetailsList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceDetailsList.itemType = PortalModel.TrackAndTraceDetailsRec;
return TrackAndTraceDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceDetailsList = TrackAndTraceDetailsList;
});
define("Portal.model$ShipmentItem3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItem3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItem3RecordList = (function (_super) {
__extends(ShipmentItem3RecordList, _super);
function ShipmentItem3RecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentItem3RecordList.itemType = PortalModel.ShipmentItem3Record;
return ShipmentItem3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItem3RecordList = ShipmentItem3RecordList;
});
define("Portal.model$SelectPOBoxCancellationRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxCancellationRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxCancellationRecordList = (function (_super) {
__extends(SelectPOBoxCancellationRecordList, _super);
function SelectPOBoxCancellationRecordList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxCancellationRecordList.itemType = PortalModel.SelectPOBoxCancellationRecord;
return SelectPOBoxCancellationRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxCancellationRecordList = SelectPOBoxCancellationRecordList;
});
define("Portal.model$GetVehicleTypeResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetVehicleTypeResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetVehicleTypeResponseList = (function (_super) {
__extends(GetVehicleTypeResponseList, _super);
function GetVehicleTypeResponseList(defaults) {
_super.apply(this, arguments);
}
GetVehicleTypeResponseList.itemType = PortalModel.GetVehicleTypeResponseRec;
return GetVehicleTypeResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetVehicleTypeResponseList = GetVehicleTypeResponseList;
});
define("Portal.model$CreatePOBoxRelocationOrderRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxRelocationOrderRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxRelocationOrderRequestList = (function (_super) {
__extends(CreatePOBoxRelocationOrderRequestList, _super);
function CreatePOBoxRelocationOrderRequestList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxRelocationOrderRequestList.itemType = PortalModel.CreatePOBoxRelocationOrderRequestRec;
return CreatePOBoxRelocationOrderRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxRelocationOrderRequestList = CreatePOBoxRelocationOrderRequestList;
});
define("Portal.model$ACS_DataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ACS_DataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ACS_DataList = (function (_super) {
__extends(ACS_DataList, _super);
function ACS_DataList(defaults) {
_super.apply(this, arguments);
}
ACS_DataList.itemType = PortalModel.ACS_DataRec;
return ACS_DataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ACS_DataList = ACS_DataList;
});
define("Portal.model$CustomDeclarationList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CustomDeclarationRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CustomDeclarationList = (function (_super) {
__extends(CustomDeclarationList, _super);
function CustomDeclarationList(defaults) {
_super.apply(this, arguments);
}
CustomDeclarationList.itemType = PortalModel.CustomDeclarationRec;
return CustomDeclarationList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CustomDeclarationList = CustomDeclarationList;
});
define("Portal.model$UpgradableBundleObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleObjectRecordList = (function (_super) {
__extends(UpgradableBundleObjectRecordList, _super);
function UpgradableBundleObjectRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleObjectRecordList.itemType = PortalModel.UpgradableBundleObjectRecord;
return UpgradableBundleObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundleObjectRecordList = UpgradableBundleObjectRecordList;
});
define("Portal.model$UpgradableBundleResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundleResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundleResponseRecordList = (function (_super) {
__extends(UpgradableBundleResponseRecordList, _super);
function UpgradableBundleResponseRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundleResponseRecordList.itemType = PortalModel.UpgradableBundleResponseRecord;
return UpgradableBundleResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundleResponseRecordList = UpgradableBundleResponseRecordList;
});
define("Portal.model$Payload77RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload77Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload77RecordList = (function (_super) {
__extends(Payload77RecordList, _super);
function Payload77RecordList(defaults) {
_super.apply(this, arguments);
}
Payload77RecordList.itemType = PortalModel.Payload77Record;
return Payload77RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload77RecordList = Payload77RecordList;
});
define("Portal.model$HTTPHeader12RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader12Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader12RecordList = (function (_super) {
__extends(HTTPHeader12RecordList, _super);
function HTTPHeader12RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader12RecordList.itemType = PortalModel.HTTPHeader12Record;
return HTTPHeader12RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader12RecordList = HTTPHeader12RecordList;
});
define("Portal.model$TrackAndTraceHeaderRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceHeaderRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceHeaderRecordList = (function (_super) {
__extends(TrackAndTraceHeaderRecordList, _super);
function TrackAndTraceHeaderRecordList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceHeaderRecordList.itemType = PortalModel.TrackAndTraceHeaderRecord;
return TrackAndTraceHeaderRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceHeaderRecordList = TrackAndTraceHeaderRecordList;
});
define("Portal.model$ReturnItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ReturnItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ReturnItemRecordList = (function (_super) {
__extends(ReturnItemRecordList, _super);
function ReturnItemRecordList(defaults) {
_super.apply(this, arguments);
}
ReturnItemRecordList.itemType = PortalModel.ReturnItemRecord;
return ReturnItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ReturnItemRecordList = ReturnItemRecordList;
});
define("Portal.model$IntnlPackageDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IntnlPackageDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IntnlPackageDetailList = (function (_super) {
__extends(IntnlPackageDetailList, _super);
function IntnlPackageDetailList(defaults) {
_super.apply(this, arguments);
}
IntnlPackageDetailList.itemType = PortalModel.IntnlPackageDetailRec;
return IntnlPackageDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IntnlPackageDetailList = IntnlPackageDetailList;
});
define("Portal.model$LogoutUserList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LogoutUserRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LogoutUserList = (function (_super) {
__extends(LogoutUserList, _super);
function LogoutUserList(defaults) {
_super.apply(this, arguments);
}
LogoutUserList.itemType = PortalModel.LogoutUserRec;
return LogoutUserList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LogoutUserList = LogoutUserList;
});
define("Portal.model$PositionList", ["exports", "OutSystems/ClientRuntime/Main", "OutSystemsUI.model", "Portal.model", "OutSystemsUI.model$PositionRec", "Portal.referencesHealth", "Portal.referencesHealth$OutSystemsUI"], function (exports, OutSystems, OutSystemsUIModel, PortalModel) {
var OS = OutSystems.Internal;
var PositionList = (function (_super) {
__extends(PositionList, _super);
function PositionList(defaults) {
_super.apply(this, arguments);
}
PositionList.itemType = OutSystemsUIModel.PositionRec;
return PositionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PositionList = PositionList;
});
define("Portal.model$OrderSummaryList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderSummaryRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderSummaryList = (function (_super) {
__extends(OrderSummaryList, _super);
function OrderSummaryList(defaults) {
_super.apply(this, arguments);
}
OrderSummaryList.itemType = PortalModel.OrderSummaryRec;
return OrderSummaryList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderSummaryList = OrderSummaryList;
});
define("Portal.model$SendPasswordEmailResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendPasswordEmailResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendPasswordEmailResponseList = (function (_super) {
__extends(SendPasswordEmailResponseList, _super);
function SendPasswordEmailResponseList(defaults) {
_super.apply(this, arguments);
}
SendPasswordEmailResponseList.itemType = PortalModel.SendPasswordEmailResponseRec;
return SendPasswordEmailResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendPasswordEmailResponseList = SendPasswordEmailResponseList;
});
define("Portal.model$GetPOBoxListingResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxListingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxListingResponseList = (function (_super) {
__extends(GetPOBoxListingResponseList, _super);
function GetPOBoxListingResponseList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxListingResponseList.itemType = PortalModel.GetPOBoxListingResponseRec;
return GetPOBoxListingResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxListingResponseList = GetPOBoxListingResponseList;
});
define("Portal.model$Payload38List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload38Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload38List = (function (_super) {
__extends(Payload38List, _super);
function Payload38List(defaults) {
_super.apply(this, arguments);
}
Payload38List.itemType = PortalModel.Payload38Rec;
return Payload38List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload38List = Payload38List;
});
define("Portal.model$TrackAndTraceExternalDispatchList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExternalDispatchRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExternalDispatchList = (function (_super) {
__extends(TrackAndTraceExternalDispatchList, _super);
function TrackAndTraceExternalDispatchList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExternalDispatchList.itemType = PortalModel.TrackAndTraceExternalDispatchRec;
return TrackAndTraceExternalDispatchList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceExternalDispatchList = TrackAndTraceExternalDispatchList;
});
define("Portal.model$DropdownItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropdownItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropdownItemRecordList = (function (_super) {
__extends(DropdownItemRecordList, _super);
function DropdownItemRecordList(defaults) {
_super.apply(this, arguments);
}
DropdownItemRecordList.itemType = PortalModel.DropdownItemRecord;
return DropdownItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropdownItemRecordList = DropdownItemRecordList;
});
define("Portal.model$CourierRegionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierRegionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierRegionList = (function (_super) {
__extends(CourierRegionList, _super);
function CourierRegionList(defaults) {
_super.apply(this, arguments);
}
CourierRegionList.itemType = PortalModel.CourierRegionRec;
return CourierRegionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierRegionList = CourierRegionList;
});
define("Portal.model$Payload15RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload15Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload15RecordList = (function (_super) {
__extends(Payload15RecordList, _super);
function Payload15RecordList(defaults) {
_super.apply(this, arguments);
}
Payload15RecordList.itemType = PortalModel.Payload15Record;
return Payload15RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload15RecordList = Payload15RecordList;
});
define("Portal.model$CandidateDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CandidateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CandidateDetailList = (function (_super) {
__extends(CandidateDetailList, _super);
function CandidateDetailList(defaults) {
_super.apply(this, arguments);
}
CandidateDetailList.itemType = PortalModel.CandidateDetailRec;
return CandidateDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CandidateDetailList = CandidateDetailList;
});
define("Portal.model$MastersPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MastersPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MastersPayloadList = (function (_super) {
__extends(MastersPayloadList, _super);
function MastersPayloadList(defaults) {
_super.apply(this, arguments);
}
MastersPayloadList.itemType = PortalModel.MastersPayloadRec;
return MastersPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MastersPayloadList = MastersPayloadList;
});
define("Portal.model$LegalEnquiryDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryDetailList = (function (_super) {
__extends(LegalEnquiryDetailList, _super);
function LegalEnquiryDetailList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryDetailList.itemType = PortalModel.LegalEnquiryDetailRec;
return LegalEnquiryDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryDetailList = LegalEnquiryDetailList;
});
define("Portal.model$SaveCaseResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseResponseList = (function (_super) {
__extends(SaveCaseResponseList, _super);
function SaveCaseResponseList(defaults) {
_super.apply(this, arguments);
}
SaveCaseResponseList.itemType = PortalModel.SaveCaseResponseRec;
return SaveCaseResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseResponseList = SaveCaseResponseList;
});
define("Portal.model$Payload55List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload55Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload55List = (function (_super) {
__extends(Payload55List, _super);
function Payload55List(defaults) {
_super.apply(this, arguments);
}
Payload55List.itemType = PortalModel.Payload55Rec;
return Payload55List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload55List = Payload55List;
});
define("Portal.model$CompositeUserRecord", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CompositeUserRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CompositeUserRecord = (function (_super) {
__extends(CompositeUserRecord, _super);
function CompositeUserRecord(defaults) {
_super.apply(this, arguments);
}
CompositeUserRecord.attributesToDeclare = function () {
return [
this.attr("CompositeUser", "compositeUserAttr", "CompositeUser", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new Data_COModel.CompositeUserRec());
}, true, Data_COModel.CompositeUserRec)
].concat(_super.attributesToDeclare.call(this));
};
CompositeUserRecord.fromStructure = function (str) {
return new CompositeUserRecord(new CompositeUserRecord.RecordClass({
compositeUserAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CompositeUserRecord._isAnonymousRecord = true;
CompositeUserRecord.UniqueId = "f4682e02-9d5e-96dc-8ccd-36b254cff74a";
CompositeUserRecord.init();
return CompositeUserRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CompositeUserRecord = CompositeUserRecord;
});
define("Portal.model$CompositeUserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CompositeUserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CompositeUserRecordList = (function (_super) {
__extends(CompositeUserRecordList, _super);
function CompositeUserRecordList(defaults) {
_super.apply(this, arguments);
}
CompositeUserRecordList.itemType = PortalModel.CompositeUserRecord;
return CompositeUserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CompositeUserRecordList = CompositeUserRecordList;
});
define("Portal.model$RegistrationResponseMessagesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegistrationResponseMessagesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegistrationResponseMessagesRecordList = (function (_super) {
__extends(RegistrationResponseMessagesRecordList, _super);
function RegistrationResponseMessagesRecordList(defaults) {
_super.apply(this, arguments);
}
RegistrationResponseMessagesRecordList.itemType = PortalModel.RegistrationResponseMessagesRecord;
return RegistrationResponseMessagesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegistrationResponseMessagesRecordList = RegistrationResponseMessagesRecordList;
});
define("Portal.model$PickupRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PickupRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PickupRecordList = (function (_super) {
__extends(PickupRecordList, _super);
function PickupRecordList(defaults) {
_super.apply(this, arguments);
}
PickupRecordList.itemType = PortalModel.PickupRecord;
return PickupRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PickupRecordList = PickupRecordList;
});
define("Portal.model$GetGenerateBatchReportResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateBatchReportResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateBatchReportResponseList = (function (_super) {
__extends(GetGenerateBatchReportResponseList, _super);
function GetGenerateBatchReportResponseList(defaults) {
_super.apply(this, arguments);
}
GetGenerateBatchReportResponseList.itemType = PortalModel.GetGenerateBatchReportResponseRec;
return GetGenerateBatchReportResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetGenerateBatchReportResponseList = GetGenerateBatchReportResponseList;
});
define("Portal.model$ProcessOrderResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessOrderResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessOrderResponse2List = (function (_super) {
__extends(ProcessOrderResponse2List, _super);
function ProcessOrderResponse2List(defaults) {
_super.apply(this, arguments);
}
ProcessOrderResponse2List.itemType = PortalModel.ProcessOrderResponse2Rec;
return ProcessOrderResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessOrderResponse2List = ProcessOrderResponse2List;
});
define("Portal.model$MyHomeAddress2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyHomeAddress2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyHomeAddress2List = (function (_super) {
__extends(MyHomeAddress2List, _super);
function MyHomeAddress2List(defaults) {
_super.apply(this, arguments);
}
MyHomeAddress2List.itemType = PortalModel.MyHomeAddress2Rec;
return MyHomeAddress2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyHomeAddress2List = MyHomeAddress2List;
});
define("Portal.model$GetMenus3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMenus3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMenus3RecordList = (function (_super) {
__extends(GetMenus3RecordList, _super);
function GetMenus3RecordList(defaults) {
_super.apply(this, arguments);
}
GetMenus3RecordList.itemType = PortalModel.GetMenus3Record;
return GetMenus3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMenus3RecordList = GetMenus3RecordList;
});
define("Portal.model$IBranchMarkerRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBranchMarkerRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBranchMarkerRecordList = (function (_super) {
__extends(IBranchMarkerRecordList, _super);
function IBranchMarkerRecordList(defaults) {
_super.apply(this, arguments);
}
IBranchMarkerRecordList.itemType = PortalModel.IBranchMarkerRecord;
return IBranchMarkerRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBranchMarkerRecordList = IBranchMarkerRecordList;
});
define("Portal.model$MyParcelTotalPriceList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelTotalPriceRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelTotalPriceList = (function (_super) {
__extends(MyParcelTotalPriceList, _super);
function MyParcelTotalPriceList(defaults) {
_super.apply(this, arguments);
}
MyParcelTotalPriceList.itemType = PortalModel.MyParcelTotalPriceRec;
return MyParcelTotalPriceList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyParcelTotalPriceList = MyParcelTotalPriceList;
});
define("Portal.model$MultiShipCourierPremiumList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierPremiumRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierPremiumList = (function (_super) {
__extends(MultiShipCourierPremiumList, _super);
function MultiShipCourierPremiumList(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierPremiumList.itemType = PortalModel.MultiShipCourierPremiumRec;
return MultiShipCourierPremiumList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipCourierPremiumList = MultiShipCourierPremiumList;
});
define("Portal.model$BulkMailUploadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BulkMailUploadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BulkMailUploadList = (function (_super) {
__extends(BulkMailUploadList, _super);
function BulkMailUploadList(defaults) {
_super.apply(this, arguments);
}
BulkMailUploadList.itemType = PortalModel.BulkMailUploadRec;
return BulkMailUploadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BulkMailUploadList = BulkMailUploadList;
});
define("Portal.model$CreatePOBoxUpgradeOrder2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrder2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrder2Record = (function (_super) {
__extends(CreatePOBoxUpgradeOrder2Record, _super);
function CreatePOBoxUpgradeOrder2Record(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrder2Record.attributesToDeclare = function () {
return [
this.attr("CreatePOBoxUpgradeOrder2", "createPOBoxUpgradeOrder2Attr", "CreatePOBoxUpgradeOrder2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CreatePOBoxUpgradeOrder2Rec());
}, true, PortalModel.CreatePOBoxUpgradeOrder2Rec)
].concat(_super.attributesToDeclare.call(this));
};
CreatePOBoxUpgradeOrder2Record.fromStructure = function (str) {
return new CreatePOBoxUpgradeOrder2Record(new CreatePOBoxUpgradeOrder2Record.RecordClass({
createPOBoxUpgradeOrder2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CreatePOBoxUpgradeOrder2Record._isAnonymousRecord = true;
CreatePOBoxUpgradeOrder2Record.UniqueId = "fc0c66eb-6a38-c44c-9901-d4e933df395d";
CreatePOBoxUpgradeOrder2Record.init();
return CreatePOBoxUpgradeOrder2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.CreatePOBoxUpgradeOrder2Record = CreatePOBoxUpgradeOrder2Record;
});
define("Portal.model$CreatePOBoxUpgradeOrder2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreatePOBoxUpgradeOrder2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreatePOBoxUpgradeOrder2RecordList = (function (_super) {
__extends(CreatePOBoxUpgradeOrder2RecordList, _super);
function CreatePOBoxUpgradeOrder2RecordList(defaults) {
_super.apply(this, arguments);
}
CreatePOBoxUpgradeOrder2RecordList.itemType = PortalModel.CreatePOBoxUpgradeOrder2Record;
return CreatePOBoxUpgradeOrder2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreatePOBoxUpgradeOrder2RecordList = CreatePOBoxUpgradeOrder2RecordList;
});
define("Portal.model$GetLegalEnquiriesByUserIdRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetLegalEnquiriesByUserIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetLegalEnquiriesByUserIdRequestList = (function (_super) {
__extends(GetLegalEnquiriesByUserIdRequestList, _super);
function GetLegalEnquiriesByUserIdRequestList(defaults) {
_super.apply(this, arguments);
}
GetLegalEnquiriesByUserIdRequestList.itemType = PortalModel.GetLegalEnquiriesByUserIdRequestRec;
return GetLegalEnquiriesByUserIdRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetLegalEnquiriesByUserIdRequestList = GetLegalEnquiriesByUserIdRequestList;
});
define("Portal.model$CaseMasterDataRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseMasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseMasterDataRecord = (function (_super) {
__extends(CaseMasterDataRecord, _super);
function CaseMasterDataRecord(defaults) {
_super.apply(this, arguments);
}
CaseMasterDataRecord.attributesToDeclare = function () {
return [
this.attr("CaseMasterData", "caseMasterDataAttr", "CaseMasterData", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.CaseMasterDataRec());
}, true, PortalModel.CaseMasterDataRec)
].concat(_super.attributesToDeclare.call(this));
};
CaseMasterDataRecord.fromStructure = function (str) {
return new CaseMasterDataRecord(new CaseMasterDataRecord.RecordClass({
caseMasterDataAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
CaseMasterDataRecord._isAnonymousRecord = true;
CaseMasterDataRecord.UniqueId = "f81ae54c-e7c7-c703-888c-3fa284dace28";
CaseMasterDataRecord.init();
return CaseMasterDataRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.CaseMasterDataRecord = CaseMasterDataRecord;
});
define("Portal.model$CaseMasterDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseMasterDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseMasterDataRecordList = (function (_super) {
__extends(CaseMasterDataRecordList, _super);
function CaseMasterDataRecordList(defaults) {
_super.apply(this, arguments);
}
CaseMasterDataRecordList.itemType = PortalModel.CaseMasterDataRecord;
return CaseMasterDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseMasterDataRecordList = CaseMasterDataRecordList;
});
define("Portal.model$IDLDocStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$IDLDocStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var IDLDocStatusList = (function (_super) {
__extends(IDLDocStatusList, _super);
function IDLDocStatusList(defaults) {
_super.apply(this, arguments);
}
IDLDocStatusList.itemType = Data_COModel.IDLDocStatusRec;
return IDLDocStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLDocStatusList = IDLDocStatusList;
});
define("Portal.model$Request3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request3RecordList = (function (_super) {
__extends(Request3RecordList, _super);
function Request3RecordList(defaults) {
_super.apply(this, arguments);
}
Request3RecordList.itemType = PortalModel.Request3Record;
return Request3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Request3RecordList = Request3RecordList;
});
define("Portal.model$ChatUserDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ChatUserDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ChatUserDataRecordList = (function (_super) {
__extends(ChatUserDataRecordList, _super);
function ChatUserDataRecordList(defaults) {
_super.apply(this, arguments);
}
ChatUserDataRecordList.itemType = PortalModel.ChatUserDataRecord;
return ChatUserDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ChatUserDataRecordList = ChatUserDataRecordList;
});
define("Portal.model$GetInternationalPostalTrackingDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInternationalPostalTrackingDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInternationalPostalTrackingDetailsResponseList = (function (_super) {
__extends(GetInternationalPostalTrackingDetailsResponseList, _super);
function GetInternationalPostalTrackingDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
GetInternationalPostalTrackingDetailsResponseList.itemType = PortalModel.GetInternationalPostalTrackingDetailsResponseRec;
return GetInternationalPostalTrackingDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInternationalPostalTrackingDetailsResponseList = GetInternationalPostalTrackingDetailsResponseList;
});
define("Portal.model$DropDownListList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropDownListRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropDownListList = (function (_super) {
__extends(DropDownListList, _super);
function DropDownListList(defaults) {
_super.apply(this, arguments);
}
DropDownListList.itemType = PortalModel.DropDownListRec;
return DropDownListList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropDownListList = DropDownListList;
});
define("Portal.model$Payload26List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload26Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload26List = (function (_super) {
__extends(Payload26List, _super);
function Payload26List(defaults) {
_super.apply(this, arguments);
}
Payload26List.itemType = PortalModel.Payload26Rec;
return Payload26List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload26List = Payload26List;
});
define("Portal.model$RegisterUserRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserRecordList = (function (_super) {
__extends(RegisterUserRecordList, _super);
function RegisterUserRecordList(defaults) {
_super.apply(this, arguments);
}
RegisterUserRecordList.itemType = PortalModel.RegisterUserRecord;
return RegisterUserRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUserRecordList = RegisterUserRecordList;
});
define("Portal.model$SaveBookingRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBookingRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBookingRecordList = (function (_super) {
__extends(SaveBookingRecordList, _super);
function SaveBookingRecordList(defaults) {
_super.apply(this, arguments);
}
SaveBookingRecordList.itemType = PortalModel.SaveBookingRecord;
return SaveBookingRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBookingRecordList = SaveBookingRecordList;
});
define("Portal.model$IMoneyOrderDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IMoneyOrderDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IMoneyOrderDetailList = (function (_super) {
__extends(IMoneyOrderDetailList, _super);
function IMoneyOrderDetailList(defaults) {
_super.apply(this, arguments);
}
IMoneyOrderDetailList.itemType = PortalModel.IMoneyOrderDetailRec;
return IMoneyOrderDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IMoneyOrderDetailList = IMoneyOrderDetailList;
});
define("Portal.model$POBoxExpiryDatesRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$POBoxExpiryDatesRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var POBoxExpiryDatesRequestRecordList = (function (_super) {
__extends(POBoxExpiryDatesRequestRecordList, _super);
function POBoxExpiryDatesRequestRecordList(defaults) {
_super.apply(this, arguments);
}
POBoxExpiryDatesRequestRecordList.itemType = PortalModel.POBoxExpiryDatesRequestRecord;
return POBoxExpiryDatesRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxExpiryDatesRequestRecordList = POBoxExpiryDatesRequestRecordList;
});
define("Portal.model$CaseBody2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody2List = (function (_super) {
__extends(CaseBody2List, _super);
function CaseBody2List(defaults) {
_super.apply(this, arguments);
}
CaseBody2List.itemType = PortalModel.CaseBody2Rec;
return CaseBody2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody2List = CaseBody2List;
});
define("Portal.model$GetSavedCardObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetSavedCardObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetSavedCardObjectRecordList = (function (_super) {
__extends(GetSavedCardObjectRecordList, _super);
function GetSavedCardObjectRecordList(defaults) {
_super.apply(this, arguments);
}
GetSavedCardObjectRecordList.itemType = PortalModel.GetSavedCardObjectRecord;
return GetSavedCardObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetSavedCardObjectRecordList = GetSavedCardObjectRecordList;
});
define("Portal.model$SelectPOBoxRelocationResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectPOBoxRelocationResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectPOBoxRelocationResponse2RecordList = (function (_super) {
__extends(SelectPOBoxRelocationResponse2RecordList, _super);
function SelectPOBoxRelocationResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
SelectPOBoxRelocationResponse2RecordList.itemType = PortalModel.SelectPOBoxRelocationResponse2Record;
return SelectPOBoxRelocationResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectPOBoxRelocationResponse2RecordList = SelectPOBoxRelocationResponse2RecordList;
});
define("Portal.model$GetItemStatusResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetItemStatusResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetItemStatusResponseRecordList = (function (_super) {
__extends(GetItemStatusResponseRecordList, _super);
function GetItemStatusResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetItemStatusResponseRecordList.itemType = PortalModel.GetItemStatusResponseRecord;
return GetItemStatusResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetItemStatusResponseRecordList = GetItemStatusResponseRecordList;
});
define("Portal.model$InboundLetterItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InboundLetterItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InboundLetterItemRecordList = (function (_super) {
__extends(InboundLetterItemRecordList, _super);
function InboundLetterItemRecordList(defaults) {
_super.apply(this, arguments);
}
InboundLetterItemRecordList.itemType = PortalModel.InboundLetterItemRecord;
return InboundLetterItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InboundLetterItemRecordList = InboundLetterItemRecordList;
});
define("Portal.model$CRM_DocumentTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_DocumentTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_DocumentTypeList = (function (_super) {
__extends(CRM_DocumentTypeList, _super);
function CRM_DocumentTypeList(defaults) {
_super.apply(this, arguments);
}
CRM_DocumentTypeList.itemType = Data_COModel.CRM_DocumentTypeRec;
return CRM_DocumentTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_DocumentTypeList = CRM_DocumentTypeList;
});
define("Portal.model$Payload8List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload8Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload8List = (function (_super) {
__extends(Payload8List, _super);
function Payload8List(defaults) {
_super.apply(this, arguments);
}
Payload8List.itemType = PortalModel.Payload8Rec;
return Payload8List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload8List = Payload8List;
});
define("Portal.model$SaveBooking3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveBooking3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveBooking3List = (function (_super) {
__extends(SaveBooking3List, _super);
function SaveBooking3List(defaults) {
_super.apply(this, arguments);
}
SaveBooking3List.itemType = PortalModel.SaveBooking3Rec;
return SaveBooking3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveBooking3List = SaveBooking3List;
});
define("Portal.model$ServiceItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ServiceItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ServiceItemRecordList = (function (_super) {
__extends(ServiceItemRecordList, _super);
function ServiceItemRecordList(defaults) {
_super.apply(this, arguments);
}
ServiceItemRecordList.itemType = PortalModel.ServiceItemRecord;
return ServiceItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ServiceItemRecordList = ServiceItemRecordList;
});
define("Portal.model$OrderSummaryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$OrderSummaryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var OrderSummaryRecordList = (function (_super) {
__extends(OrderSummaryRecordList, _super);
function OrderSummaryRecordList(defaults) {
_super.apply(this, arguments);
}
OrderSummaryRecordList.itemType = PortalModel.OrderSummaryRecord;
return OrderSummaryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.OrderSummaryRecordList = OrderSummaryRecordList;
});
define("Portal.model$Payload73List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload73Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload73List = (function (_super) {
__extends(Payload73List, _super);
function Payload73List(defaults) {
_super.apply(this, arguments);
}
Payload73List.itemType = PortalModel.Payload73Rec;
return Payload73List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload73List = Payload73List;
});
define("Portal.model$SelectedCityList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SelectedCityRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SelectedCityList = (function (_super) {
__extends(SelectedCityList, _super);
function SelectedCityList(defaults) {
_super.apply(this, arguments);
}
SelectedCityList.itemType = PortalModel.SelectedCityRec;
return SelectedCityList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SelectedCityList = SelectedCityList;
});
define("Portal.model$GetNewAccessTokenResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenResponseList = (function (_super) {
__extends(GetNewAccessTokenResponseList, _super);
function GetNewAccessTokenResponseList(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenResponseList.itemType = PortalModel.GetNewAccessTokenResponseRec;
return GetNewAccessTokenResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNewAccessTokenResponseList = GetNewAccessTokenResponseList;
});
define("Portal.model$HTTPHeader11RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader11Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader11RecordList = (function (_super) {
__extends(HTTPHeader11RecordList, _super);
function HTTPHeader11RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader11RecordList.itemType = PortalModel.HTTPHeader11Record;
return HTTPHeader11RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader11RecordList = HTTPHeader11RecordList;
});
define("Portal.model$TrackAndTraceExportList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackAndTraceExportRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackAndTraceExportList = (function (_super) {
__extends(TrackAndTraceExportList, _super);
function TrackAndTraceExportList(defaults) {
_super.apply(this, arguments);
}
TrackAndTraceExportList.itemType = PortalModel.TrackAndTraceExportRec;
return TrackAndTraceExportList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackAndTraceExportList = TrackAndTraceExportList;
});
define("Portal.model$GetGenerateShipmentReportRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetGenerateShipmentReportRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetGenerateShipmentReportRequestRecordList = (function (_super) {
__extends(GetGenerateShipmentReportRequestRecordList, _super);
function GetGenerateShipmentReportRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetGenerateShipmentReportRequestRecordList.itemType = PortalModel.GetGenerateShipmentReportRequestRecord;
return GetGenerateShipmentReportRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetGenerateShipmentReportRequestRecordList = GetGenerateShipmentReportRequestRecordList;
});
define("Portal.model$Payload25RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload25Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload25RecordList = (function (_super) {
__extends(Payload25RecordList, _super);
function Payload25RecordList(defaults) {
_super.apply(this, arguments);
}
Payload25RecordList.itemType = PortalModel.Payload25Record;
return Payload25RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload25RecordList = Payload25RecordList;
});
define("Portal.model$Career_ProfileSignupRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_ProfileSignupRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_ProfileSignupRecordList = (function (_super) {
__extends(Career_ProfileSignupRecordList, _super);
function Career_ProfileSignupRecordList(defaults) {
_super.apply(this, arguments);
}
Career_ProfileSignupRecordList.itemType = PortalModel.Career_ProfileSignupRecord;
return Career_ProfileSignupRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_ProfileSignupRecordList = Career_ProfileSignupRecordList;
});
define("Portal.model$CMS_PageLocaleContentList", ["exports", "OutSystems/ClientRuntime/Main", "Services_CO.model", "Portal.model", "Services_CO.model$CMS_PageLocaleContentRec", "Portal.referencesHealth", "Portal.referencesHealth$Services_CO"], function (exports, OutSystems, Services_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageLocaleContentList = (function (_super) {
__extends(CMS_PageLocaleContentList, _super);
function CMS_PageLocaleContentList(defaults) {
_super.apply(this, arguments);
}
CMS_PageLocaleContentList.itemType = Services_COModel.CMS_PageLocaleContentRec;
return CMS_PageLocaleContentList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageLocaleContentList = CMS_PageLocaleContentList;
});
define("Portal.model$UpgradableBundlePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradableBundlePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradableBundlePayloadList = (function (_super) {
__extends(UpgradableBundlePayloadList, _super);
function UpgradableBundlePayloadList(defaults) {
_super.apply(this, arguments);
}
UpgradableBundlePayloadList.itemType = PortalModel.UpgradableBundlePayloadRec;
return UpgradableBundlePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradableBundlePayloadList = UpgradableBundlePayloadList;
});
define("Portal.model$TrackShipmentDetailResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentDetailResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentDetailResponseRecordList = (function (_super) {
__extends(TrackShipmentDetailResponseRecordList, _super);
function TrackShipmentDetailResponseRecordList(defaults) {
_super.apply(this, arguments);
}
TrackShipmentDetailResponseRecordList.itemType = PortalModel.TrackShipmentDetailResponseRecord;
return TrackShipmentDetailResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentDetailResponseRecordList = TrackShipmentDetailResponseRecordList;
});
define("Portal.model$BillingAddressRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BillingAddressRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BillingAddressRecord = (function (_super) {
__extends(BillingAddressRecord, _super);
function BillingAddressRecord(defaults) {
_super.apply(this, arguments);
}
BillingAddressRecord.attributesToDeclare = function () {
return [
this.attr("BillingAddress", "billingAddressAttr", "BillingAddress", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.BillingAddressRec());
}, true, PortalModel.BillingAddressRec)
].concat(_super.attributesToDeclare.call(this));
};
BillingAddressRecord.fromStructure = function (str) {
return new BillingAddressRecord(new BillingAddressRecord.RecordClass({
billingAddressAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
BillingAddressRecord._isAnonymousRecord = true;
BillingAddressRecord.UniqueId = "ed2d763c-d5a8-d7d9-6ef7-6de76e9a24b8";
BillingAddressRecord.init();
return BillingAddressRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.BillingAddressRecord = BillingAddressRecord;
});
define("Portal.model$BillingAddressRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BillingAddressRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BillingAddressRecordList = (function (_super) {
__extends(BillingAddressRecordList, _super);
function BillingAddressRecordList(defaults) {
_super.apply(this, arguments);
}
BillingAddressRecordList.itemType = PortalModel.BillingAddressRecord;
return BillingAddressRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BillingAddressRecordList = BillingAddressRecordList;
});
define("Portal.model$LegalEnquiryAddressToRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecordRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecordList = (function (_super) {
__extends(LegalEnquiryAddressToRecordList, _super);
function LegalEnquiryAddressToRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecordList.itemType = PortalModel.LegalEnquiryAddressToRecordRec;
return LegalEnquiryAddressToRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToRecordList = LegalEnquiryAddressToRecordList;
});
define("Portal.model$RegisterUser2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUser2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUser2List = (function (_super) {
__extends(RegisterUser2List, _super);
function RegisterUser2List(defaults) {
_super.apply(this, arguments);
}
RegisterUser2List.itemType = PortalModel.RegisterUser2Rec;
return RegisterUser2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUser2List = RegisterUser2List;
});
define("Portal.model$SearchPageStructListRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SearchPageStructListRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SearchPageStructListRecordRecordList = (function (_super) {
__extends(SearchPageStructListRecordRecordList, _super);
function SearchPageStructListRecordRecordList(defaults) {
_super.apply(this, arguments);
}
SearchPageStructListRecordRecordList.itemType = PortalModel.SearchPageStructListRecordRecord;
return SearchPageStructListRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SearchPageStructListRecordRecordList = SearchPageStructListRecordRecordList;
});
define("Portal.model$GetOrderHistoryResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponseList = (function (_super) {
__extends(GetOrderHistoryResponseList, _super);
function GetOrderHistoryResponseList(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponseList.itemType = PortalModel.GetOrderHistoryResponseRec;
return GetOrderHistoryResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetOrderHistoryResponseList = GetOrderHistoryResponseList;
});
define("Portal.model$CMS_PageRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CMS_PageRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CMS_PageRecordList = (function (_super) {
__extends(CMS_PageRecordList, _super);
function CMS_PageRecordList(defaults) {
_super.apply(this, arguments);
}
CMS_PageRecordList.itemType = PortalModel.CMS_PageRecord;
return CMS_PageRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CMS_PageRecordList = CMS_PageRecordList;
});
define("Portal.model$Payload55RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload55Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload55RecordList = (function (_super) {
__extends(Payload55RecordList, _super);
function Payload55RecordList(defaults) {
_super.apply(this, arguments);
}
Payload55RecordList.itemType = PortalModel.Payload55Record;
return Payload55RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload55RecordList = Payload55RecordList;
});
define("Portal.model$GetMailCategoriesResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoriesResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoriesResponse2List = (function (_super) {
__extends(GetMailCategoriesResponse2List, _super);
function GetMailCategoriesResponse2List(defaults) {
_super.apply(this, arguments);
}
GetMailCategoriesResponse2List.itemType = PortalModel.GetMailCategoriesResponse2Rec;
return GetMailCategoriesResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMailCategoriesResponse2List = GetMailCategoriesResponse2List;
});
define("Portal.model$Payload3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload3List = (function (_super) {
__extends(Payload3List, _super);
function Payload3List(defaults) {
_super.apply(this, arguments);
}
Payload3List.itemType = PortalModel.Payload3Rec;
return Payload3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload3List = Payload3List;
});
define("Portal.model$GetDeliveryOfficePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficePayloadRecordList = (function (_super) {
__extends(GetDeliveryOfficePayloadRecordList, _super);
function GetDeliveryOfficePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficePayloadRecordList.itemType = PortalModel.GetDeliveryOfficePayloadRecord;
return GetDeliveryOfficePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryOfficePayloadRecordList = GetDeliveryOfficePayloadRecordList;
});
define("Portal.model$ICaseBodyRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ICaseBodyRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ICaseBodyRecordList = (function (_super) {
__extends(ICaseBodyRecordList, _super);
function ICaseBodyRecordList(defaults) {
_super.apply(this, arguments);
}
ICaseBodyRecordList.itemType = PortalModel.ICaseBodyRecord;
return ICaseBodyRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ICaseBodyRecordList = ICaseBodyRecordList;
});
define("Portal.model$UserSignupRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UserSignupRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UserSignupRecordList = (function (_super) {
__extends(UserSignupRecordList, _super);
function UserSignupRecordList(defaults) {
_super.apply(this, arguments);
}
UserSignupRecordList.itemType = PortalModel.UserSignupRecord;
return UserSignupRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserSignupRecordList = UserSignupRecordList;
});
define("Portal.model$PostCustomDocumentRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostCustomDocumentRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostCustomDocumentRequestRecordList = (function (_super) {
__extends(PostCustomDocumentRequestRecordList, _super);
function PostCustomDocumentRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostCustomDocumentRequestRecordList.itemType = PortalModel.PostCustomDocumentRequestRecord;
return PostCustomDocumentRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostCustomDocumentRequestRecordList = PostCustomDocumentRequestRecordList;
});
define("Portal.model$Address2Record", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address2Record = (function (_super) {
__extends(Address2Record, _super);
function Address2Record(defaults) {
_super.apply(this, arguments);
}
Address2Record.attributesToDeclare = function () {
return [
this.attr("Address2", "address2Attr", "Address2", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.Address2Rec());
}, true, PortalModel.Address2Rec)
].concat(_super.attributesToDeclare.call(this));
};
Address2Record.fromStructure = function (str) {
return new Address2Record(new Address2Record.RecordClass({
address2Attr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
Address2Record._isAnonymousRecord = true;
Address2Record.UniqueId = "e6319422-341f-7406-7ea0-0d6775b12560";
Address2Record.init();
return Address2Record;
})(OS.DataTypes.GenericRecord);
PortalModel.Address2Record = Address2Record;
});
define("Portal.model$Address2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Address2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Address2RecordList = (function (_super) {
__extends(Address2RecordList, _super);
function Address2RecordList(defaults) {
_super.apply(this, arguments);
}
Address2RecordList.itemType = PortalModel.Address2Record;
return Address2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Address2RecordList = Address2RecordList;
});
define("Portal.model$PostViewPickupRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostViewPickupRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostViewPickupRequestRecordList = (function (_super) {
__extends(PostViewPickupRequestRecordList, _super);
function PostViewPickupRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostViewPickupRequestRecordList.itemType = PortalModel.PostViewPickupRequestRecord;
return PostViewPickupRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostViewPickupRequestRecordList = PostViewPickupRequestRecordList;
});
define("Portal.model$embeddedRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$embeddedRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var embeddedRecordList = (function (_super) {
__extends(embeddedRecordList, _super);
function embeddedRecordList(defaults) {
_super.apply(this, arguments);
}
embeddedRecordList.itemType = PortalModel.embeddedRecord;
return embeddedRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.embeddedRecordList = embeddedRecordList;
});
define("Portal.model$POBoxCardStatusColorsList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$POBoxCardStatusColorsRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var POBoxCardStatusColorsList = (function (_super) {
__extends(POBoxCardStatusColorsList, _super);
function POBoxCardStatusColorsList(defaults) {
_super.apply(this, arguments);
}
POBoxCardStatusColorsList.itemType = Data_COModel.POBoxCardStatusColorsRec;
return POBoxCardStatusColorsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.POBoxCardStatusColorsList = POBoxCardStatusColorsList;
});
define("Portal.model$MarkerEventRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MarkerEventRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MarkerEventRecordList = (function (_super) {
__extends(MarkerEventRecordList, _super);
function MarkerEventRecordList(defaults) {
_super.apply(this, arguments);
}
MarkerEventRecordList.itemType = PortalModel.MarkerEventRecord;
return MarkerEventRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MarkerEventRecordList = MarkerEventRecordList;
});
define("Portal.model$GetCoutriesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetCoutriesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetCoutriesResponseList = (function (_super) {
__extends(GetCoutriesResponseList, _super);
function GetCoutriesResponseList(defaults) {
_super.apply(this, arguments);
}
GetCoutriesResponseList.itemType = PortalModel.GetCoutriesResponseRec;
return GetCoutriesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetCoutriesResponseList = GetCoutriesResponseList;
});
define("Portal.model$File2TextRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$File2TextRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var File2TextRecordList = (function (_super) {
__extends(File2TextRecordList, _super);
function File2TextRecordList(defaults) {
_super.apply(this, arguments);
}
File2TextRecordList.itemType = PortalModel.File2TextRecord;
return File2TextRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.File2TextRecordList = File2TextRecordList;
});
define("Portal.model$GetTaxInvoiceForOrderResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetTaxInvoiceForOrderResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetTaxInvoiceForOrderResponseList = (function (_super) {
__extends(GetTaxInvoiceForOrderResponseList, _super);
function GetTaxInvoiceForOrderResponseList(defaults) {
_super.apply(this, arguments);
}
GetTaxInvoiceForOrderResponseList.itemType = PortalModel.GetTaxInvoiceForOrderResponseRec;
return GetTaxInvoiceForOrderResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetTaxInvoiceForOrderResponseList = GetTaxInvoiceForOrderResponseList;
});
define("Portal.model$PendingInvTillTodayRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvTillTodayRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvTillTodayRecordList = (function (_super) {
__extends(PendingInvTillTodayRecordList, _super);
function PendingInvTillTodayRecordList(defaults) {
_super.apply(this, arguments);
}
PendingInvTillTodayRecordList.itemType = PortalModel.PendingInvTillTodayRecord;
return PendingInvTillTodayRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvTillTodayRecordList = PendingInvTillTodayRecordList;
});
define("Portal.model$Payload70List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload70Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload70List = (function (_super) {
__extends(Payload70List, _super);
function Payload70List(defaults) {
_super.apply(this, arguments);
}
Payload70List.itemType = PortalModel.Payload70Rec;
return Payload70List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload70List = Payload70List;
});
define("Portal.model$EmirateRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateRecord = (function (_super) {
__extends(EmirateRecord, _super);
function EmirateRecord(defaults) {
_super.apply(this, arguments);
}
EmirateRecord.attributesToDeclare = function () {
return [
this.attr("Emirate", "emirateAttr", "Emirate", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.EmirateRec());
}, true, PortalModel.EmirateRec)
].concat(_super.attributesToDeclare.call(this));
};
EmirateRecord.fromStructure = function (str) {
return new EmirateRecord(new EmirateRecord.RecordClass({
emirateAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
EmirateRecord._isAnonymousRecord = true;
EmirateRecord.UniqueId = "ed4cb7c8-e10b-5ba6-7a32-fa86ad146edb";
EmirateRecord.init();
return EmirateRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.EmirateRecord = EmirateRecord;
});
define("Portal.model$EmirateRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmirateRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmirateRecordList = (function (_super) {
__extends(EmirateRecordList, _super);
function EmirateRecordList(defaults) {
_super.apply(this, arguments);
}
EmirateRecordList.itemType = PortalModel.EmirateRecord;
return EmirateRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmirateRecordList = EmirateRecordList;
});
define("Portal.model$IBundleListResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IBundleListResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IBundleListResponseList = (function (_super) {
__extends(IBundleListResponseList, _super);
function IBundleListResponseList(defaults) {
_super.apply(this, arguments);
}
IBundleListResponseList.itemType = PortalModel.IBundleListResponseRec;
return IBundleListResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IBundleListResponseList = IBundleListResponseList;
});
define("Portal.model$GetPOBoxRenewalResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetPOBoxRenewalResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetPOBoxRenewalResponseList = (function (_super) {
__extends(GetPOBoxRenewalResponseList, _super);
function GetPOBoxRenewalResponseList(defaults) {
_super.apply(this, arguments);
}
GetPOBoxRenewalResponseList.itemType = PortalModel.GetPOBoxRenewalResponseRec;
return GetPOBoxRenewalResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetPOBoxRenewalResponseList = GetPOBoxRenewalResponseList;
});
define("Portal.model$PostingJobBooleanRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostingJobBooleanRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostingJobBooleanRecordList = (function (_super) {
__extends(PostingJobBooleanRecordList, _super);
function PostingJobBooleanRecordList(defaults) {
_super.apply(this, arguments);
}
PostingJobBooleanRecordList.itemType = PortalModel.PostingJobBooleanRecord;
return PostingJobBooleanRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostingJobBooleanRecordList = PostingJobBooleanRecordList;
});
define("Portal.model$ValidateMobileNumber2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateMobileNumber2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateMobileNumber2List = (function (_super) {
__extends(ValidateMobileNumber2List, _super);
function ValidateMobileNumber2List(defaults) {
_super.apply(this, arguments);
}
ValidateMobileNumber2List.itemType = PortalModel.ValidateMobileNumber2Rec;
return ValidateMobileNumber2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateMobileNumber2List = ValidateMobileNumber2List;
});
define("Portal.model$RegisterUserResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegisterUserResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegisterUserResponseList = (function (_super) {
__extends(RegisterUserResponseList, _super);
function RegisterUserResponseList(defaults) {
_super.apply(this, arguments);
}
RegisterUserResponseList.itemType = PortalModel.RegisterUserResponseRec;
return RegisterUserResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegisterUserResponseList = RegisterUserResponseList;
});
define("Portal.model$Career_ExperienceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_ExperienceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_ExperienceRecordList = (function (_super) {
__extends(Career_ExperienceRecordList, _super);
function Career_ExperienceRecordList(defaults) {
_super.apply(this, arguments);
}
Career_ExperienceRecordList.itemType = PortalModel.Career_ExperienceRecord;
return Career_ExperienceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_ExperienceRecordList = Career_ExperienceRecordList;
});
define("Portal.model$TrackShipmentResponse2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponse2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponse2List = (function (_super) {
__extends(TrackShipmentResponse2List, _super);
function TrackShipmentResponse2List(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponse2List.itemType = PortalModel.TrackShipmentResponse2Rec;
return TrackShipmentResponse2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentResponse2List = TrackShipmentResponse2List;
});
define("Portal.model$PostalBODetailRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostalBODetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostalBODetailRecord = (function (_super) {
__extends(PostalBODetailRecord, _super);
function PostalBODetailRecord(defaults) {
_super.apply(this, arguments);
}
PostalBODetailRecord.attributesToDeclare = function () {
return [
this.attr("PostalBODetail", "postalBODetailAttr", "PostalBODetail", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostalBODetailRec());
}, true, PortalModel.PostalBODetailRec)
].concat(_super.attributesToDeclare.call(this));
};
PostalBODetailRecord.fromStructure = function (str) {
return new PostalBODetailRecord(new PostalBODetailRecord.RecordClass({
postalBODetailAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostalBODetailRecord._isAnonymousRecord = true;
PostalBODetailRecord.UniqueId = "e719370e-0624-c07b-901c-41d645f9281b";
PostalBODetailRecord.init();
return PostalBODetailRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostalBODetailRecord = PostalBODetailRecord;
});
define("Portal.model$GetReturnTermsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetReturnTermsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetReturnTermsResponseRecordList = (function (_super) {
__extends(GetReturnTermsResponseRecordList, _super);
function GetReturnTermsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetReturnTermsResponseRecordList.itemType = PortalModel.GetReturnTermsResponseRecord;
return GetReturnTermsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetReturnTermsResponseRecordList = GetReturnTermsResponseRecordList;
});
define("Portal.model$GetDeliveryInstructionsPayload2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryInstructionsPayload2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryInstructionsPayload2RecordList = (function (_super) {
__extends(GetDeliveryInstructionsPayload2RecordList, _super);
function GetDeliveryInstructionsPayload2RecordList(defaults) {
_super.apply(this, arguments);
}
GetDeliveryInstructionsPayload2RecordList.itemType = PortalModel.GetDeliveryInstructionsPayload2Record;
return GetDeliveryInstructionsPayload2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryInstructionsPayload2RecordList = GetDeliveryInstructionsPayload2RecordList;
});
define("Portal.model$HTTPRequest2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest2List = (function (_super) {
__extends(HTTPRequest2List, _super);
function HTTPRequest2List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest2List.itemType = PortalModel.HTTPRequest2Rec;
return HTTPRequest2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest2List = HTTPRequest2List;
});
define("Portal.model$GetServiceTypeResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetServiceTypeResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetServiceTypeResponse2RecordList = (function (_super) {
__extends(GetServiceTypeResponse2RecordList, _super);
function GetServiceTypeResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetServiceTypeResponse2RecordList.itemType = PortalModel.GetServiceTypeResponse2Record;
return GetServiceTypeResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetServiceTypeResponse2RecordList = GetServiceTypeResponse2RecordList;
});
define("Portal.model$GetReturnTermsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetReturnTermsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetReturnTermsResponseList = (function (_super) {
__extends(GetReturnTermsResponseList, _super);
function GetReturnTermsResponseList(defaults) {
_super.apply(this, arguments);
}
GetReturnTermsResponseList.itemType = PortalModel.GetReturnTermsResponseRec;
return GetReturnTermsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetReturnTermsResponseList = GetReturnTermsResponseList;
});
define("Portal.model$HTTPRequest15List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest15List = (function (_super) {
__extends(HTTPRequest15List, _super);
function HTTPRequest15List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest15List.itemType = PortalModel.HTTPRequest15Rec;
return HTTPRequest15List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest15List = HTTPRequest15List;
});
define("Portal.model$GetBundlePayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetBundlePayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetBundlePayloadRecordList = (function (_super) {
__extends(GetBundlePayloadRecordList, _super);
function GetBundlePayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetBundlePayloadRecordList.itemType = PortalModel.GetBundlePayloadRecord;
return GetBundlePayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetBundlePayloadRecordList = GetBundlePayloadRecordList;
});
define("Portal.model$GetDeliveryOfficePayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDeliveryOfficePayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDeliveryOfficePayloadList = (function (_super) {
__extends(GetDeliveryOfficePayloadList, _super);
function GetDeliveryOfficePayloadList(defaults) {
_super.apply(this, arguments);
}
GetDeliveryOfficePayloadList.itemType = PortalModel.GetDeliveryOfficePayloadRec;
return GetDeliveryOfficePayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDeliveryOfficePayloadList = GetDeliveryOfficePayloadList;
});
define("Portal.model$URLQueryParameter14RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter14Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter14RecordList = (function (_super) {
__extends(URLQueryParameter14RecordList, _super);
function URLQueryParameter14RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter14RecordList.itemType = PortalModel.URLQueryParameter14Record;
return URLQueryParameter14RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter14RecordList = URLQueryParameter14RecordList;
});
define("Portal.model$HTTPResponse4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPResponse4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPResponse4RecordList = (function (_super) {
__extends(HTTPResponse4RecordList, _super);
function HTTPResponse4RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPResponse4RecordList.itemType = PortalModel.HTTPResponse4Record;
return HTTPResponse4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPResponse4RecordList = HTTPResponse4RecordList;
});
define("Portal.model$MultiShipCourierPremiumRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShipCourierPremiumRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShipCourierPremiumRecordList = (function (_super) {
__extends(MultiShipCourierPremiumRecordList, _super);
function MultiShipCourierPremiumRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShipCourierPremiumRecordList.itemType = PortalModel.MultiShipCourierPremiumRecord;
return MultiShipCourierPremiumRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShipCourierPremiumRecordList = MultiShipCourierPremiumRecordList;
});
define("Portal.model$MapMarkerList", ["exports", "OutSystems/ClientRuntime/Main", "GoogleMaps.model", "Portal.model", "GoogleMaps.model$MapMarkerRec", "Portal.referencesHealth", "Portal.referencesHealth$GoogleMaps"], function (exports, OutSystems, GoogleMapsModel, PortalModel) {
var OS = OutSystems.Internal;
var MapMarkerList = (function (_super) {
__extends(MapMarkerList, _super);
function MapMarkerList(defaults) {
_super.apply(this, arguments);
}
MapMarkerList.itemType = GoogleMapsModel.MapMarkerRec;
return MapMarkerList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MapMarkerList = MapMarkerList;
});
define("Portal.model$IDLDocStatusRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLDocStatusRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLDocStatusRecordList = (function (_super) {
__extends(IDLDocStatusRecordList, _super);
function IDLDocStatusRecordList(defaults) {
_super.apply(this, arguments);
}
IDLDocStatusRecordList.itemType = PortalModel.IDLDocStatusRecord;
return IDLDocStatusRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLDocStatusRecordList = IDLDocStatusRecordList;
});
define("Portal.model$Payload27List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload27Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload27List = (function (_super) {
__extends(Payload27List, _super);
function Payload27List(defaults) {
_super.apply(this, arguments);
}
Payload27List.itemType = PortalModel.Payload27Rec;
return Payload27List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload27List = Payload27List;
});
define("Portal.model$ScreenPermissionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ScreenPermissionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ScreenPermissionRecordList = (function (_super) {
__extends(ScreenPermissionRecordList, _super);
function ScreenPermissionRecordList(defaults) {
_super.apply(this, arguments);
}
ScreenPermissionRecordList.itemType = PortalModel.ScreenPermissionRecord;
return ScreenPermissionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ScreenPermissionRecordList = ScreenPermissionRecordList;
});
define("Portal.model$CaseBody2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody2RecordList = (function (_super) {
__extends(CaseBody2RecordList, _super);
function CaseBody2RecordList(defaults) {
_super.apply(this, arguments);
}
CaseBody2RecordList.itemType = PortalModel.CaseBody2Record;
return CaseBody2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody2RecordList = CaseBody2RecordList;
});
define("Portal.model$Payload58List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload58Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload58List = (function (_super) {
__extends(Payload58List, _super);
function Payload58List(defaults) {
_super.apply(this, arguments);
}
Payload58List.itemType = PortalModel.Payload58Rec;
return Payload58List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload58List = Payload58List;
});
define("Portal.model$Payload50List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload50Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload50List = (function (_super) {
__extends(Payload50List, _super);
function Payload50List(defaults) {
_super.apply(this, arguments);
}
Payload50List.itemType = PortalModel.Payload50Rec;
return Payload50List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload50List = Payload50List;
});
define("Portal.model$PostBulkBookingResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostBulkBookingResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostBulkBookingResponseList = (function (_super) {
__extends(PostBulkBookingResponseList, _super);
function PostBulkBookingResponseList(defaults) {
_super.apply(this, arguments);
}
PostBulkBookingResponseList.itemType = PortalModel.PostBulkBookingResponseRec;
return PostBulkBookingResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostBulkBookingResponseList = PostBulkBookingResponseList;
});
define("Portal.model$GetDropOffLocationRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationRequestList = (function (_super) {
__extends(GetDropOffLocationRequestList, _super);
function GetDropOffLocationRequestList(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationRequestList.itemType = PortalModel.GetDropOffLocationRequestRec;
return GetDropOffLocationRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDropOffLocationRequestList = GetDropOffLocationRequestList;
});
define("Portal.model$IYearlyPostalServiceRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IYearlyPostalServiceRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IYearlyPostalServiceRecordList = (function (_super) {
__extends(IYearlyPostalServiceRecordList, _super);
function IYearlyPostalServiceRecordList(defaults) {
_super.apply(this, arguments);
}
IYearlyPostalServiceRecordList.itemType = PortalModel.IYearlyPostalServiceRecord;
return IYearlyPostalServiceRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IYearlyPostalServiceRecordList = IYearlyPostalServiceRecordList;
});
define("Portal.model$GetFreeBoxLocResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocResponseRecord = (function (_super) {
__extends(GetFreeBoxLocResponseRecord, _super);
function GetFreeBoxLocResponseRecord(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocResponseRecord.attributesToDeclare = function () {
return [
this.attr("GetFreeBoxLocResponse", "getFreeBoxLocResponseAttr", "GetFreeBoxLocResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxLocResponseRec());
}, true, PortalModel.GetFreeBoxLocResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxLocResponseRecord.fromStructure = function (str) {
return new GetFreeBoxLocResponseRecord(new GetFreeBoxLocResponseRecord.RecordClass({
getFreeBoxLocResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxLocResponseRecord._isAnonymousRecord = true;
GetFreeBoxLocResponseRecord.UniqueId = "edddf57f-dc0e-0573-7a10-52438d6ee613";
GetFreeBoxLocResponseRecord.init();
return GetFreeBoxLocResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxLocResponseRecord = GetFreeBoxLocResponseRecord;
});
define("Portal.model$GetFreeBoxLocResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxLocResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxLocResponseRecordList = (function (_super) {
__extends(GetFreeBoxLocResponseRecordList, _super);
function GetFreeBoxLocResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxLocResponseRecordList.itemType = PortalModel.GetFreeBoxLocResponseRecord;
return GetFreeBoxLocResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxLocResponseRecordList = GetFreeBoxLocResponseRecordList;
});
define("Portal.model$IFeatureList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IFeatureRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IFeatureList = (function (_super) {
__extends(IFeatureList, _super);
function IFeatureList(defaults) {
_super.apply(this, arguments);
}
IFeatureList.itemType = PortalModel.IFeatureRec;
return IFeatureList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IFeatureList = IFeatureList;
});
define("Portal.model$GetOrderHistoryResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetOrderHistoryResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetOrderHistoryResponseRecordList = (function (_super) {
__extends(GetOrderHistoryResponseRecordList, _super);
function GetOrderHistoryResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetOrderHistoryResponseRecordList.itemType = PortalModel.GetOrderHistoryResponseRecord;
return GetOrderHistoryResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetOrderHistoryResponseRecordList = GetOrderHistoryResponseRecordList;
});
define("Portal.model$CRM_RatingsList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$CRM_RatingsRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_RatingsList = (function (_super) {
__extends(CRM_RatingsList, _super);
function CRM_RatingsList(defaults) {
_super.apply(this, arguments);
}
CRM_RatingsList.itemType = Enums_COModel.CRM_RatingsRec;
return CRM_RatingsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_RatingsList = CRM_RatingsList;
});
define("Portal.model$StepsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$StepsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var StepsRecordList = (function (_super) {
__extends(StepsRecordList, _super);
function StepsRecordList(defaults) {
_super.apply(this, arguments);
}
StepsRecordList.itemType = PortalModel.StepsRecord;
return StepsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.StepsRecordList = StepsRecordList;
});
define("Portal.model$ExcelReceiptRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelReceiptRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelReceiptRecordList = (function (_super) {
__extends(ExcelReceiptRecordList, _super);
function ExcelReceiptRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelReceiptRecordList.itemType = PortalModel.ExcelReceiptRecord;
return ExcelReceiptRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelReceiptRecordList = ExcelReceiptRecordList;
});
define("Portal.model$GetInboundLetterImagesRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesRequestList = (function (_super) {
__extends(GetInboundLetterImagesRequestList, _super);
function GetInboundLetterImagesRequestList(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesRequestList.itemType = PortalModel.GetInboundLetterImagesRequestRec;
return GetInboundLetterImagesRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLetterImagesRequestList = GetInboundLetterImagesRequestList;
});
define("Portal.model$CompositeUserList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CompositeUserRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CompositeUserList = (function (_super) {
__extends(CompositeUserList, _super);
function CompositeUserList(defaults) {
_super.apply(this, arguments);
}
CompositeUserList.itemType = Data_COModel.CompositeUserRec;
return CompositeUserList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CompositeUserList = CompositeUserList;
});
define("Portal.model$Career_Step1EditableRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Career_Step1EditableRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Career_Step1EditableRecordList = (function (_super) {
__extends(Career_Step1EditableRecordList, _super);
function Career_Step1EditableRecordList(defaults) {
_super.apply(this, arguments);
}
Career_Step1EditableRecordList.itemType = PortalModel.Career_Step1EditableRecord;
return Career_Step1EditableRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Career_Step1EditableRecordList = Career_Step1EditableRecordList;
});
define("Portal.model$GetUserByTokenResponse3List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetUserByTokenResponse3Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetUserByTokenResponse3List = (function (_super) {
__extends(GetUserByTokenResponse3List, _super);
function GetUserByTokenResponse3List(defaults) {
_super.apply(this, arguments);
}
GetUserByTokenResponse3List.itemType = PortalModel.GetUserByTokenResponse3Rec;
return GetUserByTokenResponse3List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetUserByTokenResponse3List = GetUserByTokenResponse3List;
});
define("Portal.model$ListCustomerDuePaymentOptionRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListCustomerDuePaymentOptionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListCustomerDuePaymentOptionRecord = (function (_super) {
__extends(ListCustomerDuePaymentOptionRecord, _super);
function ListCustomerDuePaymentOptionRecord(defaults) {
_super.apply(this, arguments);
}
ListCustomerDuePaymentOptionRecord.attributesToDeclare = function () {
return [
this.attr("ListCustomerDuePaymentOption", "listCustomerDuePaymentOptionAttr", "ListCustomerDuePaymentOption", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.ListCustomerDuePaymentOptionRec());
}, true, PortalModel.ListCustomerDuePaymentOptionRec)
].concat(_super.attributesToDeclare.call(this));
};
ListCustomerDuePaymentOptionRecord.fromStructure = function (str) {
return new ListCustomerDuePaymentOptionRecord(new ListCustomerDuePaymentOptionRecord.RecordClass({
listCustomerDuePaymentOptionAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
ListCustomerDuePaymentOptionRecord._isAnonymousRecord = true;
ListCustomerDuePaymentOptionRecord.UniqueId = "eea90542-d677-7d33-1eec-6cbf0952781e";
ListCustomerDuePaymentOptionRecord.init();
return ListCustomerDuePaymentOptionRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.ListCustomerDuePaymentOptionRecord = ListCustomerDuePaymentOptionRecord;
});
define("Portal.model$ListCustomerDuePaymentOptionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListCustomerDuePaymentOptionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListCustomerDuePaymentOptionRecordList = (function (_super) {
__extends(ListCustomerDuePaymentOptionRecordList, _super);
function ListCustomerDuePaymentOptionRecordList(defaults) {
_super.apply(this, arguments);
}
ListCustomerDuePaymentOptionRecordList.itemType = PortalModel.ListCustomerDuePaymentOptionRecord;
return ListCustomerDuePaymentOptionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListCustomerDuePaymentOptionRecordList = ListCustomerDuePaymentOptionRecordList;
});
define("Portal.model$Payload6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload6List = (function (_super) {
__extends(Payload6List, _super);
function Payload6List(defaults) {
_super.apply(this, arguments);
}
Payload6List.itemType = PortalModel.Payload6Rec;
return Payload6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload6List = Payload6List;
});
define("Portal.model$LegalEnquiryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryRecordList = (function (_super) {
__extends(LegalEnquiryRecordList, _super);
function LegalEnquiryRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryRecordList.itemType = PortalModel.LegalEnquiryRecord;
return LegalEnquiryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryRecordList = LegalEnquiryRecordList;
});
define("Portal.model$ShipmentItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ShipmentItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ShipmentItemRecordList = (function (_super) {
__extends(ShipmentItemRecordList, _super);
function ShipmentItemRecordList(defaults) {
_super.apply(this, arguments);
}
ShipmentItemRecordList.itemType = PortalModel.ShipmentItemRecord;
return ShipmentItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ShipmentItemRecordList = ShipmentItemRecordList;
});
define("Portal.model$HTTPRequest6List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest6Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest6List = (function (_super) {
__extends(HTTPRequest6List, _super);
function HTTPRequest6List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest6List.itemType = PortalModel.HTTPRequest6Rec;
return HTTPRequest6List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest6List = HTTPRequest6List;
});
define("Portal.model$GetNatureTypeResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNatureTypeResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNatureTypeResponseRecordList = (function (_super) {
__extends(GetNatureTypeResponseRecordList, _super);
function GetNatureTypeResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetNatureTypeResponseRecordList.itemType = PortalModel.GetNatureTypeResponseRecord;
return GetNatureTypeResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNatureTypeResponseRecordList = GetNatureTypeResponseRecordList;
});
define("Portal.model$ProcessPaymentSavedCardSkip3DSList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardSkip3DSRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardSkip3DSList = (function (_super) {
__extends(ProcessPaymentSavedCardSkip3DSList, _super);
function ProcessPaymentSavedCardSkip3DSList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardSkip3DSList.itemType = PortalModel.ProcessPaymentSavedCardSkip3DSRec;
return ProcessPaymentSavedCardSkip3DSList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardSkip3DSList = ProcessPaymentSavedCardSkip3DSList;
});
define("Portal.model$JobList", ["exports", "OutSystems/ClientRuntime/Main", "CareersData_CO.model", "Portal.model", "CareersData_CO.model$JobRec", "Portal.referencesHealth", "Portal.referencesHealth$CareersData_CO"], function (exports, OutSystems, CareersData_COModel, PortalModel) {
var OS = OutSystems.Internal;
var JobList = (function (_super) {
__extends(JobList, _super);
function JobList(defaults) {
_super.apply(this, arguments);
}
JobList.itemType = CareersData_COModel.JobRec;
return JobList;
})(OS.DataTypes.GenericRecordList);
PortalModel.JobList = JobList;
});
define("Portal.model$GetAddressObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAddressObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAddressObjectRecordList = (function (_super) {
__extends(GetAddressObjectRecordList, _super);
function GetAddressObjectRecordList(defaults) {
_super.apply(this, arguments);
}
GetAddressObjectRecordList.itemType = PortalModel.GetAddressObjectRecord;
return GetAddressObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAddressObjectRecordList = GetAddressObjectRecordList;
});
define("Portal.model$ExcelTransactionRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTransactionRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTransactionRecordList = (function (_super) {
__extends(ExcelTransactionRecordList, _super);
function ExcelTransactionRecordList(defaults) {
_super.apply(this, arguments);
}
ExcelTransactionRecordList.itemType = PortalModel.ExcelTransactionRecord;
return ExcelTransactionRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTransactionRecordList = ExcelTransactionRecordList;
});
define("Portal.model$AmountPaymentDataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AmountPaymentDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AmountPaymentDataList = (function (_super) {
__extends(AmountPaymentDataList, _super);
function AmountPaymentDataList(defaults) {
_super.apply(this, arguments);
}
AmountPaymentDataList.itemType = PortalModel.AmountPaymentDataRec;
return AmountPaymentDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AmountPaymentDataList = AmountPaymentDataList;
});
define("Portal.model$QuickPostboxList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$QuickPostboxRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var QuickPostboxList = (function (_super) {
__extends(QuickPostboxList, _super);
function QuickPostboxList(defaults) {
_super.apply(this, arguments);
}
QuickPostboxList.itemType = PortalModel.QuickPostboxRec;
return QuickPostboxList;
})(OS.DataTypes.GenericRecordList);
PortalModel.QuickPostboxList = QuickPostboxList;
});
define("Portal.model$Payload42RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload42Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload42RecordList = (function (_super) {
__extends(Payload42RecordList, _super);
function Payload42RecordList(defaults) {
_super.apply(this, arguments);
}
Payload42RecordList.itemType = PortalModel.Payload42Record;
return Payload42RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload42RecordList = Payload42RecordList;
});
define("Portal.model$HTTPHeader9RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPHeader9Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPHeader9RecordList = (function (_super) {
__extends(HTTPHeader9RecordList, _super);
function HTTPHeader9RecordList(defaults) {
_super.apply(this, arguments);
}
HTTPHeader9RecordList.itemType = PortalModel.HTTPHeader9Record;
return HTTPHeader9RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPHeader9RecordList = HTTPHeader9RecordList;
});
define("Portal.model$TrackShipmentResponseRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponseRecord = (function (_super) {
__extends(TrackShipmentResponseRecord, _super);
function TrackShipmentResponseRecord(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponseRecord.attributesToDeclare = function () {
return [
this.attr("TrackShipmentResponse", "trackShipmentResponseAttr", "TrackShipmentResponse", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TrackShipmentResponseRec());
}, true, PortalModel.TrackShipmentResponseRec)
].concat(_super.attributesToDeclare.call(this));
};
TrackShipmentResponseRecord.fromStructure = function (str) {
return new TrackShipmentResponseRecord(new TrackShipmentResponseRecord.RecordClass({
trackShipmentResponseAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TrackShipmentResponseRecord._isAnonymousRecord = true;
TrackShipmentResponseRecord.UniqueId = "f6ddf2fd-33ce-234b-80f1-712047569e1a";
TrackShipmentResponseRecord.init();
return TrackShipmentResponseRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TrackShipmentResponseRecord = TrackShipmentResponseRecord;
});
define("Portal.model$TrackShipmentResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TrackShipmentResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TrackShipmentResponseRecordList = (function (_super) {
__extends(TrackShipmentResponseRecordList, _super);
function TrackShipmentResponseRecordList(defaults) {
_super.apply(this, arguments);
}
TrackShipmentResponseRecordList.itemType = PortalModel.TrackShipmentResponseRecord;
return TrackShipmentResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TrackShipmentResponseRecordList = TrackShipmentResponseRecordList;
});
define("Portal.model$Payload33RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload33Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload33RecordList = (function (_super) {
__extends(Payload33RecordList, _super);
function Payload33RecordList(defaults) {
_super.apply(this, arguments);
}
Payload33RecordList.itemType = PortalModel.Payload33Record;
return Payload33RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload33RecordList = Payload33RecordList;
});
define("Portal.model$GetFreeBoxPayloadRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxPayloadRecord = (function (_super) {
__extends(GetFreeBoxPayloadRecord, _super);
function GetFreeBoxPayloadRecord(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxPayloadRecord.attributesToDeclare = function () {
return [
this.attr("GetFreeBoxPayload", "getFreeBoxPayloadAttr", "GetFreeBoxPayload", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.GetFreeBoxPayloadRec());
}, true, PortalModel.GetFreeBoxPayloadRec)
].concat(_super.attributesToDeclare.call(this));
};
GetFreeBoxPayloadRecord.fromStructure = function (str) {
return new GetFreeBoxPayloadRecord(new GetFreeBoxPayloadRecord.RecordClass({
getFreeBoxPayloadAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
GetFreeBoxPayloadRecord._isAnonymousRecord = true;
GetFreeBoxPayloadRecord.UniqueId = "efaf8d17-b03c-83c0-8adb-25a23d46bf4e";
GetFreeBoxPayloadRecord.init();
return GetFreeBoxPayloadRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.GetFreeBoxPayloadRecord = GetFreeBoxPayloadRecord;
});
define("Portal.model$GetHandlingInstructionsPayload2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetHandlingInstructionsPayload2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetHandlingInstructionsPayload2List = (function (_super) {
__extends(GetHandlingInstructionsPayload2List, _super);
function GetHandlingInstructionsPayload2List(defaults) {
_super.apply(this, arguments);
}
GetHandlingInstructionsPayload2List.itemType = PortalModel.GetHandlingInstructionsPayload2Rec;
return GetHandlingInstructionsPayload2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetHandlingInstructionsPayload2List = GetHandlingInstructionsPayload2List;
});
define("Portal.model$Payload56List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload56Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload56List = (function (_super) {
__extends(Payload56List, _super);
function Payload56List(defaults) {
_super.apply(this, arguments);
}
Payload56List.itemType = PortalModel.Payload56Rec;
return Payload56List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload56List = Payload56List;
});
define("Portal.model$Payload15List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload15Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload15List = (function (_super) {
__extends(Payload15List, _super);
function Payload15List(defaults) {
_super.apply(this, arguments);
}
Payload15List.itemType = PortalModel.Payload15Rec;
return Payload15List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload15List = Payload15List;
});
define("Portal.model$PendingInvoiceResponse3RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PendingInvoiceResponse3Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PendingInvoiceResponse3RecordList = (function (_super) {
__extends(PendingInvoiceResponse3RecordList, _super);
function PendingInvoiceResponse3RecordList(defaults) {
_super.apply(this, arguments);
}
PendingInvoiceResponse3RecordList.itemType = PortalModel.PendingInvoiceResponse3Record;
return PendingInvoiceResponse3RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PendingInvoiceResponse3RecordList = PendingInvoiceResponse3RecordList;
});
define("Portal.model$CreateIDLServiceRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateIDLServiceRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateIDLServiceRequestRecordList = (function (_super) {
__extends(CreateIDLServiceRequestRecordList, _super);
function CreateIDLServiceRequestRecordList(defaults) {
_super.apply(this, arguments);
}
CreateIDLServiceRequestRecordList.itemType = PortalModel.CreateIDLServiceRequestRecord;
return CreateIDLServiceRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateIDLServiceRequestRecordList = CreateIDLServiceRequestRecordList;
});
define("Portal.model$GetInternationalPostalTrackingDetailsResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInternationalPostalTrackingDetailsResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInternationalPostalTrackingDetailsResponseRecordList = (function (_super) {
__extends(GetInternationalPostalTrackingDetailsResponseRecordList, _super);
function GetInternationalPostalTrackingDetailsResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetInternationalPostalTrackingDetailsResponseRecordList.itemType = PortalModel.GetInternationalPostalTrackingDetailsResponseRecord;
return GetInternationalPostalTrackingDetailsResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInternationalPostalTrackingDetailsResponseRecordList = GetInternationalPostalTrackingDetailsResponseRecordList;
});
define("Portal.model$ResponseCodeList", ["exports", "OutSystems/ClientRuntime/Main", "Enums_CO.model", "Portal.model", "Enums_CO.model$ResponseCodeRec", "Portal.referencesHealth", "Portal.referencesHealth$Enums_CO"], function (exports, OutSystems, Enums_COModel, PortalModel) {
var OS = OutSystems.Internal;
var ResponseCodeList = (function (_super) {
__extends(ResponseCodeList, _super);
function ResponseCodeList(defaults) {
_super.apply(this, arguments);
}
ResponseCodeList.itemType = Enums_COModel.ResponseCodeRec;
return ResponseCodeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ResponseCodeList = ResponseCodeList;
});
define("Portal.model$SortParametersList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SortParametersRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SortParametersList = (function (_super) {
__extends(SortParametersList, _super);
function SortParametersList(defaults) {
_super.apply(this, arguments);
}
SortParametersList.itemType = PortalModel.SortParametersRec;
return SortParametersList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SortParametersList = SortParametersList;
});
define("Portal.model$ViewPickupResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ViewPickupResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ViewPickupResponseRecordList = (function (_super) {
__extends(ViewPickupResponseRecordList, _super);
function ViewPickupResponseRecordList(defaults) {
_super.apply(this, arguments);
}
ViewPickupResponseRecordList.itemType = PortalModel.ViewPickupResponseRecord;
return ViewPickupResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ViewPickupResponseRecordList = ViewPickupResponseRecordList;
});
define("Portal.model$CheckPostalOrderDuplicate2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CheckPostalOrderDuplicate2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CheckPostalOrderDuplicate2List = (function (_super) {
__extends(CheckPostalOrderDuplicate2List, _super);
function CheckPostalOrderDuplicate2List(defaults) {
_super.apply(this, arguments);
}
CheckPostalOrderDuplicate2List.itemType = PortalModel.CheckPostalOrderDuplicate2Rec;
return CheckPostalOrderDuplicate2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.CheckPostalOrderDuplicate2List = CheckPostalOrderDuplicate2List;
});
define("Portal.model$HTTPRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequestList = (function (_super) {
__extends(HTTPRequestList, _super);
function HTTPRequestList(defaults) {
_super.apply(this, arguments);
}
HTTPRequestList.itemType = PortalModel.HTTPRequestRec;
return HTTPRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequestList = HTTPRequestList;
});
define("Portal.model$GutterSizeRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GutterSizeRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GutterSizeRecordList = (function (_super) {
__extends(GutterSizeRecordList, _super);
function GutterSizeRecordList(defaults) {
_super.apply(this, arguments);
}
GutterSizeRecordList.itemType = PortalModel.GutterSizeRecord;
return GutterSizeRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GutterSizeRecordList = GutterSizeRecordList;
});
define("Portal.model$Payload65RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload65Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload65RecordList = (function (_super) {
__extends(Payload65RecordList, _super);
function Payload65RecordList(defaults) {
_super.apply(this, arguments);
}
Payload65RecordList.itemType = PortalModel.Payload65Record;
return Payload65RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload65RecordList = Payload65RecordList;
});
define("Portal.model$NationalityIDLRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$NationalityIDLRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var NationalityIDLRecordList = (function (_super) {
__extends(NationalityIDLRecordList, _super);
function NationalityIDLRecordList(defaults) {
_super.apply(this, arguments);
}
NationalityIDLRecordList.itemType = PortalModel.NationalityIDLRecord;
return NationalityIDLRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.NationalityIDLRecordList = NationalityIDLRecordList;
});
define("Portal.model$MasterDataRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataRecordList = (function (_super) {
__extends(MasterDataRecordList, _super);
function MasterDataRecordList(defaults) {
_super.apply(this, arguments);
}
MasterDataRecordList.itemType = PortalModel.MasterDataRecord;
return MasterDataRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MasterDataRecordList = MasterDataRecordList;
});
define("Portal.model$ValidateQuickRenewalOTPRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidateQuickRenewalOTPRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidateQuickRenewalOTPRequestList = (function (_super) {
__extends(ValidateQuickRenewalOTPRequestList, _super);
function ValidateQuickRenewalOTPRequestList(defaults) {
_super.apply(this, arguments);
}
ValidateQuickRenewalOTPRequestList.itemType = PortalModel.ValidateQuickRenewalOTPRequestRec;
return ValidateQuickRenewalOTPRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidateQuickRenewalOTPRequestList = ValidateQuickRenewalOTPRequestList;
});
define("Portal.model$UserList", ["exports", "OutSystems/ClientRuntime/Main", "ServiceCenter.model", "Portal.model", "ServiceCenter.model$UserRec", "Portal.referencesHealth", "Portal.referencesHealth$ServiceCenter"], function (exports, OutSystems, ServiceCenterModel, PortalModel) {
var OS = OutSystems.Internal;
var UserList = (function (_super) {
__extends(UserList, _super);
function UserList(defaults) {
_super.apply(this, arguments);
}
UserList.itemType = ServiceCenterModel.UserRec;
return UserList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UserList = UserList;
});
define("Portal.model$GetTaxInvoiceForOrderResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetTaxInvoiceForOrderResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetTaxInvoiceForOrderResponseRecordList = (function (_super) {
__extends(GetTaxInvoiceForOrderResponseRecordList, _super);
function GetTaxInvoiceForOrderResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetTaxInvoiceForOrderResponseRecordList.itemType = PortalModel.GetTaxInvoiceForOrderResponseRecord;
return GetTaxInvoiceForOrderResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetTaxInvoiceForOrderResponseRecordList = GetTaxInvoiceForOrderResponseRecordList;
});
define("Portal.model$InternationalPostalDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$InternationalPostalDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var InternationalPostalDetailRecordList = (function (_super) {
__extends(InternationalPostalDetailRecordList, _super);
function InternationalPostalDetailRecordList(defaults) {
_super.apply(this, arguments);
}
InternationalPostalDetailRecordList.itemType = PortalModel.InternationalPostalDetailRecord;
return InternationalPostalDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.InternationalPostalDetailRecordList = InternationalPostalDetailRecordList;
});
define("Portal.model$Payload12RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload12Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload12RecordList = (function (_super) {
__extends(Payload12RecordList, _super);
function Payload12RecordList(defaults) {
_super.apply(this, arguments);
}
Payload12RecordList.itemType = PortalModel.Payload12Record;
return Payload12RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload12RecordList = Payload12RecordList;
});
define("Portal.model$GetInboundLetterImagesResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundLetterImagesResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundLetterImagesResponseList = (function (_super) {
__extends(GetInboundLetterImagesResponseList, _super);
function GetInboundLetterImagesResponseList(defaults) {
_super.apply(this, arguments);
}
GetInboundLetterImagesResponseList.itemType = PortalModel.GetInboundLetterImagesResponseRec;
return GetInboundLetterImagesResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundLetterImagesResponseList = GetInboundLetterImagesResponseList;
});
define("Portal.model$UpgradablesBundlesRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpgradablesBundlesRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpgradablesBundlesRecordList = (function (_super) {
__extends(UpgradablesBundlesRecordList, _super);
function UpgradablesBundlesRecordList(defaults) {
_super.apply(this, arguments);
}
UpgradablesBundlesRecordList.itemType = PortalModel.UpgradablesBundlesRecord;
return UpgradablesBundlesRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpgradablesBundlesRecordList = UpgradablesBundlesRecordList;
});
define("Portal.model$IIntnlPostalEnquiryDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IIntnlPostalEnquiryDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IIntnlPostalEnquiryDetailRecordList = (function (_super) {
__extends(IIntnlPostalEnquiryDetailRecordList, _super);
function IIntnlPostalEnquiryDetailRecordList(defaults) {
_super.apply(this, arguments);
}
IIntnlPostalEnquiryDetailRecordList.itemType = PortalModel.IIntnlPostalEnquiryDetailRecord;
return IIntnlPostalEnquiryDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IIntnlPostalEnquiryDetailRecordList = IIntnlPostalEnquiryDetailRecordList;
});
define("Portal.model$RateDetailList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RateDetailRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RateDetailList = (function (_super) {
__extends(RateDetailList, _super);
function RateDetailList(defaults) {
_super.apply(this, arguments);
}
RateDetailList.itemType = PortalModel.RateDetailRec;
return RateDetailList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RateDetailList = RateDetailList;
});
define("Portal.model$GetDropOffLocationRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetDropOffLocationRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetDropOffLocationRequestRecordList = (function (_super) {
__extends(GetDropOffLocationRequestRecordList, _super);
function GetDropOffLocationRequestRecordList(defaults) {
_super.apply(this, arguments);
}
GetDropOffLocationRequestRecordList.itemType = PortalModel.GetDropOffLocationRequestRecord;
return GetDropOffLocationRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetDropOffLocationRequestRecordList = GetDropOffLocationRequestRecordList;
});
define("Portal.model$VerificationPageDatabyTransIdRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$VerificationPageDatabyTransIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var VerificationPageDatabyTransIdRequestList = (function (_super) {
__extends(VerificationPageDatabyTransIdRequestList, _super);
function VerificationPageDatabyTransIdRequestList(defaults) {
_super.apply(this, arguments);
}
VerificationPageDatabyTransIdRequestList.itemType = PortalModel.VerificationPageDatabyTransIdRequestRec;
return VerificationPageDatabyTransIdRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.VerificationPageDatabyTransIdRequestList = VerificationPageDatabyTransIdRequestList;
});
define("Portal.model$PostProcessForPayment2Request2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostProcessForPayment2Request2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostProcessForPayment2Request2RecordList = (function (_super) {
__extends(PostProcessForPayment2Request2RecordList, _super);
function PostProcessForPayment2Request2RecordList(defaults) {
_super.apply(this, arguments);
}
PostProcessForPayment2Request2RecordList.itemType = PortalModel.PostProcessForPayment2Request2Record;
return PostProcessForPayment2Request2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostProcessForPayment2Request2RecordList = PostProcessForPayment2Request2RecordList;
});
define("Portal.model$PostVerifyRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostVerifyRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostVerifyRequestList = (function (_super) {
__extends(PostVerifyRequestList, _super);
function PostVerifyRequestList(defaults) {
_super.apply(this, arguments);
}
PostVerifyRequestList.itemType = PortalModel.PostVerifyRequestRec;
return PostVerifyRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostVerifyRequestList = PostVerifyRequestList;
});
define("Portal.model$BoxHistoryRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxHistoryRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxHistoryRecordList = (function (_super) {
__extends(BoxHistoryRecordList, _super);
function BoxHistoryRecordList(defaults) {
_super.apply(this, arguments);
}
BoxHistoryRecordList.itemType = PortalModel.BoxHistoryRecord;
return BoxHistoryRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxHistoryRecordList = BoxHistoryRecordList;
});
define("Portal.model$TaxItemRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxItemRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxItemRecord = (function (_super) {
__extends(TaxItemRecord, _super);
function TaxItemRecord(defaults) {
_super.apply(this, arguments);
}
TaxItemRecord.attributesToDeclare = function () {
return [
this.attr("TaxItem", "taxItemAttr", "TaxItem", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.TaxItemRec());
}, true, PortalModel.TaxItemRec)
].concat(_super.attributesToDeclare.call(this));
};
TaxItemRecord.fromStructure = function (str) {
return new TaxItemRecord(new TaxItemRecord.RecordClass({
taxItemAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
TaxItemRecord._isAnonymousRecord = true;
TaxItemRecord.UniqueId = "f914a662-b3f1-2177-ad10-347311143dcc";
TaxItemRecord.init();
return TaxItemRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.TaxItemRecord = TaxItemRecord;
});
define("Portal.model$TaxItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TaxItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TaxItemRecordList = (function (_super) {
__extends(TaxItemRecordList, _super);
function TaxItemRecordList(defaults) {
_super.apply(this, arguments);
}
TaxItemRecordList.itemType = PortalModel.TaxItemRecord;
return TaxItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TaxItemRecordList = TaxItemRecordList;
});
define("Portal.model$Payload43RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload43Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload43RecordList = (function (_super) {
__extends(Payload43RecordList, _super);
function Payload43RecordList(defaults) {
_super.apply(this, arguments);
}
Payload43RecordList.itemType = PortalModel.Payload43Record;
return Payload43RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload43RecordList = Payload43RecordList;
});
define("Portal.model$Payload21RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload21Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload21RecordList = (function (_super) {
__extends(Payload21RecordList, _super);
function Payload21RecordList(defaults) {
_super.apply(this, arguments);
}
Payload21RecordList.itemType = PortalModel.Payload21Record;
return Payload21RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload21RecordList = Payload21RecordList;
});
define("Portal.model$MultiShip_Courier_Premium_ItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_Premium_ItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_Premium_ItemRecordList = (function (_super) {
__extends(MultiShip_Courier_Premium_ItemRecordList, _super);
function MultiShip_Courier_Premium_ItemRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_Premium_ItemRecordList.itemType = PortalModel.MultiShip_Courier_Premium_ItemRecord;
return MultiShip_Courier_Premium_ItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_Premium_ItemRecordList = MultiShip_Courier_Premium_ItemRecordList;
});
define("Portal.model$linkRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$linkRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var linkRecordList = (function (_super) {
__extends(linkRecordList, _super);
function linkRecordList(defaults) {
_super.apply(this, arguments);
}
linkRecordList.itemType = PortalModel.linkRecord;
return linkRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.linkRecordList = linkRecordList;
});
define("Portal.model$MultiShip_Courier_ItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MultiShip_Courier_ItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MultiShip_Courier_ItemRecordList = (function (_super) {
__extends(MultiShip_Courier_ItemRecordList, _super);
function MultiShip_Courier_ItemRecordList(defaults) {
_super.apply(this, arguments);
}
MultiShip_Courier_ItemRecordList.itemType = PortalModel.MultiShip_Courier_ItemRecord;
return MultiShip_Courier_ItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MultiShip_Courier_ItemRecordList = MultiShip_Courier_ItemRecordList;
});
define("Portal.model$UpdateEmirateIdRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$UpdateEmirateIdRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var UpdateEmirateIdRequestList = (function (_super) {
__extends(UpdateEmirateIdRequestList, _super);
function UpdateEmirateIdRequestList(defaults) {
_super.apply(this, arguments);
}
UpdateEmirateIdRequestList.itemType = PortalModel.UpdateEmirateIdRequestRec;
return UpdateEmirateIdRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.UpdateEmirateIdRequestList = UpdateEmirateIdRequestList;
});
define("Portal.model$GetInboundShipmentPriceDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentPriceDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentPriceDetailsResponseList = (function (_super) {
__extends(GetInboundShipmentPriceDetailsResponseList, _super);
function GetInboundShipmentPriceDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentPriceDetailsResponseList.itemType = PortalModel.GetInboundShipmentPriceDetailsResponseRec;
return GetInboundShipmentPriceDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentPriceDetailsResponseList = GetInboundShipmentPriceDetailsResponseList;
});
define("Portal.model$ContactDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ContactDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ContactDetailsList = (function (_super) {
__extends(ContactDetailsList, _super);
function ContactDetailsList(defaults) {
_super.apply(this, arguments);
}
ContactDetailsList.itemType = PortalModel.ContactDetailsRec;
return ContactDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ContactDetailsList = ContactDetailsList;
});
define("Portal.model$SendResetPasswordEmailRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SendResetPasswordEmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SendResetPasswordEmailRequestList = (function (_super) {
__extends(SendResetPasswordEmailRequestList, _super);
function SendResetPasswordEmailRequestList(defaults) {
_super.apply(this, arguments);
}
SendResetPasswordEmailRequestList.itemType = PortalModel.SendResetPasswordEmailRequestRec;
return SendResetPasswordEmailRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SendResetPasswordEmailRequestList = SendResetPasswordEmailRequestList;
});
define("Portal.model$ValidatePOBoxDetailsResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ValidatePOBoxDetailsResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ValidatePOBoxDetailsResponseList = (function (_super) {
__extends(ValidatePOBoxDetailsResponseList, _super);
function ValidatePOBoxDetailsResponseList(defaults) {
_super.apply(this, arguments);
}
ValidatePOBoxDetailsResponseList.itemType = PortalModel.ValidatePOBoxDetailsResponseRec;
return ValidatePOBoxDetailsResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ValidatePOBoxDetailsResponseList = ValidatePOBoxDetailsResponseList;
});
define("Portal.model$PayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PayloadList = (function (_super) {
__extends(PayloadList, _super);
function PayloadList(defaults) {
_super.apply(this, arguments);
}
PayloadList.itemType = PortalModel.PayloadRec;
return PayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PayloadList = PayloadList;
});
define("Portal.model$TranslationsLocale2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TranslationsLocale2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TranslationsLocale2RecordList = (function (_super) {
__extends(TranslationsLocale2RecordList, _super);
function TranslationsLocale2RecordList(defaults) {
_super.apply(this, arguments);
}
TranslationsLocale2RecordList.itemType = PortalModel.TranslationsLocale2Record;
return TranslationsLocale2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TranslationsLocale2RecordList = TranslationsLocale2RecordList;
});
define("Portal.model$PriceInfoRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PriceInfoRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PriceInfoRecordList = (function (_super) {
__extends(PriceInfoRecordList, _super);
function PriceInfoRecordList(defaults) {
_super.apply(this, arguments);
}
PriceInfoRecordList.itemType = PortalModel.PriceInfoRecord;
return PriceInfoRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PriceInfoRecordList = PriceInfoRecordList;
});
define("Portal.model$MasterDataList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MasterDataRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MasterDataList = (function (_super) {
__extends(MasterDataList, _super);
function MasterDataList(defaults) {
_super.apply(this, arguments);
}
MasterDataList.itemType = PortalModel.MasterDataRec;
return MasterDataList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MasterDataList = MasterDataList;
});
define("Portal.model$IErrorList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IErrorRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IErrorList = (function (_super) {
__extends(IErrorList, _super);
function IErrorList(defaults) {
_super.apply(this, arguments);
}
IErrorList.itemType = PortalModel.IErrorRec;
return IErrorList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IErrorList = IErrorList;
});
define("Portal.model$IDLReqStatusList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$IDLReqStatusRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var IDLReqStatusList = (function (_super) {
__extends(IDLReqStatusList, _super);
function IDLReqStatusList(defaults) {
_super.apply(this, arguments);
}
IDLReqStatusList.itemType = Data_COModel.IDLReqStatusRec;
return IDLReqStatusList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLReqStatusList = IDLReqStatusList;
});
define("Portal.model$ProcessPaymentSavedCardSkip3DSRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ProcessPaymentSavedCardSkip3DSRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ProcessPaymentSavedCardSkip3DSRecordList = (function (_super) {
__extends(ProcessPaymentSavedCardSkip3DSRecordList, _super);
function ProcessPaymentSavedCardSkip3DSRecordList(defaults) {
_super.apply(this, arguments);
}
ProcessPaymentSavedCardSkip3DSRecordList.itemType = PortalModel.ProcessPaymentSavedCardSkip3DSRecord;
return ProcessPaymentSavedCardSkip3DSRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ProcessPaymentSavedCardSkip3DSRecordList = ProcessPaymentSavedCardSkip3DSRecordList;
});
define("Portal.model$ListBundleServiceDetailItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ListBundleServiceDetailItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ListBundleServiceDetailItemRecordList = (function (_super) {
__extends(ListBundleServiceDetailItemRecordList, _super);
function ListBundleServiceDetailItemRecordList(defaults) {
_super.apply(this, arguments);
}
ListBundleServiceDetailItemRecordList.itemType = PortalModel.ListBundleServiceDetailItemRecord;
return ListBundleServiceDetailItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ListBundleServiceDetailItemRecordList = ListBundleServiceDetailItemRecordList;
});
define("Portal.model$EmailRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$EmailRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var EmailRequestList = (function (_super) {
__extends(EmailRequestList, _super);
function EmailRequestList(defaults) {
_super.apply(this, arguments);
}
EmailRequestList.itemType = PortalModel.EmailRequestRec;
return EmailRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.EmailRequestList = EmailRequestList;
});
define("Portal.model$CourierDetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CourierDetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CourierDetailRecordList = (function (_super) {
__extends(CourierDetailRecordList, _super);
function CourierDetailRecordList(defaults) {
_super.apply(this, arguments);
}
CourierDetailRecordList.itemType = PortalModel.CourierDetailRecord;
return CourierDetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CourierDetailRecordList = CourierDetailRecordList;
});
define("Portal.model$Payload45RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload45Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload45RecordList = (function (_super) {
__extends(Payload45RecordList, _super);
function Payload45RecordList(defaults) {
_super.apply(this, arguments);
}
Payload45RecordList.itemType = PortalModel.Payload45Record;
return Payload45RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload45RecordList = Payload45RecordList;
});
define("Portal.model$CountryItem2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CountryItem2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CountryItem2RecordList = (function (_super) {
__extends(CountryItem2RecordList, _super);
function CountryItem2RecordList(defaults) {
_super.apply(this, arguments);
}
CountryItem2RecordList.itemType = PortalModel.CountryItem2Record;
return CountryItem2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CountryItem2RecordList = CountryItem2RecordList;
});
define("Portal.model$PostOrderRatingRequestRecord", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOrderRatingRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOrderRatingRequestRecord = (function (_super) {
__extends(PostOrderRatingRequestRecord, _super);
function PostOrderRatingRequestRecord(defaults) {
_super.apply(this, arguments);
}
PostOrderRatingRequestRecord.attributesToDeclare = function () {
return [
this.attr("PostOrderRatingRequest", "postOrderRatingRequestAttr", "PostOrderRatingRequest", false, false, OS.Types.Record, function () {
return OS.DataTypes.ImmutableBase.getData(new PortalModel.PostOrderRatingRequestRec());
}, true, PortalModel.PostOrderRatingRequestRec)
].concat(_super.attributesToDeclare.call(this));
};
PostOrderRatingRequestRecord.fromStructure = function (str) {
return new PostOrderRatingRequestRecord(new PostOrderRatingRequestRecord.RecordClass({
postOrderRatingRequestAttr: OS.DataTypes.ImmutableBase.getData(str)
}));
};
PostOrderRatingRequestRecord._isAnonymousRecord = true;
PostOrderRatingRequestRecord.UniqueId = "f8ae29fc-793a-2384-b941-d58f6d647c79";
PostOrderRatingRequestRecord.init();
return PostOrderRatingRequestRecord;
})(OS.DataTypes.GenericRecord);
PortalModel.PostOrderRatingRequestRecord = PostOrderRatingRequestRecord;
});
define("Portal.model$SaveCaseRequestList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$SaveCaseRequestRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var SaveCaseRequestList = (function (_super) {
__extends(SaveCaseRequestList, _super);
function SaveCaseRequestList(defaults) {
_super.apply(this, arguments);
}
SaveCaseRequestList.itemType = PortalModel.SaveCaseRequestRec;
return SaveCaseRequestList;
})(OS.DataTypes.GenericRecordList);
PortalModel.SaveCaseRequestList = SaveCaseRequestList;
});
define("Portal.model$CaseBody_IntnlPostalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CaseBody_IntnlPostalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CaseBody_IntnlPostalList = (function (_super) {
__extends(CaseBody_IntnlPostalList, _super);
function CaseBody_IntnlPostalList(defaults) {
_super.apply(this, arguments);
}
CaseBody_IntnlPostalList.itemType = PortalModel.CaseBody_IntnlPostalRec;
return CaseBody_IntnlPostalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CaseBody_IntnlPostalList = CaseBody_IntnlPostalList;
});
define("Portal.model$MyParcelList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$MyParcelRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var MyParcelList = (function (_super) {
__extends(MyParcelList, _super);
function MyParcelList(defaults) {
_super.apply(this, arguments);
}
MyParcelList.itemType = PortalModel.MyParcelRec;
return MyParcelList;
})(OS.DataTypes.GenericRecordList);
PortalModel.MyParcelList = MyParcelList;
});
define("Portal.model$GetAsOfDateResponse2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetAsOfDateResponse2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetAsOfDateResponse2RecordList = (function (_super) {
__extends(GetAsOfDateResponse2RecordList, _super);
function GetAsOfDateResponse2RecordList(defaults) {
_super.apply(this, arguments);
}
GetAsOfDateResponse2RecordList.itemType = PortalModel.GetAsOfDateResponse2Record;
return GetAsOfDateResponse2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetAsOfDateResponse2RecordList = GetAsOfDateResponse2RecordList;
});
define("Portal.model$PostalBODetailRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostalBODetailRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostalBODetailRecordList = (function (_super) {
__extends(PostalBODetailRecordList, _super);
function PostalBODetailRecordList(defaults) {
_super.apply(this, arguments);
}
PostalBODetailRecordList.itemType = PortalModel.PostalBODetailRecord;
return PostalBODetailRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostalBODetailRecordList = PostalBODetailRecordList;
});
define("Portal.model$AdditionalDescriptionItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$AdditionalDescriptionItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var AdditionalDescriptionItemRecordList = (function (_super) {
__extends(AdditionalDescriptionItemRecordList, _super);
function AdditionalDescriptionItemRecordList(defaults) {
_super.apply(this, arguments);
}
AdditionalDescriptionItemRecordList.itemType = PortalModel.AdditionalDescriptionItemRecord;
return AdditionalDescriptionItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.AdditionalDescriptionItemRecordList = AdditionalDescriptionItemRecordList;
});
define("Portal.model$Amount2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Amount2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Amount2List = (function (_super) {
__extends(Amount2List, _super);
function Amount2List(defaults) {
_super.apply(this, arguments);
}
Amount2List.itemType = PortalModel.Amount2Rec;
return Amount2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Amount2List = Amount2List;
});
define("Portal.model$PostOfficeItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOfficeItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOfficeItemRecordList = (function (_super) {
__extends(PostOfficeItemRecordList, _super);
function PostOfficeItemRecordList(defaults) {
_super.apply(this, arguments);
}
PostOfficeItemRecordList.itemType = PortalModel.PostOfficeItemRecord;
return PostOfficeItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostOfficeItemRecordList = PostOfficeItemRecordList;
});
define("Portal.model$Payload4RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload4Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload4RecordList = (function (_super) {
__extends(Payload4RecordList, _super);
function Payload4RecordList(defaults) {
_super.apply(this, arguments);
}
Payload4RecordList.itemType = PortalModel.Payload4Record;
return Payload4RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload4RecordList = Payload4RecordList;
});
define("Portal.model$GetMailCategoryPayloadList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetMailCategoryPayloadRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetMailCategoryPayloadList = (function (_super) {
__extends(GetMailCategoryPayloadList, _super);
function GetMailCategoryPayloadList(defaults) {
_super.apply(this, arguments);
}
GetMailCategoryPayloadList.itemType = PortalModel.GetMailCategoryPayloadRec;
return GetMailCategoryPayloadList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetMailCategoryPayloadList = GetMailCategoryPayloadList;
});
define("Portal.model$ExcelTemplateInterNationalList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ExcelTemplateInterNationalRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ExcelTemplateInterNationalList = (function (_super) {
__extends(ExcelTemplateInterNationalList, _super);
function ExcelTemplateInterNationalList(defaults) {
_super.apply(this, arguments);
}
ExcelTemplateInterNationalList.itemType = PortalModel.ExcelTemplateInterNationalRec;
return ExcelTemplateInterNationalList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ExcelTemplateInterNationalList = ExcelTemplateInterNationalList;
});
define("Portal.model$Payload62List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload62Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload62List = (function (_super) {
__extends(Payload62List, _super);
function Payload62List(defaults) {
_super.apply(this, arguments);
}
Payload62List.itemType = PortalModel.Payload62Rec;
return Payload62List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload62List = Payload62List;
});
define("Portal.model$LegalEnquiryStructWithStatusNameRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryStructWithStatusNameRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryStructWithStatusNameRecordList = (function (_super) {
__extends(LegalEnquiryStructWithStatusNameRecordList, _super);
function LegalEnquiryStructWithStatusNameRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryStructWithStatusNameRecordList.itemType = PortalModel.LegalEnquiryStructWithStatusNameRecord;
return LegalEnquiryStructWithStatusNameRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryStructWithStatusNameRecordList = LegalEnquiryStructWithStatusNameRecordList;
});
define("Portal.model$GetInboundShipmentNotificationResponseList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetInboundShipmentNotificationResponseRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetInboundShipmentNotificationResponseList = (function (_super) {
__extends(GetInboundShipmentNotificationResponseList, _super);
function GetInboundShipmentNotificationResponseList(defaults) {
_super.apply(this, arguments);
}
GetInboundShipmentNotificationResponseList.itemType = PortalModel.GetInboundShipmentNotificationResponseRec;
return GetInboundShipmentNotificationResponseList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetInboundShipmentNotificationResponseList = GetInboundShipmentNotificationResponseList;
});
define("Portal.model$CRM_EnquiryTypeList", ["exports", "OutSystems/ClientRuntime/Main", "Data_CO.model", "Portal.model", "Data_CO.model$CRM_EnquiryTypeRec", "Portal.referencesHealth", "Portal.referencesHealth$Data_CO"], function (exports, OutSystems, Data_COModel, PortalModel) {
var OS = OutSystems.Internal;
var CRM_EnquiryTypeList = (function (_super) {
__extends(CRM_EnquiryTypeList, _super);
function CRM_EnquiryTypeList(defaults) {
_super.apply(this, arguments);
}
CRM_EnquiryTypeList.itemType = Data_COModel.CRM_EnquiryTypeRec;
return CRM_EnquiryTypeList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CRM_EnquiryTypeList = CRM_EnquiryTypeList;
});
define("Portal.model$Request2List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Request2Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Request2List = (function (_super) {
__extends(Request2List, _super);
function Request2List(defaults) {
_super.apply(this, arguments);
}
Request2List.itemType = PortalModel.Request2Rec;
return Request2List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Request2List = Request2List;
});
define("Portal.model$IDLRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IDLRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IDLRecordList = (function (_super) {
__extends(IDLRecordList, _super);
function IDLRecordList(defaults) {
_super.apply(this, arguments);
}
IDLRecordList.itemType = PortalModel.IDLRecord;
return IDLRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IDLRecordList = IDLRecordList;
});
define("Portal.model$FileObjectRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$FileObjectRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var FileObjectRecordList = (function (_super) {
__extends(FileObjectRecordList, _super);
function FileObjectRecordList(defaults) {
_super.apply(this, arguments);
}
FileObjectRecordList.itemType = PortalModel.FileObjectRecord;
return FileObjectRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.FileObjectRecordList = FileObjectRecordList;
});
define("Portal.model$CityItem6RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CityItem6Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CityItem6RecordList = (function (_super) {
__extends(CityItem6RecordList, _super);
function CityItem6RecordList(defaults) {
_super.apply(this, arguments);
}
CityItem6RecordList.itemType = PortalModel.CityItem6Record;
return CityItem6RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CityItem6RecordList = CityItem6RecordList;
});
define("Portal.model$GetFreeBoxPayloadRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetFreeBoxPayloadRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetFreeBoxPayloadRecordList = (function (_super) {
__extends(GetFreeBoxPayloadRecordList, _super);
function GetFreeBoxPayloadRecordList(defaults) {
_super.apply(this, arguments);
}
GetFreeBoxPayloadRecordList.itemType = PortalModel.GetFreeBoxPayloadRecord;
return GetFreeBoxPayloadRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetFreeBoxPayloadRecordList = GetFreeBoxPayloadRecordList;
});
define("Portal.model$TextProductDetailsRecordTextRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$TextProductDetailsRecordTextRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var TextProductDetailsRecordTextRecordRecordList = (function (_super) {
__extends(TextProductDetailsRecordTextRecordRecordList, _super);
function TextProductDetailsRecordTextRecordRecordList(defaults) {
_super.apply(this, arguments);
}
TextProductDetailsRecordTextRecordRecordList.itemType = PortalModel.TextProductDetailsRecordTextRecordRecord;
return TextProductDetailsRecordTextRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.TextProductDetailsRecordTextRecordRecordList = TextProductDetailsRecordTextRecordRecordList;
});
define("Portal.model$Payload67List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload67Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload67List = (function (_super) {
__extends(Payload67List, _super);
function Payload67List(defaults) {
_super.apply(this, arguments);
}
Payload67List.itemType = PortalModel.Payload67Rec;
return Payload67List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload67List = Payload67List;
});
define("Portal.model$IGeneralCaseDetailsList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$IGeneralCaseDetailsRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var IGeneralCaseDetailsList = (function (_super) {
__extends(IGeneralCaseDetailsList, _super);
function IGeneralCaseDetailsList(defaults) {
_super.apply(this, arguments);
}
IGeneralCaseDetailsList.itemType = PortalModel.IGeneralCaseDetailsRec;
return IGeneralCaseDetailsList;
})(OS.DataTypes.GenericRecordList);
PortalModel.IGeneralCaseDetailsList = IGeneralCaseDetailsList;
});
define("Portal.model$PostOrderRatingRequestRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PostOrderRatingRequestRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PostOrderRatingRequestRecordList = (function (_super) {
__extends(PostOrderRatingRequestRecordList, _super);
function PostOrderRatingRequestRecordList(defaults) {
_super.apply(this, arguments);
}
PostOrderRatingRequestRecordList.itemType = PortalModel.PostOrderRatingRequestRecord;
return PostOrderRatingRequestRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PostOrderRatingRequestRecordList = PostOrderRatingRequestRecordList;
});
define("Portal.model$GetNewAccessTokenResponseRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$GetNewAccessTokenResponseRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var GetNewAccessTokenResponseRecordList = (function (_super) {
__extends(GetNewAccessTokenResponseRecordList, _super);
function GetNewAccessTokenResponseRecordList(defaults) {
_super.apply(this, arguments);
}
GetNewAccessTokenResponseRecordList.itemType = PortalModel.GetNewAccessTokenResponseRecord;
return GetNewAccessTokenResponseRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.GetNewAccessTokenResponseRecordList = GetNewAccessTokenResponseRecordList;
});
define("Portal.model$Payload7List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$Payload7Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var Payload7List = (function (_super) {
__extends(Payload7List, _super);
function Payload7List(defaults) {
_super.apply(this, arguments);
}
Payload7List.itemType = PortalModel.Payload7Rec;
return Payload7List;
})(OS.DataTypes.GenericRecordList);
PortalModel.Payload7List = Payload7List;
});
define("Portal.model$DataExcelList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DataExcelRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DataExcelList = (function (_super) {
__extends(DataExcelList, _super);
function DataExcelList(defaults) {
_super.apply(this, arguments);
}
DataExcelList.itemType = PortalModel.DataExcelRec;
return DataExcelList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DataExcelList = DataExcelList;
});
define("Portal.model$LegalEnquiryAddressToRecordRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$LegalEnquiryAddressToRecordRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var LegalEnquiryAddressToRecordRecordList = (function (_super) {
__extends(LegalEnquiryAddressToRecordRecordList, _super);
function LegalEnquiryAddressToRecordRecordList(defaults) {
_super.apply(this, arguments);
}
LegalEnquiryAddressToRecordRecordList.itemType = PortalModel.LegalEnquiryAddressToRecordRecord;
return LegalEnquiryAddressToRecordRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.LegalEnquiryAddressToRecordRecordList = LegalEnquiryAddressToRecordRecordList;
});
define("Portal.model$ARPendingRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ARPendingRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ARPendingRecordList = (function (_super) {
__extends(ARPendingRecordList, _super);
function ARPendingRecordList(defaults) {
_super.apply(this, arguments);
}
ARPendingRecordList.itemType = PortalModel.ARPendingRecord;
return ARPendingRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ARPendingRecordList = ARPendingRecordList;
});
define("Portal.model$RegionItemRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RegionItemRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RegionItemRecordList = (function (_super) {
__extends(RegionItemRecordList, _super);
function RegionItemRecordList(defaults) {
_super.apply(this, arguments);
}
RegionItemRecordList.itemType = PortalModel.RegionItemRecord;
return RegionItemRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RegionItemRecordList = RegionItemRecordList;
});
define("Portal.model$BoxShortList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$BoxShortRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var BoxShortList = (function (_super) {
__extends(BoxShortList, _super);
function BoxShortList(defaults) {
_super.apply(this, arguments);
}
BoxShortList.itemType = PortalModel.BoxShortRec;
return BoxShortList;
})(OS.DataTypes.GenericRecordList);
PortalModel.BoxShortList = BoxShortList;
});
define("Portal.model$URLQueryParameter15RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$URLQueryParameter15Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var URLQueryParameter15RecordList = (function (_super) {
__extends(URLQueryParameter15RecordList, _super);
function URLQueryParameter15RecordList(defaults) {
_super.apply(this, arguments);
}
URLQueryParameter15RecordList.itemType = PortalModel.URLQueryParameter15Record;
return URLQueryParameter15RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.URLQueryParameter15RecordList = URLQueryParameter15RecordList;
});
define("Portal.model$PaymentMethod2RecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$PaymentMethod2Record"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var PaymentMethod2RecordList = (function (_super) {
__extends(PaymentMethod2RecordList, _super);
function PaymentMethod2RecordList(defaults) {
_super.apply(this, arguments);
}
PaymentMethod2RecordList.itemType = PortalModel.PaymentMethod2Record;
return PaymentMethod2RecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.PaymentMethod2RecordList = PaymentMethod2RecordList;
});
define("Portal.model$HTTPRequest4List", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$HTTPRequest4Rec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var HTTPRequest4List = (function (_super) {
__extends(HTTPRequest4List, _super);
function HTTPRequest4List(defaults) {
_super.apply(this, arguments);
}
HTTPRequest4List.itemType = PortalModel.HTTPRequest4Rec;
return HTTPRequest4List;
})(OS.DataTypes.GenericRecordList);
PortalModel.HTTPRequest4List = HTTPRequest4List;
});
define("Portal.model$RenewPostBoxRequestDetailsRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$RenewPostBoxRequestDetailsRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var RenewPostBoxRequestDetailsRecordList = (function (_super) {
__extends(RenewPostBoxRequestDetailsRecordList, _super);
function RenewPostBoxRequestDetailsRecordList(defaults) {
_super.apply(this, arguments);
}
RenewPostBoxRequestDetailsRecordList.itemType = PortalModel.RenewPostBoxRequestDetailsRecord;
return RenewPostBoxRequestDetailsRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.RenewPostBoxRequestDetailsRecordList = RenewPostBoxRequestDetailsRecordList;
});
define("Portal.model$ScreenPermissionList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$ScreenPermissionRec"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var ScreenPermissionList = (function (_super) {
__extends(ScreenPermissionList, _super);
function ScreenPermissionList(defaults) {
_super.apply(this, arguments);
}
ScreenPermissionList.itemType = PortalModel.ScreenPermissionRec;
return ScreenPermissionList;
})(OS.DataTypes.GenericRecordList);
PortalModel.ScreenPermissionList = ScreenPermissionList;
});
define("Portal.model$DropDownListRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$DropDownListRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var DropDownListRecordList = (function (_super) {
__extends(DropDownListRecordList, _super);
function DropDownListRecordList(defaults) {
_super.apply(this, arguments);
}
DropDownListRecordList.itemType = PortalModel.DropDownListRecord;
return DropDownListRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.DropDownListRecordList = DropDownListRecordList;
});
define("Portal.model$CreateOutstandingOrderRecordList", ["exports", "OutSystems/ClientRuntime/Main", "Portal.model", "Portal.model$CreateOutstandingOrderRecord"], function (exports, OutSystems, PortalModel) {
var OS = OutSystems.Internal;
var CreateOutstandingOrderRecordList = (function (_super) {
__extends(CreateOutstandingOrderRecordList, _super);
function CreateOutstandingOrderRecordList(defaults) {
_super.apply(this, arguments);
}
CreateOutstandingOrderRecordList.itemType = PortalModel.CreateOutstandingOrderRecord;
return CreateOutstandingOrderRecordList;
})(OS.DataTypes.GenericRecordList);
PortalModel.CreateOutstandingOrderRecordList = CreateOutstandingOrderRecordList;
});
define("Portal.model", ["exports", "OutSystems/ClientRuntime/Main"], function (exports, OutSystems) {
var OS = OutSystems.Internal;
var PortalModel = exports;
Object.defineProperty(PortalModel, "module", {
get: function () {
return OS.ApplicationInfo.getModules()["71a01550-379e-4549-ab81-758ab04118f3"];
}
});
PortalModel.staticEntities = {};
PortalModel.staticEntities.cRM_DocumentType = {};
var getCRM_DocumentTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["1cc6b263-6ffe-40bf-aba4-bd5abb165157"][record];
};
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "supportingDocument", {
get: function () {
return getCRM_DocumentTypeRecord("2272ab91-55de-4262-b58a-253df8561fa9");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "others", {
get: function () {
return getCRM_DocumentTypeRecord("62996d8e-d561-4889-8610-9aab6273d4d7");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "receiptCopy", {
get: function () {
return getCRM_DocumentTypeRecord("9dce1c2e-47f5-4f0e-899e-18372aa8100a");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "invoiceOfItemSent", {
get: function () {
return getCRM_DocumentTypeRecord("a2dd5529-6e12-4e4f-b172-8a91a924aa65");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "emiratesID", {
get: function () {
return getCRM_DocumentTypeRecord("d1f168ac-2478-4416-8dd3-c9fdc63d632f");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_DocumentType, "additionalReportFromDestination", {
get: function () {
return getCRM_DocumentTypeRecord("d3510283-1133-4679-9415-d4a31494a53e");
}
});
PortalModel.staticEntities.cartService = {};
var getCartServiceRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["1fe464b1-29e0-4ed6-a923-911046850559"][record];
};
Object.defineProperty(PortalModel.staticEntities.cartService, "postalShipment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("0aeb00ce-186f-452c-a1a8-c8526b8bd684"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "courierShipment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("2cf2e033-14e4-4a66-a5d8-1ff8e41b54bd"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "stamps", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("3d4b51a9-8d90-4a9f-9106-5599265bec7f"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalRental", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("5a84021f-4502-4deb-823f-78751d4364ba"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "internationalDrivingLicense", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("5e4f1cf3-9a6e-4715-a233-4c795c1514ef"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalCancellation", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("73869d08-0886-40d1-bebd-909aaa784339"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalQuickRenewal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("8f10bc34-e05e-43e4-aeca-b4be0896bdd0"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalUpgrade", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("a00434ed-4d5f-4ab1-bc2b-650c97ff92fa"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "legalEnquiry", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("b0288cf8-f8e1-4d63-9fba-d85530ab752f"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "outstandingPayment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("bcbf13d8-c6b6-48de-bd9e-f34a9603a518"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "smartPlaces", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("bfc20e74-d530-4441-a79d-0c17e2dec975"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalRenewal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("ca52d89e-1b45-4d77-a164-0d2414de1fd8"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "postalRelocation", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("dd0cf39a-2e88-4a6e-a94a-8261691cbd75"));
}
});
Object.defineProperty(PortalModel.staticEntities.cartService, "onDemandDelivery", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCartServiceRecord("ee66e54c-b755-41bf-849b-21073946abd7"));
}
});
PortalModel.staticEntities.pOBoxCardStatusColors = {};
var getPOBoxCardStatusColorsRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["2c5a8ccf-c2f1-4712-8318-77bf19744ae3"][record];
};
Object.defineProperty(PortalModel.staticEntities.pOBoxCardStatusColors, "expired", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxCardStatusColorsRecord("a91900a2-9d41-46b9-bfbf-cbb58b840be4"));
}
});
Object.defineProperty(PortalModel.staticEntities.pOBoxCardStatusColors, "regular", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxCardStatusColorsRecord("d92d8481-e407-4f18-9cfe-905e2bc3f72a"));
}
});
Object.defineProperty(PortalModel.staticEntities.pOBoxCardStatusColors, "dueForRenewal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxCardStatusColorsRecord("faf81202-d45b-46b2-97d3-bf112606cee6"));
}
});
PortalModel.staticEntities.serviceType = {};
var getServiceTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["5f02fd88-3d72-4731-9479-c4541947efab"][record];
};
Object.defineProperty(PortalModel.staticEntities.serviceType, "other", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("2522ae81-5a68-409a-9e14-3f727cfc17cc"));
}
});
Object.defineProperty(PortalModel.staticEntities.serviceType, "business", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("49f4d3b4-2e06-4aa6-885a-6b3d016b1f1a"));
}
});
Object.defineProperty(PortalModel.staticEntities.serviceType, "personal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("4c4b28b5-7b09-4b06-b623-7f00db33fb00"));
}
});
Object.defineProperty(PortalModel.staticEntities.serviceType, "aboutEPG", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("96438515-20af-4713-8c2e-b970f6faf7d7"));
}
});
Object.defineProperty(PortalModel.staticEntities.serviceType, "government", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("c44501a2-c5af-4119-a291-2f4d5df530ea"));
}
});
Object.defineProperty(PortalModel.staticEntities.serviceType, "outstandingPayment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getServiceTypeRecord("e21c0287-9e6e-4338-8155-3814102a0be4"));
}
});
PortalModel.staticEntities.pOBoxExpiryStatus = {};
var getPOBoxExpiryStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["65a28cea-6da3-4959-aa27-da57e0830b6f"][record];
};
Object.defineProperty(PortalModel.staticEntities.pOBoxExpiryStatus, "expired", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxExpiryStatusRecord("16f10bb5-5911-499f-aca1-2d8d51ce148f"));
}
});
Object.defineProperty(PortalModel.staticEntities.pOBoxExpiryStatus, "dueForRenewal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxExpiryStatusRecord("6c24f567-176f-4d13-bc35-104796dc82e5"));
}
});
Object.defineProperty(PortalModel.staticEntities.pOBoxExpiryStatus, "regular", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getPOBoxExpiryStatusRecord("e3a31e22-b485-4ed5-a195-0a8545192be1"));
}
});
PortalModel.staticEntities.cRM_EnquiryCategory = {};
var getCRM_EnquiryCategoryRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["69890055-f861-417f-adac-1cb1d0e13697"][record];
};
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "complimentAccolade", {
get: function () {
return getCRM_EnquiryCategoryRecord("308b9bc0-3f92-45bb-a709-6796319ee3db");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "productServiceSupport", {
get: function () {
return getCRM_EnquiryCategoryRecord("3ac5c86e-a428-4d68-998e-c19501470ee9");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "generalEnquiry", {
get: function () {
return getCRM_EnquiryCategoryRecord("6705ec12-4cd0-49e9-aaa6-4e218d1c000d");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "suggestionFeedback", {
get: function () {
return getCRM_EnquiryCategoryRecord("818042cb-2ce4-428a-b225-e9f15a9fe92a");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "intnlPostalInquiry", {
get: function () {
return getCRM_EnquiryCategoryRecord("b140bb71-af68-4567-bd00-d29d7d339f72");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryCategory, "complaint", {
get: function () {
return getCRM_EnquiryCategoryRecord("e0bea086-4187-4d16-b8d3-90865b29f903");
}
});
PortalModel.staticEntities.locale2 = {};
var getLocale2Record = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["6cce7375-da05-4057-bc32-2a980f38180d"][record];
};
Object.defineProperty(PortalModel.staticEntities.locale2, "en_us", {
get: function () {
return getLocale2Record("93d977b1-449e-4ba9-af5a-9d772ccfaf0a");
}
});
Object.defineProperty(PortalModel.staticEntities.locale2, "ar_sa", {
get: function () {
return getLocale2Record("cd184f90-730e-48f8-9cef-8ac5f43b9455");
}
});
PortalModel.staticEntities.shipmentReportPrefer = {};
var getShipmentReportPreferRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["9b3d7f08-18c0-4d76-9f91-99408ca55d46"][record];
};
Object.defineProperty(PortalModel.staticEntities.shipmentReportPrefer, "monthly", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getShipmentReportPreferRecord("159bb9b5-5b98-4bc8-abd5-9a29fd983ad6"));
}
});
Object.defineProperty(PortalModel.staticEntities.shipmentReportPrefer, "daily", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getShipmentReportPreferRecord("911327ae-24ef-4a0e-b630-318a968f2f4b"));
}
});
Object.defineProperty(PortalModel.staticEntities.shipmentReportPrefer, "weekly", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getShipmentReportPreferRecord("f59ea160-6fd0-414f-bb8e-282a7dd7131f"));
}
});
PortalModel.staticEntities.legalEnquiryStatus = {};
var getLegalEnquiryStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["9c3b3009-e2fc-44b7-bd2b-3d3b81255760"][record];
};
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "awaitingApproval", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("38e1afea-6aed-4faa-bb07-bd14cd93be67"));
}
});
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "rejectedByLegal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("5452efcf-1985-47bc-aa5b-834f022f1312"));
}
});
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "verifiedByLegal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("76b9fdb3-6441-4cc2-88bb-e6f8950542b9"));
}
});
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "rejectedByBranchAdmin", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("ca052505-f936-470a-8d1d-7391eeafdd71"));
}
});
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "completed", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("d6a0d779-ccb4-4c1b-b5f8-0a987ad4b1a5"));
}
});
Object.defineProperty(PortalModel.staticEntities.legalEnquiryStatus, "pendingVerification", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getLegalEnquiryStatusRecord("e879aedb-360d-4bec-8a43-52139da212b6"));
}
});
PortalModel.staticEntities.iDLReqStatus = {};
var getIDLReqStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["b0fe6d5f-22ff-4447-bd1f-b405d4cfa24a"][record];
};
Object.defineProperty(PortalModel.staticEntities.iDLReqStatus, "shipped", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLReqStatusRecord("0d24e98d-01f4-426d-b9f7-9f36f0ce1a27"));
}
});
Object.defineProperty(PortalModel.staticEntities.iDLReqStatus, "approved", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLReqStatusRecord("3038b464-9344-4675-b612-07072d61294d"));
}
});
Object.defineProperty(PortalModel.staticEntities.iDLReqStatus, "reuploadRequired", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLReqStatusRecord("685c4248-6041-489e-ae9f-4da35988a7f7"));
}
});
Object.defineProperty(PortalModel.staticEntities.iDLReqStatus, "approvalPending", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLReqStatusRecord("7df9919b-f30a-4ec1-9bab-73f622b142ca"));
}
});
PortalModel.staticEntities.multiShipMapType = {};
var getMultiShipMapTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["bb7d429b-7308-42be-aa8a-0e7fa36dceee"][record];
};
Object.defineProperty(PortalModel.staticEntities.multiShipMapType, "internationalBulk", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getMultiShipMapTypeRecord("6fcab175-dad7-4193-b814-6dfdae3e0202"));
}
});
Object.defineProperty(PortalModel.staticEntities.multiShipMapType, "domesticBulkExpress", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getMultiShipMapTypeRecord("ab1f0ed2-ef6c-42f7-ba10-620517356b55"));
}
});
Object.defineProperty(PortalModel.staticEntities.multiShipMapType, "internationalBulkPremium", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getMultiShipMapTypeRecord("db344787-eddb-46e4-884c-bf180f4fb2aa"));
}
});
PortalModel.staticEntities.iDLDocStatus = {};
var getIDLDocStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["c13f8afb-c66c-41be-b494-a4b4f9204ddd"][record];
};
Object.defineProperty(PortalModel.staticEntities.iDLDocStatus, "approvalPending", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLDocStatusRecord("903c2235-a2fc-4406-b166-0c902303496a"));
}
});
Object.defineProperty(PortalModel.staticEntities.iDLDocStatus, "reuploadRequired", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLDocStatusRecord("b611e792-4a8d-4bfd-9589-21094e1b1f4a"));
}
});
Object.defineProperty(PortalModel.staticEntities.iDLDocStatus, "approved", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getIDLDocStatusRecord("da14e5e6-f280-4d22-9489-5a833a899a83"));
}
});
PortalModel.staticEntities.addressType = {};
var getAddressTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["c2e118ce-6afb-49ed-ae20-8126b74fb9b0"][record];
};
Object.defineProperty(PortalModel.staticEntities.addressType, "receiver", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getAddressTypeRecord("7dcfb399-d6ed-4587-9da9-aa9553477255"));
}
});
Object.defineProperty(PortalModel.staticEntities.addressType, "sender", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getAddressTypeRecord("e7e295b1-10ae-4c1c-b5c3-909f414ce8f8"));
}
});
PortalModel.staticEntities.cRM_EnquiryType = {};
var getCRM_EnquiryTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["c5ba06e1-d328-4568-b4b1-cf66b53bc9d9"][record];
};
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_Licensing", {
get: function () {
return getCRM_EnquiryTypeRecord("0673c77c-0de3-4b78-b195-566d6fac4f12");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_Money", {
get: function () {
return getCRM_EnquiryTypeRecord("0c02e60d-c949-40f3-b367-0a3d8f43f50c");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_Tracking", {
get: function () {
return getCRM_EnquiryTypeRecord("12af0368-9cdf-490b-a1d2-41a16b2c2652");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "complaint_General", {
get: function () {
return getCRM_EnquiryTypeRecord("2723c634-5eab-4cc3-8b4e-6829c479a44c");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "productAndServiceSupport", {
get: function () {
return getCRM_EnquiryTypeRecord("293e3609-a784-4533-bfd7-18d1c25b11be");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_Refund", {
get: function () {
return getCRM_EnquiryTypeRecord("476bd2fd-eba1-4ca0-909c-881a6d280d59");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "suggestionAndFeedback_General", {
get: function () {
return getCRM_EnquiryTypeRecord("4dbd30e0-b711-41db-b688-986e5a32b677");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_RateCalculator", {
get: function () {
return getCRM_EnquiryTypeRecord("5d682c6b-5993-4316-9a71-f8471264dd7b");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "compliment", {
get: function () {
return getCRM_EnquiryTypeRecord("6c0eefe6-38f1-4254-93ca-e99034aa102e");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_General", {
get: function () {
return getCRM_EnquiryTypeRecord("96e6ecc7-87c3-423a-bd84-53e1255a4e46");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "complaint_CourierLicensing", {
get: function () {
return getCRM_EnquiryTypeRecord("993e064b-29ee-474a-9b52-53150b5e6cb8");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "suggestionAndFeedback_Website", {
get: function () {
return getCRM_EnquiryTypeRecord("cf256956-bae0-4ed1-bb55-11eadaf739a5");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "complaint_Supplier", {
get: function () {
return getCRM_EnquiryTypeRecord("d8145f0d-d557-408d-b114-94c7d5e87e38");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "inquiry_InternationalPostal", {
get: function () {
return getCRM_EnquiryTypeRecord("e8f53dac-6976-4687-bd59-7322aebc2a42");
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_EnquiryType, "complaint_Shipment", {
get: function () {
return getCRM_EnquiryTypeRecord("f733e0e9-a0a1-4ef5-a86c-8e956ad77707");
}
});
PortalModel.staticEntities.eP_Service = {};
var getEP_ServiceRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["e8e219b8-319c-4c58-b921-fd82162d79d2"][record];
};
Object.defineProperty(PortalModel.staticEntities.eP_Service, "viewAllBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("081a8288-30cc-41b4-84ce-5acda7903da5"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "getRates", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("0a2da65c-4c59-496e-a6df-2607aa18e8d5"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "raiseEnquiryBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("17bcaf7f-2588-4541-8d82-954c1079468b"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "p", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("2418cd41-b990-4fbd-b825-4a47f4cc0b00"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "trackEnquiry", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("2789e642-a82d-43c1-ab9a-b2295630fa9e"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "viewInvoices", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("2a1bde91-1b64-46c7-9d11-9e9b09c07edb"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "scheduleShipment", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("2b1050fa-570b-4bc6-95e9-05285e0ef4c8"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "getRatesBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("34c71755-7a0e-45e4-ab4c-99376716a125"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "manageIncomingShipments", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("38f90a22-959a-42f7-833d-e065b1b7e511"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "renewPOBox", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("3b46935d-681e-4933-9f86-7d77b326f845"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "universalPostalUnion", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("4825cada-29f9-4997-bef7-5b5ba3863c7f"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "renewPOBoxBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("5935191e-e71c-4924-aff6-392873fcefb9"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "trackTrace", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("700213a7-6a0c-4e71-a1d6-f427d2ce4453"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "mailRoom", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("7043b39c-60c2-4275-b958-234fb53bc073"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "integration", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("72d801dc-f9e0-4053-84aa-9ac0a13d1a7f"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "scheduleShipmentBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("7aab69a2-5772-4f67-8c8f-1be2d5ae0d9f"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "raiseEnquiry", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("80e4c0ea-b0ec-4b31-a10c-406ac1d38904"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "l", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("8442b215-38b9-4f41-819e-40de88b3384b"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "courierLicensing", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("86b8d8f1-fee2-4e7c-96d9-0999f1daa048"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "digitalPostCardApp", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("8b536b4e-f8ee-45ef-96be-afccb6758ffb"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "pOBoxServices", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("8d577030-2c0f-46cf-a771-f61091509de2"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "multishipServices", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("a38ec177-46fe-44f7-9ea4-2725e2f2a298"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "u", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("abb9337f-261b-4375-9ce2-461272530432"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "p2", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("b049b149-f741-40ae-b4de-90d4bc4cc976"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "viewAllPersonal", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("c547e61a-cc6d-429f-9692-d315f63192b1"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "rentPOBox", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("c70bc923-ecaa-4012-95c7-edbd829b30a0"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "schedulePickup", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("cdd5a6af-5ff4-4231-9341-732d95609f92"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "postalHistory", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("d062744b-1127-4c11-9a37-b61adcf79e08"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "internationalDrivingLicense", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("d192aec9-ee0b-4042-b49c-2dac9e42826e"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "smartPlacesDigital", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("d60459cc-d178-40f4-888d-a6f794ab68cc"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "schedulePickupBusiness", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("d9074972-8a6e-4dfa-9250-34f1ec3c0b90"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "aboutus", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("e19ae060-ac31-42f5-b545-c307b92303a1"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "webShop", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("ed1361ca-b171-4eb2-b4c7-4ab42b667515"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "visionMission", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("eeffc31c-dfdc-48d2-ae0e-183d49431e07"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "cEOMessage", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("f1464905-d293-4001-8507-8f6487d4c0aa"));
}
});
Object.defineProperty(PortalModel.staticEntities.eP_Service, "pOBoxLinking", {
get: function () {
return OS.BuiltinFunctions.textToLongInteger(getEP_ServiceRecord("f798ecb1-78b7-4c9d-8a4c-f73218478cf5"));
}
});
PortalModel.staticEntities.orderChannel = {};
var getOrderChannelRecord = function (record) {
return OS.ApplicationInfo.getModules()["505aa47e-96b7-41bd-a788-f9bf8d82414d"].staticEntities["f6cf1876-ef4a-4bb6-b1d3-dc9f8ae2a418"][record];
};
Object.defineProperty(PortalModel.staticEntities.orderChannel, "link", {
get: function () {
return getOrderChannelRecord("1eb0e33a-61f9-4c02-a4f0-110d9af1fb33");
}
});
Object.defineProperty(PortalModel.staticEntities.orderChannel, "mobileApp", {
get: function () {
return getOrderChannelRecord("2e24cffc-9815-46dc-9343-f797f3599a03");
}
});
Object.defineProperty(PortalModel.staticEntities.orderChannel, "web", {
get: function () {
return getOrderChannelRecord("67c18759-5365-469c-8c42-eaf8872c7170");
}
});
PortalModel.staticEntities.size = {};
var getSizeRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["1ac110b4-8964-470b-a6b2-81ae4a6b5bde"][record];
};
Object.defineProperty(PortalModel.staticEntities.size, "medium", {
get: function () {
return getSizeRecord("0f4cba2c-32d2-4bef-b0e8-0ecd7eadbffa");
}
});
Object.defineProperty(PortalModel.staticEntities.size, "small", {
get: function () {
return getSizeRecord("9133cb8a-ca17-4e39-a9fd-4a07cf123c82");
}
});
PortalModel.staticEntities.gutterSize = {};
var getGutterSizeRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["2e81a1e8-4fa4-4bd0-a945-65352999b0be"][record];
};
Object.defineProperty(PortalModel.staticEntities.gutterSize, "xXLarge", {
get: function () {
return getGutterSizeRecord("087ea4c4-96ff-4fc5-87c9-70e35c61fe6e");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "medium", {
get: function () {
return getGutterSizeRecord("12874371-fb77-4707-afda-cdddbba81173");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "none", {
get: function () {
return getGutterSizeRecord("1a6cb2a2-b448-4f08-ba92-5bd24d30a422");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "extraLarge", {
get: function () {
return getGutterSizeRecord("8d669ecd-b220-4b80-b57b-4700987734dd");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "small", {
get: function () {
return getGutterSizeRecord("96f816b9-2511-49f9-8e9c-c6ab4ff8683e");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "large", {
get: function () {
return getGutterSizeRecord("a9dce78b-0487-49ef-b5c0-d3054293816b");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "base", {
get: function () {
return getGutterSizeRecord("b7549354-102c-45e6-8c2e-b171c6f589c5");
}
});
Object.defineProperty(PortalModel.staticEntities.gutterSize, "extraSmall", {
get: function () {
return getGutterSizeRecord("b8734df5-7557-4609-a566-cf5c35a6dade");
}
});
PortalModel.staticEntities.breakColumns = {};
var getBreakColumnsRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["68f74593-a5c4-4e65-858b-f44211eaf122"][record];
};
Object.defineProperty(PortalModel.staticEntities.breakColumns, "none", {
get: function () {
return getBreakColumnsRecord("0712904e-03be-4b5f-9b9e-ecc640f84913");
}
});
Object.defineProperty(PortalModel.staticEntities.breakColumns, "first", {
get: function () {
return getBreakColumnsRecord("3d55ca44-9c70-4bd4-bf96-7d0a7ec1c3b6");
}
});
Object.defineProperty(PortalModel.staticEntities.breakColumns, "all", {
get: function () {
return getBreakColumnsRecord("63e0af38-8b6c-4970-b96a-acd8c6d863e4");
}
});
Object.defineProperty(PortalModel.staticEntities.breakColumns, "middle", {
get: function () {
return getBreakColumnsRecord("694d423c-ce17-45a1-9993-cb57c30ec674");
}
});
Object.defineProperty(PortalModel.staticEntities.breakColumns, "last", {
get: function () {
return getBreakColumnsRecord("6c98320a-c178-4925-b42b-7165ed805ea0");
}
});
PortalModel.staticEntities.shape = {};
var getShapeRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["6fe168a9-c16d-4cdb-9b6f-a9e6c6b79326"][record];
};
Object.defineProperty(PortalModel.staticEntities.shape, "sharp", {
get: function () {
return getShapeRecord("94deb1f5-6153-4438-92ad-cedea3c1f6f0");
}
});
Object.defineProperty(PortalModel.staticEntities.shape, "softRounded", {
get: function () {
return getShapeRecord("d1093539-d77d-439d-8d53-03d2e0053a52");
}
});
Object.defineProperty(PortalModel.staticEntities.shape, "rounded", {
get: function () {
return getShapeRecord("f20c2269-270a-43b2-ba29-bd8fbff2519f");
}
});
PortalModel.staticEntities.position = {};
var getPositionRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["83c073e8-bac2-4122-9772-aa6e122a5d36"][record];
};
Object.defineProperty(PortalModel.staticEntities.position, "top", {
get: function () {
return getPositionRecord("3bbcac35-309e-49a8-bf1b-a3c66e1ef3cd");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "left", {
get: function () {
return getPositionRecord("4d70c81a-67bd-4a1f-a21a-c6aa13d0f364");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "bottomRight", {
get: function () {
return getPositionRecord("73459c44-0160-4454-8ad0-c9bd44778a61");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "bottomLeft", {
get: function () {
return getPositionRecord("7352570c-243a-4f05-b6d1-608495931118");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "right", {
get: function () {
return getPositionRecord("bf43697b-2483-4855-a6c2-0a786bab472f");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "topLeft", {
get: function () {
return getPositionRecord("c1d22c62-5a36-4d69-b188-02d62b8fe7c4");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "topRight", {
get: function () {
return getPositionRecord("d14d8aae-f1c9-4538-a4a9-91a2690e6d92");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "center", {
get: function () {
return getPositionRecord("dcc9ffa2-34a7-4097-86d0-dde224907425");
}
});
Object.defineProperty(PortalModel.staticEntities.position, "bottom", {
get: function () {
return getPositionRecord("fb8d90f9-5432-4678-932b-f468c00d3361");
}
});
PortalModel.staticEntities.space = {};
var getSpaceRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["8fb3d471-82a4-439c-9cc1-0555dfa91451"][record];
};
Object.defineProperty(PortalModel.staticEntities.space, "large", {
get: function () {
return getSpaceRecord("51b55067-e608-49ed-9f00-1faf9e4a694a");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "medium", {
get: function () {
return getSpaceRecord("7340e97f-de64-4337-ad0d-1defcab8adb2");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "xXLarge", {
get: function () {
return getSpaceRecord("823213f8-9df9-4de0-8aba-2b5566e6f87d");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "extraSmall", {
get: function () {
return getSpaceRecord("83adf9ba-fbcf-4ce0-b4a4-bc6330956b89");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "small", {
get: function () {
return getSpaceRecord("919210a5-6b3b-40c9-9a28-b4e2c28a46f8");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "base", {
get: function () {
return getSpaceRecord("f0572ad3-54ac-4755-8c8e-a9004171fcb1");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "extraLarge", {
get: function () {
return getSpaceRecord("f8dafab9-63b9-40b2-9755-f2f8fa3d6e84");
}
});
Object.defineProperty(PortalModel.staticEntities.space, "none", {
get: function () {
return getSpaceRecord("fb937b97-bd94-4ba4-80ff-446cb3bdf6ae");
}
});
PortalModel.staticEntities.messageStatus = {};
var getMessageStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["c1015fc0-c81c-40cc-a046-bf99cf21a280"][record];
};
Object.defineProperty(PortalModel.staticEntities.messageStatus, "hidden", {
get: function () {
return getMessageStatusRecord("2f2266ed-167a-45db-ac12-ca1e3cfa0fd2");
}
});
Object.defineProperty(PortalModel.staticEntities.messageStatus, "read", {
get: function () {
return getMessageStatusRecord("34f4ff93-8e4e-4933-baae-8b9f122eb3cc");
}
});
Object.defineProperty(PortalModel.staticEntities.messageStatus, "sent", {
get: function () {
return getMessageStatusRecord("a1f1ba89-bd84-4943-a94c-a84ea4a142bf");
}
});
Object.defineProperty(PortalModel.staticEntities.messageStatus, "received", {
get: function () {
return getMessageStatusRecord("c90b88d0-8f7d-484a-8d17-b0d1b9795a94");
}
});
PortalModel.staticEntities.color = {};
var getColorRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["cb6d1da7-26d4-45d9-bc22-9a4c482e6ce2"][record];
};
Object.defineProperty(PortalModel.staticEntities.color, "neutral9", {
get: function () {
return getColorRecord("04a6c700-0ae5-44d5-81ce-34ec81d72c1c");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "grape", {
get: function () {
return getColorRecord("0d81324f-81ae-44eb-b81e-cd27ebce7460");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral7", {
get: function () {
return getColorRecord("1434454b-4d44-4ec7-a9ee-8353529b1621");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral10", {
get: function () {
return getColorRecord("1566893e-a30d-405f-878b-e64efdab7f7b");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "teal", {
get: function () {
return getColorRecord("19254415-08b2-4887-a6cf-36433bb1ade0");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "primary", {
get: function () {
return getColorRecord("1df261bf-454e-49a0-951e-87f6077cbbc1");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral4", {
get: function () {
return getColorRecord("20d4e7d1-c296-4853-b584-d2b004ddf9f5");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral8", {
get: function () {
return getColorRecord("31cd8495-438d-4825-8a93-c083bf6f016a");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "indigo", {
get: function () {
return getColorRecord("47b9565a-4f82-4a9d-a543-4aaa707853ac");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "orange", {
get: function () {
return getColorRecord("4d20d5b8-5570-4e18-9345-55772434a9ad");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "lime", {
get: function () {
return getColorRecord("50b20d51-09a6-43df-aa5d-6ae3c99f31e8");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "cyan", {
get: function () {
return getColorRecord("59edafdd-089e-409e-a2d2-78298e55e0f2");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "secondary", {
get: function () {
return getColorRecord("61f545b9-e074-40ee-a884-8102a56d9ee7");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral6", {
get: function () {
return getColorRecord("69c65fbc-5ddc-4e41-afcf-03acff40e7a8");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "yellow", {
get: function () {
return getColorRecord("80145099-0e84-4301-902b-2bd6a933e319");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral2", {
get: function () {
return getColorRecord("8577e423-4296-434f-9ca1-9a18b91e0c29");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral1", {
get: function () {
return getColorRecord("9946980c-176a-4345-90ff-312523579ef0");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral3", {
get: function () {
return getColorRecord("b7447296-c2b5-4d01-883b-b49d25b1c8a6");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "transparent", {
get: function () {
return getColorRecord("b87c59d9-4a95-4567-876d-b978ca413429");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "violet", {
get: function () {
return getColorRecord("bb39306e-ce82-47a7-9c0f-a78f92ff53c6");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "blue", {
get: function () {
return getColorRecord("c1bb8b1b-2f09-4fe9-bec9-eeb243b903d5");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral5", {
get: function () {
return getColorRecord("c1d63249-fde7-4438-b4c9-d445bcfc9257");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "red", {
get: function () {
return getColorRecord("d6c564f5-847a-4155-ba84-91b826bd676f");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "pink", {
get: function () {
return getColorRecord("e9991560-a98c-431e-a583-b707840dc2f3");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "green", {
get: function () {
return getColorRecord("ede4099b-595f-47f0-98ed-583414f4f6bd");
}
});
Object.defineProperty(PortalModel.staticEntities.color, "neutral0", {
get: function () {
return getColorRecord("fb934ce5-6b33-4c96-8d40-b06352706a8d");
}
});
PortalModel.staticEntities.steps = {};
var getStepsRecord = function (record) {
return OS.ApplicationInfo.getModules()["8be17f2a-431c-4958-b894-c77b988a7271"].staticEntities["e4dd8e9f-a620-4df5-b619-9b8a771be5a3"][record];
};
Object.defineProperty(PortalModel.staticEntities.steps, "next", {
get: function () {
return getStepsRecord("03e9ec31-9b26-4304-b532-29aa077d99ea");
}
});
Object.defineProperty(PortalModel.staticEntities.steps, "past", {
get: function () {
return getStepsRecord("5452e8a1-02ca-4ff2-8d74-bff1512fc4a3");
}
});
Object.defineProperty(PortalModel.staticEntities.steps, "active", {
get: function () {
return getStepsRecord("dbde9903-8367-49e7-8302-f6758c190844");
}
});
PortalModel.staticEntities.orderType = {};
var getOrderTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["04f48848-8264-4a9b-a81b-bdf133ade2a1"][record];
};
Object.defineProperty(PortalModel.staticEntities.orderType, "outstandingPayment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getOrderTypeRecord("2ab918e4-9bc5-4c5c-8225-a0ca767bdd35"));
}
});
Object.defineProperty(PortalModel.staticEntities.orderType, "shipment", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getOrderTypeRecord("4e1fdff0-bad5-4cf1-9a05-b59de2eda70d"));
}
});
Object.defineProperty(PortalModel.staticEntities.orderType, "postalQuickRenewal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getOrderTypeRecord("7cf20fc4-f2e6-408c-a387-2174e1c9b5fb"));
}
});
Object.defineProperty(PortalModel.staticEntities.orderType, "cart", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getOrderTypeRecord("bd46bb48-6b30-4491-bad7-b06f41cad671"));
}
});
PortalModel.staticEntities.cMS_PageStatus = {};
var getCMS_PageStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["28d7783d-ea23-4001-904a-f89def0b40a6"][record];
};
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "published", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("1a8f79ca-e77e-4f09-8a61-c046cd343e00"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "awaitingApproval", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("28e91464-d04c-47cb-8d69-cd241641752a"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "draft", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("328b7703-08e8-471c-b3f1-210f10cb5d7f"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "rejected", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("33d72813-a0f2-49f4-802f-057c7c87246b"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "deactivated", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("7c7e4449-88b8-4c18-a0d5-320766abaeff"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageStatus, "awaitingPublishing", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageStatusRecord("e3705c2e-39bc-48b8-800e-acf08da59230"));
}
});
PortalModel.staticEntities.cMS_PageType = {};
var getCMS_PageTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["524c926d-6911-4da3-8cbd-1a5aeb22c52d"][record];
};
Object.defineProperty(PortalModel.staticEntities.cMS_PageType, "stamp", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageTypeRecord("225088df-1f98-4c1b-9e21-e33504ca8b63"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageType, "testimony", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageTypeRecord("406c2e74-ef41-45e7-ae2a-6340717eae21"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageType, "quote", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageTypeRecord("58a52158-2101-4e80-b32f-d92a1db89e7c"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageType, "news", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageTypeRecord("5c1951dd-61c6-4efd-aed5-4bd3e32509ea"));
}
});
Object.defineProperty(PortalModel.staticEntities.cMS_PageType, "content", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCMS_PageTypeRecord("d7970939-75ee-481b-8ab4-f9ee73e808de"));
}
});
PortalModel.staticEntities.careers_MasterData = {};
var getCareers_MasterDataRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["8e0df717-2687-4805-9064-7eae24aa769c"][record];
};
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_MiscCertificate", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("0ac70c76-b70f-4e53-a85a-09ae59a4c63d"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "salutations_Dr", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("16915101-b6a5-4b38-8b7e-6eb97cbef1da"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "gender_Male", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("17ede780-71dd-4e2e-a6a3-0c4dfc84c593"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "page_LifeatEPG", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("1a581b21-e9b7-43b5-8ba7-45a913c87bc8"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_Legal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("1f4f51b7-d9ce-4804-911c-a0dd26a3e7eb"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_HR", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("1fb4de30-d368-44b4-ba95-0a566321f05e"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "yOE_Under3Years", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("2027e31e-f6b7-4674-83ff-d9c1cebdcd00"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_DL", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("23bcb56d-3894-4205-939b-f47a4c046b16"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_Operations", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("2d7034fb-25f6-4986-b965-336246468482"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_Resume", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("3d3d73ad-6c9d-483a-a297-9fe64742cd1c"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "yOE_Under5Years", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("3f6d4ff8-4437-4473-a842-2c834d380971"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_Visa", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("437961ac-b203-47c6-8ecd-03ff1becb0cd"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_FamilyBook", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("491870ec-ba67-405c-8f69-69cfd143f4e3"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_Portfolio", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("5179bdf7-3239-44e9-8748-8160065c43a5"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_ProfilePic", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("52fcf7f8-385a-4699-ad6b-8e116adf488a"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "salutations_Mrs", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("5c462c0c-ff59-473e-b932-85bf3c20f5d7"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_Sanitation", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("5ffa24e0-3212-45e8-8c75-ab0eae075153"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "postingStatus_Active", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("624725f7-36aa-42cf-8e57-504c3e154311"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_Passport", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("653904b4-b147-40de-b15b-9eaa84c2191c"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "educationLevel_Doctorate", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("7a1defc6-bf59-4e72-a3df-6f8bfbef323f"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "fAQ", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("7b28bd4e-72c9-465a-894f-a47f1c584691"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_Security", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("8cb39c13-6e56-4283-98b6-063de2ebbf3d"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "educationLevel_Masters", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("8f968413-e956-4f5b-af6b-f89a43dc34d0"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "yOE_Under10Years", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("907a56d2-41ef-4cca-9d44-000eb47c0628"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "gender_Female", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("9a9300e8-d0c9-435c-88a7-93fef84b5861"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_EdCertificate", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("a1d7afcd-cf83-4a54-9061-aaf5037c5aa7"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_Introductoryform", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("aa2b4e20-2e9b-4361-be38-5db20e1a3fcc"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "educationLevel_HighSchool", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("ad8ebf8b-9087-417c-b23a-dbc511da544d"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_ExCertificate", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("bf9746c5-0ec5-41b9-87a2-7c39caad354a"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "documentType_EID", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("c0b33e91-9946-47e1-8591-cf6b8e840b7f"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "salutations_Mr", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("c0c6cf0d-eb82-48cd-aee1-43ee01ff59a3"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "postingStatus_Pending", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("c3d55489-1e09-4247-9bad-b2a349cdbc5f"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "educationLevel_None", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("d4ad4901-a85d-4c20-9ee7-cbf3696602ef"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_Transportation", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("d7efdf4a-a2b6-4b13-9527-421577e746a7"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "educationLevel_Bachelors", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("d8186272-f210-42fe-ae89-bc0c90d19bcd"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "salutations_Ms", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("de095978-a856-447b-8108-5858527b2b35"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "salutations_Eng", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("dfe5a5f2-19e0-432c-9cda-b8c49790220d"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "testimonials", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("e22a2975-4b18-4644-86f8-839ae716dfd1"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "departments_IT", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("f0f79cba-7ca7-4a00-8357-f48db97c4006"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "postingStatus_Closed", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("f886f554-9ec0-42e3-82c2-4e23337aa2a2"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "yOE_LessThan1Year", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("fafa6e6c-2122-4a93-8507-63cb0326db54"));
}
});
Object.defineProperty(PortalModel.staticEntities.careers_MasterData, "yOE_Over20Years", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCareers_MasterDataRecord("fc7b4936-ffcd-4f1f-a885-4fcc7adcbf87"));
}
});
PortalModel.staticEntities.applicationStatus = {};
var getApplicationStatusRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["9fc39682-98aa-410e-b2ad-3fc25acdf982"][record];
};
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "pending", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("071b0bae-e4b7-46a2-81cd-2d15f88bc403"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "approve_Asses", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("1b37cd39-83fb-49c6-acc8-1543e0d51f44"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "pend_OnHold", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("28277e88-2d7d-4d92-bfa6-0d8685ccf94d"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "pend_Applied", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("28e2799c-6def-40fe-a4e5-157f7b76c28a"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "offer_OffIssued", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("425bf0a5-a081-416c-b689-6b3f4a875952"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "reject", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("457788da-3eed-4db0-ad48-9d4dc33d41b6"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "approved_Phone", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("49669b8d-73cc-4a4a-bb3b-078f7e7cc914"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "approve_Inter1", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("4a1fdade-f0b5-408e-a1e0-d459d7b58d3b"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "offer_OffAccepted", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("6849cbc5-347d-4f3e-b1f8-6796bdba3702"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "hired", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("71584a26-3124-4ba8-8d0a-b66af703406d"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "pend_Recc", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("b57ad252-e3ce-4ed1-8442-74895adb9afc"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "offer_JoiningConfirmation", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("f1df701a-47a2-4587-ad44-2c460cddcd3e"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "approved", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("f4e9afbe-bc35-4da8-b432-f29b6bc4fd50"));
}
});
Object.defineProperty(PortalModel.staticEntities.applicationStatus, "approve_Inter2", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getApplicationStatusRecord("fcedcaff-9efd-48db-b699-898e4409ab0a"));
}
});
PortalModel.staticEntities.userType = {};
var getUserTypeRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["a2082137-15e2-4776-a74e-9c173d3d4868"][record];
};
Object.defineProperty(PortalModel.staticEntities.userType, "corporateCash", {
get: function () {
return getUserTypeRecord("0a9be14e-f15d-4de0-9de8-5ac1fa6e24cc");
}
});
Object.defineProperty(PortalModel.staticEntities.userType, "candidate", {
get: function () {
return getUserTypeRecord("566dc6d3-650e-484e-80fb-74bd3d3826ed");
}
});
Object.defineProperty(PortalModel.staticEntities.userType, "personal", {
get: function () {
return getUserTypeRecord("76e4829d-bc67-4ba2-aa13-c49107ec8429");
}
});
Object.defineProperty(PortalModel.staticEntities.userType, "corporateCredit", {
get: function () {
return getUserTypeRecord("daf09255-45a8-4f4a-b3a3-c3cf1e2fefb8");
}
});
PortalModel.staticEntities.cRM_Ratings = {};
var getCRM_RatingsRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["b02dfe9e-9d71-4f09-a51b-646b72f62885"][record];
};
Object.defineProperty(PortalModel.staticEntities.cRM_Ratings, "amazing", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCRM_RatingsRecord("3651cb6e-3876-4239-90f1-3b58521d9c03"));
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_Ratings, "bad", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCRM_RatingsRecord("9e60c631-5c29-4cfd-b63e-c0e19fb0f2ee"));
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_Ratings, "veryGood", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCRM_RatingsRecord("a100f3d8-df57-4e12-a280-c01312168b5d"));
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_Ratings, "good", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCRM_RatingsRecord("b3c7a440-29c7-4de2-9f73-10a9aba1df03"));
}
});
Object.defineProperty(PortalModel.staticEntities.cRM_Ratings, "satisfactory", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getCRM_RatingsRecord("e73fa035-a2ed-4834-a277-a76374f68aca"));
}
});
PortalModel.staticEntities.chat_Services = {};
var getChat_ServicesRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["be043a1b-b5c5-408e-b9c5-db489d921597"][record];
};
Object.defineProperty(PortalModel.staticEntities.chat_Services, "track", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("1455e21b-ef1a-44c2-b8a9-76692f24f314"));
}
});
Object.defineProperty(PortalModel.staticEntities.chat_Services, "eMS", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("36a938d8-456b-40fe-999b-a472c2e185e7"));
}
});
Object.defineProperty(PortalModel.staticEntities.chat_Services, "postal", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("454b653b-b59c-4541-a0a8-e81c12def2e7"));
}
});
Object.defineProperty(PortalModel.staticEntities.chat_Services, "courierLicense", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("6c684c8c-1d1a-43cb-834d-31ab810d1acc"));
}
});
Object.defineProperty(PortalModel.staticEntities.chat_Services, "other", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("79f4b86d-c241-4fd7-aa10-63cf4fa561ef"));
}
});
Object.defineProperty(PortalModel.staticEntities.chat_Services, "courier", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getChat_ServicesRecord("a626e2ee-7d87-4b3f-95f6-3335c0d7112d"));
}
});
PortalModel.staticEntities.responseCode = {};
var getResponseCodeRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["c97c4a8c-0ed5-45e4-8551-a9ca5ddb6bf5"][record];
};
Object.defineProperty(PortalModel.staticEntities.responseCode, "methodNotAllowed", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("19844ec5-0e5a-44a7-aa81-f323fc426de8"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "unauthorized", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("2bc513d1-e841-4ec8-becb-190e75122f1d"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "internalServerError", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("2d8e7003-6a46-4565-885d-ad8cd4985d3f"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "invalidFileType", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("40e93475-5e52-46b9-8dbe-b7ea64378681"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "itemExistsInCart", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("5d6dbf80-b1c1-4af8-b97b-5743a89e1d40"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "notFound", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("664ddd40-97bd-4440-b3d7-83dba44a772c"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "serviceUnavailable", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("94d1659d-9e67-4f52-9731-66a3c465abd9"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "forbidden", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("9c495685-93c5-4dc4-9a97-91da8a2b4313"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "badRequest", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("a706bf83-29ad-4df5-abf4-138cf575fb04"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "conflict", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("b59df9d3-1602-4c9c-bf4f-c1b54db871c5"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "oK", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("cf92e0cf-92cc-4b7d-8ad6-94f83f4ce8b9"));
}
});
Object.defineProperty(PortalModel.staticEntities.responseCode, "created", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getResponseCodeRecord("d393beff-31f4-497d-bdcf-ebed7b92537c"));
}
});
PortalModel.staticEntities.sidebarMenuCategory = {};
var getSidebarMenuCategoryRecord = function (record) {
return OS.ApplicationInfo.getModules()["98c777c6-1b2f-4b12-8160-33b0854dc36a"].staticEntities["fd6ea8e3-c82c-4f48-a56e-37dd3281dcb3"][record];
};
Object.defineProperty(PortalModel.staticEntities.sidebarMenuCategory, "services", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getSidebarMenuCategoryRecord("00bf220a-c1fc-46b2-9b1c-3be51547ac27"));
}
});
Object.defineProperty(PortalModel.staticEntities.sidebarMenuCategory, "specific", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getSidebarMenuCategoryRecord("49443d4f-8ab0-4238-ba36-46ec6b87e9d7"));
}
});
Object.defineProperty(PortalModel.staticEntities.sidebarMenuCategory, "others", {
get: function () {
return OS.BuiltinFunctions.textToInteger(getSidebarMenuCategoryRecord("51316b17-325c-40ff-bc3a-0406ab00ff93"));
}
});
PortalModel.staticEntities.markerEvent = {};
var getMarkerEventRecord = function (record) {
return OS.ApplicationInfo.getModules()["e3c4debf-a5e0-4128-afc7-a9bd26edb6a9"].staticEntities["b07cd19f-e4f3-4f89-ae23-5a1989a6c1a0"][record];
};
Object.defineProperty(PortalModel.staticEntities.markerEvent, "click", {
get: function () {
return getMarkerEventRecord("12424828-28a4-4bc3-8c5f-14fb391e0fb6");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "clickable_changed", {
get: function () {
return getMarkerEventRecord("76cf969e-a0d4-477f-a9a7-e72495f15590");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "draggable_changed", {
get: function () {
return getMarkerEventRecord("88ab2b68-6962-4c93-8dc0-4d7aa0bf6b7b");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "drag", {
get: function () {
return getMarkerEventRecord("98b10626-6148-4c4b-8e22-7a89a085bf8a");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "dblclick", {
get: function () {
return getMarkerEventRecord("9e310d14-5bcc-4ba6-85a9-2991285a15d7");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "dragend", {
get: function () {
return getMarkerEventRecord("9ffb58c2-bb79-467a-9436-98290d130c61");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "title_changed", {
get: function () {
return getMarkerEventRecord("dd197b6b-c0ff-4126-a894-455f3d6867a2");
}
});
Object.defineProperty(PortalModel.staticEntities.markerEvent, "dragstart", {
get: function () {
return getMarkerEventRecord("e2e7e815-08c5-40f5-80b3-fb7b8f9099d5");
}
});
});