Commit 7c48c0ca by sujata

add 4 page backend

1 parent c5b32c04
{
"kind": "singleType",
"collectionName": "bespoke_services_pages",
"info": {
"singularName": "bespoke-services-page",
"pluralName": "bespoke-services-pages",
"displayName": "BespokeServicesPage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"BespokeDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* bespoke-services-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::bespoke-services-page.bespoke-services-page');
'use strict';
/**
* bespoke-services-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::bespoke-services-page.bespoke-services-page');
'use strict';
/**
* bespoke-services-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::bespoke-services-page.bespoke-services-page');
{
"kind": "singleType",
"collectionName": "digital_transformation_pages",
"info": {
"singularName": "digital-transformation-page",
"pluralName": "digital-transformation-pages",
"displayName": "DigitalTransformationPage",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"DigitalTransformationDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.rules-application",
"dynamic-zone.element-two",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* digital-transformation-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::digital-transformation-page.digital-transformation-page');
'use strict';
/**
* digital-transformation-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::digital-transformation-page.digital-transformation-page');
'use strict';
/**
* digital-transformation-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::digital-transformation-page.digital-transformation-page');
{
"kind": "singleType",
"collectionName": "empowering_finance_pages",
"info": {
"singularName": "empowering-finance-page",
"pluralName": "empowering-finance-pages",
"displayName": "EmpoweringFinancePage"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"EmpoweringFinanceDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.background",
"dynamic-zone.about",
"dynamic-zone.element-one",
"dynamic-zone.download-btn",
"dynamic-zone.facts"
]
},
"FAQ": {
"type": "component",
"repeatable": false,
"component": "layout.heading"
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* empowering-finance-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::empowering-finance-page.empowering-finance-page');
'use strict';
/**
* empowering-finance-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::empowering-finance-page.empowering-finance-page');
'use strict';
/**
* empowering-finance-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::empowering-finance-page.empowering-finance-page');
{
"kind": "singleType",
"collectionName": "gcc_service_pages",
"info": {
"singularName": "gcc-service-page",
"pluralName": "gcc-service-pages",
"displayName": "GCCServicePage",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Banner": {
"type": "component",
"repeatable": false,
"component": "layout.page-banner"
},
"GccDetails": {
"type": "dynamiczone",
"components": [
"dynamic-zone.about",
"dynamic-zone.background",
"dynamic-zone.rules-application",
"dynamic-zone.download-btn"
]
},
"Clientel": {
"type": "component",
"repeatable": true,
"component": "layout.clientel"
},
"seo": {
"type": "component",
"repeatable": false,
"component": "shared.seo"
}
}
}
'use strict';
/**
* gcc-service-page controller
*/
const { createCoreController } = require('@strapi/strapi').factories;
module.exports = createCoreController('api::gcc-service-page.gcc-service-page');
'use strict';
/**
* gcc-service-page router
*/
const { createCoreRouter } = require('@strapi/strapi').factories;
module.exports = createCoreRouter('api::gcc-service-page.gcc-service-page');
'use strict';
/**
* gcc-service-page service
*/
const { createCoreService } = require('@strapi/strapi').factories;
module.exports = createCoreService('api::gcc-service-page.gcc-service-page');
{
"collectionName": "components_layout_faq_lists",
"info": {
"displayName": "FAQList"
},
"options": {},
"attributes": {
"Question": {
"type": "string"
},
"Description": {
"type": "customField",
"options": {
"preset": "default"
},
"customField": "plugin::ckeditor5.CKEditor"
}
}
}
...@@ -14,6 +14,12 @@ ...@@ -14,6 +14,12 @@
}, },
"Description": { "Description": {
"type": "text" "type": "text"
},
"FAQList": {
"displayName": "FAQList",
"type": "component",
"repeatable": true,
"component": "layout.faq-list"
} }
} }
} }
import type { Struct, Schema } from '@strapi/strapi'; import type { Struct, Schema } from '@strapi/strapi';
export interface PeopleTeamMember extends Struct.ComponentSchema {
collectionName: 'components_people_team_members';
info: {
displayName: 'TeamMember';
description: '';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Linkdin: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Designation: Schema.Attribute.String & Schema.Attribute.Required;
};
}
export interface PeopleTeamLeads extends Struct.ComponentSchema {
collectionName: 'components_people_team_leads';
info: {
displayName: 'Team Leads';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Designation: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Linkdin: Schema.Attribute.String & Schema.Attribute.Required;
};
}
export interface PeoplePeopleList extends Struct.ComponentSchema {
collectionName: 'components_people_people_lists';
info: {
displayName: 'people-list';
description: '';
};
attributes: {
heading: Schema.Attribute.String;
description: Schema.Attribute.String;
};
}
export interface PeopleOverview extends Struct.ComponentSchema {
collectionName: 'components_people_overviews';
info: {
displayName: 'Overview';
description: '';
};
attributes: {
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'>;
Description: Schema.Attribute.Text;
};
}
export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
collectionName: 'components_people_advisory_boards';
info: {
displayName: 'Advisory Board';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface SharedSlider extends Struct.ComponentSchema { export interface SharedSlider extends Struct.ComponentSchema {
collectionName: 'components_shared_sliders'; collectionName: 'components_shared_sliders';
info: { info: {
...@@ -175,6 +110,71 @@ export interface SharedMedia extends Struct.ComponentSchema { ...@@ -175,6 +110,71 @@ export interface SharedMedia extends Struct.ComponentSchema {
}; };
} }
export interface PeopleTeamMember extends Struct.ComponentSchema {
collectionName: 'components_people_team_members';
info: {
displayName: 'TeamMember';
description: '';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Linkdin: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Designation: Schema.Attribute.String & Schema.Attribute.Required;
};
}
export interface PeopleTeamLeads extends Struct.ComponentSchema {
collectionName: 'components_people_team_leads';
info: {
displayName: 'Team Leads';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Designation: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Linkdin: Schema.Attribute.String & Schema.Attribute.Required;
};
}
export interface PeoplePeopleList extends Struct.ComponentSchema {
collectionName: 'components_people_people_lists';
info: {
displayName: 'people-list';
description: '';
};
attributes: {
heading: Schema.Attribute.String;
description: Schema.Attribute.String;
};
}
export interface PeopleOverview extends Struct.ComponentSchema {
collectionName: 'components_people_overviews';
info: {
displayName: 'Overview';
description: '';
};
attributes: {
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'>;
Description: Schema.Attribute.Text;
};
}
export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
collectionName: 'components_people_advisory_boards';
info: {
displayName: 'Advisory Board';
};
attributes: {
Name: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.String & Schema.Attribute.Required;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface LayoutWhatwedo extends Struct.ComponentSchema { export interface LayoutWhatwedo extends Struct.ComponentSchema {
collectionName: 'components_layout_whatwedos'; collectionName: 'components_layout_whatwedos';
info: { info: {
...@@ -303,6 +303,7 @@ export interface LayoutHeading extends Struct.ComponentSchema { ...@@ -303,6 +303,7 @@ export interface LayoutHeading extends Struct.ComponentSchema {
Title: Schema.Attribute.String; Title: Schema.Attribute.String;
Subtitle: Schema.Attribute.String; Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text; Description: Schema.Attribute.Text;
FAQList: Schema.Attribute.Component<'layout.faq-list', true>;
}; };
} }
...@@ -318,6 +319,23 @@ export interface LayoutFunctionalAreas extends Struct.ComponentSchema { ...@@ -318,6 +319,23 @@ export interface LayoutFunctionalAreas extends Struct.ComponentSchema {
}; };
} }
export interface LayoutFaqList extends Struct.ComponentSchema {
collectionName: 'components_layout_faq_lists';
info: {
displayName: 'FAQList';
};
attributes: {
Question: Schema.Attribute.String;
Description: Schema.Attribute.RichText &
Schema.Attribute.CustomField<
'plugin::ckeditor5.CKEditor',
{
preset: 'default';
}
>;
};
}
export interface LayoutCtaBanner extends Struct.ComponentSchema { export interface LayoutCtaBanner extends Struct.ComponentSchema {
collectionName: 'components_layout_cta_banners'; collectionName: 'components_layout_cta_banners';
info: { info: {
...@@ -428,20 +446,74 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema { ...@@ -428,20 +446,74 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
}; };
} }
export interface CtaCta extends Struct.ComponentSchema { export interface HomePeople extends Struct.ComponentSchema {
collectionName: 'components_cta_ctas'; collectionName: 'components_home_people';
info: { info: {
displayName: 'CTA'; displayName: 'People';
description: '';
}; };
attributes: { attributes: {
text: Schema.Attribute.String & Heading: Schema.Attribute.String;
Schema.Attribute.Required & Description: Schema.Attribute.Text;
Schema.Attribute.DefaultTo<'text'>; Image: Schema.Attribute.Media<'images'>;
URL: Schema.Attribute.String; peoplelist: Schema.Attribute.Component<'people.people-list', true>;
target: Schema.Attribute.Enumeration< };
['_blank', '_parent', '_self', '_top'] }
>;
varient: Schema.Attribute.Enumeration<['outline', 'fill']>; export interface HomeKnowlegeTab extends Struct.ComponentSchema {
collectionName: 'components_home_knowlege_tabs';
info: {
displayName: 'KnowlegeTab';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface HomeKnowledgeshack extends Struct.ComponentSchema {
collectionName: 'components_home_knowledgeshacks';
info: {
displayName: 'Knowledgeshack';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Description: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface HomeIndustry extends Struct.ComponentSchema {
collectionName: 'components_home_industries';
info: {
displayName: 'Industry';
description: '';
};
attributes: {
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
};
}
export interface HomeHome extends Struct.ComponentSchema {
collectionName: 'components_home_homes';
info: {
displayName: 'Home Banner';
description: '';
};
attributes: {
Title: Schema.Attribute.String & Schema.Attribute.Required;
Subtitle: Schema.Attribute.String;
Description: Schema.Attribute.Text & Schema.Attribute.Required;
Mobilebanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
Desktopbanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required;
BackgroundBanner: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
}; };
} }
...@@ -663,85 +735,26 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema { ...@@ -663,85 +735,26 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
}; };
} }
export interface HomePeople extends Struct.ComponentSchema { export interface CtaCta extends Struct.ComponentSchema {
collectionName: 'components_home_people'; collectionName: 'components_cta_ctas';
info: {
displayName: 'People';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
peoplelist: Schema.Attribute.Component<'people.people-list', true>;
};
}
export interface HomeKnowlegeTab extends Struct.ComponentSchema {
collectionName: 'components_home_knowlege_tabs';
info: {
displayName: 'KnowlegeTab';
};
attributes: {
Title: Schema.Attribute.String;
Description: Schema.Attribute.Text;
CTA: Schema.Attribute.Component<'cta.cta', false>;
};
}
export interface HomeKnowledgeshack extends Struct.ComponentSchema {
collectionName: 'components_home_knowledgeshacks';
info: {
displayName: 'Knowledgeshack';
description: '';
};
attributes: {
Heading: Schema.Attribute.String;
Description: Schema.Attribute.String;
Image: Schema.Attribute.Media<'images'>;
};
}
export interface HomeIndustry extends Struct.ComponentSchema {
collectionName: 'components_home_industries';
info: {
displayName: 'Industry';
description: '';
};
attributes: {
Subtitle: Schema.Attribute.String;
Title: Schema.Attribute.String & Schema.Attribute.Required;
Description: Schema.Attribute.Text;
Image: Schema.Attribute.Media<'images'>;
CTA: Schema.Attribute.Component<'cta.cta', true>;
};
}
export interface HomeHome extends Struct.ComponentSchema {
collectionName: 'components_home_homes';
info: { info: {
displayName: 'Home Banner'; displayName: 'CTA';
description: '';
}; };
attributes: { attributes: {
Title: Schema.Attribute.String & Schema.Attribute.Required; text: Schema.Attribute.String &
Subtitle: Schema.Attribute.String; Schema.Attribute.Required &
Description: Schema.Attribute.Text & Schema.Attribute.Required; Schema.Attribute.DefaultTo<'text'>;
Mobilebanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required; URL: Schema.Attribute.String;
Desktopbanner: Schema.Attribute.Media<'images'> & Schema.Attribute.Required; target: Schema.Attribute.Enumeration<
BackgroundBanner: Schema.Attribute.Media<'images'>; ['_blank', '_parent', '_self', '_top']
CTA: Schema.Attribute.Component<'cta.cta', true>; >;
varient: Schema.Attribute.Enumeration<['outline', 'fill']>;
}; };
} }
declare module '@strapi/strapi' { declare module '@strapi/strapi' {
export module Public { export module Public {
export interface ComponentSchemas { export interface ComponentSchemas {
'people.team-member': PeopleTeamMember;
'people.team-leads': PeopleTeamLeads;
'people.people-list': PeoplePeopleList;
'people.overview': PeopleOverview;
'people.advisory-board': PeopleAdvisoryBoard;
'shared.slider': SharedSlider; 'shared.slider': SharedSlider;
'shared.seo': SharedSeo; 'shared.seo': SharedSeo;
'shared.rich-text': SharedRichText; 'shared.rich-text': SharedRichText;
...@@ -749,6 +762,11 @@ declare module '@strapi/strapi' { ...@@ -749,6 +762,11 @@ declare module '@strapi/strapi' {
'shared.page-schema': SharedPageSchema; 'shared.page-schema': SharedPageSchema;
'shared.meta-social': SharedMetaSocial; 'shared.meta-social': SharedMetaSocial;
'shared.media': SharedMedia; 'shared.media': SharedMedia;
'people.team-member': PeopleTeamMember;
'people.team-leads': PeopleTeamLeads;
'people.people-list': PeoplePeopleList;
'people.overview': PeopleOverview;
'people.advisory-board': PeopleAdvisoryBoard;
'layout.whatwedo': LayoutWhatwedo; 'layout.whatwedo': LayoutWhatwedo;
'layout.we-offer': LayoutWeOffer; 'layout.we-offer': LayoutWeOffer;
'layout.technicalexpertise': LayoutTechnicalexpertise; 'layout.technicalexpertise': LayoutTechnicalexpertise;
...@@ -760,6 +778,7 @@ declare module '@strapi/strapi' { ...@@ -760,6 +778,7 @@ declare module '@strapi/strapi' {
'layout.industry-overview': LayoutIndustryOverview; 'layout.industry-overview': LayoutIndustryOverview;
'layout.heading': LayoutHeading; 'layout.heading': LayoutHeading;
'layout.functional-areas': LayoutFunctionalAreas; 'layout.functional-areas': LayoutFunctionalAreas;
'layout.faq-list': LayoutFaqList;
'layout.cta-banner': LayoutCtaBanner; 'layout.cta-banner': LayoutCtaBanner;
'layout.conversion-code': LayoutConversionCode; 'layout.conversion-code': LayoutConversionCode;
'layout.clientel': LayoutClientel; 'layout.clientel': LayoutClientel;
...@@ -769,7 +788,11 @@ declare module '@strapi/strapi' { ...@@ -769,7 +788,11 @@ declare module '@strapi/strapi' {
'layout.card': LayoutCard; 'layout.card': LayoutCard;
'layout.card-details': LayoutCardDetails; 'layout.card-details': LayoutCardDetails;
'layout.areas-expertise': LayoutAreasExpertise; 'layout.areas-expertise': LayoutAreasExpertise;
'cta.cta': CtaCta; 'home.people': HomePeople;
'home.knowlege-tab': HomeKnowlegeTab;
'home.knowledgeshack': HomeKnowledgeshack;
'home.industry': HomeIndustry;
'home.home': HomeHome;
'dynamic-zone.text': DynamicZoneText; 'dynamic-zone.text': DynamicZoneText;
'dynamic-zone.table': DynamicZoneTable; 'dynamic-zone.table': DynamicZoneTable;
'dynamic-zone.rules-list': DynamicZoneRulesList; 'dynamic-zone.rules-list': DynamicZoneRulesList;
...@@ -785,11 +808,7 @@ declare module '@strapi/strapi' { ...@@ -785,11 +808,7 @@ declare module '@strapi/strapi' {
'dynamic-zone.card': DynamicZoneCard; 'dynamic-zone.card': DynamicZoneCard;
'dynamic-zone.background': DynamicZoneBackground; 'dynamic-zone.background': DynamicZoneBackground;
'dynamic-zone.about': DynamicZoneAbout; 'dynamic-zone.about': DynamicZoneAbout;
'home.people': HomePeople; 'cta.cta': CtaCta;
'home.knowlege-tab': HomeKnowlegeTab;
'home.knowledgeshack': HomeKnowledgeshack;
'home.industry': HomeIndustry;
'home.home': HomeHome;
} }
} }
} }
...@@ -649,6 +649,44 @@ export interface ApiAuthorAuthor extends Struct.CollectionTypeSchema { ...@@ -649,6 +649,44 @@ export interface ApiAuthorAuthor extends Struct.CollectionTypeSchema {
}; };
} }
export interface ApiBespokeServicesPageBespokeServicesPage
extends Struct.SingleTypeSchema {
collectionName: 'bespoke_services_pages';
info: {
singularName: 'bespoke-services-page';
pluralName: 'bespoke-services-pages';
displayName: 'BespokeServicesPage';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
BespokeDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::bespoke-services-page.bespoke-services-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiBlogBlog extends Struct.CollectionTypeSchema { export interface ApiBlogBlog extends Struct.CollectionTypeSchema {
collectionName: 'blogs'; collectionName: 'blogs';
info: { info: {
...@@ -1167,6 +1205,88 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema { ...@@ -1167,6 +1205,88 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema {
}; };
} }
export interface ApiDigitalTransformationPageDigitalTransformationPage
extends Struct.SingleTypeSchema {
collectionName: 'digital_transformation_pages';
info: {
singularName: 'digital-transformation-page';
pluralName: 'digital-transformation-pages';
displayName: 'DigitalTransformationPage';
description: '';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
DigitalTransformationDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.rules-application',
'dynamic-zone.element-two',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::digital-transformation-page.digital-transformation-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiEmpoweringFinancePageEmpoweringFinancePage
extends Struct.SingleTypeSchema {
collectionName: 'empowering_finance_pages';
info: {
singularName: 'empowering-finance-page';
pluralName: 'empowering-finance-pages';
displayName: 'EmpoweringFinancePage';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
EmpoweringFinanceDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.background',
'dynamic-zone.about',
'dynamic-zone.element-one',
'dynamic-zone.download-btn',
'dynamic-zone.facts',
]
>;
FAQ: Schema.Attribute.Component<'layout.heading', false>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::empowering-finance-page.empowering-finance-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiFcPageFcPage extends Struct.SingleTypeSchema { export interface ApiFcPageFcPage extends Struct.SingleTypeSchema {
collectionName: 'fc_pages'; collectionName: 'fc_pages';
info: { info: {
...@@ -1207,6 +1327,46 @@ export interface ApiFcPageFcPage extends Struct.SingleTypeSchema { ...@@ -1207,6 +1327,46 @@ export interface ApiFcPageFcPage extends Struct.SingleTypeSchema {
}; };
} }
export interface ApiGccServicePageGccServicePage
extends Struct.SingleTypeSchema {
collectionName: 'gcc_service_pages';
info: {
singularName: 'gcc-service-page';
pluralName: 'gcc-service-pages';
displayName: 'GCCServicePage';
description: '';
};
options: {
draftAndPublish: true;
};
attributes: {
Banner: Schema.Attribute.Component<'layout.page-banner', false>;
GccDetails: Schema.Attribute.DynamicZone<
[
'dynamic-zone.about',
'dynamic-zone.background',
'dynamic-zone.rules-application',
'dynamic-zone.download-btn',
]
>;
Clientel: Schema.Attribute.Component<'layout.clientel', true>;
seo: Schema.Attribute.Component<'shared.seo', false>;
createdAt: Schema.Attribute.DateTime;
updatedAt: Schema.Attribute.DateTime;
publishedAt: Schema.Attribute.DateTime;
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
Schema.Attribute.Private;
locale: Schema.Attribute.String & Schema.Attribute.Private;
localizations: Schema.Attribute.Relation<
'oneToMany',
'api::gcc-service-page.gcc-service-page'
> &
Schema.Attribute.Private;
};
}
export interface ApiGlobalGlobal extends Struct.SingleTypeSchema { export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
collectionName: 'globals'; collectionName: 'globals';
info: { info: {
...@@ -2024,6 +2184,7 @@ declare module '@strapi/strapi' { ...@@ -2024,6 +2184,7 @@ declare module '@strapi/strapi' {
'api::apc.apc': ApiApcApc; 'api::apc.apc': ApiApcApc;
'api::article.article': ApiArticleArticle; 'api::article.article': ApiArticleArticle;
'api::author.author': ApiAuthorAuthor; 'api::author.author': ApiAuthorAuthor;
'api::bespoke-services-page.bespoke-services-page': ApiBespokeServicesPageBespokeServicesPage;
'api::blog.blog': ApiBlogBlog; 'api::blog.blog': ApiBlogBlog;
'api::blog-page.blog-page': ApiBlogPageBlogPage; 'api::blog-page.blog-page': ApiBlogPageBlogPage;
'api::book-closure-and-audit-page.book-closure-and-audit-page': ApiBookClosureAndAuditPageBookClosureAndAuditPage; 'api::book-closure-and-audit-page.book-closure-and-audit-page': ApiBookClosureAndAuditPageBookClosureAndAuditPage;
...@@ -2038,7 +2199,10 @@ declare module '@strapi/strapi' { ...@@ -2038,7 +2199,10 @@ declare module '@strapi/strapi' {
'api::contact-form.contact-form': ApiContactFormContactForm; 'api::contact-form.contact-form': ApiContactFormContactForm;
'api::corpedia.corpedia': ApiCorpediaCorpedia; 'api::corpedia.corpedia': ApiCorpediaCorpedia;
'api::corpedia-page.corpedia-page': ApiCorpediaPageCorpediaPage; 'api::corpedia-page.corpedia-page': ApiCorpediaPageCorpediaPage;
'api::digital-transformation-page.digital-transformation-page': ApiDigitalTransformationPageDigitalTransformationPage;
'api::empowering-finance-page.empowering-finance-page': ApiEmpoweringFinancePageEmpoweringFinancePage;
'api::fc-page.fc-page': ApiFcPageFcPage; 'api::fc-page.fc-page': ApiFcPageFcPage;
'api::gcc-service-page.gcc-service-page': ApiGccServicePageGccServicePage;
'api::global.global': ApiGlobalGlobal; 'api::global.global': ApiGlobalGlobal;
'api::google-manger.google-manger': ApiGoogleMangerGoogleManger; 'api::google-manger.google-manger': ApiGoogleMangerGoogleManger;
'api::home.home': ApiHomeHome; 'api::home.home': ApiHomeHome;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!