chore: Rename Authentication -> IntegrationAuthentication (#2091)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// @flow
|
||||
import ApiKey from "./ApiKey";
|
||||
import Attachment from "./Attachment";
|
||||
import Authentication from "./Authentication";
|
||||
import AuthenticationProvider from "./AuthenticationProvider";
|
||||
import Backlink from "./Backlink";
|
||||
import Collection from "./Collection";
|
||||
@@ -12,6 +11,7 @@ import Event from "./Event";
|
||||
import Group from "./Group";
|
||||
import GroupUser from "./GroupUser";
|
||||
import Integration from "./Integration";
|
||||
import IntegrationAuthentication from "./IntegrationAuthentication";
|
||||
import Notification from "./Notification";
|
||||
import NotificationSetting from "./NotificationSetting";
|
||||
import Revision from "./Revision";
|
||||
@@ -26,7 +26,6 @@ import View from "./View";
|
||||
const models = {
|
||||
ApiKey,
|
||||
Attachment,
|
||||
Authentication,
|
||||
AuthenticationProvider,
|
||||
Backlink,
|
||||
Collection,
|
||||
@@ -37,6 +36,7 @@ const models = {
|
||||
Group,
|
||||
GroupUser,
|
||||
Integration,
|
||||
IntegrationAuthentication,
|
||||
Notification,
|
||||
NotificationSetting,
|
||||
Revision,
|
||||
@@ -59,7 +59,6 @@ Object.keys(models).forEach((modelName) => {
|
||||
export {
|
||||
ApiKey,
|
||||
Attachment,
|
||||
Authentication,
|
||||
AuthenticationProvider,
|
||||
Backlink,
|
||||
Collection,
|
||||
@@ -70,6 +69,7 @@ export {
|
||||
Group,
|
||||
GroupUser,
|
||||
Integration,
|
||||
IntegrationAuthentication,
|
||||
Notification,
|
||||
NotificationSetting,
|
||||
Revision,
|
||||
|
||||
Reference in New Issue
Block a user