@nextsparkjs/plugin-ai 0.1.0-beta.92 → 0.1.0-beta.95

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.
@@ -14,27 +14,6 @@ import { CreateMetaPayload } from '@nextsparkjs/core/types/meta.types';
14
14
  * METADATA BY ENDPOINT (Standardized)
15
15
  * ============================================
16
16
  *
17
- * analyze-brief (/api/v1/theme/content-buddy/analyze-brief):
18
- * - briefText: Original brief text (for auditing/debugging)
19
- * - briefLength: Length of brief text
20
- * - extractedFieldsCount: Number of fields extracted
21
- * - audiencesCount: Number of audience entities extracted
22
- * - objectivesCount: Number of objective entities extracted
23
- * - productsCount: Number of product entities extracted
24
- * - totalChildEntities: Total child entities extracted
25
- * - clientName: Extracted client name
26
- * - clientIndustry: Extracted client industry
27
- *
28
- * generate-content (/api/v1/theme/content-buddy/generate-content):
29
- * Core generation parameters (reproducibility):
30
- * - temperature: AI model temperature used
31
- * - tone: Content tone
32
- * - brandVoice: Brand voice style
33
- * - audience: Target audience description
34
- * - topic: Content topic
35
- * - postType: Type of post
36
- * - language: Content language code (e.g., "en", "es")
37
- *
38
17
  * Content specifications (analytics):
39
18
  * - wordCount: Target word count
40
19
  * - keywords: Comma-separated keywords (e.g., "innovation,tech,ai")
@@ -54,13 +33,6 @@ import { CreateMetaPayload } from '@nextsparkjs/core/types/meta.types';
54
33
  * - objectiveId: Marketing objective (if specified)
55
34
  * - targetAudienceId: Specific audience segment (if specified)
56
35
  *
57
- * refine-content (/api/v1/theme/content-buddy/refine-content):
58
- * - userInstruction: User's refinement instruction
59
- * - sourceOperationId: UUID linking to source operation (for workflow tracking)
60
- * - temperature: AI model temperature used
61
- * - tone: Desired tone (if specified)
62
- * - platform: Social media platform being refined for
63
- *
64
36
  * ============================================
65
37
  * DEPRECATED METADATA (Use ai_history columns instead)
66
38
  * ============================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/plugin-ai",
3
- "version": "0.1.0-beta.92",
3
+ "version": "0.1.0-beta.95",
4
4
  "private": false,
5
5
  "main": "./plugin.config.ts",
6
6
  "requiredPlugins": [],
@@ -24,4 +24,4 @@
24
24
  "type": "plugin",
25
25
  "name": "ai"
26
26
  }
27
- }
27
+ }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 NextSpark
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.