@kaikybrofc/omnizap-system 2.2.9 → 2.2.10

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.
Files changed (32) hide show
  1. package/README.md +1 -1
  2. package/docs/seo/omnizap-seo-playbook-br-2026-02-28.md +194 -0
  3. package/docs/seo/satellite-page-template.md +89 -0
  4. package/docs/seo/satellite-pages-phase1.json +486 -0
  5. package/package.json +3 -1
  6. package/public/api-docs/index.html +78 -22
  7. package/public/bot-whatsapp-para-grupo/index.html +276 -0
  8. package/public/bot-whatsapp-sem-programar/index.html +276 -0
  9. package/public/comandos/index.html +413 -0
  10. package/public/como-automatizar-avisos-no-whatsapp/index.html +276 -0
  11. package/public/como-criar-comandos-whatsapp/index.html +276 -0
  12. package/public/como-evitar-spam-no-whatsapp/index.html +276 -0
  13. package/public/como-moderar-grupo-whatsapp/index.html +276 -0
  14. package/public/como-organizar-comunidade-whatsapp/index.html +276 -0
  15. package/public/css/github-project-panel.css +8 -8
  16. package/public/css/stickers-admin.css +31 -31
  17. package/public/css/styles.css +17 -16
  18. package/public/index.html +701 -1181
  19. package/public/js/apps/apiDocsApp.js +39 -6
  20. package/public/js/apps/homeApp.js +157 -410
  21. package/public/js/apps/stickersApp.js +42 -0
  22. package/public/licenca/index.html +9 -9
  23. package/public/login/index.html +26 -22
  24. package/public/melhor-bot-whatsapp-para-grupos/index.html +276 -0
  25. package/public/sitemap.xml +45 -0
  26. package/public/stickers/create/index.html +7 -6
  27. package/public/stickers/index.html +72 -5
  28. package/public/termos-de-uso/index.html +10 -10
  29. package/public/user/index.html +25 -21
  30. package/scripts/generate-seo-satellite-pages.mjs +434 -0
  31. package/server/controllers/stickerCatalogController.js +341 -700
  32. package/kaikybrofc-omnizap-system-2.2.9.tgz +0 -0
@@ -110,16 +110,33 @@ function ApiDocsApp() {
110
110
  h('a', { href: '/licenca/' }, h(Icon, { cls: 'fa-solid fa-scale-balanced' }), 'Licença'),
111
111
  h('a', { href: 'https://github.com/Kaikygr/omnizap-system', target: '_blank', rel: 'noreferrer noopener' }, h(Icon, { cls: 'fa-brands fa-github' }), 'GitHub'),
112
112
  ),
113
- h('h1', null, h(Icon, { cls: 'fa-solid fa-code' }), 'OmniZap API Docs'),
114
- h('p', null, 'API pública para catálogo de packs, stickers, métricas e interações em tempo real.'),
115
- h(SectionTitle, { iconClass: 'fa-solid fa-route' }, 'Maneiras de uso'),
113
+ h('h1', null, h(Icon, { cls: 'fa-solid fa-code' }), 'OmniZap API | Área de Desenvolvedor'),
114
+ h('p', null, 'Documentação técnica da API OmniZap para bots e automação WhatsApp, com o catálogo de stickers como módulo integrável.'),
115
+ h(SectionTitle, { iconClass: 'fa-solid fa-route' }, 'Casos de uso'),
116
116
  h(
117
117
  'section',
118
118
  { className: 'card' },
119
119
  h('ul', { className: 'list' },
120
- h('li', null, 'Uso direto no front-end web para catálogo e busca de packs.'),
121
- h('li', null, 'Integração server-to-server para sincronização com sistemas próprios.'),
122
- h('li', null, 'Consumo em bots/automação para abrir pack, baixar sticker e montar fluxos.')
120
+ h('li', null, 'Operar bot WhatsApp com endpoints públicos para conteúdo e interação.'),
121
+ h('li', null, 'Integrar server-to-server para sincronizar packs, stickers e métricas.'),
122
+ h('li', null, 'Conectar automações internas (CRM, suporte, marketing e comunidades).')
123
+ ),
124
+ ),
125
+ h(
126
+ 'section',
127
+ { className: 'card' },
128
+ h('h2', null, h(Icon, { cls: 'fa-solid fa-diagram-project' }), 'Mapa da plataforma'),
129
+ h(
130
+ 'p',
131
+ null,
132
+ 'O domínio principal é a plataforma de bot + API. O catálogo de stickers funciona como feature integrada para distribuição e engajamento.',
133
+ ),
134
+ h(
135
+ 'ul',
136
+ { className: 'list' },
137
+ h('li', null, 'Página principal: / (plataforma OmniZap)'),
138
+ h('li', null, 'Catálogo: /stickers/ (módulo de stickers)'),
139
+ h('li', null, 'Packs públicos: /stickers/{packKey} (landing de conteúdo)'),
123
140
  ),
124
141
  ),
125
142
  h(StatusPanel),
@@ -290,6 +307,22 @@ function ApiDocsApp() {
290
307
  '}',
291
308
  iconClass: 'fa-solid fa-server',
292
309
  }),
310
+ h(SectionTitle, { iconClass: 'fa-solid fa-circle-question' }, 'FAQ rápido'),
311
+ h(Card, {
312
+ title: 'Para que serve a API OmniZap?',
313
+ code: 'Ela permite integrar bots e automações WhatsApp com catálogo de stickers, métricas e fluxos técnicos.',
314
+ iconClass: 'fa-solid fa-circle-question',
315
+ }),
316
+ h(Card, {
317
+ title: 'Posso usar packs no meu bot?',
318
+ code: 'Sim. Consulte packs públicos, detalhe itens e registre interações para montar experiências no seu bot.',
319
+ iconClass: 'fa-solid fa-puzzle-piece',
320
+ }),
321
+ h(Card, {
322
+ title: 'Onde ver o catálogo web?',
323
+ code: 'https://omnizap.shop/stickers/',
324
+ iconClass: 'fa-solid fa-icons',
325
+ }),
293
326
  h(Card, {
294
327
  title: 'Checklist de produção',
295
328
  code: