shopify-webhook-schemas 0.2.8 → 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.
- package/dist/src/infer-schema.js +12 -0
- package/metadatas/2025-10/inventory_shipments/receive_items.json +1 -1
- package/package.json +1 -1
- package/schemas/2025-04/collections/create.json +20 -0
- package/schemas/2025-04/collections/update.json +20 -0
- package/schemas/2025-07/collections/create.json +20 -0
- package/schemas/2025-07/collections/update.json +20 -0
- package/schemas/2025-10/collections/create.json +20 -0
- package/schemas/2025-10/collections/update.json +20 -0
package/dist/src/infer-schema.js
CHANGED
|
@@ -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
|
@@ -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",
|