@wowok/skills 1.1.9 → 1.1.10

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.
@@ -0,0 +1,87 @@
1
+ [
2
+ {
3
+ "name": "Cancelled",
4
+ "pairs": [
5
+ {
6
+ "prev_node": "",
7
+ "threshold": 0,
8
+ "forwards": [
9
+ {
10
+ "name": "Cancel Order",
11
+ "weight": 1,
12
+ "namedOperator": "",
13
+ "permissionIndex": null
14
+ }
15
+ ]
16
+ }
17
+ ]
18
+ },
19
+ {
20
+ "name": "Completed",
21
+ "pairs": [
22
+ {
23
+ "prev_node": "In Transit",
24
+ "threshold": 1,
25
+ "forwards": [
26
+ {
27
+ "name": "Complete Order",
28
+ "weight": 1,
29
+ "namedOperator": "",
30
+ "permissionIndex": null
31
+ }
32
+ ]
33
+ }
34
+ ]
35
+ },
36
+ {
37
+ "name": "In Transit",
38
+ "pairs": [
39
+ {
40
+ "prev_node": "Shipping",
41
+ "threshold": 1,
42
+ "forwards": [
43
+ {
44
+ "name": "Confirm Delivery",
45
+ "weight": 1,
46
+ "namedOperator": null,
47
+ "permissionIndex": 1002
48
+ }
49
+ ]
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "name": "Order Confirmation",
55
+ "pairs": [
56
+ {
57
+ "prev_node": "",
58
+ "threshold": 0,
59
+ "forwards": [
60
+ {
61
+ "name": "Confirm Order",
62
+ "weight": 1,
63
+ "namedOperator": null,
64
+ "permissionIndex": 1000
65
+ }
66
+ ]
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "name": "Shipping",
72
+ "pairs": [
73
+ {
74
+ "prev_node": "Order Confirmation",
75
+ "threshold": 1,
76
+ "forwards": [
77
+ {
78
+ "name": "Ship Goods",
79
+ "weight": 1,
80
+ "namedOperator": null,
81
+ "permissionIndex": 1001
82
+ }
83
+ ]
84
+ }
85
+ ]
86
+ }
87
+ ]