@loopback/docs 5.0.0 → 5.1.2

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 (401) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/LICENSE +2 -2
  3. package/package.json +5 -5
  4. package/site/BelongsTo-relation.md +1 -1
  5. package/site/Context.md +1 -1
  6. package/site/Copyright-generator.md +8 -7
  7. package/site/Crafting-LoopBack-4.md +3 -3
  8. package/site/DEVELOPING.md +2 -2
  9. package/site/Discovering-models.md +5 -0
  10. package/site/Dynamic-models-repositories-controllers.md +2 -2
  11. package/site/Implementing-features.shelved.md +1 -1
  12. package/site/Include-filter.md +1 -1
  13. package/site/Interceptor-generator.md +1 -1
  14. package/site/LB3-vs-LB4-request-response-cycle.md +4 -4
  15. package/site/Model-generator.md +1 -1
  16. package/site/Model.md +2 -2
  17. package/site/{Polymorphic-relations.md → Polymorphic-relation.md} +2 -2
  18. package/site/REST-middleware-sequence.md +1 -1
  19. package/site/Repository-generator.md +2 -2
  20. package/site/Repository.md +1 -1
  21. package/site/Request-response-cycle.md +6 -6
  22. package/site/Rest-Crud-generator.md +7 -1
  23. package/site/Serving-static-files.md +1 -1
  24. package/site/Testing-your-application.md +1 -1
  25. package/site/apidocs/authentication-jwt.myuserservice.md +1 -1
  26. package/site/apidocs/authentication-jwt.refreshtokenrepository.md +1 -1
  27. package/site/apidocs/authentication-jwt.usercredentialsrepository.md +1 -1
  28. package/site/apidocs/authentication-jwt.userrepository.md +3 -3
  29. package/site/apidocs/authentication-passport.strategyadapter.md +1 -1
  30. package/site/apidocs/authentication.authenticateactionprovider.md +5 -5
  31. package/site/apidocs/authentication.authenticationmetadata.md +5 -5
  32. package/site/apidocs/authentication.authenticationmiddlewareprovider.md +1 -1
  33. package/site/apidocs/authentication.authenticationoptions.md +4 -4
  34. package/site/apidocs/authentication.authenticationstrategy.md +3 -3
  35. package/site/apidocs/authentication.authenticationstrategyprovider.md +3 -3
  36. package/site/apidocs/authentication.authmetadataprovider.md +1 -1
  37. package/site/apidocs/authentication.md +3 -3
  38. package/site/apidocs/authorization.authorizationcontext.md +7 -7
  39. package/site/apidocs/authorization.authorizationinterceptor.md +1 -1
  40. package/site/apidocs/authorization.authorizationmetadata.md +8 -8
  41. package/site/apidocs/authorization.authorizationoptions.md +6 -6
  42. package/site/apidocs/authorization.authorizationrequest.md +6 -6
  43. package/site/apidocs/authorization.authorizemethoddecoratorfactory.md +2 -2
  44. package/site/apidocs/boot.baseartifactbooter.md +5 -5
  45. package/site/apidocs/boot.bootable.md +4 -4
  46. package/site/apidocs/boot.bootmixin.md +44 -44
  47. package/site/apidocs/boot.instancewithbooters.md +3 -3
  48. package/site/apidocs/boot.md +10 -10
  49. package/site/apidocs/context-explorer.contextbinding.md +4 -4
  50. package/site/apidocs/context-explorer.contextgraph.md +2 -2
  51. package/site/apidocs/context.binding.md +11 -11
  52. package/site/apidocs/context.bindingelement.md +4 -4
  53. package/site/apidocs/context.bindinginspectoptions.md +3 -3
  54. package/site/apidocs/context.bindingkey.md +4 -4
  55. package/site/apidocs/context.bindingscope.md +2 -2
  56. package/site/apidocs/context.bindingtagfilter.md +3 -3
  57. package/site/apidocs/context.config.getter.md +1 -1
  58. package/site/apidocs/context.config.view.md +1 -1
  59. package/site/apidocs/context.configinjectionmetadata.md +4 -4
  60. package/site/apidocs/context.context.find.md +1 -1
  61. package/site/apidocs/context.context.md +15 -15
  62. package/site/apidocs/context.contextinspectoptions.md +3 -3
  63. package/site/apidocs/context.contextobserver.md +4 -4
  64. package/site/apidocs/context.contextsubscriptionmanager.md +5 -5
  65. package/site/apidocs/context.contextview.md +7 -7
  66. package/site/apidocs/context.contextviewevent.md +3 -3
  67. package/site/apidocs/context.defaultconfigurationresolver.md +1 -1
  68. package/site/apidocs/context.dynamicvalueproviderclass.md +3 -3
  69. package/site/apidocs/context.genericinterceptorchain.md +1 -1
  70. package/site/apidocs/context.inject.binding.md +1 -1
  71. package/site/apidocs/context.inject.getter.md +1 -1
  72. package/site/apidocs/context.inject.md +2 -2
  73. package/site/apidocs/context.inject.setter.md +1 -1
  74. package/site/apidocs/context.inject.tag.md +1 -1
  75. package/site/apidocs/context.inject.view.md +1 -1
  76. package/site/apidocs/context.injectable.md +1 -1
  77. package/site/apidocs/context.injectbindingmetadata.md +3 -3
  78. package/site/apidocs/context.injection.md +8 -8
  79. package/site/apidocs/context.injectiondescriptor.md +5 -5
  80. package/site/apidocs/context.injectionelement.md +4 -4
  81. package/site/apidocs/context.injectionmetadata.md +5 -5
  82. package/site/apidocs/context.intercept.md +2 -2
  83. package/site/apidocs/context.interceptionhandler.md +1 -1
  84. package/site/apidocs/context.interceptor.md +1 -1
  85. package/site/apidocs/context.interceptorbindingoptions.md +5 -5
  86. package/site/apidocs/context.invocationcontext.md +7 -7
  87. package/site/apidocs/context.invocationsource.md +4 -4
  88. package/site/apidocs/context.jsonarray.md +1 -1
  89. package/site/apidocs/context.jsonobject.md +1 -1
  90. package/site/apidocs/context.md +9 -9
  91. package/site/apidocs/context.notification.md +3 -3
  92. package/site/apidocs/context.proxysource.md +2 -2
  93. package/site/apidocs/context.resolutioncontext.md +5 -5
  94. package/site/apidocs/context.resolutionerror.md +1 -1
  95. package/site/apidocs/context.resolutionoptions.md +5 -5
  96. package/site/apidocs/context.resolutionsession.md +5 -5
  97. package/site/apidocs/context.subscription.md +3 -3
  98. package/site/apidocs/core.application.md +13 -13
  99. package/site/apidocs/core.applicationconfig.md +4 -4
  100. package/site/apidocs/core.applicationmetadata.md +5 -5
  101. package/site/apidocs/core.component.md +9 -9
  102. package/site/apidocs/core.lifecycleobserverregistry.md +8 -8
  103. package/site/apidocs/core.server.md +3 -3
  104. package/site/apidocs/core.service.md +1 -1
  105. package/site/apidocs/core.serviceoptions.md +3 -3
  106. package/site/apidocs/cron.croncomponent.md +1 -1
  107. package/site/apidocs/cron.md +1 -1
  108. package/site/apidocs/express.basemiddlewarebindingoptions.md +4 -4
  109. package/site/apidocs/express.expressapplication.md +2 -2
  110. package/site/apidocs/express.expressmiddlewareinterceptorprovider.md +4 -4
  111. package/site/apidocs/express.expressserver.md +7 -7
  112. package/site/apidocs/express.handlercontext.md +4 -4
  113. package/site/apidocs/express.invokemiddlewareoptions.md +7 -7
  114. package/site/apidocs/express.middleware.md +1 -1
  115. package/site/apidocs/express.middlewarebindingoptions.md +6 -6
  116. package/site/apidocs/express.middlewarechain.md +1 -1
  117. package/site/apidocs/express.middlewarecontext.md +3 -3
  118. package/site/apidocs/express.middlewarecreationoptions.md +4 -4
  119. package/site/apidocs/express.middlewareinterceptorbindingoptions.md +4 -4
  120. package/site/apidocs/express.middlewaremixin.md +28 -28
  121. package/site/apidocs/express.middlewareview.md +1 -1
  122. package/site/apidocs/filter.andclause.md +3 -3
  123. package/site/apidocs/filter.filter.md +9 -9
  124. package/site/apidocs/filter.inclusion.md +5 -5
  125. package/site/apidocs/filter.md +3 -3
  126. package/site/apidocs/filter.orclause.md +3 -3
  127. package/site/apidocs/graphql.graphqlresolutioncontext.md +2 -2
  128. package/site/apidocs/graphql.graphqlserver.md +3 -3
  129. package/site/apidocs/graphql.graphqlserveroptions.md +6 -6
  130. package/site/apidocs/graphql.loopbackcontainer.md +1 -1
  131. package/site/apidocs/http-caching-proxy.proxyoptions.md +7 -7
  132. package/site/apidocs/http-server.basehttpoptions.md +4 -4
  133. package/site/apidocs/http-server.httpoptions.md +3 -3
  134. package/site/apidocs/http-server.httpserver.md +8 -8
  135. package/site/apidocs/http-server.httpsoptions.md +3 -3
  136. package/site/apidocs/index.md +1 -1
  137. package/site/apidocs/logging.winstonloggerprovider.md +1 -1
  138. package/site/apidocs/metadata.classdecoratorfactory.md +3 -3
  139. package/site/apidocs/metadata.decoratorfactory.md +11 -11
  140. package/site/apidocs/metadata.decoratoroptions.md +5 -5
  141. package/site/apidocs/metadata.designtimemethodmetadata.md +5 -5
  142. package/site/apidocs/metadata.inspectionoptions.md +3 -3
  143. package/site/apidocs/metadata.metadataaccessor.md +1 -1
  144. package/site/apidocs/metadata.metadatainspector.md +2 -2
  145. package/site/apidocs/metadata.methoddecoratorfactory.md +3 -3
  146. package/site/apidocs/metadata.methodmultidecoratorfactory.md +3 -3
  147. package/site/apidocs/metadata.methodparameterdecoratorfactory.md +3 -3
  148. package/site/apidocs/metadata.parameterdecoratorfactory.md +3 -3
  149. package/site/apidocs/metadata.propertydecoratorfactory.md +3 -3
  150. package/site/apidocs/metrics.metricsoptions.md +7 -7
  151. package/site/apidocs/mock-oauth2-provider.myuser.md +10 -10
  152. package/site/apidocs/model-api-builder.modelapibuilder.md +3 -3
  153. package/site/apidocs/openapi-spec-builder.builderbase.md +1 -1
  154. package/site/apidocs/openapi-spec-builder.componentsspecbuilder.md +1 -1
  155. package/site/apidocs/openapi-spec-builder.openapispecbuilder.md +1 -1
  156. package/site/apidocs/openapi-spec-builder.operationspecbuilder.md +1 -1
  157. package/site/apidocs/openapi-v3.controllerspec.md +5 -5
  158. package/site/apidocs/openapi-v3.deprecated.md +2 -2
  159. package/site/apidocs/openapi-v3.md +9 -9
  160. package/site/apidocs/openapi-v3.oasenhancer.md +3 -3
  161. package/site/apidocs/openapi-v3.oasenhancerservice.md +1 -1
  162. package/site/apidocs/openapi-v3.param.query.md +1 -1
  163. package/site/apidocs/openapi-v3.requestbody.array.md +3 -3
  164. package/site/apidocs/openapi-v3.requestbody.file.md +3 -3
  165. package/site/apidocs/openapi-v3.requestbody.md +1 -1
  166. package/site/apidocs/openapi-v3.responsedecoratormetadataitem.md +6 -6
  167. package/site/apidocs/openapi-v3.restendpoint.md +5 -5
  168. package/site/apidocs/openapi-v3.tags.md +2 -2
  169. package/site/apidocs/openapi-v3.tagsdecoratormetadata.md +3 -3
  170. package/site/apidocs/openapi-v3.visibility.md +2 -2
  171. package/site/apidocs/pooling.pooledvalue.md +4 -4
  172. package/site/apidocs/pooling.poolfactory.md +1 -1
  173. package/site/apidocs/pooling.poolingservice.md +2 -2
  174. package/site/apidocs/pooling.poolingserviceoptions.md +4 -4
  175. package/site/apidocs/repository-json-schema.filterschemaoptions.md +4 -4
  176. package/site/apidocs/repository-json-schema.jsonschemaoptions.md +7 -7
  177. package/site/apidocs/repository-json-schema.md +3 -3
  178. package/site/apidocs/repository-tests.crudfeatures.md +8 -8
  179. package/site/apidocs/repository.anytype.md +2 -2
  180. package/site/apidocs/repository.arraytype.md +2 -2
  181. package/site/apidocs/repository.baserepositoryclass.md +3 -3
  182. package/site/apidocs/repository.belongstoaccessor.md +3 -3
  183. package/site/apidocs/repository.belongstodefinition.md +7 -7
  184. package/site/apidocs/repository.booleantype.md +2 -2
  185. package/site/apidocs/repository.buffertype.md +2 -2
  186. package/site/apidocs/repository.connector.md +5 -5
  187. package/site/apidocs/repository.count.md +3 -3
  188. package/site/apidocs/repository.crudrepository.md +1 -1
  189. package/site/apidocs/repository.crudrepositoryimpl.md +2 -2
  190. package/site/apidocs/repository.datasource.md +5 -5
  191. package/site/apidocs/repository.datetype.md +2 -2
  192. package/site/apidocs/repository.defaultbelongstorepository.md +1 -1
  193. package/site/apidocs/repository.defaultcrudrepository.definepersistedmodel.md +1 -1
  194. package/site/apidocs/repository.defaultcrudrepository.md +21 -21
  195. package/site/apidocs/repository.defaulthasmanyrepository.md +1 -1
  196. package/site/apidocs/repository.defaulthasmanythroughrepository.md +1 -1
  197. package/site/apidocs/repository.defaulthasonerepository.md +1 -1
  198. package/site/apidocs/repository.defaultkeyvaluerepository.md +2 -2
  199. package/site/apidocs/repository.defaultreferencesmanyrepository.md +1 -1
  200. package/site/apidocs/repository.defaulttransactionalrepository.md +2 -2
  201. package/site/apidocs/repository.entitycrudrepository.md +5 -5
  202. package/site/apidocs/repository.entityrepository.md +1 -1
  203. package/site/apidocs/repository.executablerepository.md +1 -1
  204. package/site/apidocs/repository.hasmanydefinition.md +7 -7
  205. package/site/apidocs/repository.hasmanyrepositoryfactory.md +3 -3
  206. package/site/apidocs/repository.hasonedefinition.md +7 -7
  207. package/site/apidocs/repository.hasonerepositoryfactory.md +3 -3
  208. package/site/apidocs/repository.keyvaluerepository.md +1 -1
  209. package/site/apidocs/repository.md +14 -14
  210. package/site/apidocs/repository.modeldefinition.md +1 -1
  211. package/site/apidocs/repository.modeldefinitionsyntax.md +7 -7
  212. package/site/apidocs/repository.modelrepositoryclass.md +3 -3
  213. package/site/apidocs/repository.modelsettings.md +7 -7
  214. package/site/apidocs/repository.modeltype.md +2 -2
  215. package/site/apidocs/repository.nulltype.md +2 -2
  216. package/site/apidocs/repository.numbertype.md +2 -2
  217. package/site/apidocs/repository.objecttype.md +1 -1
  218. package/site/apidocs/repository.propertydefinition.md +9 -9
  219. package/site/apidocs/repository.propertyform.md +5 -5
  220. package/site/apidocs/repository.referencesmanyaccessor.md +3 -3
  221. package/site/apidocs/repository.referencesmanydefinition.md +6 -6
  222. package/site/apidocs/repository.relationdefinitionbase.md +7 -7
  223. package/site/apidocs/repository.repositorycomponent.md +4 -4
  224. package/site/apidocs/repository.repositorymetadata._constructor_.md +1 -1
  225. package/site/apidocs/repository.repositorymixin.md +50 -50
  226. package/site/apidocs/repository.repositorymixindoc.md +1 -1
  227. package/site/apidocs/repository.schemamigrationoptions.md +4 -4
  228. package/site/apidocs/repository.stringtype.md +2 -2
  229. package/site/apidocs/repository.transaction.md +3 -3
  230. package/site/apidocs/repository.transactionalrepository.md +1 -1
  231. package/site/apidocs/repository.type.md +3 -3
  232. package/site/apidocs/repository.uniontype.md +2 -2
  233. package/site/apidocs/rest-crud.crudrestapibuilder.md +1 -1
  234. package/site/apidocs/{rest-crud.crudrestcontroller.create.md → rest-crud.crudrestcontroller.find.md} +8 -8
  235. package/site/apidocs/rest-crud.crudrestcontroller.md +4 -4
  236. package/site/apidocs/rest-crud.crudrestcontrolleroptions.md +4 -3
  237. package/site/apidocs/rest-crud.crudrestcontrolleroptions.readonly.md +23 -0
  238. package/site/apidocs/rest-crud.modelcrudrestapiconfig.md +4 -3
  239. package/site/apidocs/rest-crud.modelcrudrestapiconfig.readonly.md +23 -0
  240. package/site/apidocs/rest-explorer.restexplorerbindings.md +1 -1
  241. package/site/apidocs/rest.apiexploreroptions.md +5 -5
  242. package/site/apidocs/rest.baseroute.md +3 -3
  243. package/site/apidocs/rest.bodyparser.md +3 -3
  244. package/site/apidocs/rest.controllerroute.md +4 -4
  245. package/site/apidocs/rest.defaultsequence.md +5 -5
  246. package/site/apidocs/rest.findroutemiddlewareprovider.md +1 -1
  247. package/site/apidocs/rest.httphandler.md +5 -5
  248. package/site/apidocs/rest.httpserverlike.md +3 -3
  249. package/site/apidocs/rest.infospecenhancer.md +1 -1
  250. package/site/apidocs/rest.invokemethodmiddlewareprovider.md +1 -1
  251. package/site/apidocs/rest.md +1 -1
  252. package/site/apidocs/rest.middlewaresequence.md +3 -3
  253. package/site/apidocs/rest.node.md +7 -7
  254. package/site/apidocs/rest.openapispecform.md +4 -4
  255. package/site/apidocs/rest.openapispecoptions.md +7 -7
  256. package/site/apidocs/rest.parseparamsmiddlewareprovider.md +1 -1
  257. package/site/apidocs/rest.redirectroute.md +8 -8
  258. package/site/apidocs/rest.regexprouter.md +3 -3
  259. package/site/apidocs/rest.requestbodyparser.md +1 -1
  260. package/site/apidocs/rest.requestbodyparseroptions.md +7 -7
  261. package/site/apidocs/rest.requestcontext.md +7 -7
  262. package/site/apidocs/rest.requestwithsession.md +3 -3
  263. package/site/apidocs/rest.resolvednode.md +4 -4
  264. package/site/apidocs/rest.resolvedroute.md +4 -4
  265. package/site/apidocs/rest.restapplication.md +3 -3
  266. package/site/apidocs/rest.restbindings.md +1 -1
  267. package/site/apidocs/rest.resthttperrors.validationerrordetails.md +6 -6
  268. package/site/apidocs/rest.restserver.md +22 -22
  269. package/site/apidocs/rest.restserverresolvedoptions.md +13 -13
  270. package/site/apidocs/rest.route.md +2 -2
  271. package/site/apidocs/rest.routeentry.md +5 -5
  272. package/site/apidocs/rest.routesource.md +2 -2
  273. package/site/apidocs/rest.sendresponsemiddlewareprovider.md +1 -1
  274. package/site/apidocs/rest.session.md +3 -3
  275. package/site/apidocs/rest.sessionuserprofile.md +5 -5
  276. package/site/apidocs/rest.trie.md +1 -1
  277. package/site/apidocs/rest.trierouter.md +3 -3
  278. package/site/apidocs/rest.validationoptions.md +8 -8
  279. package/site/apidocs/rest.valuevalidationoptions.md +4 -4
  280. package/site/apidocs/security.defaultsubject.md +4 -4
  281. package/site/apidocs/security.md +2 -2
  282. package/site/apidocs/security.permission.md +1 -1
  283. package/site/apidocs/security.principal.md +3 -3
  284. package/site/apidocs/security.role.md +3 -3
  285. package/site/apidocs/security.scope.md +3 -3
  286. package/site/apidocs/security.subject.md +5 -5
  287. package/site/apidocs/security.typedprincipal.md +3 -3
  288. package/site/apidocs/security.userprofile.md +4 -4
  289. package/site/apidocs/service-proxy.md +1 -1
  290. package/site/apidocs/service-proxy.servicemixin.md +43 -43
  291. package/site/apidocs/service-proxy.serviceproxy.md +2 -2
  292. package/site/apidocs/socketio.defaultsocketiosequence.md +5 -5
  293. package/site/apidocs/socketio.httpserverresolvedoptions.md +7 -7
  294. package/site/apidocs/socketio.socketio.md +1 -1
  295. package/site/apidocs/socketio.socketioapplication.md +1 -1
  296. package/site/apidocs/socketio.socketiobooter.md +1 -1
  297. package/site/apidocs/socketio.socketioconnectioncontext.md +1 -1
  298. package/site/apidocs/socketio.socketiocontrollerfactory.md +4 -4
  299. package/site/apidocs/socketio.socketioinvokemethodprovider.md +1 -1
  300. package/site/apidocs/socketio.socketiometadata.md +4 -4
  301. package/site/apidocs/socketio.socketiorejectprovider.md +1 -1
  302. package/site/apidocs/socketio.socketiosendprovider.md +1 -1
  303. package/site/apidocs/socketio.socketioserver.md +4 -4
  304. package/site/apidocs/socketio.socketioserveroptions.md +4 -4
  305. package/site/apidocs/testlab.expresscontextstub.md +6 -6
  306. package/site/apidocs/testlab.handlercontextstub.md +5 -5
  307. package/site/apidocs/testlab.hostport.md +4 -4
  308. package/site/apidocs/testlab.httpoptions.md +3 -3
  309. package/site/apidocs/testlab.httpsoptions.md +3 -3
  310. package/site/apidocs/testlab.md +1 -1
  311. package/site/apidocs/testlab.restapplicationlike.md +3 -3
  312. package/site/apidocs/testlab.restserverlike.md +4 -4
  313. package/site/apidocs/testlab.testsandbox.md +1 -1
  314. package/site/apidocs/testlab.testsandboxoptions.md +3 -3
  315. package/site/apidocs/tsdocs.apidocsoptions.md +9 -9
  316. package/site/apidocs/tsdocs.extractoroptions.md +8 -8
  317. package/site/apidocs/tsdocs.lernapackage.md +7 -7
  318. package/site/apidocs/typeorm.md +1 -1
  319. package/site/apidocs/typeorm.typeormmixin.md +61 -61
  320. package/site/changelogs/bodyparsers/rest-msgpack/CHANGELOG.md +30 -0
  321. package/site/changelogs/examples/access-control-migration/CHANGELOG.md +30 -0
  322. package/site/changelogs/examples/binding-resolution/CHANGELOG.md +30 -0
  323. package/site/changelogs/examples/context/CHANGELOG.md +30 -0
  324. package/site/changelogs/examples/express-composition/CHANGELOG.md +30 -0
  325. package/site/changelogs/examples/file-transfer/CHANGELOG.md +30 -0
  326. package/site/changelogs/examples/graphql/CHANGELOG.md +30 -0
  327. package/site/changelogs/examples/greeter-extension/CHANGELOG.md +30 -0
  328. package/site/changelogs/examples/greeting-app/CHANGELOG.md +30 -0
  329. package/site/changelogs/examples/hello-world/CHANGELOG.md +30 -0
  330. package/site/changelogs/examples/lb3-application/CHANGELOG.md +33 -0
  331. package/site/changelogs/examples/log-extension/CHANGELOG.md +33 -0
  332. package/site/changelogs/examples/metrics-prometheus/CHANGELOG.md +30 -0
  333. package/site/changelogs/examples/multi-tenancy/CHANGELOG.md +34 -1
  334. package/site/changelogs/examples/passport-login/CHANGELOG.md +30 -0
  335. package/site/changelogs/examples/references-many/CHANGELOG.md +29 -0
  336. package/site/changelogs/examples/rest-crud/CHANGELOG.md +33 -0
  337. package/site/changelogs/examples/rpc-server/CHANGELOG.md +30 -0
  338. package/site/changelogs/examples/soap-calculator/CHANGELOG.md +30 -0
  339. package/site/changelogs/examples/socketio/CHANGELOG.md +30 -0
  340. package/site/changelogs/examples/todo/CHANGELOG.md +30 -0
  341. package/site/changelogs/examples/todo-jwt/CHANGELOG.md +33 -0
  342. package/site/changelogs/examples/todo-list/CHANGELOG.md +30 -0
  343. package/site/changelogs/examples/validation-app/CHANGELOG.md +30 -0
  344. package/site/changelogs/examples/webpack/CHANGELOG.md +30 -0
  345. package/site/changelogs/extensions/apiconnect/CHANGELOG.md +30 -0
  346. package/site/changelogs/extensions/authentication-jwt/CHANGELOG.md +30 -0
  347. package/site/changelogs/extensions/authentication-passport/CHANGELOG.md +30 -0
  348. package/site/changelogs/extensions/context-explorer/CHANGELOG.md +30 -0
  349. package/site/changelogs/extensions/cron/CHANGELOG.md +30 -0
  350. package/site/changelogs/extensions/graphql/CHANGELOG.md +30 -0
  351. package/site/changelogs/extensions/health/CHANGELOG.md +30 -0
  352. package/site/changelogs/extensions/logging/CHANGELOG.md +30 -0
  353. package/site/changelogs/extensions/metrics/CHANGELOG.md +30 -0
  354. package/site/changelogs/extensions/pooling/CHANGELOG.md +30 -0
  355. package/site/changelogs/extensions/socketio/CHANGELOG.md +30 -0
  356. package/site/changelogs/extensions/typeorm/CHANGELOG.md +32 -0
  357. package/site/changelogs/fixtures/mock-oauth2-provider/CHANGELOG.md +309 -0
  358. package/site/changelogs/packages/authentication/CHANGELOG.md +30 -0
  359. package/site/changelogs/packages/authorization/CHANGELOG.md +30 -0
  360. package/site/changelogs/packages/boot/CHANGELOG.md +33 -0
  361. package/site/changelogs/packages/booter-lb3app/CHANGELOG.md +30 -0
  362. package/site/changelogs/packages/build/CHANGELOG.md +28 -0
  363. package/site/changelogs/packages/cli/CHANGELOG.md +62 -0
  364. package/site/changelogs/packages/context/CHANGELOG.md +30 -0
  365. package/site/changelogs/packages/core/CHANGELOG.md +33 -0
  366. package/site/changelogs/packages/eslint-config/CHANGELOG.md +27 -0
  367. package/site/changelogs/packages/express/CHANGELOG.md +30 -0
  368. package/site/changelogs/packages/filter/CHANGELOG.md +34 -0
  369. package/site/changelogs/packages/http-caching-proxy/CHANGELOG.md +30 -0
  370. package/site/changelogs/packages/http-server/CHANGELOG.md +35 -0
  371. package/site/changelogs/packages/metadata/CHANGELOG.md +30 -0
  372. package/site/changelogs/packages/model-api-builder/CHANGELOG.md +30 -0
  373. package/site/changelogs/packages/monorepo/CHANGELOG.md +24 -0
  374. package/site/changelogs/packages/openapi-spec-builder/CHANGELOG.md +30 -0
  375. package/site/changelogs/packages/openapi-v3/CHANGELOG.md +36 -0
  376. package/site/changelogs/packages/repository/CHANGELOG.md +39 -0
  377. package/site/changelogs/packages/repository-json-schema/CHANGELOG.md +33 -0
  378. package/site/changelogs/packages/repository-tests/CHANGELOG.md +31 -0
  379. package/site/changelogs/packages/rest/CHANGELOG.md +30 -0
  380. package/site/changelogs/packages/rest-crud/CHANGELOG.md +36 -0
  381. package/site/changelogs/packages/rest-explorer/CHANGELOG.md +30 -0
  382. package/site/changelogs/packages/security/CHANGELOG.md +30 -0
  383. package/site/changelogs/packages/service-proxy/CHANGELOG.md +30 -0
  384. package/site/changelogs/packages/testlab/CHANGELOG.md +24 -0
  385. package/site/changelogs/packages/tsdocs/CHANGELOG.md +30 -0
  386. package/site/decorators/Decorators_openapi.md +3 -3
  387. package/site/deployment/Deploy-for-GDPR-readiness.md +1 -1
  388. package/site/migration/LB3-vs-LB4-booting.md +1 -1
  389. package/site/migration/auth/passport.md +2 -2
  390. package/site/readmes/loopback-next/examples/lb3-application/README.md +1 -1
  391. package/site/readmes/loopback-next/examples/log-extension/README.md +1 -1
  392. package/site/readmes/loopback-next/examples/rest-crud/README.md +1 -1
  393. package/site/readmes/loopback-next/examples/todo-jwt/README.md +1 -1
  394. package/site/readmes/loopback-next/packages/boot/README.md +1 -1
  395. package/site/readmes/loopback-next/packages/build/README.md +2 -2
  396. package/site/readmes/loopback-next/packages/rest-crud/README.md +3 -2
  397. package/site/sidebars/lb4_sidebar.yml +4 -0
  398. package/site/tutorials/core/11-summary.md +1 -1
  399. package/site/tutorials/core/3-context-in-action.md +3 -3
  400. package/site/tutorials/soap-calculator/soap-calculator-tutorial-add-controller.md +1 -1
  401. package/site/tutorials/soap-calculator/soap-calculator-tutorial-scaffolding.md +1 -1
