Change plugin models names
authorChocobozzz <me@florianbigard.com>
Wed, 24 Jul 2019 09:17:42 +0000 (11:17 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 Jul 2019 09:17:42 +0000 (11:17 +0200)
commit9ae88819c202a6ce4a36b56506f508a5603e8eab
tree4936990dff918ceabe835dfa7192e5e4c6211dc6
parent5f189c9c85449951254646ddf6cd6c84bc4c06ff
Change plugin models names
15 files changed:
client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts
client/src/app/+admin/plugins/shared/plugin-api.service.ts
client/src/app/core/plugins/plugin.service.ts
server/controllers/api/plugins.ts
server/lib/plugins/plugin-manager.ts
server/tests/api/server/plugins.ts
server/typings/plugins/index.d.ts
server/typings/plugins/plugin-library.model.ts
server/typings/plugins/register-options.model.ts [deleted file]
server/typings/plugins/register-server-option.model.ts [new file with mode: 0644]
shared/models/plugins/register-client-hook.model.ts [new file with mode: 0644]
shared/models/plugins/register-hook.model.ts [deleted file]
shared/models/plugins/register-server-hook.model.ts [new file with mode: 0644]
shared/models/plugins/register-server-setting.model.ts [new file with mode: 0644]
shared/models/plugins/register-setting.model.ts [deleted file]