cf-service-sdk 0.1.28 → 0.1.29
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.
|
@@ -1261,6 +1261,8 @@ export type CompanyFilterInput = {
|
|
|
1261
1261
|
metalGrade?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1262
1262
|
/** Filter by metal type ID(s) */
|
|
1263
1263
|
metalType?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1264
|
+
/** Override dynamic score ratio (0.0-1.0) for text relevance threshold (admin only) */
|
|
1265
|
+
minFilterSearchScore?: InputMaybe<Scalars['Float']['input']>;
|
|
1264
1266
|
/** Filter by owner user ID(s) */
|
|
1265
1267
|
owners?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
1266
1268
|
/** Filter by product category ID(s) */
|