@flowio/api-internal-prop-types 9.24.74 → 9.24.75
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.
- package/lib/api-internal.d.ts +4 -0
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +4 -0
- package/src/api-internal.js +4 -0
package/lib/api-internal.d.ts
CHANGED
|
@@ -26436,6 +26436,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26436
26436
|
readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
|
|
26437
26437
|
readonly 'matching_positive_keywords': string[];
|
|
26438
26438
|
readonly 'matching_negative_keywords': string[];
|
|
26439
|
+
readonly 'positive_search_matches'?: string[];
|
|
26440
|
+
readonly 'negative_search_matches'?: string[];
|
|
26439
26441
|
readonly 'updated_by_user_id': string;
|
|
26440
26442
|
}
|
|
26441
26443
|
|
|
@@ -27172,6 +27174,8 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27172
27174
|
readonly 'accepted_rules'?: string[];
|
|
27173
27175
|
readonly 'positive_keywords'?: string[];
|
|
27174
27176
|
readonly 'negative_keywords'?: string[];
|
|
27177
|
+
readonly 'positive_search_matches'?: string[];
|
|
27178
|
+
readonly 'negative_search_matches'?: string[];
|
|
27175
27179
|
readonly 'user_ids'?: string[];
|
|
27176
27180
|
readonly 'categories'?: string[];
|
|
27177
27181
|
readonly 'product_name_query'?: string;
|