File

src/app/form.constants.ts

Index

Properties

Properties

Static BOARD_ALIAS
Type : FormRequest
Default value : { type: 'config', subType: 'boardAlias', action: 'get', component: 'app' }
Static CONSENT_DECLARATION
Type : FormRequest
Default value : { type: 'dynamicForm', subType: 'consentDeclaration_v3', action: 'submit', component: 'app' }
Static CONTACT_INFO
Type : FormRequest
Default value : { type: 'form', subType: 'boardContactInfo', action: 'get', component: 'app' }
Static CONTENT_AGGREGATOR
Type : FormRequest
Default value : { type: 'config', subType: 'default', action: 'get', component: 'app', }
Static CONTENT_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'content_v2', action: 'filter', }
Static CONTENT_FEEDBACK
Type : FormRequest
Default value : { type: 'contentfeedback', subType: 'en', action: 'get' }
Static DEEPLINK_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'deeplink', action: 'get' }
Static DYNAMIC_CONTENT_REQUEST
Type : FormRequest
Default value : { type: 'dynamicForm', subType: 'contentRequest', action: 'submit', component: 'app' }
Static DYNAMIC_FORM_CONFIG
Type : FormRequest
Default value : { type: 'dynamicform', subType: 'support_v2', action: 'get', component: 'app' }
Static EXTERNAL_ID_VERIFICATION
Type : FormRequest
Default value : { type: 'user', subType: 'externalIdVerification', action: 'onboarding', from: CachedItemRequestSourceFrom.SERVER, }
Static FACET_FILTERS
Type : FormRequest
Default value : { type: 'filterConfig', subType: 'default', action: 'get', component: 'app' }
Static FRAMEWORK_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'frameworkCategory', action: 'get', component: 'app', }
Static LOCATION_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'location', action: 'get', }
Static LOCATION_DETAILS
Type : FormRequest
Default value : { type: 'config', subType: 'locationDetails', action: 'get' }
Static LOCATION_MAPPING
Type : FormRequest
Default value : { type: 'profileConfig_v2', subType: 'default', action: 'get' }
Static LOGIN_CONFIG
Type : FormRequest
Default value : { from: CachedItemRequestSourceFrom.SERVER, type: 'config', subType: 'login_v2', action: 'get' }
Static MANAGED_USER
Type : FormRequest
Default value : { type: 'user', subType: 'manageduser', action: 'create', component: 'app' }
Static ML_HOME_CATEGORIES
Type : FormRequest
Default value : { type: 'category', subType: 'targetedCategory', action: 'homeListing' }
Static NOTIFICATION
Type : FormRequest
Default value : { type: 'config', subType: 'notification', action: 'get', component: 'app' }
Static PAGEASSEMBLE_FILTER_COURSE
Type : FormRequest
Default value : { type: 'pageassemble', subType: 'course', action: 'filter_v2', }
Static PAGEASSEMBLE_FILTER_LIBRARY
Type : FormRequest
Default value : { type: 'pageassemble', subType: 'library', action: 'filter_v2', }
Static PDF_PLAYER_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'pdfPlayer_v2', action: 'get', }
Static PROJECT_CREATE_META
Type : FormRequest
Default value : { type: 'user', subType: 'project', action: 'create' }
Static SEARCH_FILTER
Type : FormRequest
Default value : { type: 'config', subType: 'search', action: 'filter_v3', component: 'app' }
Static SEARCH_FILTER_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'search', action: 'facet_filter', component: 'app' }
Static SEGMENTATION
Type : FormRequest
Default value : { type: 'config', subType: 'segmentation_v2', action: 'get', component: 'app' }
Static SELF_DECLARATION
Type : FormRequest
Default value : { from: CachedItemRequestSourceFrom.SERVER, type: 'user', subType: 'selfDeclaration_v3', action: 'submit', component: 'app' }
Static SUPPORTED_URL_REGEX
Type : FormRequest
Default value : { type: 'config', subType: 'supportedUrlRegex', action: 'get' }
Static SUPPORTED_USER_TYPES
Type : FormRequest
Default value : { type: 'config', subType: 'userType_v2', action: 'get', component: 'app' }
Static TASK_CREATE_META
Type : FormRequest
Default value : { type: 'user', subType: 'project', action: 'createTask' }
Static TENANT_PERSONAINFO
Type : FormRequest
Default value : { type: 'user', subType: 'tenantPersonaInfo_v2', action: 'get', component: 'app' }
Static UPGRADE_INFO
Type : FormRequest
Default value : { type: 'app', subType: 'install', action: 'upgrade' }
Static UTILITY_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'utility', action: 'get', component: 'app' }
Static VENDOR_APPS_CONFIG
Type : FormRequest
Default value : { type: 'config', subType: 'vendorapps', action: 'get', component: 'app', }
Static WEBVIEW_VERSION
Type : FormRequest
Default value : { type: 'config', subType: 'webview_version', action: 'get', }
import { CachedItemRequestSourceFrom, FormRequest } from '@project-sunbird/sunbird-sdk';

export class FormConstants {
    public static  SELF_DECLARATION: FormRequest = {
        from: CachedItemRequestSourceFrom.SERVER,
        type: 'user',
        subType: 'selfDeclaration_v3',
        action: 'submit',
        component: 'app'
    };

    public static  TENANT_PERSONAINFO: FormRequest = {
        type: 'user',
        subType: 'tenantPersonaInfo_v2',
        action: 'get',
        component: 'app'
    };

