@adminide-stack/account-api-core
Advanced tools
Comparing version 9.1.1-alpha.64 to 9.1.1-alpha.71
@@ -14,2 +14,3 @@ export declare const TYPES: { | ||
AccountUserDataLoader: symbol; | ||
TeamsDataLoader: symbol; | ||
}; |
@@ -14,2 +14,3 @@ const TYPES = { | ||
AccountUserDataLoader: Symbol('AccountUserDataLoader'), | ||
TeamsDataLoader: Symbol('TeamsDataLoader'), | ||
};export{TYPES}; |
import { IPreferencesService } from '@adminide-stack/core'; | ||
import { IOrganizationService } from './organization-service'; | ||
import { IAccountService } from './account-service'; | ||
import { ITeamService } from './team-service'; | ||
import { ITeamsDataLoader, ITeamService } from './team-service'; | ||
import { IAccountUserDataLoader } from './account-user-data-loader'; | ||
@@ -14,2 +14,3 @@ import { ICountryService } from '@container-stack/territory'; | ||
accountUserDataLoader: IAccountUserDataLoader; | ||
teamsDataLoader: ITeamsDataLoader; | ||
} |
import { IAccountTeam as ITeam, ITeamCreateRequest, ITeamUpdateRequest, ITeamRemoveRequest, IAuthUserInput } from '@adminide-stack/core'; | ||
import { IWorkspaceStatusRequest } from './status'; | ||
import { IBaseService, IDataLoader } from '@common-stack/store-mongo'; | ||
export interface ITeamInvite { | ||
@@ -9,3 +10,4 @@ email: string; | ||
} | ||
export interface ITeamService { | ||
export type ITeamsDataLoader = IDataLoader<ITeam>; | ||
export interface ITeamService extends IBaseService<ITeam> { | ||
getTeam(id: string): Promise<ITeam>; | ||
@@ -12,0 +14,0 @@ getTeamByName(orgName: string, teamName: string): Promise<ITeam>; |
{ | ||
"name": "@adminide-stack/account-api-core", | ||
"version": "9.1.1-alpha.64", | ||
"version": "9.1.1-alpha.71", | ||
"description": "Adminide core for higher packages to depend on", | ||
@@ -32,3 +32,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "08d13dffd33130f335fd460aedb5e393d6fdb3eb" | ||
"gitHead": "cc4c0caeb9ddb8d4de8a7e242096484d75359a29" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20718
316