lemon-core 2.2.20 → 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.
Files changed (230) hide show
  1. package/dist/common/test-helper.js +1 -1
  2. package/dist/common/test-helper.js.map +1 -1
  3. package/dist/controllers/dummy-controller.js.map +1 -1
  4. package/dist/cores/api-service.js.map +1 -1
  5. package/dist/cores/aws/aws-sns-service.js +3 -3
  6. package/dist/cores/aws/aws-sns-service.js.map +1 -1
  7. package/dist/cores/core-types.d.ts +92 -2
  8. package/dist/cores/core-types.js +1 -0
  9. package/dist/cores/core-types.js.map +1 -1
  10. package/dist/cores/dynamo-service.js +2 -2
  11. package/dist/cores/dynamo-service.js.map +1 -1
  12. package/dist/cores/elastic6-query-service.d.ts +42 -9
  13. package/dist/cores/elastic6-query-service.js +144 -134
  14. package/dist/cores/elastic6-query-service.js.map +1 -1
  15. package/dist/cores/elastic6-service.d.ts +144 -57
  16. package/dist/cores/elastic6-service.js +506 -322
  17. package/dist/cores/elastic6-service.js.map +1 -1
  18. package/dist/cores/lambda/lambda-cognito-handler.js.map +1 -1
  19. package/dist/cores/lambda/lambda-cron-handler.js.map +1 -1
  20. package/dist/cores/lambda/lambda-dynamo-stream-handler.js +3 -3
  21. package/dist/cores/lambda/lambda-dynamo-stream-handler.js.map +1 -1
  22. package/dist/cores/lambda/lambda-notification-handler.js.map +1 -1
  23. package/dist/cores/lambda/lambda-sns-handler.js.map +1 -1
  24. package/dist/cores/lambda/lambda-web-handler.js +2 -4
  25. package/dist/cores/lambda/lambda-web-handler.js.map +1 -1
  26. package/dist/cores/lambda/lambda-wss-handler.js.map +1 -1
  27. package/dist/cores/protocol/protocol-service.d.ts +1 -2
  28. package/dist/cores/protocol/protocol-service.js +5 -3
  29. package/dist/cores/protocol/protocol-service.js.map +1 -1
  30. package/dist/engine/builder.d.ts +1 -0
  31. package/dist/engine/builder.js +1 -1
  32. package/dist/engine/builder.js.map +1 -1
  33. package/dist/engine/engine.js +2 -1
  34. package/dist/engine/engine.js.map +1 -1
  35. package/dist/engine/index.d.ts +0 -1
  36. package/dist/engine/index.js +2 -4
  37. package/dist/engine/index.js.map +1 -1
  38. package/dist/engine/types.d.ts +0 -4
  39. package/dist/engine/types.js.map +1 -1
  40. package/dist/engine/utilities.d.ts +5 -1
  41. package/dist/engine/utilities.js +126 -11
  42. package/dist/engine/utilities.js.map +1 -1
  43. package/dist/tools/express.js +0 -3
  44. package/dist/tools/express.js.map +1 -1
  45. package/package.json +6 -11
  46. package/CHANGELOG.md +0 -61
  47. package/dist/docs/assets/css/main.css +0 -2321
  48. package/dist/docs/assets/images/icons.png +0 -0
  49. package/dist/docs/assets/images/icons@2x.png +0 -0
  50. package/dist/docs/assets/images/widgets.png +0 -0
  51. package/dist/docs/assets/images/widgets@2x.png +0 -0
  52. package/dist/docs/assets/js/main.js +0 -1
  53. package/dist/docs/assets/js/search.js +0 -3
  54. package/dist/docs/classes/abstractmanager.html +0 -1054
  55. package/dist/docs/classes/apiproxyclient.html +0 -509
  56. package/dist/docs/classes/apiservice.html +0 -805
  57. package/dist/docs/classes/awskmsservice.html +0 -468
  58. package/dist/docs/classes/awsmodule.html +0 -353
  59. package/dist/docs/classes/awss3service.html +0 -563
  60. package/dist/docs/classes/awssnsservice.html +0 -543
  61. package/dist/docs/classes/awssqsservice.html +0 -517
  62. package/dist/docs/classes/cacheservice.html +0 -996
  63. package/dist/docs/classes/configmodule.html +0 -311
  64. package/dist/docs/classes/dummycacheservice.html +0 -1000
  65. package/dist/docs/classes/dummycontroller.html +0 -709
  66. package/dist/docs/classes/dummydynamoservice.html +0 -915
  67. package/dist/docs/classes/dummyelastic6service.html +0 -791
  68. package/dist/docs/classes/dummyredisstorageservice.html +0 -804
  69. package/dist/docs/classes/dummystoragemaker.html +0 -383
  70. package/dist/docs/classes/dummystorageservice.html +0 -592
  71. package/dist/docs/classes/dynamoqueryservice.html +0 -413
  72. package/dist/docs/classes/dynamoscanservice.html +0 -358
  73. package/dist/docs/classes/dynamoservice.html +0 -844
  74. package/dist/docs/classes/dynamostorageservice.html +0 -623
  75. package/dist/docs/classes/elastic6queryservice.html +0 -458
  76. package/dist/docs/classes/elastic6service.html +0 -804
  77. package/dist/docs/classes/generalapicontroller.html +0 -877
  78. package/dist/docs/classes/generalcontroller.html +0 -454
  79. package/dist/docs/classes/generalcontrollerlocal.html +0 -499
  80. package/dist/docs/classes/generalcontrollerlocal2.html +0 -523
  81. package/dist/docs/classes/generalkeymaker.html +0 -335
  82. package/dist/docs/classes/generalmodelfilter.html +0 -529
  83. package/dist/docs/classes/generalwebcontroller.html +0 -580
  84. package/dist/docs/classes/hangulservice.html +0 -636
  85. package/dist/docs/classes/httpstorageservice.html +0 -539
  86. package/dist/docs/classes/lambdacognitohandler.html +0 -355
  87. package/dist/docs/classes/lambdacronhandler.html +0 -390
  88. package/dist/docs/classes/lambdacronhandlerlocal.html +0 -371
  89. package/dist/docs/classes/lambdadynamostreamhandler.html +0 -472
  90. package/dist/docs/classes/lambdadynamostreamhandlerlocal.html +0 -455
  91. package/dist/docs/classes/lambdahandler.html +0 -479
  92. package/dist/docs/classes/lambdahandlerlocal.html +0 -472
  93. package/dist/docs/classes/lambdamodule.html +0 -433
  94. package/dist/docs/classes/lambdanotificationhandler.html +0 -474
  95. package/dist/docs/classes/lambdanotificationhandlerlocal.html +0 -457
  96. package/dist/docs/classes/lambdasnshandler.html +0 -394
  97. package/dist/docs/classes/lambdasnshandlerlocal.html +0 -397
  98. package/dist/docs/classes/lambdasqshandler.html +0 -394
  99. package/dist/docs/classes/lambdasqshandlerlocal.html +0 -397
  100. package/dist/docs/classes/lambdasubhandler.html +0 -305
  101. package/dist/docs/classes/lambdawebhandler.html +0 -603
  102. package/dist/docs/classes/lambdawebhandlerlocal.html +0 -581
  103. package/dist/docs/classes/lambdawsshandler.html +0 -359
  104. package/dist/docs/classes/memcachedbackend.html +0 -900
  105. package/dist/docs/classes/mocksapiservice.html +0 -691
  106. package/dist/docs/classes/modelutil.html +0 -311
  107. package/dist/docs/classes/myconfigservice.html +0 -561
  108. package/dist/docs/classes/myconfigservicetest.html +0 -527
  109. package/dist/docs/classes/myconfigservicetest2.html +0 -522
  110. package/dist/docs/classes/mydummysqsservice.html +0 -419
  111. package/dist/docs/classes/myenginemodules.html +0 -357
  112. package/dist/docs/classes/mygeneralapicontroller.html +0 -837
  113. package/dist/docs/classes/mylemonwebcontroller.html +0 -356
  114. package/dist/docs/classes/mymodelfilter.html +0 -479
  115. package/dist/docs/classes/myprotocolservice.html +0 -993
  116. package/dist/docs/classes/myprotocolservicetest.html +0 -983
  117. package/dist/docs/classes/myservice.html +0 -329
  118. package/dist/docs/classes/mystorage.html +0 -1370
  119. package/dist/docs/classes/nodecachebackend.html +0 -714
  120. package/dist/docs/classes/protocolmodule.html +0 -311
  121. package/dist/docs/classes/proxystorageservice.html +0 -1441
  122. package/dist/docs/classes/query.html +0 -850
  123. package/dist/docs/classes/redisbackend.html +0 -781
  124. package/dist/docs/classes/redisstorageservice.html +0 -867
  125. package/dist/docs/classes/s3putobjectrequestbuilder.html +0 -509
  126. package/dist/docs/classes/scan.html +0 -685
  127. package/dist/docs/classes/snsprotocoltransformer.html +0 -334
  128. package/dist/docs/classes/sqsprotocoltransformer.html +0 -334
  129. package/dist/docs/classes/typedstorageservice.html +0 -914
  130. package/dist/docs/classes/uniquefieldmanager.html +0 -477
  131. package/dist/docs/classes/usermanager.html +0 -931
  132. package/dist/docs/classes/utilities.html +0 -1914
  133. package/dist/docs/classes/webprotocoltransformer.html +0 -330
  134. package/dist/docs/globals.html +0 -7477
  135. package/dist/docs/index.html +0 -1519
  136. package/dist/docs/interfaces/accountitem.html +0 -277
  137. package/dist/docs/interfaces/accountmodel.html +0 -306
  138. package/dist/docs/interfaces/adaptiveparam.html +0 -203
  139. package/dist/docs/interfaces/apiheaders.html +0 -183
  140. package/dist/docs/interfaces/apihttpproxy.html +0 -304
  141. package/dist/docs/interfaces/apiserviceclient.html +0 -448
  142. package/dist/docs/interfaces/autocompletesearchparam.html +0 -309
  143. package/dist/docs/interfaces/betweencondition.html +0 -226
  144. package/dist/docs/interfaces/cachebackend.html +0 -714
  145. package/dist/docs/interfaces/cacheentry.html +0 -248
  146. package/dist/docs/interfaces/cacheoptions.html +0 -267
  147. package/dist/docs/interfaces/callbackdata.html +0 -279
  148. package/dist/docs/interfaces/callbackparam.html +0 -252
  149. package/dist/docs/interfaces/comparisoncondition.html +0 -226
  150. package/dist/docs/interfaces/coreconfigservice.html +0 -342
  151. package/dist/docs/interfaces/corekey.html +0 -278
  152. package/dist/docs/interfaces/corekeymakeable.html +0 -292
  153. package/dist/docs/interfaces/corekmsservice.html +0 -311
  154. package/dist/docs/interfaces/coremodel.html +0 -499
  155. package/dist/docs/interfaces/coremodelfilterable.html +0 -281
  156. package/dist/docs/interfaces/cores3service.html +0 -444
  157. package/dist/docs/interfaces/coreservices.html +0 -232
  158. package/dist/docs/interfaces/coresnsservice.html +0 -317
  159. package/dist/docs/interfaces/corewebcontroller.html +0 -271
  160. package/dist/docs/interfaces/cronevent.html +0 -223
  161. package/dist/docs/interfaces/cronparam.html +0 -212
  162. package/dist/docs/interfaces/dynamooption.html +0 -254
  163. package/dist/docs/interfaces/dynamoqueryresult.html +0 -244
  164. package/dist/docs/interfaces/dynamoscanresult.html +0 -244
  165. package/dist/docs/interfaces/dynamosimplequeriable.html +0 -308
  166. package/dist/docs/interfaces/dynamosimplescannable.html +0 -255
  167. package/dist/docs/interfaces/dynamostreambody.html +0 -268
  168. package/dist/docs/interfaces/dynamostreamcallback.html +0 -209
  169. package/dist/docs/interfaces/dynamostreamfilter.html +0 -218
  170. package/dist/docs/interfaces/dynamostreamparam.html +0 -240
  171. package/dist/docs/interfaces/elastic6item.html +0 -221
  172. package/dist/docs/interfaces/elastic6option.html +0 -275
  173. package/dist/docs/interfaces/elastic6simplequeriable.html +0 -284
  174. package/dist/docs/interfaces/engineconsole.html +0 -292
  175. package/dist/docs/interfaces/enginecore.html +0 -344
  176. package/dist/docs/interfaces/enginemodule.html +0 -269
  177. package/dist/docs/interfaces/enginemodules.html +0 -316
  178. package/dist/docs/interfaces/engineoption.html +0 -244
  179. package/dist/docs/interfaces/enginescope.html +0 -220
  180. package/dist/docs/interfaces/existencecondition.html +0 -212
  181. package/dist/docs/interfaces/filter.html +0 -253
  182. package/dist/docs/interfaces/generalfuntion.html +0 -207
  183. package/dist/docs/interfaces/generalitem.html +0 -212
  184. package/dist/docs/interfaces/handlermap.html +0 -171
  185. package/dist/docs/interfaces/incrementable.html +0 -190
  186. package/dist/docs/interfaces/internalkey.html +0 -210
  187. package/dist/docs/interfaces/internalmodel.html +0 -226
  188. package/dist/docs/interfaces/itementry.html +0 -241
  189. package/dist/docs/interfaces/jwtcommon.html +0 -242
  190. package/dist/docs/interfaces/lambdahandlerservice.html +0 -340
  191. package/dist/docs/interfaces/lemonengine.html +0 -593
  192. package/dist/docs/interfaces/metricpostbody.html +0 -220
  193. package/dist/docs/interfaces/mygeneral.html +0 -271
  194. package/dist/docs/interfaces/mymodel.html +0 -554
  195. package/dist/docs/interfaces/myprotocolparam.html +0 -359
  196. package/dist/docs/interfaces/nextcontext.html +0 -381
  197. package/dist/docs/interfaces/nextidentity.html +0 -325
  198. package/dist/docs/interfaces/nextidentityaccess.html +0 -495
  199. package/dist/docs/interfaces/nextidentitycognito.html +0 -422
  200. package/dist/docs/interfaces/notificationbody.html +0 -171
  201. package/dist/docs/interfaces/notificationparam.html +0 -304
  202. package/dist/docs/interfaces/options.html +0 -226
  203. package/dist/docs/interfaces/parrallelcallback.html +0 -203
  204. package/dist/docs/interfaces/parrallelparam.html +0 -285
  205. package/dist/docs/interfaces/protocolbody.html +0 -183
  206. package/dist/docs/interfaces/protocolparam.html +0 -336
  207. package/dist/docs/interfaces/protocolservice.html +0 -548
  208. package/dist/docs/interfaces/protocoltransformer.html +0 -295
  209. package/dist/docs/interfaces/proxyparams.html +0 -212
  210. package/dist/docs/interfaces/putobjectresult.html +0 -282
  211. package/dist/docs/interfaces/queryresult.html +0 -272
  212. package/dist/docs/interfaces/redisoptions.html +0 -248
  213. package/dist/docs/interfaces/simplesearchparam.html +0 -351
  214. package/dist/docs/interfaces/slackaction.html +0 -240
  215. package/dist/docs/interfaces/slackattachment.html +0 -459
  216. package/dist/docs/interfaces/slackpostbody.html +0 -240
  217. package/dist/docs/interfaces/sqsattribute.html +0 -171
  218. package/dist/docs/interfaces/sqsmessage.html +0 -254
  219. package/dist/docs/interfaces/sqsrecord.html +0 -324
  220. package/dist/docs/interfaces/sqsservice.html +0 -333
  221. package/dist/docs/interfaces/sqsstatistics.html +0 -240
  222. package/dist/docs/interfaces/storagemakeable.html +0 -258
  223. package/dist/docs/interfaces/storagemodel.html +0 -285
  224. package/dist/docs/interfaces/storageservice.html +0 -497
  225. package/dist/docs/interfaces/stringcondition.html +0 -226
  226. package/dist/docs/interfaces/tagset.html +0 -171
  227. package/dist/docs/interfaces/testmodel.html +0 -334
  228. package/dist/docs/interfaces/timeout.html +0 -233
  229. package/dist/docs/interfaces/updatable.html +0 -193
  230. package/dist/docs/interfaces/user.html +0 -534