@@ -21,9 +21,9 @@ export interface SocketIoServerOptions
21
21
 
22
22
  ## Properties
23
23
 
24
- | Property | Type | Description |
25
- | --- | --- | --- |
26
- | [httpServerOptions?](./socketio.socketioserveroptions.httpserveroptions.md) | [HttpServerResolvedOptions](./socketio.httpserverresolvedoptions.md) | <i>(Optional)</i> |
27
- | [socketIoOptions?](./socketio.socketioserveroptions.socketiooptions.md) | ServerOptions | <i>(Optional)</i> |
24
+ | Property | Modifiers | Type | Description |
25
+ | --- | --- | --- | --- |
26
+ | [httpServerOptions?](./socketio.socketioserveroptions.httpserveroptions.md) | | [HttpServerResolvedOptions](./socketio.httpserverresolvedoptions.md) | <i>(Optional)</i> |
27
+ | [socketIoOptions?](./socketio.socketioserveroptions.socketiooptions.md) | | ServerOptions | <i>(Optional)</i> |
28
28
 
29
29
 
@@ -22,11 +22,11 @@ export interface ExpressContextStub extends HandlerContextStub
22
22
 
23
23
  ## Properties
24
24
 
25
- | Property | Type | Description |
26
- | --- | --- | --- |
27
- | [app](./testlab.expresscontextstub.app.md) | express.Application | |
28
- | [request](./testlab.expresscontextstub.request.md) | express.Request | |
29
- | [response](./testlab.expresscontextstub.response.md) | express.Response | |
30
- | [result](./testlab.expresscontextstub.result.md) | Promise&lt;[ObservedResponse](./testlab.observedresponse.md)<!-- -->&gt; | |
25
+ | Property | Modifiers | Type | Description |
26
+ | --- | --- | --- | --- |
27
+ | [app](./testlab.expresscontextstub.app.md) | | express.Application | |
28
+ | [request](./testlab.expresscontextstub.request.md) | | express.Request | |
29
+ | [response](./testlab.expresscontextstub.response.md) | | express.Response | |
30
+ | [result](./testlab.expresscontextstub.result.md) | | Promise&lt;[ObservedResponse](./testlab.observedresponse.md)<!-- -->&gt; | |
31
31
 
