shopify-webhook-schemas 0.2.9 → 0.3.0

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.
@@ -666,6 +666,18 @@ exports.overrides = [
666
666
  width: { type: "number" },
667
667
  },
668
668
  },
669
+ rules: {
670
+ type: "array",
671
+ items: {
672
+ type: "object",
673
+ properties: {
674
+ column: { type: "string" },
675
+ relation: { type: "string" },
676
+ condition: { type: "string" },
677
+ },
678
+ },
679
+ },
680
+ disjunctive: { type: "boolean" },
669
681
  },
670
682
  },
671
683
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopify-webhook-schemas",
3
- "version": "0.2.9",
3
+ "version": "0.3.0",
4
4
  "description": "",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "commonjs",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",
@@ -8,6 +8,9 @@
8
8
  "body_html": {
9
9
  "type": "string"
10
10
  },
11
+ "disjunctive": {
12
+ "type": "boolean"
13
+ },
11
14
  "handle": {
12
15
  "type": "string"
13
16
  },
@@ -41,6 +44,23 @@
41
44
  "published_scope": {
42
45
  "type": "string"
43
46
  },
47
+ "rules": {
48
+ "items": {
49
+ "properties": {
50
+ "column": {
51
+ "type": "string"
52
+ },
53
+ "condition": {
54
+ "type": "string"
55
+ },
56
+ "relation": {
57
+ "type": "string"
58
+ }
59
+ },
60
+ "type": "object"
61
+ },
62
+ "type": "array"
63
+ },
44
64
  "sort_order": {
45
65
  "type": [
46
66
  "null",