cf-service-sdk 0.1.36 → 0.1.37
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.
|
@@ -1268,6 +1268,8 @@ export type CompanyFilterInput = {
|
|
|
1268
1268
|
metalType?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1269
1269
|
/** Override dynamic score ratio (0.0-1.0) for text relevance threshold (admin only) */
|
|
1270
1270
|
minFilterSearchScore?: InputMaybe<Scalars['Float']['input']>;
|
|
1271
|
+
/** Filter to show only companies that have at least one contact saved in any of the user's or their account's active segments */
|
|
1272
|
+
onlySavedContacts?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1271
1273
|
/** Filter by owner user ID(s) */
|
|
1272
1274
|
owners?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1273
1275
|
/** Filter by product category ID(s) */
|
|
@@ -1735,6 +1737,8 @@ export type ContactFilterInput = {
|
|
|
1735
1737
|
contactIdsToInclude?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1736
1738
|
/** Filter by whether the contact's company is a customer */
|
|
1737
1739
|
isCustomer?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1740
|
+
/** Filter to show only contacts saved in any of the user's or their account's active segments */
|
|
1741
|
+
onlySavedContacts?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1738
1742
|
/** Search in contact name, email, title, and company name */
|
|
1739
1743
|
searchQuery?: InputMaybe<Scalars['String']['input']>;
|
|
1740
1744
|
/** Filter by segment IDs (contacts must be in these segments) */
|