Type aliases

ApplicationSchemePermissionSettingsType

ApplicationSchemePermissionSettingsType: typeof ApplicationSchemePermissionSettingsType[keyof typeof ApplicationSchemePermissionSettingsType]

FieldSchemeAccountViewDataType

FieldSchemeAccountViewDataType: typeof FieldSchemeAccountViewDataType[keyof typeof FieldSchemeAccountViewDataType]

FieldSchemeDateTimeViewDataAdditionalType

FieldSchemeDateTimeViewDataAdditionalType: typeof FieldSchemeDateTimeViewDataAdditionalType[keyof typeof FieldSchemeDateTimeViewDataAdditionalType]

FieldSchemeDateTimeViewDataDefaultTime

FieldSchemeDateTimeViewDataDefaultTime: typeof FieldSchemeDateTimeViewDataDefaultTime[keyof typeof FieldSchemeDateTimeViewDataDefaultTime]

FieldSchemeEmailViewDataType

FieldSchemeEmailViewDataType: typeof FieldSchemeEmailViewDataType[keyof typeof FieldSchemeEmailViewDataType]

FieldSchemePhoneViewDataType

FieldSchemePhoneViewDataType: typeof FieldSchemePhoneViewDataType[keyof typeof FieldSchemePhoneViewDataType]

FieldSchemeStringViewDataAdditionalType

FieldSchemeStringViewDataAdditionalType: typeof FieldSchemeStringViewDataAdditionalType[keyof typeof FieldSchemeStringViewDataAdditionalType]

FieldSchemeType

FieldSchemeType: typeof FieldSchemeType[keyof typeof FieldSchemeType]

PageSchemeType

PageSchemeType: typeof PageSchemeType[keyof typeof PageSchemeType]

PermissionsSchemeValueOrgUnitType

PermissionsSchemeValueOrgUnitType: typeof PermissionsSchemeValueOrgUnitType[keyof typeof PermissionsSchemeValueOrgUnitType]

PermissionsSchemeValueType

PermissionsSchemeValueType: typeof PermissionsSchemeValueType[keyof typeof PermissionsSchemeValueType]

SolutionSchemeItemKind

SolutionSchemeItemKind: typeof SolutionSchemeItemKind[keyof typeof SolutionSchemeItemKind]

Variables

Const ApplicationSchemePermissionSettingsType

ApplicationSchemePermissionSettingsType: object = {none: "none", collection: "collection", row: "row", directory: "directory"} as const

Access type.

Type declaration

  • collection: "collection"

    Access settings inside in app.

  • directory: "directory"

    Access permission settings for folder.

  • none: "none"

    No access settings.

  • row: "row"

    Access settings for app items.

Const FieldSchemeAccountViewDataType

FieldSchemeAccountViewDataType: object = {telegram: "telegram", whatsapp: "whatsapp", instagram: "instagram", viber: "viber", facebook: "facebook", vkontakte: "vkontakte", skype: "skype", google_talk: "google_talk", google_hangouts: "google_hangouts", we_chat: "we_chat", snapchat: "snapchat", line: "line", vk_teams: "vk_teams", other: "other", livechat: "livechat"} as const

Account type.

Type declaration

  • facebook: "facebook"

    Facebook.

  • google_hangouts: "google_hangouts"

    Google Hangouts.

  • google_talk: "google_talk"

    Google Talk.

  • instagram: "instagram"

    Instagram.

  • line: "line"

    Line.

  • livechat: "livechat"

    LiveChat.

  • other: "other"

    Other.

  • skype: "skype"

    Skype.

  • snapchat: "snapchat"

    Snapchat.

  • telegram: "telegram"

    Telegram.

  • viber: "viber"

    Viber.

  • vk_teams: "vk_teams"

    VK Teams.

  • vkontakte: "vkontakte"

    VK.

  • we_chat: "we_chat"

    WeChat.

  • whatsapp: "whatsapp"

    WhatsApp.

Const FieldSchemeDateTimeViewDataAdditionalType

FieldSchemeDateTimeViewDataAdditionalType: object = {date: "date", time: "time", datetime: "datetime", datetime_short: "datetime_short"} as const

Additional type.

Type declaration

  • date: "date"

    Date only.

  • datetime: "datetime"

    Date and time.

  • datetime_short: "datetime_short"

    Date and time without seconds.

  • time: "time"

    Time only.

Const FieldSchemeDateTimeViewDataDefaultTime

FieldSchemeDateTimeViewDataDefaultTime: object = {startOfDay: "startOfDay", endOfDay: "endOfDay", none: "none"} as const

Default time.

Type declaration

  • endOfDay: "endOfDay"

    End of workday.

  • none: "none"

    No access settings.

  • startOfDay: "startOfDay"

    Start of working day.

Const FieldSchemeEmailViewDataType

FieldSchemeEmailViewDataType: object = {home: "home", work: "work", mobile: "mobile", main: "main"} as const

Email type.

Type declaration

  • home: "home"

    Personal.

  • main: "main"

    Main.

  • mobile: "mobile"

    Mobile.

  • work: "work"

    Work.

Const FieldSchemePhoneViewDataType

FieldSchemePhoneViewDataType: object = {home: "home", work: "work", mobile: "mobile", main: "main", home_fax: "home_fax", work_fax: "work_fax", pager: "pager"} as const

