@anywayseo/gatsby-plugin 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@anywayseo/gatsby-plugin",
3
3
  "description": "Shared config for Anywayseo sites",
4
- "version": "2.5.0",
4
+ "version": "2.6.0",
5
5
  "author": "zerg41",
6
6
  "license": "MIT",
7
7
  "publishConfig": {
@@ -1 +1 @@
1
- export declare const content = "\n # === COMPONENT DEFINITIONS ===\n union ContentComponent =\n STRAPI__COMPONENT_CONTENT_FAQ\n | STRAPI__COMPONENT_CONTENT_FEATURES\n | STRAPI__COMPONENT_CONTENT_GAME_CARDS\n | STRAPI__COMPONENT_CONTENT_GAME_CARD_TABS\n | STRAPI__COMPONENT_CONTENT_GAME_DEMO\n | STRAPI__COMPONENT_CONTENT_GAME_INFO\n | STRAPI__COMPONENT_CONTENT_HOW_TO\n | STRAPI__COMPONENT_CONTENT_LIST\n | STRAPI__COMPONENT_CONTENT_MEDIA\n | STRAPI__COMPONENT_CONTENT_PROS_CONS\n | STRAPI__COMPONENT_CONTENT_RICH_TEXT\n | STRAPI__COMPONENT_CONTENT_TABLE\n | STRAPI__COMPONENT_CONTENT_TIP\n\n\n # === FAQ ===\n type STRAPI__COMPONENT_CONTENT_FAQ @dontInfer {\n items: [FaqItem!]\n }\n\n # === FEATURES ===\n type STRAPI__COMPONENT_CONTENT_FEATURES @dontInfer {\n items: [FeaturesItem!]\n }\n\n # === GAME CARDS ===\n type STRAPI__COMPONENT_CONTENT_GAME_CARDS @dontInfer {\n items: [GameCard!]\n order: String!\n randomSeed: Int\n cardHeight: String\n }\n\n # === GAME CARD TABS ===\n type STRAPI__COMPONENT_CONTENT_GAME_CARD_TABS @dontInfer {\n items: [GameCardTab!]\n }\n\n # === GAME_DEMO ===\n type STRAPI__COMPONENT_CONTENT_GAME_DEMO @dontInfer {\n name: String!\n src: String!\n href: String\n previewImage: Image!\n }\n\n # === GAME_INFO ===\n type STRAPI__COMPONENT_CONTENT_GAME_INFO @dontInfer {\n general: GameInfoGeneral\n features: GameInfoFeatures\n currency: CurrencyList\n }\n\n # === HOW_TO ===\n type STRAPI__COMPONENT_CONTENT_HOW_TO @dontInfer {\n steps: [HowToStep!]\n }\n\n # === LIST ===\n type STRAPI__COMPONENT_CONTENT_LIST @dontInfer {\n bullet: String\n content: JsonValue\n }\n\n # === MEDIA ===\n type STRAPI__COMPONENT_CONTENT_MEDIA @dontInfer {\n file: Image\n }\n\n # === PROS_CONS ===\n type STRAPI__COMPONENT_CONTENT_PROS_CONS @dontInfer {\n pros: [ProsConsItem!]\n cons: [ProsConsItem!]\n }\n\n # === RICH_TEXT ===\n type STRAPI__COMPONENT_CONTENT_RICH_TEXT @dontInfer {\n content: RichTextContent\n }\n\n # === TABLE ===\n type STRAPI__COMPONENT_CONTENT_TABLE @dontInfer {\n columnNumber: Int!\n content: JsonValue\n caption: String\n striped: Boolean\n bordered: Boolean\n scrollable: Boolean\n }\n\n # === TIP ===\n type STRAPI__COMPONENT_CONTENT_TIP @dontInfer {\n tip: String!\n author: Author\n }\n ";
1
+ export declare const content = "\n # === COMPONENT DEFINITIONS ===\n union ContentComponent =\n STRAPI__COMPONENT_CONTENT_CONTACTS_PAGE\n | STRAPI__COMPONENT_CONTENT_COOKIE_POLICY_PAGE \n | STRAPI__COMPONENT_CONTENT_FAQ\n | STRAPI__COMPONENT_CONTENT_FEATURES\n | STRAPI__COMPONENT_CONTENT_GAME_CARDS\n | STRAPI__COMPONENT_CONTENT_GAME_CARD_TABS\n | STRAPI__COMPONENT_CONTENT_GAME_DEMO\n | STRAPI__COMPONENT_CONTENT_GAME_INFO\n | STRAPI__COMPONENT_CONTENT_HOW_TO\n | STRAPI__COMPONENT_CONTENT_LIST\n | STRAPI__COMPONENT_CONTENT_MEDIA\n | STRAPI__COMPONENT_CONTENT_PRIVACY_POLICY_PAGE\n | STRAPI__COMPONENT_CONTENT_PROS_CONS\n | STRAPI__COMPONENT_CONTENT_RICH_TEXT\n | STRAPI__COMPONENT_CONTENT_TABLE\n | STRAPI__COMPONENT_CONTENT_TERMS_CONDITIONS_PAGE\n | STRAPI__COMPONENT_CONTENT_TIP\n\n # === CONTACTS ===\n type STRAPI__COMPONENT_CONTENT_CONTACTS_PAGE @dontInfer {\n id: ID\n }\n\n # === COOKIE_POLICY ===\n type STRAPI__COMPONENT_CONTENT_COOKIE_POLICY_PAGE @dontInfer {\n id: ID\n }\n\n # === FAQ ===\n type STRAPI__COMPONENT_CONTENT_FAQ @dontInfer {\n items: [FaqItem!]\n }\n\n # === FEATURES ===\n type STRAPI__COMPONENT_CONTENT_FEATURES @dontInfer {\n items: [FeaturesItem!]\n }\n\n # === GAME CARDS ===\n type STRAPI__COMPONENT_CONTENT_GAME_CARDS @dontInfer {\n items: [GameCard!]\n order: String!\n randomSeed: Int\n cardHeight: String\n }\n\n # === GAME CARD TABS ===\n type STRAPI__COMPONENT_CONTENT_GAME_CARD_TABS @dontInfer {\n items: [GameCardTab!]\n }\n\n # === GAME_DEMO ===\n type STRAPI__COMPONENT_CONTENT_GAME_DEMO @dontInfer {\n name: String!\n src: String!\n href: String\n previewImage: Image!\n }\n\n # === GAME_INFO ===\n type STRAPI__COMPONENT_CONTENT_GAME_INFO @dontInfer {\n general: GameInfoGeneral\n features: GameInfoFeatures\n currency: CurrencyList\n }\n\n # === HOW_TO ===\n type STRAPI__COMPONENT_CONTENT_HOW_TO @dontInfer {\n steps: [HowToStep!]\n }\n\n # === LIST ===\n type STRAPI__COMPONENT_CONTENT_LIST @dontInfer {\n bullet: String\n content: JsonValue\n }\n\n # === MEDIA ===\n type STRAPI__COMPONENT_CONTENT_MEDIA @dontInfer {\n file: Image\n }\n\n # === PRIVACY_POLICY ===\n type STRAPI__COMPONENT_CONTENT_PRIVACY_POLICY_PAGE @dontInfer {\n contactsSlug: String\n }\n\n # === PROS_CONS ===\n type STRAPI__COMPONENT_CONTENT_PROS_CONS @dontInfer {\n pros: [ProsConsItem!]\n cons: [ProsConsItem!]\n }\n\n # === RICH_TEXT ===\n type STRAPI__COMPONENT_CONTENT_RICH_TEXT @dontInfer {\n content: RichTextContent\n }\n\n # === TABLE ===\n type STRAPI__COMPONENT_CONTENT_TABLE @dontInfer {\n columnNumber: Int!\n content: JsonValue\n caption: String\n striped: Boolean\n bordered: Boolean\n scrollable: Boolean\n }\n\n # === TERMS_CONDITIONS ===\n type STRAPI__COMPONENT_CONTENT_TERMS_CONDITIONS_PAGE @dontInfer {\n privacyPolicySlug: String\n }\n\n # === TIP ===\n type STRAPI__COMPONENT_CONTENT_TIP @dontInfer {\n tip: String!\n author: Author\n }\n ";
@@ -4,7 +4,9 @@ exports.content = void 0;
4
4
  exports.content = `
5
5
  # === COMPONENT DEFINITIONS ===
6
6
  union ContentComponent =
7
- STRAPI__COMPONENT_CONTENT_FAQ
7
+ STRAPI__COMPONENT_CONTENT_CONTACTS_PAGE
8
+ | STRAPI__COMPONENT_CONTENT_COOKIE_POLICY_PAGE
9
+ | STRAPI__COMPONENT_CONTENT_FAQ
8
10
  | STRAPI__COMPONENT_CONTENT_FEATURES
9
11
  | STRAPI__COMPONENT_CONTENT_GAME_CARDS
10
12
  | STRAPI__COMPONENT_CONTENT_GAME_CARD_TABS
@@ -13,11 +15,22 @@ exports.content = `
13
15
  | STRAPI__COMPONENT_CONTENT_HOW_TO
14
16
  | STRAPI__COMPONENT_CONTENT_LIST
15
17
  | STRAPI__COMPONENT_CONTENT_MEDIA
18
+ | STRAPI__COMPONENT_CONTENT_PRIVACY_POLICY_PAGE
16
19
  | STRAPI__COMPONENT_CONTENT_PROS_CONS
17
20
  | STRAPI__COMPONENT_CONTENT_RICH_TEXT
18
21
  | STRAPI__COMPONENT_CONTENT_TABLE
22
+ | STRAPI__COMPONENT_CONTENT_TERMS_CONDITIONS_PAGE
19
23
  | STRAPI__COMPONENT_CONTENT_TIP
20
24
 
25
+ # === CONTACTS ===
26
+ type STRAPI__COMPONENT_CONTENT_CONTACTS_PAGE @dontInfer {
27
+ id: ID
28
+ }
29
+
30
+ # === COOKIE_POLICY ===
31
+ type STRAPI__COMPONENT_CONTENT_COOKIE_POLICY_PAGE @dontInfer {
32
+ id: ID
33
+ }
21
34
 
22
35
  # === FAQ ===
23
36
  type STRAPI__COMPONENT_CONTENT_FAQ @dontInfer {
@@ -73,6 +86,11 @@ exports.content = `
73
86
  file: Image
74
87
  }
75
88
 
89
+ # === PRIVACY_POLICY ===
90
+ type STRAPI__COMPONENT_CONTENT_PRIVACY_POLICY_PAGE @dontInfer {
91
+ contactsSlug: String
92
+ }
93
+
76
94
  # === PROS_CONS ===
77
95
  type STRAPI__COMPONENT_CONTENT_PROS_CONS @dontInfer {
78
96
  pros: [ProsConsItem!]
@@ -94,6 +112,11 @@ exports.content = `
94
112
  scrollable: Boolean
95
113
  }
96
114
 
115
+ # === TERMS_CONDITIONS ===
116
+ type STRAPI__COMPONENT_CONTENT_TERMS_CONDITIONS_PAGE @dontInfer {
117
+ privacyPolicySlug: String
118
+ }
119
+
97
120
  # === TIP ===
98
121
  type STRAPI__COMPONENT_CONTENT_TIP @dontInfer {
99
122
  tip: String!
@@ -52,6 +52,12 @@ function sourceStrapiContentNode(args, strapiClient, config) {
52
52
  },
53
53
  content: {
54
54
  on: {
55
+ 'content.contacts-page': {
56
+ populate: '*',
57
+ },
58
+ 'content.cookie-policy-page': {
59
+ populate: '*',
60
+ },
55
61
  'content.faq': {
56
62
  populate: '*',
57
63
  },
@@ -109,6 +115,9 @@ function sourceStrapiContentNode(args, strapiClient, config) {
109
115
  'content.media': {
110
116
  populate: '*',
111
117
  },
118
+ 'content.privacy-policy-page': {
119
+ populate: '*',
120
+ },
112
121
  'content.pros-cons': {
113
122
  populate: '*',
114
123
  },
@@ -118,6 +127,9 @@ function sourceStrapiContentNode(args, strapiClient, config) {
118
127
  'content.table': {
119
128
  populate: '*',
120
129
  },
130
+ 'content.terms-conditions-page': {
131
+ populate: '*',
132
+ },
121
133
  'content.tip': {
122
134
  populate: '*',
123
135
  },