From 0d49a08d3fabe9d11d7e1f7a82d606fc70602532 Mon Sep 17 00:00:00 2001 From: remmeier Date: Thu, 29 Nov 2018 20:00:38 +0100 Subject: [PATCH] 2.10 update --- crnk-example-frontend/src/resources/attribute.change.ts | 2 +- crnk-example-frontend/src/resources/location.ts | 2 +- crnk-example-frontend/src/resources/login.ts | 2 +- crnk-example-frontend/src/resources/movie.ts | 4 ++-- crnk-example-frontend/src/resources/person.ts | 4 ++-- crnk-example-frontend/src/resources/role.ts | 6 +++--- crnk-example-frontend/src/resources/schedule.dto.ts | 2 +- crnk-example-frontend/src/resources/schedule.ts | 4 ++-- crnk-example-frontend/src/resources/screening.ts | 6 +++--- crnk-example-frontend/src/resources/secret.ts | 2 +- crnk-example-frontend/src/resources/vote.ts | 4 ++-- versions.properties | 2 +- 12 files changed, 20 insertions(+), 20 deletions(-) diff --git a/crnk-example-frontend/src/resources/attribute.change.ts b/crnk-example-frontend/src/resources/attribute.change.ts index 81bc96e..8143fe3 100644 --- a/crnk-example-frontend/src/resources/attribute.change.ts +++ b/crnk-example-frontend/src/resources/attribute.change.ts @@ -49,7 +49,7 @@ export module QAttributeChange { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { attribute: StringPath = this.createString('attribute'); diff --git a/crnk-example-frontend/src/resources/location.ts b/crnk-example-frontend/src/resources/location.ts index 5fa834e..6ef7788 100644 --- a/crnk-example-frontend/src/resources/location.ts +++ b/crnk-example-frontend/src/resources/location.ts @@ -45,7 +45,7 @@ export module QLocation { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } } export let createEmptyLocation = function(id: string): Location { diff --git a/crnk-example-frontend/src/resources/login.ts b/crnk-example-frontend/src/resources/login.ts index 4b5ee02..53ac6e7 100644 --- a/crnk-example-frontend/src/resources/login.ts +++ b/crnk-example-frontend/src/resources/login.ts @@ -50,7 +50,7 @@ export module QLogin { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { userName: StringPath = this.createString('userName'); diff --git a/crnk-example-frontend/src/resources/movie.ts b/crnk-example-frontend/src/resources/movie.ts index dfe3ce4..9f4850c 100644 --- a/crnk-example-frontend/src/resources/movie.ts +++ b/crnk-example-frontend/src/resources/movie.ts @@ -58,7 +58,7 @@ export module QMovie { new QTypedManyResourceRelationship(this, 'roles', QRole); } return this._roles; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -66,7 +66,7 @@ export module QMovie { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { name: StringPath = this.createString('name'); diff --git a/crnk-example-frontend/src/resources/person.ts b/crnk-example-frontend/src/resources/person.ts index d5d16a3..97b658a 100644 --- a/crnk-example-frontend/src/resources/person.ts +++ b/crnk-example-frontend/src/resources/person.ts @@ -58,7 +58,7 @@ export module QPerson { new QTypedManyResourceRelationship(this, 'roles', QRole); } return this._roles; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -66,7 +66,7 @@ export module QPerson { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { name: StringPath = this.createString('name'); diff --git a/crnk-example-frontend/src/resources/role.ts b/crnk-example-frontend/src/resources/role.ts index cfc1161..b60dc09 100644 --- a/crnk-example-frontend/src/resources/role.ts +++ b/crnk-example-frontend/src/resources/role.ts @@ -63,7 +63,7 @@ export module QRole { new QTypedOneResourceRelationship(this, 'movie', QMovie); } return this._movie; - }; + } private _person: QTypedOneResourceRelationship; get person(): QTypedOneResourceRelationship { if (!this._person) { @@ -71,7 +71,7 @@ export module QRole { new QTypedOneResourceRelationship(this, 'person', QPerson); } return this._person; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -79,7 +79,7 @@ export module QRole { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { role: StringPath = this.createString('role'); diff --git a/crnk-example-frontend/src/resources/schedule.dto.ts b/crnk-example-frontend/src/resources/schedule.dto.ts index 460cd85..8986f6c 100644 --- a/crnk-example-frontend/src/resources/schedule.dto.ts +++ b/crnk-example-frontend/src/resources/schedule.dto.ts @@ -52,7 +52,7 @@ export module QScheduleDto { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { name: StringPath = this.createString('name'); diff --git a/crnk-example-frontend/src/resources/schedule.ts b/crnk-example-frontend/src/resources/schedule.ts index 4c62412..97064da 100644 --- a/crnk-example-frontend/src/resources/schedule.ts +++ b/crnk-example-frontend/src/resources/schedule.ts @@ -57,7 +57,7 @@ export module QSchedule { new QTypedOneResourceRelationship(this, 'movie', QMovie); } return this._movie; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -65,7 +65,7 @@ export module QSchedule { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { name: StringPath = this.createString('name'); diff --git a/crnk-example-frontend/src/resources/screening.ts b/crnk-example-frontend/src/resources/screening.ts index 0575886..a0edbc4 100644 --- a/crnk-example-frontend/src/resources/screening.ts +++ b/crnk-example-frontend/src/resources/screening.ts @@ -57,7 +57,7 @@ export module QScreening { new QTypedOneResourceRelationship(this, 'movie', QMovie); } return this._movie; - }; + } private _location: QTypedOneResourceRelationship; get location(): QTypedOneResourceRelationship { if (!this._location) { @@ -65,7 +65,7 @@ export module QScreening { new QTypedOneResourceRelationship(this, 'location', QLocation); } return this._location; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -73,7 +73,7 @@ export module QScreening { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } } export let createEmptyScreening = function(id: string): Screening { diff --git a/crnk-example-frontend/src/resources/secret.ts b/crnk-example-frontend/src/resources/secret.ts index 4656a97..a3a1bb2 100644 --- a/crnk-example-frontend/src/resources/secret.ts +++ b/crnk-example-frontend/src/resources/secret.ts @@ -51,7 +51,7 @@ export module QSecret { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { name: StringPath = this.createString('name'); diff --git a/crnk-example-frontend/src/resources/vote.ts b/crnk-example-frontend/src/resources/vote.ts index 6eee3c3..8229a62 100644 --- a/crnk-example-frontend/src/resources/vote.ts +++ b/crnk-example-frontend/src/resources/vote.ts @@ -58,7 +58,7 @@ export module QVote { new QTypedOneResourceRelationship(this, 'movie', QMovie); } return this._movie; - }; + } private _attributeChanges: QTypedManyResourceRelationship; get attributeChanges(): QTypedManyResourceRelationship { if (!this._attributeChanges) { @@ -66,7 +66,7 @@ export module QVote { new QTypedManyResourceRelationship(this, 'attributeChanges', QAttributeChange); } return this._attributeChanges; - }; + } } export class QAttributes extends BeanPath { count: NumberPath = this.createNumber('count'); diff --git a/versions.properties b/versions.properties index 806c3d5..4782bd0 100644 --- a/versions.properties +++ b/versions.properties @@ -1 +1 @@ -crnk.version=2.9.20181028143330 \ No newline at end of file +crnk.version=2.10.20181129142450 \ No newline at end of file