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 7b49abda
authored
2024-11-27 19:37:19 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
conversion section
1 parent
b339756a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
82 additions
and
82 deletions
src/api/google-manger/content-types/google-manger/schema.json
types/generated/components.d.ts
types/generated/contentTypes.d.ts
src/api/google-manger/content-types/google-manger/schema.json
View file @
7b49abd
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
"GtmTag"
:
{
"GtmTag"
:
{
"type"
:
"string"
"type"
:
"string"
},
},
"
GTag
"
:
{
"
FacbookConversion
"
:
{
"type"
:
"
string
"
"type"
:
"
text
"
},
},
"
c
onversion"
:
{
"
LinkdinC
onversion"
:
{
"type"
:
"
string
"
"type"
:
"
text
"
}
}
}
}
}
}
types/generated/components.d.ts
View file @
7b49abd
...
@@ -175,77 +175,6 @@ export interface PeopleAdvisoryBoard extends Struct.ComponentSchema {
...
@@ -175,77 +175,6 @@ export interface PeopleAdvisoryBoard 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
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
export
interface
LayoutWhatwedo
extends
Struct
.
ComponentSchema
{
collectionName
:
'components_layout_whatwedos'
;
collectionName
:
'components_layout_whatwedos'
;
info
:
{
info
:
{
...
@@ -417,6 +346,77 @@ export interface LayoutAreasExpertise extends Struct.ComponentSchema {
...
@@ -417,6 +346,77 @@ 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
:
{
...
@@ -637,11 +637,6 @@ declare module '@strapi/strapi' {
...
@@ -637,11 +637,6 @@ declare module '@strapi/strapi' {
'people.people-list'
:
PeoplePeopleList
;
'people.people-list'
:
PeoplePeopleList
;
'people.overview'
:
PeopleOverview
;
'people.overview'
:
PeopleOverview
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'people.advisory-board'
:
PeopleAdvisoryBoard
;
'home.people'
:
HomePeople
;
'home.knowlege-tab'
:
HomeKnowlegeTab
;
'home.knowledgeshack'
:
HomeKnowledgeshack
;
'home.industry'
:
HomeIndustry
;
'home.home'
:
HomeHome
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.whatwedo'
:
LayoutWhatwedo
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexpertise'
:
LayoutTechnicalexpertise
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
'layout.technicalexp-tab'
:
LayoutTechnicalexpTab
;
...
@@ -656,6 +651,11 @@ declare module '@strapi/strapi' {
...
@@ -656,6 +651,11 @@ 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
;
...
...
types/generated/contentTypes.d.ts
View file @
7b49abd
...
@@ -1086,8 +1086,8 @@ export interface ApiGoogleMangerGoogleManger extends Struct.SingleTypeSchema {
...
@@ -1086,8 +1086,8 @@ export interface ApiGoogleMangerGoogleManger extends Struct.SingleTypeSchema {
};
};
attributes
:
{
attributes
:
{
GtmTag
:
Schema
.
Attribute
.
String
;
GtmTag
:
Schema
.
Attribute
.
String
;
GTag
:
Schema
.
Attribute
.
String
;
FacbookConversion
:
Schema
.
Attribute
.
Text
;
conversion
:
Schema
.
Attribute
.
String
;
LinkdinConversion
:
Schema
.
Attribute
.
Text
;
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