cf-service-sdk-dharani 0.0.70 → 0.0.71

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.
@@ -1474,8 +1474,8 @@ export type EmailToneInput = {
1474
1474
  emailContent: Scalars['String']['input'];
1475
1475
  /** Number of variations to generate (default: 3) */
1476
1476
  numVariations?: InputMaybe<Scalars['Int']['input']>;
1477
- /** List of previous variations to avoid repetition */
1478
- previousVariations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
1477
+ /** Previous variations to avoid repetition */
1478
+ previousVariations?: InputMaybe<Scalars['JSONString']['input']>;
1479
1479
  /** Original email subject (optional) */
1480
1480
  subject?: InputMaybe<Scalars['String']['input']>;
1481
1481
  /** Tone instruction (e.g., 'Persuasive', 'Technical', 'Friendly') */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cf-service-sdk-dharani",
3
- "version": "0.0.70",
3
+ "version": "0.0.71",
4
4
  "type": "commonjs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",