@things-factory/operato-hub 4.3.615 → 4.3.616
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/openapi/v1/webhook.yaml +16 -0
- package/package.json +14 -14
package/openapi/v1/webhook.yaml
CHANGED
|
@@ -35,6 +35,10 @@ definitions:
|
|
|
35
35
|
- 'arrival_notice_updated'
|
|
36
36
|
- 'arrival_notice_confirmed'
|
|
37
37
|
- 'arrival_notice_completed'
|
|
38
|
+
- 'return_order_created'
|
|
39
|
+
- 'return_order_updated'
|
|
40
|
+
- 'return_order_confirmed'
|
|
41
|
+
- 'return_order_completed'
|
|
38
42
|
- 'grn_created'
|
|
39
43
|
- 'draft_order_created'
|
|
40
44
|
- 'draft_order_updated'
|
|
@@ -99,6 +103,10 @@ definitions:
|
|
|
99
103
|
- 'arrival_notice_updated'
|
|
100
104
|
- 'arrival_notice_confirmed'
|
|
101
105
|
- 'arrival_notice_completed'
|
|
106
|
+
- 'return_order_created'
|
|
107
|
+
- 'return_order_updated'
|
|
108
|
+
- 'return_order_confirmed'
|
|
109
|
+
- 'return_order_completed'
|
|
102
110
|
- 'grn_created'
|
|
103
111
|
- 'draft_order_created'
|
|
104
112
|
- 'draft_order_updated'
|
|
@@ -148,6 +156,10 @@ paths:
|
|
|
148
156
|
- `arrival_notice_updated`: triggered when GAN is updated
|
|
149
157
|
- `arrival_notice_confirmed`: triggered when GAN is confirmed
|
|
150
158
|
- `arrival_notice_completed`: triggered when GAN has completed putaway
|
|
159
|
+
- `return_order_created`: triggered when return order is created
|
|
160
|
+
- `return_order_updated`: triggered when return order is updated
|
|
161
|
+
- `return_order_confirmed`: triggered when return order is confirmed
|
|
162
|
+
- `return_order_completed`: triggered when return order is completed
|
|
151
163
|
- `grn_created`: triggered when GAN completed unloading
|
|
152
164
|
- `draft_order_created`: triggered when draft order is created
|
|
153
165
|
- `draft_order_updated`: triggered when draft order is updated
|
|
@@ -223,6 +235,10 @@ paths:
|
|
|
223
235
|
- 'arrival_notice_updated'
|
|
224
236
|
- 'arrival_notice_confirmed'
|
|
225
237
|
- 'arrival_notice_completed'
|
|
238
|
+
- 'return_order_created'
|
|
239
|
+
- 'return_order_updated'
|
|
240
|
+
- 'return_order_confirmed'
|
|
241
|
+
- 'return_order_completed'
|
|
226
242
|
- 'grn_created'
|
|
227
243
|
- 'draft_order_created'
|
|
228
244
|
- 'draft_order_updated'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-hub",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.616",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -77,22 +77,22 @@
|
|
|
77
77
|
"@things-factory/i18n-base": "^4.3.591",
|
|
78
78
|
"@things-factory/import-ui": "^4.3.591",
|
|
79
79
|
"@things-factory/import-ui-excel": "^4.3.591",
|
|
80
|
-
"@things-factory/integration-accounting": "^4.3.
|
|
81
|
-
"@things-factory/integration-fulfillment": "^4.3.
|
|
82
|
-
"@things-factory/integration-lmd": "^4.3.
|
|
83
|
-
"@things-factory/integration-marketplace": "^4.3.
|
|
84
|
-
"@things-factory/integration-pos": "^4.3.
|
|
85
|
-
"@things-factory/integration-powrup": "^4.3.
|
|
86
|
-
"@things-factory/integration-sellercraft": "^4.3.
|
|
87
|
-
"@things-factory/integration-sftp": "^4.3.
|
|
80
|
+
"@things-factory/integration-accounting": "^4.3.616",
|
|
81
|
+
"@things-factory/integration-fulfillment": "^4.3.616",
|
|
82
|
+
"@things-factory/integration-lmd": "^4.3.616",
|
|
83
|
+
"@things-factory/integration-marketplace": "^4.3.616",
|
|
84
|
+
"@things-factory/integration-pos": "^4.3.616",
|
|
85
|
+
"@things-factory/integration-powrup": "^4.3.616",
|
|
86
|
+
"@things-factory/integration-sellercraft": "^4.3.616",
|
|
87
|
+
"@things-factory/integration-sftp": "^4.3.616",
|
|
88
88
|
"@things-factory/lite-menu": "^4.3.609",
|
|
89
|
-
"@things-factory/marketplace-base": "^4.3.
|
|
89
|
+
"@things-factory/marketplace-base": "^4.3.616",
|
|
90
90
|
"@things-factory/more-ui": "^4.3.591",
|
|
91
91
|
"@things-factory/notification": "^4.3.609",
|
|
92
92
|
"@things-factory/pdf": "^4.3.591",
|
|
93
93
|
"@things-factory/product-ui": "^4.3.607",
|
|
94
94
|
"@things-factory/resource-ui": "^4.3.591",
|
|
95
|
-
"@things-factory/sales-base": "^4.3.
|
|
95
|
+
"@things-factory/sales-base": "^4.3.616",
|
|
96
96
|
"@things-factory/scene-data-transform": "^4.3.591",
|
|
97
97
|
"@things-factory/scene-excel": "^4.3.591",
|
|
98
98
|
"@things-factory/scene-firebase": "^4.3.591",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"@things-factory/shell": "^4.3.591",
|
|
109
109
|
"@things-factory/system-ui": "^4.3.591",
|
|
110
110
|
"@things-factory/transport-base": "^4.3.595",
|
|
111
|
-
"@things-factory/warehouse-base": "^4.3.
|
|
112
|
-
"@things-factory/worksheet-base": "^4.3.
|
|
111
|
+
"@things-factory/warehouse-base": "^4.3.616",
|
|
112
|
+
"@things-factory/worksheet-base": "^4.3.616",
|
|
113
113
|
"cron-parser": "^4.7.0",
|
|
114
114
|
"koa2-swagger-ui": "^5.0.2",
|
|
115
115
|
"swagger-jsdoc": "^5.0.0",
|
|
@@ -122,5 +122,5 @@
|
|
|
122
122
|
"resolutions": {
|
|
123
123
|
"core-js": "^3.16.0"
|
|
124
124
|
},
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "09196a1c89a13cee27346685dde4e8b939b2be10"
|
|
126
126
|
}
|