Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 90d6016b
authored
2024-11-19 12:23:43 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
seo section add
1 parent
00131c48
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
230 additions
and
156 deletions
src/api/blog-page/content-types/blog-page/schema.json
src/api/budget-page/content-types/budget-page/schema.json
src/api/budgetpanorama/content-types/budgetpanorama/schema.json
src/api/career-page/content-types/career-page/schema.json
src/api/cfo-page/content-types/cfo-page/schema.json
src/api/conatct-page/content-types/conatct-page/schema.json
src/api/corpedia-page/content-types/corpedia-page/schema.json
src/api/corpedia/content-types/corpedia/schema.json
src/api/home/content-types/home/schema.json
src/api/industry-page/content-types/industry-page/schema.json
src/api/knowledgeshack/content-types/knowledgeshack/schema.json
src/api/people/content-types/people/schema.json
src/api/taxwire-page/content-types/taxwire-page/schema.json
src/api/taxwire/content-types/taxwire/schema.json
src/api/transaction-page/content-types/transaction-page/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/blog-page/content-types/blog-page/schema.json
View file @
90d6016
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"info"
:
{
"info"
:
{
"singularName"
:
"blog-page"
,
"singularName"
:
"blog-page"
,
"pluralName"
:
"blog-pages"
,
"pluralName"
:
"blog-pages"
,
"displayName"
:
"BlogPage"
"displayName"
:
"BlogPage"
,
"description"
:
""
},
},
"options"
:
{
"options"
:
{
"draftAndPublish"
:
true
"draftAndPublish"
:
true
...
@@ -15,6 +16,11 @@
...
@@ -15,6 +16,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/budget-page/content-types/budget-page/schema.json
View file @
90d6016
...
@@ -21,6 +21,11 @@
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/budgetpanorama/content-types/budgetpanorama/schema.json
View file @
90d6016
...
@@ -29,13 +29,13 @@
...
@@ -29,13 +29,13 @@
"BudgetDeatils"
:
{
"BudgetDeatils"
:
{
"type"
:
"dynamiczone"
,
"type"
:
"dynamiczone"
,
"components"
:
[
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.facts"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.background"
,
"dynamic-zone.background"
,
"dynamic-zone.about"
,
"dynamic-zone.about"
,
"dynamic-zone.table"
"dynamic-zone.table"
,
"dynamic-zone.details"
]
]
},
},
"slug"
:
{
"slug"
:
{
...
...
src/api/career-page/content-types/career-page/schema.json
View file @
90d6016
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"info"
:
{
"info"
:
{
"singularName"
:
"career-page"
,
"singularName"
:
"career-page"
,
"pluralName"
:
"career-pages"
,
"pluralName"
:
"career-pages"
,
"displayName"
:
"CareerPage"
"displayName"
:
"CareerPage"
,
"description"
:
""
},
},
"options"
:
{
"options"
:
{
"draftAndPublish"
:
true
"draftAndPublish"
:
true
...
@@ -24,6 +25,11 @@
...
@@ -24,6 +25,11 @@
},
},
"Btn_link"
:
{
"Btn_link"
:
{
"type"
:
"string"
"type"
:
"string"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/cfo-page/content-types/cfo-page/schema.json
View file @
90d6016
...
@@ -30,6 +30,11 @@
...
@@ -30,6 +30,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/conatct-page/content-types/conatct-page/schema.json
View file @
90d6016
...
@@ -16,6 +16,11 @@
...
@@ -16,6 +16,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/corpedia-page/content-types/corpedia-page/schema.json
View file @
90d6016
...
@@ -21,6 +21,11 @@
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/corpedia/content-types/corpedia/schema.json
View file @
90d6016
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
"CorpediaDetails"
:
{
"CorpediaDetails"
:
{
"type"
:
"dynamiczone"
,
"type"
:
"dynamiczone"
,
"components"
:
[
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.facts"
,
"dynamic-zone.background"
,
"dynamic-zone.background"
,
...
...
src/api/home/content-types/home/schema.json
View file @
90d6016
...
@@ -57,6 +57,11 @@
...
@@ -57,6 +57,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/industry-page/content-types/industry-page/schema.json
View file @
90d6016
...
@@ -24,6 +24,11 @@
...
@@ -24,6 +24,11 @@
"layout.cfo-service"
,
"layout.cfo-service"
,
"layout.clientel"
"layout.clientel"
]
]
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/knowledgeshack/content-types/knowledgeshack/schema.json
View file @
90d6016
...
@@ -41,6 +41,11 @@
...
@@ -41,6 +41,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.page-banner"
"component"
:
"layout.page-banner"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/people/content-types/people/schema.json
View file @
90d6016
...
@@ -46,6 +46,11 @@
...
@@ -46,6 +46,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"repeatable"
:
true
,
"component"
:
"people.team-member"
"component"
:
"people.team-member"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/taxwire-page/content-types/taxwire-page/schema.json
View file @
90d6016
...
@@ -21,6 +21,11 @@
...
@@ -21,6 +21,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
false
,
"repeatable"
:
false
,
"component"
:
"layout.heading"
"component"
:
"layout.heading"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
src/api/taxwire/content-types/taxwire/schema.json
View file @
90d6016
...
@@ -32,13 +32,13 @@
...
@@ -32,13 +32,13 @@
"TaxwireDetails"
:
{
"TaxwireDetails"
:
{
"type"
:
"dynamiczone"
,
"type"
:
"dynamiczone"
,
"components"
:
[
"components"
:
[
"dynamic-zone.rules-list"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.rules-application"
,
"dynamic-zone.facts"
,
"dynamic-zone.facts"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.fact-list"
,
"dynamic-zone.background"
,
"dynamic-zone.background"
,
"dynamic-zone.about"
,
"dynamic-zone.about"
,
"dynamic-zone.table"
"dynamic-zone.table"
,
"dynamic-zone.details"
]
]
},
},
"slug"
:
{
"slug"
:
{
...
...
src/api/transaction-page/content-types/transaction-page/schema.json
View file @
90d6016
...
@@ -30,6 +30,11 @@
...
@@ -30,6 +30,11 @@
"type"
:
"component"
,
"type"
:
"component"
,
"repeatable"
:
true
,
"repeatable"
:
true
,
"component"
:
"layout.clientel"
"component"
:
"layout.clientel"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
90d6016
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
:
{
...
@@ -110,71 +175,6 @@ export interface SharedMedia extends Struct.ComponentSchema {
...
@@ -110,71 +175,6 @@ 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
:
{
...
@@ -346,77 +346,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
...
@@ -346,77 +346,6 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
};
};
}
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_people'
;
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
.
String
;
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
>
;
};
}
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_tables'
;
collectionName
:
'components_dynamic_zone_tables'
;
info
:
{
info
:
{
...
@@ -579,6 +508,77 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
...
@@ -579,6 +508,77 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
};
};
}
}
export
interface
HomePeople
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_home_people'
;
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
.
String
;
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
>
;
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
collectionName
:
'components_cta_ctas'
;
info
:
{
info
:
{
...
@@ -599,6 +599,11 @@ export interface CtaCta extends Struct.ComponentSchema {
...
@@ -599,6 +599,11 @@ export interface CtaCta extends Struct.ComponentSchema {
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
;
...
@@ -606,11 +611,6 @@ declare module '@strapi/strapi' {
...
@@ -606,11 +611,6 @@ 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.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
...
@@ -625,11 +625,6 @@ declare module '@strapi/strapi' {
...
@@ -625,11 +625,6 @@ declare module '@strapi/strapi' {
'layout.cfo-service'
:
LayoutCfoService
;
'layout.cfo-service'
:
LayoutCfoService
;
'layout.cfo-service-tab'
:
LayoutCfoServiceTab
;
'layout.cfo-service-tab'
:
LayoutCfoServiceTab
;
'layout.areas-expertise'
:
LayoutAreasExpertise
;
'layout.areas-expertise'
:
LayoutAreasExpertise
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
...
@@ -642,6 +637,11 @@ declare module '@strapi/strapi' {
...
@@ -642,6 +637,11 @@ declare module '@strapi/strapi' {
'dynamic-zone.details'
:
DynamicZoneDetails
;
'dynamic-zone.details'
:
DynamicZoneDetails
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'cta.cta'
:
CtaCta
;
'cta.cta'
:
CtaCta
;
}
}
}
}
...
...
types/generated/contentTypes.d.ts
View file @
90d6016
...
@@ -621,12 +621,14 @@ export interface ApiBlogPageBlogPage extends Struct.SingleTypeSchema {
...
@@ -621,12 +621,14 @@ export interface ApiBlogPageBlogPage extends Struct.SingleTypeSchema {
singularName
:
'blog-page'
;
singularName
:
'blog-page'
;
pluralName
:
'blog-pages'
;
pluralName
:
'blog-pages'
;
displayName
:
'BlogPage'
;
displayName
:
'BlogPage'
;
description
:
''
;
};
};
options
:
{
options
:
{
draftAndPublish
:
true
;
draftAndPublish
:
true
;
};
};
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -657,6 +659,7 @@ export interface ApiBudgetPageBudgetPage extends Struct.SingleTypeSchema {
...
@@ -657,6 +659,7 @@ export interface ApiBudgetPageBudgetPage extends Struct.SingleTypeSchema {
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -691,13 +694,13 @@ export interface ApiBudgetpanoramaBudgetpanorama
...
@@ -691,13 +694,13 @@ export interface ApiBudgetpanoramaBudgetpanorama
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
>
;
BudgetDeatils
:
Schema
.
Attribute
.
DynamicZone
<
BudgetDeatils
:
Schema
.
Attribute
.
DynamicZone
<
[
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.facts'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.background'
,
'dynamic-zone.background'
,
'dynamic-zone.about'
,
'dynamic-zone.about'
,
'dynamic-zone.table'
,
'dynamic-zone.table'
,
'dynamic-zone.details'
,
]
]
>
;
>
;
slug
:
Schema
.
Attribute
.
UID
;
slug
:
Schema
.
Attribute
.
UID
;
...
@@ -760,6 +763,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
...
@@ -760,6 +763,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
singularName
:
'career-page'
;
singularName
:
'career-page'
;
pluralName
:
'career-pages'
;
pluralName
:
'career-pages'
;
displayName
:
'CareerPage'
;
displayName
:
'CareerPage'
;
description
:
''
;
};
};
options
:
{
options
:
{
draftAndPublish
:
true
;
draftAndPublish
:
true
;
...
@@ -769,6 +773,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
...
@@ -769,6 +773,7 @@ export interface ApiCareerPageCareerPage extends Struct.SingleTypeSchema {
Heading
:
Schema
.
Attribute
.
String
;
Heading
:
Schema
.
Attribute
.
String
;
Description
:
Schema
.
Attribute
.
Text
;
Description
:
Schema
.
Attribute
.
Text
;
Btn_link
:
Schema
.
Attribute
.
String
;
Btn_link
:
Schema
.
Attribute
.
String
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -839,6 +844,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
...
@@ -839,6 +844,7 @@ export interface ApiCfoPageCfoPage extends Struct.SingleTypeSchema {
]
]
>
;
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -907,6 +913,7 @@ export interface ApiConatctPageConatctPage extends Struct.SingleTypeSchema {
...
@@ -907,6 +913,7 @@ export interface ApiConatctPageConatctPage extends Struct.SingleTypeSchema {
};
};
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -973,7 +980,6 @@ export interface ApiCorpediaCorpedia extends Struct.CollectionTypeSchema {
...
@@ -973,7 +980,6 @@ export interface ApiCorpediaCorpedia extends Struct.CollectionTypeSchema {
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
CorpediaDetails
:
Schema
.
Attribute
.
DynamicZone
<
CorpediaDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.facts'
,
'dynamic-zone.background'
,
'dynamic-zone.background'
,
...
@@ -1014,6 +1020,7 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema {
...
@@ -1014,6 +1020,7 @@ export interface ApiCorpediaPageCorpediaPage extends Struct.SingleTypeSchema {
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1089,6 +1096,7 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
...
@@ -1089,6 +1096,7 @@ export interface ApiHomeHome extends Struct.SingleTypeSchema {
>
;
>
;
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1118,6 +1126,7 @@ export interface ApiIndustryPageIndustryPage extends Struct.SingleTypeSchema {
...
@@ -1118,6 +1126,7 @@ export interface ApiIndustryPageIndustryPage extends Struct.SingleTypeSchema {
IndustryDetails
:
Schema
.
Attribute
.
DynamicZone
<
IndustryDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
'layout.industry-overview'
,
'layout.cfo-service'
,
'layout.clientel'
]
[
'layout.industry-overview'
,
'layout.cfo-service'
,
'layout.clientel'
]
>
;
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1153,6 +1162,7 @@ export interface ApiKnowledgeshackKnowledgeshack
...
@@ -1153,6 +1162,7 @@ export interface ApiKnowledgeshackKnowledgeshack
Budgetpanorama
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Budgetpanorama
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Blogs
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Blogs
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1188,6 +1198,7 @@ export interface ApiPeoplePeople extends Struct.SingleTypeSchema {
...
@@ -1188,6 +1198,7 @@ export interface ApiPeoplePeople extends Struct.SingleTypeSchema {
Teamlist
:
Schema
.
Attribute
.
Component
<
'people.team-leads'
,
true
>
;
Teamlist
:
Schema
.
Attribute
.
Component
<
'people.team-leads'
,
true
>
;
TeamMembers
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
TeamMembers
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Memberlist
:
Schema
.
Attribute
.
Component
<
'people.team-member'
,
true
>
;
Memberlist
:
Schema
.
Attribute
.
Component
<
'people.team-member'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1291,13 +1302,13 @@ export interface ApiTaxwireTaxwire extends Struct.CollectionTypeSchema {
...
@@ -1291,13 +1302,13 @@ export interface ApiTaxwireTaxwire extends Struct.CollectionTypeSchema {
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
Image
:
Schema
.
Attribute
.
Media
<
'images'
|
'files'
|
'videos'
|
'audios'
>
;
TaxwireDetails
:
Schema
.
Attribute
.
DynamicZone
<
TaxwireDetails
:
Schema
.
Attribute
.
DynamicZone
<
[
[
'dynamic-zone.rules-list'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.rules-application'
,
'dynamic-zone.facts'
,
'dynamic-zone.facts'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.fact-list'
,
'dynamic-zone.background'
,
'dynamic-zone.background'
,
'dynamic-zone.about'
,
'dynamic-zone.about'
,
'dynamic-zone.table'
,
'dynamic-zone.table'
,
'dynamic-zone.details'
,
]
]
>
;
>
;
slug
:
Schema
.
Attribute
.
UID
;
slug
:
Schema
.
Attribute
.
UID
;
...
@@ -1331,6 +1342,7 @@ export interface ApiTaxwirePageTaxwirePage extends Struct.SingleTypeSchema {
...
@@ -1331,6 +1342,7 @@ export interface ApiTaxwirePageTaxwirePage extends Struct.SingleTypeSchema {
attributes
:
{
attributes
:
{
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Banner
:
Schema
.
Attribute
.
Component
<
'layout.page-banner'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
Heading
:
Schema
.
Attribute
.
Component
<
'layout.heading'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
@@ -1370,6 +1382,7 @@ export interface ApiTransactionPageTransactionPage
...
@@ -1370,6 +1382,7 @@ export interface ApiTransactionPageTransactionPage
]
]
>
;
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
Clientel
:
Schema
.
Attribute
.
Component
<
'layout.clientel'
,
true
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
publishedAt
:
Schema
.
Attribute
.
DateTime
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment