@quicktalog/common 1.48.0 → 1.49.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.
@@ -19,7 +19,7 @@ export const tiers = [
19
19
  analytics: "Basic",
20
20
  ai_prompts: 0,
21
21
  sections_per_catalogue: 5,
22
- blocks: {
22
+ sections: {
23
23
  divider: false,
24
24
  embedding: false,
25
25
  customCode: false,
@@ -46,7 +46,7 @@ export const tiers = [
46
46
  newsletter: false,
47
47
  ocr_ai_import: 0,
48
48
  traffic_limit: 2000,
49
- blocks: {
49
+ sections: {
50
50
  divider: true,
51
51
  embedding: false,
52
52
  customCode: false,
@@ -82,7 +82,7 @@ export const tiers = [
82
82
  custom_features: false,
83
83
  analytics: "Basic",
84
84
  ai_prompts: 10,
85
- blocks: {
85
+ sections: {
86
86
  divider: true,
87
87
  embedding: true,
88
88
  customCode: false,
@@ -113,7 +113,7 @@ export const tiers = [
113
113
  branding: true,
114
114
  custom_features: false,
115
115
  analytics: "Advanced",
116
- blocks: {
116
+ sections: {
117
117
  divider: true,
118
118
  embedding: true,
119
119
  customCode: true,
@@ -145,7 +145,7 @@ export const tiers = [
145
145
  branding: true,
146
146
  custom_features: true,
147
147
  analytics: "Advanced",
148
- blocks: {
148
+ sections: {
149
149
  divider: true,
150
150
  embedding: true,
151
151
  customCode: true,
@@ -176,7 +176,7 @@ export const tiers = [
176
176
  traffic_limit: 4000,
177
177
  branding: true,
178
178
  custom_features: false,
179
- blocks: {
179
+ sections: {
180
180
  divider: true,
181
181
  embedding: true,
182
182
  customCode: false,
@@ -29,7 +29,7 @@ export type PricingPlan = {
29
29
  catalogues: number;
30
30
  sections_per_catalogue?: number | "unlimited";
31
31
  items_per_catalogue?: number | "unlimited";
32
- blocks: {
32
+ sections: {
33
33
  divider: boolean;
34
34
  embedding: boolean;
35
35
  customCode: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quicktalog/common",
3
- "version": "1.48.0",
3
+ "version": "1.49.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",