arky-sdk 0.8.0 → 0.9.6

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/README.md CHANGED
@@ -9,7 +9,7 @@ Arky is an **all-in-one platform** that gives you everything you need to run an
9
9
  - 📝 **Headless CMS** - Manage content with flexible blocks, multilingual support, and AI-powered content generation
10
10
  - 🛒 **E-commerce** - Sell products with multi-currency pricing, inventory, orders, and Stripe payments
11
11
  - 📅 **Service Scheduling** - Sell scheduled services with providers and availability calendars
12
- - 📧 **Newsletters** - Send newsletters to subscribers with built-in email delivery
12
+ - 📧 **Campaigns** - Send template-backed newsletters, broadcasts, and outreach emails through tenant mailboxes
13
13
  - 👥 **User Management** - Authentication, roles, permissions, and user profiles
14
14
  - 💳 **Payments** - Integrated Stripe checkout and promo codes
15
15
 
@@ -152,7 +152,7 @@ const title = arkyStore.utils.getBlockTextValue(titleBlock, 'en')
152
152
  await arkyStore.cms.form.submitByKey({
153
153
  key: 'contact',
154
154
  entries: [
155
- { key: 'email', value: 'customer@example.com' },
155
+ { key: 'email', value: 'profile@example.com' },
156
156
  { key: 'message', value: 'Hello from the storefront' },
157
157
  ],
158
158
  })