@quicktalog/common 1.47.0 → 1.48.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.
@@ -18,7 +18,7 @@ export const tiers = [
18
18
  custom_features: false,
19
19
  analytics: "Basic",
20
20
  ai_prompts: 0,
21
- blocks_per_catalogue: 5,
21
+ sections_per_catalogue: 5,
22
22
  blocks: {
23
23
  divider: false,
24
24
  embedding: false,
@@ -55,7 +55,7 @@ export const tiers = [
55
55
  custom_features: false,
56
56
  analytics: "Basic",
57
57
  ai_prompts: 0,
58
- blocks_per_catalogue: 8,
58
+ sections_per_catalogue: 8,
59
59
  items_per_catalogue: 30,
60
60
  apperance: {
61
61
  standardThemes: true,
@@ -87,7 +87,7 @@ export const tiers = [
87
87
  embedding: true,
88
88
  customCode: false,
89
89
  },
90
- blocks_per_catalogue: 15,
90
+ sections_per_catalogue: 15,
91
91
  items_per_catalogue: 100,
92
92
  apperance: {
93
93
  standardThemes: true,
@@ -119,7 +119,7 @@ export const tiers = [
119
119
  customCode: true,
120
120
  },
121
121
  ai_prompts: 25,
122
- blocks_per_catalogue: 30,
122
+ sections_per_catalogue: 30,
123
123
  items_per_catalogue: 200,
124
124
  apperance: {
125
125
  standardThemes: true,
@@ -151,7 +151,7 @@ export const tiers = [
151
151
  customCode: true,
152
152
  },
153
153
  ai_prompts: 50,
154
- blocks_per_catalogue: 50,
154
+ sections_per_catalogue: 50,
155
155
  items_per_catalogue: 300,
156
156
  apperance: {
157
157
  standardThemes: true,
@@ -183,7 +183,7 @@ export const tiers = [
183
183
  },
184
184
  analytics: "Basic",
185
185
  ai_prompts: 0,
186
- blocks_per_catalogue: 20,
186
+ sections_per_catalogue: 20,
187
187
  items_per_catalogue: 200,
188
188
  apperance: {
189
189
  standardThemes: true,
@@ -27,7 +27,7 @@ export type PricingPlan = {
27
27
  features: {
28
28
  support: string;
29
29
  catalogues: number;
30
- blocks_per_catalogue?: number | "unlimited";
30
+ sections_per_catalogue?: number | "unlimited";
31
31
  items_per_catalogue?: number | "unlimited";
32
32
  blocks: {
33
33
  divider: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktalog/common",
3
- "version": "1.47.0",
3
+ "version": "1.48.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",