mirror of
https://github.com/tutao/tutanota.git
synced 2025-12-08 06:09:50 +00:00
Use Rollup & Nollup for build
This commit is contained in:
parent
ed669790d1
commit
79f3fff51a
719 changed files with 12384 additions and 47399 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// @flow
|
||||
|
||||
import {create, TypeRef} from "../../common/EntityFunctions"
|
||||
import {create, TypeRef} from "../../common/utils/EntityUtils"
|
||||
|
||||
|
||||
export const NotificationSessionKeyTypeRef: TypeRef<NotificationSessionKey> = new TypeRef("sys", "NotificationSessionKey")
|
||||
|
|
@ -14,18 +14,14 @@ export const _TypeModel: TypeModel = {
|
|||
"encrypted": false,
|
||||
"values": {
|
||||
"_id": {
|
||||
"name": "_id",
|
||||
"id": 1554,
|
||||
"since": 48,
|
||||
"type": "CustomId",
|
||||
"cardinality": "One",
|
||||
"final": true,
|
||||
"encrypted": false
|
||||
},
|
||||
"pushIdentifierSessionEncSessionKey": {
|
||||
"name": "pushIdentifierSessionEncSessionKey",
|
||||
"id": 1556,
|
||||
"since": 48,
|
||||
"type": "Bytes",
|
||||
"cardinality": "One",
|
||||
"final": false,
|
||||
|
|
@ -34,14 +30,11 @@ export const _TypeModel: TypeModel = {
|
|||
},
|
||||
"associations": {
|
||||
"pushIdentifier": {
|
||||
"name": "pushIdentifier",
|
||||
"id": 1555,
|
||||
"since": 48,
|
||||
"type": "LIST_ELEMENT_ASSOCIATION",
|
||||
"cardinality": "One",
|
||||
"refType": "PushIdentifier",
|
||||
"final": false,
|
||||
"external": false
|
||||
"refType": "PushIdentifier"
|
||||
}
|
||||
},
|
||||
"app": "sys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue