New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@limetech/lime-web-components-testing

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@limetech/lime-web-components-testing - npm Package Compare versions

Comparing version 4.38.4 to 4.38.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [4.38.5](https://github.com/Lundalogik/lime-web-components/compare/v4.38.4...v4.38.5) (2022-03-03)
**Note:** Version bump only for package @limetech/lime-web-components-testing
## [4.38.4](https://github.com/Lundalogik/lime-web-components/compare/v4.38.3...v4.38.4) (2022-02-26)

@@ -8,0 +16,0 @@

4

dist/es5/component-testing.js

@@ -45,3 +45,3 @@ "use strict";

function initComponent() {
var element = core_1.getElement(this);
var element = (0, core_1.getElement)(this);
componentInstances.set(element, this);

@@ -74,3 +74,3 @@ var config = componentConfigs.get(this.constructor.prototype);

if (!('platform' in props)) {
props.platform = platform_1.createPlatform();
props.platform = (0, platform_1.createPlatform)();
}

@@ -77,0 +77,0 @@ if (!('context' in props)) {

@@ -668,4 +668,4 @@ "use strict";

].map(function (data) {
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return _1.getLimetype('company'); }, getValue: function (property) { return _1.getValue(property, limeobject); } });
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return (0, _1.getLimetype)('company'); }, getValue: function (property) { return (0, _1.getValue)(property, limeobject); } });
return limeobject;
});

@@ -118,4 +118,4 @@ "use strict";

].map(function (data) {
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return _1.getLimetype('coworker'); }, getValue: function (property) { return _1.getValue(property, limeobject); } });
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return (0, _1.getLimetype)('coworker'); }, getValue: function (property) { return (0, _1.getValue)(property, limeobject); } });
return limeobject;
});

@@ -455,4 +455,4 @@ "use strict";

].map(function (data) {
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return _1.getLimetype('deal'); }, getValue: function (property) { return _1.getValue(property, limeobject); } });
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return (0, _1.getLimetype)('deal'); }, getValue: function (property) { return (0, _1.getValue)(property, limeobject); } });
return limeobject;
});

@@ -90,4 +90,4 @@ "use strict";

].map(function (data) {
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return _1.getLimetype('document'); }, getValue: function (property) { return _1.getValue(property, limeobject); } });
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return (0, _1.getLimetype)('document'); }, getValue: function (property) { return (0, _1.getValue)(property, limeobject); } });
return limeobject;
});

@@ -1170,4 +1170,4 @@ "use strict";

].map(function (data) {
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return _1.getLimetype('person'); }, getValue: function (property) { return _1.getValue(property, limeobject); } });
var limeobject = __assign(__assign({}, data), { getLimetype: function () { return (0, _1.getLimetype)('person'); }, getValue: function (property) { return (0, _1.getValue)(property, limeobject); } });
return limeobject;
});

@@ -13,3 +13,3 @@ "use strict";

