your-ai-workflow-firebase-os 1.6.5 → 1.7.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/README.md +1 -1
- package/dist/SetupPayments-9oZfz1lT.cjs +1 -0
- package/dist/{SetupPayments-CO-Qd9W4.js → SetupPayments-CHQ6HMAy.js} +782 -744
- package/dist/SetupPayments-D5N6MZaU.cjs +371 -0
- package/dist/aiRules-BcIgERD3.js +3 -0
- package/dist/{aiRules-B8yx6Kac.cjs → aiRules-CEqtYOgo.cjs} +20 -6
- package/dist/server.cjs.js +5 -5
- package/dist/server.es.js +106 -102
- package/dist/src/server/index.d.ts +13 -0
- package/dist/vite.cjs.js +7 -7
- package/dist/vite.es.js +60 -56
- package/dist/your-ai-workflow-firebase-os.cjs.js +15 -14
- package/dist/your-ai-workflow-firebase-os.es.js +4690 -4386
- package/package.json +1 -1
- package/dist/SetupPayments-CHkb2YMF.cjs +0 -1
- package/dist/SetupPayments-D3vqbtbV.cjs +0 -371
- package/dist/aiRules-CQJCQbXX.js +0 -3
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ That's it. **One component. Zero configuration files.**
|
|
|
33
33
|
| 📁 **File Storage** | An admin-only Assets screen for public images, plus a drive preset any page can be built on |
|
|
34
34
|
| 📬 **Forms** | Created with their pages on `/pages` — say what a form should ask and the AI builds it with the page; see and hand-edit every form afterwards on `/forms`. Questions can ask for a file — a CV, a photo, a receipt — and the upload works signed out |
|
|
35
35
|
| 📥 **Inbox** | Every form entry in one list at `/inbox`, filtered "From anyone" or "From signed-in users"; an attached file opens from the entry by its own name |
|
|
36
|
-
| 💳 **Payments** | Stripe checkout in one line — `<PayButton>` for one-off payments and subscriptions
|
|
36
|
+
| 💳 **Payments** | Stripe checkout in one line — the owner describes what they sell on `/payments`, picks the pages that sell it (or creates one on the spot) and pastes ONE generated prompt; the assistant builds those pages with `<PayButton>` for one-off payments and subscriptions. A Go live switch walks the test→live change (live price ids collected, test ids kept, and the id-swap prompt for the assistant generated), buyers get a built-in `/billing` page that appears after their first purchase, and every cancel/switch/invoice screen is Stripe's own billing portal |
|
|
37
37
|
| ✉️ **Email** | Resend in one line — `emailOwner()` and `emailPerson()` send from a closed set of templates (never an address a page typed), receipts and sale alerts send themselves off a Pay button's settings, and `/email` shows what the app can send and where owner mail goes |
|
|
38
38
|
| 📖 **Guide** | A walkthrough at `/guide` with the sentences to paste into your assistant |
|
|
39
39
|
| 📊 **Dashboard** | Personalised user dashboard |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require(`./chunk-DYteiM-1.cjs`);const e=require(`./SetupPayments-D5N6MZaU.cjs`);exports.EmailSetupSteps=e.t,exports.StripeSetupSteps=e.r;
|