Phone type.

Type declaration

  • home: "home"

    Personal.

  • home_fax: "home_fax"

    Home fax.

  • main: "main"

    Main.

  • mobile: "mobile"

    Mobile.

  • pager: "pager"

    Pager.

  • work: "work"

    Work.

  • work_fax: "work_fax"

    Work fax.

Const FieldSchemeStringViewDataAdditionalType

FieldSchemeStringViewDataAdditionalType: object = {string: "string", text: "text"} as const

Additional string type.

Type declaration

  • string: "string"

    Regular string.

  • text: "text"

    Multiline string.

Const FieldSchemeType

FieldSchemeType: object = {STRING: "STRING", FLOAT: "FLOAT", INTEGER: "INTEGER", BOOLEAN: "BOOLEAN", DATETIME: "DATETIME", CATEGORY: "CATEGORY", MONEY: "MONEY", FILE: "FILE", PHONE: "PHONE", EMAIL: "EMAIL", IMAGE: "IMAGE", STATUS: "STATUS", JSON: "JSON", SYS_USER: "SYS_USER", FULL_NAME: "FULL_NAME", LINK: "LINK", SYS_COLLECTION: "SYS_COLLECTION", REF_ITEM: "REF_ITEM", ENUM: "ENUM", TABLE: "TABLE", ACCOUNT: "ACCOUNT", ROLE: "ROLE", REPORT: "REPORT", UUID: "UUID", EVENT: "EVENT", COLLECTION_TYPE: "COLLECTION_TYPE", SYS_DIRECTORY: "SYS_DIRECTORY"} as const

Type.

Type declaration

  • ACCOUNT: "ACCOUNT"

    Account.

  • BOOLEAN: "BOOLEAN"
  • CATEGORY: "CATEGORY"

    Category.

  • COLLECTION_TYPE: "COLLECTION_TYPE"

    Link to app type.

  • DATETIME: "DATETIME"

    Date and time.

  • EMAIL: "EMAIL"

    Email.

  • ENUM: "ENUM"

    Enumeration.

  • EVENT: "EVENT"

    Event.

  • FILE: "FILE"

    File.

  • FLOAT: "FLOAT"

    Floating-point number.

  • FULL_NAME: "FULL_NAME"

    Full name.

  • IMAGE: "IMAGE"

    Image.

  • INTEGER: "INTEGER"

    Integer.

  • JSON: "JSON"

    Arbitrary type (JSON).

  • LINK: "LINK"

    Link.

  • MONEY: "MONEY"

    Money.

  • PHONE: "PHONE"

    Phone.

  • REF_ITEM: "REF_ITEM"

    Link to an arbitrary app item

  • REPORT: "REPORT"

    Report.

  • ROLE: "ROLE"

    Role.

  • STATUS: "STATUS"

    Status.

  • STRING: "STRING"

    String.

  • SYS_COLLECTION: "SYS_COLLECTION"

    Link to an item of a specific app.

  • SYS_DIRECTORY: "SYS_DIRECTORY"

    Link to folder.

  • SYS_USER: "SYS_USER"

    User.

  • TABLE: "TABLE"

    Table.

  • UUID: "UUID"

    UUID.

Const PageSchemeType

PageSchemeType: object = {PAGE: "PAGE", NAMESPACE: "NAMESPACE", LINK: "LINK", APPLICATION: "APPLICATION", SEPARATOR: "SEPARATOR", PORTAL_PAGE: "PORTAL_PAGE", CONTRACT: "CONTRACT", REPORT: "REPORT"} as const

Page type.

Type declaration

  • APPLICATION: "APPLICATION"

    App.

  • CONTRACT: "CONTRACT"

    Contract.

  • LINK: "LINK"

    Link.

  • NAMESPACE: "NAMESPACE"

    Workspace.

  • PAGE: "PAGE"

    Page.

  • PORTAL_PAGE: "PORTAL_PAGE"

    Portal.

  • REPORT: "REPORT"

    Report.

  • SEPARATOR: "SEPARATOR"

    Separator.

Const PermissionsSchemeValueOrgUnitType

PermissionsSchemeValueOrgUnitType: object = {user: "user", group: "group", orgstruct: "orgstruct", role: "role"} as const

Org chart element type.

Type declaration

  • group: "group"

    Group.

  • orgstruct: "orgstruct"

    Org chart element.

  • role: "role"

    Role.

  • user: "user"

    User.

Const PermissionsSchemeValueType

PermissionsSchemeValueType: object = {read: "read", create: "create", update: "update", delete: "delete", assign: "assign", bpmanage: "bpmanage", export: "export", import: "import"} as const

Types of permissions.

Type declaration

  • assign: "assign"

    Assign Permissions.

  • bpmanage: "bpmanage"

    Business process management.

  • create: "create"

    Create.

  • delete: "delete"

    Delete.

  • export: "export"

    Export.

  • import: "import"

    Import.

  • read: "read"

    Read/Load.

  • update: "update"

    Edit.

Const SolutionSchemeItemKind

SolutionSchemeItemKind: object = {namespace: "namespace", extension: "extension"} as const

Solution content item type.

Type declaration

  • extension: "extension"

    Module (extension).

  • namespace: "namespace"

    Workspace.