@umituz/react-native-ai-generation-content 1.17.185 → 1.17.186

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-ai-generation-content",
3
- "version": "1.17.185",
3
+ "version": "1.17.186",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -23,7 +23,7 @@ export interface UseCreationPersistenceConfig {
23
23
  /** Credit cost for this feature (passed to onCreditDeduct) */
24
24
  readonly creditCost?: number;
25
25
  /** Callback to deduct credits on successful processing */
26
- readonly onCreditDeduct?: (cost: number) => Promise<void>;
26
+ readonly onCreditDeduct?: (cost: number) => Promise<void | boolean>;
27
27
  }
28
28
 
29
29
  /**