32
32
 
@@ -21,10 +21,10 @@ export interface HandlerContextStub
21
21
 
22
22
  ## Properties
23
23
 
24
- | Property | Type | Description |
25
- | --- | --- | --- |
26
- | [request](./testlab.handlercontextstub.request.md) | IncomingMessage | |
27
- | [response](./testlab.handlercontextstub.response.md) | ServerResponse | |
28
- | [result](./testlab.handlercontextstub.result.md) | Promise&lt;[ObservedResponse](./testlab.observedresponse.md)<!-- -->&gt; | |
24
+ | Property | Modifiers | Type | Description |
25
+ | --- | --- | --- | --- |
26
+ | [request](./testlab.handlercontextstub.request.md) | | IncomingMessage | |
27
+ | [response](./testlab.handlercontextstub.response.md) | | ServerResponse | |
28
+ | [result](./testlab.handlercontextstub.result.md) | | Promise&lt;[ObservedResponse](./testlab.observedresponse.md)<!-- -->&gt; | |
29
29
 
30
30
 
@@ -23,9 +23,9 @@ export interface HostPort
23
23
 
24
24
  ## Properties
25
25
 
26
- | Property | Type | Description |
27
- | --- | --- | --- |
28
- | [host](./testlab.hostport.host.md) | string | |
29
- | [port](./testlab.hostport.port.md) | number | |
26
+ | Property | Modifiers | Type | Description |
27
+ | --- | --- | --- | --- |
28
+ | [host](./testlab.hostport.host.md) | | string | |
29
+ | [port](./testlab.hostport.port.md) | | number | |
30
30
 
31
31
 
@@ -22,8 +22,8 @@ export interface HttpOptions extends ListenOptions
22
22
 
23
23
  ## Properties
24
24
 