    public static  SUPPORTED_USER_TYPES: FormRequest = {
        type: 'config',
        subType: 'userType_v2',
        action: 'get',
        component: 'app'
    };

    public static  SEARCH_FILTER: FormRequest = {
        type: 'config',
        subType: 'search',
        action: 'filter_v3',
        component: 'app'
    };

    public static  LOCATION_DETAILS: FormRequest = {
        type: 'config',
        subType: 'locationDetails',
        action: 'get'
    };

    public static LOCATION_MAPPING: FormRequest = {
        type: 'profileConfig_v2',
        subType: 'default',
        action: 'get'
    };

    public static  DEEPLINK_CONFIG: FormRequest = {
        type: 'config',
        subType: 'deeplink',
        action: 'get'
    };

    public static  UTILITY_CONFIG: FormRequest = {
        type: 'config',
        subType: 'utility',
        action: 'get',
        component: 'app'
    };

    public static  VENDOR_APPS_CONFIG: FormRequest = {
        type: 'config',
        subType: 'vendorapps',
        action: 'get',
        component: 'app',
    };

    public static  PROJECT_CREATE_META: FormRequest = {
        type: 'user',
        subType: 'project',
        action: 'create'
    };

    public static  TASK_CREATE_META: FormRequest = {
        type: 'user',
        subType: 'project',
        action: 'createTask'
    };
    public static ML_HOME_CATEGORIES: FormRequest = {
        type: 'category',
        subType: 'targetedCategory',
        action: 'homeListing'
    };
    public static SEGMENTATION: FormRequest = {
        type: 'config',
        subType: 'segmentation_v2',
        action: 'get',
        component: 'app'
    };

    public static FACET_FILTERS: FormRequest = {
        type: 'filterConfig',
        subType: 'default',
        action: 'get',
        component: 'app'
    };

    public static CONTENT_FEEDBACK: FormRequest = {
        type: 'contentfeedback',
        subType: 'en',
        action: 'get'
    };

    public static MANAGED_USER: FormRequest = {
        type: 'user',
        subType: 'manageduser',
        action: 'create',
        component: 'app'
    };

    public static LOGIN_CONFIG: FormRequest = {
        from: CachedItemRequestSourceFrom.SERVER,
        type: 'config',
        subType: 'login_v2',
        action: 'get'
    };

    public static UPGRADE_INFO: FormRequest = {
        type: 'app',
        subType: 'install',
        action: 'upgrade'
    };

    public static PAGEASSEMBLE_FILTER_COURSE: FormRequest = {
        type: 'pageassemble',
        subType: 'course',
        action: 'filter_v2',
    };

    public static PAGEASSEMBLE_FILTER_LIBRARY: FormRequest = {
        type: 'pageassemble',
        subType: 'library',
        action: 'filter_v2',
    };

    public static SUPPORTED_URL_REGEX: FormRequest = {
        type: 'config',
        subType: 'supportedUrlRegex',
        action: 'get'
    };

    public static LOCATION_CONFIG: FormRequest = {
        type: 'config',
        subType: 'location',
        action: 'get',
    };

    public static PDF_PLAYER_CONFIG: FormRequest = {
        type: 'config',
        subType: 'pdfPlayer_v2',
        action: 'get',
    };

    public static CONTENT_CONFIG: FormRequest = {
        type: 'config',
        subType: 'content_v2',
        action: 'filter',
    };

    public static EXTERNAL_ID_VERIFICATION: FormRequest = {
        type: 'user',
        subType: 'externalIdVerification',
        action: 'onboarding',
        from: CachedItemRequestSourceFrom.SERVER,
    };

    public static WEBVIEW_VERSION: FormRequest = {
        type: 'config',
        subType: 'webview_version',
        action: 'get',
    };

    public static DYNAMIC_FORM_CONFIG: FormRequest = {
        type: 'dynamicform',
        subType: 'support_v2',
        action: 'get',
        component: 'app'
    };

    public static CONTACT_INFO: FormRequest = {
        type: 'form',
        subType: 'boardContactInfo',
        action: 'get',
        component: 'app'
    };

    public static DYNAMIC_CONTENT_REQUEST: FormRequest = {
        type: 'dynamicForm',
        subType: 'contentRequest',
        action: 'submit',
        component: 'app'
    };

    public static CONSENT_DECLARATION: FormRequest = {
        type: 'dynamicForm',
        subType: 'consentDeclaration_v3',
        action: 'submit',
        component: 'app'
    };

    public static NOTIFICATION: FormRequest = {
        type: 'config',
        subType: 'notification',
        action: 'get',
        component: 'app'
    };

    public static BOARD_ALIAS: FormRequest = {
        type: 'config',
        subType: 'boardAlias',
        action: 'get',
        component: 'app'
    };

    public static SEARCH_FILTER_CONFIG: FormRequest = {
        type: 'config',
        subType: 'search',
        action: 'facet_filter',
        component: 'app'
    };

    public static CONTENT_AGGREGATOR: FormRequest = {
        type: 'config',
        subType: 'default',
        action: 'get',
        component: 'app',
    };

    public static FRAMEWORK_CONFIG: FormRequest = {
        type: 'config',
        subType: 'frameworkCategory',
        action: 'get',
        component: 'app',
    };
}

results matching ""

    No results matching ""