Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.GetSslCertificate = void 0;
|
||||
const Watchable_1 = require("./Watchable");
|
||||
class GetSslCertificate extends Watchable_1.Watchable {
|
||||
constructor(effects, opts) {
|
||||
super(effects);
|
||||
this.opts = opts;
|
||||
this.label = 'GetSslCertificate';
|
||||
}
|
||||
fetch(callback) {
|
||||
return this.effects.getSslCertificate({ ...this.opts, callback });
|
||||
}
|
||||
}
|
||||
exports.GetSslCertificate = GetSslCertificate;
|
||||
//# sourceMappingURL=GetSslCertificate.js.map
|
||||
Reference in New Issue
Block a user