25
- | Property | Type | Description |
26
- | --- | --- | --- |
27
- | [protocol?](./testlab.httpoptions.protocol.md) | 'http' | <i>(Optional)</i> |
25
+ | Property | Modifiers | Type | Description |
26
+ | --- | --- | --- | --- |
27
+ | [protocol?](./testlab.httpoptions.protocol.md) | | 'http' | <i>(Optional)</i> |
28
28
 
29
29
 
@@ -22,8 +22,8 @@ export interface HttpsOptions extends ListenOptions, HttpsServerOptions
22
22
 
23
23
  ## Properties
24
24
 
25
- | Property | Type | Description |
26
- | --- | --- | --- |
27
- | [protocol](./testlab.httpsoptions.protocol.md) | 'https' | |
25
+ | Property | Modifiers | Type | Description |
26
+ | --- | --- | --- | --- |
27
+ | [protocol](./testlab.httpsoptions.protocol.md) | | 'https' | |
28
28
 
29
29
 
@@ -33,7 +33,7 @@ Test utilities to help write LoopBack 4 tests:
33
33
  | --- | --- |
34
34
  | [createClientForHandler(handler)](./testlab.createclientforhandler.md) | Create a SuperTest client connected to an HTTP server listening on an ephemeral port and calling <code>handler</code> to handle incoming requests. |
35
35
  | [createRestAppClient(app)](./testlab.createrestappclient.md) | Create a SuperTest client for a running RestApplication instance. It is the responsibility of the caller to ensure that the app is running and to stop the application after all tests are done. |
36
- | [createStubInstance(constructor)](./testlab.createstubinstance.md) | Creates a new object with the given functions as the prototype and stubs all implemented functions.<!-- -->Note: The given constructor function is not invoked. See also the stub API.<!-- -->This is a helper method replacing <code>sinon.createStubInstance</code> and working around the limitations of TypeScript and Sinon, where Sinon is not able to list private/protected members in the type definition of the stub instance and therefore the stub instance cannot be assigned to places expecting TType. See also - https://github.com/Microsoft/TypeScript/issues/13543 - https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14811 |
36
+ | [createStubInstance(constructor)](./testlab.createstubinstance.md) | <p>Creates a new object with the given functions as the prototype and stubs all implemented functions.</p><p>Note: The given constructor function is not invoked. See also the stub API.</p><p>This is a helper method replacing <code>sinon.createStubInstance</code> and working around the limitations of TypeScript and Sinon, where Sinon is not able to list private/protected members in the type definition of the stub instance and therefore the stub instance cannot be assigned to places expecting TType. See also - https://github.com/Microsoft/TypeScript/issues/13543 - https://github.com/DefinitelyTyped/DefinitelyTyped/issues/14811</p> |
37
37
  | [createUnexpectedHttpErrorLogger(expectedStatusCode)](./testlab.createunexpectedhttperrorlogger.md) | Creates a Logger that logs an Error if the HTTP status code is not expected |
38
38
  | [givenHttpServerConfig(customConfig)](./testlab.givenhttpserverconfig.md) | Create an HTTP-server configuration that works well in test environments. - Ask the operating system to assign a free (ephemeral) port. - Use IPv4 localhost <code>127.0.0.1</code> to avoid known IPv6 issues in Docker-based environments like Travis-CI. - Provide default TLS key &amp; cert when <code>protocol</code> is set to <code>https</code>. |
39
39
  | [httpGetAsync(urlString, agent)](./testlab.httpgetasync.md) | Async wrapper for making HTTP GET requests |
@@ -21,8 +21,8 @@ export interface RestApplicationLike
21
21
 
22
22
  ## Properties
23
23
 
24
- | Property | Type | Description |
25
- | --- | --- | --- |
26
- | [restServer](./testlab.restapplicationlike.restserver.md) | [RestServerLike](./testlab.restserverlike.md) | |
24
+ | Property | Modifiers | Type | Description |
25
+ | --- | --- | --- | --- |
26
+ | [restServer](./testlab.restapplicationlike.restserver.md) | | [RestServerLike](./testlab.restserverlike.md) | |
27
27
 
28
28
 
@@ -21,9 +21,9 @@ export interface RestServerLike
21
21
 
22
22
  ## Properties
23
23
 
24
- | Property | Type | Description |
25
- | --- | --- | --- |
26
- | [rootUrl?](./testlab.restserverlike.rooturl.md) | string | <i>(Optional)</i> |
27
- | [url?](./testlab.restserverlike.url.md) | string | <i>(Optional)</i> |
24
+ | Property | Modifiers | Type | Description |
25
+ | --- | --- | --- | --- |
26
+ | [rootUrl?](./testlab.restserverlike.rooturl.md) | | string | <i>(Optional)</i> |
27
+ | [url?](./testlab.restserverlike.url.md) | | string | <i>(Optional)</i> |
28
28
 
29
29
 
@@ -31,7 +31,7 @@ export declare class TestSandbox
31
31
 
32
32
  | Property | Modifiers | Type | Description |
33
33
  | --- | --- | --- | --- |
34
- | [path](./testlab.testsandbox.path.md) | | string | |
34
+ | [path](./testlab.testsandbox.path.md) | <code>readonly</code> | string | |
35
35
 
36
36
  ## Methods
37
37
 
@@ -23,8 +23,8 @@ export interface TestSandboxOptions
23
23
 
24
24
  ## Properties
25
25
 
26
- | Property | Type | Description |
27
- | --- | --- | --- |
28
- | [subdir](./testlab.testsandboxoptions.subdir.md) | boolean \| string | The <code>subdir</code> controls if/how the sandbox creates a subdirectory under the root path. It has one of the following values:<!-- -->- <code>true</code>: Creates a unique subdirectory. This will be the default behavior. - <code>false</code>: Uses the root path as the target directory without creating a subdirectory. - a string such as <code>sub-dir-1</code>: creates a subdirectory with the given value. |
26
+ | Property | Modifiers | Type | Description |
27
+ | --- | --- | --- | --- |
28
+ | [subdir](./testlab.testsandboxoptions.subdir.md) | | boolean \| string | <p>The <code>subdir</code> controls if/how the sandbox creates a subdirectory under the root path. It has one of the following values:</p><p>- <code>true</code>: Creates a unique subdirectory. This will be the default behavior. - <code>false</code>: Uses the root path as the target directory without creating a subdirectory. - a string such as <code>sub-dir-1</code>: creates a subdirectory with the given value.</p> |
29
29
 
30
30
 
@@ -23,14 +23,14 @@ export interface ApiDocsOptions
23
23
 
24
24
  ## Properties
25
25
 
26
- | Property | Type | Description |
27
- | --- | --- | --- |
28
- | [apiDocsExtractionPath?](./tsdocs.apidocsoptions.apidocsextractionpath.md) | string | <i>(Optional)</i> Path to tsdocs reports/models |
29
- | [apiDocsGenerationPath?](./tsdocs.apidocsoptions.apidocsgenerationpath.md) | string | <i>(Optional)</i> Path to target directory to generate apidocs |
30
- | [dryRun?](./tsdocs.apidocsoptions.dryrun.md) | boolean | <i>(Optional)</i> To have a dry-run without generating api reports/doc models |
31
- | [generateDefaultPackageDoc?](./tsdocs.apidocsoptions.generatedefaultpackagedoc.md) | boolean | <i>(Optional)</i> A flag to generate default package documentation |
32
- | [lernaPackages?](./tsdocs.apidocsoptions.lernapackages.md) | Record&lt;string, [LernaPackage](./tsdocs.lernapackage.md)<!-- -->&gt; | <i>(Optional)</i> Package metadata |
33
- | [rootDir?](./tsdocs.apidocsoptions.rootdir.md) | string | <i>(Optional)</i> Root directory for the lerna-managed monorepo, default to current dir |
34
- | [silent?](./tsdocs.apidocsoptions.silent.md) | boolean | <i>(Optional)</i> If <code>true</code>, do not print messages to console |
26
+ | Property | Modifiers | Type | Description |
27
+ | --- | --- | --- | --- |
28
+ | [apiDocsExtractionPath?](./tsdocs.apidocsoptions.apidocsextractionpath.md) | | string | <i>(Optional)</i> Path to tsdocs reports/models |
29
+ | [apiDocsGenerationPath?](./tsdocs.apidocsoptions.apidocsgenerationpath.md) | | string | <i>(Optional)</i> Path to target directory to generate apidocs |
30
+ | [dryRun?](./tsdocs.apidocsoptions.dryrun.md) | | boolean | <i>(Optional)</i> To have a dry-run without generating api reports/doc models |
31
+ | [generateDefaultPackageDoc?](./tsdocs.apidocsoptions.generatedefaultpackagedoc.md) | | boolean | <i>(Optional)</i> A flag to generate default package documentation |
32
+ | [lernaPackages?](./tsdocs.apidocsoptions.lernapackages.md) | | Record&lt;string, [LernaPackage](./tsdocs.lernapackage.md)<!-- -->&gt; | <i>(Optional)</i> Package metadata |
33
+ | [rootDir?](./tsdocs.apidocsoptions.rootdir.md) | | string | <i>(Optional)</i> Root directory for the lerna-managed monorepo, default to current dir |
34
+ | [silent?](./tsdocs.apidocsoptions.silent.md) | | boolean | <i>(Optional)</i> If <code>true</code>, do not print messages to console |
35
35
 
36
36
 
@@ -24,13 +24,13 @@ export interface ExtractorOptions extends ApiDocsOptions
24
24
 
25
25
  ## Properties
26
26
 
27
- | Property | Type | Description |
28
- | --- | --- | --- |
29
- | [apiReportEnabled?](./tsdocs.extractoroptions.apireportenabled.md) | boolean | <i>(Optional)</i> A flag to control if <code>apiReport</code> should be enabled |
30
- | [config?](./tsdocs.extractoroptions.config.md) | IConfigFile | <i>(Optional)</i> Configuration for api-extractor |
31
- | [ignoreErrors?](./tsdocs.extractoroptions.ignoreerrors.md) | boolean | <i>(Optional)</i> A flag to control if errors should be ignored |
32
- | [mainEntryPointFilePath?](./tsdocs.extractoroptions.mainentrypointfilepath.md) | string | <i>(Optional)</i> mainEntryPointFilePath |
33
- | [tsconfigFilePath?](./tsdocs.extractoroptions.tsconfigfilepath.md) | string | <i>(Optional)</i> Path for tsconfig |
34
- | [typescriptCompilerFolder?](./tsdocs.extractoroptions.typescriptcompilerfolder.md) | string | <i>(Optional)</i> Custom TypeScript compiler dir |
27
+ | Property | Modifiers | Type | Description |
28
+ | --- | --- | --- | --- |
29
+ | [apiReportEnabled?](./tsdocs.extractoroptions.apireportenabled.md) | | boolean | <i>(Optional)</i> A flag to control if <code>apiReport</code> should be enabled |
30
+ | [config?](./tsdocs.extractoroptions.config.md) | | IConfigFile | <i>(Optional)</i> Configuration for api-extractor |
31
+ | [ignoreErrors?](./tsdocs.extractoroptions.ignoreerrors.md) | | boolean | <i>(Optional)</i> A flag to control if errors should be ignored |
32
+ | [mainEntryPointFilePath?](./tsdocs.extractoroptions.mainentrypointfilepath.md) | | string | <i>(Optional)</i> mainEntryPointFilePath |
33
+ | [tsconfigFilePath?](./tsdocs.extractoroptions.tsconfigfilepath.md) | | string | <i>(Optional)</i> Path for tsconfig |
34
+ | [typescriptCompilerFolder?](./tsdocs.extractoroptions.typescriptcompilerfolder.md) | | string | <i>(Optional)</i> Custom TypeScript compiler dir |
35
35
 
