cf-service-sdk-dharani 0.0.61 → 0.0.62
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.
|
@@ -813,6 +813,8 @@ export type CompanyFilterInput = {
|
|
|
813
813
|
metalGrade?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
814
814
|
/** Filter by metal type ID(s) */
|
|
815
815
|
metalType?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
816
|
+
/** Filter by owner user ID(s) */
|
|
817
|
+
owners?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
816
818
|
/** Filter by product category ID(s) */
|
|
817
819
|
productCategory?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
818
820
|
/** Filter by product type ID(s) */
|
|
@@ -1442,6 +1444,8 @@ export type EmailToneInput = {
|
|
|
1442
1444
|
emailContent: Scalars['String']['input'];
|
|
1443
1445
|
/** Number of variations to generate (default: 3) */
|
|
1444
1446
|
numVariations?: InputMaybe<Scalars['Int']['input']>;
|
|
1447
|
+
/** List of previous variations to avoid repetition */
|
|
1448
|
+
previousVariations?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
1445
1449
|
/** Original email subject (optional) */
|
|
1446
1450
|
subject?: InputMaybe<Scalars['String']['input']>;
|
|
1447
1451
|
/** Tone instruction (e.g., 'Persuasive', 'Technical', 'Friendly') */
|