FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
22
node_modules/svix/dist/models/endpointStats.js
generated
vendored
Normal file
22
node_modules/svix/dist/models/endpointStats.js
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.EndpointStatsSerializer = void 0;
|
||||
exports.EndpointStatsSerializer = {
|
||||
_fromJsonObject(object) {
|
||||
return {
|
||||
fail: object["fail"],
|
||||
pending: object["pending"],
|
||||
sending: object["sending"],
|
||||
success: object["success"],
|
||||
};
|
||||
},
|
||||
_toJsonObject(self) {
|
||||
return {
|
||||
fail: self.fail,
|
||||
pending: self.pending,
|
||||
sending: self.sending,
|
||||
success: self.success,
|
||||
};
|
||||
},
|
||||
};
|
||||
//# sourceMappingURL=endpointStats.js.map
|
||||
Reference in New Issue
Block a user