36
36
 
@@ -23,12 +23,12 @@ export interface LernaPackage
23
23
 
24
24
  ## Properties
25
25
 
26
- | Property | Type | Description |
27
- | --- | --- | --- |
28
- | [location](./tsdocs.lernapackage.location.md) | string | Location of the package |
29
- | [manifestLocation](./tsdocs.lernapackage.manifestlocation.md) | string | Location of <code>package.json</code> |
30
- | [name](./tsdocs.lernapackage.name.md) | string | Package name |
31
- | [private](./tsdocs.lernapackage.private.md) | boolean | Is it a private package? |
32
- | [rootPath](./tsdocs.lernapackage.rootpath.md) | string | Root directory of the monorepo |
26
+ | Property | Modifiers | Type | Description |
27
+ | --- | --- | --- | --- |
28
+ | [location](./tsdocs.lernapackage.location.md) | | string | Location of the package |
29
+ | [manifestLocation](./tsdocs.lernapackage.manifestlocation.md) | | string | Location of <code>package.json</code> |
30
+ | [name](./tsdocs.lernapackage.name.md) | | string | Package name |
31
+ | [private](./tsdocs.lernapackage.private.md) | | boolean | Is it a private package? |
32
+ | [rootPath](./tsdocs.lernapackage.rootpath.md) | | string | Root directory of the monorepo |
33
33
 
34
34
 
@@ -20,7 +20,7 @@ permalink: /doc/en/lb4/apidocs.typeorm.html
20
20
  | Class | Description |
21
21
  | --- | --- |
22
22
  | [TypeOrmComponent](./typeorm.typeormcomponent.md) | |
23
- | [TypeOrmConnectionBooter](./typeorm.typeormconnectionbooter.md) | A class that extends BaseArtifactBooter to boot the TypeORM connection artifact type.<!-- -->Supported phases: configure, discover, load |
23
+ | [TypeOrmConnectionBooter](./typeorm.typeormconnectionbooter.md) | <p>A class that extends BaseArtifactBooter to boot the TypeORM connection artifact type.</p><p>Supported phases: configure, discover, load</p> |
24
24
  | [TypeOrmLifeCycleManager](./typeorm.typeormlifecyclemanager.md) | |
25
25
 
26
26
  ## Functions
