@quicktalog/common 1.10.0 → 1.12.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/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/pricing.d.ts +2 -0
- package/dist/pricing.js +143 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
- package/src/pricing.ts +143 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/pricing.js
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.tiers = void 0;
|
|
4
|
+
exports.tiers = [
|
|
5
|
+
{
|
|
6
|
+
id: 0,
|
|
7
|
+
name: "Starter",
|
|
8
|
+
type: "standard",
|
|
9
|
+
priceId: {
|
|
10
|
+
month: "pri_01k27ajepm199twd1x77rpwdrq",
|
|
11
|
+
year: "pri_01k27ajepm199twd1x77rpwdrq",
|
|
12
|
+
},
|
|
13
|
+
description: "Perfect for individuals and small businesses getting started.",
|
|
14
|
+
features: {
|
|
15
|
+
support: "Email support",
|
|
16
|
+
catalogues: 1,
|
|
17
|
+
newsletter: false,
|
|
18
|
+
ocr_ai_import: 0,
|
|
19
|
+
traffic_limit: 500,
|
|
20
|
+
branding: false,
|
|
21
|
+
custom_features: false,
|
|
22
|
+
analytics: "Basic",
|
|
23
|
+
ai_prompts: 0,
|
|
24
|
+
categories_per_catalogue: 3,
|
|
25
|
+
items_per_catalogue: 15,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
id: 1,
|
|
30
|
+
name: "Basic",
|
|
31
|
+
type: "standard",
|
|
32
|
+
priceId: {
|
|
33
|
+
month: "pri_01k7bm6p3pnskk0k71akh10mp5",
|
|
34
|
+
year: "pri_01k7bme4em8fr22gztzeayny74",
|
|
35
|
+
},
|
|
36
|
+
description: "Perfect fit for small businesses to digitalize their offer.",
|
|
37
|
+
features: {
|
|
38
|
+
support: "Email support",
|
|
39
|
+
catalogues: 1,
|
|
40
|
+
newsletter: false,
|
|
41
|
+
ocr_ai_import: 0,
|
|
42
|
+
traffic_limit: 2000,
|
|
43
|
+
branding: true,
|
|
44
|
+
custom_features: false,
|
|
45
|
+
analytics: "Basic",
|
|
46
|
+
ai_prompts: 0,
|
|
47
|
+
categories_per_catalogue: 6,
|
|
48
|
+
items_per_catalogue: 30,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 2,
|
|
53
|
+
name: "Pro",
|
|
54
|
+
type: "standard",
|
|
55
|
+
priceId: {
|
|
56
|
+
month: "pri_01k277hdtkkb1xdbz6karkqek9",
|
|
57
|
+
year: "pri_01k277q6ftcjfzy9v7xhe6ckdt",
|
|
58
|
+
},
|
|
59
|
+
description: "Ideal for growing businesses with multiple services.",
|
|
60
|
+
features: {
|
|
61
|
+
support: "Email support",
|
|
62
|
+
catalogues: 6,
|
|
63
|
+
newsletter: false,
|
|
64
|
+
ocr_ai_import: 0,
|
|
65
|
+
traffic_limit: 5000,
|
|
66
|
+
branding: true,
|
|
67
|
+
custom_features: false,
|
|
68
|
+
analytics: "Basic",
|
|
69
|
+
ai_prompts: 10,
|
|
70
|
+
categories_per_catalogue: 15,
|
|
71
|
+
items_per_catalogue: 100,
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: 3,
|
|
76
|
+
name: "Growth",
|
|
77
|
+
type: "standard",
|
|
78
|
+
priceId: {
|
|
79
|
+
month: "pri_01k277kkzqz4ef7nc786ssnw6x",
|
|
80
|
+
year: "pri_01k277r7p899gfn5nn3ne87pww",
|
|
81
|
+
},
|
|
82
|
+
description: "Built for teams that need advanced features and analytics.",
|
|
83
|
+
features: {
|
|
84
|
+
support: "Email & Chat support",
|
|
85
|
+
catalogues: 20,
|
|
86
|
+
newsletter: true,
|
|
87
|
+
ocr_ai_import: 10,
|
|
88
|
+
traffic_limit: 15000,
|
|
89
|
+
branding: true,
|
|
90
|
+
custom_features: false,
|
|
91
|
+
analytics: "Advanced",
|
|
92
|
+
ai_prompts: 25,
|
|
93
|
+
categories_per_catalogue: 30,
|
|
94
|
+
items_per_catalogue: 200,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: 4,
|
|
99
|
+
name: "Premium",
|
|
100
|
+
type: "standard",
|
|
101
|
+
priceId: {
|
|
102
|
+
month: "pri_01k277mzp3tgy7n5wvrsa5v0sx",
|
|
103
|
+
year: "pri_01k277see7qtyq30kc5g3vyqy9",
|
|
104
|
+
},
|
|
105
|
+
description: "Enterprise-grade solution with unlimited possibilities.",
|
|
106
|
+
features: {
|
|
107
|
+
support: "Priority Support (Email, Chat, Meeting)",
|
|
108
|
+
catalogues: 50,
|
|
109
|
+
newsletter: true,
|
|
110
|
+
ocr_ai_import: 20,
|
|
111
|
+
traffic_limit: 40000,
|
|
112
|
+
branding: true,
|
|
113
|
+
custom_features: true,
|
|
114
|
+
analytics: "Advanced",
|
|
115
|
+
ai_prompts: 50,
|
|
116
|
+
categories_per_catalogue: 50,
|
|
117
|
+
items_per_catalogue: 300,
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
id: 5,
|
|
122
|
+
name: "German Silva Custom Plan",
|
|
123
|
+
type: "custom",
|
|
124
|
+
priceId: {
|
|
125
|
+
month: "pri_01k81jpe1487tnvtr4gzmd9jmq",
|
|
126
|
+
year: "pri_01k81jpe1487tnvtr4gzmd9jmq",
|
|
127
|
+
},
|
|
128
|
+
description: "Custom plan tailored for needs of German Silva.",
|
|
129
|
+
features: {
|
|
130
|
+
support: "Email",
|
|
131
|
+
catalogues: 1,
|
|
132
|
+
newsletter: false,
|
|
133
|
+
ocr_ai_import: 0,
|
|
134
|
+
traffic_limit: 4000,
|
|
135
|
+
branding: true,
|
|
136
|
+
custom_features: false,
|
|
137
|
+
analytics: "Basic",
|
|
138
|
+
ai_prompts: 0,
|
|
139
|
+
categories_per_catalogue: 20,
|
|
140
|
+
items_per_catalogue: 200,
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
];
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
package/src/pricing.ts
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { PricingPlan } from "./types";
|
|
2
|
+
|
|
3
|
+
export const tiers: PricingPlan[] = [
|
|
4
|
+
{
|
|
5
|
+
id: 0,
|
|
6
|
+
name: "Starter",
|
|
7
|
+
type: "standard",
|
|
8
|
+
priceId: {
|
|
9
|
+
month: "pri_01k27ajepm199twd1x77rpwdrq",
|
|
10
|
+
year: "pri_01k27ajepm199twd1x77rpwdrq",
|
|
11
|
+
},
|
|
12
|
+
description:
|
|
13
|
+
"Perfect for individuals and small businesses getting started.",
|
|
14
|
+
features: {
|
|
15
|
+
support: "Email support",
|
|
16
|
+
catalogues: 1,
|
|
17
|
+
newsletter: false,
|
|
18
|
+
ocr_ai_import: 0,
|
|
19
|
+
traffic_limit: 500,
|
|
20
|
+
branding: false,
|
|
21
|
+
custom_features: false,
|
|
22
|
+
analytics: "Basic",
|
|
23
|
+
ai_prompts: 0,
|
|
24
|
+
categories_per_catalogue: 3,
|
|
25
|
+
items_per_catalogue: 15,
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
id: 1,
|
|
30
|
+
name: "Basic",
|
|
31
|
+
type: "standard",
|
|
32
|
+
priceId: {
|
|
33
|
+
month: "pri_01k7bm6p3pnskk0k71akh10mp5",
|
|
34
|
+
year: "pri_01k7bme4em8fr22gztzeayny74",
|
|
35
|
+
},
|
|
36
|
+
description: "Perfect fit for small businesses to digitalize their offer.",
|
|
37
|
+
features: {
|
|
38
|
+
support: "Email support",
|
|
39
|
+
catalogues: 1,
|
|
40
|
+
newsletter: false,
|
|
41
|
+
ocr_ai_import: 0,
|
|
42
|
+
traffic_limit: 2000,
|
|
43
|
+
branding: true,
|
|
44
|
+
custom_features: false,
|
|
45
|
+
analytics: "Basic",
|
|
46
|
+
ai_prompts: 0,
|
|
47
|
+
categories_per_catalogue: 6,
|
|
48
|
+
items_per_catalogue: 30,
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 2,
|
|
53
|
+
name: "Pro",
|
|
54
|
+
type: "standard",
|
|
55
|
+
priceId: {
|
|
56
|
+
month: "pri_01k277hdtkkb1xdbz6karkqek9",
|
|
57
|
+
year: "pri_01k277q6ftcjfzy9v7xhe6ckdt",
|
|
58
|
+
},
|
|
59
|
+
description: "Ideal for growing businesses with multiple services.",
|
|
60
|
+
features: {
|
|
61
|
+
support: "Email support",
|
|
62
|
+
catalogues: 6,
|
|
63
|
+
newsletter: false,
|
|
64
|
+
ocr_ai_import: 0,
|
|
65
|
+
traffic_limit: 5000,
|
|
66
|
+
branding: true,
|
|
67
|
+
custom_features: false,
|
|
68
|
+
analytics: "Basic",
|
|
69
|
+
ai_prompts: 10,
|
|
70
|
+
categories_per_catalogue: 15,
|
|
71
|
+
items_per_catalogue: 100,
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
id: 3,
|
|
76
|
+
name: "Growth",
|
|
77
|
+
type: "standard",
|
|
78
|
+
priceId: {
|
|
79
|
+
month: "pri_01k277kkzqz4ef7nc786ssnw6x",
|
|
80
|
+
year: "pri_01k277r7p899gfn5nn3ne87pww",
|
|
81
|
+
},
|
|
82
|
+
description: "Built for teams that need advanced features and analytics.",
|
|
83
|
+
features: {
|
|
84
|
+
support: "Email & Chat support",
|
|
85
|
+
catalogues: 20,
|
|
86
|
+
newsletter: true,
|
|
87
|
+
ocr_ai_import: 10,
|
|
88
|
+
traffic_limit: 15000,
|
|
89
|
+
branding: true,
|
|
90
|
+
custom_features: false,
|
|
91
|
+
analytics: "Advanced",
|
|
92
|
+
ai_prompts: 25,
|
|
93
|
+
categories_per_catalogue: 30,
|
|
94
|
+
items_per_catalogue: 200,
|
|
95
|
+
},
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
id: 4,
|
|
99
|
+
name: "Premium",
|
|
100
|
+
type: "standard",
|
|
101
|
+
priceId: {
|
|
102
|
+
month: "pri_01k277mzp3tgy7n5wvrsa5v0sx",
|
|
103
|
+
year: "pri_01k277see7qtyq30kc5g3vyqy9",
|
|
104
|
+
},
|
|
105
|
+
description: "Enterprise-grade solution with unlimited possibilities.",
|
|
106
|
+
features: {
|
|
107
|
+
support: "Priority Support (Email, Chat, Meeting)",
|
|
108
|
+
catalogues: 50,
|
|
109
|
+
newsletter: true,
|
|
110
|
+
ocr_ai_import: 20,
|
|
111
|
+
traffic_limit: 40000,
|
|
112
|
+
branding: true,
|
|
113
|
+
custom_features: true,
|
|
114
|
+
analytics: "Advanced",
|
|
115
|
+
ai_prompts: 50,
|
|
116
|
+
categories_per_catalogue: 50,
|
|
117
|
+
items_per_catalogue: 300,
|
|
118
|
+
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
id: 5,
|
|
122
|
+
name: "German Silva Custom Plan",
|
|
123
|
+
type: "custom",
|
|
124
|
+
priceId: {
|
|
125
|
+
month: "pri_01k81jpe1487tnvtr4gzmd9jmq",
|
|
126
|
+
year: "pri_01k81jpe1487tnvtr4gzmd9jmq",
|
|
127
|
+
},
|
|
128
|
+
description: "Custom plan tailored for needs of German Silva.",
|
|
129
|
+
features: {
|
|
130
|
+
support: "Email",
|
|
131
|
+
catalogues: 1,
|
|
132
|
+
newsletter: false,
|
|
133
|
+
ocr_ai_import: 0,
|
|
134
|
+
traffic_limit: 4000,
|
|
135
|
+
branding: true,
|
|
136
|
+
custom_features: false,
|
|
137
|
+
analytics: "Basic",
|
|
138
|
+
ai_prompts: 0,
|
|
139
|
+
categories_per_catalogue: 20,
|
|
140
|
+
items_per_catalogue: 200,
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
];
|