Skip to main content

modules

@appfire/fuse-utils / Exports

@appfire/fuse-utils

Table of contents

Enumerations

Classes

Interfaces

Type Aliases

Type Aliases

AllowLists

Ƭ AllowLists: Record<string, AllowList[]> & { baseUrl: string }

Defined in

types/allow-whitelist.types.ts:1


Group

Ƭ Group: Object

Type declaration

NameType
idstring
namestring

Defined in

types/macro-security.types.ts:78


Profile

Ƭ Profile: Object

Type declaration

NameType
accessToken?string
password?string
profileNamestring
requestHeaders?string
typeProfileType
url?string
urlParameters?string
user?string

Defined in

types/profile.types.ts:1


ProfileData

Ƭ ProfileData: Object

Type declaration

NameType
profileProfile

Defined in

types/profile.types.ts:12


RestrictionQuery

Ƭ RestrictionQuery: Object

Type declaration

NameType
macroKeystring
pageIdstring
pageModestring
spaceKeystring

Defined in

types/macro-security.types.ts:48


RestrictionsByOperation

Ƭ RestrictionsByOperation: Object

Type declaration

NameType
operationstring
restrictions{ group: { results: Group[] } ; user: { results: UsersGroups[] } }
restrictions.group{ results: Group[] }
restrictions.group.resultsGroup[]
restrictions.user{ results: UsersGroups[] }
restrictions.user.resultsUsersGroups[]

Defined in

types/macro-security.types.ts:60


RestrictionsResponse

Ƭ RestrictionsResponse: Object

Type declaration

NameType
macroKeystring
parametersRestrictionsByOperation

Defined in

types/macro-security.types.ts:55


UsersGroups

Ƭ UsersGroups: Object

Type declaration

NameType
accountIdstring
displayName?string
groupsstring[]

Defined in

types/macro-security.types.ts:72