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 7a923e35
authored
2025-07-21 18:58:20 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
client services compoent update
1 parent
ef899e3f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
18 deletions
src/api/client-servicing/content-types/client-servicing/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/client-servicing/content-types/client-servicing/schema.json
View file @
7a923e3
...
...
@@ -32,6 +32,16 @@
"type"
:
"component"
,
"repeatable"
:
true
,
"component"
:
"home.industry"
},
"Overview"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"dynamic-zone.background"
},
"seo"
:
{
"type"
:
"component"
,
"repeatable"
:
false
,
"component"
:
"shared.seo"
}
}
}
types/generated/components.d.ts
View file @
7a923e3
...
...
@@ -442,23 +442,6 @@ export interface HomeHome extends Struct.ComponentSchema {
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
info
:
{
displayName
:
'CTA'
;
};
attributes
:
{
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
};
}
export
interface
DynamicZoneTable
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_dynamic_zone_tables'
;
info
:
{
...
...
@@ -647,6 +630,23 @@ export interface DynamicZoneAbout extends Struct.ComponentSchema {
};
}
export
interface
CtaCta
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_cta_ctas'
;
info
:
{
displayName
:
'CTA'
;
};
attributes
:
{
text
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Required
&
Schema
.
Attribute
.
DefaultTo
<
'text'
>
;
URL
:
Schema
.
Attribute
.
String
;
target
:
Schema
.
Attribute
.
Enumeration
<
[
'_blank'
,
'_parent'
,
'_self'
,
'_top'
]
>
;
varient
:
Schema
.
Attribute
.
Enumeration
<
[
'outline'
,
'fill'
]
>
;
};
}
declare
module
'@strapi/strapi'
{
export
module
Public
{
export
interface
ComponentSchemas
{
...
...
@@ -683,7 +683,6 @@ declare module '@strapi/strapi' {
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'cta.cta'
:
CtaCta
;
'dynamic-zone.table'
:
DynamicZoneTable
;
'dynamic-zone.rules-list'
:
DynamicZoneRulesList
;
'dynamic-zone.rules-application'
:
DynamicZoneRulesApplication
;
...
...
@@ -697,6 +696,7 @@ declare module '@strapi/strapi' {
'dynamic-zone.details'
:
DynamicZoneDetails
;
'dynamic-zone.background'
:
DynamicZoneBackground
;
'dynamic-zone.about'
:
DynamicZoneAbout
;
'cta.cta'
:
CtaCta
;
}
}
}
types/generated/contentTypes.d.ts
View file @
7a923e3
...
...
@@ -962,6 +962,8 @@ export interface ApiClientServicingClientServicing
true
>
;
Industry
:
Schema
.
Attribute
.
Component
<
'home.industry'
,
true
>
;
Overview
:
Schema
.
Attribute
.
Component
<
'dynamic-zone.background'
,
false
>
;
seo
:
Schema
.
Attribute
.
Component
<
'shared.seo'
,
false
>
;
createdAt
:
Schema
.
Attribute
.
DateTime
;
updatedAt
:
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