wisp-schema 1.13.0 → 1.13.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eeb9206257feeb574352100cdddc7676d9fa13363036469f95feb6c8cc4b2ab2
4
- data.tar.gz: 0561035a8625f45e59e7b189881f8133662b91737e7210fcc51e874de1a7eae9
3
+ metadata.gz: 977a7b37e134eb9bc09bab4ad2cc79b3c38ac9481a015b3e8fe871916974861f
4
+ data.tar.gz: 30fcb095f2fea749a10d5dc5a6836bb740e14b2c9514e5d7adc76d8a79430fef
5
5
  SHA512:
6
- metadata.gz: e6b0b5dee7147bd901074c81ae712d2e021a93b872ff01b12e5cf047c2159e49722ff18cd4da4140b028f7de9f65eb90901d880ebcb08fccaf3fd019d45761c2
7
- data.tar.gz: 6fae2b05a79caaf574d9e9d55cdb3dfaeab1a766af15ccc10a9bfeb4c74ed5b9e27ecd904a4a5b7abdc609a2348792b56bbaeeb69e7b68577cb440bfdc653775
6
+ metadata.gz: a99764064fa8936f907cd5d5defbdb04c71596e750877e100af5d904eb602dac8b90f3e5ecea51328ffdcd50b2d68f01384acb73d795279877da7b3e8e18661b
7
+ data.tar.gz: 374c50d5d73d9571e284dfe6c8a21a3fbc6a8ea15f8f1264bcdd81604f21c63be0b3e5694759939cc541021a24d8f62a82d79951172351f6eb74b94052a6a145
data/canary-nouns.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "image_match_mode": {
19
19
  "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
20
20
  },
21
+ "search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
21
22
  "ocr_expression": {
22
23
  "title": "Expression to use for text matching",
23
24
  "type": "string",
data/canary-wisp.json CHANGED
@@ -25,6 +25,7 @@
25
25
  "image_match_mode": {
26
26
  "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
27
27
  },
28
+ "search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
28
29
  "ocr_expression": {
29
30
  "title": "Expression to use for text matching",
30
31
  "type": "string",
data/lib/version.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.13.0"
5
- STABLE_VERSION = "1.13.0"
4
+ VERSION = "1.13.1"
5
+ STABLE_VERSION = "1.13.1"
6
6
  CANARY_VERSION = "2.0.0"
7
7
  end
data/nouns.json CHANGED
@@ -18,6 +18,7 @@
18
18
  "image_match_mode": {
19
19
  "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
20
20
  },
21
+ "search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
21
22
  "ocr_expression": {
22
23
  "title": "Expression to use for text matching",
23
24
  "type": "string",
data/wisp.json CHANGED
@@ -25,6 +25,7 @@
25
25
  "image_match_mode": {
26
26
  "enum": ["pixel", "pixel_and_ocr", "semantic", "strict"]
27
27
  },
28
+ "search_term": {"title": "Text describing UI Element or it's location", "type": "string"},
28
29
  "ocr_expression": {
29
30
  "title": "Expression to use for text matching",
30
31
  "type": "string",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski