Commit 88630000 by sujata

backend compoent

1 parent c4c9b7bf
Showing 71 changed files with 1465 additions and 131 deletions
{
"kind": "singleType",
"collectionName": "admission_sidebars",
"info": {
"singularName": "admission-sidebar",
"pluralName": "admission-sidebars",
"displayName": "AdmissionSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* admission-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::admission-sidebar.admission-sidebar');
'use strict';
/**
* admission-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::admission-sidebar.admission-sidebar');
'use strict';
/**
* admission-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::admission-sidebar.admission-sidebar');
{
"kind": "singleType",
"collectionName": "blogs",
"info": {
"singularName": "blog",
"pluralName": "blogs",
"displayName": "Blog"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* blog controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::blog.blog');
'use strict';
/**
* blog router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::blog.blog');
'use strict';
/**
* blog service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::blog.blog');
......@@ -20,6 +20,16 @@
"type": "component",
"component": "books-journals.books-list",
"repeatable": true
},
"LeadershipManagementList": {
"type": "component",
"component": "faculty.leadership-management-list",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
......@@ -16,14 +16,12 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"Image": {
"OverviewImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
......
{
"kind": "singleType",
"collectionName": "faculty_and_research_sidebars",
"info": {
"singularName": "faculty-and-research-sidebar",
"pluralName": "faculty-and-research-sidebars",
"displayName": "Faculty & Research Sidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* faculty-and-research-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
'use strict';
/**
* faculty-and-research-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
'use strict';
/**
* faculty-and-research-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::faculty-and-research-sidebar.faculty-and-research-sidebar');
......@@ -17,28 +17,24 @@
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"PlacementProcess": {
"PlacementProcessInfo": {
"type": "component",
"component": "placement.placement-process",
"repeatable": true
"component": "placement.placement-process-info",
"repeatable": false
},
"Clientel": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images"
]
"type": "component",
"component": "placement.clientel",
"repeatable": false
},
"SuccessBatchList": {
"SucessBatchList": {
"type": "component",
"component": "placement.success-batch-list",
"repeatable": true
"component": "placement.sucess-batch",
"repeatable": false
},
"seo": {
"type": "component",
......
{
"kind": "singleType",
"collectionName": "full_time_faculty_pages",
"info": {
"singularName": "full-time-faculty-page",
"pluralName": "full-time-faculty-pages",
"displayName": "Full Time Faculty Page"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"faculty_members": {
"type": "relation",
"relation": "oneToMany",
"target": "api::faculty-member.faculty-member"
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* full-time-faculty-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::full-time-faculty-page.full-time-faculty-page');
'use strict';
/**
* full-time-faculty-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::full-time-faculty-page.full-time-faculty-page');
'use strict';
/**
* full-time-faculty-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::full-time-faculty-page.full-time-faculty-page');
{
"kind": "singleType",
"collectionName": "hope_pages",
"info": {
"singularName": "hope-page",
"pluralName": "hope-pages",
"displayName": "HopePage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"ImageSlider": {
"type": "component",
"component": "dynamic-zone.image-slider",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* hope-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::hope-page.hope-page');
'use strict';
/**
* hope-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::hope-page.hope-page');
'use strict';
/**
* hope-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::hope-page.hope-page');
......@@ -16,13 +16,6 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Button": {
"type": "component",
"component": "cta.cta",
......@@ -32,6 +25,11 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
}
}
}
{
"kind": "singleType",
"collectionName": "infrastructure_sidebars",
"info": {
"singularName": "infrastructure-sidebar",
"pluralName": "infrastructure-sidebars",
"displayName": "InfrastructureSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* infrastructure-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::infrastructure-sidebar.infrastructure-sidebar');
'use strict';
/**
* infrastructure-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::infrastructure-sidebar.infrastructure-sidebar');
'use strict';
/**
* infrastructure-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::infrastructure-sidebar.infrastructure-sidebar');
......@@ -16,12 +16,10 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"LogoList": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images"
]
"RecruitersList": {
"type": "component",
"component": "placement.recruiters-list",
"repeatable": false
},
"seo": {
"type": "component",
......
{
"kind": "singleType",
"collectionName": "pgdm_sidebars",
"info": {
"singularName": "pgdm-sidebar",
"pluralName": "pgdm-sidebars",
"displayName": "PGDM Sidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"Link": {
"type": "component",
"component": "sidebar.links",
"repeatable": true
}
}
}
'use strict';
/**
* pgdm-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::pgdm-sidebar.pgdm-sidebar');
'use strict';
/**
* pgdm-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::pgdm-sidebar.pgdm-sidebar');
'use strict';
/**
* pgdm-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::pgdm-sidebar.pgdm-sidebar');
{
"kind": "singleType",
"collectionName": "placement_sidebars",
"info": {
"singularName": "placement-sidebar",
"pluralName": "placement-sidebars",
"displayName": "PlacementSidebar"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Title": {
"type": "string"
},
"LInk": {
"type": "component",
"component": "sidebar.links",
"repeatable": false
}
}
}
'use strict';
/**
* placement-sidebar controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::placement-sidebar.placement-sidebar');
'use strict';
/**
* placement-sidebar router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::placement-sidebar.placement-sidebar');
'use strict';
/**
* placement-sidebar service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::placement-sidebar.placement-sidebar');
......@@ -16,22 +16,25 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"PlacementList": {
"type": "component",
"component": "placement.placement-list",
"repeatable": true
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"HireIBA": {
"type": "component",
"component": "placement.hire-from-iba",
"repeatable": false
}
}
}
{
"kind": "singleType",
"collectionName": "press_coverages",
"info": {
"singularName": "press-coverage",
"pluralName": "press-coverages",
"displayName": "Press Coverage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"MediaCoverage": {
"type": "component",
"component": "press.media-coverage",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* press-coverage controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::press-coverage.press-coverage');
'use strict';
/**
* press-coverage router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::press-coverage.press-coverage');
'use strict';
/**
* press-coverage service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::press-coverage.press-coverage');
......@@ -16,15 +16,20 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"FestsList": {
"type": "component",
"component": "student-committees.fests-list",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"StudentAchievements": {
"type": "component",
"component": "campuslife.student-achievements",
"repeatable": false
}
}
}
......@@ -16,13 +16,6 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"ClubList": {
"type": "component",
"component": "student-committees.club-list",
......@@ -32,6 +25,11 @@
"type": "component",
"component": "shared.seo",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
}
}
}
......@@ -16,6 +16,11 @@
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Overview": {
"type": "component",
"component": "placement.overview",
"repeatable": false
},
"StudentCommitteesList": {
"type": "component",
"component": "student-committees.student-committees",
......
{
"kind": "singleType",
"collectionName": "testimonials",
"info": {
"singularName": "testimonial",
"pluralName": "testimonials",
"displayName": "Testimonial"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"component": "inner-banner.inner-banner",
"repeatable": false
},
"Testimonial": {
"type": "component",
"component": "testimonial.testimonial",
"repeatable": true
},
"seo": {
"type": "component",
"component": "shared.seo",
"repeatable": false
}
}
}
'use strict';
/**
* testimonial controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::testimonial.testimonial');
'use strict';
/**
* testimonial router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::testimonial.testimonial');
'use strict';
/**
* testimonial service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::testimonial.testimonial');
......@@ -9,7 +9,7 @@
"type": "string"
},
"AuthorName": {
"type": "text"
"type": "string"
},
"Details": {
"type": "customField",
......@@ -18,14 +18,18 @@
"preset": "defaultHtml"
}
},
"Image": {
"FrontImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
},
"BackImage": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
"images"
]
},
"Link": {
......
{
"collectionName": "components_campuslife_student_achievements",
"info": {
"displayName": "StudentAchievements"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"FestList": {
"type": "component",
"component": "student-committees.fests-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_faculty_leadership_management_lists",
"info": {
"displayName": "LeadershipManagementList"
},
"options": {},
"attributes": {
"Title": {
"type": "string"
},
"Description": {
"type": "text"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Link": {
"type": "string"
}
},
"config": {}
}
{
"collectionName": "components_placement_clientels",
"info": {
"displayName": "Clientel"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Image": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
}
},
"config": {}
}
{
"collectionName": "components_placement_hire_from_ibas",
"info": {
"displayName": "Hire from IBA"
},
"options": {},
"attributes": {
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
},
"Contact": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
},
"Houroperation": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
......@@ -8,7 +8,7 @@
"Details": {
"type": "component",
"component": "heading.heading",
"repeatable": true
"repeatable": false
},
"Image": {
"type": "media",
......
......@@ -10,8 +10,15 @@
"component": "heading.heading",
"repeatable": false
},
"VideoLink": {
"type": "text"
"videoId": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
{
"collectionName": "components_placement_overviews",
"info": {
"displayName": "Overview"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Description": {
"type": "customField",
"customField": "plugin::ckeditor5.CKEditor",
"options": {
"preset": "defaultHtml"
}
}
},
"config": {}
}
......@@ -6,13 +6,13 @@
"options": {},
"attributes": {
"PrePlacementTalk": {
"type": "text"
"type": "string"
},
"FinalPlacementProcess": {
"type": "text"
"type": "string"
},
"SummerInternshipProcess": {
"type": "text"
"type": "string"
}
},
"config": {}
......
{
"collectionName": "components_placement_placement_process_infos",
"info": {
"displayName": "PlacementProcessInfo"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"PlacementProcess": {
"type": "component",
"component": "placement.placement-process",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_placement_recruiters_lists",
"info": {
"displayName": "RecruitersList"
},
"options": {},
"attributes": {
"logos": {
"type": "media",
"multiple": true,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
},
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
},
"config": {}
}
......@@ -15,6 +15,13 @@
"type": "component",
"component": "cta.cta",
"repeatable": false
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
{
"collectionName": "components_placement_sucess_batches",
"info": {
"displayName": "SucessBatch"
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"SucessBatchList": {
"type": "component",
"component": "placement.success-batch-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_press_media_coverages",
"info": {
"displayName": "MediaCoverage"
},
"options": {},
"attributes": {
"Heading": {
"type": "string"
},
"newList": {
"type": "component",
"component": "press.new-list",
"repeatable": true
}
},
"config": {}
}
{
"collectionName": "components_press_new_lists",
"info": {
"displayName": "newList"
},
"options": {},
"attributes": {
"Name": {
"type": "string"
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images",
"files",
"videos",
"audios"
]
}
},
"config": {}
}
......@@ -12,11 +12,10 @@
"images"
]
},
"Title": {
"type": "string"
},
"Description": {
"type": "text"
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
}
},
"config": {}
......
......@@ -6,7 +6,7 @@
"options": {},
"attributes": {
"FestName": {
"type": "text"
"type": "string"
},
"Link": {
"type": "string"
......
......@@ -15,6 +15,13 @@
"type": "component",
"component": "student-committees.vertical-list",
"repeatable": true
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
......
......@@ -5,6 +5,11 @@
},
"options": {},
"attributes": {
"Heading": {
"type": "component",
"component": "heading.heading",
"repeatable": false
},
"Title": {
"type": "string"
},
......
{
"collectionName": "components_testimonial_testimonials",
"info": {
"displayName": "Testimonial"
},
"options": {},
"attributes": {
"Name": {
"type": "string"
},
"Batch": {
"type": "string"
},
"Message": {
"type": "text"
},
"Designation": {
"type": "string"
},
"Location": {
"type": "string"
},
"Category": {
"type": "enumeration",
"enum": [
"Alumni",
"Visitors",
"Guests"
]
},
"Image": {
"type": "media",
"multiple": false,
"allowedTypes": [
"images"
]
}
},
"config": {}
}
......@@ -101,7 +101,8 @@ export interface BooksJournalsBooksList extends Struct.ComponentSchema {
displayName: 'BooksList';
};
attributes: {
AuthorName: Schema.Attribute.Text;
AuthorName: Schema.Attribute.String;
BackImage: Schema.Attribute.Media<'images'>;
Details: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
......@@ -109,12 +110,23 @@ export interface BooksJournalsBooksList extends Struct.ComponentSchema {
preset: 'defaultHtml';
}
>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
FrontImage: Schema.Attribute.Media<'images'>;
Link: Schema.Attribute.String;
Name: Schema.Attribute.String;
};
}
export interface CampuslifeStudentAchievements extends Struct.ComponentSchema {
collectionName: 'components_campuslife_student_achievements';
info: {
displayName: 'StudentAchievements';
};
attributes: {
FestList: Schema.Attribute.Component<'student-committees.fests-list', true>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
export interface CtaCta extends Struct.ComponentSchema {
collectionName: 'components_cta_ctas';
info: {
......@@ -263,6 +275,20 @@ export interface FacultyFacultyList extends Struct.ComponentSchema {
};
}
export interface FacultyLeadershipManagementList
extends Struct.ComponentSchema {
collectionName: 'components_faculty_leadership_management_lists';
info: {
displayName: 'LeadershipManagementList';
};
attributes: {
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Link: Schema.Attribute.String;
Title: Schema.Attribute.String;
};
}
export interface FacultyNotableResearch extends Struct.ComponentSchema {
collectionName: 'components_faculty_notable_researches';
info: {
......@@ -399,13 +425,51 @@ export interface InnerBannerInnerBanner extends Struct.ComponentSchema {
};
}
export interface PlacementClientel extends Struct.ComponentSchema {
collectionName: 'components_placement_clientels';
info: {
displayName: 'Clientel';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true
>;
};
}
export interface PlacementHireFromIba extends Struct.ComponentSchema {
collectionName: 'components_placement_hire_from_ibas';
info: {
displayName: 'Hire from IBA';
};
attributes: {
Contact: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Houroperation: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface PlacementInterfacing extends Struct.ComponentSchema {
collectionName: 'components_placement_interfacings';
info: {
displayName: 'Interfacing';
};
attributes: {
Details: Schema.Attribute.Component<'heading.heading', true>;
Details: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images', true>;
};
}
......@@ -417,7 +481,25 @@ export interface PlacementMentoring extends Struct.ComponentSchema {
};
attributes: {
Details: Schema.Attribute.Component<'heading.heading', false>;
VideoLink: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
videoId: Schema.Attribute.String;
};
}
export interface PlacementOverview extends Struct.ComponentSchema {
collectionName: 'components_placement_overviews';
info: {
displayName: 'Overview';
};
attributes: {
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
};
}
......@@ -427,9 +509,9 @@ export interface PlacementPlacementList extends Struct.ComponentSchema {
displayName: 'PlacementList';
};
attributes: {
FinalPlacementProcess: Schema.Attribute.Text;
PrePlacementTalk: Schema.Attribute.Text;
SummerInternshipProcess: Schema.Attribute.Text;
FinalPlacementProcess: Schema.Attribute.String;
PrePlacementTalk: Schema.Attribute.String;
SummerInternshipProcess: Schema.Attribute.String;
};
}
......@@ -445,6 +527,34 @@ export interface PlacementPlacementProcess extends Struct.ComponentSchema {
};
}
export interface PlacementPlacementProcessInfo extends Struct.ComponentSchema {
collectionName: 'components_placement_placement_process_infos';
info: {
displayName: 'PlacementProcessInfo';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
PlacementProcess: Schema.Attribute.Component<
'placement.placement-process',
true
>;
};
}
export interface PlacementRecruitersList extends Struct.ComponentSchema {
collectionName: 'components_placement_recruiters_lists';
info: {
displayName: 'RecruitersList';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
logos: Schema.Attribute.Media<
'images' | 'files' | 'videos' | 'audios',
true
>;
};
}
export interface PlacementSuccessBatchList extends Struct.ComponentSchema {
collectionName: 'components_placement_success_batch_lists';
info: {
......@@ -454,6 +564,43 @@ export interface PlacementSuccessBatchList extends Struct.ComponentSchema {
Button: Schema.Attribute.Component<'cta.cta', false>;
Description: Schema.Attribute.Text;
Heading: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface PlacementSucessBatch extends Struct.ComponentSchema {
collectionName: 'components_placement_sucess_batches';
info: {
displayName: 'SucessBatch';
};
attributes: {
Heading: Schema.Attribute.Component<'heading.heading', false>;
SucessBatchList: Schema.Attribute.Component<
'placement.success-batch-list',
true
>;
};
}
export interface PressMediaCoverage extends Struct.ComponentSchema {
collectionName: 'components_press_media_coverages';
info: {
displayName: 'MediaCoverage';
};
attributes: {
Heading: Schema.Attribute.String;
newList: Schema.Attribute.Component<'press.new-list', true>;
};
}
export interface PressNewList extends Struct.ComponentSchema {
collectionName: 'components_press_new_lists';
info: {
displayName: 'newList';
};
attributes: {
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Name: Schema.Attribute.String;
};
}
......@@ -654,9 +801,8 @@ export interface StudentCommitteesClubList extends Struct.ComponentSchema {
displayName: 'ClubList';
};
attributes: {
Description: Schema.Attribute.Text;
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images'>;
Title: Schema.Attribute.String;
};
}
......@@ -666,7 +812,7 @@ export interface StudentCommitteesFestList extends Struct.ComponentSchema {
displayName: 'FestList';
};
attributes: {
FestName: Schema.Attribute.Text;
FestName: Schema.Attribute.String;
Link: Schema.Attribute.String;
};
}
......@@ -679,6 +825,7 @@ export interface StudentCommitteesFestsList extends Struct.ComponentSchema {
attributes: {
CollegeName: Schema.Attribute.String;
FestName: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
VerticalList: Schema.Attribute.Component<
'student-committees.vertical-list',
true
......@@ -700,6 +847,7 @@ export interface StudentCommitteesStudentCommittees
preset: 'defaultHtml';
}
>;
Heading: Schema.Attribute.Component<'heading.heading', false>;
Image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'>;
Title: Schema.Attribute.String;
};
......@@ -717,6 +865,22 @@ export interface StudentCommitteesVerticalList extends Struct.ComponentSchema {
};
}
export interface TestimonialTestimonial extends Struct.ComponentSchema {
collectionName: 'components_testimonial_testimonials';
info: {
displayName: 'Testimonial';
};
attributes: {
Batch: Schema.Attribute.String;
Category: Schema.Attribute.Enumeration<['Alumni', 'Visitors', 'Guests']>;
Designation: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
Location: Schema.Attribute.String;
Message: Schema.Attribute.Text;
Name: Schema.Attribute.String;
};
}
declare module '@strapi/strapi' {
export module Public {
export interface ComponentSchemas {
......@@ -729,6 +893,7 @@ declare module '@strapi/strapi' {
'aboutus.videolist': AboutusVideolist;
'aboutus.vission': AboutusVission;
'books-journals.books-list': BooksJournalsBooksList;
'campuslife.student-achievements': CampuslifeStudentAchievements;
'cta.cta': CtaCta;
'dynamic-zone.description': DynamicZoneDescription;
'dynamic-zone.dynamic-zone': DynamicZoneDynamicZone;
......@@ -740,6 +905,7 @@ declare module '@strapi/strapi' {
'faculty.coordinator-details': FacultyCoordinatorDetails;
'faculty.details': FacultyDetails;
'faculty.faculty-list': FacultyFacultyList;
'faculty.leadership-management-list': FacultyLeadershipManagementList;
'faculty.notable-research': FacultyNotableResearch;
'faculty.overview': FacultyOverview;
'faculty.papers-presented': FacultyPapersPresented;
......@@ -750,11 +916,19 @@ declare module '@strapi/strapi' {
'home.lifeat-iba': HomeLifeatIba;
'home.overview': HomeOverview;
'inner-banner.inner-banner': InnerBannerInnerBanner;
'placement.clientel': PlacementClientel;
'placement.hire-from-iba': PlacementHireFromIba;
'placement.interfacing': PlacementInterfacing;
'placement.mentoring': PlacementMentoring;
'placement.overview': PlacementOverview;
'placement.placement-list': PlacementPlacementList;
'placement.placement-process': PlacementPlacementProcess;
'placement.placement-process-info': PlacementPlacementProcessInfo;
'placement.recruiters-list': PlacementRecruitersList;
'placement.success-batch-list': PlacementSuccessBatchList;
'placement.sucess-batch': PlacementSucessBatch;
'press.media-coverage': PressMediaCoverage;
'press.new-list': PressNewList;
'second-dynamic-section.card': SecondDynamicSectionCard;
'second-dynamic-section.card-slider': SecondDynamicSectionCardSlider;
'second-dynamic-section.faq': SecondDynamicSectionFaq;
......@@ -774,6 +948,7 @@ declare module '@strapi/strapi' {
'student-committees.fests-list': StudentCommitteesFestsList;
'student-committees.student-committees': StudentCommitteesStudentCommittees;
'student-committees.vertical-list': StudentCommitteesVerticalList;
'testimonial.testimonial': TestimonialTestimonial;
}
}
}
......@@ -444,6 +444,36 @@ export interface ApiAcademicCouncilAcademicCouncil
};
}
export interface ApiAdmissionSidebarAdmissionSidebar
extends Struct.SingleTypeSchema {
collectionName: 'admission_sidebars';
info: {
displayName: 'AdmissionSidebar';
pluralName: 'admission-sidebars';
singularName: 'admission-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Link: Schema.Attribute.Component<'sidebar.links', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::admission-sidebar.admission-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiAdmissionAdmission extends Struct.CollectionTypeSchema {
collectionName: 'admissions';
info: {
......@@ -631,6 +661,32 @@ export interface ApiBangaloreSustainabilityPageBangaloreSustainabilityPage
};
}
export interface ApiBlogBlog extends Struct.SingleTypeSchema {
collectionName: 'blogs';
info: {
displayName: 'Blog';
pluralName: 'blogs';
singularName: 'blog';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<'oneToMany', 'api::blog.blog'> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiBooksAndJournalsPageBooksAndJournalsPage
extends Struct.SingleTypeSchema {
collectionName: 'books_and_journals_pages';
......@@ -651,6 +707,10 @@ export interface ApiBooksAndJournalsPageBooksAndJournalsPage
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
LeadershipManagementList: Schema.Attribute.Component<
'faculty.leadership-management-list',
true
>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
......@@ -658,6 +718,7 @@ export interface ApiBooksAndJournalsPageBooksAndJournalsPage
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
......@@ -832,20 +893,14 @@ export interface ApiCorporateInternshipCorporateInternship
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Image: Schema.Attribute.Media<'images'>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::corporate-internship.corporate-internship'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'placement.overview', false>;
OverviewImage: Schema.Attribute.Media<'images'>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
......@@ -1185,6 +1240,36 @@ export interface ApiEventsSidebarEventsSidebar
};
}
export interface ApiFacultyAndResearchSidebarFacultyAndResearchSidebar
extends Struct.SingleTypeSchema {
collectionName: 'faculty_and_research_sidebars';
info: {
displayName: 'Faculty & Research Sidebar';
pluralName: 'faculty-and-research-sidebars';
singularName: 'faculty-and-research-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Link: Schema.Attribute.Component<'sidebar.links', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::faculty-and-research-sidebar.faculty-and-research-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiFacultyMemberFacultyMember
extends Struct.CollectionTypeSchema {
collectionName: 'faculty_members';
......@@ -1306,7 +1391,7 @@ export interface ApiFinalPlacementsPageFinalPlacementsPage
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
Clientel: Schema.Attribute.Media<'images', true>;
Clientel: Schema.Attribute.Component<'placement.clientel', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
......@@ -1316,22 +1401,16 @@ export interface ApiFinalPlacementsPageFinalPlacementsPage
'api::final-placements-page.final-placements-page'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
PlacementProcess: Schema.Attribute.Component<
'placement.placement-process',
true
Overview: Schema.Attribute.Component<'placement.overview', false>;
PlacementProcessInfo: Schema.Attribute.Component<
'placement.placement-process-info',
false
>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
SuccessBatchList: Schema.Attribute.Component<
'placement.success-batch-list',
true
SucessBatchList: Schema.Attribute.Component<
'placement.sucess-batch',
false
>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
......@@ -1384,6 +1463,47 @@ export interface ApiFounderChairmanMessageFounderChairmanMessage
};
}
export interface ApiFullTimeFacultyPageFullTimeFacultyPage
extends Struct.SingleTypeSchema {
collectionName: 'full_time_faculty_pages';
info: {
displayName: 'Full Time Faculty Page';
pluralName: 'full-time-faculty-pages';
singularName: 'full-time-faculty-page';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
faculty_members: Schema.Attribute.Relation<
'oneToMany',
'api::faculty-member.faculty-member'
>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::full-time-faculty-page.full-time-faculty-page'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiGlobalVideoLIstGlobalVideoLIst
extends Struct.SingleTypeSchema {
collectionName: 'global_video_l_ists';
......@@ -1444,6 +1564,37 @@ export interface ApiHomePageHomePage extends Struct.SingleTypeSchema {
};
}
export interface ApiHopePageHopePage extends Struct.SingleTypeSchema {
collectionName: 'hope_pages';
info: {
displayName: 'HopePage';
pluralName: 'hope-pages';
singularName: 'hope-page';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
ImageSlider: Schema.Attribute.Component<'dynamic-zone.image-slider', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::hope-page.hope-page'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiIbaMarketingForumIbaMarketingForum
extends Struct.SingleTypeSchema {
collectionName: 'iba_marketing_forums';
......@@ -1502,13 +1653,7 @@ export interface ApiIbaSoapBoxIbaSoapBox extends Struct.SingleTypeSchema {
'api::iba-soap-box.iba-soap-box'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
......@@ -1517,6 +1662,36 @@ export interface ApiIbaSoapBoxIbaSoapBox extends Struct.SingleTypeSchema {
};
}
export interface ApiInfrastructureSidebarInfrastructureSidebar
extends Struct.SingleTypeSchema {
collectionName: 'infrastructure_sidebars';
info: {
displayName: 'InfrastructureSidebar';
pluralName: 'infrastructure-sidebars';
singularName: 'infrastructure-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Link: Schema.Attribute.Component<'sidebar.links', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::infrastructure-sidebar.infrastructure-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiInfrastructureInfrastructure
extends Struct.CollectionTypeSchema {
collectionName: 'infrastructures';
......@@ -1629,8 +1804,11 @@ export interface ApiListOfRecruiterListOfRecruiter
'api::list-of-recruiter.list-of-recruiter'
> &
Schema.Attribute.Private;
LogoList: Schema.Attribute.Media<'images', true>;
publishedAt: Schema.Attribute.DateTime;
RecruitersList: Schema.Attribute.Component<
'placement.recruiters-list',
false
>;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
......@@ -1871,6 +2049,65 @@ export interface ApiPgdmCurriculumPgdmCurriculum
};
}
export interface ApiPgdmSidebarPgdmSidebar extends Struct.SingleTypeSchema {
collectionName: 'pgdm_sidebars';
info: {
displayName: 'PGDM Sidebar';
pluralName: 'pgdm-sidebars';
singularName: 'pgdm-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Link: Schema.Attribute.Component<'sidebar.links', true>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::pgdm-sidebar.pgdm-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiPlacementSidebarPlacementSidebar
extends Struct.SingleTypeSchema {
collectionName: 'placement_sidebars';
info: {
displayName: 'PlacementSidebar';
pluralName: 'placement-sidebars';
singularName: 'placement-sidebar';
};
options: {
draftAndPublish: true;
};
attributes: {
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
LInk: Schema.Attribute.Component<'sidebar.links', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::placement-sidebar.placement-sidebar'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
Title: Schema.Attribute.String;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiPlacementsCalendarPlacementsCalendar
extends Struct.SingleTypeSchema {
collectionName: 'placements_calendars';
......@@ -1887,19 +2124,14 @@ export interface ApiPlacementsCalendarPlacementsCalendar
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
HireIBA: Schema.Attribute.Component<'placement.hire-from-iba', false>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::placements-calendar.placements-calendar'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'placement.overview', false>;
PlacementList: Schema.Attribute.Component<'placement.placement-list', true>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
......@@ -1909,6 +2141,37 @@ export interface ApiPlacementsCalendarPlacementsCalendar
};
}
export interface ApiPressCoveragePressCoverage extends Struct.SingleTypeSchema {
collectionName: 'press_coverages';
info: {
displayName: 'Press Coverage';
pluralName: 'press-coverages';
singularName: 'press-coverage';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::press-coverage.press-coverage'
> &
Schema.Attribute.Private;
MediaCoverage: Schema.Attribute.Component<'press.media-coverage', true>;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiResearchAndPublicationsPageResearchAndPublicationsPage
extends Struct.SingleTypeSchema {
collectionName: 'research_and_publications_pages';
......@@ -1975,18 +2238,19 @@ export interface ApiStudentAchievementStudentAchievement
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
FestsList: Schema.Attribute.Component<
'student-committees.fests-list',
true
>;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::student-achievement.student-achievement'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
StudentAchievements: Schema.Attribute.Component<
'campuslife.student-achievements',
false
>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
......@@ -2015,13 +2279,7 @@ export interface ApiStudentClubStudentClub extends Struct.SingleTypeSchema {
'api::student-club.student-club'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'defaultHtml';
}
>;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
updatedAt: Schema.Attribute.DateTime;
......@@ -2053,6 +2311,7 @@ export interface ApiStudentCommitteesPageStudentCommitteesPage
'api::student-committees-page.student-committees-page'
> &
Schema.Attribute.Private;
Overview: Schema.Attribute.Component<'placement.overview', false>;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
StudentCommitteesList: Schema.Attribute.Component<
......@@ -2065,6 +2324,36 @@ export interface ApiStudentCommitteesPageStudentCommitteesPage
};
}
export interface ApiTestimonialTestimonial extends Struct.SingleTypeSchema {
collectionName: 'testimonials';
info: {
displayName: 'Testimonial';
pluralName: 'testimonials';
singularName: 'testimonial';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'inner-banner.inner-banner', false>;
createdAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::testimonial.testimonial'
> &
Schema.Attribute.Private;
publishedAt: Schema.Attribute.DateTime;
seo: Schema.Attribute.Component<'shared.seo', false>;
Testimonial: Schema.Attribute.Component<'testimonial.testimonial', true>;
updatedAt: Schema.Attribute.DateTime;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
};
}
export interface ApiTheGoverningCouncilTheGoverningCouncil
extends Struct.SingleTypeSchema {
collectionName: 'the_governing_councils';
......@@ -2646,11 +2935,13 @@ declare module '@strapi/strapi' {
'admin::user': AdminUser;
'api::about-sidebar.about-sidebar': ApiAboutSidebarAboutSidebar;
'api::academic-council.academic-council': ApiAcademicCouncilAcademicCouncil;
'api::admission-sidebar.admission-sidebar': ApiAdmissionSidebarAdmissionSidebar;
'api::admission.admission': ApiAdmissionAdmission;
'api::advanced-placement-page.advanced-placement-page': ApiAdvancedPlacementPageAdvancedPlacementPage;
'api::aicte-page.aicte-page': ApiAictePageAictePage;
'api::alumni-sidebar.alumni-sidebar': ApiAlumniSidebarAlumniSidebar;
'api::bangalore-sustainability-page.bangalore-sustainability-page': ApiBangaloreSustainabilityPageBangaloreSustainabilityPage;
'api::blog.blog': ApiBlogBlog;
'api::books-and-journals-page.books-and-journals-page': ApiBooksAndJournalsPageBooksAndJournalsPage;
'api::campus-life-sidebar.campus-life-sidebar': ApiCampusLifeSidebarCampusLifeSidebar;
'api::centers-of-excellence-page.centers-of-excellence-page': ApiCentersOfExcellencePageCentersOfExcellencePage;
......@@ -2666,13 +2957,17 @@ declare module '@strapi/strapi' {
'api::event-page.event-page': ApiEventPageEventPage;
'api::event.event': ApiEventEvent;
'api::events-sidebar.events-sidebar': ApiEventsSidebarEventsSidebar;
'api::faculty-and-research-sidebar.faculty-and-research-sidebar': ApiFacultyAndResearchSidebarFacultyAndResearchSidebar;
'api::faculty-member.faculty-member': ApiFacultyMemberFacultyMember;
'api::final-placements-page.final-placements-page': ApiFinalPlacementsPageFinalPlacementsPage;
'api::founder-chairman-message.founder-chairman-message': ApiFounderChairmanMessageFounderChairmanMessage;
'api::full-time-faculty-page.full-time-faculty-page': ApiFullTimeFacultyPageFullTimeFacultyPage;
'api::global-video-l-ist.global-video-l-ist': ApiGlobalVideoLIstGlobalVideoLIst;
'api::home-page.home-page': ApiHomePageHomePage;
'api::hope-page.hope-page': ApiHopePageHopePage;
'api::iba-marketing-forum.iba-marketing-forum': ApiIbaMarketingForumIbaMarketingForum;
'api::iba-soap-box.iba-soap-box': ApiIbaSoapBoxIbaSoapBox;
'api::infrastructure-sidebar.infrastructure-sidebar': ApiInfrastructureSidebarInfrastructureSidebar;
'api::infrastructure.infrastructure': ApiInfrastructureInfrastructure;
'api::international-accreditation.international-accreditation': ApiInternationalAccreditationInternationalAccreditation;
'api::list-of-recruiter.list-of-recruiter': ApiListOfRecruiterListOfRecruiter;
......@@ -2682,11 +2977,15 @@ declare module '@strapi/strapi' {
'api::mission-vision-page.mission-vision-page': ApiMissionVisionPageMissionVisionPage;
'api::nba-accreditation.nba-accreditation': ApiNbaAccreditationNbaAccreditation;
'api::pgdm-curriculum.pgdm-curriculum': ApiPgdmCurriculumPgdmCurriculum;
'api::pgdm-sidebar.pgdm-sidebar': ApiPgdmSidebarPgdmSidebar;
'api::placement-sidebar.placement-sidebar': ApiPlacementSidebarPlacementSidebar;
'api::placements-calendar.placements-calendar': ApiPlacementsCalendarPlacementsCalendar;
'api::press-coverage.press-coverage': ApiPressCoveragePressCoverage;
'api::research-and-publications-page.research-and-publications-page': ApiResearchAndPublicationsPageResearchAndPublicationsPage;
'api::student-achievement.student-achievement': ApiStudentAchievementStudentAchievement;
'api::student-club.student-club': ApiStudentClubStudentClub;
'api::student-committees-page.student-committees-page': ApiStudentCommitteesPageStudentCommitteesPage;
'api::testimonial.testimonial': ApiTestimonialTestimonial;
'api::the-governing-council.the-governing-council': ApiTheGoverningCouncilTheGoverningCouncil;
'api::visiting-faculty-page.visiting-faculty-page': ApiVisitingFacultyPageVisitingFacultyPage;
'plugin::content-releases.release': PluginContentReleasesRelease;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!