FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
17
node_modules/svix/dist/models/sinkStatusIn.js
generated
vendored
Normal file
17
node_modules/svix/dist/models/sinkStatusIn.js
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.SinkStatusInSerializer = exports.SinkStatusIn = void 0;
|
||||
var SinkStatusIn;
|
||||
(function (SinkStatusIn) {
|
||||
SinkStatusIn["Enabled"] = "enabled";
|
||||
SinkStatusIn["Disabled"] = "disabled";
|
||||
})(SinkStatusIn = exports.SinkStatusIn || (exports.SinkStatusIn = {}));
|
||||
exports.SinkStatusInSerializer = {
|
||||
_fromJsonObject(object) {
|
||||
return object;
|
||||
},
|
||||
_toJsonObject(self) {
|
||||
return self;
|
||||
},
|
||||
};
|
||||
//# sourceMappingURL=sinkStatusIn.js.map
|
||||
Reference in New Issue
Block a user