lemon-core 2.2.17 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/common/test-helper.js +1 -1
- package/dist/common/test-helper.js.map +1 -1
- package/dist/controllers/dummy-controller.js.map +1 -1
- package/dist/cores/api-service.js.map +1 -1
- package/dist/cores/aws/aws-s3-service.d.ts +24 -46
- package/dist/cores/aws/aws-s3-service.js +103 -223
- package/dist/cores/aws/aws-s3-service.js.map +1 -1
- package/dist/cores/aws/aws-sns-service.js +3 -3
- package/dist/cores/aws/aws-sns-service.js.map +1 -1
- package/dist/cores/core-types.d.ts +98 -2
- package/dist/cores/core-types.js +1 -0
- package/dist/cores/core-types.js.map +1 -1
- package/dist/cores/dynamo-service.js +2 -2
- package/dist/cores/dynamo-service.js.map +1 -1
- package/dist/cores/elastic6-query-service.d.ts +42 -9
- package/dist/cores/elastic6-query-service.js +144 -127
- package/dist/cores/elastic6-query-service.js.map +1 -1
- package/dist/cores/elastic6-service.d.ts +144 -57
- package/dist/cores/elastic6-service.js +506 -321
- package/dist/cores/elastic6-service.js.map +1 -1
- package/dist/cores/lambda/lambda-cognito-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-cron-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js +3 -3
- package/dist/cores/lambda/lambda-dynamo-stream-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-notification-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-sns-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-web-handler.js +2 -4
- package/dist/cores/lambda/lambda-web-handler.js.map +1 -1
- package/dist/cores/lambda/lambda-wss-handler.js.map +1 -1
- package/dist/cores/model-manager.d.ts +4 -1
- package/dist/cores/model-manager.js +9 -4
- package/dist/cores/model-manager.js.map +1 -1
- package/dist/cores/protocol/protocol-service.d.ts +1 -2
- package/dist/cores/protocol/protocol-service.js +5 -3
- package/dist/cores/protocol/protocol-service.js.map +1 -1
- package/dist/engine/builder.d.ts +1 -0
- package/dist/engine/builder.js +1 -1
- package/dist/engine/builder.js.map +1 -1
- package/dist/engine/engine.js +2 -1
- package/dist/engine/engine.js.map +1 -1
- package/dist/engine/index.d.ts +0 -1
- package/dist/engine/index.js +2 -4
- package/dist/engine/index.js.map +1 -1
- package/dist/engine/types.d.ts +0 -4
- package/dist/engine/types.js.map +1 -1
- package/dist/engine/utilities.d.ts +5 -1
- package/dist/engine/utilities.js +126 -11
- package/dist/engine/utilities.js.map +1 -1
- package/dist/tools/express.js +0 -3
- package/dist/tools/express.js.map +1 -1
- package/package.json +7 -13
- package/CHANGELOG.md +0 -61
- package/dist/docs/assets/css/main.css +0 -2321
- package/dist/docs/assets/images/icons.png +0 -0
- package/dist/docs/assets/images/icons@2x.png +0 -0
- package/dist/docs/assets/images/widgets.png +0 -0
- package/dist/docs/assets/images/widgets@2x.png +0 -0
- package/dist/docs/assets/js/main.js +0 -1
- package/dist/docs/assets/js/search.js +0 -3
- package/dist/docs/classes/abstractmanager.html +0 -1034
- package/dist/docs/classes/apiproxyclient.html +0 -509
- package/dist/docs/classes/apiservice.html +0 -805
- package/dist/docs/classes/awskmsservice.html +0 -468
- package/dist/docs/classes/awsmodule.html +0 -353
- package/dist/docs/classes/awss3service.html +0 -689
- package/dist/docs/classes/awssnsservice.html +0 -543
- package/dist/docs/classes/awssqsservice.html +0 -517
- package/dist/docs/classes/cacheservice.html +0 -996
- package/dist/docs/classes/configmodule.html +0 -311
- package/dist/docs/classes/dummycacheservice.html +0 -1000
- package/dist/docs/classes/dummycontroller.html +0 -709
- package/dist/docs/classes/dummydynamoservice.html +0 -915
- package/dist/docs/classes/dummyelastic6service.html +0 -791
- package/dist/docs/classes/dummyredisstorageservice.html +0 -804
- package/dist/docs/classes/dummystoragemaker.html +0 -383
- package/dist/docs/classes/dummystorageservice.html +0 -592
- package/dist/docs/classes/dynamoqueryservice.html +0 -413
- package/dist/docs/classes/dynamoscanservice.html +0 -358
- package/dist/docs/classes/dynamoservice.html +0 -844
- package/dist/docs/classes/dynamostorageservice.html +0 -623
- package/dist/docs/classes/elastic6queryservice.html +0 -458
- package/dist/docs/classes/elastic6service.html +0 -804
- package/dist/docs/classes/file.html +0 -579
- package/dist/docs/classes/generalapicontroller.html +0 -877
- package/dist/docs/classes/generalcontroller.html +0 -454
- package/dist/docs/classes/generalcontrollerlocal.html +0 -499
- package/dist/docs/classes/generalcontrollerlocal2.html +0 -523
- package/dist/docs/classes/generalkeymaker.html +0 -335
- package/dist/docs/classes/generalmodelfilter.html +0 -529
- package/dist/docs/classes/generalwebcontroller.html +0 -580
- package/dist/docs/classes/hangulservice.html +0 -636
- package/dist/docs/classes/httpstorageservice.html +0 -539
- package/dist/docs/classes/lambdacognitohandler.html +0 -355
- package/dist/docs/classes/lambdacronhandler.html +0 -390
- package/dist/docs/classes/lambdacronhandlerlocal.html +0 -371
- package/dist/docs/classes/lambdadynamostreamhandler.html +0 -472
- package/dist/docs/classes/lambdadynamostreamhandlerlocal.html +0 -455
- package/dist/docs/classes/lambdahandler.html +0 -479
- package/dist/docs/classes/lambdahandlerlocal.html +0 -472
- package/dist/docs/classes/lambdamodule.html +0 -433
- package/dist/docs/classes/lambdanotificationhandler.html +0 -474
- package/dist/docs/classes/lambdanotificationhandlerlocal.html +0 -457
- package/dist/docs/classes/lambdasnshandler.html +0 -394
- package/dist/docs/classes/lambdasnshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasqshandler.html +0 -394
- package/dist/docs/classes/lambdasqshandlerlocal.html +0 -397
- package/dist/docs/classes/lambdasubhandler.html +0 -305
- package/dist/docs/classes/lambdawebhandler.html +0 -603
- package/dist/docs/classes/lambdawebhandlerlocal.html +0 -581
- package/dist/docs/classes/lambdawsshandler.html +0 -359
- package/dist/docs/classes/memcachedbackend.html +0 -900
- package/dist/docs/classes/mocksapiservice.html +0 -691
- package/dist/docs/classes/modelutil.html +0 -311
- package/dist/docs/classes/myconfigservice.html +0 -561
- package/dist/docs/classes/myconfigservicetest.html +0 -527
- package/dist/docs/classes/myconfigservicetest2.html +0 -522
- package/dist/docs/classes/mydummysqsservice.html +0 -419
- package/dist/docs/classes/myenginemodules.html +0 -357
- package/dist/docs/classes/mygeneralapicontroller.html +0 -837
- package/dist/docs/classes/mylemonwebcontroller.html +0 -356
- package/dist/docs/classes/mymodelfilter.html +0 -479
- package/dist/docs/classes/myprotocolservice.html +0 -993
- package/dist/docs/classes/myprotocolservicetest.html +0 -983
- package/dist/docs/classes/myservice.html +0 -329
- package/dist/docs/classes/mystorage.html +0 -1370
- package/dist/docs/classes/nodecachebackend.html +0 -714
- package/dist/docs/classes/protocolmodule.html +0 -311
- package/dist/docs/classes/proxystorageservice.html +0 -1441
- package/dist/docs/classes/query.html +0 -850
- package/dist/docs/classes/redisbackend.html +0 -781
- package/dist/docs/classes/redisstorageservice.html +0 -867
- package/dist/docs/classes/scan.html +0 -685
- package/dist/docs/classes/snsprotocoltransformer.html +0 -334
- package/dist/docs/classes/sqsprotocoltransformer.html +0 -334
- package/dist/docs/classes/typedstorageservice.html +0 -914
- package/dist/docs/classes/uniquefieldmanager.html +0 -477
- package/dist/docs/classes/usermanager.html +0 -919
- package/dist/docs/classes/utilities.html +0 -1914
- package/dist/docs/classes/webprotocoltransformer.html +0 -330
- package/dist/docs/globals.html +0 -7477
- package/dist/docs/index.html +0 -1511
- package/dist/docs/interfaces/accountitem.html +0 -277
- package/dist/docs/interfaces/accountmodel.html +0 -306
- package/dist/docs/interfaces/adaptiveparam.html +0 -203
- package/dist/docs/interfaces/apiheaders.html +0 -183
- package/dist/docs/interfaces/apihttpproxy.html +0 -304
- package/dist/docs/interfaces/apiserviceclient.html +0 -448
- package/dist/docs/interfaces/autocompletesearchparam.html +0 -282
- package/dist/docs/interfaces/betweencondition.html +0 -226
- package/dist/docs/interfaces/cachebackend.html +0 -714
- package/dist/docs/interfaces/cacheentry.html +0 -248
- package/dist/docs/interfaces/cacheoptions.html +0 -267
- package/dist/docs/interfaces/callbackdata.html +0 -279
- package/dist/docs/interfaces/callbackparam.html +0 -252
- package/dist/docs/interfaces/comparisoncondition.html +0 -226
- package/dist/docs/interfaces/coreconfigservice.html +0 -342
- package/dist/docs/interfaces/corekey.html +0 -278
- package/dist/docs/interfaces/corekeymakeable.html +0 -292
- package/dist/docs/interfaces/corekmsservice.html +0 -311
- package/dist/docs/interfaces/coremodel.html +0 -499
- package/dist/docs/interfaces/coremodelfilterable.html +0 -281
- package/dist/docs/interfaces/cores3service.html +0 -485
- package/dist/docs/interfaces/coreservices.html +0 -232
- package/dist/docs/interfaces/coresnsservice.html +0 -317
- package/dist/docs/interfaces/corewebcontroller.html +0 -271
- package/dist/docs/interfaces/cronevent.html +0 -223
- package/dist/docs/interfaces/cronparam.html +0 -212
- package/dist/docs/interfaces/dynamooption.html +0 -254
- package/dist/docs/interfaces/dynamoqueryresult.html +0 -244
- package/dist/docs/interfaces/dynamoscanresult.html +0 -244
- package/dist/docs/interfaces/dynamosimplequeriable.html +0 -308
- package/dist/docs/interfaces/dynamosimplescannable.html +0 -255
- package/dist/docs/interfaces/dynamostreambody.html +0 -268
- package/dist/docs/interfaces/dynamostreamcallback.html +0 -209
- package/dist/docs/interfaces/dynamostreamfilter.html +0 -218
- package/dist/docs/interfaces/dynamostreamparam.html +0 -240
- package/dist/docs/interfaces/elastic6item.html +0 -221
- package/dist/docs/interfaces/elastic6option.html +0 -275
- package/dist/docs/interfaces/elastic6simplequeriable.html +0 -284
- package/dist/docs/interfaces/engineconsole.html +0 -292
- package/dist/docs/interfaces/enginecore.html +0 -344
- package/dist/docs/interfaces/enginemodule.html +0 -269
- package/dist/docs/interfaces/enginemodules.html +0 -316
- package/dist/docs/interfaces/engineoption.html +0 -244
- package/dist/docs/interfaces/enginescope.html +0 -220
- package/dist/docs/interfaces/existencecondition.html +0 -212
- package/dist/docs/interfaces/filter.html +0 -253
- package/dist/docs/interfaces/generalfuntion.html +0 -207
- package/dist/docs/interfaces/generalitem.html +0 -212
- package/dist/docs/interfaces/handlermap.html +0 -171
- package/dist/docs/interfaces/incrementable.html +0 -190
- package/dist/docs/interfaces/internalkey.html +0 -210
- package/dist/docs/interfaces/internalmodel.html +0 -226
- package/dist/docs/interfaces/itementry.html +0 -241
- package/dist/docs/interfaces/jwtcommon.html +0 -242
- package/dist/docs/interfaces/lambdahandlerservice.html +0 -340
- package/dist/docs/interfaces/lemonengine.html +0 -593
- package/dist/docs/interfaces/metricpostbody.html +0 -220
- package/dist/docs/interfaces/mygeneral.html +0 -271
- package/dist/docs/interfaces/mymodel.html +0 -554
- package/dist/docs/interfaces/myprotocolparam.html +0 -359
- package/dist/docs/interfaces/nextcontext.html +0 -381
- package/dist/docs/interfaces/nextidentity.html +0 -325
- package/dist/docs/interfaces/nextidentityaccess.html +0 -495
- package/dist/docs/interfaces/nextidentitycognito.html +0 -422
- package/dist/docs/interfaces/notificationbody.html +0 -171
- package/dist/docs/interfaces/notificationparam.html +0 -304
- package/dist/docs/interfaces/options.html +0 -226
- package/dist/docs/interfaces/parrallelcallback.html +0 -203
- package/dist/docs/interfaces/parrallelparam.html +0 -285
- package/dist/docs/interfaces/protocolbody.html +0 -183
- package/dist/docs/interfaces/protocolparam.html +0 -336
- package/dist/docs/interfaces/protocolservice.html +0 -548
- package/dist/docs/interfaces/protocoltransformer.html +0 -295
- package/dist/docs/interfaces/proxyparams.html +0 -212
- package/dist/docs/interfaces/putobjectresult.html +0 -282
- package/dist/docs/interfaces/queryresult.html +0 -272
- package/dist/docs/interfaces/redisoptions.html +0 -248
- package/dist/docs/interfaces/simplesearchparam.html +0 -351
- package/dist/docs/interfaces/slackaction.html +0 -240
- package/dist/docs/interfaces/slackattachment.html +0 -459
- package/dist/docs/interfaces/slackpostbody.html +0 -240
- package/dist/docs/interfaces/sqsattribute.html +0 -171
- package/dist/docs/interfaces/sqsmessage.html +0 -254
- package/dist/docs/interfaces/sqsrecord.html +0 -324
- package/dist/docs/interfaces/sqsservice.html +0 -333
- package/dist/docs/interfaces/sqsstatistics.html +0 -240
- package/dist/docs/interfaces/storagemakeable.html +0 -258
- package/dist/docs/interfaces/storagemodel.html +0 -285
- package/dist/docs/interfaces/storageservice.html +0 -497
- package/dist/docs/interfaces/stringcondition.html +0 -226
- package/dist/docs/interfaces/tagset.html +0 -171
- package/dist/docs/interfaces/testmodel.html +0 -334
- package/dist/docs/interfaces/timeout.html +0 -233
- package/dist/docs/interfaces/updatable.html +0 -193
- package/dist/docs/interfaces/user.html +0 -534
|
@@ -1,554 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>MyModel | lemon-core - v2.2.17</title>
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
-
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
|
-
</head>
|
|
11
|
-
<body>
|
|
12
|
-
<header>
|
|
13
|
-
<div class="tsd-page-toolbar">
|
|
14
|
-
<div class="container">
|
|
15
|
-
<div class="table-wrap">
|
|
16
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
|
|
17
|
-
<div class="field">
|
|
18
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
19
|
-
<input id="tsd-search-field" type="text" />
|
|
20
|
-
</div>
|
|
21
|
-
<ul class="results">
|
|
22
|
-
<li class="state loading">Preparing search index...</li>
|
|
23
|
-
<li class="state failure">The search index is not available</li>
|
|
24
|
-
</ul>
|
|
25
|
-
<a href="../index.html" class="title">lemon-core - v2.2.17</a>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="table-cell" id="tsd-widgets">
|
|
28
|
-
<div id="tsd-filter">
|
|
29
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
30
|
-
<div class="tsd-filter-group">
|
|
31
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
32
|
-
<span class="tsd-select-label">All</span>
|
|
33
|
-
<ul class="tsd-select-list">
|
|
34
|
-
<li data-value="public">Public</li>
|
|
35
|
-
<li data-value="protected">Public/Protected</li>
|
|
36
|
-
<li data-value="private" class="selected">All</li>
|
|
37
|
-
</ul>
|
|
38
|
-
</div>
|
|
39
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
40
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
41
|
-
<input type="checkbox" id="tsd-filter-externals" checked />
|
|
42
|
-
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
|
|
43
|
-
<input type="checkbox" id="tsd-filter-only-exported" />
|
|
44
|
-
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
52
|
-
<div class="tsd-page-title">
|
|
53
|
-
<div class="container">
|
|
54
|
-
<ul class="tsd-breadcrumb">
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../globals.html">Globals</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="mymodel.html">MyModel</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface MyModel</h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
70
|
-
<h3>Hierarchy</h3>
|
|
71
|
-
<ul class="tsd-hierarchy">
|
|
72
|
-
<li>
|
|
73
|
-
<a href="coremodel.html" class="tsd-signature-type">CoreModel</a><span class="tsd-signature-symbol"><</span><a href="../globals.html#mytype" class="tsd-signature-type">MyType</a><span class="tsd-signature-symbol">></span>
|
|
74
|
-
</li>
|
|
75
|
-
<li>
|
|
76
|
-
<a href="generalitem.html" class="tsd-signature-type">GeneralItem</a>
|
|
77
|
-
</li>
|
|
78
|
-
<li>
|
|
79
|
-
<a href="generalitem.html" class="tsd-signature-type">GeneralItem</a>
|
|
80
|
-
</li>
|
|
81
|
-
<li>
|
|
82
|
-
<a href="generalitem.html" class="tsd-signature-type">GeneralItem</a>
|
|
83
|
-
<ul class="tsd-hierarchy">
|
|
84
|
-
<li>
|
|
85
|
-
<span class="target">MyModel</span>
|
|
86
|
-
</li>
|
|
87
|
-
</ul>
|
|
88
|
-
</li>
|
|
89
|
-
</ul>
|
|
90
|
-
</section>
|
|
91
|
-
<section class="tsd-panel tsd-kind-interface">
|
|
92
|
-
<h3 class="tsd-before-signature">Indexable</h3>
|
|
93
|
-
<div class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
|
|
94
|
-
</section>
|
|
95
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
96
|
-
<h2>Index</h2>
|
|
97
|
-
<section class="tsd-panel tsd-index-panel">
|
|
98
|
-
<div class="tsd-index-content">
|
|
99
|
-
<section class="tsd-index-section ">
|
|
100
|
-
<h3>Properties</h3>
|
|
101
|
-
<ul class="tsd-index-list">
|
|
102
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="mymodel.html#id" class="tsd-kind-icon">ID</a></li>
|
|
103
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="mymodel.html#_id" class="tsd-kind-icon">_id</a></li>
|
|
104
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="mymodel.html#count" class="tsd-kind-icon">count</a></li>
|
|
105
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#createdat" class="tsd-kind-icon">created<wbr>At</a></li>
|
|
106
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#deletedat" class="tsd-kind-icon">deleted<wbr>At</a></li>
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#error" class="tsd-kind-icon">error</a></li>
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#gid" class="tsd-kind-icon">gid</a></li>
|
|
109
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#id-1" class="tsd-kind-icon">id</a></li>
|
|
110
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#lock" class="tsd-kind-icon">lock</a></li>
|
|
111
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="mymodel.html#meta" class="tsd-kind-icon">meta</a></li>
|
|
112
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="mymodel.html#name" class="tsd-kind-icon">name</a></li>
|
|
113
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#next" class="tsd-kind-icon">next</a></li>
|
|
114
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#ns" class="tsd-kind-icon">ns</a></li>
|
|
115
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="mymodel.html#price" class="tsd-kind-icon">price</a></li>
|
|
116
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#sid" class="tsd-kind-icon">sid</a></li>
|
|
117
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="mymodel.html#stereo" class="tsd-kind-icon">stereo</a></li>
|
|
118
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited"><a href="mymodel.html#type" class="tsd-kind-icon">type</a></li>
|
|
119
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#uid" class="tsd-kind-icon">uid</a></li>
|
|
120
|
-
<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="mymodel.html#updatedat" class="tsd-kind-icon">updated<wbr>At</a></li>
|
|
121
|
-
</ul>
|
|
122
|
-
</section>
|
|
123
|
-
</div>
|
|
124
|
-
</section>
|
|
125
|
-
</section>
|
|
126
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
127
|
-
<h2>Properties</h2>
|
|
128
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
129
|
-
<a name="id" class="tsd-anchor"></a>
|
|
130
|
-
<h3>ID</h3>
|
|
131
|
-
<div class="tsd-signature tsd-kind-icon">ID<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
132
|
-
<aside class="tsd-sources">
|
|
133
|
-
<ul>
|
|
134
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/dynamo-query-service.spec.ts#L20">src/cores/dynamo-query-service.spec.ts:20</a></li>
|
|
135
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/dynamo-service.spec.ts#L20">src/cores/dynamo-service.spec.ts:20</a></li>
|
|
136
|
-
</ul>
|
|
137
|
-
</aside>
|
|
138
|
-
</section>
|
|
139
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
140
|
-
<a name="_id" class="tsd-anchor"></a>
|
|
141
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> _id</h3>
|
|
142
|
-
<div class="tsd-signature tsd-kind-icon">_id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
143
|
-
<aside class="tsd-sources">
|
|
144
|
-
<p>Inherited from <a href="internalkey.html">InternalKey</a>.<a href="internalkey.html#_id">_id</a></p>
|
|
145
|
-
<p>Overrides <a href="internalmodel.html">InternalModel</a>.<a href="internalmodel.html#_id">_id</a></p>
|
|
146
|
-
<ul>
|
|
147
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/storage-service.ts#L22">src/cores/storage-service.ts:22</a></li>
|
|
148
|
-
</ul>
|
|
149
|
-
</aside>
|
|
150
|
-
</section>
|
|
151
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
152
|
-
<a name="count" class="tsd-anchor"></a>
|
|
153
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> count</h3>
|
|
154
|
-
<div class="tsd-signature tsd-kind-icon">count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
155
|
-
<aside class="tsd-sources">
|
|
156
|
-
<ul>
|
|
157
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.spec.ts#L34">src/cores/proxy-storage-service.spec.ts:34</a></li>
|
|
158
|
-
</ul>
|
|
159
|
-
</aside>
|
|
160
|
-
</section>
|
|
161
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
162
|
-
<a name="createdat" class="tsd-anchor"></a>
|
|
163
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> created<wbr>At</h3>
|
|
164
|
-
<div class="tsd-signature tsd-kind-icon">created<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
165
|
-
<aside class="tsd-sources">
|
|
166
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#createdat">createdAt</a></p>
|
|
167
|
-
<ul>
|
|
168
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L120">src/cores/proxy-storage-service.ts:120</a></li>
|
|
169
|
-
</ul>
|
|
170
|
-
</aside>
|
|
171
|
-
<div class="tsd-comment tsd-typography">
|
|
172
|
-
<div class="lead">
|
|
173
|
-
<p>created timestamp</p>
|
|
174
|
-
</div>
|
|
175
|
-
</div>
|
|
176
|
-
</section>
|
|
177
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
178
|
-
<a name="deletedat" class="tsd-anchor"></a>
|
|
179
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> deleted<wbr>At</h3>
|
|
180
|
-
<div class="tsd-signature tsd-kind-icon">deleted<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
181
|
-
<aside class="tsd-sources">
|
|
182
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#deletedat">deletedAt</a></p>
|
|
183
|
-
<ul>
|
|
184
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L128">src/cores/proxy-storage-service.ts:128</a></li>
|
|
185
|
-
</ul>
|
|
186
|
-
</aside>
|
|
187
|
-
<div class="tsd-comment tsd-typography">
|
|
188
|
-
<div class="lead">
|
|
189
|
-
<p>deleted timestamp</p>
|
|
190
|
-
</div>
|
|
191
|
-
</div>
|
|
192
|
-
</section>
|
|
193
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
194
|
-
<a name="error" class="tsd-anchor"></a>
|
|
195
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> error</h3>
|
|
196
|
-
<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
197
|
-
<aside class="tsd-sources">
|
|
198
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#error">error</a></p>
|
|
199
|
-
<ul>
|
|
200
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L132">src/cores/proxy-storage-service.ts:132</a></li>
|
|
201
|
-
</ul>
|
|
202
|
-
</aside>
|
|
203
|
-
<div class="tsd-comment tsd-typography">
|
|
204
|
-
<div class="lead">
|
|
205
|
-
<p>error message will be set if error occurred</p>
|
|
206
|
-
</div>
|
|
207
|
-
</div>
|
|
208
|
-
</section>
|
|
209
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
210
|
-
<a name="gid" class="tsd-anchor"></a>
|
|
211
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> gid</h3>
|
|
212
|
-
<div class="tsd-signature tsd-kind-icon">gid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
213
|
-
<aside class="tsd-sources">
|
|
214
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#gid">gid</a></p>
|
|
215
|
-
<ul>
|
|
216
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L104">src/cores/proxy-storage-service.ts:104</a></li>
|
|
217
|
-
</ul>
|
|
218
|
-
</aside>
|
|
219
|
-
<div class="tsd-comment tsd-typography">
|
|
220
|
-
<div class="lead">
|
|
221
|
-
<p> group-id</p>
|
|
222
|
-
</div>
|
|
223
|
-
</div>
|
|
224
|
-
</section>
|
|
225
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
226
|
-
<a name="id-1" class="tsd-anchor"></a>
|
|
227
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> id</h3>
|
|
228
|
-
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
229
|
-
<aside class="tsd-sources">
|
|
230
|
-
<p>Inherited from <a href="storagemodel.html">StorageModel</a>.<a href="storagemodel.html#id">id</a></p>
|
|
231
|
-
<ul>
|
|
232
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/storage-service.ts#L31">src/cores/storage-service.ts:31</a></li>
|
|
233
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/elastic6-service.spec.ts#L18">src/cores/elastic6-service.spec.ts:18</a></li>
|
|
234
|
-
</ul>
|
|
235
|
-
</aside>
|
|
236
|
-
</section>
|
|
237
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
238
|
-
<a name="lock" class="tsd-anchor"></a>
|
|
239
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> lock</h3>
|
|
240
|
-
<div class="tsd-signature tsd-kind-icon">lock<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
241
|
-
<aside class="tsd-sources">
|
|
242
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#lock">lock</a></p>
|
|
243
|
-
<ul>
|
|
244
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L108">src/cores/proxy-storage-service.ts:108</a></li>
|
|
245
|
-
</ul>
|
|
246
|
-
</aside>
|
|
247
|
-
<div class="tsd-comment tsd-typography">
|
|
248
|
-
<div class="lead">
|
|
249
|
-
<p>lock count to secure sync</p>
|
|
250
|
-
</div>
|
|
251
|
-
</div>
|
|
252
|
-
</section>
|
|
253
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
254
|
-
<a name="meta" class="tsd-anchor"></a>
|
|
255
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> meta</h3>
|
|
256
|
-
<div class="tsd-signature tsd-kind-icon">meta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span></div>
|
|
257
|
-
<aside class="tsd-sources">
|
|
258
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#meta">meta</a></p>
|
|
259
|
-
<p>Overrides <a href="storagemodel.html">StorageModel</a>.<a href="storagemodel.html#meta">meta</a></p>
|
|
260
|
-
<ul>
|
|
261
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L116">src/cores/proxy-storage-service.ts:116</a></li>
|
|
262
|
-
</ul>
|
|
263
|
-
</aside>
|
|
264
|
-
<div class="tsd-comment tsd-typography">
|
|
265
|
-
<div class="lead">
|
|
266
|
-
<p>meta the json stringified string.</p>
|
|
267
|
-
</div>
|
|
268
|
-
</div>
|
|
269
|
-
</section>
|
|
270
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
271
|
-
<a name="name" class="tsd-anchor"></a>
|
|
272
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> name</h3>
|
|
273
|
-
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
274
|
-
<aside class="tsd-sources">
|
|
275
|
-
<ul>
|
|
276
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.spec.ts#L33">src/cores/proxy-storage-service.spec.ts:33</a></li>
|
|
277
|
-
</ul>
|
|
278
|
-
</aside>
|
|
279
|
-
</section>
|
|
280
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
281
|
-
<a name="next" class="tsd-anchor"></a>
|
|
282
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> next</h3>
|
|
283
|
-
<div class="tsd-signature tsd-kind-icon">next<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
284
|
-
<aside class="tsd-sources">
|
|
285
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#next">next</a></p>
|
|
286
|
-
<ul>
|
|
287
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L112">src/cores/proxy-storage-service.ts:112</a></li>
|
|
288
|
-
</ul>
|
|
289
|
-
</aside>
|
|
290
|
-
<div class="tsd-comment tsd-typography">
|
|
291
|
-
<div class="lead">
|
|
292
|
-
<p>next sequence number (use <code>nextSeq()</code>)</p>
|
|
293
|
-
</div>
|
|
294
|
-
</div>
|
|
295
|
-
</section>
|
|
296
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
297
|
-
<a name="ns" class="tsd-anchor"></a>
|
|
298
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> ns</h3>
|
|
299
|
-
<div class="tsd-signature tsd-kind-icon">ns<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
300
|
-
<aside class="tsd-sources">
|
|
301
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#ns">ns</a></p>
|
|
302
|
-
<ul>
|
|
303
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L84">src/cores/proxy-storage-service.ts:84</a></li>
|
|
304
|
-
</ul>
|
|
305
|
-
</aside>
|
|
306
|
-
<div class="tsd-comment tsd-typography">
|
|
307
|
-
<div class="lead">
|
|
308
|
-
<p>namespace</p>
|
|
309
|
-
</div>
|
|
310
|
-
</div>
|
|
311
|
-
</section>
|
|
312
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
313
|
-
<a name="price" class="tsd-anchor"></a>
|
|
314
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> price</h3>
|
|
315
|
-
<div class="tsd-signature tsd-kind-icon">price<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
316
|
-
<aside class="tsd-sources">
|
|
317
|
-
<ul>
|
|
318
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.spec.ts#L35">src/cores/proxy-storage-service.spec.ts:35</a></li>
|
|
319
|
-
</ul>
|
|
320
|
-
</aside>
|
|
321
|
-
</section>
|
|
322
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
323
|
-
<a name="sid" class="tsd-anchor"></a>
|
|
324
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> sid</h3>
|
|
325
|
-
<div class="tsd-signature tsd-kind-icon">sid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
326
|
-
<aside class="tsd-sources">
|
|
327
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#sid">sid</a></p>
|
|
328
|
-
<ul>
|
|
329
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L96">src/cores/proxy-storage-service.ts:96</a></li>
|
|
330
|
-
</ul>
|
|
331
|
-
</aside>
|
|
332
|
-
<div class="tsd-comment tsd-typography">
|
|
333
|
-
<div class="lead">
|
|
334
|
-
<p>site-id</p>
|
|
335
|
-
</div>
|
|
336
|
-
</div>
|
|
337
|
-
</section>
|
|
338
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
339
|
-
<a name="stereo" class="tsd-anchor"></a>
|
|
340
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> stereo</h3>
|
|
341
|
-
<div class="tsd-signature tsd-kind-icon">stereo<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
342
|
-
<aside class="tsd-sources">
|
|
343
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#stereo">stereo</a></p>
|
|
344
|
-
<p>Overrides <a href="storagemodel.html">StorageModel</a>.<a href="storagemodel.html#stereo">stereo</a></p>
|
|
345
|
-
<ul>
|
|
346
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L92">src/cores/proxy-storage-service.ts:92</a></li>
|
|
347
|
-
</ul>
|
|
348
|
-
</aside>
|
|
349
|
-
<div class="tsd-comment tsd-typography">
|
|
350
|
-
<div class="lead">
|
|
351
|
-
<p>stereo: stereo-type in common type.</p>
|
|
352
|
-
</div>
|
|
353
|
-
</div>
|
|
354
|
-
</section>
|
|
355
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
356
|
-
<a name="type" class="tsd-anchor"></a>
|
|
357
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> type</h3>
|
|
358
|
-
<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../globals.html#mytype" class="tsd-signature-type">MyType</a></div>
|
|
359
|
-
<aside class="tsd-sources">
|
|
360
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#type">type</a></p>
|
|
361
|
-
<p>Overrides <a href="storagemodel.html">StorageModel</a>.<a href="storagemodel.html#type">type</a></p>
|
|
362
|
-
<ul>
|
|
363
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L88">src/cores/proxy-storage-service.ts:88</a></li>
|
|
364
|
-
</ul>
|
|
365
|
-
</aside>
|
|
366
|
-
<div class="tsd-comment tsd-typography">
|
|
367
|
-
<div class="lead">
|
|
368
|
-
<p>type of model</p>
|
|
369
|
-
</div>
|
|
370
|
-
</div>
|
|
371
|
-
</section>
|
|
372
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
373
|
-
<a name="uid" class="tsd-anchor"></a>
|
|
374
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> uid</h3>
|
|
375
|
-
<div class="tsd-signature tsd-kind-icon">uid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
376
|
-
<aside class="tsd-sources">
|
|
377
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#uid">uid</a></p>
|
|
378
|
-
<ul>
|
|
379
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L100">src/cores/proxy-storage-service.ts:100</a></li>
|
|
380
|
-
</ul>
|
|
381
|
-
</aside>
|
|
382
|
-
<div class="tsd-comment tsd-typography">
|
|
383
|
-
<div class="lead">
|
|
384
|
-
<p>user-id</p>
|
|
385
|
-
</div>
|
|
386
|
-
</div>
|
|
387
|
-
</section>
|
|
388
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
389
|
-
<a name="updatedat" class="tsd-anchor"></a>
|
|
390
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> updated<wbr>At</h3>
|
|
391
|
-
<div class="tsd-signature tsd-kind-icon">updated<wbr>At<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
392
|
-
<aside class="tsd-sources">
|
|
393
|
-
<p>Inherited from <a href="coremodel.html">CoreModel</a>.<a href="coremodel.html#updatedat">updatedAt</a></p>
|
|
394
|
-
<ul>
|
|
395
|
-
<li>Defined in <a href="https://github.com/lemoncloud-io/lemon-core/blob/bbba320/src/cores/proxy-storage-service.ts#L124">src/cores/proxy-storage-service.ts:124</a></li>
|
|
396
|
-
</ul>
|
|
397
|
-
</aside>
|
|
398
|
-
<div class="tsd-comment tsd-typography">
|
|
399
|
-
<div class="lead">
|
|
400
|
-
<p>updated timestamp</p>
|
|
401
|
-
</div>
|
|
402
|
-
</div>
|
|
403
|
-
</section>
|
|
404
|
-
</section>
|
|
405
|
-
</div>
|
|
406
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
407
|
-
<nav class="tsd-navigation primary">
|
|
408
|
-
<ul>
|
|
409
|
-
<li class="globals ">
|
|
410
|
-
<a href="../globals.html"><em>Globals</em></a>
|
|
411
|
-
</li>
|
|
412
|
-
</ul>
|
|
413
|
-
</nav>
|
|
414
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
415
|
-
<ul class="before-current">
|
|
416
|
-
</ul>
|
|
417
|
-
<ul class="current">
|
|
418
|
-
<li class="current tsd-kind-interface">
|
|
419
|
-
<a href="mymodel.html" class="tsd-kind-icon">My<wbr>Model</a>
|
|
420
|
-
<ul>
|
|
421
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
422
|
-
<a href="mymodel.html#id" class="tsd-kind-icon">ID</a>
|
|
423
|
-
</li>
|
|
424
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
425
|
-
<a href="mymodel.html#_id" class="tsd-kind-icon">_id</a>
|
|
426
|
-
</li>
|
|
427
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
428
|
-
<a href="mymodel.html#count" class="tsd-kind-icon">count</a>
|
|
429
|
-
</li>
|
|
430
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
431
|
-
<a href="mymodel.html#createdat" class="tsd-kind-icon">created<wbr>At</a>
|
|
432
|
-
</li>
|
|
433
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
434
|
-
<a href="mymodel.html#deletedat" class="tsd-kind-icon">deleted<wbr>At</a>
|
|
435
|
-
</li>
|
|
436
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
437
|
-
<a href="mymodel.html#error" class="tsd-kind-icon">error</a>
|
|
438
|
-
</li>
|
|
439
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
440
|
-
<a href="mymodel.html#gid" class="tsd-kind-icon">gid</a>
|
|
441
|
-
</li>
|
|
442
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
443
|
-
<a href="mymodel.html#id-1" class="tsd-kind-icon">id</a>
|
|
444
|
-
</li>
|
|
445
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
446
|
-
<a href="mymodel.html#lock" class="tsd-kind-icon">lock</a>
|
|
447
|
-
</li>
|
|
448
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
449
|
-
<a href="mymodel.html#meta" class="tsd-kind-icon">meta</a>
|
|
450
|
-
</li>
|
|
451
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
452
|
-
<a href="mymodel.html#name" class="tsd-kind-icon">name</a>
|
|
453
|
-
</li>
|
|
454
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
455
|
-
<a href="mymodel.html#next" class="tsd-kind-icon">next</a>
|
|
456
|
-
</li>
|
|
457
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
458
|
-
<a href="mymodel.html#ns" class="tsd-kind-icon">ns</a>
|
|
459
|
-
</li>
|
|
460
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
461
|
-
<a href="mymodel.html#price" class="tsd-kind-icon">price</a>
|
|
462
|
-
</li>
|
|
463
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
464
|
-
<a href="mymodel.html#sid" class="tsd-kind-icon">sid</a>
|
|
465
|
-
</li>
|
|
466
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
467
|
-
<a href="mymodel.html#stereo" class="tsd-kind-icon">stereo</a>
|
|
468
|
-
</li>
|
|
469
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited">
|
|
470
|
-
<a href="mymodel.html#type" class="tsd-kind-icon">type</a>
|
|
471
|
-
</li>
|
|
472
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
473
|
-
<a href="mymodel.html#uid" class="tsd-kind-icon">uid</a>
|
|
474
|
-
</li>
|
|
475
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
|
|
476
|
-
<a href="mymodel.html#updatedat" class="tsd-kind-icon">updated<wbr>At</a>
|
|
477
|
-
</li>
|
|
478
|
-
</ul>
|
|
479
|
-
</li>
|
|
480
|
-
</ul>
|
|
481
|
-
<ul class="after-current">
|
|
482
|
-
</ul>
|
|
483
|
-
</nav>
|
|
484
|
-
</div>
|
|
485
|
-
</div>
|
|
486
|
-
</div>
|
|
487
|
-
<footer class="with-border-bottom">
|
|
488
|
-
<div class="container">
|
|
489
|
-
<h2>Legend</h2>
|
|
490
|
-
<div class="tsd-legend-group">
|
|
491
|
-
<ul class="tsd-legend">
|
|
492
|
-
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
|
|
493
|
-
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
|
|
494
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
495
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
496
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
497
|
-
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
|
|
498
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
499
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
500
|
-
</ul>
|
|
501
|
-
<ul class="tsd-legend">
|
|
502
|
-
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
|
|
503
|
-
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
|
|
504
|
-
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
|
|
505
|
-
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
|
|
506
|
-
</ul>
|
|
507
|
-
<ul class="tsd-legend">
|
|
508
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
509
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
510
|
-
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
|
|
511
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
512
|
-
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
|
|
513
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
|
|
514
|
-
</ul>
|
|
515
|
-
<ul class="tsd-legend">
|
|
516
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
517
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
518
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
519
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
520
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
521
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
|
|
522
|
-
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
|
|
523
|
-
</ul>
|
|
524
|
-
<ul class="tsd-legend">
|
|
525
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
526
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
|
|
527
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
|
|
528
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
|
|
529
|
-
</ul>
|
|
530
|
-
<ul class="tsd-legend">
|
|
531
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
|
|
532
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
|
|
533
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
|
|
534
|
-
</ul>
|
|
535
|
-
<ul class="tsd-legend">
|
|
536
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
|
|
537
|
-
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
|
|
538
|
-
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
|
|
539
|
-
</ul>
|
|
540
|
-
<ul class="tsd-legend">
|
|
541
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
|
|
542
|
-
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
|
|
543
|
-
</ul>
|
|
544
|
-
</div>
|
|
545
|
-
</div>
|
|
546
|
-
</footer>
|
|
547
|
-
<div class="container tsd-generator">
|
|
548
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
|
549
|
-
</div>
|
|
550
|
-
<div class="overlay"></div>
|
|
551
|
-
<script src="../assets/js/main.js"></script>
|
|
552
|
-
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
|
|
553
|
-
</body>
|
|
554
|
-
</html>
|