@flowio/api-types 0.0.206 → 0.0.207

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.
@@ -10596,6 +10596,8 @@ declare namespace io.flow.internal.v0.models {
10596
10596
  readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
10597
10597
  readonly 'matching_positive_keywords': string[];
10598
10598
  readonly 'matching_negative_keywords': string[];
10599
+ readonly 'positive_search_matches'?: string[];
10600
+ readonly 'negative_search_matches'?: string[];
10599
10601
  readonly 'updated_by_user_id': string;
10600
10602
  }
10601
10603
 
@@ -11332,6 +11334,8 @@ declare namespace io.flow.internal.v0.models {
11332
11334
  readonly 'accepted_rules'?: string[];
11333
11335
  readonly 'positive_keywords'?: string[];
11334
11336
  readonly 'negative_keywords'?: string[];
11337
+ readonly 'positive_search_matches'?: string[];
11338
+ readonly 'negative_search_matches'?: string[];
11335
11339
  readonly 'user_ids'?: string[];
11336
11340
  readonly 'categories'?: string[];
11337
11341
  readonly 'product_name_query'?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.206",
3
+ "version": "0.0.207",
4
4
  "description": "Global TypeScript typings for Flow Commerce API",
5
5
  "repository": {
6
6
  "type": "git",
@@ -14,5 +14,5 @@
14
14
  "scripts": {
15
15
  "generate": "apibuilder update && node scripts/generate-index.js"
16
16
  },
17
- "gitHead": "8ec8b535c64db79aa4a49bf6bd6eb53f46deee7d"
17
+ "gitHead": "f59548a63c0d54be400548738dd1771e26ae7462"
18
18
  }