@@ -19,89 +19,89 @@ permalink: /doc/en/lb4/apidocs.typeorm.typeormmixin.html
19
19
  export declare function TypeOrmMixin<T extends MixinTarget<Application>>(superClass: T): {
20
20
  new (...args: any[]): {
21
21
  connectionManager: ConnectionManager;
22
- connection(connectionConfig: ConnectionOptions): loopbackContext.Binding<Connection>;
22
+ connection(connectionConfig: ConnectionOptions): Binding<Connection>;
23
23
  migrateSchema(): Promise<void>;
24
- readonly options: loopbackContext.ApplicationConfig;
24
+ readonly options: import("@loopback/core").ApplicationConfig;
25
25
  readonly state: string;
26
- controller: <T_1>(controllerCtor: loopbackContext.ControllerClass<T_1>, nameOrOptions?: string | loopbackContext.BindingFromClassOptions | undefined) => loopbackContext.Binding<T_1>;
27
- server: <T_2 extends loopbackContext.Server>(ctor: loopbackContext.Constructor<T_2>, nameOrOptions?: string | loopbackContext.BindingFromClassOptions | undefined) => loopbackContext.Binding<T_2>;
28
- servers: <T_3 extends loopbackContext.Server>(ctors: loopbackContext.Constructor<T_3>[]) => loopbackContext.Binding<any>[];
29
- getServer: <T_4 extends loopbackContext.Server>(target: string | loopbackContext.Constructor<T_4>) => Promise<T_4>;
26
+ controller: <T_1>(controllerCtor: import("@loopback/core").ControllerClass<T_1>, nameOrOptions?: string | import("@loopback/core").BindingFromClassOptions | undefined) => Binding<T_1>;
27
+ server: <T_2 extends import("@loopback/core").Server>(ctor: import("@loopback/core").Constructor<T_2>, nameOrOptions?: string | import("@loopback/core").BindingFromClassOptions | undefined) => Binding<T_2>;
28
+ servers: <T_3 extends import("@loopback/core").Server>(ctors: import("@loopback/core").Constructor<T_3>[]) => Binding<any>[];
29
+ getServer: <T_4 extends import("@loopback/core").Server>(target: string | import("@loopback/core").Constructor<T_4>) => Promise<T_4>;
30
30
  init: () => Promise<void>;
31
- onInit: (fn: () => loopbackContext.ValueOrPromise<void>) => loopbackContext.Binding<loopbackContext.LifeCycleObserver>;
31
+ onInit: (fn: () => import("@loopback/core").ValueOrPromise<void>) => Binding<LifeCycleObserver>;
32
32
  start: () => Promise<void>;
33
- onStart: (fn: () => loopbackContext.ValueOrPromise<void>) => loopbackContext.Binding<loopbackContext.LifeCycleObserver>;
33
+ onStart: (fn: () => import("@loopback/core").ValueOrPromise<void>) => Binding<LifeCycleObserver>;
34
34
  stop: () => Promise<void>;
35
- onStop: (fn: () => loopbackContext.ValueOrPromise<void>) => loopbackContext.Binding<loopbackContext.LifeCycleObserver>;
36
- component: <T_5 extends loopbackContext.Component = loopbackContext.Component>(componentCtor: loopbackContext.Constructor<T_5>, nameOrOptions?: string | loopbackContext.BindingFromClassOptions | undefined) => loopbackContext.Binding<T_5>;
37
- setMetadata: (metadata: loopbackContext.ApplicationMetadata) => void;
38
- lifeCycleObserver: <T_6 extends loopbackContext.LifeCycleObserver>(ctor: loopbackContext.Constructor<T_6>, nameOrOptions?: string | loopbackContext.BindingFromClassOptions | undefined) => loopbackContext.Binding<T_6>;
39
- service: <S>(cls: loopbackContext.ServiceOrProviderClass<S>, nameOrOptions?: string | loopbackContext.ServiceOptions | undefined) => loopbackContext.Binding<S>;
40
- interceptor: (interceptor: loopbackContext.Interceptor | loopbackContext.Constructor<loopbackContext.Provider<loopbackContext.Interceptor>>, nameOrOptions?: string | loopbackContext.InterceptorBindingOptions | undefined) => loopbackContext.Binding<loopbackContext.Interceptor>;
35
+ onStop: (fn: () => import("@loopback/core").ValueOrPromise<void>) => Binding<LifeCycleObserver>;
36
+ component: <T_5 extends Component = Component>(componentCtor: import("@loopback/core").Constructor<T_5>, nameOrOptions?: string | import("@loopback/core").BindingFromClassOptions | undefined) => Binding<T_5>;
37
+ setMetadata: (metadata: import("@loopback/core").ApplicationMetadata) => void;
38
+ lifeCycleObserver: <T_6 extends LifeCycleObserver>(ctor: import("@loopback/core").Constructor<T_6>, nameOrOptions?: string | import("@loopback/core").BindingFromClassOptions | undefined) => Binding<T_6>;
39
+ service: <S>(cls: import("@loopback/core").ServiceOrProviderClass<S>, nameOrOptions?: string | import("@loopback/core").ServiceOptions | undefined) => Binding<S>;
40
+ interceptor: (interceptor: import("@loopback/core").Interceptor | import("@loopback/core").Constructor<import("@loopback/core").Provider<import("@loopback/core").Interceptor>>, nameOrOptions?: string | import("@loopback/core").InterceptorBindingOptions | undefined) => Binding<import("@loopback/core").Interceptor>;
41
41
  readonly name: string;
42
- readonly subscriptionManager: loopbackContext.ContextSubscriptionManager;
43
- scope: loopbackContext.BindingScope;
44
- readonly parent: loopbackContext.Context | undefined;
45
- emitEvent: <T_7 extends loopbackContext.ContextEvent>(type: string, event: T_7) => void;
42
+ readonly subscriptionManager: import("@loopback/core").ContextSubscriptionManager;
43
+ scope: BindingScope;
44
+ readonly parent: import("@loopback/core").Context | undefined;
45
+ emitEvent: <T_7 extends import("@loopback/core").ContextEvent>(type: string, event: T_7) => void;
46
46
  emitError: (err: unknown) => void;
47
- bind: <ValueType = any>(key: loopbackContext.BindingAddress<ValueType>) => loopbackContext.Binding<ValueType>;
48
- add: (binding: loopbackContext.Binding<unknown>) => loopbackContext.Application;
49
- configure: <ConfigValueType = any>(key?: loopbackContext.BindingAddress<unknown> | undefined) => loopbackContext.Binding<ConfigValueType>;
50
- getConfigAsValueOrPromise: <ConfigValueType_1>(key: loopbackContext.BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: loopbackContext.ResolutionOptions | undefined) => loopbackContext.ValueOrPromise<ConfigValueType_1 | undefined>;
51
- getConfig: <ConfigValueType_2>(key: loopbackContext.BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: loopbackContext.ResolutionOptions | undefined) => Promise<ConfigValueType_2 | undefined>;
52
- getConfigSync: <ConfigValueType_3>(key: loopbackContext.BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: loopbackContext.ResolutionOptions | undefined) => ConfigValueType_3 | undefined;
53
- unbind: (key: loopbackContext.BindingAddress<unknown>) => boolean;
54
- subscribe: (observer: loopbackContext.ContextEventObserver) => loopbackContext.Subscription;
55
- unsubscribe: (observer: loopbackContext.ContextEventObserver) => boolean;
47
+ bind: <ValueType = any>(key: import("@loopback/core").BindingAddress<ValueType>) => Binding<ValueType>;
48
+ add: (binding: Binding<unknown>) => Application;
49
+ configure: <ConfigValueType = any>(key?: import("@loopback/core").BindingAddress<unknown> | undefined) => Binding<ConfigValueType>;
50
+ getConfigAsValueOrPromise: <ConfigValueType_1>(key: import("@loopback/core").BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: import("@loopback/core").ResolutionOptions | undefined) => import("@loopback/core").ValueOrPromise<ConfigValueType_1 | undefined>;
51
+ getConfig: <ConfigValueType_2>(key: import("@loopback/core").BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: import("@loopback/core").ResolutionOptions | undefined) => Promise<ConfigValueType_2 | undefined>;
52
+ getConfigSync: <ConfigValueType_3>(key: import("@loopback/core").BindingAddress<unknown>, propertyPath?: string | undefined, resolutionOptions?: import("@loopback/core").ResolutionOptions | undefined) => ConfigValueType_3 | undefined;
53
+ unbind: (key: import("@loopback/core").BindingAddress<unknown>) => boolean;
54
+ subscribe: (observer: import("@loopback/core").ContextEventObserver) => import("@loopback/core").Subscription;
55
+ unsubscribe: (observer: import("@loopback/core").ContextEventObserver) => boolean;
56
56
  close: () => void;
57
- isSubscribed: (observer: loopbackContext.ContextObserver) => boolean;
58
- createView: <T_8 = unknown>(filter: loopbackContext.BindingFilter, comparator?: loopbackContext.BindingComparator | undefined, options?: Omit<loopbackContext.ResolutionOptions, "session"> | undefined) => loopbackContext.ContextView<T_8>;
59
- contains: (key: loopbackContext.BindingAddress<unknown>) => boolean;
60
- isBound: (key: loopbackContext.BindingAddress<unknown>) => boolean;
61
- getOwnerContext: (keyOrBinding: loopbackContext.BindingAddress<unknown> | Readonly<loopbackContext.Binding<unknown>>) => loopbackContext.Context | undefined;
62
- getScopedContext: (scope: loopbackContext.BindingScope.APPLICATION | loopbackContext.BindingScope.SERVER | loopbackContext.BindingScope.REQUEST) => loopbackContext.Context | undefined;
63
- getResolutionContext: (binding: Readonly<loopbackContext.Binding<unknown>>) => loopbackContext.Context | undefined;
64
- isVisibleTo: (ctx: loopbackContext.Context) => boolean;
65
- find: <ValueType_1 = any>(pattern?: string | RegExp | loopbackContext.BindingFilter | undefined) => Readonly<loopbackContext.Binding<ValueType_1>>[];
66
- findByTag: <ValueType_2 = any>(tagFilter: RegExp | loopbackContext.BindingTag) => Readonly<loopbackContext.Binding<ValueType_2>>[];
57
+ isSubscribed: (observer: import("@loopback/core").ContextObserver) => boolean;
58
+ createView: <T_8 = unknown>(filter: import("@loopback/core").BindingFilter, comparator?: import("@loopback/core").BindingComparator | undefined, options?: Omit<import("@loopback/core").ResolutionOptions, "session"> | undefined) => import("@loopback/core").ContextView<T_8>;
59
+ contains: (key: import("@loopback/core").BindingAddress<unknown>) => boolean;
60
+ isBound: (key: import("@loopback/core").BindingAddress<unknown>) => boolean;
61
+ getOwnerContext: (keyOrBinding: import("@loopback/core").BindingAddress<unknown> | Readonly<Binding<unknown>>) => import("@loopback/core").Context | undefined;
62
+ getScopedContext: (scope: BindingScope.APPLICATION | BindingScope.SERVER | BindingScope.REQUEST) => import("@loopback/core").Context | undefined;
63
+ getResolutionContext: (binding: Readonly<Binding<unknown>>) => import("@loopback/core").Context | undefined;
64
+ isVisibleTo: (ctx: import("@loopback/core").Context) => boolean;
65
+ find: <ValueType_1 = any>(pattern?: string | RegExp | import("@loopback/core").BindingFilter | undefined) => Readonly<Binding<ValueType_1>>[];
66
+ findByTag: <ValueType_2 = any>(tagFilter: RegExp | import("@loopback/core").BindingTag) => Readonly<Binding<ValueType_2>>[];
67
67
  get: {
68
- <ValueType_3>(keyWithPath: loopbackContext.BindingAddress<ValueType_3>, session?: loopbackContext.ResolutionSession | undefined): Promise<ValueType_3>;
69
- <ValueType_4>(keyWithPath: loopbackContext.BindingAddress<ValueType_4>, options: loopbackContext.ResolutionOptions): Promise<ValueType_4 | undefined>;
68
+ <ValueType_3>(keyWithPath: import("@loopback/core").BindingAddress<ValueType_3>, session?: import("@loopback/core").ResolutionSession | undefined): Promise<ValueType_3>;
69
+ <ValueType_4>(keyWithPath: import("@loopback/core").BindingAddress<ValueType_4>, options: import("@loopback/core").ResolutionOptions): Promise<ValueType_4 | undefined>;
70
70
  };
71
71
  getSync: {
72
- <ValueType_5>(keyWithPath: loopbackContext.BindingAddress<ValueType_5>, session?: loopbackContext.ResolutionSession | undefined): ValueType_5;
73
- <ValueType_6>(keyWithPath: loopbackContext.BindingAddress<ValueType_6>, options?: loopbackContext.ResolutionOptions | undefined): ValueType_6 | undefined;
72
+ <ValueType_5>(keyWithPath: import("@loopback/core").BindingAddress<ValueType_5>, session?: import("@loopback/core").ResolutionSession | undefined): ValueType_5;
73
+ <ValueType_6>(keyWithPath: import("@loopback/core").BindingAddress<ValueType_6>, options?: import("@loopback/core").ResolutionOptions | undefined): ValueType_6 | undefined;
74
74
  };
75
75
  getBinding: {
76
- <ValueType_7 = any>(key: loopbackContext.BindingAddress<ValueType_7>): loopbackContext.Binding<ValueType_7>;
77
- <ValueType_8>(key: loopbackContext.BindingAddress<ValueType_8>, options?: {
76
+ <ValueType_7 = any>(key: import("@loopback/core").BindingAddress<ValueType_7>): Binding<ValueType_7>;
77
+ <ValueType_8>(key: import("@loopback/core").BindingAddress<ValueType_8>, options?: {
78
78
  optional?: boolean | undefined;
79
- } | undefined): loopbackContext.Binding<ValueType_8> | undefined;
79
+ } | undefined): Binding<ValueType_8> | undefined;
80
80
  };
81
- findOrCreateBinding: <T_9>(key: loopbackContext.BindingAddress<T_9>, policy?: loopbackContext.BindingCreationPolicy | undefined) => loopbackContext.Binding<T_9>;
82
- getValueOrPromise: <ValueType_9>(keyWithPath: loopbackContext.BindingAddress<ValueType_9>, optionsOrSession?: loopbackContext.ResolutionOptionsOrSession | undefined) => loopbackContext.ValueOrPromise<ValueType_9 | undefined>;
83
- toJSON: () => loopbackContext.JSONObject;
84
- inspect: (options?: loopbackContext.ContextInspectOptions | undefined) => loopbackContext.JSONObject;
81
+ findOrCreateBinding: <T_9>(key: import("@loopback/core").BindingAddress<T_9>, policy?: import("@loopback/core").BindingCreationPolicy | undefined) => Binding<T_9>;
82
+ getValueOrPromise: <ValueType_9>(keyWithPath: import("@loopback/core").BindingAddress<ValueType_9>, optionsOrSession?: import("@loopback/core").ResolutionOptionsOrSession | undefined) => import("@loopback/core").ValueOrPromise<ValueType_9 | undefined>;
83
+ toJSON: () => import("@loopback/core").JSONObject;
84
+ inspect: (options?: import("@loopback/core").ContextInspectOptions | undefined) => import("@loopback/core").JSONObject;
85
85
  on: {
86
- (eventName: "bind" | "unbind", listener: loopbackContext.ContextEventListener): loopbackContext.Application;
87
- (event: string | symbol, listener: (...args: any[]) => void): loopbackContext.Application;
86
+ (eventName: "bind" | "unbind", listener: import("@loopback/core").ContextEventListener): Application;
87
+ (event: string | symbol, listener: (...args: any[]) => void): Application;
88
88
  };
89
89
  once: {
90
- (eventName: "bind" | "unbind", listener: loopbackContext.ContextEventListener): loopbackContext.Application;
91
- (event: string | symbol, listener: (...args: any[]) => void): loopbackContext.Application;
90
+ (eventName: "bind" | "unbind", listener: import("@loopback/core").ContextEventListener): Application;
91
+ (event: string | symbol, listener: (...args: any[]) => void): Application;
92
92
  };
93
- addListener: (event: string | symbol, listener: (...args: any[]) => void) => loopbackContext.Application;
94
- removeListener: (event: string | symbol, listener: (...args: any[]) => void) => loopbackContext.Application;
95
- off: (event: string | symbol, listener: (...args: any[]) => void) => loopbackContext.Application;
96
- removeAllListeners: (event?: string | symbol | undefined) => loopbackContext.Application;
97
- setMaxListeners: (n: number) => loopbackContext.Application;
93
+ addListener: (event: string | symbol, listener: (...args: any[]) => void) => Application;
94
+ removeListener: (event: string | symbol, listener: (...args: any[]) => void) => Application;
95
+ off: (event: string | symbol, listener: (...args: any[]) => void) => Application;
96
+ removeAllListeners: (event?: string | symbol | undefined) => Application;
97
+ setMaxListeners: (n: number) => Application;
98
98
  getMaxListeners: () => number;
99
99
  listeners: (event: string | symbol) => Function[];
100
100
  rawListeners: (event: string | symbol) => Function[];
101
101
  emit: (event: string | symbol, ...args: any[]) => boolean;
102
- listenerCount: (type: string | symbol) => number;
103
- prependListener: (event: string | symbol, listener: (...args: any[]) => void) => loopbackContext.Application;
104
- prependOnceListener: (event: string | symbol, listener: (...args: any[]) => void) => loopbackContext.Application;
102
+ listenerCount: (event: string | symbol) => number;
103
+ prependListener: (event: string | symbol, listener: (...args: any[]) => void) => Application;
104
+ prependOnceListener: (event: string | symbol, listener: (...args: any[]) => void) => Application;
105
105
  eventNames: () => (string | symbol)[];
106
106
  };
107
107
  } & T;