@@ -1,3 +0,0 @@
1
- var typedoc = typedoc || {};
2
- typedoc.search = typedoc.search || {};
3
- typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"Filter","url":"interfaces/filter.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1,"kind":64,"name":"GETERR","url":"globals.html#geterr","classes":"tsd-kind-function"},{"id":2,"kind":64,"name":"GETERR$","url":"globals.html#geterr_","classes":"tsd-kind-function"},{"id":3,"kind":64,"name":"NUL404","url":"globals.html#nul404","classes":"tsd-kind-function"},{"id":4,"kind":64,"name":"expect2","url":"globals.html#expect2","classes":"tsd-kind-function"},{"id":5,"kind":64,"name":"_it","url":"globals.html#_it","classes":"tsd-kind-function"},{"id":6,"kind":64,"name":"environ","url":"globals.html#environ","classes":"tsd-kind-function"},{"id":7,"kind":64,"name":"marshal","url":"globals.html#marshal","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":8,"kind":64,"name":"waited","url":"globals.html#waited","classes":"tsd-kind-function"},{"id":9,"kind":256,"name":"CallbackData","url":"interfaces/callbackdata.html","classes":"tsd-kind-interface"},{"id":10,"kind":1024,"name":"id","url":"interfaces/callbackdata.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":11,"kind":1024,"name":"cmd","url":"interfaces/callbackdata.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":12,"kind":1024,"name":"param","url":"interfaces/callbackdata.html#param","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":13,"kind":1024,"name":"body","url":"interfaces/callbackdata.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":14,"kind":1024,"name":"result","url":"interfaces/callbackdata.html#result","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":15,"kind":1024,"name":"error","url":"interfaces/callbackdata.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackData"},{"id":16,"kind":256,"name":"SlackAttachment","url":"interfaces/slackattachment.html","classes":"tsd-kind-interface"},{"id":17,"kind":1024,"name":"fallback","url":"interfaces/slackattachment.html#fallback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":18,"kind":1024,"name":"color","url":"interfaces/slackattachment.html#color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":19,"kind":1024,"name":"pretext","url":"interfaces/slackattachment.html#pretext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":20,"kind":1024,"name":"author_name","url":"interfaces/slackattachment.html#author_name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":21,"kind":1024,"name":"author_link","url":"interfaces/slackattachment.html#author_link","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":22,"kind":1024,"name":"author_icon","url":"interfaces/slackattachment.html#author_icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":23,"kind":1024,"name":"title","url":"interfaces/slackattachment.html#title","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":24,"kind":1024,"name":"title_link","url":"interfaces/slackattachment.html#title_link","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":25,"kind":1024,"name":"text","url":"interfaces/slackattachment.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":26,"kind":1024,"name":"image_url","url":"interfaces/slackattachment.html#image_url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":27,"kind":1024,"name":"thumb_url","url":"interfaces/slackattachment.html#thumb_url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":28,"kind":1024,"name":"footer","url":"interfaces/slackattachment.html#footer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":29,"kind":1024,"name":"footer_icon","url":"interfaces/slackattachment.html#footer_icon","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":30,"kind":1024,"name":"ts","url":"interfaces/slackattachment.html#ts","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":31,"kind":1024,"name":"fields","url":"interfaces/slackattachment.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":32,"kind":1024,"name":"mrkdwn","url":"interfaces/slackattachment.html#mrkdwn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":33,"kind":1024,"name":"mrkdwn_in","url":"interfaces/slackattachment.html#mrkdwn_in","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAttachment"},{"id":34,"kind":256,"name":"SlackAction","url":"interfaces/slackaction.html","classes":"tsd-kind-interface"},{"id":35,"kind":1024,"name":"type","url":"interfaces/slackaction.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAction"},{"id":36,"kind":1024,"name":"text","url":"interfaces/slackaction.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAction"},{"id":37,"kind":1024,"name":"url","url":"interfaces/slackaction.html#url","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAction"},{"id":38,"kind":1024,"name":"style","url":"interfaces/slackaction.html#style","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackAction"},{"id":39,"kind":256,"name":"SlackPostBody","url":"interfaces/slackpostbody.html","classes":"tsd-kind-interface"},{"id":40,"kind":1024,"name":"text","url":"interfaces/slackpostbody.html#text","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackPostBody"},{"id":41,"kind":1024,"name":"channel","url":"interfaces/slackpostbody.html#channel","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackPostBody"},{"id":42,"kind":1024,"name":"attachments","url":"interfaces/slackpostbody.html#attachments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackPostBody"},{"id":43,"kind":1024,"name":"actions","url":"interfaces/slackpostbody.html#actions","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SlackPostBody"},{"id":44,"kind":256,"name":"MetricPostBody","url":"interfaces/metricpostbody.html","classes":"tsd-kind-interface"},{"id":45,"kind":1024,"name":"meta","url":"interfaces/metricpostbody.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MetricPostBody"},{"id":46,"kind":256,"name":"Incrementable","url":"interfaces/incrementable.html","classes":"tsd-kind-interface"},{"id":47,"kind":256,"name":"GeneralItem","url":"interfaces/generalitem.html","classes":"tsd-kind-interface"},{"id":48,"kind":256,"name":"NextIdentity","url":"interfaces/nextidentity.html","classes":"tsd-kind-interface"},{"id":49,"kind":1024,"name":"sid","url":"interfaces/nextidentity.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":50,"kind":1024,"name":"uid","url":"interfaces/nextidentity.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":51,"kind":1024,"name":"gid","url":"interfaces/nextidentity.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":52,"kind":1024,"name":"roles","url":"interfaces/nextidentity.html#roles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":53,"kind":1024,"name":"lang","url":"interfaces/nextidentity.html#lang","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":54,"kind":1024,"name":"meta","url":"interfaces/nextidentity.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentity"},{"id":55,"kind":256,"name":"NextIdentityCognito","url":"interfaces/nextidentitycognito.html","classes":"tsd-kind-interface"},{"id":56,"kind":1024,"name":"accountId","url":"interfaces/nextidentitycognito.html#accountid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityCognito"},{"id":57,"kind":1024,"name":"identityId","url":"interfaces/nextidentitycognito.html#identityid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityCognito"},{"id":58,"kind":1024,"name":"identityPoolId","url":"interfaces/nextidentitycognito.html#identitypoolid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityCognito"},{"id":59,"kind":1024,"name":"identityProvider","url":"interfaces/nextidentitycognito.html#identityprovider","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityCognito"},{"id":60,"kind":1024,"name":"userAgent","url":"interfaces/nextidentitycognito.html#useragent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityCognito"},{"id":61,"kind":1024,"name":"sid","url":"interfaces/nextidentitycognito.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":62,"kind":1024,"name":"uid","url":"interfaces/nextidentitycognito.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":63,"kind":1024,"name":"gid","url":"interfaces/nextidentitycognito.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":64,"kind":1024,"name":"roles","url":"interfaces/nextidentitycognito.html#roles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":65,"kind":1024,"name":"lang","url":"interfaces/nextidentitycognito.html#lang","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":66,"kind":1024,"name":"meta","url":"interfaces/nextidentitycognito.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityCognito"},{"id":67,"kind":256,"name":"NextIdentityAccess","url":"interfaces/nextidentityaccess.html","classes":"tsd-kind-interface"},{"id":68,"kind":1024,"name":"Site","url":"interfaces/nextidentityaccess.html#site","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityAccess"},{"id":69,"kind":65536,"name":"__type","url":"interfaces/nextidentityaccess.html#site.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextIdentityAccess.Site"},{"id":70,"kind":32,"name":"stereo","url":"interfaces/nextidentityaccess.html#site.__type-3.stereo-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Site.__type"},{"id":71,"kind":32,"name":"name","url":"interfaces/nextidentityaccess.html#site.__type-3.name-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Site.__type"},{"id":72,"kind":32,"name":"domain","url":"interfaces/nextidentityaccess.html#site.__type-3.domain-2","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Site.__type"},{"id":73,"kind":1024,"name":"Domain","url":"interfaces/nextidentityaccess.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityAccess"},{"id":74,"kind":65536,"name":"__type","url":"interfaces/nextidentityaccess.html#domain.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextIdentityAccess.Domain"},{"id":75,"kind":32,"name":"stereo","url":"interfaces/nextidentityaccess.html#domain.__type-1.stereo-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Domain.__type"},{"id":76,"kind":32,"name":"name","url":"interfaces/nextidentityaccess.html#domain.__type-1.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Domain.__type"},{"id":77,"kind":32,"name":"domain","url":"interfaces/nextidentityaccess.html#domain.__type-1.domain-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Domain.__type"},{"id":78,"kind":1024,"name":"User","url":"interfaces/nextidentityaccess.html#user","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityAccess"},{"id":79,"kind":65536,"name":"__type","url":"interfaces/nextidentityaccess.html#user.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextIdentityAccess.User"},{"id":80,"kind":32,"name":"name","url":"interfaces/nextidentityaccess.html#user.__type-4.name-3","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.User.__type"},{"id":81,"kind":32,"name":"nick","url":"interfaces/nextidentityaccess.html#user.__type-4.nick","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.User.__type"},{"id":82,"kind":32,"name":"email","url":"interfaces/nextidentityaccess.html#user.__type-4.email","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.User.__type"},{"id":83,"kind":1024,"name":"Group","url":"interfaces/nextidentityaccess.html#group","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityAccess"},{"id":84,"kind":65536,"name":"__type","url":"interfaces/nextidentityaccess.html#group.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextIdentityAccess.Group"},{"id":85,"kind":32,"name":"name","url":"interfaces/nextidentityaccess.html#group.__type-2.name-1","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Group.__type"},{"id":86,"kind":32,"name":"roles","url":"interfaces/nextidentityaccess.html#group.__type-2.roles","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Group.__type"},{"id":87,"kind":1024,"name":"Account","url":"interfaces/nextidentityaccess.html#account","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextIdentityAccess"},{"id":88,"kind":65536,"name":"__type","url":"interfaces/nextidentityaccess.html#account.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextIdentityAccess.Account"},{"id":89,"kind":32,"name":"id","url":"interfaces/nextidentityaccess.html#account.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Account.__type"},{"id":90,"kind":32,"name":"stereo","url":"interfaces/nextidentityaccess.html#account.__type.stereo","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Account.__type"},{"id":91,"kind":32,"name":"socialId","url":"interfaces/nextidentityaccess.html#account.__type.socialid","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Account.__type"},{"id":92,"kind":32,"name":"identityId","url":"interfaces/nextidentityaccess.html#account.__type.identityid","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Account.__type"},{"id":93,"kind":32,"name":"loginId","url":"interfaces/nextidentityaccess.html#account.__type.loginid","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"NextIdentityAccess.Account.__type"},{"id":94,"kind":1024,"name":"sid","url":"interfaces/nextidentityaccess.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":95,"kind":1024,"name":"uid","url":"interfaces/nextidentityaccess.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":96,"kind":1024,"name":"gid","url":"interfaces/nextidentityaccess.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":97,"kind":1024,"name":"roles","url":"interfaces/nextidentityaccess.html#roles-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":98,"kind":1024,"name":"lang","url":"interfaces/nextidentityaccess.html#lang","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":99,"kind":1024,"name":"meta","url":"interfaces/nextidentityaccess.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"NextIdentityAccess"},{"id":100,"kind":256,"name":"NextContext","url":"interfaces/nextcontext.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":101,"kind":1024,"name":"identity","url":"interfaces/nextcontext.html#identity","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":102,"kind":1024,"name":"source","url":"interfaces/nextcontext.html#source","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":103,"kind":1024,"name":"clientIp","url":"interfaces/nextcontext.html#clientip","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":104,"kind":1024,"name":"userAgent","url":"interfaces/nextcontext.html#useragent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":105,"kind":1024,"name":"requestId","url":"interfaces/nextcontext.html#requestid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":106,"kind":1024,"name":"accountId","url":"interfaces/nextcontext.html#accountid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":107,"kind":1024,"name":"domain","url":"interfaces/nextcontext.html#domain","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":108,"kind":1024,"name":"cookie","url":"interfaces/nextcontext.html#cookie","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":109,"kind":65536,"name":"__type","url":"interfaces/nextcontext.html#cookie.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"NextContext.cookie"},{"id":110,"kind":1024,"name":"depth","url":"interfaces/nextcontext.html#depth","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NextContext"},{"id":111,"kind":256,"name":"QueryResult","url":"interfaces/queryresult.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":112,"kind":1024,"name":"list","url":"interfaces/queryresult.html#list","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QueryResult"},{"id":113,"kind":1024,"name":"total","url":"interfaces/queryresult.html#total","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QueryResult"},{"id":114,"kind":1024,"name":"page","url":"interfaces/queryresult.html#page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QueryResult"},{"id":115,"kind":1024,"name":"limit","url":"interfaces/queryresult.html#limit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QueryResult"},{"id":116,"kind":1024,"name":"aggregations","url":"interfaces/queryresult.html#aggregations","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"QueryResult"},{"id":117,"kind":256,"name":"SimpleSearchParam","url":"interfaces/simplesearchparam.html","classes":"tsd-kind-interface"},{"id":118,"kind":1024,"name":"$query","url":"interfaces/simplesearchparam.html#_query","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":119,"kind":1024,"name":"$limit","url":"interfaces/simplesearchparam.html#_limit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":120,"kind":1024,"name":"$page","url":"interfaces/simplesearchparam.html#_page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":121,"kind":1024,"name":"$Q","url":"interfaces/simplesearchparam.html#_q","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":122,"kind":1024,"name":"$A","url":"interfaces/simplesearchparam.html#_a","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":123,"kind":1024,"name":"$O","url":"interfaces/simplesearchparam.html#_o","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":124,"kind":1024,"name":"$H","url":"interfaces/simplesearchparam.html#_h","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":125,"kind":1024,"name":"$source","url":"interfaces/simplesearchparam.html#_source","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":126,"kind":1024,"name":"$exist","url":"interfaces/simplesearchparam.html#_exist","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":127,"kind":1024,"name":"$exists","url":"interfaces/simplesearchparam.html#_exists","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SimpleSearchParam"},{"id":128,"kind":256,"name":"AutocompleteSearchParam","url":"interfaces/autocompletesearchparam.html","classes":"tsd-kind-interface"},{"id":129,"kind":1024,"name":"$query","url":"interfaces/autocompletesearchparam.html#_query","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AutocompleteSearchParam"},{"id":130,"kind":65536,"name":"__type","url":"interfaces/autocompletesearchparam.html#_query.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"AutocompleteSearchParam.$query"},{"id":131,"kind":1024,"name":"$filter","url":"interfaces/autocompletesearchparam.html#_filter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AutocompleteSearchParam"},{"id":132,"kind":65536,"name":"__type","url":"interfaces/autocompletesearchparam.html#_filter.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"AutocompleteSearchParam.$filter"},{"id":133,"kind":1024,"name":"$limit","url":"interfaces/autocompletesearchparam.html#_limit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AutocompleteSearchParam"},{"id":134,"kind":1024,"name":"$page","url":"interfaces/autocompletesearchparam.html#_page","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AutocompleteSearchParam"},{"id":135,"kind":1024,"name":"$highlight","url":"interfaces/autocompletesearchparam.html#_highlight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AutocompleteSearchParam"},{"id":136,"kind":256,"name":"Elastic6SimpleQueriable","url":"interfaces/elastic6simplequeriable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":137,"kind":2048,"name":"queryAll","url":"interfaces/elastic6simplequeriable.html#queryall","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Elastic6SimpleQueriable"},{"id":138,"kind":2048,"name":"searchSimple","url":"interfaces/elastic6simplequeriable.html#searchsimple","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"Elastic6SimpleQueriable"},{"id":139,"kind":4194304,"name":"NextMode","url":"globals.html#nextmode","classes":"tsd-kind-type-alias"},{"id":140,"kind":4194304,"name":"NextHandler","url":"globals.html#nexthandler","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":141,"kind":65536,"name":"__type","url":"globals.html#nexthandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"NextHandler"},{"id":142,"kind":4194304,"name":"NextDecoder","url":"globals.html#nextdecoder","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":143,"kind":65536,"name":"__type","url":"globals.html#nextdecoder.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"NextDecoder"},{"id":144,"kind":256,"name":"CoreServices","url":"interfaces/coreservices.html","classes":"tsd-kind-interface"},{"id":145,"kind":2048,"name":"hello","url":"interfaces/coreservices.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreServices"},{"id":146,"kind":256,"name":"CoreConfigService","url":"interfaces/coreconfigservice.html","classes":"tsd-kind-interface"},{"id":147,"kind":2048,"name":"get","url":"interfaces/coreconfigservice.html#get","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreConfigService"},{"id":148,"kind":2048,"name":"getService","url":"interfaces/coreconfigservice.html#getservice","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreConfigService"},{"id":149,"kind":2048,"name":"getVersion","url":"interfaces/coreconfigservice.html#getversion","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreConfigService"},{"id":150,"kind":2048,"name":"getStage","url":"interfaces/coreconfigservice.html#getstage","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreConfigService"},{"id":151,"kind":2048,"name":"hello","url":"interfaces/coreconfigservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"CoreConfigService"},{"id":152,"kind":256,"name":"CoreKmsService","url":"interfaces/corekmsservice.html","classes":"tsd-kind-interface"},{"id":153,"kind":1024,"name":"encrypt","url":"interfaces/corekmsservice.html#encrypt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKmsService"},{"id":154,"kind":65536,"name":"__type","url":"interfaces/corekmsservice.html#encrypt.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreKmsService.encrypt"},{"id":155,"kind":1024,"name":"decrypt","url":"interfaces/corekmsservice.html#decrypt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKmsService"},{"id":156,"kind":65536,"name":"__type","url":"interfaces/corekmsservice.html#decrypt.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreKmsService.decrypt"},{"id":157,"kind":2048,"name":"hello","url":"interfaces/corekmsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"CoreKmsService"},{"id":158,"kind":256,"name":"CoreSnsService","url":"interfaces/coresnsservice.html","classes":"tsd-kind-interface"},{"id":159,"kind":1024,"name":"publish","url":"interfaces/coresnsservice.html#publish","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreSnsService"},{"id":160,"kind":65536,"name":"__type","url":"interfaces/coresnsservice.html#publish.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreSnsService.publish"},{"id":161,"kind":1024,"name":"reportError","url":"interfaces/coresnsservice.html#reporterror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreSnsService"},{"id":162,"kind":65536,"name":"__type","url":"interfaces/coresnsservice.html#reporterror.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreSnsService.reportError"},{"id":163,"kind":2048,"name":"hello","url":"interfaces/coresnsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"CoreSnsService"},{"id":164,"kind":256,"name":"ProtocolBody","url":"interfaces/protocolbody.html","classes":"tsd-kind-interface"},{"id":165,"kind":256,"name":"CallbackParam","url":"interfaces/callbackparam.html","classes":"tsd-kind-interface"},{"id":166,"kind":1024,"name":"type","url":"interfaces/callbackparam.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackParam"},{"id":167,"kind":1024,"name":"id","url":"interfaces/callbackparam.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackParam"},{"id":168,"kind":1024,"name":"cmd","url":"interfaces/callbackparam.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackParam"},{"id":169,"kind":1024,"name":"param","url":"interfaces/callbackparam.html#param","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CallbackParam"},{"id":170,"kind":256,"name":"ProtocolParam","url":"interfaces/protocolparam.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":171,"kind":1024,"name":"service","url":"interfaces/protocolparam.html#service","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":172,"kind":1024,"name":"stage","url":"interfaces/protocolparam.html#stage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":173,"kind":1024,"name":"type","url":"interfaces/protocolparam.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":174,"kind":1024,"name":"mode","url":"interfaces/protocolparam.html#mode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":175,"kind":1024,"name":"id","url":"interfaces/protocolparam.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":176,"kind":1024,"name":"cmd","url":"interfaces/protocolparam.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":177,"kind":1024,"name":"param","url":"interfaces/protocolparam.html#param","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":178,"kind":1024,"name":"body","url":"interfaces/protocolparam.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":179,"kind":1024,"name":"context","url":"interfaces/protocolparam.html#context","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProtocolParam"},{"id":180,"kind":256,"name":"ProtocolTransformer","url":"interfaces/protocoltransformer.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":181,"kind":2048,"name":"transformToEvent","url":"interfaces/protocoltransformer.html#transformtoevent","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolTransformer"},{"id":182,"kind":2048,"name":"transformToParam","url":"interfaces/protocoltransformer.html#transformtoparam","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolTransformer"},{"id":183,"kind":256,"name":"ProtocolService","url":"interfaces/protocolservice.html","classes":"tsd-kind-interface"},{"id":184,"kind":2048,"name":"fromURL","url":"interfaces/protocolservice.html#fromurl","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolService"},{"id":185,"kind":2048,"name":"execute","url":"interfaces/protocolservice.html#execute","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ProtocolService"},{"id":186,"kind":2048,"name":"notify","url":"interfaces/protocolservice.html#notify","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolService"},{"id":187,"kind":2048,"name":"enqueue","url":"interfaces/protocolservice.html#enqueue","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolService"},{"id":188,"kind":2048,"name":"broadcast","url":"interfaces/protocolservice.html#broadcast","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolService"},{"id":189,"kind":2048,"name":"asTransformer","url":"interfaces/protocolservice.html#astransformer","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ProtocolService"},{"id":190,"kind":2048,"name":"myProtocolURI","url":"interfaces/protocolservice.html#myprotocoluri","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ProtocolService"},{"id":191,"kind":4194304,"name":"STAGE","url":"globals.html#stage","classes":"tsd-kind-type-alias"},{"id":192,"kind":256,"name":"JwtCommon","url":"interfaces/jwtcommon.html","classes":"tsd-kind-interface"},{"id":193,"kind":1024,"name":"exp","url":"interfaces/jwtcommon.html#exp","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"JwtCommon"},{"id":194,"kind":1024,"name":"iat","url":"interfaces/jwtcommon.html#iat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"JwtCommon"},{"id":195,"kind":1024,"name":"iss","url":"interfaces/jwtcommon.html#iss","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"JwtCommon"},{"id":196,"kind":128,"name":"Utilities","url":"classes/utilities.html","classes":"tsd-kind-class"},{"id":197,"kind":1024,"name":"_$","url":"classes/utilities.html#__","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Utilities"},{"id":198,"kind":1024,"name":"log","url":"classes/utilities.html#log","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Utilities"},{"id":199,"kind":1024,"name":"err","url":"classes/utilities.html#err","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Utilities"},{"id":200,"kind":1024,"name":"name","url":"classes/utilities.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"Utilities"},{"id":201,"kind":512,"name":"constructor","url":"classes/utilities.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Utilities"},{"id":202,"kind":2048,"name":"lodash","url":"classes/utilities.html#lodash","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"Utilities"},{"id":203,"kind":2048,"name":"get_env","url":"classes/utilities.html#get_env","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":204,"kind":2048,"name":"env","url":"classes/utilities.html#env","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":205,"kind":2048,"name":"is_dev","url":"classes/utilities.html#is_dev","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":206,"kind":2048,"name":"load_data_yaml","url":"classes/utilities.html#load_data_yaml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":207,"kind":2048,"name":"load_sync_yaml","url":"classes/utilities.html#load_sync_yaml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":208,"kind":2048,"name":"extend","url":"classes/utilities.html#extend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":209,"kind":2048,"name":"isset","url":"classes/utilities.html#isset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":210,"kind":2048,"name":"empty","url":"classes/utilities.html#empty","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":211,"kind":2048,"name":"min","url":"classes/utilities.html#min","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":212,"kind":2048,"name":"max","url":"classes/utilities.html#max","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":213,"kind":2048,"name":"round","url":"classes/utilities.html#round","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":214,"kind":2048,"name":"json","url":"classes/utilities.html#json","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":215,"kind":2048,"name":"timestamp","url":"classes/utilities.html#timestamp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utilities"},{"id":216,"kind":2048,"name":"datetime","url":"classes/utilities.html#datetime","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Utilities"},{"id":217,"kind":2048,"name":"ts","url":"classes/utilities.html#ts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":218,"kind":2048,"name":"dt","url":"classes/utilities.html#dt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":219,"kind":2048,"name":"now","url":"classes/utilities.html#now","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":220,"kind":2048,"name":"current_time_ms","url":"classes/utilities.html#current_time_ms","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":221,"kind":2048,"name":"NS","url":"classes/utilities.html#ns","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":222,"kind":2048,"name":"escape","url":"classes/utilities.html#escape","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":223,"kind":2048,"name":"isInteger","url":"classes/utilities.html#isinteger","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":224,"kind":2048,"name":"N","url":"classes/utilities.html#n","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":225,"kind":2048,"name":"F","url":"classes/utilities.html#f","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":226,"kind":2048,"name":"FN","url":"classes/utilities.html#fn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":227,"kind":2048,"name":"F2","url":"classes/utilities.html#f2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":228,"kind":2048,"name":"F3","url":"classes/utilities.html#f3","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":229,"kind":2048,"name":"S","url":"classes/utilities.html#s","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":230,"kind":2048,"name":"cleanup","url":"classes/utilities.html#cleanup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":231,"kind":2048,"name":"updated","url":"classes/utilities.html#updated","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":232,"kind":2048,"name":"copy","url":"classes/utilities.html#copy","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":233,"kind":2048,"name":"copy_node","url":"classes/utilities.html#copy_node","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":234,"kind":2048,"name":"bare_node","url":"classes/utilities.html#bare_node","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":235,"kind":2048,"name":"diff","url":"classes/utilities.html#diff","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":236,"kind":2048,"name":"diff_node","url":"classes/utilities.html#diff_node","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":237,"kind":2048,"name":"hash","url":"classes/utilities.html#hash","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":238,"kind":2048,"name":"promise","url":"classes/utilities.html#promise","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":239,"kind":2048,"name":"promise_sequence","url":"classes/utilities.html#promise_sequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":240,"kind":2048,"name":"md5","url":"classes/utilities.html#md5","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":241,"kind":2048,"name":"hmac","url":"classes/utilities.html#hmac","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":242,"kind":2048,"name":"qs_parse","url":"classes/utilities.html#qs_parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":243,"kind":2048,"name":"qs_stringify","url":"classes/utilities.html#qs_stringify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":244,"kind":2097152,"name":"qs","url":"classes/utilities.html#qs","classes":"tsd-kind-object-literal tsd-parent-kind-class","parent":"Utilities"},{"id":245,"kind":64,"name":"parse","url":"classes/utilities.html#qs.parse","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"Utilities.qs"},{"id":246,"kind":64,"name":"stringify","url":"classes/utilities.html#qs.stringify","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"Utilities.qs"},{"id":247,"kind":2048,"name":"crypto","url":"classes/utilities.html#crypto","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":248,"kind":2048,"name":"crypto2","url":"classes/utilities.html#crypto2","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":249,"kind":2048,"name":"jwt","url":"classes/utilities.html#jwt","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"Utilities"},{"id":250,"kind":2048,"name":"uuid","url":"classes/utilities.html#uuid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Utilities"},{"id":251,"kind":32,"name":"NS","url":"globals.html#ns","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":252,"kind":2097152,"name":"COLORS","url":"globals.html#colors","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":253,"kind":32,"name":"red","url":"globals.html#colors.red","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":254,"kind":32,"name":"green","url":"globals.html#colors.green","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":255,"kind":32,"name":"yellow","url":"globals.html#colors.yellow","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":256,"kind":32,"name":"blue","url":"globals.html#colors.blue","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":257,"kind":32,"name":"magenta","url":"globals.html#colors.magenta","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":258,"kind":32,"name":"cyan","url":"globals.html#colors.cyan","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":259,"kind":32,"name":"white","url":"globals.html#colors.white","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"COLORS"},{"id":260,"kind":4194304,"name":"JwtAlgorithm","url":"globals.html#jwtalgorithm","classes":"tsd-kind-type-alias"},{"id":261,"kind":256,"name":"GeneralFuntion","url":"interfaces/generalfuntion.html","classes":"tsd-kind-interface"},{"id":262,"kind":256,"name":"EngineCore","url":"interfaces/enginecore.html","classes":"tsd-kind-interface"},{"id":263,"kind":1024,"name":"log","url":"interfaces/enginecore.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":264,"kind":1024,"name":"inf","url":"interfaces/enginecore.html#inf","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":265,"kind":1024,"name":"err","url":"interfaces/enginecore.html#err","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":266,"kind":1024,"name":"U","url":"interfaces/enginecore.html#u","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":267,"kind":1024,"name":"_","url":"interfaces/enginecore.html#_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":268,"kind":1024,"name":"environ","url":"interfaces/enginecore.html#environ","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineCore"},{"id":269,"kind":65536,"name":"__type","url":"interfaces/enginecore.html#environ.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"EngineCore.environ"},{"id":270,"kind":256,"name":"EngineModules","url":"interfaces/enginemodules.html","classes":"tsd-kind-interface"},{"id":271,"kind":2048,"name":"register","url":"interfaces/enginemodules.html#register","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"EngineModules"},{"id":272,"kind":2048,"name":"module","url":"interfaces/enginemodules.html#module","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"EngineModules"},{"id":273,"kind":2048,"name":"initialize","url":"interfaces/enginemodules.html#initialize","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"EngineModules"},{"id":274,"kind":256,"name":"LemonEngine","url":"interfaces/lemonengine.html","classes":"tsd-kind-interface"},{"id":275,"kind":1024,"name":"STAGE","url":"interfaces/lemonengine.html#stage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LemonEngine"},{"id":276,"kind":1024,"name":"id","url":"interfaces/lemonengine.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LemonEngine"},{"id":277,"kind":1024,"name":"ts","url":"interfaces/lemonengine.html#ts","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LemonEngine"},{"id":278,"kind":65536,"name":"__type","url":"interfaces/lemonengine.html#ts.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LemonEngine.ts"},{"id":279,"kind":1024,"name":"dt","url":"interfaces/lemonengine.html#dt","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LemonEngine"},{"id":280,"kind":65536,"name":"__type","url":"interfaces/lemonengine.html#dt.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LemonEngine.dt"},{"id":281,"kind":1024,"name":"$console","url":"interfaces/lemonengine.html#_console","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LemonEngine"},{"id":282,"kind":1024,"name":"log","url":"interfaces/lemonengine.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":283,"kind":1024,"name":"inf","url":"interfaces/lemonengine.html#inf","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":284,"kind":1024,"name":"err","url":"interfaces/lemonengine.html#err","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":285,"kind":1024,"name":"U","url":"interfaces/lemonengine.html#u","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":286,"kind":1024,"name":"_","url":"interfaces/lemonengine.html#_","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":287,"kind":1024,"name":"environ","url":"interfaces/lemonengine.html#environ","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":288,"kind":65536,"name":"__type","url":"interfaces/lemonengine.html#environ.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LemonEngine.environ"},{"id":289,"kind":2048,"name":"register","url":"interfaces/lemonengine.html#register","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":290,"kind":2048,"name":"module","url":"interfaces/lemonengine.html#module","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"LemonEngine"},{"id":291,"kind":2048,"name":"initialize","url":"interfaces/lemonengine.html#initialize","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"LemonEngine"},{"id":292,"kind":256,"name":"EngineScope","url":"interfaces/enginescope.html","classes":"tsd-kind-interface"},{"id":293,"kind":1024,"name":"[ENGINE_KEY_IN_SCOPE]","url":"interfaces/enginescope.html#_engine_key_in_scope_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineScope"},{"id":294,"kind":256,"name":"EngineOption","url":"interfaces/engineoption.html","classes":"tsd-kind-interface"},{"id":295,"kind":1024,"name":"name","url":"interfaces/engineoption.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineOption"},{"id":296,"kind":1024,"name":"env","url":"interfaces/engineoption.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineOption"},{"id":297,"kind":65536,"name":"__type","url":"interfaces/engineoption.html#env.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"EngineOption.env"},{"id":298,"kind":1024,"name":"console","url":"interfaces/engineoption.html#console","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineOption"},{"id":299,"kind":256,"name":"EngineConsole","url":"interfaces/engineconsole.html","classes":"tsd-kind-interface"},{"id":300,"kind":1024,"name":"thiz","url":"interfaces/engineconsole.html#thiz","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":301,"kind":1024,"name":"ts","url":"interfaces/engineconsole.html#ts","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":302,"kind":1024,"name":"log","url":"interfaces/engineconsole.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":303,"kind":1024,"name":"info","url":"interfaces/engineconsole.html#info","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":304,"kind":1024,"name":"error","url":"interfaces/engineconsole.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":305,"kind":1024,"name":"auto_ts","url":"interfaces/engineconsole.html#auto_ts","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":306,"kind":1024,"name":"auto_color","url":"interfaces/engineconsole.html#auto_color","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EngineConsole"},{"id":307,"kind":256,"name":"EngineModule","url":"interfaces/enginemodule.html","classes":"tsd-kind-interface"},{"id":308,"kind":2048,"name":"getModuleName","url":"interfaces/enginemodule.html#getmodulename","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"EngineModule"},{"id":309,"kind":2048,"name":"initModule","url":"interfaces/enginemodule.html#initmodule","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"EngineModule"},{"id":310,"kind":32,"name":"ENGINE_KEY_IN_SCOPE","url":"globals.html#engine_key_in_scope","classes":"tsd-kind-variable"},{"id":311,"kind":4194304,"name":"EngineLogger","url":"globals.html#enginelogger","classes":"tsd-kind-type-alias"},{"id":312,"kind":128,"name":"MyEngineModules","url":"classes/myenginemodules.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":313,"kind":1024,"name":"mods","url":"classes/myenginemodules.html#mods","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MyEngineModules"},{"id":314,"kind":1024,"name":"inited","url":"classes/myenginemodules.html#inited","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MyEngineModules"},{"id":315,"kind":512,"name":"constructor","url":"classes/myenginemodules.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"MyEngineModules"},{"id":316,"kind":2048,"name":"register","url":"classes/myenginemodules.html#register","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyEngineModules"},{"id":317,"kind":2048,"name":"module","url":"classes/myenginemodules.html#module","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"MyEngineModules"},{"id":318,"kind":2048,"name":"initialize","url":"classes/myenginemodules.html#initialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyEngineModules"},{"id":319,"kind":64,"name":"build_environ","url":"globals.html#build_environ","classes":"tsd-kind-function"},{"id":320,"kind":64,"name":"build_ts","url":"globals.html#build_ts","classes":"tsd-kind-function"},{"id":321,"kind":32,"name":"LEVEL_LOG","url":"globals.html#level_log","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":322,"kind":32,"name":"LEVEL_INF","url":"globals.html#level_inf","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":323,"kind":32,"name":"LEVEL_ERR","url":"globals.html#level_err","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":324,"kind":32,"name":"RED","url":"globals.html#red","classes":"tsd-kind-variable"},{"id":325,"kind":32,"name":"BLUE","url":"globals.html#blue","classes":"tsd-kind-variable"},{"id":326,"kind":32,"name":"YELLOW","url":"globals.html#yellow","classes":"tsd-kind-variable"},{"id":327,"kind":32,"name":"RESET","url":"globals.html#reset","classes":"tsd-kind-variable"},{"id":328,"kind":64,"name":"build_log","url":"globals.html#build_log","classes":"tsd-kind-function"},{"id":329,"kind":64,"name":"build_inf","url":"globals.html#build_inf","classes":"tsd-kind-function"},{"id":330,"kind":64,"name":"build_err","url":"globals.html#build_err","classes":"tsd-kind-function"},{"id":331,"kind":64,"name":"do_serialize","url":"globals.html#do_serialize","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":332,"kind":64,"name":"buildEngine","url":"globals.html#buildengine","classes":"tsd-kind-function"},{"id":333,"kind":256,"name":"AdaptiveParam","url":"interfaces/adaptiveparam.html","classes":"tsd-kind-interface tsd-has-type-parameter tsd-is-not-exported"},{"id":334,"kind":64,"name":"loadJsonSync","url":"globals.html#loadjsonsync","classes":"tsd-kind-function"},{"id":335,"kind":64,"name":"asyncCredentials","url":"globals.html#asynccredentials","classes":"tsd-kind-function"},{"id":336,"kind":64,"name":"credentials","url":"globals.html#credentials","classes":"tsd-kind-function"},{"id":337,"kind":64,"name":"hasCredentials","url":"globals.html#hascredentials","classes":"tsd-kind-function"},{"id":338,"kind":64,"name":"loadDataYml","url":"globals.html#loaddatayml","classes":"tsd-kind-function"},{"id":339,"kind":64,"name":"getRunParam","url":"globals.html#getrunparam","classes":"tsd-kind-function"},{"id":340,"kind":128,"name":"AWSSNSService","url":"classes/awssnsservice.html","classes":"tsd-kind-class"},{"id":341,"kind":1024,"name":"ENV_SNS_ENDPOINT","url":"classes/awssnsservice.html#env_sns_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSSNSService"},{"id":342,"kind":1024,"name":"DEF_SNS_ENDPOINT","url":"classes/awssnsservice.html#def_sns_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSSNSService"},{"id":343,"kind":1024,"name":"_arn","url":"classes/awssnsservice.html#_arn","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AWSSNSService"},{"id":344,"kind":512,"name":"constructor","url":"classes/awssnsservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AWSSNSService"},{"id":345,"kind":2048,"name":"name","url":"classes/awssnsservice.html#name","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":346,"kind":2048,"name":"hello","url":"classes/awssnsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":347,"kind":2048,"name":"endpoint","url":"classes/awssnsservice.html#endpoint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":348,"kind":2048,"name":"accountID","url":"classes/awssnsservice.html#accountid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":349,"kind":2048,"name":"publish","url":"classes/awssnsservice.html#publish","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":350,"kind":2048,"name":"reportError","url":"classes/awssnsservice.html#reporterror","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":351,"kind":2048,"name":"asPayload","url":"classes/awssnsservice.html#aspayload","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSNSService"},{"id":352,"kind":64,"name":"region","url":"globals.html#region","classes":"tsd-kind-function tsd-is-not-exported"},{"id":353,"kind":256,"name":"ParrallelParam","url":"interfaces/parrallelparam.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":354,"kind":1024,"name":"list","url":"interfaces/parrallelparam.html#list","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":355,"kind":1024,"name":"context","url":"interfaces/parrallelparam.html#context","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":356,"kind":1024,"name":"event","url":"interfaces/parrallelparam.html#event","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":357,"kind":1024,"name":"message","url":"interfaces/parrallelparam.html#message","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":358,"kind":1024,"name":"reportError","url":"interfaces/parrallelparam.html#reporterror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":359,"kind":1024,"name":"ignoreError","url":"interfaces/parrallelparam.html#ignoreerror","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ParrallelParam"},{"id":360,"kind":256,"name":"ParrallelCallback","url":"interfaces/parrallelcallback.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":361,"kind":4194304,"name":"Context","url":"globals.html#context","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":362,"kind":4194304,"name":"RequestContext","url":"globals.html#requestcontext","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":363,"kind":64,"name":"$sns","url":"globals.html#_sns","classes":"tsd-kind-function tsd-is-not-exported"},{"id":364,"kind":64,"name":"getHelloArn","url":"globals.html#gethelloarn","classes":"tsd-kind-function"},{"id":365,"kind":64,"name":"doReportError","url":"globals.html#doreporterror","classes":"tsd-kind-function"},{"id":366,"kind":64,"name":"doReportCallback","url":"globals.html#doreportcallback","classes":"tsd-kind-function"},{"id":367,"kind":64,"name":"doReportSlack","url":"globals.html#doreportslack","classes":"tsd-kind-function"},{"id":368,"kind":64,"name":"doReportMetric","url":"globals.html#doreportmetric","classes":"tsd-kind-function"},{"id":369,"kind":64,"name":"do_parrallel","url":"globals.html#do_parrallel","classes":"tsd-kind-function tsd-has-type-parameter"},{"id":370,"kind":32,"name":"DEFAULT_TIME_ZONE","url":"globals.html#default_time_zone","classes":"tsd-kind-variable"},{"id":371,"kind":64,"name":"convDate","url":"globals.html#convdate","classes":"tsd-kind-function"},{"id":372,"kind":64,"name":"convDateToTime","url":"globals.html#convdatetotime","classes":"tsd-kind-function"},{"id":373,"kind":64,"name":"convDateToTS","url":"globals.html#convdatetots","classes":"tsd-kind-function"},{"id":374,"kind":32,"name":"$engine","url":"globals.html#_engine","classes":"tsd-kind-variable"},{"id":375,"kind":32,"name":"$U","url":"globals.html#_u","classes":"tsd-kind-variable"},{"id":376,"kind":32,"name":"$_","url":"globals.html#__","classes":"tsd-kind-variable"},{"id":377,"kind":32,"name":"_log","url":"globals.html#_log","classes":"tsd-kind-variable"},{"id":378,"kind":32,"name":"_inf","url":"globals.html#_inf","classes":"tsd-kind-variable"},{"id":379,"kind":32,"name":"_err","url":"globals.html#_err","classes":"tsd-kind-variable"},{"id":380,"kind":128,"name":"AWSKMSService","url":"classes/awskmsservice.html","classes":"tsd-kind-class"},{"id":381,"kind":1024,"name":"ENV_KMS_KEY_ID","url":"classes/awskmsservice.html#env_kms_key_id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSKMSService"},{"id":382,"kind":1024,"name":"DEF_KMS_TARGET","url":"classes/awskmsservice.html#def_kms_target","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSKMSService"},{"id":383,"kind":1024,"name":"_keyId","url":"classes/awskmsservice.html#_keyid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AWSKMSService"},{"id":384,"kind":512,"name":"constructor","url":"classes/awskmsservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AWSKMSService"},{"id":385,"kind":2048,"name":"name","url":"classes/awskmsservice.html#name","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":386,"kind":2048,"name":"hello","url":"classes/awskmsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":387,"kind":2048,"name":"keyId","url":"classes/awskmsservice.html#keyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":388,"kind":2048,"name":"encrypt","url":"classes/awskmsservice.html#encrypt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":389,"kind":2048,"name":"decrypt","url":"classes/awskmsservice.html#decrypt","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":390,"kind":2048,"name":"sample","url":"classes/awskmsservice.html#sample","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSKMSService"},{"id":391,"kind":32,"name":"ALIAS","url":"globals.html#alias","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":392,"kind":64,"name":"isBase64","url":"globals.html#isbase64","classes":"tsd-kind-function tsd-is-not-exported"},{"id":393,"kind":64,"name":"instance","url":"globals.html#instance","classes":"tsd-kind-function tsd-is-not-exported"},{"id":394,"kind":256,"name":"SQSService","url":"interfaces/sqsservice.html","classes":"tsd-kind-interface"},{"id":395,"kind":2048,"name":"sendMessage","url":"interfaces/sqsservice.html#sendmessage","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"SQSService"},{"id":396,"kind":2048,"name":"receiveMessage","url":"interfaces/sqsservice.html#receivemessage","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"SQSService"},{"id":397,"kind":2048,"name":"deleteMessage","url":"interfaces/sqsservice.html#deletemessage","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"SQSService"},{"id":398,"kind":2048,"name":"statistics","url":"interfaces/sqsservice.html#statistics","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"SQSService"},{"id":399,"kind":2048,"name":"hello","url":"interfaces/sqsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"SQSService"},{"id":400,"kind":256,"name":"SQSAttribute","url":"interfaces/sqsattribute.html","classes":"tsd-kind-interface"},{"id":401,"kind":256,"name":"SqsMessage","url":"interfaces/sqsmessage.html","classes":"tsd-kind-interface"},{"id":402,"kind":1024,"name":"sent","url":"interfaces/sqsmessage.html#sent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsMessage"},{"id":403,"kind":1024,"name":"attr","url":"interfaces/sqsmessage.html#attr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsMessage"},{"id":404,"kind":1024,"name":"data","url":"interfaces/sqsmessage.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsMessage"},{"id":405,"kind":1024,"name":"id","url":"interfaces/sqsmessage.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsMessage"},{"id":406,"kind":1024,"name":"handle","url":"interfaces/sqsmessage.html#handle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsMessage"},{"id":407,"kind":256,"name":"SqsStatistics","url":"interfaces/sqsstatistics.html","classes":"tsd-kind-interface"},{"id":408,"kind":1024,"name":"available","url":"interfaces/sqsstatistics.html#available","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsStatistics"},{"id":409,"kind":1024,"name":"inflight","url":"interfaces/sqsstatistics.html#inflight","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsStatistics"},{"id":410,"kind":1024,"name":"delayed","url":"interfaces/sqsstatistics.html#delayed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsStatistics"},{"id":411,"kind":1024,"name":"timeout","url":"interfaces/sqsstatistics.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsStatistics"},{"id":412,"kind":256,"name":"SqsRecord","url":"interfaces/sqsrecord.html","classes":"tsd-kind-interface"},{"id":413,"kind":1024,"name":"messageId","url":"interfaces/sqsrecord.html#messageid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":414,"kind":1024,"name":"receiptHandle","url":"interfaces/sqsrecord.html#receipthandle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":415,"kind":1024,"name":"body","url":"interfaces/sqsrecord.html#body","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":416,"kind":1024,"name":"attributes","url":"interfaces/sqsrecord.html#attributes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":417,"kind":1024,"name":"messageAttributes","url":"interfaces/sqsrecord.html#messageattributes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":418,"kind":1024,"name":"md5OfBody","url":"interfaces/sqsrecord.html#md5ofbody","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":419,"kind":1024,"name":"md5OfMessageAttributes","url":"interfaces/sqsrecord.html#md5ofmessageattributes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":420,"kind":1024,"name":"eventSource","url":"interfaces/sqsrecord.html#eventsource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":421,"kind":1024,"name":"eventSourceARN","url":"interfaces/sqsrecord.html#eventsourcearn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":422,"kind":1024,"name":"awsRegion","url":"interfaces/sqsrecord.html#awsregion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SqsRecord"},{"id":423,"kind":128,"name":"AWSSQSService","url":"classes/awssqsservice.html","classes":"tsd-kind-class"},{"id":424,"kind":1024,"name":"SQS_REGION","url":"classes/awssqsservice.html#sqs_region","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSSQSService"},{"id":425,"kind":1024,"name":"SQS_ENDPOINT","url":"classes/awssqsservice.html#sqs_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSSQSService"},{"id":426,"kind":1024,"name":"_region","url":"classes/awssqsservice.html#_region","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"AWSSQSService"},{"id":427,"kind":1024,"name":"_endpoint","url":"classes/awssqsservice.html#_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"AWSSQSService"},{"id":428,"kind":512,"name":"constructor","url":"classes/awssqsservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AWSSQSService"},{"id":429,"kind":2048,"name":"region","url":"classes/awssqsservice.html#region","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":430,"kind":2048,"name":"endpoint","url":"classes/awssqsservice.html#endpoint","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":431,"kind":2048,"name":"hello","url":"classes/awssqsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":432,"kind":2048,"name":"sendMessage","url":"classes/awssqsservice.html#sendmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":433,"kind":2048,"name":"receiveMessage","url":"classes/awssqsservice.html#receivemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":434,"kind":2048,"name":"deleteMessage","url":"classes/awssqsservice.html#deletemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":435,"kind":2048,"name":"statistics","url":"classes/awssqsservice.html#statistics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSSQSService"},{"id":436,"kind":128,"name":"MyDummySQSService","url":"classes/mydummysqsservice.html","classes":"tsd-kind-class"},{"id":437,"kind":1024,"name":"buffer","url":"classes/mydummysqsservice.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MyDummySQSService"},{"id":438,"kind":1024,"name":"endpoint","url":"classes/mydummysqsservice.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MyDummySQSService"},{"id":439,"kind":1024,"name":"timeout","url":"classes/mydummysqsservice.html#timeout","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MyDummySQSService"},{"id":440,"kind":512,"name":"constructor","url":"classes/mydummysqsservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":441,"kind":2048,"name":"hello","url":"classes/mydummysqsservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":442,"kind":2048,"name":"sendMessage","url":"classes/mydummysqsservice.html#sendmessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":443,"kind":2048,"name":"receiveMessage","url":"classes/mydummysqsservice.html#receivemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":444,"kind":2048,"name":"deleteMessage","url":"classes/mydummysqsservice.html#deletemessage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":445,"kind":2048,"name":"statistics","url":"classes/mydummysqsservice.html#statistics","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyDummySQSService"},{"id":446,"kind":256,"name":"TagSet","url":"interfaces/tagset.html","classes":"tsd-kind-interface"},{"id":447,"kind":256,"name":"PutObjectResult","url":"interfaces/putobjectresult.html","classes":"tsd-kind-interface"},{"id":448,"kind":1024,"name":"Location","url":"interfaces/putobjectresult.html#location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":449,"kind":1024,"name":"ETag","url":"interfaces/putobjectresult.html#etag","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":450,"kind":1024,"name":"Bucket","url":"interfaces/putobjectresult.html#bucket","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":451,"kind":1024,"name":"Key","url":"interfaces/putobjectresult.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":452,"kind":1024,"name":"ContentLength","url":"interfaces/putobjectresult.html#contentlength","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":453,"kind":1024,"name":"ContentType","url":"interfaces/putobjectresult.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":454,"kind":1024,"name":"Metadata","url":"interfaces/putobjectresult.html#metadata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"PutObjectResult"},{"id":455,"kind":256,"name":"CoreS3Service","url":"interfaces/cores3service.html","classes":"tsd-kind-interface"},{"id":456,"kind":1024,"name":"bucket","url":"interfaces/cores3service.html#bucket","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":457,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#bucket.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.bucket"},{"id":458,"kind":1024,"name":"putObject","url":"interfaces/cores3service.html#putobject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":459,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#putobject.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.putObject"},{"id":460,"kind":1024,"name":"getObject","url":"interfaces/cores3service.html#getobject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":461,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#getobject.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.getObject"},{"id":462,"kind":1024,"name":"getDecodedObject","url":"interfaces/cores3service.html#getdecodedobject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":463,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#getdecodedobject.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.getDecodedObject"},{"id":464,"kind":1024,"name":"getObjectTagging","url":"interfaces/cores3service.html#getobjecttagging","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":465,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#getobjecttagging.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.getObjectTagging"},{"id":466,"kind":1024,"name":"deleteObject","url":"interfaces/cores3service.html#deleteobject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreS3Service"},{"id":467,"kind":65536,"name":"__type","url":"interfaces/cores3service.html#deleteobject.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CoreS3Service.deleteObject"},{"id":468,"kind":2048,"name":"hello","url":"interfaces/cores3service.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"CoreS3Service"},{"id":469,"kind":128,"name":"AWSS3Service","url":"classes/awss3service.html","classes":"tsd-kind-class"},{"id":470,"kind":1024,"name":"ENV_S3_NAME","url":"classes/awss3service.html#env_s3_name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSS3Service"},{"id":471,"kind":1024,"name":"DEF_S3_BUCKET","url":"classes/awss3service.html#def_s3_bucket","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"AWSS3Service"},{"id":472,"kind":2048,"name":"name","url":"classes/awss3service.html#name","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":473,"kind":2048,"name":"hello","url":"classes/awss3service.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":474,"kind":2048,"name":"bucket","url":"classes/awss3service.html#bucket","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":475,"kind":2048,"name":"headObject","url":"classes/awss3service.html#headobject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":476,"kind":2048,"name":"putObject","url":"classes/awss3service.html#putobject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":477,"kind":2048,"name":"getObject","url":"classes/awss3service.html#getobject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":478,"kind":2048,"name":"getDecodedObject","url":"classes/awss3service.html#getdecodedobject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":479,"kind":2048,"name":"getObjectTagging","url":"classes/awss3service.html#getobjecttagging","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":480,"kind":2048,"name":"deleteObject","url":"classes/awss3service.html#deleteobject","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSS3Service"},{"id":481,"kind":128,"name":"S3PutObjectRequestBuilder","url":"classes/s3putobjectrequestbuilder.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":482,"kind":1024,"name":"Body","url":"classes/s3putobjectrequestbuilder.html#body","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":483,"kind":1024,"name":"Bucket","url":"classes/s3putobjectrequestbuilder.html#bucket","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":484,"kind":1024,"name":"ContentLength","url":"classes/s3putobjectrequestbuilder.html#contentlength","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":485,"kind":1024,"name":"ContentType","url":"classes/s3putobjectrequestbuilder.html#contenttype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":486,"kind":1024,"name":"Key","url":"classes/s3putobjectrequestbuilder.html#key","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":487,"kind":1024,"name":"Metadata","url":"classes/s3putobjectrequestbuilder.html#metadata","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":488,"kind":1024,"name":"Tagging","url":"classes/s3putobjectrequestbuilder.html#tagging","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":489,"kind":512,"name":"constructor","url":"classes/s3putobjectrequestbuilder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":490,"kind":2048,"name":"setKey","url":"classes/s3putobjectrequestbuilder.html#setkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":491,"kind":2048,"name":"setMetadata","url":"classes/s3putobjectrequestbuilder.html#setmetadata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":492,"kind":2048,"name":"setTags","url":"classes/s3putobjectrequestbuilder.html#settags","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":493,"kind":2048,"name":"asParams","url":"classes/s3putobjectrequestbuilder.html#asparams","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":494,"kind":2048,"name":"getContentType","url":"classes/s3putobjectrequestbuilder.html#getcontenttype","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"S3PutObjectRequestBuilder"},{"id":495,"kind":4194304,"name":"Metadata","url":"globals.html#metadata","classes":"tsd-kind-type-alias"},{"id":496,"kind":128,"name":"AWSModule","url":"classes/awsmodule.html","classes":"tsd-kind-class"},{"id":497,"kind":1024,"name":"engine","url":"classes/awsmodule.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"AWSModule"},{"id":498,"kind":512,"name":"constructor","url":"classes/awsmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"AWSModule"},{"id":499,"kind":1024,"name":"kms","url":"classes/awsmodule.html#kms","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AWSModule"},{"id":500,"kind":1024,"name":"sns","url":"classes/awsmodule.html#sns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AWSModule"},{"id":501,"kind":1024,"name":"sqs","url":"classes/awsmodule.html#sqs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AWSModule"},{"id":502,"kind":1024,"name":"s3","url":"classes/awsmodule.html#s3","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AWSModule"},{"id":503,"kind":2048,"name":"getModuleName","url":"classes/awsmodule.html#getmodulename","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSModule"},{"id":504,"kind":2048,"name":"initModule","url":"classes/awsmodule.html#initmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AWSModule"},{"id":505,"kind":128,"name":"MyConfigService","url":"classes/myconfigservice.html","classes":"tsd-kind-class"},{"id":506,"kind":1024,"name":"envConfig","url":"classes/myconfigservice.html#envconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MyConfigService"},{"id":507,"kind":65536,"name":"__type","url":"classes/myconfigservice.html#envconfig.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MyConfigService.envConfig"},{"id":508,"kind":1024,"name":"$env","url":"classes/myconfigservice.html#_env","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MyConfigService"},{"id":509,"kind":1024,"name":"base","url":"classes/myconfigservice.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MyConfigService"},{"id":510,"kind":1024,"name":"kms","url":"classes/myconfigservice.html#kms","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MyConfigService"},{"id":511,"kind":512,"name":"constructor","url":"classes/myconfigservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MyConfigService"},{"id":512,"kind":2048,"name":"hello","url":"classes/myconfigservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":513,"kind":2048,"name":"all","url":"classes/myconfigservice.html#all","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":514,"kind":2048,"name":"get","url":"classes/myconfigservice.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":515,"kind":1024,"name":"_package","url":"classes/myconfigservice.html#_package","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MyConfigService"},{"id":516,"kind":2048,"name":"loadPackage","url":"classes/myconfigservice.html#loadpackage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"MyConfigService"},{"id":517,"kind":2048,"name":"getService","url":"classes/myconfigservice.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":518,"kind":2048,"name":"getVersion","url":"classes/myconfigservice.html#getversion","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":519,"kind":2048,"name":"getStage","url":"classes/myconfigservice.html#getstage","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":520,"kind":2048,"name":"init","url":"classes/myconfigservice.html#init","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyConfigService"},{"id":521,"kind":4194304,"name":"ConfigService","url":"globals.html#configservice","classes":"tsd-kind-type-alias"},{"id":522,"kind":128,"name":"ConfigModule","url":"classes/configmodule.html","classes":"tsd-kind-class"},{"id":523,"kind":1024,"name":"engine","url":"classes/configmodule.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ConfigModule"},{"id":524,"kind":512,"name":"constructor","url":"classes/configmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ConfigModule"},{"id":525,"kind":1024,"name":"config","url":"classes/configmodule.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ConfigModule"},{"id":526,"kind":2048,"name":"getModuleName","url":"classes/configmodule.html#getmodulename","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConfigModule"},{"id":527,"kind":2048,"name":"initModule","url":"classes/configmodule.html#initmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ConfigModule"},{"id":528,"kind":256,"name":"CronEvent","url":"interfaces/cronevent.html","classes":"tsd-kind-interface"},{"id":529,"kind":1024,"name":"cron","url":"interfaces/cronevent.html#cron","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CronEvent"},{"id":530,"kind":65536,"name":"__type","url":"interfaces/cronevent.html#cron.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"CronEvent.cron"},{"id":531,"kind":32,"name":"name","url":"interfaces/cronevent.html#cron.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"CronEvent.cron.__type"},{"id":532,"kind":32,"name":"action","url":"interfaces/cronevent.html#cron.__type.action","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"CronEvent.cron.__type"},{"id":533,"kind":256,"name":"LambdaHandlerService","url":"interfaces/lambdahandlerservice.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":534,"kind":1024,"name":"handle","url":"interfaces/lambdahandlerservice.html#handle","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LambdaHandlerService"},{"id":535,"kind":2048,"name":"packContext","url":"interfaces/lambdahandlerservice.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"LambdaHandlerService"},{"id":536,"kind":2048,"name":"handleProtocol","url":"interfaces/lambdahandlerservice.html#handleprotocol","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"LambdaHandlerService"},{"id":537,"kind":256,"name":"HandlerMap","url":"interfaces/handlermap.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":538,"kind":128,"name":"LambdaSubHandler","url":"classes/lambdasubhandler.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":539,"kind":1024,"name":"lambda","url":"classes/lambdasubhandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSubHandler"},{"id":540,"kind":1024,"name":"type","url":"classes/lambdasubhandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSubHandler"},{"id":541,"kind":512,"name":"constructor","url":"classes/lambdasubhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"LambdaSubHandler"},{"id":542,"kind":1024,"name":"handle","url":"classes/lambdasubhandler.html#handle","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaSubHandler"},{"id":543,"kind":128,"name":"LambdaHandler","url":"classes/lambdahandler.html","classes":"tsd-kind-class"},{"id":544,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdahandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaHandler"},{"id":545,"kind":1024,"name":"_map","url":"classes/lambdahandler.html#_map","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaHandler"},{"id":546,"kind":1024,"name":"config","url":"classes/lambdahandler.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaHandler"},{"id":547,"kind":512,"name":"constructor","url":"classes/lambdahandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"LambdaHandler"},{"id":548,"kind":2048,"name":"setHandler","url":"classes/lambdahandler.html#sethandler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaHandler"},{"id":549,"kind":2048,"name":"findService","url":"classes/lambdahandler.html#findservice","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaHandler"},{"id":550,"kind":2048,"name":"handle","url":"classes/lambdahandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaHandler"},{"id":551,"kind":2048,"name":"handleProtocol","url":"classes/lambdahandler.html#handleprotocol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"LambdaHandler"},{"id":552,"kind":2048,"name":"packContext","url":"classes/lambdahandler.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaHandler"},{"id":553,"kind":4194304,"name":"WEBEvent","url":"globals.html#webevent","classes":"tsd-kind-type-alias"},{"id":554,"kind":4194304,"name":"WEBResult","url":"globals.html#webresult","classes":"tsd-kind-type-alias"},{"id":555,"kind":4194304,"name":"WSSEvent","url":"globals.html#wssevent","classes":"tsd-kind-type-alias"},{"id":556,"kind":4194304,"name":"DDSEvent","url":"globals.html#ddsevent","classes":"tsd-kind-type-alias"},{"id":557,"kind":4194304,"name":"SNSEvent","url":"globals.html#snsevent","classes":"tsd-kind-type-alias"},{"id":558,"kind":4194304,"name":"SQSEvent","url":"globals.html#sqsevent","classes":"tsd-kind-type-alias"},{"id":559,"kind":4194304,"name":"WSSResult","url":"globals.html#wssresult","classes":"tsd-kind-type-alias"},{"id":560,"kind":4194304,"name":"MyHandler","url":"globals.html#myhandler","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":561,"kind":65536,"name":"__type","url":"globals.html#myhandler.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"MyHandler"},{"id":562,"kind":4194304,"name":"WEBHandler","url":"globals.html#webhandler","classes":"tsd-kind-type-alias"},{"id":563,"kind":4194304,"name":"WSSHandler","url":"globals.html#wsshandler","classes":"tsd-kind-type-alias"},{"id":564,"kind":4194304,"name":"SNSHandler","url":"globals.html#snshandler","classes":"tsd-kind-type-alias"},{"id":565,"kind":4194304,"name":"SQSHandler","url":"globals.html#sqshandler","classes":"tsd-kind-type-alias"},{"id":566,"kind":4194304,"name":"CronHandler","url":"globals.html#cronhandler","classes":"tsd-kind-type-alias"},{"id":567,"kind":4194304,"name":"CognitoHandler","url":"globals.html#cognitohandler","classes":"tsd-kind-type-alias"},{"id":568,"kind":4194304,"name":"DynamoStreamHandler","url":"globals.html#dynamostreamhandler","classes":"tsd-kind-type-alias"},{"id":569,"kind":4194304,"name":"NotificationHandler","url":"globals.html#notificationhandler","classes":"tsd-kind-type-alias"},{"id":570,"kind":4194304,"name":"HandlerType","url":"globals.html#handlertype","classes":"tsd-kind-type-alias"},{"id":571,"kind":64,"name":"buildReportError","url":"globals.html#buildreporterror","classes":"tsd-kind-function"},{"id":572,"kind":256,"name":"MyProtocolParam","url":"interfaces/myprotocolparam.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":573,"kind":1024,"name":"callback","url":"interfaces/myprotocolparam.html#callback","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MyProtocolParam"},{"id":574,"kind":1024,"name":"service","url":"interfaces/myprotocolparam.html#service","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":575,"kind":1024,"name":"stage","url":"interfaces/myprotocolparam.html#stage","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":576,"kind":1024,"name":"type","url":"interfaces/myprotocolparam.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":577,"kind":1024,"name":"mode","url":"interfaces/myprotocolparam.html#mode","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":578,"kind":1024,"name":"id","url":"interfaces/myprotocolparam.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":579,"kind":1024,"name":"cmd","url":"interfaces/myprotocolparam.html#cmd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":580,"kind":1024,"name":"param","url":"interfaces/myprotocolparam.html#param","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":581,"kind":1024,"name":"body","url":"interfaces/myprotocolparam.html#body","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":582,"kind":1024,"name":"context","url":"interfaces/myprotocolparam.html#context","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyProtocolParam"},{"id":583,"kind":128,"name":"MyProtocolService","url":"classes/myprotocolservice.html","classes":"tsd-kind-class"},{"id":584,"kind":1024,"name":"REPORT_ERROR","url":"classes/myprotocolservice.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MyProtocolService"},{"id":585,"kind":1024,"name":"web","url":"classes/myprotocolservice.html#web","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MyProtocolService"},{"id":586,"kind":1024,"name":"sns","url":"classes/myprotocolservice.html#sns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MyProtocolService"},{"id":587,"kind":1024,"name":"sqs","url":"classes/myprotocolservice.html#sqs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MyProtocolService"},{"id":588,"kind":1024,"name":"config","url":"classes/myprotocolservice.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MyProtocolService"},{"id":589,"kind":1024,"name":"selfService","url":"classes/myprotocolservice.html#selfservice","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"MyProtocolService"},{"id":590,"kind":512,"name":"constructor","url":"classes/myprotocolservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MyProtocolService"},{"id":591,"kind":2048,"name":"hello","url":"classes/myprotocolservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":592,"kind":2048,"name":"asPath","url":"classes/myprotocolservice.html#aspath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"MyProtocolService"},{"id":593,"kind":2048,"name":"asTransformer","url":"classes/myprotocolservice.html#astransformer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":594,"kind":2048,"name":"asProtocolURI","url":"classes/myprotocolservice.html#asprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":595,"kind":2048,"name":"myProtocolURI","url":"classes/myprotocolservice.html#myprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":596,"kind":2048,"name":"buildProtocolURI","url":"classes/myprotocolservice.html#buildprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"MyProtocolService"},{"id":597,"kind":2048,"name":"transformEvent","url":"classes/myprotocolservice.html#transformevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":598,"kind":2048,"name":"doReportError","url":"classes/myprotocolservice.html#doreporterror","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-protected","parent":"MyProtocolService"},{"id":599,"kind":2048,"name":"fromURL","url":"classes/myprotocolservice.html#fromurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":600,"kind":2048,"name":"asCallbackURI","url":"classes/myprotocolservice.html#ascallbackuri","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":601,"kind":2048,"name":"execute","url":"classes/myprotocolservice.html#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MyProtocolService"},{"id":602,"kind":2048,"name":"notify","url":"classes/myprotocolservice.html#notify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":603,"kind":2048,"name":"enqueue","url":"classes/myprotocolservice.html#enqueue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":604,"kind":2048,"name":"broadcast","url":"classes/myprotocolservice.html#broadcast","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MyProtocolService"},{"id":605,"kind":128,"name":"WEBProtocolTransformer","url":"classes/webprotocoltransformer.html","classes":"tsd-kind-class"},{"id":606,"kind":1024,"name":"service","url":"classes/webprotocoltransformer.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"WEBProtocolTransformer"},{"id":607,"kind":512,"name":"constructor","url":"classes/webprotocoltransformer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"WEBProtocolTransformer"},{"id":608,"kind":2048,"name":"transformToEvent","url":"classes/webprotocoltransformer.html#transformtoevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WEBProtocolTransformer"},{"id":609,"kind":2048,"name":"transformToParam","url":"classes/webprotocoltransformer.html#transformtoparam","classes":"tsd-kind-method tsd-parent-kind-class","parent":"WEBProtocolTransformer"},{"id":610,"kind":128,"name":"SNSProtocolTransformer","url":"classes/snsprotocoltransformer.html","classes":"tsd-kind-class"},{"id":611,"kind":1024,"name":"service","url":"classes/snsprotocoltransformer.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SNSProtocolTransformer"},{"id":612,"kind":512,"name":"constructor","url":"classes/snsprotocoltransformer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SNSProtocolTransformer"},{"id":613,"kind":2048,"name":"transformToEvent","url":"classes/snsprotocoltransformer.html#transformtoevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SNSProtocolTransformer"},{"id":614,"kind":2048,"name":"transformToParam","url":"classes/snsprotocoltransformer.html#transformtoparam","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SNSProtocolTransformer"},{"id":615,"kind":128,"name":"SQSProtocolTransformer","url":"classes/sqsprotocoltransformer.html","classes":"tsd-kind-class"},{"id":616,"kind":1024,"name":"service","url":"classes/sqsprotocoltransformer.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"SQSProtocolTransformer"},{"id":617,"kind":512,"name":"constructor","url":"classes/sqsprotocoltransformer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"SQSProtocolTransformer"},{"id":618,"kind":2048,"name":"transformToEvent","url":"classes/sqsprotocoltransformer.html#transformtoevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SQSProtocolTransformer"},{"id":619,"kind":2048,"name":"transformToParam","url":"classes/sqsprotocoltransformer.html#transformtoparam","classes":"tsd-kind-method tsd-parent-kind-class","parent":"SQSProtocolTransformer"},{"id":620,"kind":4194304,"name":"MyProtocolType","url":"globals.html#myprotocoltype","classes":"tsd-kind-type-alias"},{"id":621,"kind":4194304,"name":"MySNSEventParam","url":"globals.html#mysnseventparam","classes":"tsd-kind-type-alias"},{"id":622,"kind":4194304,"name":"SQSEventParam","url":"globals.html#sqseventparam","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":623,"kind":128,"name":"ProtocolModule","url":"classes/protocolmodule.html","classes":"tsd-kind-class"},{"id":624,"kind":1024,"name":"engine","url":"classes/protocolmodule.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ProtocolModule"},{"id":625,"kind":512,"name":"constructor","url":"classes/protocolmodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ProtocolModule"},{"id":626,"kind":1024,"name":"service","url":"classes/protocolmodule.html#service","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ProtocolModule"},{"id":627,"kind":2048,"name":"getModuleName","url":"classes/protocolmodule.html#getmodulename","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProtocolModule"},{"id":628,"kind":2048,"name":"initModule","url":"classes/protocolmodule.html#initmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProtocolModule"},{"id":629,"kind":256,"name":"CoreWEBController","url":"interfaces/corewebcontroller.html","classes":"tsd-kind-interface"},{"id":630,"kind":2048,"name":"hello","url":"interfaces/corewebcontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreWEBController"},{"id":631,"kind":2048,"name":"type","url":"interfaces/corewebcontroller.html#type","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreWEBController"},{"id":632,"kind":1024,"name":"decode","url":"interfaces/corewebcontroller.html#decode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreWEBController"},{"id":633,"kind":256,"name":"ProxyParams","url":"interfaces/proxyparams.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":634,"kind":1024,"name":"param","url":"interfaces/proxyparams.html#param","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ProxyParams"},{"id":635,"kind":1024,"name":"event","url":"interfaces/proxyparams.html#event","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ProxyParams"},{"id":636,"kind":128,"name":"LambdaWEBHandler","url":"classes/lambdawebhandler.html","classes":"tsd-kind-class"},{"id":637,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdawebhandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaWEBHandler"},{"id":638,"kind":1024,"name":"_handlers","url":"classes/lambdawebhandler.html#_handlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LambdaWEBHandler"},{"id":639,"kind":65536,"name":"__type","url":"classes/lambdawebhandler.html#_handlers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"LambdaWEBHandler._handlers"},{"id":640,"kind":512,"name":"constructor","url":"classes/lambdawebhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaWEBHandler"},{"id":641,"kind":2048,"name":"setHandler","url":"classes/lambdawebhandler.html#sethandler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWEBHandler"},{"id":642,"kind":2048,"name":"hasHandler","url":"classes/lambdawebhandler.html#hashandler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWEBHandler"},{"id":643,"kind":2048,"name":"addController","url":"classes/lambdawebhandler.html#addcontroller","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWEBHandler"},{"id":644,"kind":2048,"name":"getHandlerDecoders","url":"classes/lambdawebhandler.html#gethandlerdecoders","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWEBHandler"},{"id":645,"kind":2048,"name":"handle","url":"classes/lambdawebhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaWEBHandler"},{"id":646,"kind":2048,"name":"handleProtocol","url":"classes/lambdawebhandler.html#handleprotocol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"LambdaWEBHandler"},{"id":647,"kind":2048,"name":"packContext","url":"classes/lambdawebhandler.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWEBHandler"},{"id":648,"kind":1024,"name":"lambda","url":"classes/lambdawebhandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaWEBHandler"},{"id":649,"kind":1024,"name":"type","url":"classes/lambdawebhandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaWEBHandler"},{"id":650,"kind":32,"name":"HEADER_LEMON_LANGUAGE","url":"globals.html#header_lemon_language","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":651,"kind":32,"name":"HEADER_LEMON_IDENTITY","url":"globals.html#header_lemon_identity","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":652,"kind":32,"name":"HEADER_COOKIE","url":"globals.html#header_cookie","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":653,"kind":32,"name":"FAVICON_ICO","url":"globals.html#favicon_ico","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":654,"kind":4194304,"name":"ProxyResult","url":"globals.html#proxyresult","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":655,"kind":4194304,"name":"ProxyResponser","url":"globals.html#proxyresponser","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":656,"kind":65536,"name":"__type","url":"globals.html#proxyresponser.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"ProxyResponser"},{"id":657,"kind":4194304,"name":"ProxyChain","url":"globals.html#proxychain","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":658,"kind":64,"name":"buildResponse","url":"globals.html#buildresponse","classes":"tsd-kind-function"},{"id":659,"kind":64,"name":"success","url":"globals.html#success","classes":"tsd-kind-function"},{"id":660,"kind":64,"name":"notfound","url":"globals.html#notfound","classes":"tsd-kind-function"},{"id":661,"kind":64,"name":"failure","url":"globals.html#failure","classes":"tsd-kind-function"},{"id":662,"kind":64,"name":"redirect","url":"globals.html#redirect","classes":"tsd-kind-function"},{"id":663,"kind":64,"name":"promised","url":"globals.html#promised","classes":"tsd-kind-function"},{"id":664,"kind":64,"name":"mxNextHandler","url":"globals.html#mxnexthandler","classes":"tsd-kind-function"},{"id":665,"kind":64,"name":"mxNextFailure","url":"globals.html#mxnextfailure","classes":"tsd-kind-function"},{"id":666,"kind":128,"name":"LambdaSNSHandler","url":"classes/lambdasnshandler.html","classes":"tsd-kind-class"},{"id":667,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdasnshandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaSNSHandler"},{"id":668,"kind":512,"name":"constructor","url":"classes/lambdasnshandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaSNSHandler"},{"id":669,"kind":1024,"name":"listeners","url":"classes/lambdasnshandler.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSNSHandler"},{"id":670,"kind":2048,"name":"addListener","url":"classes/lambdasnshandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaSNSHandler"},{"id":671,"kind":1024,"name":"$lastResult","url":"classes/lambdasnshandler.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSNSHandler"},{"id":672,"kind":2048,"name":"handle","url":"classes/lambdasnshandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaSNSHandler"},{"id":673,"kind":1024,"name":"lambda","url":"classes/lambdasnshandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaSNSHandler"},{"id":674,"kind":1024,"name":"type","url":"classes/lambdasnshandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaSNSHandler"},{"id":675,"kind":128,"name":"LambdaSQSHandler","url":"classes/lambdasqshandler.html","classes":"tsd-kind-class"},{"id":676,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdasqshandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaSQSHandler"},{"id":677,"kind":512,"name":"constructor","url":"classes/lambdasqshandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaSQSHandler"},{"id":678,"kind":1024,"name":"listeners","url":"classes/lambdasqshandler.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSQSHandler"},{"id":679,"kind":2048,"name":"addListener","url":"classes/lambdasqshandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaSQSHandler"},{"id":680,"kind":1024,"name":"$lastResult","url":"classes/lambdasqshandler.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaSQSHandler"},{"id":681,"kind":2048,"name":"handle","url":"classes/lambdasqshandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaSQSHandler"},{"id":682,"kind":1024,"name":"lambda","url":"classes/lambdasqshandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaSQSHandler"},{"id":683,"kind":1024,"name":"type","url":"classes/lambdasqshandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaSQSHandler"},{"id":684,"kind":128,"name":"LambdaWSSHandler","url":"classes/lambdawsshandler.html","classes":"tsd-kind-class"},{"id":685,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdawsshandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaWSSHandler"},{"id":686,"kind":512,"name":"constructor","url":"classes/lambdawsshandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaWSSHandler"},{"id":687,"kind":2048,"name":"addListener","url":"classes/lambdawsshandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaWSSHandler"},{"id":688,"kind":2048,"name":"handle","url":"classes/lambdawsshandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaWSSHandler"},{"id":689,"kind":1024,"name":"lambda","url":"classes/lambdawsshandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaWSSHandler"},{"id":690,"kind":1024,"name":"type","url":"classes/lambdawsshandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaWSSHandler"},{"id":691,"kind":256,"name":"CronParam","url":"interfaces/cronparam.html","classes":"tsd-kind-interface"},{"id":692,"kind":1024,"name":"name","url":"interfaces/cronparam.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CronParam"},{"id":693,"kind":1024,"name":"action","url":"interfaces/cronparam.html#action","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CronParam"},{"id":694,"kind":128,"name":"LambdaCronHandler","url":"classes/lambdacronhandler.html","classes":"tsd-kind-class"},{"id":695,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdacronhandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaCronHandler"},{"id":696,"kind":512,"name":"constructor","url":"classes/lambdacronhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaCronHandler"},{"id":697,"kind":1024,"name":"listeners","url":"classes/lambdacronhandler.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaCronHandler"},{"id":698,"kind":2048,"name":"addListener","url":"classes/lambdacronhandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaCronHandler"},{"id":699,"kind":2048,"name":"handle","url":"classes/lambdacronhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaCronHandler"},{"id":700,"kind":1024,"name":"lambda","url":"classes/lambdacronhandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaCronHandler"},{"id":701,"kind":1024,"name":"type","url":"classes/lambdacronhandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaCronHandler"},{"id":702,"kind":4194304,"name":"CronNextHandler","url":"globals.html#cronnexthandler","classes":"tsd-kind-type-alias"},{"id":703,"kind":128,"name":"LambdaCognitoHandler","url":"classes/lambdacognitohandler.html","classes":"tsd-kind-class"},{"id":704,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdacognitohandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaCognitoHandler"},{"id":705,"kind":512,"name":"constructor","url":"classes/lambdacognitohandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaCognitoHandler"},{"id":706,"kind":2048,"name":"addListener","url":"classes/lambdacognitohandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaCognitoHandler"},{"id":707,"kind":2048,"name":"handle","url":"classes/lambdacognitohandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaCognitoHandler"},{"id":708,"kind":1024,"name":"lambda","url":"classes/lambdacognitohandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaCognitoHandler"},{"id":709,"kind":1024,"name":"type","url":"classes/lambdacognitohandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaCognitoHandler"},{"id":710,"kind":64,"name":"toJavascript","url":"globals.html#tojavascript","classes":"tsd-kind-function"},{"id":711,"kind":64,"name":"toDDB","url":"globals.html#toddb","classes":"tsd-kind-function"},{"id":712,"kind":64,"name":"toJsValue","url":"globals.html#tojsvalue","classes":"tsd-kind-function tsd-is-not-exported"},{"id":713,"kind":64,"name":"toJsArray","url":"globals.html#tojsarray","classes":"tsd-kind-function tsd-is-not-exported"},{"id":714,"kind":64,"name":"toDDBValue","url":"globals.html#toddbvalue","classes":"tsd-kind-function tsd-is-not-exported"},{"id":715,"kind":128,"name":"HangulService","url":"classes/hangulservice.html","classes":"tsd-kind-class"},{"id":716,"kind":1024,"name":"CHOSEONG","url":"classes/hangulservice.html#choseong","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":717,"kind":1024,"name":"JUNGSEONG","url":"classes/hangulservice.html#jungseong","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":718,"kind":1024,"name":"JONGSEONG","url":"classes/hangulservice.html#jongseong","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":719,"kind":1024,"name":"JamoDecomposeMap","url":"classes/hangulservice.html#jamodecomposemap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static","parent":"HangulService"},{"id":720,"kind":1024,"name":"QwertyMap","url":"classes/hangulservice.html#qwertymap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-static","parent":"HangulService"},{"id":721,"kind":2048,"name":"hello","url":"classes/hangulservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":722,"kind":2048,"name":"isHangul","url":"classes/hangulservice.html#ishangul","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":723,"kind":2048,"name":"asJamoSequence","url":"classes/hangulservice.html#asjamosequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":724,"kind":2048,"name":"asBasicJamoSequence","url":"classes/hangulservice.html#asbasicjamosequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":725,"kind":2048,"name":"asAlphabetKeyStokes","url":"classes/hangulservice.html#asalphabetkeystokes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":726,"kind":2048,"name":"asChoseongSequence","url":"classes/hangulservice.html#aschoseongsequence","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HangulService"},{"id":727,"kind":2048,"name":"isHangulChar","url":"classes/hangulservice.html#ishangulchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":728,"kind":2048,"name":"isHangulSyllable","url":"classes/hangulservice.html#ishangulsyllable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":729,"kind":2048,"name":"isHangulJamo","url":"classes/hangulservice.html#ishanguljamo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":730,"kind":2048,"name":"isHangulCompatibilityJamo","url":"classes/hangulservice.html#ishangulcompatibilityjamo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"HangulService"},{"id":731,"kind":64,"name":"buildHeaderGetter","url":"globals.html#buildheadergetter","classes":"tsd-kind-function"},{"id":732,"kind":64,"name":"buildExpress","url":"globals.html#buildexpress","classes":"tsd-kind-function"},{"id":733,"kind":256,"name":"Elastic6Option","url":"interfaces/elastic6option.html","classes":"tsd-kind-interface"},{"id":734,"kind":1024,"name":"endpoint","url":"interfaces/elastic6option.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":735,"kind":1024,"name":"indexName","url":"interfaces/elastic6option.html#indexname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":736,"kind":1024,"name":"docType","url":"interfaces/elastic6option.html#doctype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":737,"kind":1024,"name":"idName","url":"interfaces/elastic6option.html#idname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":738,"kind":1024,"name":"timeSeries","url":"interfaces/elastic6option.html#timeseries","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":739,"kind":1024,"name":"autocompleteFields","url":"interfaces/elastic6option.html#autocompletefields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Option"},{"id":740,"kind":256,"name":"Elastic6Item","url":"interfaces/elastic6item.html","classes":"tsd-kind-interface"},{"id":741,"kind":1024,"name":"_id","url":"interfaces/elastic6item.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Item"},{"id":742,"kind":1024,"name":"_version","url":"interfaces/elastic6item.html#_version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Elastic6Item"},{"id":743,"kind":128,"name":"Elastic6Service","url":"classes/elastic6service.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":744,"kind":1024,"name":"DECOMPOSED_FIELD","url":"classes/elastic6service.html#decomposed_field","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Elastic6Service"},{"id":745,"kind":1024,"name":"QWERTY_FIELD","url":"classes/elastic6service.html#qwerty_field","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Elastic6Service"},{"id":746,"kind":1024,"name":"options","url":"classes/elastic6service.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Elastic6Service"},{"id":747,"kind":512,"name":"constructor","url":"classes/elastic6service.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Elastic6Service"},{"id":748,"kind":2048,"name":"hello","url":"classes/elastic6service.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":749,"kind":2048,"name":"instance","url":"classes/elastic6service.html#instance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Elastic6Service"},{"id":750,"kind":2048,"name":"createIndex","url":"classes/elastic6service.html#createindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":751,"kind":2048,"name":"destroyIndex","url":"classes/elastic6service.html#destroyindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":752,"kind":2048,"name":"refreshIndex","url":"classes/elastic6service.html#refreshindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":753,"kind":2048,"name":"flushIndex","url":"classes/elastic6service.html#flushindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":754,"kind":2048,"name":"describe","url":"classes/elastic6service.html#describe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":755,"kind":2048,"name":"saveItem","url":"classes/elastic6service.html#saveitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":756,"kind":2048,"name":"pushItem","url":"classes/elastic6service.html#pushitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":757,"kind":2048,"name":"readItem","url":"classes/elastic6service.html#readitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":758,"kind":2048,"name":"deleteItem","url":"classes/elastic6service.html#deleteitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":759,"kind":2048,"name":"updateItem","url":"classes/elastic6service.html#updateitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6Service"},{"id":760,"kind":2048,"name":"prepareSettings","url":"classes/elastic6service.html#preparesettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"Elastic6Service"},{"id":761,"kind":2048,"name":"prepareAutocompleteFields","url":"classes/elastic6service.html#prepareautocompletefields","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"Elastic6Service"},{"id":762,"kind":128,"name":"DummyElastic6Service","url":"classes/dummyelastic6service.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":763,"kind":512,"name":"constructor","url":"classes/dummyelastic6service.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":764,"kind":1024,"name":"buffer","url":"classes/dummyelastic6service.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyElastic6Service"},{"id":765,"kind":65536,"name":"__type","url":"classes/dummyelastic6service.html#buffer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"DummyElastic6Service.buffer"},{"id":766,"kind":2048,"name":"load","url":"classes/dummyelastic6service.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyElastic6Service"},{"id":767,"kind":2048,"name":"hello","url":"classes/dummyelastic6service.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":768,"kind":2048,"name":"readItem","url":"classes/dummyelastic6service.html#readitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":769,"kind":2048,"name":"saveItem","url":"classes/dummyelastic6service.html#saveitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":770,"kind":2048,"name":"deleteItem","url":"classes/dummyelastic6service.html#deleteitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":771,"kind":2048,"name":"updateItem","url":"classes/dummyelastic6service.html#updateitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyElastic6Service"},{"id":772,"kind":1024,"name":"DECOMPOSED_FIELD","url":"classes/dummyelastic6service.html#decomposed_field","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyElastic6Service"},{"id":773,"kind":1024,"name":"QWERTY_FIELD","url":"classes/dummyelastic6service.html#qwerty_field","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyElastic6Service"},{"id":774,"kind":1024,"name":"options","url":"classes/dummyelastic6service.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyElastic6Service"},{"id":775,"kind":2048,"name":"instance","url":"classes/dummyelastic6service.html#instance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyElastic6Service"},{"id":776,"kind":2048,"name":"createIndex","url":"classes/dummyelastic6service.html#createindex","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":777,"kind":2048,"name":"destroyIndex","url":"classes/dummyelastic6service.html#destroyindex","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":778,"kind":2048,"name":"refreshIndex","url":"classes/dummyelastic6service.html#refreshindex","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":779,"kind":2048,"name":"flushIndex","url":"classes/dummyelastic6service.html#flushindex","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":780,"kind":2048,"name":"describe","url":"classes/dummyelastic6service.html#describe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":781,"kind":2048,"name":"pushItem","url":"classes/dummyelastic6service.html#pushitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyElastic6Service"},{"id":782,"kind":2048,"name":"prepareSettings","url":"classes/dummyelastic6service.html#preparesettings","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyElastic6Service"},{"id":783,"kind":2097152,"name":"$ERROR","url":"globals.html#_error","classes":"tsd-kind-object-literal"},{"id":784,"kind":64,"name":"handler","url":"globals.html#_error.handler","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":785,"kind":2097152,"name":"index_not_found_exception","url":"globals.html#_error.index_not_found_exception","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":786,"kind":32,"name":"msg","url":"globals.html#_error.index_not_found_exception.msg-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.index_not_found_exception"},{"id":787,"kind":32,"name":"path","url":"globals.html#_error.index_not_found_exception.path-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.index_not_found_exception"},{"id":788,"kind":32,"name":"query","url":"globals.html#_error.index_not_found_exception.query-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.index_not_found_exception"},{"id":789,"kind":65536,"name":"__type","url":"globals.html#_error.index_not_found_exception.query-1.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"$ERROR.index_not_found_exception.query"},{"id":790,"kind":32,"name":"statusCode","url":"globals.html#_error.index_not_found_exception.statuscode-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.index_not_found_exception"},{"id":791,"kind":32,"name":"response","url":"globals.html#_error.index_not_found_exception.response-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.index_not_found_exception"},{"id":792,"kind":2097152,"name":"resource_already_exists_exception","url":"globals.html#_error.resource_already_exists_exception","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":793,"kind":32,"name":"msg","url":"globals.html#_error.resource_already_exists_exception.msg-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":794,"kind":32,"name":"path","url":"globals.html#_error.resource_already_exists_exception.path-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":795,"kind":32,"name":"query","url":"globals.html#_error.resource_already_exists_exception.query-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":796,"kind":65536,"name":"__type","url":"globals.html#_error.resource_already_exists_exception.query-4.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"$ERROR.resource_already_exists_exception.query"},{"id":797,"kind":32,"name":"body","url":"globals.html#_error.resource_already_exists_exception.body-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":798,"kind":32,"name":"statusCode","url":"globals.html#_error.resource_already_exists_exception.statuscode-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":799,"kind":32,"name":"response","url":"globals.html#_error.resource_already_exists_exception.response-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.resource_already_exists_exception"},{"id":800,"kind":2097152,"name":"not_found","url":"globals.html#_error.not_found","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":801,"kind":32,"name":"msg","url":"globals.html#_error.not_found.msg-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.not_found"},{"id":802,"kind":32,"name":"path","url":"globals.html#_error.not_found.path-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.not_found"},{"id":803,"kind":32,"name":"query","url":"globals.html#_error.not_found.query-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.not_found"},{"id":804,"kind":65536,"name":"__type","url":"globals.html#_error.not_found.query-2.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"$ERROR.not_found.query"},{"id":805,"kind":32,"name":"statusCode","url":"globals.html#_error.not_found.statuscode-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.not_found"},{"id":806,"kind":32,"name":"response","url":"globals.html#_error.not_found.response-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.not_found"},{"id":807,"kind":2097152,"name":"action_request_validation_exception","url":"globals.html#_error.action_request_validation_exception","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":808,"kind":32,"name":"msg","url":"globals.html#_error.action_request_validation_exception.msg","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.action_request_validation_exception"},{"id":809,"kind":32,"name":"path","url":"globals.html#_error.action_request_validation_exception.path","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.action_request_validation_exception"},{"id":810,"kind":32,"name":"query","url":"globals.html#_error.action_request_validation_exception.query","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.action_request_validation_exception"},{"id":811,"kind":65536,"name":"__type","url":"globals.html#_error.action_request_validation_exception.query.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"$ERROR.action_request_validation_exception.query"},{"id":812,"kind":32,"name":"statusCode","url":"globals.html#_error.action_request_validation_exception.statuscode","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.action_request_validation_exception"},{"id":813,"kind":32,"name":"response","url":"globals.html#_error.action_request_validation_exception.response","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.action_request_validation_exception"},{"id":814,"kind":2097152,"name":"remote_transport_exception","url":"globals.html#_error.remote_transport_exception","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":815,"kind":32,"name":"msg","url":"globals.html#_error.remote_transport_exception.msg-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":816,"kind":32,"name":"path","url":"globals.html#_error.remote_transport_exception.path-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":817,"kind":32,"name":"query","url":"globals.html#_error.remote_transport_exception.query-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":818,"kind":65536,"name":"__type","url":"globals.html#_error.remote_transport_exception.query-3.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"$ERROR.remote_transport_exception.query"},{"id":819,"kind":32,"name":"body","url":"globals.html#_error.remote_transport_exception.body","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":820,"kind":32,"name":"statusCode","url":"globals.html#_error.remote_transport_exception.statuscode-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":821,"kind":32,"name":"response","url":"globals.html#_error.remote_transport_exception.response-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.remote_transport_exception"},{"id":822,"kind":2097152,"name":"version_conflict_engine_exception","url":"globals.html#_error.version_conflict_engine_exception","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"$ERROR"},{"id":823,"kind":32,"name":"!","url":"globals.html#_error.version_conflict_engine_exception._","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.version_conflict_engine_exception"},{"id":824,"kind":32,"name":"msg","url":"globals.html#_error.version_conflict_engine_exception.msg-5","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"$ERROR.version_conflict_engine_exception"},{"id":825,"kind":256,"name":"DynamoOption","url":"interfaces/dynamooption.html","classes":"tsd-kind-interface"},{"id":826,"kind":1024,"name":"tableName","url":"interfaces/dynamooption.html#tablename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoOption"},{"id":827,"kind":1024,"name":"idName","url":"interfaces/dynamooption.html#idname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoOption"},{"id":828,"kind":1024,"name":"sortName","url":"interfaces/dynamooption.html#sortname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoOption"},{"id":829,"kind":1024,"name":"idType","url":"interfaces/dynamooption.html#idtype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoOption"},{"id":830,"kind":1024,"name":"sortType","url":"interfaces/dynamooption.html#sorttype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoOption"},{"id":831,"kind":256,"name":"Updatable","url":"interfaces/updatable.html","classes":"tsd-kind-interface"},{"id":832,"kind":128,"name":"DynamoService","url":"classes/dynamoservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":833,"kind":1024,"name":"options","url":"classes/dynamoservice.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DynamoService"},{"id":834,"kind":512,"name":"constructor","url":"classes/dynamoservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DynamoService"},{"id":835,"kind":2048,"name":"hello","url":"classes/dynamoservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":836,"kind":2048,"name":"instance","url":"classes/dynamoservice.html#instance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"DynamoService"},{"id":837,"kind":1024,"name":"normalize","url":"classes/dynamoservice.html#normalize","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"DynamoService"},{"id":838,"kind":2048,"name":"prepareCreateTable","url":"classes/dynamoservice.html#preparecreatetable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":839,"kind":2048,"name":"prepareDeleteTable","url":"classes/dynamoservice.html#preparedeletetable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":840,"kind":2048,"name":"prepareSaveItem","url":"classes/dynamoservice.html#preparesaveitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":841,"kind":2048,"name":"prepareItemKey","url":"classes/dynamoservice.html#prepareitemkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":842,"kind":2048,"name":"prepareUpdateItem","url":"classes/dynamoservice.html#prepareupdateitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":843,"kind":2048,"name":"createTable","url":"classes/dynamoservice.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":844,"kind":2048,"name":"deleteTable","url":"classes/dynamoservice.html#deletetable","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":845,"kind":2048,"name":"readItem","url":"classes/dynamoservice.html#readitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":846,"kind":2048,"name":"saveItem","url":"classes/dynamoservice.html#saveitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":847,"kind":2048,"name":"deleteItem","url":"classes/dynamoservice.html#deleteitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":848,"kind":2048,"name":"updateItem","url":"classes/dynamoservice.html#updateitem","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoService"},{"id":849,"kind":128,"name":"DummyDynamoService","url":"classes/dummydynamoservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":850,"kind":512,"name":"constructor","url":"classes/dummydynamoservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":851,"kind":1024,"name":"buffer","url":"classes/dummydynamoservice.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyDynamoService"},{"id":852,"kind":65536,"name":"__type","url":"classes/dummydynamoservice.html#buffer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"DummyDynamoService.buffer"},{"id":853,"kind":2048,"name":"load","url":"classes/dummydynamoservice.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyDynamoService"},{"id":854,"kind":2048,"name":"hello","url":"classes/dummydynamoservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":855,"kind":2048,"name":"listItems","url":"classes/dummydynamoservice.html#listitems","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyDynamoService"},{"id":856,"kind":2048,"name":"readItem","url":"classes/dummydynamoservice.html#readitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":857,"kind":2048,"name":"saveItem","url":"classes/dummydynamoservice.html#saveitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":858,"kind":2048,"name":"deleteItem","url":"classes/dummydynamoservice.html#deleteitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":859,"kind":2048,"name":"updateItem","url":"classes/dummydynamoservice.html#updateitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyDynamoService"},{"id":860,"kind":1024,"name":"options","url":"classes/dummydynamoservice.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyDynamoService"},{"id":861,"kind":2048,"name":"instance","url":"classes/dummydynamoservice.html#instance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyDynamoService"},{"id":862,"kind":1024,"name":"normalize","url":"classes/dummydynamoservice.html#normalize","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyDynamoService"},{"id":863,"kind":2048,"name":"prepareCreateTable","url":"classes/dummydynamoservice.html#preparecreatetable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":864,"kind":2048,"name":"prepareDeleteTable","url":"classes/dummydynamoservice.html#preparedeletetable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":865,"kind":2048,"name":"prepareSaveItem","url":"classes/dummydynamoservice.html#preparesaveitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":866,"kind":2048,"name":"prepareItemKey","url":"classes/dummydynamoservice.html#prepareitemkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":867,"kind":2048,"name":"prepareUpdateItem","url":"classes/dummydynamoservice.html#prepareupdateitem","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":868,"kind":2048,"name":"createTable","url":"classes/dummydynamoservice.html#createtable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":869,"kind":2048,"name":"deleteTable","url":"classes/dummydynamoservice.html#deletetable","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyDynamoService"},{"id":870,"kind":4194304,"name":"KEY_TYPE","url":"globals.html#key_type","classes":"tsd-kind-type-alias"},{"id":871,"kind":64,"name":"normalize","url":"globals.html#normalize","classes":"tsd-kind-function tsd-is-not-exported"},{"id":872,"kind":256,"name":"DynamoStreamParam","url":"interfaces/dynamostreamparam.html","classes":"tsd-kind-interface"},{"id":873,"kind":1024,"name":"region","url":"interfaces/dynamostreamparam.html#region","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamParam"},{"id":874,"kind":1024,"name":"eventId","url":"interfaces/dynamostreamparam.html#eventid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamParam"},{"id":875,"kind":1024,"name":"eventName","url":"interfaces/dynamostreamparam.html#eventname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamParam"},{"id":876,"kind":1024,"name":"tableName","url":"interfaces/dynamostreamparam.html#tablename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamParam"},{"id":877,"kind":256,"name":"DynamoStreamBody","url":"interfaces/dynamostreambody.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":878,"kind":1024,"name":"keys","url":"interfaces/dynamostreambody.html#keys","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamBody"},{"id":879,"kind":1024,"name":"diff","url":"interfaces/dynamostreambody.html#diff","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamBody"},{"id":880,"kind":1024,"name":"prev","url":"interfaces/dynamostreambody.html#prev","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamBody"},{"id":881,"kind":1024,"name":"node","url":"interfaces/dynamostreambody.html#node","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoStreamBody"},{"id":882,"kind":256,"name":"DynamoStreamFilter","url":"interfaces/dynamostreamfilter.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":883,"kind":256,"name":"DynamoStreamCallback","url":"interfaces/dynamostreamcallback.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":884,"kind":128,"name":"LambdaDynamoStreamHandler","url":"classes/lambdadynamostreamhandler.html","classes":"tsd-kind-class"},{"id":885,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdadynamostreamhandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaDynamoStreamHandler"},{"id":886,"kind":512,"name":"constructor","url":"classes/lambdadynamostreamhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaDynamoStreamHandler"},{"id":887,"kind":1024,"name":"listeners","url":"classes/lambdadynamostreamhandler.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaDynamoStreamHandler"},{"id":888,"kind":2048,"name":"addListener","url":"classes/lambdadynamostreamhandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaDynamoStreamHandler"},{"id":889,"kind":1024,"name":"$lastResult","url":"classes/lambdadynamostreamhandler.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaDynamoStreamHandler"},{"id":890,"kind":2048,"name":"handle","url":"classes/lambdadynamostreamhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaDynamoStreamHandler"},{"id":891,"kind":2048,"name":"createSyncToElastic6","url":"classes/lambdadynamostreamhandler.html#createsynctoelastic6","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"LambdaDynamoStreamHandler"},{"id":892,"kind":1024,"name":"lambda","url":"classes/lambdadynamostreamhandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaDynamoStreamHandler"},{"id":893,"kind":1024,"name":"type","url":"classes/lambdadynamostreamhandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaDynamoStreamHandler"},{"id":894,"kind":4194304,"name":"DynamoStreamEvent","url":"globals.html#dynamostreamevent","classes":"tsd-kind-type-alias"},{"id":895,"kind":4194304,"name":"DynamoStreamNextHandler","url":"globals.html#dynamostreamnexthandler","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":896,"kind":256,"name":"NotificationParam","url":"interfaces/notificationparam.html","classes":"tsd-kind-interface"},{"id":897,"kind":1024,"name":"snsMessageType","url":"interfaces/notificationparam.html#snsmessagetype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":898,"kind":1024,"name":"snsMessageId","url":"interfaces/notificationparam.html#snsmessageid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":899,"kind":1024,"name":"snsTopicArn","url":"interfaces/notificationparam.html#snstopicarn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":900,"kind":1024,"name":"snsSubscriptionArn","url":"interfaces/notificationparam.html#snssubscriptionarn","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":901,"kind":1024,"name":"subscribeURL","url":"interfaces/notificationparam.html#subscribeurl","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":902,"kind":1024,"name":"signature","url":"interfaces/notificationparam.html#signature","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":903,"kind":1024,"name":"subject","url":"interfaces/notificationparam.html#subject","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NotificationParam"},{"id":904,"kind":256,"name":"NotificationBody","url":"interfaces/notificationbody.html","classes":"tsd-kind-interface"},{"id":905,"kind":128,"name":"LambdaNotificationHandler","url":"classes/lambdanotificationhandler.html","classes":"tsd-kind-class"},{"id":906,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdanotificationhandler.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LambdaNotificationHandler"},{"id":907,"kind":512,"name":"constructor","url":"classes/lambdanotificationhandler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaNotificationHandler"},{"id":908,"kind":1024,"name":"listeners","url":"classes/lambdanotificationhandler.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"LambdaNotificationHandler"},{"id":909,"kind":2048,"name":"addListener","url":"classes/lambdanotificationhandler.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaNotificationHandler"},{"id":910,"kind":2048,"name":"handle","url":"classes/lambdanotificationhandler.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LambdaNotificationHandler"},{"id":911,"kind":2048,"name":"packContext","url":"classes/lambdanotificationhandler.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaNotificationHandler"},{"id":912,"kind":2048,"name":"packNotificationParamBody","url":"classes/lambdanotificationhandler.html#packnotificationparambody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaNotificationHandler"},{"id":913,"kind":1024,"name":"lambda","url":"classes/lambdanotificationhandler.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaNotificationHandler"},{"id":914,"kind":1024,"name":"type","url":"classes/lambdanotificationhandler.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"LambdaNotificationHandler"},{"id":915,"kind":4194304,"name":"NotificationNextHandler","url":"globals.html#notificationnexthandler","classes":"tsd-kind-type-alias"},{"id":916,"kind":128,"name":"LambdaModule","url":"classes/lambdamodule.html","classes":"tsd-kind-class"},{"id":917,"kind":1024,"name":"engine","url":"classes/lambdamodule.html#engine","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"LambdaModule"},{"id":918,"kind":512,"name":"constructor","url":"classes/lambdamodule.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"LambdaModule"},{"id":919,"kind":1024,"name":"lambda","url":"classes/lambdamodule.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":920,"kind":1024,"name":"web","url":"classes/lambdamodule.html#web","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":921,"kind":1024,"name":"sns","url":"classes/lambdamodule.html#sns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":922,"kind":1024,"name":"sqs","url":"classes/lambdamodule.html#sqs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":923,"kind":1024,"name":"wss","url":"classes/lambdamodule.html#wss","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":924,"kind":1024,"name":"cron","url":"classes/lambdamodule.html#cron","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":925,"kind":1024,"name":"cognito","url":"classes/lambdamodule.html#cognito","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":926,"kind":1024,"name":"dynamos","url":"classes/lambdamodule.html#dynamos","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":927,"kind":1024,"name":"notification","url":"classes/lambdamodule.html#notification","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LambdaModule"},{"id":928,"kind":2048,"name":"getModuleName","url":"classes/lambdamodule.html#getmodulename","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaModule"},{"id":929,"kind":2048,"name":"initModule","url":"classes/lambdamodule.html#initmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"LambdaModule"},{"id":930,"kind":256,"name":"APIHeaders","url":"interfaces/apiheaders.html","classes":"tsd-kind-interface"},{"id":931,"kind":256,"name":"APIServiceClient","url":"interfaces/apiserviceclient.html","classes":"tsd-kind-interface"},{"id":932,"kind":2048,"name":"hello","url":"interfaces/apiserviceclient.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"APIServiceClient"},{"id":933,"kind":2048,"name":"doGet","url":"interfaces/apiserviceclient.html#doget","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"APIServiceClient"},{"id":934,"kind":2048,"name":"doPut","url":"interfaces/apiserviceclient.html#doput","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"APIServiceClient"},{"id":935,"kind":2048,"name":"doPost","url":"interfaces/apiserviceclient.html#dopost","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"APIServiceClient"},{"id":936,"kind":2048,"name":"doPatch","url":"interfaces/apiserviceclient.html#dopatch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"APIServiceClient"},{"id":937,"kind":2048,"name":"doDelete","url":"interfaces/apiserviceclient.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"APIServiceClient"},{"id":938,"kind":256,"name":"ApiHttpProxy","url":"interfaces/apihttpproxy.html","classes":"tsd-kind-interface"},{"id":939,"kind":2048,"name":"hello","url":"interfaces/apihttpproxy.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ApiHttpProxy"},{"id":940,"kind":2048,"name":"doProxy","url":"interfaces/apihttpproxy.html#doproxy","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter","parent":"ApiHttpProxy"},{"id":941,"kind":128,"name":"APIProxyClient","url":"classes/apiproxyclient.html","classes":"tsd-kind-class"},{"id":942,"kind":1024,"name":"service","url":"classes/apiproxyclient.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"APIProxyClient"},{"id":943,"kind":512,"name":"constructor","url":"classes/apiproxyclient.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"APIProxyClient"},{"id":944,"kind":2048,"name":"hello","url":"classes/apiproxyclient.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIProxyClient"},{"id":945,"kind":2048,"name":"doGet","url":"classes/apiproxyclient.html#doget","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"APIProxyClient"},{"id":946,"kind":2048,"name":"doPut","url":"classes/apiproxyclient.html#doput","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"APIProxyClient"},{"id":947,"kind":2048,"name":"doPost","url":"classes/apiproxyclient.html#dopost","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"APIProxyClient"},{"id":948,"kind":2048,"name":"doPatch","url":"classes/apiproxyclient.html#dopatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"APIProxyClient"},{"id":949,"kind":2048,"name":"doDelete","url":"classes/apiproxyclient.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"APIProxyClient"},{"id":950,"kind":128,"name":"APIService","url":"classes/apiservice.html","classes":"tsd-kind-class"},{"id":951,"kind":1024,"name":"type","url":"classes/apiservice.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"APIService"},{"id":952,"kind":1024,"name":"endpoint","url":"classes/apiservice.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"APIService"},{"id":953,"kind":1024,"name":"headers","url":"classes/apiservice.html#headers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"APIService"},{"id":954,"kind":1024,"name":"client","url":"classes/apiservice.html#client","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"APIService"},{"id":955,"kind":512,"name":"constructor","url":"classes/apiservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"APIService"},{"id":956,"kind":2048,"name":"hello","url":"classes/apiservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":957,"kind":2048,"name":"buildClient","url":"classes/apiservice.html#buildclient","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"APIService"},{"id":958,"kind":2048,"name":"buildSubTypeClient","url":"classes/apiservice.html#buildsubtypeclient","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":959,"kind":2048,"name":"buildRecorder","url":"classes/apiservice.html#buildrecorder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":960,"kind":1024,"name":"ProxyServiceClient","url":"classes/apiservice.html#proxyserviceclient","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"APIService"},{"id":961,"kind":1024,"name":"SubTypeClient","url":"classes/apiservice.html#subtypeclient","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"APIService"},{"id":962,"kind":1024,"name":"ApiHttpProxyRecorder","url":"classes/apiservice.html#apihttpproxyrecorder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"APIService"},{"id":963,"kind":1024,"name":"APIServiceClientRecorder","url":"classes/apiservice.html#apiserviceclientrecorder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"APIService"},{"id":964,"kind":2048,"name":"doGet","url":"classes/apiservice.html#doget","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":965,"kind":2048,"name":"doPut","url":"classes/apiservice.html#doput","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":966,"kind":2048,"name":"doPost","url":"classes/apiservice.html#dopost","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":967,"kind":2048,"name":"doPatch","url":"classes/apiservice.html#dopatch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":968,"kind":2048,"name":"doDelete","url":"classes/apiservice.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"APIService"},{"id":969,"kind":128,"name":"MocksAPIService","url":"classes/mocksapiservice.html","classes":"tsd-kind-class"},{"id":970,"kind":1024,"name":"$map","url":"classes/mocksapiservice.html#_map","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MocksAPIService"},{"id":971,"kind":1024,"name":"type","url":"classes/mocksapiservice.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MocksAPIService"},{"id":972,"kind":1024,"name":"endpoint","url":"classes/mocksapiservice.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"MocksAPIService"},{"id":973,"kind":512,"name":"constructor","url":"classes/mocksapiservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"MocksAPIService"},{"id":974,"kind":2048,"name":"loadSync","url":"classes/mocksapiservice.html#loadsync","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MocksAPIService"},{"id":975,"kind":2048,"name":"asPath","url":"classes/mocksapiservice.html#aspath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MocksAPIService"},{"id":976,"kind":2048,"name":"doProxy","url":"classes/mocksapiservice.html#doproxy","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":977,"kind":2048,"name":"na","url":"classes/mocksapiservice.html#na","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"MocksAPIService"},{"id":978,"kind":2048,"name":"hello","url":"classes/mocksapiservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"MocksAPIService"},{"id":979,"kind":2048,"name":"doGet","url":"classes/mocksapiservice.html#doget","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":980,"kind":2048,"name":"doPut","url":"classes/mocksapiservice.html#doput","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":981,"kind":2048,"name":"doPost","url":"classes/mocksapiservice.html#dopost","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":982,"kind":2048,"name":"doPatch","url":"classes/mocksapiservice.html#dopatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":983,"kind":2048,"name":"doDelete","url":"classes/mocksapiservice.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"MocksAPIService"},{"id":984,"kind":4194304,"name":"APIHttpMethod","url":"globals.html#apihttpmethod","classes":"tsd-kind-type-alias"},{"id":985,"kind":64,"name":"createHttpWebProxy","url":"globals.html#createhttpwebproxy","classes":"tsd-kind-function"},{"id":986,"kind":32,"name":"AWSUtil","url":"globals.html#awsutil","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":987,"kind":64,"name":"omitNulls","url":"globals.html#omitnulls","classes":"tsd-kind-function"},{"id":988,"kind":64,"name":"mergeResults","url":"globals.html#mergeresults","classes":"tsd-kind-function"},{"id":989,"kind":64,"name":"paginatedRequest","url":"globals.html#paginatedrequest","classes":"tsd-kind-function"},{"id":990,"kind":64,"name":"omitPrimaryKeys","url":"globals.html#omitprimarykeys","classes":"tsd-kind-function"},{"id":991,"kind":64,"name":"strToBin","url":"globals.html#strtobin","classes":"tsd-kind-function"},{"id":992,"kind":32,"name":"DocClient","url":"globals.html#docclient","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":993,"kind":32,"name":"serializer","url":"globals.html#serializer","classes":"tsd-kind-variable"},{"id":994,"kind":2097152,"name":"internals","url":"globals.html#internals","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":995,"kind":32,"name":"docClient","url":"globals.html#internals.docclient","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals"},{"id":996,"kind":64,"name":"createSet","url":"globals.html#internals.createset","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals"},{"id":997,"kind":2097152,"name":"serialize","url":"globals.html#internals.serialize","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals"},{"id":998,"kind":64,"name":"binary","url":"globals.html#internals.serialize.binary","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":999,"kind":64,"name":"date","url":"globals.html#internals.serialize.date","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":1000,"kind":64,"name":"boolean","url":"globals.html#internals.serialize.boolean","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":1001,"kind":64,"name":"stringSet","url":"globals.html#internals.serialize.stringset","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":1002,"kind":64,"name":"numberSet","url":"globals.html#internals.serialize.numberset","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":1003,"kind":64,"name":"binarySet","url":"globals.html#internals.serialize.binaryset","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals.serialize"},{"id":1004,"kind":64,"name":"deserializeAttribute","url":"globals.html#internals.deserializeattribute","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals"},{"id":1005,"kind":64,"name":"serializeAttribute","url":"globals.html#internals.serializeattribute","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"internals"},{"id":1006,"kind":32,"name":"serialize","url":"globals.html#serialize","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1007,"kind":65536,"name":"__type","url":"globals.html#serialize.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"serialize"},{"id":1008,"kind":64,"name":"binary","url":"globals.html#serialize.__type.binary","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1009,"kind":64,"name":"date","url":"globals.html#serialize.__type.date","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1010,"kind":64,"name":"boolean","url":"globals.html#serialize.__type.boolean","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1011,"kind":64,"name":"stringSet","url":"globals.html#serialize.__type.stringset","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1012,"kind":64,"name":"numberSet","url":"globals.html#serialize.__type.numberset","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1013,"kind":64,"name":"binarySet","url":"globals.html#serialize.__type.binaryset","classes":"tsd-kind-function tsd-parent-kind-type-literal tsd-is-not-exported","parent":"serialize.__type"},{"id":1014,"kind":64,"name":"parse","url":"globals.html#parse","classes":"tsd-kind-function"},{"id":1015,"kind":64,"name":"serializeUpdateExpression","url":"globals.html#serializeupdateexpression","classes":"tsd-kind-function"},{"id":1016,"kind":64,"name":"stringify","url":"globals.html#stringify","classes":"tsd-kind-function"},{"id":1017,"kind":64,"name":"buildFilterExpression","url":"globals.html#buildfilterexpression","classes":"tsd-kind-function"},{"id":1018,"kind":128,"name":"Query","url":"classes/query.html","classes":"tsd-kind-class"},{"id":1019,"kind":1024,"name":"hashKey","url":"classes/query.html#hashkey","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Query"},{"id":1020,"kind":1024,"name":"table","url":"classes/query.html#table","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Query"},{"id":1021,"kind":1024,"name":"serializer","url":"classes/query.html#serializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Query"},{"id":1022,"kind":1024,"name":"options","url":"classes/query.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Query"},{"id":1023,"kind":1024,"name":"request","url":"classes/query.html#request","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Query"},{"id":1024,"kind":512,"name":"constructor","url":"classes/query.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Query"},{"id":1025,"kind":2048,"name":"limit","url":"classes/query.html#limit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1026,"kind":2048,"name":"filterExpression","url":"classes/query.html#filterexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1027,"kind":2048,"name":"expressionAttributeValues","url":"classes/query.html#expressionattributevalues","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1028,"kind":2048,"name":"expressionAttributeNames","url":"classes/query.html#expressionattributenames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1029,"kind":2048,"name":"projectionExpression","url":"classes/query.html#projectionexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1030,"kind":2048,"name":"usingIndex","url":"classes/query.html#usingindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1031,"kind":2048,"name":"consistentRead","url":"classes/query.html#consistentread","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1032,"kind":2048,"name":"addKeyCondition","url":"classes/query.html#addkeycondition","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1033,"kind":2048,"name":"addFilterCondition","url":"classes/query.html#addfiltercondition","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1034,"kind":2048,"name":"startKey","url":"classes/query.html#startkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1035,"kind":2048,"name":"attributes","url":"classes/query.html#attributes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1036,"kind":2048,"name":"ascending","url":"classes/query.html#ascending","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1037,"kind":2048,"name":"descending","url":"classes/query.html#descending","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1038,"kind":2048,"name":"select","url":"classes/query.html#select","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1039,"kind":2048,"name":"returnConsumedCapacity","url":"classes/query.html#returnconsumedcapacity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1040,"kind":2048,"name":"loadAll","url":"classes/query.html#loadall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1041,"kind":2048,"name":"where","url":"classes/query.html#where","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1042,"kind":2048,"name":"filter","url":"classes/query.html#filter","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1043,"kind":2048,"name":"exec","url":"classes/query.html#exec","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1044,"kind":2048,"name":"buildKey","url":"classes/query.html#buildkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1045,"kind":2048,"name":"buildRequest","url":"classes/query.html#buildrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Query"},{"id":1046,"kind":256,"name":"DynamoQueryResult","url":"interfaces/dynamoqueryresult.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1047,"kind":1024,"name":"list","url":"interfaces/dynamoqueryresult.html#list","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoQueryResult"},{"id":1048,"kind":1024,"name":"count","url":"interfaces/dynamoqueryresult.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoQueryResult"},{"id":1049,"kind":1024,"name":"last","url":"interfaces/dynamoqueryresult.html#last","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoQueryResult"},{"id":1050,"kind":256,"name":"DynamoSimpleQueriable","url":"interfaces/dynamosimplequeriable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1051,"kind":2048,"name":"queryAll","url":"interfaces/dynamosimplequeriable.html#queryall","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DynamoSimpleQueriable"},{"id":1052,"kind":2048,"name":"queryRange","url":"interfaces/dynamosimplequeriable.html#queryrange","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DynamoSimpleQueriable"},{"id":1053,"kind":128,"name":"DynamoQueryService","url":"classes/dynamoqueryservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1054,"kind":1024,"name":"options","url":"classes/dynamoqueryservice.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DynamoQueryService"},{"id":1055,"kind":512,"name":"constructor","url":"classes/dynamoqueryservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DynamoQueryService"},{"id":1056,"kind":2048,"name":"hello","url":"classes/dynamoqueryservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoQueryService"},{"id":1057,"kind":2048,"name":"queryAll","url":"classes/dynamoqueryservice.html#queryall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoQueryService"},{"id":1058,"kind":2048,"name":"queryRange","url":"classes/dynamoqueryservice.html#queryrange","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoQueryService"},{"id":1059,"kind":2048,"name":"queryRangeBy","url":"classes/dynamoqueryservice.html#queryrangeby","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoQueryService"},{"id":1060,"kind":128,"name":"Scan","url":"classes/scan.html","classes":"tsd-kind-class"},{"id":1061,"kind":1024,"name":"table","url":"classes/scan.html#table","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Scan"},{"id":1062,"kind":1024,"name":"serializer","url":"classes/scan.html#serializer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Scan"},{"id":1063,"kind":1024,"name":"options","url":"classes/scan.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Scan"},{"id":1064,"kind":1024,"name":"request","url":"classes/scan.html#request","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Scan"},{"id":1065,"kind":512,"name":"constructor","url":"classes/scan.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Scan"},{"id":1066,"kind":2048,"name":"limit","url":"classes/scan.html#limit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1067,"kind":2048,"name":"addFilterCondition","url":"classes/scan.html#addfiltercondition","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1068,"kind":2048,"name":"startKey","url":"classes/scan.html#startkey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1069,"kind":2048,"name":"attributes","url":"classes/scan.html#attributes","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1070,"kind":2048,"name":"select","url":"classes/scan.html#select","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1071,"kind":2048,"name":"returnConsumedCapacity","url":"classes/scan.html#returnconsumedcapacity","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1072,"kind":2048,"name":"segments","url":"classes/scan.html#segments","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1073,"kind":2048,"name":"where","url":"classes/scan.html#where","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1074,"kind":2048,"name":"filterExpression","url":"classes/scan.html#filterexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1075,"kind":2048,"name":"expressionAttributeValues","url":"classes/scan.html#expressionattributevalues","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1076,"kind":2048,"name":"expressionAttributeNames","url":"classes/scan.html#expressionattributenames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1077,"kind":2048,"name":"projectionExpression","url":"classes/scan.html#projectionexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1078,"kind":2048,"name":"exec","url":"classes/scan.html#exec","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1079,"kind":2048,"name":"loadAll","url":"classes/scan.html#loadall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1080,"kind":2048,"name":"buildRequest","url":"classes/scan.html#buildrequest","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Scan"},{"id":1081,"kind":256,"name":"ComparisonCondition","url":"interfaces/comparisoncondition.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1082,"kind":1024,"name":"key","url":"interfaces/comparisoncondition.html#key","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ComparisonCondition"},{"id":1083,"kind":1024,"name":"comparator","url":"interfaces/comparisoncondition.html#comparator","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ComparisonCondition"},{"id":1084,"kind":1024,"name":"value","url":"interfaces/comparisoncondition.html#value","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ComparisonCondition"},{"id":1085,"kind":256,"name":"BetweenCondition","url":"interfaces/betweencondition.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1086,"kind":1024,"name":"key","url":"interfaces/betweencondition.html#key","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"BetweenCondition"},{"id":1087,"kind":1024,"name":"from","url":"interfaces/betweencondition.html#from","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"BetweenCondition"},{"id":1088,"kind":1024,"name":"to","url":"interfaces/betweencondition.html#to","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"BetweenCondition"},{"id":1089,"kind":256,"name":"ExistenceCondition","url":"interfaces/existencecondition.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1090,"kind":1024,"name":"key","url":"interfaces/existencecondition.html#key","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ExistenceCondition"},{"id":1091,"kind":1024,"name":"exists","url":"interfaces/existencecondition.html#exists","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ExistenceCondition"},{"id":1092,"kind":256,"name":"StringCondition","url":"interfaces/stringcondition.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1093,"kind":1024,"name":"key","url":"interfaces/stringcondition.html#key","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"StringCondition"},{"id":1094,"kind":1024,"name":"operator","url":"interfaces/stringcondition.html#operator","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"StringCondition"},{"id":1095,"kind":1024,"name":"value","url":"interfaces/stringcondition.html#value","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"StringCondition"},{"id":1096,"kind":256,"name":"DynamoScanResult","url":"interfaces/dynamoscanresult.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1097,"kind":1024,"name":"list","url":"interfaces/dynamoscanresult.html#list","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoScanResult"},{"id":1098,"kind":1024,"name":"count","url":"interfaces/dynamoscanresult.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoScanResult"},{"id":1099,"kind":1024,"name":"last","url":"interfaces/dynamoscanresult.html#last","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DynamoScanResult"},{"id":1100,"kind":256,"name":"DynamoSimpleScannable","url":"interfaces/dynamosimplescannable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1101,"kind":2048,"name":"scan","url":"interfaces/dynamosimplescannable.html#scan","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"DynamoSimpleScannable"},{"id":1102,"kind":128,"name":"DynamoScanService","url":"classes/dynamoscanservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1103,"kind":1024,"name":"options","url":"classes/dynamoscanservice.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DynamoScanService"},{"id":1104,"kind":512,"name":"constructor","url":"classes/dynamoscanservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DynamoScanService"},{"id":1105,"kind":2048,"name":"hello","url":"classes/dynamoscanservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoScanService"},{"id":1106,"kind":2048,"name":"scan","url":"classes/dynamoscanservice.html#scan","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoScanService"},{"id":1107,"kind":2048,"name":"buildPayload","url":"classes/dynamoscanservice.html#buildpayload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"DynamoScanService"},{"id":1108,"kind":64,"name":"isComparisonCondition","url":"globals.html#iscomparisoncondition","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1109,"kind":64,"name":"isBetweenCondition","url":"globals.html#isbetweencondition","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1110,"kind":64,"name":"isExistenceCondition","url":"globals.html#isexistencecondition","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1111,"kind":64,"name":"isStringCondition","url":"globals.html#isstringcondition","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1112,"kind":4194304,"name":"Condition","url":"globals.html#condition","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":1113,"kind":4194304,"name":"DynamoScanFilter","url":"globals.html#dynamoscanfilter","classes":"tsd-kind-type-alias"},{"id":1114,"kind":128,"name":"HttpStorageService","url":"classes/httpstorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1115,"kind":1024,"name":"endpoint","url":"classes/httpstorageservice.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HttpStorageService"},{"id":1116,"kind":1024,"name":"idName","url":"classes/httpstorageservice.html#idname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HttpStorageService"},{"id":1117,"kind":1024,"name":"service","url":"classes/httpstorageservice.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"HttpStorageService"},{"id":1118,"kind":512,"name":"constructor","url":"classes/httpstorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1119,"kind":2048,"name":"hello","url":"classes/httpstorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1120,"kind":2048,"name":"read","url":"classes/httpstorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1121,"kind":2048,"name":"readOrCreate","url":"classes/httpstorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1122,"kind":2048,"name":"save","url":"classes/httpstorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1123,"kind":2048,"name":"update","url":"classes/httpstorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1124,"kind":2048,"name":"increment","url":"classes/httpstorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1125,"kind":2048,"name":"delete","url":"classes/httpstorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1126,"kind":2048,"name":"validateIncrement","url":"classes/httpstorageservice.html#validateincrement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"HttpStorageService"},{"id":1127,"kind":256,"name":"InternalKey","url":"interfaces/internalkey.html","classes":"tsd-kind-interface"},{"id":1128,"kind":1024,"name":"_id","url":"interfaces/internalkey.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InternalKey"},{"id":1129,"kind":256,"name":"StorageModel","url":"interfaces/storagemodel.html","classes":"tsd-kind-interface"},{"id":1130,"kind":1024,"name":"id","url":"interfaces/storagemodel.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StorageModel"},{"id":1131,"kind":1024,"name":"type","url":"interfaces/storagemodel.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StorageModel"},{"id":1132,"kind":1024,"name":"stereo","url":"interfaces/storagemodel.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StorageModel"},{"id":1133,"kind":1024,"name":"meta","url":"interfaces/storagemodel.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StorageModel"},{"id":1134,"kind":1024,"name":"_id","url":"interfaces/storagemodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"StorageModel"},{"id":1135,"kind":256,"name":"StorageService","url":"interfaces/storageservice.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1136,"kind":2048,"name":"hello","url":"interfaces/storageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1137,"kind":2048,"name":"read","url":"interfaces/storageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1138,"kind":2048,"name":"readOrCreate","url":"interfaces/storageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1139,"kind":2048,"name":"save","url":"interfaces/storageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1140,"kind":2048,"name":"update","url":"interfaces/storageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1141,"kind":2048,"name":"increment","url":"interfaces/storageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1142,"kind":2048,"name":"delete","url":"interfaces/storageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageService"},{"id":1143,"kind":256,"name":"MyGeneral","url":"interfaces/mygeneral.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1144,"kind":1024,"name":"id","url":"interfaces/mygeneral.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"MyGeneral"},{"id":1145,"kind":1024,"name":"type","url":"interfaces/mygeneral.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"MyGeneral"},{"id":1146,"kind":1024,"name":"stereo","url":"interfaces/mygeneral.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"MyGeneral"},{"id":1147,"kind":1024,"name":"meta","url":"interfaces/mygeneral.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"MyGeneral"},{"id":1148,"kind":1024,"name":"_id","url":"interfaces/mygeneral.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"MyGeneral"},{"id":1149,"kind":128,"name":"DynamoStorageService","url":"classes/dynamostorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1150,"kind":1024,"name":"_table","url":"classes/dynamostorageservice.html#_table","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DynamoStorageService"},{"id":1151,"kind":1024,"name":"_idName","url":"classes/dynamostorageservice.html#_idname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DynamoStorageService"},{"id":1152,"kind":1024,"name":"_fields","url":"classes/dynamostorageservice.html#_fields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DynamoStorageService"},{"id":1153,"kind":1024,"name":"$dynamo","url":"classes/dynamostorageservice.html#_dynamo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DynamoStorageService"},{"id":1154,"kind":512,"name":"constructor","url":"classes/dynamostorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1155,"kind":2048,"name":"hello","url":"classes/dynamostorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1156,"kind":2048,"name":"fields","url":"classes/dynamostorageservice.html#fields","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1157,"kind":2048,"name":"read","url":"classes/dynamostorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1158,"kind":2048,"name":"readOrCreate","url":"classes/dynamostorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1159,"kind":2048,"name":"save","url":"classes/dynamostorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1160,"kind":2048,"name":"update","url":"classes/dynamostorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1161,"kind":2048,"name":"increment","url":"classes/dynamostorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1162,"kind":2048,"name":"delete","url":"classes/dynamostorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DynamoStorageService"},{"id":1163,"kind":128,"name":"DummyStorageService","url":"classes/dummystorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1164,"kind":1024,"name":"name","url":"classes/dummystorageservice.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyStorageService"},{"id":1165,"kind":1024,"name":"idName","url":"classes/dummystorageservice.html#idname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyStorageService"},{"id":1166,"kind":512,"name":"constructor","url":"classes/dummystorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1167,"kind":1024,"name":"buffer","url":"classes/dummystorageservice.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyStorageService"},{"id":1168,"kind":65536,"name":"__type","url":"classes/dummystorageservice.html#buffer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"DummyStorageService.buffer"},{"id":1169,"kind":2048,"name":"load","url":"classes/dummystorageservice.html#load","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1170,"kind":2048,"name":"hello","url":"classes/dummystorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1171,"kind":2048,"name":"read","url":"classes/dummystorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1172,"kind":2048,"name":"readSafe","url":"classes/dummystorageservice.html#readsafe","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"DummyStorageService"},{"id":1173,"kind":2048,"name":"readOrCreate","url":"classes/dummystorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1174,"kind":2048,"name":"save","url":"classes/dummystorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1175,"kind":1024,"name":"$locks","url":"classes/dummystorageservice.html#_locks","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"DummyStorageService"},{"id":1176,"kind":2048,"name":"update","url":"classes/dummystorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1177,"kind":2048,"name":"increment","url":"classes/dummystorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1178,"kind":2048,"name":"delete","url":"classes/dummystorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyStorageService"},{"id":1179,"kind":64,"name":"clearDuplicated","url":"globals.html#clearduplicated","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1180,"kind":256,"name":"RedisOptions","url":"interfaces/redisoptions.html","classes":"tsd-kind-interface"},{"id":1181,"kind":1024,"name":"endpoint","url":"interfaces/redisoptions.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedisOptions"},{"id":1182,"kind":1024,"name":"tableName","url":"interfaces/redisoptions.html#tablename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedisOptions"},{"id":1183,"kind":1024,"name":"defTimeout","url":"interfaces/redisoptions.html#deftimeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RedisOptions"},{"id":1184,"kind":128,"name":"RedisStorageService","url":"classes/redisstorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1185,"kind":1024,"name":"ENV_REDIS_ENDPOINT","url":"classes/redisstorageservice.html#env_redis_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"RedisStorageService"},{"id":1186,"kind":1024,"name":"CAS_MAX_RETRIES","url":"classes/redisstorageservice.html#cas_max_retries","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"RedisStorageService"},{"id":1187,"kind":1024,"name":"redis","url":"classes/redisstorageservice.html#redis","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"RedisStorageService"},{"id":1188,"kind":1024,"name":"tableName","url":"classes/redisstorageservice.html#tablename","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedisStorageService"},{"id":1189,"kind":1024,"name":"ttl","url":"classes/redisstorageservice.html#ttl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"RedisStorageService"},{"id":1190,"kind":512,"name":"constructor","url":"classes/redisstorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1191,"kind":2048,"name":"hello","url":"classes/redisstorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1192,"kind":2048,"name":"quit","url":"classes/redisstorageservice.html#quit","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1193,"kind":2048,"name":"read","url":"classes/redisstorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1194,"kind":2048,"name":"readOrCreate","url":"classes/redisstorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1195,"kind":2048,"name":"save","url":"classes/redisstorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1196,"kind":2048,"name":"update","url":"classes/redisstorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1197,"kind":2048,"name":"increment","url":"classes/redisstorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1198,"kind":2048,"name":"delete","url":"classes/redisstorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"RedisStorageService"},{"id":1199,"kind":2048,"name":"asKey","url":"classes/redisstorageservice.html#askey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"RedisStorageService"},{"id":1200,"kind":2048,"name":"serialize","url":"classes/redisstorageservice.html#serialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"RedisStorageService"},{"id":1201,"kind":2048,"name":"deserialize","url":"classes/redisstorageservice.html#deserialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"RedisStorageService"},{"id":1202,"kind":2048,"name":"updateCAS","url":"classes/redisstorageservice.html#updatecas","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisStorageService"},{"id":1203,"kind":2048,"name":"prepareUpdatedModel","url":"classes/redisstorageservice.html#prepareupdatedmodel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"RedisStorageService"},{"id":1204,"kind":2048,"name":"throwIfTransactionError","url":"classes/redisstorageservice.html#throwiftransactionerror","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"RedisStorageService"},{"id":1205,"kind":128,"name":"DummyRedisStorageService","url":"classes/dummyredisstorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1206,"kind":1024,"name":"dbIndex","url":"classes/dummyredisstorageservice.html#dbindex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"DummyRedisStorageService"},{"id":1207,"kind":512,"name":"constructor","url":"classes/dummyredisstorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DummyRedisStorageService"},{"id":1208,"kind":2048,"name":"hello","url":"classes/dummyredisstorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyRedisStorageService"},{"id":1209,"kind":2048,"name":"truncate","url":"classes/dummyredisstorageservice.html#truncate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyRedisStorageService"},{"id":1210,"kind":1024,"name":"ENV_REDIS_ENDPOINT","url":"classes/dummyredisstorageservice.html#env_redis_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyRedisStorageService"},{"id":1211,"kind":1024,"name":"CAS_MAX_RETRIES","url":"classes/dummyredisstorageservice.html#cas_max_retries","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyRedisStorageService"},{"id":1212,"kind":1024,"name":"redis","url":"classes/dummyredisstorageservice.html#redis","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyRedisStorageService"},{"id":1213,"kind":1024,"name":"tableName","url":"classes/dummyredisstorageservice.html#tablename","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-private","parent":"DummyRedisStorageService"},{"id":1214,"kind":1024,"name":"ttl","url":"classes/dummyredisstorageservice.html#ttl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-private","parent":"DummyRedisStorageService"},{"id":1215,"kind":2048,"name":"quit","url":"classes/dummyredisstorageservice.html#quit","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1216,"kind":2048,"name":"read","url":"classes/dummyredisstorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1217,"kind":2048,"name":"readOrCreate","url":"classes/dummyredisstorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1218,"kind":2048,"name":"save","url":"classes/dummyredisstorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1219,"kind":2048,"name":"update","url":"classes/dummyredisstorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1220,"kind":2048,"name":"increment","url":"classes/dummyredisstorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1221,"kind":2048,"name":"delete","url":"classes/dummyredisstorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyRedisStorageService"},{"id":1222,"kind":2048,"name":"asKey","url":"classes/dummyredisstorageservice.html#askey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyRedisStorageService"},{"id":1223,"kind":2048,"name":"serialize","url":"classes/dummyredisstorageservice.html#serialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyRedisStorageService"},{"id":1224,"kind":2048,"name":"deserialize","url":"classes/dummyredisstorageservice.html#deserialize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyRedisStorageService"},{"id":1225,"kind":64,"name":"sleep","url":"globals.html#sleep","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1226,"kind":128,"name":"Elastic6QueryService","url":"classes/elastic6queryservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1227,"kind":1024,"name":"options","url":"classes/elastic6queryservice.html#options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"Elastic6QueryService"},{"id":1228,"kind":512,"name":"constructor","url":"classes/elastic6queryservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1229,"kind":2048,"name":"hello","url":"classes/elastic6queryservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1230,"kind":2048,"name":"queryAll","url":"classes/elastic6queryservice.html#queryall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1231,"kind":2048,"name":"searchSimple","url":"classes/elastic6queryservice.html#searchsimple","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1232,"kind":2048,"name":"searchAutocomplete","url":"classes/elastic6queryservice.html#searchautocomplete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1233,"kind":2048,"name":"buildQueryBody","url":"classes/elastic6queryservice.html#buildquerybody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"Elastic6QueryService"},{"id":1234,"kind":128,"name":"GeneralController","url":"classes/generalcontroller.html","classes":"tsd-kind-class"},{"id":1235,"kind":1024,"name":"TYPE","url":"classes/generalcontroller.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralController"},{"id":1236,"kind":512,"name":"constructor","url":"classes/generalcontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GeneralController"},{"id":1237,"kind":2048,"name":"hello","url":"classes/generalcontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralController"},{"id":1238,"kind":2048,"name":"type","url":"classes/generalcontroller.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralController"},{"id":1239,"kind":2048,"name":"decode","url":"classes/generalcontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralController"},{"id":1240,"kind":2048,"name":"asFuncName","url":"classes/generalcontroller.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralController"},{"id":1241,"kind":2048,"name":"asFuncNameByDo","url":"classes/generalcontroller.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralController"},{"id":1242,"kind":128,"name":"GeneralWEBController","url":"classes/generalwebcontroller.html","classes":"tsd-kind-class"},{"id":1243,"kind":1024,"name":"base","url":"classes/generalwebcontroller.html#base","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralWEBController"},{"id":1244,"kind":512,"name":"constructor","url":"classes/generalwebcontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralWEBController"},{"id":1245,"kind":2048,"name":"hello","url":"classes/generalwebcontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralWEBController"},{"id":1246,"kind":2048,"name":"decode","url":"classes/generalwebcontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralWEBController"},{"id":1247,"kind":2048,"name":"asNextIdentityAccess","url":"classes/generalwebcontroller.html#asnextidentityaccess","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralWEBController"},{"id":1248,"kind":2048,"name":"doNotifyServiceEvent","url":"classes/generalwebcontroller.html#donotifyserviceevent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralWEBController"},{"id":1249,"kind":1024,"name":"TYPE","url":"classes/generalwebcontroller.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GeneralWEBController"},{"id":1250,"kind":2048,"name":"type","url":"classes/generalwebcontroller.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralWEBController"},{"id":1251,"kind":2048,"name":"asFuncName","url":"classes/generalwebcontroller.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralWEBController"},{"id":1252,"kind":2048,"name":"asFuncNameByDo","url":"classes/generalwebcontroller.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralWEBController"},{"id":1253,"kind":128,"name":"GeneralAPIController","url":"classes/generalapicontroller.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1254,"kind":1024,"name":"NS","url":"classes/generalapicontroller.html#ns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1255,"kind":1024,"name":"storage","url":"classes/generalapicontroller.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"GeneralAPIController"},{"id":1256,"kind":1024,"name":"search","url":"classes/generalapicontroller.html#search","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"GeneralAPIController"},{"id":1257,"kind":1024,"name":"unique","url":"classes/generalapicontroller.html#unique","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"GeneralAPIController"},{"id":1258,"kind":512,"name":"constructor","url":"classes/generalapicontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralAPIController"},{"id":1259,"kind":2048,"name":"hello","url":"classes/generalapicontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralAPIController"},{"id":1260,"kind":2048,"name":"asFuncName","url":"classes/generalapicontroller.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"GeneralAPIController"},{"id":1261,"kind":2048,"name":"listBase","url":"classes/generalapicontroller.html#listbase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1262,"kind":2048,"name":"getBase","url":"classes/generalapicontroller.html#getbase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1263,"kind":2048,"name":"putBase","url":"classes/generalapicontroller.html#putbase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1264,"kind":2048,"name":"postBase","url":"classes/generalapicontroller.html#postbase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1265,"kind":2048,"name":"deleteBase","url":"classes/generalapicontroller.html#deletebase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralAPIController"},{"id":1266,"kind":1024,"name":"base","url":"classes/generalapicontroller.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1267,"kind":2048,"name":"decode","url":"classes/generalapicontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited","parent":"GeneralAPIController"},{"id":1268,"kind":2048,"name":"asNextIdentityAccess","url":"classes/generalapicontroller.html#asnextidentityaccess","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1269,"kind":2048,"name":"doNotifyServiceEvent","url":"classes/generalapicontroller.html#donotifyserviceevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1270,"kind":1024,"name":"TYPE","url":"classes/generalapicontroller.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1271,"kind":2048,"name":"type","url":"classes/generalapicontroller.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1272,"kind":2048,"name":"asFuncNameByDo","url":"classes/generalapicontroller.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"GeneralAPIController"},{"id":1273,"kind":256,"name":"CoreKey","url":"interfaces/corekey.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1274,"kind":1024,"name":"_id","url":"interfaces/corekey.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKey"},{"id":1275,"kind":1024,"name":"ns","url":"interfaces/corekey.html#ns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKey"},{"id":1276,"kind":1024,"name":"id","url":"interfaces/corekey.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKey"},{"id":1277,"kind":1024,"name":"type","url":"interfaces/corekey.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreKey"},{"id":1278,"kind":256,"name":"CoreKeyMakeable","url":"interfaces/corekeymakeable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1279,"kind":2048,"name":"asKey$","url":"interfaces/corekeymakeable.html#askey_","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreKeyMakeable"},{"id":1280,"kind":2048,"name":"asKey","url":"interfaces/corekeymakeable.html#askey","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"CoreKeyMakeable"},{"id":1281,"kind":256,"name":"InternalModel","url":"interfaces/internalmodel.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1282,"kind":1024,"name":"_id","url":"interfaces/internalmodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InternalModel"},{"id":1283,"kind":256,"name":"CoreModel","url":"interfaces/coremodel.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1284,"kind":1024,"name":"ns","url":"interfaces/coremodel.html#ns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1285,"kind":1024,"name":"type","url":"interfaces/coremodel.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CoreModel"},{"id":1286,"kind":1024,"name":"stereo","url":"interfaces/coremodel.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CoreModel"},{"id":1287,"kind":1024,"name":"sid","url":"interfaces/coremodel.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1288,"kind":1024,"name":"uid","url":"interfaces/coremodel.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1289,"kind":1024,"name":"gid","url":"interfaces/coremodel.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1290,"kind":1024,"name":"lock","url":"interfaces/coremodel.html#lock","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1291,"kind":1024,"name":"next","url":"interfaces/coremodel.html#next","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1292,"kind":1024,"name":"meta","url":"interfaces/coremodel.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CoreModel"},{"id":1293,"kind":1024,"name":"createdAt","url":"interfaces/coremodel.html#createdat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1294,"kind":1024,"name":"updatedAt","url":"interfaces/coremodel.html#updatedat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1295,"kind":1024,"name":"deletedAt","url":"interfaces/coremodel.html#deletedat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1296,"kind":1024,"name":"error","url":"interfaces/coremodel.html#error","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModel"},{"id":1297,"kind":1024,"name":"id","url":"interfaces/coremodel.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"CoreModel"},{"id":1298,"kind":1024,"name":"_id","url":"interfaces/coremodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"CoreModel"},{"id":1299,"kind":256,"name":"CoreModelFilterable","url":"interfaces/coremodelfilterable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1300,"kind":1024,"name":"afterRead","url":"interfaces/coremodelfilterable.html#afterread","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModelFilterable"},{"id":1301,"kind":1024,"name":"beforeSave","url":"interfaces/coremodelfilterable.html#beforesave","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModelFilterable"},{"id":1302,"kind":1024,"name":"afterSave","url":"interfaces/coremodelfilterable.html#aftersave","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModelFilterable"},{"id":1303,"kind":1024,"name":"beforeUpdate","url":"interfaces/coremodelfilterable.html#beforeupdate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModelFilterable"},{"id":1304,"kind":1024,"name":"afterUpdate","url":"interfaces/coremodelfilterable.html#afterupdate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CoreModelFilterable"},{"id":1305,"kind":256,"name":"StorageMakeable","url":"interfaces/storagemakeable.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1306,"kind":2048,"name":"makeStorageService","url":"interfaces/storagemakeable.html#makestorageservice","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"StorageMakeable"},{"id":1307,"kind":128,"name":"GeneralKeyMaker","url":"classes/generalkeymaker.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1308,"kind":1024,"name":"NS","url":"classes/generalkeymaker.html#ns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralKeyMaker"},{"id":1309,"kind":1024,"name":"DELIMITER","url":"classes/generalkeymaker.html#delimiter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralKeyMaker"},{"id":1310,"kind":512,"name":"constructor","url":"classes/generalkeymaker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GeneralKeyMaker"},{"id":1311,"kind":2048,"name":"asKey$","url":"classes/generalkeymaker.html#askey_","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralKeyMaker"},{"id":1312,"kind":128,"name":"GeneralModelFilter","url":"classes/generalmodelfilter.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1313,"kind":1024,"name":"FIELDS","url":"classes/generalmodelfilter.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1314,"kind":512,"name":"constructor","url":"classes/generalmodelfilter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1315,"kind":2048,"name":"afterRead","url":"classes/generalmodelfilter.html#afterread","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1316,"kind":2048,"name":"beforeSave","url":"classes/generalmodelfilter.html#beforesave","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1317,"kind":2048,"name":"afterSave","url":"classes/generalmodelfilter.html#aftersave","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1318,"kind":2048,"name":"beforeUpdate","url":"classes/generalmodelfilter.html#beforeupdate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1319,"kind":2048,"name":"afterUpdate","url":"classes/generalmodelfilter.html#afterupdate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1320,"kind":2048,"name":"onBeforeSave","url":"classes/generalmodelfilter.html#onbeforesave","classes":"tsd-kind-method tsd-parent-kind-class","parent":"GeneralModelFilter"},{"id":1321,"kind":128,"name":"ProxyStorageService","url":"classes/proxystorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1322,"kind":1024,"name":"AUTO_SEQUENCE","url":"classes/proxystorageservice.html#auto_sequence","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ProxyStorageService"},{"id":1323,"kind":1024,"name":"TYPE_SEQUENCE","url":"classes/proxystorageservice.html#type_sequence","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ProxyStorageService"},{"id":1324,"kind":1024,"name":"idName","url":"classes/proxystorageservice.html#idname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1325,"kind":1024,"name":"service","url":"classes/proxystorageservice.html#service","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1326,"kind":1024,"name":"storage","url":"classes/proxystorageservice.html#storage","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1327,"kind":1024,"name":"filters","url":"classes/proxystorageservice.html#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1328,"kind":512,"name":"constructor","url":"classes/proxystorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1329,"kind":2048,"name":"create","url":"classes/proxystorageservice.html#create","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"ProxyStorageService"},{"id":1330,"kind":2048,"name":"hello","url":"classes/proxystorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1331,"kind":2048,"name":"read","url":"classes/proxystorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1332,"kind":2048,"name":"readOrCreate","url":"classes/proxystorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1333,"kind":2048,"name":"save","url":"classes/proxystorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1334,"kind":2048,"name":"update","url":"classes/proxystorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1335,"kind":2048,"name":"increment","url":"classes/proxystorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1336,"kind":2048,"name":"delete","url":"classes/proxystorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1337,"kind":2048,"name":"asKey","url":"classes/proxystorageservice.html#askey","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1338,"kind":2048,"name":"nextSeq","url":"classes/proxystorageservice.html#nextseq","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1339,"kind":2048,"name":"nextUuid","url":"classes/proxystorageservice.html#nextuuid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1340,"kind":1024,"name":"$timer","url":"classes/proxystorageservice.html#_timer","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"ProxyStorageService"},{"id":1341,"kind":65536,"name":"__type","url":"classes/proxystorageservice.html#_timer.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"ProxyStorageService.$timer"},{"id":1342,"kind":2048,"name":"setTimer","url":"classes/proxystorageservice.html#settimer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1343,"kind":2048,"name":"getTime","url":"classes/proxystorageservice.html#gettime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1344,"kind":2048,"name":"asTime","url":"classes/proxystorageservice.html#astime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1345,"kind":2048,"name":"clearSeq","url":"classes/proxystorageservice.html#clearseq","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1346,"kind":2048,"name":"doRead","url":"classes/proxystorageservice.html#doread","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1347,"kind":2048,"name":"doDelete","url":"classes/proxystorageservice.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1348,"kind":2048,"name":"doUpdate","url":"classes/proxystorageservice.html#doupdate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1349,"kind":2048,"name":"doIncrement","url":"classes/proxystorageservice.html#doincrement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1350,"kind":2048,"name":"doSave","url":"classes/proxystorageservice.html#dosave","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1351,"kind":2048,"name":"doLock","url":"classes/proxystorageservice.html#dolock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1352,"kind":2048,"name":"doRelease","url":"classes/proxystorageservice.html#dorelease","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ProxyStorageService"},{"id":1353,"kind":2048,"name":"makeStorageService","url":"classes/proxystorageservice.html#makestorageservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"ProxyStorageService"},{"id":1354,"kind":2048,"name":"makeTypedStorageService","url":"classes/proxystorageservice.html#maketypedstorageservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"ProxyStorageService"},{"id":1355,"kind":128,"name":"TypedStorageService","url":"classes/typedstorageservice.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1356,"kind":1024,"name":"type","url":"classes/typedstorageservice.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1357,"kind":1024,"name":"storage","url":"classes/typedstorageservice.html#storage","classes":"tsd-kind-property tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1358,"kind":512,"name":"constructor","url":"classes/typedstorageservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1359,"kind":2048,"name":"hello","url":"classes/typedstorageservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1360,"kind":2048,"name":"nextId","url":"classes/typedstorageservice.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1361,"kind":2048,"name":"nextUuid","url":"classes/typedstorageservice.html#nextuuid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1362,"kind":2048,"name":"read","url":"classes/typedstorageservice.html#read","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1363,"kind":2048,"name":"readOrCreate","url":"classes/typedstorageservice.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1364,"kind":2048,"name":"update","url":"classes/typedstorageservice.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1365,"kind":2048,"name":"insert","url":"classes/typedstorageservice.html#insert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1366,"kind":2048,"name":"increment","url":"classes/typedstorageservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1367,"kind":2048,"name":"delete","url":"classes/typedstorageservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1368,"kind":2048,"name":"save","url":"classes/typedstorageservice.html#save","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1369,"kind":2048,"name":"lock","url":"classes/typedstorageservice.html#lock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1370,"kind":2048,"name":"release","url":"classes/typedstorageservice.html#release","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1371,"kind":2048,"name":"guard","url":"classes/typedstorageservice.html#guard","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"TypedStorageService"},{"id":1372,"kind":2048,"name":"makeUniqueFieldManager","url":"classes/typedstorageservice.html#makeuniquefieldmanager","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1373,"kind":2048,"name":"makeGeneralAPIController","url":"classes/typedstorageservice.html#makegeneralapicontroller","classes":"tsd-kind-method tsd-parent-kind-class","parent":"TypedStorageService"},{"id":1374,"kind":128,"name":"ModelUtil","url":"classes/modelutil.html","classes":"tsd-kind-class"},{"id":1375,"kind":2048,"name":"selfRead","url":"classes/modelutil.html#selfread","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"ModelUtil"},{"id":1376,"kind":2048,"name":"selfPop","url":"classes/modelutil.html#selfpop","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"ModelUtil"},{"id":1377,"kind":2048,"name":"buildPop","url":"classes/modelutil.html#buildpop","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"ModelUtil"},{"id":1378,"kind":128,"name":"UniqueFieldManager","url":"classes/uniquefieldmanager.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1379,"kind":1024,"name":"type","url":"classes/uniquefieldmanager.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1380,"kind":1024,"name":"field","url":"classes/uniquefieldmanager.html#field","classes":"tsd-kind-property tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1381,"kind":1024,"name":"storage","url":"classes/uniquefieldmanager.html#storage","classes":"tsd-kind-property tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1382,"kind":512,"name":"constructor","url":"classes/uniquefieldmanager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1383,"kind":2048,"name":"hello","url":"classes/uniquefieldmanager.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1384,"kind":2048,"name":"validate","url":"classes/uniquefieldmanager.html#validate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1385,"kind":2048,"name":"asLookupId","url":"classes/uniquefieldmanager.html#aslookupid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1386,"kind":2048,"name":"findOrCreate","url":"classes/uniquefieldmanager.html#findorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1387,"kind":2048,"name":"updateLookup","url":"classes/uniquefieldmanager.html#updatelookup","classes":"tsd-kind-method tsd-parent-kind-class","parent":"UniqueFieldManager"},{"id":1388,"kind":32,"name":"CORE_FIELDS","url":"globals.html#core_fields","classes":"tsd-kind-variable"},{"id":1389,"kind":4194304,"name":"CoreModelFilter","url":"globals.html#coremodelfilter","classes":"tsd-kind-type-alias tsd-has-type-parameter"},{"id":1390,"kind":65536,"name":"__type","url":"globals.html#coremodelfilter.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"CoreModelFilter"},{"id":1391,"kind":256,"name":"CacheOptions","url":"interfaces/cacheoptions.html","classes":"tsd-kind-interface"},{"id":1392,"kind":1024,"name":"type","url":"interfaces/cacheoptions.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheOptions"},{"id":1393,"kind":1024,"name":"endpoint","url":"interfaces/cacheoptions.html#endpoint","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheOptions"},{"id":1394,"kind":1024,"name":"ns","url":"interfaces/cacheoptions.html#ns","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheOptions"},{"id":1395,"kind":1024,"name":"defTimeout","url":"interfaces/cacheoptions.html#deftimeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheOptions"},{"id":1396,"kind":256,"name":"Timeout","url":"interfaces/timeout.html","classes":"tsd-kind-interface"},{"id":1397,"kind":1024,"name":"expireIn","url":"interfaces/timeout.html#expirein","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Timeout"},{"id":1398,"kind":1024,"name":"expireAt","url":"interfaces/timeout.html#expireat","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Timeout"},{"id":1399,"kind":256,"name":"CacheEntry","url":"interfaces/cacheentry.html","classes":"tsd-kind-interface"},{"id":1400,"kind":1024,"name":"key","url":"interfaces/cacheentry.html#key","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheEntry"},{"id":1401,"kind":1024,"name":"val","url":"interfaces/cacheentry.html#val","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheEntry"},{"id":1402,"kind":1024,"name":"timeout","url":"interfaces/cacheentry.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CacheEntry"},{"id":1403,"kind":128,"name":"CacheService","url":"classes/cacheservice.html","classes":"tsd-kind-class"},{"id":1404,"kind":1024,"name":"ENV_CACHE_ENDPOINT","url":"classes/cacheservice.html#env_cache_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CacheService"},{"id":1405,"kind":1024,"name":"ENV_CACHE_DEFAULT_TIMEOUT","url":"classes/cacheservice.html#env_cache_default_timeout","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CacheService"},{"id":1406,"kind":1024,"name":"DEF_CACHE_DEFAULT_TIMEOUT","url":"classes/cacheservice.html#def_cache_default_timeout","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CacheService"},{"id":1407,"kind":1024,"name":"NAMESPACE_DELIMITER","url":"classes/cacheservice.html#namespace_delimiter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"CacheService"},{"id":1408,"kind":1024,"name":"ns","url":"classes/cacheservice.html#ns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CacheService"},{"id":1409,"kind":1024,"name":"backend","url":"classes/cacheservice.html#backend","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"CacheService"},{"id":1410,"kind":2048,"name":"create","url":"classes/cacheservice.html#create","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"CacheService"},{"id":1411,"kind":2048,"name":"hello","url":"classes/cacheservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1412,"kind":2048,"name":"close","url":"classes/cacheservice.html#close","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1413,"kind":2048,"name":"exists","url":"classes/cacheservice.html#exists","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1414,"kind":2048,"name":"keys","url":"classes/cacheservice.html#keys","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1415,"kind":2048,"name":"set","url":"classes/cacheservice.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1416,"kind":2048,"name":"setMulti","url":"classes/cacheservice.html#setmulti","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1417,"kind":2048,"name":"get","url":"classes/cacheservice.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1418,"kind":2048,"name":"getMulti","url":"classes/cacheservice.html#getmulti","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1419,"kind":2048,"name":"increment","url":"classes/cacheservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1420,"kind":2048,"name":"getAndSet","url":"classes/cacheservice.html#getandset","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1421,"kind":2048,"name":"getAndDelete","url":"classes/cacheservice.html#getanddelete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1422,"kind":2048,"name":"delete","url":"classes/cacheservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1423,"kind":2048,"name":"deleteMulti","url":"classes/cacheservice.html#deletemulti","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1424,"kind":2048,"name":"setTimeout","url":"classes/cacheservice.html#settimeout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1425,"kind":2048,"name":"getTimeout","url":"classes/cacheservice.html#gettimeout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1426,"kind":2048,"name":"removeTimeout","url":"classes/cacheservice.html#removetimeout","classes":"tsd-kind-method tsd-parent-kind-class","parent":"CacheService"},{"id":1427,"kind":512,"name":"constructor","url":"classes/cacheservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-protected","parent":"CacheService"},{"id":1428,"kind":2048,"name":"asNamespacedKey","url":"classes/cacheservice.html#asnamespacedkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"CacheService"},{"id":1429,"kind":128,"name":"DummyCacheService","url":"classes/dummycacheservice.html","classes":"tsd-kind-class"},{"id":1430,"kind":1024,"name":"backend","url":"classes/dummycacheservice.html#backend","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-static","parent":"DummyCacheService"},{"id":1431,"kind":2048,"name":"create","url":"classes/dummycacheservice.html#create","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"DummyCacheService"},{"id":1432,"kind":2048,"name":"hello","url":"classes/dummycacheservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyCacheService"},{"id":1433,"kind":1024,"name":"ENV_CACHE_ENDPOINT","url":"classes/dummycacheservice.html#env_cache_endpoint","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyCacheService"},{"id":1434,"kind":1024,"name":"ENV_CACHE_DEFAULT_TIMEOUT","url":"classes/dummycacheservice.html#env_cache_default_timeout","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyCacheService"},{"id":1435,"kind":1024,"name":"DEF_CACHE_DEFAULT_TIMEOUT","url":"classes/dummycacheservice.html#def_cache_default_timeout","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static","parent":"DummyCacheService"},{"id":1436,"kind":1024,"name":"ns","url":"classes/dummycacheservice.html#ns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1437,"kind":2048,"name":"close","url":"classes/dummycacheservice.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1438,"kind":2048,"name":"exists","url":"classes/dummycacheservice.html#exists","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1439,"kind":2048,"name":"keys","url":"classes/dummycacheservice.html#keys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1440,"kind":2048,"name":"set","url":"classes/dummycacheservice.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1441,"kind":2048,"name":"setMulti","url":"classes/dummycacheservice.html#setmulti","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1442,"kind":2048,"name":"get","url":"classes/dummycacheservice.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1443,"kind":2048,"name":"getMulti","url":"classes/dummycacheservice.html#getmulti","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1444,"kind":2048,"name":"increment","url":"classes/dummycacheservice.html#increment","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1445,"kind":2048,"name":"getAndSet","url":"classes/dummycacheservice.html#getandset","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1446,"kind":2048,"name":"getAndDelete","url":"classes/dummycacheservice.html#getanddelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1447,"kind":2048,"name":"delete","url":"classes/dummycacheservice.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1448,"kind":2048,"name":"deleteMulti","url":"classes/dummycacheservice.html#deletemulti","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1449,"kind":2048,"name":"setTimeout","url":"classes/dummycacheservice.html#settimeout","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1450,"kind":2048,"name":"getTimeout","url":"classes/dummycacheservice.html#gettimeout","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1451,"kind":2048,"name":"removeTimeout","url":"classes/dummycacheservice.html#removetimeout","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyCacheService"},{"id":1452,"kind":512,"name":"constructor","url":"classes/dummycacheservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyCacheService"},{"id":1453,"kind":2048,"name":"asNamespacedKey","url":"classes/dummycacheservice.html#asnamespacedkey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"DummyCacheService"},{"id":1454,"kind":256,"name":"ItemEntry","url":"interfaces/itementry.html","classes":"tsd-kind-interface tsd-has-type-parameter tsd-is-not-exported"},{"id":1455,"kind":1024,"name":"key","url":"interfaces/itementry.html#key","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ItemEntry"},{"id":1456,"kind":1024,"name":"val","url":"interfaces/itementry.html#val","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ItemEntry"},{"id":1457,"kind":1024,"name":"ttl","url":"interfaces/itementry.html#ttl","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"ItemEntry"},{"id":1458,"kind":256,"name":"CacheBackend","url":"interfaces/cachebackend.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1459,"kind":1024,"name":"name","url":"interfaces/cachebackend.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1460,"kind":2048,"name":"set","url":"interfaces/cachebackend.html#set","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1461,"kind":2048,"name":"get","url":"interfaces/cachebackend.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1462,"kind":2048,"name":"mset","url":"interfaces/cachebackend.html#mset","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1463,"kind":2048,"name":"mget","url":"interfaces/cachebackend.html#mget","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1464,"kind":2048,"name":"getset","url":"interfaces/cachebackend.html#getset","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1465,"kind":2048,"name":"pop","url":"interfaces/cachebackend.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-not-exported","parent":"CacheBackend"},{"id":1466,"kind":2048,"name":"incr","url":"interfaces/cachebackend.html#incr","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1467,"kind":2048,"name":"keys","url":"interfaces/cachebackend.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1468,"kind":2048,"name":"has","url":"interfaces/cachebackend.html#has","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1469,"kind":2048,"name":"del","url":"interfaces/cachebackend.html#del","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1470,"kind":2048,"name":"expire","url":"interfaces/cachebackend.html#expire","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1471,"kind":2048,"name":"ttl","url":"interfaces/cachebackend.html#ttl","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1472,"kind":2048,"name":"close","url":"interfaces/cachebackend.html#close","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-not-exported","parent":"CacheBackend"},{"id":1473,"kind":128,"name":"NodeCacheBackend","url":"classes/nodecachebackend.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1474,"kind":1024,"name":"cache","url":"classes/nodecachebackend.html#cache","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1475,"kind":1024,"name":"name","url":"classes/nodecachebackend.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1476,"kind":512,"name":"constructor","url":"classes/nodecachebackend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1477,"kind":2048,"name":"set","url":"classes/nodecachebackend.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1478,"kind":2048,"name":"get","url":"classes/nodecachebackend.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1479,"kind":2048,"name":"mset","url":"classes/nodecachebackend.html#mset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1480,"kind":2048,"name":"mget","url":"classes/nodecachebackend.html#mget","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1481,"kind":2048,"name":"pop","url":"classes/nodecachebackend.html#pop","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1482,"kind":2048,"name":"incr","url":"classes/nodecachebackend.html#incr","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1483,"kind":2048,"name":"keys","url":"classes/nodecachebackend.html#keys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1484,"kind":2048,"name":"has","url":"classes/nodecachebackend.html#has","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1485,"kind":2048,"name":"del","url":"classes/nodecachebackend.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1486,"kind":2048,"name":"expire","url":"classes/nodecachebackend.html#expire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1487,"kind":2048,"name":"ttl","url":"classes/nodecachebackend.html#ttl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1488,"kind":2048,"name":"close","url":"classes/nodecachebackend.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"NodeCacheBackend"},{"id":1489,"kind":128,"name":"MemcachedBackend","url":"classes/memcachedbackend.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1490,"kind":1024,"name":"api","url":"classes/memcachedbackend.html#api","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1491,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MemcachedBackend.api"},{"id":1492,"kind":32,"name":"get","url":"classes/memcachedbackend.html#api.__type.get","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1493,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.get.__type-5","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.get"},{"id":1494,"kind":32,"name":"gets","url":"classes/memcachedbackend.html#api.__type.gets","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1495,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.gets.__type-7","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.gets"},{"id":1496,"kind":32,"name":"getMulti","url":"classes/memcachedbackend.html#api.__type.getmulti","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1497,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.getmulti.__type-6","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.getMulti"},{"id":1498,"kind":32,"name":"set","url":"classes/memcachedbackend.html#api.__type.set","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1499,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.set.__type-9","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.set"},{"id":1500,"kind":32,"name":"cas","url":"classes/memcachedbackend.html#api.__type.cas","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1501,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.cas.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.cas"},{"id":1502,"kind":32,"name":"del","url":"classes/memcachedbackend.html#api.__type.del","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1503,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.del.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.del"},{"id":1504,"kind":32,"name":"items","url":"classes/memcachedbackend.html#api.__type.items","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1505,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.items.__type-8","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.items"},{"id":1506,"kind":32,"name":"cachedump","url":"classes/memcachedbackend.html#api.__type.cachedump","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1507,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.cachedump.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.cachedump"},{"id":1508,"kind":32,"name":"end","url":"classes/memcachedbackend.html#api.__type.end","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"MemcachedBackend.api.__type"},{"id":1509,"kind":65536,"name":"__type","url":"classes/memcachedbackend.html#api.__type.end.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"MemcachedBackend.api.__type.end"},{"id":1510,"kind":1024,"name":"defTTL","url":"classes/memcachedbackend.html#defttl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1511,"kind":1024,"name":"name","url":"classes/memcachedbackend.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1512,"kind":512,"name":"constructor","url":"classes/memcachedbackend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1513,"kind":2048,"name":"set","url":"classes/memcachedbackend.html#set-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1514,"kind":2048,"name":"get","url":"classes/memcachedbackend.html#get-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1515,"kind":2048,"name":"mset","url":"classes/memcachedbackend.html#mset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1516,"kind":2048,"name":"mget","url":"classes/memcachedbackend.html#mget","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1517,"kind":2048,"name":"incr","url":"classes/memcachedbackend.html#incr","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1518,"kind":2048,"name":"keys","url":"classes/memcachedbackend.html#keys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1519,"kind":2048,"name":"has","url":"classes/memcachedbackend.html#has","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1520,"kind":2048,"name":"del","url":"classes/memcachedbackend.html#del-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1521,"kind":2048,"name":"expire","url":"classes/memcachedbackend.html#expire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1522,"kind":2048,"name":"ttl","url":"classes/memcachedbackend.html#ttl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1523,"kind":2048,"name":"close","url":"classes/memcachedbackend.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MemcachedBackend"},{"id":1524,"kind":128,"name":"RedisBackend","url":"classes/redisbackend.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1525,"kind":1024,"name":"redis","url":"classes/redisbackend.html#redis","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"RedisBackend"},{"id":1526,"kind":1024,"name":"defTTL","url":"classes/redisbackend.html#defttl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"RedisBackend"},{"id":1527,"kind":1024,"name":"name","url":"classes/redisbackend.html#name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1528,"kind":512,"name":"constructor","url":"classes/redisbackend.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1529,"kind":2048,"name":"set","url":"classes/redisbackend.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1530,"kind":2048,"name":"get","url":"classes/redisbackend.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1531,"kind":2048,"name":"mset","url":"classes/redisbackend.html#mset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1532,"kind":2048,"name":"mget","url":"classes/redisbackend.html#mget","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1533,"kind":2048,"name":"getset","url":"classes/redisbackend.html#getset","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1534,"kind":2048,"name":"pop","url":"classes/redisbackend.html#pop","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-not-exported","parent":"RedisBackend"},{"id":1535,"kind":2048,"name":"incr","url":"classes/redisbackend.html#incr","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1536,"kind":2048,"name":"keys","url":"classes/redisbackend.html#keys","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1537,"kind":2048,"name":"has","url":"classes/redisbackend.html#has","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1538,"kind":2048,"name":"del","url":"classes/redisbackend.html#del","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1539,"kind":2048,"name":"expire","url":"classes/redisbackend.html#expire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1540,"kind":2048,"name":"ttl","url":"classes/redisbackend.html#ttl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1541,"kind":2048,"name":"close","url":"classes/redisbackend.html#close","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"RedisBackend"},{"id":1542,"kind":4194304,"name":"CacheKey","url":"globals.html#cachekey","classes":"tsd-kind-type-alias"},{"id":1543,"kind":4194304,"name":"CacheValue","url":"globals.html#cachevalue","classes":"tsd-kind-type-alias"},{"id":1544,"kind":4194304,"name":"KeyValueMap","url":"globals.html#keyvaluemap","classes":"tsd-kind-type-alias"},{"id":1545,"kind":64,"name":"toTTL","url":"globals.html#tottl","classes":"tsd-kind-function"},{"id":1546,"kind":64,"name":"fromTTL","url":"globals.html#fromttl","classes":"tsd-kind-function"},{"id":1547,"kind":128,"name":"AbstractManager","url":"classes/abstractmanager.html","classes":"tsd-kind-class tsd-has-type-parameter"},{"id":1548,"kind":1024,"name":"NS","url":"classes/abstractmanager.html#ns","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractManager"},{"id":1549,"kind":1024,"name":"parent","url":"classes/abstractmanager.html#parent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractManager"},{"id":1550,"kind":1024,"name":"storage","url":"classes/abstractmanager.html#storage","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractManager"},{"id":1551,"kind":1024,"name":"$unique","url":"classes/abstractmanager.html#_unique","classes":"tsd-kind-property tsd-parent-kind-class","parent":"AbstractManager"},{"id":1552,"kind":512,"name":"constructor","url":"classes/abstractmanager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-protected","parent":"AbstractManager"},{"id":1553,"kind":2048,"name":"hello","url":"classes/abstractmanager.html#hello","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1554,"kind":262144,"name":"type","url":"classes/abstractmanager.html#type","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"AbstractManager"},{"id":1555,"kind":2048,"name":"prepareDefault","url":"classes/abstractmanager.html#preparedefault","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"AbstractManager"},{"id":1556,"kind":2048,"name":"onBeforeSave","url":"classes/abstractmanager.html#onbeforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"AbstractManager"},{"id":1557,"kind":2048,"name":"prepare","url":"classes/abstractmanager.html#prepare","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1558,"kind":2048,"name":"insert","url":"classes/abstractmanager.html#insert","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1559,"kind":2048,"name":"retrieve","url":"classes/abstractmanager.html#retrieve","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1560,"kind":2048,"name":"update","url":"classes/abstractmanager.html#update","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1561,"kind":2048,"name":"updateOrCreate","url":"classes/abstractmanager.html#updateorcreate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1562,"kind":2048,"name":"delete","url":"classes/abstractmanager.html#delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"AbstractManager"},{"id":1563,"kind":2048,"name":"_updateModel","url":"classes/abstractmanager.html#_updatemodel","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"AbstractManager"},{"id":1564,"kind":1024,"name":"FIELDS","url":"classes/abstractmanager.html#fields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1565,"kind":2048,"name":"afterRead","url":"classes/abstractmanager.html#afterread","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1566,"kind":2048,"name":"beforeSave","url":"classes/abstractmanager.html#beforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1567,"kind":2048,"name":"afterSave","url":"classes/abstractmanager.html#aftersave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1568,"kind":2048,"name":"beforeUpdate","url":"classes/abstractmanager.html#beforeupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1569,"kind":2048,"name":"afterUpdate","url":"classes/abstractmanager.html#afterupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"AbstractManager"},{"id":1570,"kind":128,"name":"DummyController","url":"classes/dummycontroller.html","classes":"tsd-kind-class"},{"id":1571,"kind":1024,"name":"_name","url":"classes/dummycontroller.html#_name","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DummyController"},{"id":1572,"kind":1024,"name":"service","url":"classes/dummycontroller.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"DummyController"},{"id":1573,"kind":512,"name":"constructor","url":"classes/dummycontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DummyController"},{"id":1574,"kind":2048,"name":"hello","url":"classes/dummycontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyController"},{"id":1575,"kind":2048,"name":"decode","url":"classes/dummycontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DummyController"},{"id":1576,"kind":2048,"name":"do_list","url":"classes/dummycontroller.html#do_list","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyController"},{"id":1577,"kind":2048,"name":"do_get","url":"classes/dummycontroller.html#do_get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyController"},{"id":1578,"kind":2048,"name":"do_put","url":"classes/dummycontroller.html#do_put","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyController"},{"id":1579,"kind":2048,"name":"do_post","url":"classes/dummycontroller.html#do_post","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyController"},{"id":1580,"kind":2048,"name":"do_delete","url":"classes/dummycontroller.html#do_delete","classes":"tsd-kind-method tsd-parent-kind-class","parent":"DummyController"},{"id":1581,"kind":1024,"name":"TYPE","url":"classes/dummycontroller.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DummyController"},{"id":1582,"kind":2048,"name":"type","url":"classes/dummycontroller.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyController"},{"id":1583,"kind":2048,"name":"asFuncName","url":"classes/dummycontroller.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyController"},{"id":1584,"kind":2048,"name":"asFuncNameByDo","url":"classes/dummycontroller.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"DummyController"},{"id":1585,"kind":128,"name":"LambdaWEBHandlerLocal","url":"classes/lambdawebhandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1586,"kind":512,"name":"constructor","url":"classes/lambdawebhandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1587,"kind":1024,"name":"result","url":"classes/lambdawebhandlerlocal.html#result","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1588,"kind":2048,"name":"handleProtocol","url":"classes/lambdawebhandlerlocal.html#handleprotocol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1589,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdawebhandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1590,"kind":2048,"name":"setHandler","url":"classes/lambdawebhandlerlocal.html#sethandler","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1591,"kind":2048,"name":"hasHandler","url":"classes/lambdawebhandlerlocal.html#hashandler","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1592,"kind":2048,"name":"addController","url":"classes/lambdawebhandlerlocal.html#addcontroller","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1593,"kind":2048,"name":"getHandlerDecoders","url":"classes/lambdawebhandlerlocal.html#gethandlerdecoders","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1594,"kind":2048,"name":"handle","url":"classes/lambdawebhandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1595,"kind":2048,"name":"packContext","url":"classes/lambdawebhandlerlocal.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1596,"kind":1024,"name":"lambda","url":"classes/lambdawebhandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1597,"kind":1024,"name":"type","url":"classes/lambdawebhandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaWEBHandlerLocal"},{"id":1598,"kind":256,"name":"Options","url":"interfaces/options.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1599,"kind":1024,"name":"ENV","url":"interfaces/options.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Options"},{"id":1600,"kind":1024,"name":"STAGE","url":"interfaces/options.html#stage","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Options"},{"id":1601,"kind":1024,"name":"ENV_PATH","url":"interfaces/options.html#env_path","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"Options"},{"id":1602,"kind":64,"name":"loadEnviron","url":"globals.html#loadenviron","classes":"tsd-kind-function"},{"id":1603,"kind":64,"name":"loadProfile","url":"globals.html#loadprofile","classes":"tsd-kind-function"},{"id":1604,"kind":256,"name":"MyModel","url":"interfaces/mymodel.html","classes":"tsd-kind-interface"},{"id":1605,"kind":1024,"name":"name","url":"interfaces/mymodel.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MyModel"},{"id":1606,"kind":1024,"name":"count","url":"interfaces/mymodel.html#count","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MyModel"},{"id":1607,"kind":1024,"name":"price","url":"interfaces/mymodel.html#price","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MyModel"},{"id":1608,"kind":1024,"name":"ns","url":"interfaces/mymodel.html#ns","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1609,"kind":1024,"name":"type","url":"interfaces/mymodel.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"MyModel"},{"id":1610,"kind":1024,"name":"stereo","url":"interfaces/mymodel.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"MyModel"},{"id":1611,"kind":1024,"name":"sid","url":"interfaces/mymodel.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1612,"kind":1024,"name":"uid","url":"interfaces/mymodel.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1613,"kind":1024,"name":"gid","url":"interfaces/mymodel.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1614,"kind":1024,"name":"lock","url":"interfaces/mymodel.html#lock","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1615,"kind":1024,"name":"next","url":"interfaces/mymodel.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1616,"kind":1024,"name":"meta","url":"interfaces/mymodel.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"MyModel"},{"id":1617,"kind":1024,"name":"createdAt","url":"interfaces/mymodel.html#createdat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1618,"kind":1024,"name":"updatedAt","url":"interfaces/mymodel.html#updatedat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1619,"kind":1024,"name":"deletedAt","url":"interfaces/mymodel.html#deletedat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1620,"kind":1024,"name":"error","url":"interfaces/mymodel.html#error","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1621,"kind":1024,"name":"id","url":"interfaces/mymodel.html#id-1","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"MyModel"},{"id":1622,"kind":1024,"name":"_id","url":"interfaces/mymodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"MyModel"},{"id":1623,"kind":128,"name":"MyService","url":"classes/myservice.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1624,"kind":512,"name":"constructor","url":"classes/myservice.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyService"},{"id":1625,"kind":2048,"name":"hello","url":"classes/myservice.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyService"},{"id":1626,"kind":1024,"name":"NS","url":"classes/myservice.html#ns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyService"},{"id":1627,"kind":1024,"name":"DELIMITER","url":"classes/myservice.html#delimiter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyService"},{"id":1628,"kind":2048,"name":"asKey$","url":"classes/myservice.html#askey_","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyService"},{"id":1629,"kind":128,"name":"MyModelFilter","url":"classes/mymodelfilter.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1630,"kind":512,"name":"constructor","url":"classes/mymodelfilter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyModelFilter"},{"id":1631,"kind":2048,"name":"onBeforeSave","url":"classes/mymodelfilter.html#onbeforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyModelFilter"},{"id":1632,"kind":2048,"name":"beforeUpdate","url":"classes/mymodelfilter.html#beforeupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyModelFilter"},{"id":1633,"kind":1024,"name":"FIELDS","url":"classes/mymodelfilter.html#fields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyModelFilter"},{"id":1634,"kind":2048,"name":"afterRead","url":"classes/mymodelfilter.html#afterread","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyModelFilter"},{"id":1635,"kind":2048,"name":"beforeSave","url":"classes/mymodelfilter.html#beforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyModelFilter"},{"id":1636,"kind":2048,"name":"afterSave","url":"classes/mymodelfilter.html#aftersave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyModelFilter"},{"id":1637,"kind":2048,"name":"afterUpdate","url":"classes/mymodelfilter.html#afterupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyModelFilter"},{"id":1638,"kind":128,"name":"MyStorage","url":"classes/mystorage.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1639,"kind":512,"name":"constructor","url":"classes/mystorage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyStorage"},{"id":1640,"kind":2048,"name":"asTime","url":"classes/mystorage.html#astime","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyStorage"},{"id":1641,"kind":1024,"name":"AUTO_SEQUENCE","url":"classes/mystorage.html#auto_sequence","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyStorage"},{"id":1642,"kind":1024,"name":"TYPE_SEQUENCE","url":"classes/mystorage.html#type_sequence","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyStorage"},{"id":1643,"kind":1024,"name":"idName","url":"classes/mystorage.html#idname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1644,"kind":1024,"name":"service","url":"classes/mystorage.html#service","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1645,"kind":1024,"name":"storage","url":"classes/mystorage.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1646,"kind":1024,"name":"filters","url":"classes/mystorage.html#filters","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1647,"kind":2048,"name":"create","url":"classes/mystorage.html#create","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyStorage"},{"id":1648,"kind":2048,"name":"hello","url":"classes/mystorage.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1649,"kind":2048,"name":"read","url":"classes/mystorage.html#read","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1650,"kind":2048,"name":"readOrCreate","url":"classes/mystorage.html#readorcreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1651,"kind":2048,"name":"save","url":"classes/mystorage.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1652,"kind":2048,"name":"update","url":"classes/mystorage.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1653,"kind":2048,"name":"increment","url":"classes/mystorage.html#increment","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1654,"kind":2048,"name":"delete","url":"classes/mystorage.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1655,"kind":2048,"name":"asKey","url":"classes/mystorage.html#askey","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1656,"kind":2048,"name":"nextSeq","url":"classes/mystorage.html#nextseq","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1657,"kind":2048,"name":"nextUuid","url":"classes/mystorage.html#nextuuid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1658,"kind":2048,"name":"setTimer","url":"classes/mystorage.html#settimer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1659,"kind":2048,"name":"getTime","url":"classes/mystorage.html#gettime","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1660,"kind":2048,"name":"clearSeq","url":"classes/mystorage.html#clearseq","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1661,"kind":2048,"name":"doRead","url":"classes/mystorage.html#doread","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1662,"kind":2048,"name":"doDelete","url":"classes/mystorage.html#dodelete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1663,"kind":2048,"name":"doUpdate","url":"classes/mystorage.html#doupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1664,"kind":2048,"name":"doIncrement","url":"classes/mystorage.html#doincrement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1665,"kind":2048,"name":"doSave","url":"classes/mystorage.html#dosave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1666,"kind":2048,"name":"doLock","url":"classes/mystorage.html#dolock","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1667,"kind":2048,"name":"doRelease","url":"classes/mystorage.html#dorelease","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1668,"kind":2048,"name":"makeStorageService","url":"classes/mystorage.html#makestorageservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyStorage"},{"id":1669,"kind":2048,"name":"makeTypedStorageService","url":"classes/mystorage.html#maketypedstorageservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"MyStorage"},{"id":1670,"kind":4194304,"name":"MyType","url":"globals.html#mytype","classes":"tsd-kind-type-alias"},{"id":1671,"kind":32,"name":"FIELDS","url":"globals.html#fields","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1672,"kind":128,"name":"MyGeneralAPIController","url":"classes/mygeneralapicontroller.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1673,"kind":512,"name":"constructor","url":"classes/mygeneralapicontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1674,"kind":1024,"name":"NS","url":"classes/mygeneralapicontroller.html#ns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1675,"kind":1024,"name":"storage","url":"classes/mygeneralapicontroller.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1676,"kind":1024,"name":"search","url":"classes/mygeneralapicontroller.html#search","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1677,"kind":1024,"name":"unique","url":"classes/mygeneralapicontroller.html#unique","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1678,"kind":2048,"name":"hello","url":"classes/mygeneralapicontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1679,"kind":2048,"name":"asFuncName","url":"classes/mygeneralapicontroller.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1680,"kind":2048,"name":"listBase","url":"classes/mygeneralapicontroller.html#listbase","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1681,"kind":2048,"name":"getBase","url":"classes/mygeneralapicontroller.html#getbase","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1682,"kind":2048,"name":"putBase","url":"classes/mygeneralapicontroller.html#putbase","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1683,"kind":2048,"name":"postBase","url":"classes/mygeneralapicontroller.html#postbase","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1684,"kind":2048,"name":"deleteBase","url":"classes/mygeneralapicontroller.html#deletebase","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1685,"kind":1024,"name":"base","url":"classes/mygeneralapicontroller.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1686,"kind":2048,"name":"decode","url":"classes/mygeneralapicontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1687,"kind":2048,"name":"asNextIdentityAccess","url":"classes/mygeneralapicontroller.html#asnextidentityaccess","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1688,"kind":2048,"name":"doNotifyServiceEvent","url":"classes/mygeneralapicontroller.html#donotifyserviceevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1689,"kind":1024,"name":"TYPE","url":"classes/mygeneralapicontroller.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1690,"kind":2048,"name":"type","url":"classes/mygeneralapicontroller.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1691,"kind":2048,"name":"asFuncNameByDo","url":"classes/mygeneralapicontroller.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyGeneralAPIController"},{"id":1692,"kind":128,"name":"GeneralControllerLocal","url":"classes/generalcontrollerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1693,"kind":512,"name":"constructor","url":"classes/generalcontrollerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1694,"kind":2048,"name":"getHelloWorld","url":"classes/generalcontrollerlocal.html#gethelloworld","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1695,"kind":2048,"name":"getHelloLemon","url":"classes/generalcontrollerlocal.html#gethellolemon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1696,"kind":1024,"name":"TYPE","url":"classes/generalcontrollerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1697,"kind":2048,"name":"hello","url":"classes/generalcontrollerlocal.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1698,"kind":2048,"name":"type","url":"classes/generalcontrollerlocal.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1699,"kind":2048,"name":"decode","url":"classes/generalcontrollerlocal.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1700,"kind":2048,"name":"asFuncName","url":"classes/generalcontrollerlocal.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1701,"kind":2048,"name":"asFuncNameByDo","url":"classes/generalcontrollerlocal.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal"},{"id":1702,"kind":128,"name":"GeneralControllerLocal2","url":"classes/generalcontrollerlocal2.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1703,"kind":512,"name":"constructor","url":"classes/generalcontrollerlocal2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1704,"kind":2048,"name":"doGetLemonPie","url":"classes/generalcontrollerlocal2.html#dogetlemonpie","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1705,"kind":2048,"name":"getHelloWorld","url":"classes/generalcontrollerlocal2.html#gethelloworld","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1706,"kind":2048,"name":"getHelloLemon","url":"classes/generalcontrollerlocal2.html#gethellolemon","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1707,"kind":1024,"name":"TYPE","url":"classes/generalcontrollerlocal2.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1708,"kind":2048,"name":"hello","url":"classes/generalcontrollerlocal2.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1709,"kind":2048,"name":"type","url":"classes/generalcontrollerlocal2.html#type-1","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1710,"kind":2048,"name":"decode","url":"classes/generalcontrollerlocal2.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1711,"kind":2048,"name":"asFuncName","url":"classes/generalcontrollerlocal2.html#asfuncname","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1712,"kind":2048,"name":"asFuncNameByDo","url":"classes/generalcontrollerlocal2.html#asfuncnamebydo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"GeneralControllerLocal2"},{"id":1713,"kind":32,"name":"TYPE","url":"globals.html#type","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1714,"kind":32,"name":"HOST","url":"globals.html#host","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1715,"kind":32,"name":"ENDPOINT","url":"globals.html#endpoint","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1716,"kind":32,"name":"ENV_NAME","url":"globals.html#env_name","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1717,"kind":32,"name":"DEF_BUCKET","url":"globals.html#def_bucket","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1718,"kind":32,"name":"S3","url":"globals.html#s3","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1719,"kind":32,"name":"DEF_SNS","url":"globals.html#def_sns","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1720,"kind":32,"name":"SNS","url":"globals.html#sns","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1721,"kind":64,"name":"isLocalCacheAvailable","url":"globals.html#islocalcacheavailable","classes":"tsd-kind-function"},{"id":1722,"kind":1024,"name":"ID","url":"interfaces/mymodel.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MyModel"},{"id":1723,"kind":256,"name":"AccountItem","url":"interfaces/accountitem.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1724,"kind":1024,"name":"ID","url":"interfaces/accountitem.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1725,"kind":1024,"name":"type","url":"interfaces/accountitem.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1726,"kind":1024,"name":"name","url":"interfaces/accountitem.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1727,"kind":1024,"name":"contact","url":"interfaces/accountitem.html#contact","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1728,"kind":1024,"name":"bank","url":"interfaces/accountitem.html#bank","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1729,"kind":1024,"name":"balance","url":"interfaces/accountitem.html#balance","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountItem"},{"id":1730,"kind":64,"name":"canPerformTest","url":"globals.html#canperformtest","classes":"tsd-kind-function"},{"id":1731,"kind":128,"name":"LambdaHandlerLocal","url":"classes/lambdahandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1732,"kind":512,"name":"constructor","url":"classes/lambdahandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1733,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdahandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1734,"kind":1024,"name":"_map","url":"classes/lambdahandlerlocal.html#_map","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1735,"kind":1024,"name":"config","url":"classes/lambdahandlerlocal.html#config","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1736,"kind":2048,"name":"setHandler","url":"classes/lambdahandlerlocal.html#sethandler","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1737,"kind":2048,"name":"findService","url":"classes/lambdahandlerlocal.html#findservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1738,"kind":2048,"name":"handle","url":"classes/lambdahandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1739,"kind":2048,"name":"handleProtocol","url":"classes/lambdahandlerlocal.html#handleprotocol","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1740,"kind":2048,"name":"packContext","url":"classes/lambdahandlerlocal.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaHandlerLocal"},{"id":1741,"kind":128,"name":"LambdaCronHandlerLocal","url":"classes/lambdacronhandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1742,"kind":512,"name":"constructor","url":"classes/lambdacronhandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1743,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdacronhandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1744,"kind":1024,"name":"listeners","url":"classes/lambdacronhandlerlocal.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1745,"kind":2048,"name":"addListener","url":"classes/lambdacronhandlerlocal.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1746,"kind":2048,"name":"handle","url":"classes/lambdacronhandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1747,"kind":1024,"name":"lambda","url":"classes/lambdacronhandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1748,"kind":1024,"name":"type","url":"classes/lambdacronhandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaCronHandlerLocal"},{"id":1749,"kind":128,"name":"LambdaDynamoStreamHandlerLocal","url":"classes/lambdadynamostreamhandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1750,"kind":512,"name":"constructor","url":"classes/lambdadynamostreamhandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1751,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdadynamostreamhandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1752,"kind":1024,"name":"listeners","url":"classes/lambdadynamostreamhandlerlocal.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1753,"kind":2048,"name":"addListener","url":"classes/lambdadynamostreamhandlerlocal.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1754,"kind":1024,"name":"$lastResult","url":"classes/lambdadynamostreamhandlerlocal.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1755,"kind":2048,"name":"handle","url":"classes/lambdadynamostreamhandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1756,"kind":2048,"name":"createSyncToElastic6","url":"classes/lambdadynamostreamhandlerlocal.html#createsynctoelastic6","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1757,"kind":1024,"name":"lambda","url":"classes/lambdadynamostreamhandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1758,"kind":1024,"name":"type","url":"classes/lambdadynamostreamhandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaDynamoStreamHandlerLocal"},{"id":1759,"kind":128,"name":"LambdaNotificationHandlerLocal","url":"classes/lambdanotificationhandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1760,"kind":512,"name":"constructor","url":"classes/lambdanotificationhandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1761,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdanotificationhandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1762,"kind":1024,"name":"listeners","url":"classes/lambdanotificationhandlerlocal.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1763,"kind":2048,"name":"addListener","url":"classes/lambdanotificationhandlerlocal.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1764,"kind":2048,"name":"handle","url":"classes/lambdanotificationhandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1765,"kind":2048,"name":"packContext","url":"classes/lambdanotificationhandlerlocal.html#packcontext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1766,"kind":2048,"name":"packNotificationParamBody","url":"classes/lambdanotificationhandlerlocal.html#packnotificationparambody","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1767,"kind":1024,"name":"lambda","url":"classes/lambdanotificationhandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1768,"kind":1024,"name":"type","url":"classes/lambdanotificationhandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaNotificationHandlerLocal"},{"id":1769,"kind":128,"name":"MyLemonWebController","url":"classes/mylemonwebcontroller.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1770,"kind":512,"name":"constructor","url":"classes/mylemonwebcontroller.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"MyLemonWebController"},{"id":1771,"kind":2048,"name":"hello","url":"classes/mylemonwebcontroller.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyLemonWebController"},{"id":1772,"kind":2048,"name":"type","url":"classes/mylemonwebcontroller.html#type","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyLemonWebController"},{"id":1773,"kind":2048,"name":"decode","url":"classes/mylemonwebcontroller.html#decode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyLemonWebController"},{"id":1774,"kind":2048,"name":"doList","url":"classes/mylemonwebcontroller.html#dolist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"MyLemonWebController"},{"id":1775,"kind":64,"name":"decode_next_handler","url":"globals.html#decode_next_handler","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1776,"kind":128,"name":"LambdaSNSHandlerLocal","url":"classes/lambdasnshandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1777,"kind":512,"name":"constructor","url":"classes/lambdasnshandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1778,"kind":2048,"name":"getLastResult","url":"classes/lambdasnshandlerlocal.html#getlastresult","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1779,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdasnshandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1780,"kind":1024,"name":"listeners","url":"classes/lambdasnshandlerlocal.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1781,"kind":2048,"name":"addListener","url":"classes/lambdasnshandlerlocal.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1782,"kind":1024,"name":"$lastResult","url":"classes/lambdasnshandlerlocal.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1783,"kind":2048,"name":"handle","url":"classes/lambdasnshandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1784,"kind":1024,"name":"lambda","url":"classes/lambdasnshandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1785,"kind":1024,"name":"type","url":"classes/lambdasnshandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSNSHandlerLocal"},{"id":1786,"kind":128,"name":"LambdaSQSHandlerLocal","url":"classes/lambdasqshandlerlocal.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1787,"kind":512,"name":"constructor","url":"classes/lambdasqshandlerlocal.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1788,"kind":2048,"name":"getLastResult","url":"classes/lambdasqshandlerlocal.html#getlastresult","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1789,"kind":1024,"name":"REPORT_ERROR","url":"classes/lambdasqshandlerlocal.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1790,"kind":1024,"name":"listeners","url":"classes/lambdasqshandlerlocal.html#listeners","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1791,"kind":2048,"name":"addListener","url":"classes/lambdasqshandlerlocal.html#addlistener","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1792,"kind":1024,"name":"$lastResult","url":"classes/lambdasqshandlerlocal.html#_lastresult","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1793,"kind":2048,"name":"handle","url":"classes/lambdasqshandlerlocal.html#handle","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1794,"kind":1024,"name":"lambda","url":"classes/lambdasqshandlerlocal.html#lambda","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1795,"kind":1024,"name":"type","url":"classes/lambdasqshandlerlocal.html#type","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"LambdaSQSHandlerLocal"},{"id":1796,"kind":256,"name":"User","url":"interfaces/user.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1797,"kind":1024,"name":"id","url":"interfaces/user.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-not-exported","parent":"User"},{"id":1798,"kind":1024,"name":"uid","url":"interfaces/user.html#uid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-not-exported","parent":"User"},{"id":1799,"kind":1024,"name":"name","url":"interfaces/user.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"User"},{"id":1800,"kind":1024,"name":"age","url":"interfaces/user.html#age","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"User"},{"id":1801,"kind":1024,"name":"contact","url":"interfaces/user.html#contact","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"User"},{"id":1802,"kind":1024,"name":"active","url":"interfaces/user.html#active","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"User"},{"id":1803,"kind":1024,"name":"ns","url":"interfaces/user.html#ns","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1804,"kind":1024,"name":"type","url":"interfaces/user.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1805,"kind":1024,"name":"stereo","url":"interfaces/user.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1806,"kind":1024,"name":"sid","url":"interfaces/user.html#sid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1807,"kind":1024,"name":"gid","url":"interfaces/user.html#gid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1808,"kind":1024,"name":"lock","url":"interfaces/user.html#lock","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1809,"kind":1024,"name":"next","url":"interfaces/user.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1810,"kind":1024,"name":"meta","url":"interfaces/user.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1811,"kind":1024,"name":"createdAt","url":"interfaces/user.html#createdat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1812,"kind":1024,"name":"updatedAt","url":"interfaces/user.html#updatedat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1813,"kind":1024,"name":"deletedAt","url":"interfaces/user.html#deletedat","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1814,"kind":1024,"name":"error","url":"interfaces/user.html#error","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1815,"kind":1024,"name":"_id","url":"interfaces/user.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited tsd-is-not-exported","parent":"User"},{"id":1816,"kind":128,"name":"DummyStorageMaker","url":"classes/dummystoragemaker.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1817,"kind":1024,"name":"tableName","url":"classes/dummystoragemaker.html#tablename","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1818,"kind":512,"name":"constructor","url":"classes/dummystoragemaker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1819,"kind":2048,"name":"hello","url":"classes/dummystoragemaker.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1820,"kind":2048,"name":"makeStorageService","url":"classes/dummystoragemaker.html#makestorageservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1821,"kind":1024,"name":"NS","url":"classes/dummystoragemaker.html#ns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1822,"kind":1024,"name":"DELIMITER","url":"classes/dummystoragemaker.html#delimiter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1823,"kind":2048,"name":"asKey$","url":"classes/dummystoragemaker.html#askey_","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"DummyStorageMaker"},{"id":1824,"kind":128,"name":"UserManager","url":"classes/usermanager.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1825,"kind":512,"name":"constructor","url":"classes/usermanager.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"UserManager"},{"id":1826,"kind":2048,"name":"prepareDefault","url":"classes/usermanager.html#preparedefault","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-protected tsd-is-not-exported","parent":"UserManager"},{"id":1827,"kind":2048,"name":"onBeforeSave","url":"classes/usermanager.html#onbeforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"UserManager"},{"id":1828,"kind":262144,"name":"current","url":"classes/usermanager.html#current","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-not-exported","parent":"UserManager"},{"id":1829,"kind":1024,"name":"NS","url":"classes/usermanager.html#ns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1830,"kind":1024,"name":"parent","url":"classes/usermanager.html#parent","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1831,"kind":1024,"name":"storage","url":"classes/usermanager.html#storage","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1832,"kind":1024,"name":"$unique","url":"classes/usermanager.html#_unique","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1833,"kind":2048,"name":"hello","url":"classes/usermanager.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1834,"kind":262144,"name":"type","url":"classes/usermanager.html#type","classes":"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1835,"kind":2048,"name":"prepare","url":"classes/usermanager.html#prepare","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1836,"kind":2048,"name":"insert","url":"classes/usermanager.html#insert","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1837,"kind":2048,"name":"retrieve","url":"classes/usermanager.html#retrieve","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1838,"kind":2048,"name":"update","url":"classes/usermanager.html#update","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1839,"kind":2048,"name":"updateOrCreate","url":"classes/usermanager.html#updateorcreate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1840,"kind":2048,"name":"delete","url":"classes/usermanager.html#delete","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1841,"kind":1024,"name":"FIELDS","url":"classes/usermanager.html#fields","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1842,"kind":2048,"name":"afterRead","url":"classes/usermanager.html#afterread","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1843,"kind":2048,"name":"beforeSave","url":"classes/usermanager.html#beforesave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1844,"kind":2048,"name":"afterSave","url":"classes/usermanager.html#aftersave","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1845,"kind":2048,"name":"beforeUpdate","url":"classes/usermanager.html#beforeupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1846,"kind":2048,"name":"afterUpdate","url":"classes/usermanager.html#afterupdate","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"UserManager"},{"id":1847,"kind":4194304,"name":"UserType","url":"globals.html#usertype","classes":"tsd-kind-type-alias tsd-is-not-exported"},{"id":1848,"kind":32,"name":"UserFields","url":"globals.html#userfields","classes":"tsd-kind-variable"},{"id":1849,"kind":128,"name":"MyProtocolServiceTest","url":"classes/myprotocolservicetest.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1850,"kind":512,"name":"constructor","url":"classes/myprotocolservicetest.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1851,"kind":2048,"name":"hello","url":"classes/myprotocolservicetest.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1852,"kind":1024,"name":"REPORT_ERROR","url":"classes/myprotocolservicetest.html#report_error","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1853,"kind":1024,"name":"web","url":"classes/myprotocolservicetest.html#web","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1854,"kind":1024,"name":"sns","url":"classes/myprotocolservicetest.html#sns","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1855,"kind":1024,"name":"sqs","url":"classes/myprotocolservicetest.html#sqs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1856,"kind":1024,"name":"config","url":"classes/myprotocolservicetest.html#config","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1857,"kind":1024,"name":"selfService","url":"classes/myprotocolservicetest.html#selfservice","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1858,"kind":2048,"name":"asPath","url":"classes/myprotocolservicetest.html#aspath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1859,"kind":2048,"name":"asTransformer","url":"classes/myprotocolservicetest.html#astransformer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1860,"kind":2048,"name":"asProtocolURI","url":"classes/myprotocolservicetest.html#asprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1861,"kind":2048,"name":"myProtocolURI","url":"classes/myprotocolservicetest.html#myprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1862,"kind":2048,"name":"buildProtocolURI","url":"classes/myprotocolservicetest.html#buildprotocoluri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-static tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1863,"kind":2048,"name":"transformEvent","url":"classes/myprotocolservicetest.html#transformevent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1864,"kind":2048,"name":"doReportError","url":"classes/myprotocolservicetest.html#doreporterror","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1865,"kind":2048,"name":"fromURL","url":"classes/myprotocolservicetest.html#fromurl","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1866,"kind":2048,"name":"asCallbackURI","url":"classes/myprotocolservicetest.html#ascallbackuri","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1867,"kind":2048,"name":"execute","url":"classes/myprotocolservicetest.html#execute","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1868,"kind":2048,"name":"notify","url":"classes/myprotocolservicetest.html#notify","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1869,"kind":2048,"name":"enqueue","url":"classes/myprotocolservicetest.html#enqueue","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1870,"kind":2048,"name":"broadcast","url":"classes/myprotocolservicetest.html#broadcast","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyProtocolServiceTest"},{"id":1871,"kind":128,"name":"MyConfigServiceTest","url":"classes/myconfigservicetest.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1872,"kind":1024,"name":"env","url":"classes/myconfigservicetest.html#env","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1873,"kind":65536,"name":"__type","url":"classes/myconfigservicetest.html#env.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MyConfigServiceTest.env"},{"id":1874,"kind":512,"name":"constructor","url":"classes/myconfigservicetest.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1875,"kind":2048,"name":"hello","url":"classes/myconfigservicetest.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1876,"kind":2048,"name":"get","url":"classes/myconfigservicetest.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1877,"kind":1024,"name":"envConfig","url":"classes/myconfigservicetest.html#envconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1878,"kind":65536,"name":"__type","url":"classes/myconfigservicetest.html#envconfig.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MyConfigServiceTest.envConfig"},{"id":1879,"kind":1024,"name":"$env","url":"classes/myconfigservicetest.html#_env","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1880,"kind":1024,"name":"base","url":"classes/myconfigservicetest.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1881,"kind":1024,"name":"kms","url":"classes/myconfigservicetest.html#kms","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1882,"kind":2048,"name":"all","url":"classes/myconfigservicetest.html#all","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1883,"kind":2048,"name":"getService","url":"classes/myconfigservicetest.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1884,"kind":2048,"name":"getVersion","url":"classes/myconfigservicetest.html#getversion","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1885,"kind":2048,"name":"getStage","url":"classes/myconfigservicetest.html#getstage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1886,"kind":2048,"name":"init","url":"classes/myconfigservicetest.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest"},{"id":1887,"kind":128,"name":"MyConfigServiceTest2","url":"classes/myconfigservicetest2.html","classes":"tsd-kind-class tsd-is-not-exported"},{"id":1888,"kind":1024,"name":"env","url":"classes/myconfigservicetest2.html#env","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1889,"kind":65536,"name":"__type","url":"classes/myconfigservicetest2.html#env.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MyConfigServiceTest2.env"},{"id":1890,"kind":512,"name":"constructor","url":"classes/myconfigservicetest2.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1891,"kind":2048,"name":"hello","url":"classes/myconfigservicetest2.html#hello","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1892,"kind":2048,"name":"get","url":"classes/myconfigservicetest2.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1893,"kind":2048,"name":"getService","url":"classes/myconfigservicetest2.html#getservice","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1894,"kind":2048,"name":"getVersion","url":"classes/myconfigservicetest2.html#getversion","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1895,"kind":2048,"name":"getStage","url":"classes/myconfigservicetest2.html#getstage","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1896,"kind":1024,"name":"envConfig","url":"classes/myconfigservicetest2.html#envconfig","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1897,"kind":65536,"name":"__type","url":"classes/myconfigservicetest2.html#envconfig.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"MyConfigServiceTest2.envConfig"},{"id":1898,"kind":1024,"name":"$env","url":"classes/myconfigservicetest2.html#_env","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1899,"kind":1024,"name":"base","url":"classes/myconfigservicetest2.html#base","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1900,"kind":1024,"name":"kms","url":"classes/myconfigservicetest2.html#kms","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1901,"kind":2048,"name":"all","url":"classes/myconfigservicetest2.html#all","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1902,"kind":2048,"name":"init","url":"classes/myconfigservicetest2.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-not-exported","parent":"MyConfigServiceTest2"},{"id":1903,"kind":32,"name":"DEF_SERVICE","url":"globals.html#def_service","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1904,"kind":64,"name":"asParam","url":"globals.html#asparam","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1905,"kind":256,"name":"TestModel","url":"interfaces/testmodel.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1906,"kind":1024,"name":"type","url":"interfaces/testmodel.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-not-exported","parent":"TestModel"},{"id":1907,"kind":1024,"name":"B","url":"interfaces/testmodel.html#b","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"TestModel"},{"id":1908,"kind":1024,"name":"N","url":"interfaces/testmodel.html#n","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"TestModel"},{"id":1909,"kind":1024,"name":"S","url":"interfaces/testmodel.html#s","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"TestModel"},{"id":1910,"kind":1024,"name":"M","url":"interfaces/testmodel.html#m","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"TestModel"},{"id":1911,"kind":1024,"name":"L","url":"interfaces/testmodel.html#l","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"TestModel"},{"id":1912,"kind":1024,"name":"id","url":"interfaces/testmodel.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"TestModel"},{"id":1913,"kind":1024,"name":"stereo","url":"interfaces/testmodel.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"TestModel"},{"id":1914,"kind":1024,"name":"meta","url":"interfaces/testmodel.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"TestModel"},{"id":1915,"kind":1024,"name":"_id","url":"interfaces/testmodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"TestModel"},{"id":1916,"kind":256,"name":"AccountModel","url":"interfaces/accountmodel.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":1917,"kind":1024,"name":"slot","url":"interfaces/accountmodel.html#slot","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountModel"},{"id":1918,"kind":1024,"name":"balance","url":"interfaces/accountmodel.html#balance","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountModel"},{"id":1919,"kind":1024,"name":"name","url":"interfaces/accountmodel.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"AccountModel"},{"id":1920,"kind":1024,"name":"id","url":"interfaces/accountmodel.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"AccountModel"},{"id":1921,"kind":1024,"name":"type","url":"interfaces/accountmodel.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"AccountModel"},{"id":1922,"kind":1024,"name":"stereo","url":"interfaces/accountmodel.html#stereo","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"AccountModel"},{"id":1923,"kind":1024,"name":"meta","url":"interfaces/accountmodel.html#meta","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"AccountModel"},{"id":1924,"kind":1024,"name":"_id","url":"interfaces/accountmodel.html#_id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"AccountModel"},{"id":1925,"kind":64,"name":"$context","url":"globals.html#_context","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1926,"kind":2097152,"name":"$env","url":"globals.html#_env","classes":"tsd-kind-object-literal tsd-is-not-exported"},{"id":1927,"kind":32,"name":"TS","url":"globals.html#_env.ts","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"$env"},{"id":1928,"kind":32,"name":"LC","url":"globals.html#_env.lc","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"$env"},{"id":1929,"kind":32,"name":"$pack","url":"globals.html#_pack","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1930,"kind":32,"name":"NAME","url":"globals.html#name","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1931,"kind":32,"name":"VERS","url":"globals.html#vers","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1932,"kind":32,"name":"PORT","url":"globals.html#port","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1933,"kind":64,"name":"do_http","url":"globals.html#do_http","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1934,"kind":64,"name":"prepare_json","url":"globals.html#prepare_json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1935,"kind":64,"name":"wait_sometime","url":"globals.html#wait_sometime","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1936,"kind":32,"name":"METHOD","url":"globals.html#method","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1937,"kind":32,"name":"EP","url":"globals.html#ep","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1938,"kind":32,"name":"ID","url":"globals.html#id","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1939,"kind":32,"name":"IPP","url":"globals.html#ipp","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1940,"kind":32,"name":"WAIT","url":"globals.html#wait","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1941,"kind":32,"name":"SID","url":"globals.html#sid","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1942,"kind":32,"name":"CMD","url":"globals.html#cmd","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1943,"kind":32,"name":"OPT","url":"globals.html#opt","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1944,"kind":32,"name":"PAGE","url":"globals.html#page","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1945,"kind":32,"name":"MAX","url":"globals.html#max","classes":"tsd-kind-variable tsd-is-not-exported"},{"id":1946,"kind":64,"name":"run_batch","url":"globals.html#run_batch","classes":"tsd-kind-function tsd-is-not-exported"},{"id":1947,"kind":64,"name":"run","url":"globals.html#run","classes":"tsd-kind-function"}]};