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