@epilot/erp-integration-client 0.30.0-rc1 → 0.30.0-rc2
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/openapi.d.ts +4 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -2216,6 +2216,10 @@ declare namespace Components {
|
|
|
2216
2216
|
* Number of skipped events
|
|
2217
2217
|
*/
|
|
2218
2218
|
skipped_count: number;
|
|
2219
|
+
/**
|
|
2220
|
+
* Number of ACK_TIMEOUT events (acknowledgement timed out)
|
|
2221
|
+
*/
|
|
2222
|
+
ack_timeout_count?: number;
|
|
2219
2223
|
/**
|
|
2220
2224
|
* Success rate as percentage (0-100)
|
|
2221
2225
|
*/
|
package/dist/openapi.json
CHANGED
|
@@ -6830,6 +6830,10 @@
|
|
|
6830
6830
|
"type": "integer",
|
|
6831
6831
|
"description": "Number of skipped events"
|
|
6832
6832
|
},
|
|
6833
|
+
"ack_timeout_count": {
|
|
6834
|
+
"type": "integer",
|
|
6835
|
+
"description": "Number of ACK_TIMEOUT events (acknowledgement timed out)"
|
|
6836
|
+
},
|
|
6833
6837
|
"success_rate": {
|
|
6834
6838
|
"type": "number",
|
|
6835
6839
|
"format": "float",
|