@@ -115,6 +115,6 @@ export declare function TypeOrmMixin<T extends MixinTarget<Application>>(superCl
115
115
 
116
116
  <b>Returns:</b>
117
117
 
118
- { new (...args: any\[\]): { connectionManager: ConnectionManager; connection(connectionConfig: ConnectionOptions): loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;Connection&gt;; migrateSchema(): Promise&lt;void&gt;; readonly options: loopbackContext.[ApplicationConfig](./core.applicationconfig.md)<!-- -->; readonly state: string; controller: &lt;T\_1&gt;(controllerCtor: loopbackContext.[ControllerClass](./core.controllerclass.md)<!-- -->&lt;T\_1&gt;, nameOrOptions?: string \| loopbackContext.[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;T\_1&gt;; server: &lt;T\_2 extends loopbackContext.[Server](./core.server.md)<!-- -->&gt;(ctor: loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;T\_2&gt;, nameOrOptions?: string \| loopbackContext.[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;T\_2&gt;; servers: &lt;T\_3 extends loopbackContext.[Server](./core.server.md)<!-- -->&gt;(ctors: loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;T\_3&gt;\[\]) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;any&gt;\[\]; getServer: &lt;T\_4 extends loopbackContext.[Server](./core.server.md)<!-- -->&gt;(target: string \| loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;T\_4&gt;) =&gt; Promise&lt;T\_4&gt;; init: () =&gt; Promise&lt;void&gt;; onInit: (fn: () =&gt; loopbackContext.[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;loopbackContext.[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; start: () =&gt; Promise&lt;void&gt;; onStart: (fn: () =&gt; loopbackContext.[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;loopbackContext.[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; stop: () =&gt; Promise&lt;void&gt;; onStop: (fn: () =&gt; loopbackContext.[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;loopbackContext.[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; component: &lt;T\_5 extends loopbackContext.[Component](./core.component.md) = loopbackContext.[Component](./core.component.md)<!-- -->&gt;(componentCtor: loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;T\_5&gt;, nameOrOptions?: string \| loopbackContext.[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;T\_5&gt;; setMetadata: (metadata: loopbackContext.[ApplicationMetadata](./core.applicationmetadata.md)<!-- -->) =&gt; void; lifeCycleObserver: &lt;T\_6 extends loopbackContext.[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;(ctor: loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;T\_6&gt;, nameOrOptions?: string \| loopbackContext.[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;T\_6&gt;; service: &lt;S&gt;(cls: loopbackContext.[ServiceOrProviderClass](./core.serviceorproviderclass.md)<!-- -->&lt;S&gt;, nameOrOptions?: string \| loopbackContext.[ServiceOptions](./core.serviceoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;S&gt;; interceptor: (interceptor: loopbackContext.[Interceptor](./context.interceptor.md) \| loopbackContext.[Constructor](./context.constructor.md)<!-- -->&lt;loopbackContext.[Provider](./context.provider.md)<!-- -->&lt;loopbackContext.[Interceptor](./context.interceptor.md)<!-- -->&gt;&gt;, nameOrOptions?: string \| loopbackContext.[InterceptorBindingOptions](./context.interceptorbindingoptions.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;loopbackContext.[Interceptor](./context.interceptor.md)<!-- -->&gt;; readonly name: string; readonly subscriptionManager: loopbackContext.[ContextSubscriptionManager](./context.contextsubscriptionmanager.md)<!-- -->; scope: loopbackContext.[BindingScope](./context.bindingscope.md)<!-- -->; readonly parent: loopbackContext.[Context](./context.context.md) \| undefined; emitEvent: &lt;T\_7 extends loopbackContext.[ContextEvent](./context.contextevent.md)<!-- -->&gt;(type: string, event: T\_7) =&gt; void; emitError: (err: unknown) =&gt; void; bind: &lt;ValueType = any&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType&gt;) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ValueType&gt;; add: (binding: loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;unknown&gt;) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; configure: &lt;ConfigValueType = any&gt;(key?: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt; \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ConfigValueType&gt;; getConfigAsValueOrPromise: &lt;ConfigValueType\_1&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: loopbackContext.[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; loopbackContext.[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;ConfigValueType\_1 \| undefined&gt;; getConfig: &lt;ConfigValueType\_2&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: loopbackContext.[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; Promise&lt;ConfigValueType\_2 \| undefined&gt;; getConfigSync: &lt;ConfigValueType\_3&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: loopbackContext.[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; ConfigValueType\_3 \| undefined; unbind: (key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; subscribe: (observer: loopbackContext.[ContextEventObserver](./context.contexteventobserver.md)<!-- -->) =&gt; loopbackContext.[Subscription](./context.subscription.md)<!-- -->; unsubscribe: (observer: loopbackContext.[ContextEventObserver](./context.contexteventobserver.md)<!-- -->) =&gt; boolean; close: () =&gt; void; isSubscribed: (observer: loopbackContext.[ContextObserver](./context.contextobserver.md)<!-- -->) =&gt; boolean; createView: &lt;T\_8 = unknown&gt;(filter: loopbackContext.[BindingFilter](./context.bindingfilter.md)<!-- -->, comparator?: loopbackContext.[BindingComparator](./context.bindingcomparator.md) \| undefined, options?: Omit&lt;loopbackContext.[ResolutionOptions](./context.resolutionoptions.md)<!-- -->, "session"&gt; \| undefined) =&gt; loopbackContext.[ContextView](./context.contextview.md)<!-- -->&lt;T\_8&gt;; contains: (key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; isBound: (key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; getOwnerContext: (keyOrBinding: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt; \| Readonly&lt;loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;unknown&gt;&gt;) =&gt; loopbackContext.[Context](./context.context.md) \| undefined; getScopedContext: (scope: loopbackContext.[BindingScope.APPLICATION](./context.bindingscope.md) \| loopbackContext.[BindingScope.SERVER](./context.bindingscope.md) \| loopbackContext.[BindingScope.REQUEST](./context.bindingscope.md)<!-- -->) =&gt; loopbackContext.[Context](./context.context.md) \| undefined; getResolutionContext: (binding: Readonly&lt;loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;unknown&gt;&gt;) =&gt; loopbackContext.[Context](./context.context.md) \| undefined; isVisibleTo: (ctx: loopbackContext.[Context](./context.context.md)<!-- -->) =&gt; boolean; find: &lt;ValueType\_1 = any&gt;(pattern?: string \| RegExp \| loopbackContext.[BindingFilter](./context.bindingfilter.md) \| undefined) =&gt; Readonly&lt;loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ValueType\_1&gt;&gt;\[\]; findByTag: &lt;ValueType\_2 = any&gt;(tagFilter: RegExp \| loopbackContext.[BindingTag](./context.bindingtag.md)<!-- -->) =&gt; Readonly&lt;loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ValueType\_2&gt;&gt;\[\]; get: { &lt;ValueType\_3&gt;(keyWithPath: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_3&gt;, session?: loopbackContext.[ResolutionSession](./context.resolutionsession.md) \| undefined): Promise&lt;ValueType\_3&gt;; &lt;ValueType\_4&gt;(keyWithPath: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_4&gt;, options: loopbackContext.[ResolutionOptions](./context.resolutionoptions.md)<!-- -->): Promise&lt;ValueType\_4 \| undefined&gt;; }; getSync: { &lt;ValueType\_5&gt;(keyWithPath: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_5&gt;, session?: loopbackContext.[ResolutionSession](./context.resolutionsession.md) \| undefined): ValueType\_5; &lt;ValueType\_6&gt;(keyWithPath: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_6&gt;, options?: loopbackContext.[ResolutionOptions](./context.resolutionoptions.md) \| undefined): ValueType\_6 \| undefined; }; getBinding: { &lt;ValueType\_7 = any&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_7&gt;): loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ValueType\_7&gt;; &lt;ValueType\_8&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_8&gt;, options?: { optional?: boolean \| undefined; } \| undefined): loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;ValueType\_8&gt; \| undefined; }; findOrCreateBinding: &lt;T\_9&gt;(key: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;T\_9&gt;, policy?: loopbackContext.[BindingCreationPolicy](./context.bindingcreationpolicy.md) \| undefined) =&gt; loopbackContext.[Binding](./context.binding.md)<!-- -->&lt;T\_9&gt;; getValueOrPromise: &lt;ValueType\_9&gt;(keyWithPath: loopbackContext.[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_9&gt;, optionsOrSession?: loopbackContext.[ResolutionOptionsOrSession](./context.resolutionoptionsorsession.md) \| undefined) =&gt; loopbackContext.[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;ValueType\_9 \| undefined&gt;; toJSON: () =&gt; loopbackContext.[JSONObject](./context.jsonobject.md)<!-- -->; inspect: (options?: loopbackContext.[ContextInspectOptions](./context.contextinspectoptions.md) \| undefined) =&gt; loopbackContext.[JSONObject](./context.jsonobject.md)<!-- -->; on: { (eventName: "bind" \| "unbind", listener: loopbackContext.[ContextEventListener](./context.contexteventlistener.md)<!-- -->): loopbackContext.[Application](./core.application.md)<!-- -->; (event: string \| symbol, listener: (...args: any\[\]) =&gt; void): loopbackContext.[Application](./core.application.md)<!-- -->; }; once: { (eventName: "bind" \| "unbind", listener: loopbackContext.[ContextEventListener](./context.contexteventlistener.md)<!-- -->): loopbackContext.[Application](./core.application.md)<!-- -->; (event: string \| symbol, listener: (...args: any\[\]) =&gt; void): loopbackContext.[Application](./core.application.md)<!-- -->; }; addListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; removeListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; off: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; removeAllListeners: (event?: string \| symbol \| undefined) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; setMaxListeners: (n: number) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; getMaxListeners: () =&gt; number; listeners: (event: string \| symbol) =&gt; Function\[\]; rawListeners: (event: string \| symbol) =&gt; Function\[\]; emit: (event: string \| symbol, ...args: any\[\]) =&gt; boolean; listenerCount: (type: string \| symbol) =&gt; number; prependListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; prependOnceListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; loopbackContext.[Application](./core.application.md)<!-- -->; eventNames: () =&gt; (string \| symbol)\[\]; }; } &amp; T
118
+ { new (...args: any\[\]): { connectionManager: ConnectionManager; connection(connectionConfig: ConnectionOptions): [Binding](./context.binding.md)<!-- -->&lt;Connection&gt;; migrateSchema(): Promise&lt;void&gt;; readonly options: import("@loopback/core").[ApplicationConfig](./core.applicationconfig.md)<!-- -->; readonly state: string; controller: &lt;T\_1&gt;(controllerCtor: import("@loopback/core").[ControllerClass](./core.controllerclass.md)<!-- -->&lt;T\_1&gt;, nameOrOptions?: string \| import("@loopback/core").[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;T\_1&gt;; server: &lt;T\_2 extends import("@loopback/core").[Server](./core.server.md)<!-- -->&gt;(ctor: import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;T\_2&gt;, nameOrOptions?: string \| import("@loopback/core").[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;T\_2&gt;; servers: &lt;T\_3 extends import("@loopback/core").[Server](./core.server.md)<!-- -->&gt;(ctors: import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;T\_3&gt;\[\]) =&gt; [Binding](./context.binding.md)<!-- -->&lt;any&gt;\[\]; getServer: &lt;T\_4 extends import("@loopback/core").[Server](./core.server.md)<!-- -->&gt;(target: string \| import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;T\_4&gt;) =&gt; Promise&lt;T\_4&gt;; init: () =&gt; Promise&lt;void&gt;; onInit: (fn: () =&gt; import("@loopback/core").[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; [Binding](./context.binding.md)<!-- -->&lt;[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; start: () =&gt; Promise&lt;void&gt;; onStart: (fn: () =&gt; import("@loopback/core").[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; [Binding](./context.binding.md)<!-- -->&lt;[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; stop: () =&gt; Promise&lt;void&gt;; onStop: (fn: () =&gt; import("@loopback/core").[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;void&gt;) =&gt; [Binding](./context.binding.md)<!-- -->&lt;[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;; component: &lt;T\_5 extends [Component](./core.component.md) = [Component](./core.component.md)<!-- -->&gt;(componentCtor: import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;T\_5&gt;, nameOrOptions?: string \| import("@loopback/core").[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;T\_5&gt;; setMetadata: (metadata: import("@loopback/core").[ApplicationMetadata](./core.applicationmetadata.md)<!-- -->) =&gt; void; lifeCycleObserver: &lt;T\_6 extends [LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;(ctor: import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;T\_6&gt;, nameOrOptions?: string \| import("@loopback/core").[BindingFromClassOptions](./context.bindingfromclassoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;T\_6&gt;; service: &lt;S&gt;(cls: import("@loopback/core").[ServiceOrProviderClass](./core.serviceorproviderclass.md)<!-- -->&lt;S&gt;, nameOrOptions?: string \| import("@loopback/core").[ServiceOptions](./core.serviceoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;S&gt;; interceptor: (interceptor: import("@loopback/core").[Interceptor](./context.interceptor.md) \| import("@loopback/core").[Constructor](./context.constructor.md)<!-- -->&lt;import("@loopback/core").[Provider](./context.provider.md)<!-- -->&lt;import("@loopback/core").[Interceptor](./context.interceptor.md)<!-- -->&gt;&gt;, nameOrOptions?: string \| import("@loopback/core").[InterceptorBindingOptions](./context.interceptorbindingoptions.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;import("@loopback/core").[Interceptor](./context.interceptor.md)<!-- -->&gt;; readonly name: string; readonly subscriptionManager: import("@loopback/core").[ContextSubscriptionManager](./context.contextsubscriptionmanager.md)<!-- -->; scope: [BindingScope](./context.bindingscope.md)<!-- -->; readonly parent: import("@loopback/core").[Context](./context.context.md) \| undefined; emitEvent: &lt;T\_7 extends import("@loopback/core").[ContextEvent](./context.contextevent.md)<!-- -->&gt;(type: string, event: T\_7) =&gt; void; emitError: (err: unknown) =&gt; void; bind: &lt;ValueType = any&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType&gt;) =&gt; [Binding](./context.binding.md)<!-- -->&lt;ValueType&gt;; add: (binding: [Binding](./context.binding.md)<!-- -->&lt;unknown&gt;) =&gt; [Application](./core.application.md)<!-- -->; configure: &lt;ConfigValueType = any&gt;(key?: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt; \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;ConfigValueType&gt;; getConfigAsValueOrPromise: &lt;ConfigValueType\_1&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; import("@loopback/core").[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;ConfigValueType\_1 \| undefined&gt;; getConfig: &lt;ConfigValueType\_2&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; Promise&lt;ConfigValueType\_2 \| undefined&gt;; getConfigSync: &lt;ConfigValueType\_3&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;, propertyPath?: string \| undefined, resolutionOptions?: import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md) \| undefined) =&gt; ConfigValueType\_3 \| undefined; unbind: (key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; subscribe: (observer: import("@loopback/core").[ContextEventObserver](./context.contexteventobserver.md)<!-- -->) =&gt; import("@loopback/core").[Subscription](./context.subscription.md)<!-- -->; unsubscribe: (observer: import("@loopback/core").[ContextEventObserver](./context.contexteventobserver.md)<!-- -->) =&gt; boolean; close: () =&gt; void; isSubscribed: (observer: import("@loopback/core").[ContextObserver](./context.contextobserver.md)<!-- -->) =&gt; boolean; createView: &lt;T\_8 = unknown&gt;(filter: import("@loopback/core").[BindingFilter](./context.bindingfilter.md)<!-- -->, comparator?: import("@loopback/core").[BindingComparator](./context.bindingcomparator.md) \| undefined, options?: Omit&lt;import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md)<!-- -->, "session"&gt; \| undefined) =&gt; import("@loopback/core").[ContextView](./context.contextview.md)<!-- -->&lt;T\_8&gt;; contains: (key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; isBound: (key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt;) =&gt; boolean; getOwnerContext: (keyOrBinding: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;unknown&gt; \| Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;unknown&gt;&gt;) =&gt; import("@loopback/core").[Context](./context.context.md) \| undefined; getScopedContext: (scope: [BindingScope.APPLICATION](./context.bindingscope.md) \| [BindingScope.SERVER](./context.bindingscope.md) \| [BindingScope.REQUEST](./context.bindingscope.md)<!-- -->) =&gt; import("@loopback/core").[Context](./context.context.md) \| undefined; getResolutionContext: (binding: Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;unknown&gt;&gt;) =&gt; import("@loopback/core").[Context](./context.context.md) \| undefined; isVisibleTo: (ctx: import("@loopback/core").[Context](./context.context.md)<!-- -->) =&gt; boolean; find: &lt;ValueType\_1 = any&gt;(pattern?: string \| RegExp \| import("@loopback/core").[BindingFilter](./context.bindingfilter.md) \| undefined) =&gt; Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;ValueType\_1&gt;&gt;\[\]; findByTag: &lt;ValueType\_2 = any&gt;(tagFilter: RegExp \| import("@loopback/core").[BindingTag](./context.bindingtag.md)<!-- -->) =&gt; Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;ValueType\_2&gt;&gt;\[\]; get: { &lt;ValueType\_3&gt;(keyWithPath: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_3&gt;, session?: import("@loopback/core").[ResolutionSession](./context.resolutionsession.md) \| undefined): Promise&lt;ValueType\_3&gt;; &lt;ValueType\_4&gt;(keyWithPath: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_4&gt;, options: import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md)<!-- -->): Promise&lt;ValueType\_4 \| undefined&gt;; }; getSync: { &lt;ValueType\_5&gt;(keyWithPath: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_5&gt;, session?: import("@loopback/core").[ResolutionSession](./context.resolutionsession.md) \| undefined): ValueType\_5; &lt;ValueType\_6&gt;(keyWithPath: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_6&gt;, options?: import("@loopback/core").[ResolutionOptions](./context.resolutionoptions.md) \| undefined): ValueType\_6 \| undefined; }; getBinding: { &lt;ValueType\_7 = any&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_7&gt;): [Binding](./context.binding.md)<!-- -->&lt;ValueType\_7&gt;; &lt;ValueType\_8&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_8&gt;, options?: { optional?: boolean \| undefined; } \| undefined): [Binding](./context.binding.md)<!-- -->&lt;ValueType\_8&gt; \| undefined; }; findOrCreateBinding: &lt;T\_9&gt;(key: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;T\_9&gt;, policy?: import("@loopback/core").[BindingCreationPolicy](./context.bindingcreationpolicy.md) \| undefined) =&gt; [Binding](./context.binding.md)<!-- -->&lt;T\_9&gt;; getValueOrPromise: &lt;ValueType\_9&gt;(keyWithPath: import("@loopback/core").[BindingAddress](./context.bindingaddress.md)<!-- -->&lt;ValueType\_9&gt;, optionsOrSession?: import("@loopback/core").[ResolutionOptionsOrSession](./context.resolutionoptionsorsession.md) \| undefined) =&gt; import("@loopback/core").[ValueOrPromise](./context.valueorpromise.md)<!-- -->&lt;ValueType\_9 \| undefined&gt;; toJSON: () =&gt; import("@loopback/core").[JSONObject](./context.jsonobject.md)<!-- -->; inspect: (options?: import("@loopback/core").[ContextInspectOptions](./context.contextinspectoptions.md) \| undefined) =&gt; import("@loopback/core").[JSONObject](./context.jsonobject.md)<!-- -->; on: { (eventName: "bind" \| "unbind", listener: import("@loopback/core").[ContextEventListener](./context.contexteventlistener.md)<!-- -->): [Application](./core.application.md)<!-- -->; (event: string \| symbol, listener: (...args: any\[\]) =&gt; void): [Application](./core.application.md)<!-- -->; }; once: { (eventName: "bind" \| "unbind", listener: import("@loopback/core").[ContextEventListener](./context.contexteventlistener.md)<!-- -->): [Application](./core.application.md)<!-- -->; (event: string \| symbol, listener: (...args: any\[\]) =&gt; void): [Application](./core.application.md)<!-- -->; }; addListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; [Application](./core.application.md)<!-- -->; removeListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; [Application](./core.application.md)<!-- -->; off: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; [Application](./core.application.md)<!-- -->; removeAllListeners: (event?: string \| symbol \| undefined) =&gt; [Application](./core.application.md)<!-- -->; setMaxListeners: (n: number) =&gt; [Application](./core.application.md)<!-- -->; getMaxListeners: () =&gt; number; listeners: (event: string \| symbol) =&gt; Function\[\]; rawListeners: (event: string \| symbol) =&gt; Function\[\]; emit: (event: string \| symbol, ...args: any\[\]) =&gt; boolean; listenerCount: (event: string \| symbol) =&gt; number; prependListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; [Application](./core.application.md)<!-- -->; prependOnceListener: (event: string \| symbol, listener: (...args: any\[\]) =&gt; void) =&gt; [Application](./core.application.md)<!-- -->; eventNames: () =&gt; (string \| symbol)\[\]; }; } &amp; T
119
119
 
120
120
 
@@ -13,6 +13,36 @@ permalink: /doc/en/lb4/changelog.rest-msgpack.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ ## [0.8.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.1...@loopback/rest-msgpack@0.8.2) (2022-07-14)
17
+
18
+ **Note:** Version bump only for package @loopback/rest-msgpack
19
+
20
+
21
+
22
+
23
+
24
+ ## [0.8.1](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.8.0...@loopback/rest-msgpack@0.8.1) (2022-06-13)
25
+
26
+ **Note:** Version bump only for package @loopback/rest-msgpack
27
+
28
+
29
+
30
+
31
+
32
+ ## [0.8.0](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.7.2...@loopback/rest-msgpack@0.8.0) (2022-05-05)
33
+
34
+
35
+ ### ⚠ BREAKING CHANGES
36
+
37
+ * remove node v12 support
38
+
39
+ ### Features
40
+
41
+ * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
42
+ * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
43
+
44
+
45
+
16
46
  ## [0.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/rest-msgpack@0.7.1...@loopback/rest-msgpack@0.7.2) (2022-03-29)
17
47
 
18
48
  **Note:** Version bump only for package @loopback/rest-msgpack
@@ -13,6 +13,36 @@ permalink: /doc/en/lb4/changelog.example-access-control-migration.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ ## [5.0.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.1...@loopback/example-access-control-migration@5.0.2) (2022-07-14)
17
+
18
+ **Note:** Version bump only for package @loopback/example-access-control-migration
19
+
20
+
21
+
22
+
23
+
24
+ ## [5.0.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@5.0.0...@loopback/example-access-control-migration@5.0.1) (2022-06-13)
25
+
26
+ **Note:** Version bump only for package @loopback/example-access-control-migration
27
+
28
+
29
+
30
+
31
+
32
+ ## [5.0.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.1.2...@loopback/example-access-control-migration@5.0.0) (2022-05-05)
33
+
34
+
35
+ ### ⚠ BREAKING CHANGES
36
+
37
+ * remove node v12 support
38
+
39
+ ### Features
40
+
41
+ * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
42
+ * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
43
+
44
+
45
+
16
46
  ## [4.1.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-access-control-migration@4.1.1...@loopback/example-access-control-migration@4.1.2) (2022-03-29)
17
47
 
18
48
  **Note:** Version bump only for package @loopback/example-access-control-migration
@@ -13,6 +13,36 @@ permalink: /doc/en/lb4/changelog.example-binding-resolution.html
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
15
15
 
16
+ ## [0.7.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.7.1...@loopback/example-binding-resolution@0.7.2) (2022-07-14)
17
+
18
+ **Note:** Version bump only for package @loopback/example-binding-resolution
19
+
20
+
21
+
22
+
23
+
24
+ ## [0.7.1](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.7.0...@loopback/example-binding-resolution@0.7.1) (2022-06-13)
25
+
26
+ **Note:** Version bump only for package @loopback/example-binding-resolution
27
+
28
+
29
+
30
+
31
+
32
+ ## [0.7.0](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.6.2...@loopback/example-binding-resolution@0.7.0) (2022-05-05)
33
+
34
+
35
+ ### ⚠ BREAKING CHANGES
36
+
37
+ * remove node v12 support
38
+
39
+ ### Features
40
+
41
+ * add support for node v18 ([ccb4c61](https://github.com/loopbackio/loopback-next/commit/ccb4c61307d94ab7bb07a19c547dfc4fa7d388a8))
42
+ * remove node v12 support ([5f66e5b](https://github.com/loopbackio/loopback-next/commit/5f66e5bd288ba806b3aa6550fc29c5009de8b60d))
43
+
44
+
45
+
16
46
  ## [0.6.2](https://github.com/loopbackio/loopback-next/compare/@loopback/example-binding-resolution@0.6.1...@loopback/example-binding-resolution@0.6.2) (2022-03-29)
17
47
 
18
48
  **Note:** Version bump only for package @loopback/example-binding-resolution