label: 'campaign',
getProperty: function (property) { return _1.getProperty('campaign', property); },
getProperty: function (property) { return (0, _1.getProperty)('campaign', property); },
properties: {

@@ -301,5 +301,5 @@ name: {

getBackreference: function () {
return _1.getBackreference('document', 'campaign');
return (0, _1.getBackreference)('document', 'campaign');
},
getLimetype: function () { return _1.getLimetype('document'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -325,5 +325,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('participant', 'campaign');
return (0, _1.getBackreference)('participant', 'campaign');
},
getLimetype: function () { return _1.getLimetype('participant'); },
getLimetype: function () { return (0, _1.getLimetype)('participant'); },
},

@@ -349,5 +349,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('coworker', 'campaign');
return (0, _1.getBackreference)('coworker', 'campaign');
},
getLimetype: function () { return _1.getLimetype('coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -372,4 +372,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'campaign'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'campaign'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -412,4 +412,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('mailing', 'campaign'); },
getLimetype: function () { return _1.getLimetype('mailing'); },
getBackreference: function () { return (0, _1.getBackreference)('mailing', 'campaign'); },
getLimetype: function () { return (0, _1.getLimetype)('mailing'); },
},

@@ -416,0 +416,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'company',
getProperty: function (property) { return _1.getProperty('company', property); },
getProperty: function (property) { return (0, _1.getProperty)('company', property); },
properties: {

@@ -139,4 +139,4 @@ name: {

relation: {
getBackreference: function () { return _1.getBackreference('document', 'company'); },
getLimetype: function () { return _1.getLimetype('document'); },
getBackreference: function () { return (0, _1.getBackreference)('document', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -161,4 +161,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'company'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -183,4 +183,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'company'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -403,4 +403,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('helpdesk', 'company'); },
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getBackreference: function () { return (0, _1.getBackreference)('helpdesk', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -425,4 +425,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'company'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -447,4 +447,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'company'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -469,4 +469,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'company'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'company'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -583,5 +583,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('company', 'subsidiary');
return (0, _1.getBackreference)('company', 'subsidiary');
},
getLimetype: function () { return _1.getLimetype('company'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -606,5 +606,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('company', 'parentcompany');
return (0, _1.getBackreference)('company', 'parentcompany');
},
getLimetype: function () { return _1.getLimetype('company'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -611,0 +611,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('consent', property); },
getProperty: function (property) { return (0, _1.getProperty)('consent', property); },
properties: {

@@ -27,5 +27,5 @@ consenttype: {

getBackreference: function () {
return _1.getBackreference('consenttype', 'consent');
return (0, _1.getBackreference)('consenttype', 'consent');
},
getLimetype: function () { return _1.getLimetype('consenttype'); },
getLimetype: function () { return (0, _1.getLimetype)('consenttype'); },
},

@@ -160,4 +160,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'consent'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'consent'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -164,0 +164,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('consenttype', property); },
getProperty: function (property) { return (0, _1.getProperty)('consenttype', property); },
properties: {

@@ -115,5 +115,5 @@ title: {

getBackreference: function () {
return _1.getBackreference('person', 'consenttype');
return (0, _1.getBackreference)('person', 'consenttype');
},
getLimetype: function () { return _1.getLimetype('person'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -120,0 +120,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'user',
getProperty: function (property) { return _1.getProperty('coworker', property); },
getProperty: function (property) { return (0, _1.getProperty)('coworker', property); },
properties: {

@@ -135,4 +135,4 @@ name: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'coworker'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -158,5 +158,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('campaign', 'coworker');
return (0, _1.getBackreference)('campaign', 'coworker');
},
getLimetype: function () { return _1.getLimetype('campaign'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -181,4 +181,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'coworker'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -204,5 +204,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('document', 'coworker');
return (0, _1.getBackreference)('document', 'coworker');
},
getLimetype: function () { return _1.getLimetype('document'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -227,4 +227,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('office', 'coworker'); },
getLimetype: function () { return _1.getLimetype('office'); },
getBackreference: function () { return (0, _1.getBackreference)('office', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('office'); },
},

@@ -250,5 +250,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('solutionimprovement', 'coworker');
return (0, _1.getBackreference)('solutionimprovement', 'coworker');
},
getLimetype: function () { return _1.getLimetype('solutionimprovement'); },
getLimetype: function () { return (0, _1.getLimetype)('solutionimprovement'); },
},

@@ -274,5 +274,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('helpdesk', 'coworker');
return (0, _1.getBackreference)('helpdesk', 'coworker');
},
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -297,4 +297,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'coworker'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -319,4 +319,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'coworker'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -342,5 +342,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('solutionimprovement', 'coworkercreatedby');
return (0, _1.getBackreference)('solutionimprovement', 'coworkercreatedby');
},
getLimetype: function () { return _1.getLimetype('solutionimprovement'); },
getLimetype: function () { return (0, _1.getLimetype)('solutionimprovement'); },
},

@@ -420,4 +420,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('target', 'coworker'); },
getLimetype: function () { return _1.getLimetype('target'); },
getBackreference: function () { return (0, _1.getBackreference)('target', 'coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('target'); },
},

@@ -460,5 +460,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('infotiles', 'coworker');
return (0, _1.getBackreference)('infotiles', 'coworker');
},
getLimetype: function () { return _1.getLimetype('infotiles'); },
getLimetype: function () { return (0, _1.getLimetype)('infotiles'); },
},

@@ -465,0 +465,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'project',
getProperty: function (property) { return _1.getProperty('deal', property); },
getProperty: function (property) { return (0, _1.getProperty)('deal', property); },
properties: {

@@ -147,4 +147,4 @@ dealstatus: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'deal'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -169,4 +169,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('document', 'deal'); },
getLimetype: function () { return _1.getLimetype('document'); },
getBackreference: function () { return (0, _1.getBackreference)('document', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -191,4 +191,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'deal'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -231,4 +231,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'deal'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -272,4 +272,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'deal'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -294,4 +294,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'deal'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'deal'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -350,4 +350,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'deal2'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'deal2'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -354,0 +354,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'document',
getProperty: function (property) { return _1.getProperty('document', property); },
getProperty: function (property) { return (0, _1.getProperty)('document', property); },
properties: {

@@ -110,4 +110,4 @@ comment: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'document'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'document'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -133,5 +133,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('campaign', 'document');
return (0, _1.getBackreference)('campaign', 'document');
},
getLimetype: function () { return _1.getLimetype('campaign'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -156,4 +156,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'document'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'document'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -179,5 +179,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('coworker', 'document');
return (0, _1.getBackreference)('coworker', 'document');
},
getLimetype: function () { return _1.getLimetype('coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -202,4 +202,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'document'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'document'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -225,5 +225,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('helpdesk', 'document');
return (0, _1.getBackreference)('helpdesk', 'document');
},
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -249,5 +249,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('successplan', 'document');
return (0, _1.getBackreference)('successplan', 'document');
},
getLimetype: function () { return _1.getLimetype('successplan'); },
getLimetype: function () { return (0, _1.getLimetype)('successplan'); },
},

@@ -272,4 +272,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'document'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'document'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -276,0 +276,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'sos',
getProperty: function (property) { return _1.getProperty('helpdesk', property); },
getProperty: function (property) { return (0, _1.getProperty)('helpdesk', property); },
properties: {

@@ -97,4 +97,4 @@ title: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'helpdesk'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -120,5 +120,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('coworker', 'helpdesk');
return (0, _1.getBackreference)('coworker', 'helpdesk');
},
getLimetype: function () { return _1.getLimetype('coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -144,5 +144,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('helpdesktype', 'helpdesk');
return (0, _1.getBackreference)('helpdesktype', 'helpdesk');
},
getLimetype: function () { return _1.getLimetype('helpdesktype'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesktype'); },
},

@@ -187,5 +187,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('document', 'helpdesk');
return (0, _1.getBackreference)('document', 'helpdesk');
},
getLimetype: function () { return _1.getLimetype('document'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -210,4 +210,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'helpdesk'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -249,4 +249,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'helpdesk'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -271,4 +271,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'helpdesk'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -275,0 +275,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('helpdesktype', property); },
getProperty: function (property) { return (0, _1.getProperty)('helpdesktype', property); },
properties: {

@@ -63,5 +63,5 @@ name: {

getBackreference: function () {
return _1.getBackreference('helpdesk', 'helpdesktype');
return (0, _1.getBackreference)('helpdesk', 'helpdesktype');
},
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -68,0 +68,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'history',
getProperty: function (property) { return _1.getProperty('history', property); },
getProperty: function (property) { return (0, _1.getProperty)('history', property); },
properties: {

@@ -124,4 +124,4 @@ date: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'history'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -146,4 +146,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'history'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -168,4 +168,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'history'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -190,4 +190,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('helpdesk', 'history'); },
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getBackreference: function () { return (0, _1.getBackreference)('helpdesk', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -212,4 +212,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'history'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -234,4 +234,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('campaign', 'history'); },
getLimetype: function () { return _1.getLimetype('campaign'); },
getBackreference: function () { return (0, _1.getBackreference)('campaign', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -256,4 +256,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'history'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -278,4 +278,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('document', 'history'); },
getLimetype: function () { return _1.getLimetype('document'); },
getBackreference: function () { return (0, _1.getBackreference)('document', 'history'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -282,0 +282,0 @@ acl: {

@@ -67,4 +67,4 @@ "use strict";

}
throw new Error("Limetype '" + limetype + "' has no property named '" + property + "'");
throw new Error("Limetype '".concat(limetype, "' has no property named '").concat(property, "'"));
}
exports.getProperty = getProperty;

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('infotiles', property); },
getProperty: function (property) { return (0, _1.getProperty)('infotiles', property); },
properties: {

@@ -435,5 +435,5 @@ active: {

getBackreference: function () {
return _1.getBackreference('coworker', 'infotiles');
return (0, _1.getBackreference)('coworker', 'infotiles');
},
getLimetype: function () { return _1.getLimetype('coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -440,0 +440,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('localize', property); },
getProperty: function (property) { return (0, _1.getProperty)('localize', property); },
properties: {

@@ -16,0 +16,0 @@ owner: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('mailing', property); },
getProperty: function (property) { return (0, _1.getProperty)('mailing', property); },
properties: {

@@ -45,4 +45,4 @@ mailingid: {

relation: {
getBackreference: function () { return _1.getBackreference('campaign', 'mailing'); },
getLimetype: function () { return _1.getLimetype('campaign'); },
getBackreference: function () { return (0, _1.getBackreference)('campaign', 'mailing'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -140,5 +140,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('recipient', 'mailing');
return (0, _1.getBackreference)('recipient', 'mailing');
},
getLimetype: function () { return _1.getLimetype('recipient'); },
getLimetype: function () { return (0, _1.getLimetype)('recipient'); },
},

@@ -145,0 +145,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('office', property); },
getProperty: function (property) { return (0, _1.getProperty)('office', property); },
properties: {

@@ -196,4 +196,4 @@ name: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'office'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'office'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -200,0 +200,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('participant', property); },
getProperty: function (property) { return (0, _1.getProperty)('participant', property); },
properties: {

@@ -93,5 +93,5 @@ participantstatus: {

getBackreference: function () {
return _1.getBackreference('campaign', 'participant');
return (0, _1.getBackreference)('campaign', 'participant');
},
getLimetype: function () { return _1.getLimetype('campaign'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -117,5 +117,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('person', 'participant');
return (0, _1.getBackreference)('person', 'participant');
},
getLimetype: function () { return _1.getLimetype('person'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -122,0 +122,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'person',
getProperty: function (property) { return _1.getProperty('person', property); },
getProperty: function (property) { return (0, _1.getProperty)('person', property); },
properties: {

@@ -118,4 +118,4 @@ firstname: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'person'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -140,4 +140,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'person'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -163,5 +163,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('participant', 'person');
return (0, _1.getBackreference)('participant', 'person');
},
getLimetype: function () { return _1.getLimetype('participant'); },
getLimetype: function () { return (0, _1.getLimetype)('participant'); },
},

@@ -186,4 +186,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('document', 'person'); },
getLimetype: function () { return _1.getLimetype('document'); },
getBackreference: function () { return (0, _1.getBackreference)('document', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -227,4 +227,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('helpdesk', 'person'); },
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getBackreference: function () { return (0, _1.getBackreference)('helpdesk', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -268,4 +268,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'person'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -290,4 +290,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'person'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -426,4 +426,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('consent', 'person'); },
getLimetype: function () { return _1.getLimetype('consent'); },
getBackreference: function () { return (0, _1.getBackreference)('consent', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('consent'); },
},

@@ -465,4 +465,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('recipient', 'person'); },
getLimetype: function () { return _1.getLimetype('recipient'); },
getBackreference: function () { return (0, _1.getBackreference)('recipient', 'person'); },
getLimetype: function () { return (0, _1.getLimetype)('recipient'); },
},

@@ -469,0 +469,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('recipient', property); },
getProperty: function (property) { return (0, _1.getProperty)('recipient', property); },
properties: {

@@ -26,4 +26,4 @@ person: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'recipient'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'recipient'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -49,5 +49,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('mailing', 'recipient');
return (0, _1.getBackreference)('mailing', 'recipient');
},
getLimetype: function () { return _1.getLimetype('mailing'); },
getLimetype: function () { return (0, _1.getLimetype)('mailing'); },
},

@@ -54,0 +54,0 @@ acl: {

@@ -14,3 +14,3 @@ "use strict";

getProperty: function (property) {
return _1.getProperty('solutionimprovement', property);
return (0, _1.getProperty)('solutionimprovement', property);
},

@@ -217,5 +217,5 @@ properties: {

getBackreference: function () {
return _1.getBackreference('coworker', 'solutionimprovement');
return (0, _1.getBackreference)('coworker', 'solutionimprovement');
},
getLimetype: function () { return _1.getLimetype('coworker'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -275,5 +275,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('coworkercreatedby', 'solutionimprovement');
return (0, _1.getBackreference)('coworkercreatedby', 'solutionimprovement');
},
getLimetype: function () { return _1.getLimetype('coworkercreatedby'); },
getLimetype: function () { return (0, _1.getLimetype)('coworkercreatedby'); },
},

@@ -280,0 +280,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('successplan', property); },
getProperty: function (property) { return (0, _1.getProperty)('successplan', property); },
properties: {

@@ -114,4 +114,4 @@ startdate: {

relation: {
getBackreference: function () { return _1.getBackreference('todo', 'successplan'); },
getLimetype: function () { return _1.getLimetype('todo'); },
getBackreference: function () { return (0, _1.getBackreference)('todo', 'successplan'); },
getLimetype: function () { return (0, _1.getLimetype)('todo'); },
},

@@ -137,5 +137,5 @@ acl: {

getBackreference: function () {
return _1.getBackreference('document', 'successplan');
return (0, _1.getBackreference)('document', 'successplan');
},
getLimetype: function () { return _1.getLimetype('document'); },
getLimetype: function () { return (0, _1.getLimetype)('document'); },
},

@@ -142,0 +142,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: null,
getProperty: function (property) { return _1.getProperty('target', property); },
getProperty: function (property) { return (0, _1.getProperty)('target', property); },
properties: {

@@ -26,4 +26,4 @@ coworker: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'target'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'target'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -30,0 +30,0 @@ acl: {

@@ -13,3 +13,3 @@ "use strict";

label: 'todo',
getProperty: function (property) { return _1.getProperty('todo', property); },
getProperty: function (property) { return (0, _1.getProperty)('todo', property); },
properties: {

@@ -135,4 +135,4 @@ subject: {

relation: {
getBackreference: function () { return _1.getBackreference('coworker', 'todo'); },
getLimetype: function () { return _1.getLimetype('coworker'); },
getBackreference: function () { return (0, _1.getBackreference)('coworker', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('coworker'); },
},

@@ -157,4 +157,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('company', 'todo'); },
getLimetype: function () { return _1.getLimetype('company'); },
getBackreference: function () { return (0, _1.getBackreference)('company', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('company'); },
},

@@ -179,4 +179,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('campaign', 'todo'); },
getLimetype: function () { return _1.getLimetype('campaign'); },
getBackreference: function () { return (0, _1.getBackreference)('campaign', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('campaign'); },
},

@@ -201,4 +201,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('helpdesk', 'todo'); },
getLimetype: function () { return _1.getLimetype('helpdesk'); },
getBackreference: function () { return (0, _1.getBackreference)('helpdesk', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('helpdesk'); },
},

@@ -223,4 +223,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('person', 'todo'); },
getLimetype: function () { return _1.getLimetype('person'); },
getBackreference: function () { return (0, _1.getBackreference)('person', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('person'); },
},

@@ -245,4 +245,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'todo'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -267,4 +267,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('history', 'todo'); },
getLimetype: function () { return _1.getLimetype('history'); },
getBackreference: function () { return (0, _1.getBackreference)('history', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('history'); },
},

@@ -337,4 +337,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('deal', 'todo2'); },
getLimetype: function () { return _1.getLimetype('deal'); },
getBackreference: function () { return (0, _1.getBackreference)('deal', 'todo2'); },
getLimetype: function () { return (0, _1.getLimetype)('deal'); },
},

@@ -359,4 +359,4 @@ acl: {

relation: {
getBackreference: function () { return _1.getBackreference('successplan', 'todo'); },
getLimetype: function () { return _1.getLimetype('successplan'); },
getBackreference: function () { return (0, _1.getBackreference)('successplan', 'todo'); },
getLimetype: function () { return (0, _1.getLimetype)('successplan'); },
},

@@ -363,0 +363,0 @@ acl: {

@@ -7,3 +7,3 @@ "use strict";

beforeEach(function () {
platform = _1.createPlatform();
platform = (0, _1.createPlatform)();
});

@@ -10,0 +10,0 @@ it('creates a platform', function () {

export declare const company: ({
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -29,3 +29,3 @@ name: string;

} | {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -32,0 +32,0 @@ name: string;

export declare const coworker: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -4,0 +4,0 @@ name: string;

export declare const deal: ({
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -22,3 +22,3 @@ dealstatus: string;

} | {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -25,0 +25,0 @@ dealstatus: string;

export declare const document: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -4,0 +4,0 @@ iddocument: number;

export declare const limeobjects: {
company: ({
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -30,3 +30,3 @@ name: string;

} | {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -59,3 +59,3 @@ name: string;

coworker: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -82,3 +82,3 @@ name: string;

person: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -103,3 +103,3 @@ firstname: string;

deal: ({
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -124,3 +124,3 @@ dealstatus: string;

} | {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -152,3 +152,3 @@ dealstatus: string;

document: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -182,3 +182,3 @@ iddocument: number;

};
export declare const getLimetype: (limetype: string) => import("../../../interfaces/dist").Limetype;
export declare const getLimetype: (limetype: string) => import("@limetech/lime-web-components-interfaces/dist").Limetype;
export declare function getValue(propertyPath: string, limeobject: any): any;
export declare const person: {
getLimetype: () => import("../../../interfaces/dist").Limetype;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
getValue: (property: string) => any;

@@ -4,0 +4,0 @@ firstname: string;

@@ -236,4 +236,4 @@ export declare const campaign: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -258,4 +258,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -280,4 +280,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -302,4 +302,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -342,4 +342,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -346,0 +346,0 @@ acl: {

@@ -134,4 +134,4 @@ export declare const company: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -156,4 +156,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -178,4 +178,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -376,4 +376,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -398,4 +398,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -420,4 +420,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -442,4 +442,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -555,4 +555,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -576,4 +576,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -580,0 +580,0 @@ acl: {

@@ -21,4 +21,4 @@ export declare const consent: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -121,4 +121,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -125,0 +125,0 @@ acl: {

@@ -109,4 +109,4 @@ export declare const consenttype: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -113,0 +113,0 @@ acl: {

@@ -130,4 +130,4 @@ export declare const coworker: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -152,4 +152,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -174,4 +174,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -196,4 +196,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -218,4 +218,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -240,4 +240,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -262,4 +262,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -284,4 +284,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -306,4 +306,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -328,4 +328,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -405,4 +405,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -444,4 +444,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -448,0 +448,0 @@ acl: {

@@ -115,4 +115,4 @@ export declare const deal: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -137,4 +137,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -159,4 +159,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -199,4 +199,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -240,4 +240,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -262,4 +262,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -318,4 +318,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -322,0 +322,0 @@ acl: {

@@ -83,4 +83,4 @@ export declare const document: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -105,4 +105,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -127,4 +127,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -149,4 +149,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -171,4 +171,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -193,4 +193,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -215,4 +215,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -237,4 +237,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -241,0 +241,0 @@ acl: {

@@ -92,4 +92,4 @@ export declare const helpdesk: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -114,4 +114,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -136,4 +136,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -177,4 +177,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -199,4 +199,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -238,4 +238,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -260,4 +260,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -264,0 +264,0 @@ acl: {

@@ -57,4 +57,4 @@ export declare const helpdesktype: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -61,0 +61,0 @@ acl: {

@@ -82,4 +82,4 @@ export declare const history: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -104,4 +104,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -126,4 +126,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -148,4 +148,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -170,4 +170,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -192,4 +192,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -214,4 +214,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -236,4 +236,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -240,0 +240,0 @@ acl: {

@@ -308,4 +308,4 @@ export declare const infotiles: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -312,0 +312,0 @@ acl: {

@@ -40,4 +40,4 @@ export declare const mailing: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -134,4 +134,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -138,0 +138,0 @@ acl: {

@@ -191,4 +191,4 @@ export declare const office: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -195,0 +195,0 @@ acl: {

@@ -65,4 +65,4 @@ export declare const participant: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -87,4 +87,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -91,0 +91,0 @@ acl: {

@@ -113,4 +113,4 @@ export declare const person: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -135,4 +135,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -157,4 +157,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -179,4 +179,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -220,4 +220,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -261,4 +261,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -283,4 +283,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -362,4 +362,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -401,4 +401,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -405,0 +405,0 @@ acl: {

@@ -21,4 +21,4 @@ export declare const recipient: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -43,4 +43,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -47,0 +47,0 @@ acl: {

@@ -168,4 +168,4 @@ export declare const solutionimprovement: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -224,4 +224,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -228,0 +228,0 @@ acl: {

@@ -109,4 +109,4 @@ export declare const successplan: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -131,4 +131,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -135,0 +135,0 @@ acl: {

@@ -21,4 +21,4 @@ export declare const target: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -25,0 +25,0 @@ acl: {

@@ -113,4 +113,4 @@ export declare const todo: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -135,4 +135,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -157,4 +157,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -179,4 +179,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -201,4 +201,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -223,4 +223,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -245,4 +245,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -293,4 +293,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -315,4 +315,4 @@ acl: {

relation: {
getBackreference: () => import("../../../interfaces/dist").Property;
getLimetype: () => import("../../../interfaces/dist").Limetype;
getBackreference: () => import("@limetech/lime-web-components-interfaces/dist").Property;
getLimetype: () => import("@limetech/lime-web-components-interfaces/dist").Limetype;
};

@@ -319,0 +319,0 @@ acl: {

{
"name": "@limetech/lime-web-components-testing",
"version": "4.38.4",
"version": "4.38.5",
"author": "Lime Technologies",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/Lundalogik/lime-web-components",

"dependencies": {
"@limetech/lime-web-components-interfaces": "^4.38.0"
"@limetech/lime-web-components-interfaces": "^4.38.5"
},

@@ -45,3 +45,3 @@ "devDependencies": {

},
"gitHead": "ff0626ed53668bdc5e173c9d6f1cf5813f19e157"
"gitHead": "30a6854bc8eb7f91114dcfc948ff8a87d3b78bfb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc