cf-service-sdk-dharani 0.0.58 → 0.0.61
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.
|
@@ -1442,8 +1442,6 @@ export type EmailToneInput = {
|
|
|
1442
1442
|
emailContent: Scalars['String']['input'];
|
|
1443
1443
|
/** Number of variations to generate (default: 3) */
|
|
1444
1444
|
numVariations?: InputMaybe<Scalars['Int']['input']>;
|
|
1445
|
-
/** List of previous variations to avoid repetition */
|
|
1446
|
-
previousVariations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1447
1445
|
/** Original email subject (optional) */
|
|
1448
1446
|
subject?: InputMaybe<Scalars['String']['input']>;
|
|
1449
1447
|
/** Tone instruction (e.g., 'Persuasive', 'Technical', 'Friendly') */
|