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