@openinc/parse-server-opendash 2.4.22 → 2.4.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/featuremap.json +2 -0
- package/dist/functions/_init.js +1 -2
- package/dist/functions/getAdminConfig.js +1 -2
- package/dist/functions/getSchemaForAdmin.js +1 -2
- package/dist/functions/opendash-geo-features.js +1 -2
- package/dist/functions/openinc-auth-change-password.js +1 -2
- package/dist/functions/openinc-auth-confirm-email.js +1 -2
- package/dist/functions/openinc-auth-email-confirmation-request.js +1 -2
- package/dist/functions/openinc-auth-email-confirmation.js +1 -2
- package/dist/functions/openinc-auth-login-admin.js +1 -2
- package/dist/functions/openinc-auth-login-passwordless.js +1 -2
- package/dist/functions/openinc-auth-login.js +1 -2
- package/dist/functions/openinc-auth-password-reset-request.js +1 -2
- package/dist/functions/openinc-auth-password-reset.js +1 -2
- package/dist/functions/openinc-auth-signup.js +1 -2
- package/dist/functions/openinc-auth-validate-token.js +1 -2
- package/dist/functions/openinc-auth.common.d.ts +0 -1
- package/dist/functions/openinc-auth.common.js +5 -6
- package/dist/functions/openinc-config.js +1 -2
- package/dist/functions/openinc-geo-google-autocomplete.js +1 -2
- package/dist/functions/openinc-geo-google.common.js +2 -3
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse-raw.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-geocode-reverse.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-geocode.js +1 -2
- package/dist/functions/openinc-geo-graphhopper-route-simple.js +1 -2
- package/dist/functions/openinc-geo-graphhopper.common.js +2 -3
- package/dist/functions/openinc-user-roles.d.ts +1 -0
- package/dist/functions/openinc-user-roles.js +19 -0
- package/dist/helper/pdf2img.js +1 -2
- package/dist/helper/transformLogin.js +1 -2
- package/dist/hooks/Alarm.js +1 -2
- package/dist/hooks/AlarmAction.js +1 -2
- package/dist/hooks/AlarmWebhook.js +1 -2
- package/dist/hooks/Attachment.js +1 -2
- package/dist/hooks/BDE_Form.js +1 -2
- package/dist/hooks/BDE_List.js +1 -2
- package/dist/hooks/BDE_ListEntry.js +1 -2
- package/dist/hooks/BDE_Page.js +1 -2
- package/dist/hooks/BDE_Result.js +1 -2
- package/dist/hooks/BDE_Unit.js +1 -2
- package/dist/hooks/Company.d.ts +1 -0
- package/dist/hooks/Company.js +15 -0
- package/dist/hooks/Config.js +1 -2
- package/dist/hooks/Contact.d.ts +1 -0
- package/dist/hooks/Contact.js +15 -0
- package/dist/hooks/Core_Email.js +4 -5
- package/dist/hooks/Core_Token.js +1 -2
- package/dist/hooks/Dashboard.js +1 -2
- package/dist/hooks/GTFS_Agency.js +1 -2
- package/dist/hooks/GTFS_Bikes_Allowed.js +1 -2
- package/dist/hooks/GTFS_Calendar.js +1 -2
- package/dist/hooks/GTFS_Direction.js +1 -2
- package/dist/hooks/GTFS_Level.js +1 -2
- package/dist/hooks/GTFS_Location_Type.js +1 -2
- package/dist/hooks/GTFS_Route.js +1 -2
- package/dist/hooks/GTFS_Route_Type.js +1 -2
- package/dist/hooks/GTFS_Stop.js +1 -2
- package/dist/hooks/GTFS_Stop_Times.js +1 -2
- package/dist/hooks/GTFS_Trip.js +1 -2
- package/dist/hooks/GTFS_Wheelchair_Accessible.js +1 -2
- package/dist/hooks/GTFS_Wheelchair_Boarding.js +1 -2
- package/dist/hooks/Group.js +1 -2
- package/dist/hooks/Knowledge_Article.js +1 -2
- package/dist/hooks/Knowledge_Category.js +1 -2
- package/dist/hooks/Knowledge_Document.js +1 -2
- package/dist/hooks/Knowledge_DocumentPage.js +1 -2
- package/dist/hooks/Knowledge_Video.js +1 -2
- package/dist/hooks/Language.js +1 -2
- package/dist/hooks/Log.js +1 -2
- package/dist/hooks/MIAAS_MDSEndpoint.js +1 -2
- package/dist/hooks/MailTemplate.js +1 -2
- package/dist/hooks/Maintenance_Article.js +1 -2
- package/dist/hooks/Maintenance_DailySchedule.js +1 -2
- package/dist/hooks/Maintenance_Downtime.js +1 -2
- package/dist/hooks/Maintenance_Duedate.js +1 -2
- package/dist/hooks/Maintenance_Frequency.js +1 -2
- package/dist/hooks/Maintenance_Issuecategory.js +1 -2
- package/dist/hooks/Maintenance_Item.js +1 -2
- package/dist/hooks/Maintenance_Kanban_State.js +1 -2
- package/dist/hooks/Maintenance_Media.js +1 -2
- package/dist/hooks/Maintenance_Message.js +1 -2
- package/dist/hooks/Maintenance_Message_Body.js +1 -2
- package/dist/hooks/Maintenance_Order.js +1 -2
- package/dist/hooks/Maintenance_Priority.js +1 -2
- package/dist/hooks/Maintenance_Restriction.js +1 -2
- package/dist/hooks/Maintenance_Schedule.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Execution.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Execution_Step.js +1 -2
- package/dist/hooks/Maintenance_Schedule_Step.js +1 -2
- package/dist/hooks/Maintenance_SourceMeta.js +1 -2
- package/dist/hooks/Maintenance_Ticket.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Issuecategory.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Kanban_State.js +1 -2
- package/dist/hooks/Maintenance_Ticket_Source.js +1 -2
- package/dist/hooks/Monitoring_DataHierachies.js +1 -2
- package/dist/hooks/Monitoring_Jobs.js +1 -2
- package/dist/hooks/Monitoring_ReportImage.js +1 -2
- package/dist/hooks/Monitoring_Slideshow.js +1 -2
- package/dist/hooks/NavigationGroup.js +1 -2
- package/dist/hooks/NavigationItem.js +1 -2
- package/dist/hooks/Notification.js +1 -2
- package/dist/hooks/Permission.js +1 -2
- package/dist/hooks/Push.js +1 -2
- package/dist/hooks/Report.js +1 -2
- package/dist/hooks/Share.js +1 -2
- package/dist/hooks/Source.js +1 -2
- package/dist/hooks/SourceMeta.js +1 -2
- package/dist/hooks/Tenant.js +1 -2
- package/dist/hooks/TenantMeta.js +1 -2
- package/dist/hooks/TenantTrustedDomain.js +1 -2
- package/dist/hooks/UserData.js +1 -2
- package/dist/hooks/VirtualKPI.js +1 -2
- package/dist/hooks/WebPush.js +1 -2
- package/dist/hooks/Widget.js +1 -2
- package/dist/hooks/WidgetPreset.js +1 -2
- package/dist/hooks/_User.js +1 -2
- package/dist/hooks/_beforeLogin.js +1 -2
- package/dist/hooks/_init.js +1 -2
- package/dist/index.js +17 -17
- package/dist/ow.js +2 -3
- package/dist/types/Alarm.d.ts +0 -1
- package/dist/types/AlarmAction.d.ts +0 -1
- package/dist/types/AlarmWebhook.d.ts +0 -1
- package/dist/types/Attachment.d.ts +0 -1
- package/dist/types/BDE_Form.d.ts +0 -1
- package/dist/types/BDE_List.d.ts +0 -1
- package/dist/types/BDE_ListEntry.d.ts +0 -1
- package/dist/types/BDE_Page.d.ts +0 -1
- package/dist/types/BDE_Result.d.ts +0 -1
- package/dist/types/BDE_Unit.d.ts +0 -1
- package/dist/types/Company.d.ts +23 -0
- package/dist/types/Company.js +29 -0
- package/dist/types/Config.d.ts +0 -1
- package/dist/types/Contact.d.ts +0 -1
- package/dist/types/Core_Email.d.ts +0 -1
- package/dist/types/Core_Token.d.ts +0 -1
- package/dist/types/Dashboard.d.ts +0 -1
- package/dist/types/GTFS_Agency.d.ts +0 -1
- package/dist/types/GTFS_Bikes_Allowed.d.ts +0 -1
- package/dist/types/GTFS_Calendar.d.ts +0 -1
- package/dist/types/GTFS_Direction.d.ts +0 -1
- package/dist/types/GTFS_Level.d.ts +0 -1
- package/dist/types/GTFS_Location_Type.d.ts +0 -1
- package/dist/types/GTFS_Route.d.ts +0 -1
- package/dist/types/GTFS_Route_Type.d.ts +0 -1
- package/dist/types/GTFS_Stop.d.ts +0 -1
- package/dist/types/GTFS_Stop_Times.d.ts +0 -1
- package/dist/types/GTFS_Trip.d.ts +0 -1
- package/dist/types/GTFS_Wheelchair_Accessible.d.ts +0 -1
- package/dist/types/GTFS_Wheelchair_Boarding.d.ts +0 -1
- package/dist/types/Group.d.ts +0 -1
- package/dist/types/Knowledge_Article.d.ts +0 -1
- package/dist/types/Knowledge_Category.d.ts +0 -1
- package/dist/types/Knowledge_Document.d.ts +0 -1
- package/dist/types/Knowledge_DocumentPage.d.ts +0 -1
- package/dist/types/Knowledge_Video.d.ts +0 -1
- package/dist/types/Language.d.ts +0 -1
- package/dist/types/Log.d.ts +0 -1
- package/dist/types/MIAAS_MDSEndpoint.d.ts +0 -1
- package/dist/types/MailTemplate.d.ts +0 -1
- package/dist/types/Maintenance_Article.d.ts +0 -1
- package/dist/types/Maintenance_DailySchedule.d.ts +3 -1
- package/dist/types/Maintenance_DailySchedule.js +6 -0
- package/dist/types/Maintenance_Downtime.d.ts +0 -1
- package/dist/types/Maintenance_Duedate.d.ts +0 -1
- package/dist/types/Maintenance_File.d.ts +0 -1
- package/dist/types/Maintenance_Frequency.d.ts +0 -1
- package/dist/types/Maintenance_Issuecategory.d.ts +0 -1
- package/dist/types/Maintenance_Item.d.ts +0 -1
- package/dist/types/Maintenance_Kanban_State.d.ts +0 -1
- package/dist/types/Maintenance_Media.d.ts +0 -1
- package/dist/types/Maintenance_Message.d.ts +0 -1
- package/dist/types/Maintenance_Message_Body.d.ts +0 -1
- package/dist/types/Maintenance_Order.d.ts +0 -1
- package/dist/types/Maintenance_Priority.d.ts +0 -1
- package/dist/types/Maintenance_Restriction.d.ts +0 -1
- package/dist/types/Maintenance_Schedule.d.ts +0 -1
- package/dist/types/Maintenance_Schedule_Execution.d.ts +0 -1
- package/dist/types/Maintenance_Schedule_Execution_Step.d.ts +4 -5
- package/dist/types/Maintenance_Schedule_Execution_Step.js +6 -6
- package/dist/types/Maintenance_Schedule_Step.d.ts +4 -5
- package/dist/types/Maintenance_Schedule_Step.js +6 -6
- package/dist/types/Maintenance_SourceMeta.d.ts +0 -1
- package/dist/types/Maintenance_Source_File.d.ts +0 -1
- package/dist/types/Maintenance_Ticket.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Issuecategory.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Kanban_State.d.ts +0 -1
- package/dist/types/Maintenance_Ticket_Source.d.ts +0 -1
- package/dist/types/Monitoring_DataHierachies.d.ts +0 -1
- package/dist/types/Monitoring_Jobs.d.ts +0 -1
- package/dist/types/Monitoring_ReportImage.d.ts +0 -1
- package/dist/types/Monitoring_Slideshow.d.ts +0 -1
- package/dist/types/NavigationGroup.d.ts +0 -1
- package/dist/types/NavigationItem.d.ts +0 -1
- package/dist/types/Notification.d.ts +0 -1
- package/dist/types/Permission.d.ts +0 -1
- package/dist/types/Push.d.ts +0 -1
- package/dist/types/Report.d.ts +0 -1
- package/dist/types/Share.d.ts +0 -1
- package/dist/types/Source.d.ts +0 -1
- package/dist/types/SourceMeta.d.ts +3 -1
- package/dist/types/SourceMeta.js +6 -0
- package/dist/types/Tenant.d.ts +0 -1
- package/dist/types/TenantMeta.d.ts +0 -1
- package/dist/types/TenantTrustedDomain.d.ts +0 -1
- package/dist/types/UserData.d.ts +0 -1
- package/dist/types/VirtualKPI.d.ts +0 -1
- package/dist/types/WebPush.d.ts +0 -1
- package/dist/types/Widget.d.ts +0 -1
- package/dist/types/WidgetPreset.d.ts +0 -1
- package/dist/types/_Role.d.ts +0 -1
- package/dist/types/_Session.d.ts +0 -1
- package/dist/types/_User.d.ts +0 -1
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.js +4 -2
- package/package.json +17 -16
package/dist/hooks/Core_Email.js
CHANGED
|
@@ -3,7 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.initEmailTransport = initEmailTransport;
|
|
7
|
+
exports.sendSimpleEmail = sendSimpleEmail;
|
|
8
|
+
exports.sendTemplateEmail = sendTemplateEmail;
|
|
9
|
+
exports.init = init;
|
|
7
10
|
const fs_1 = __importDefault(require("fs"));
|
|
8
11
|
const nodemailer_1 = __importDefault(require("nodemailer"));
|
|
9
12
|
const nunjucks_1 = __importDefault(require("nunjucks"));
|
|
@@ -37,7 +40,6 @@ async function initEmailTransport() {
|
|
|
37
40
|
process.exit(1);
|
|
38
41
|
}
|
|
39
42
|
}
|
|
40
|
-
exports.initEmailTransport = initEmailTransport;
|
|
41
43
|
async function sendSimpleEmail(to, subject, text) {
|
|
42
44
|
const email = new types_1.Core_Email({
|
|
43
45
|
payload: {
|
|
@@ -49,7 +51,6 @@ async function sendSimpleEmail(to, subject, text) {
|
|
|
49
51
|
await email.save(null, { useMasterKey: true });
|
|
50
52
|
return email;
|
|
51
53
|
}
|
|
52
|
-
exports.sendSimpleEmail = sendSimpleEmail;
|
|
53
54
|
async function sendTemplateEmail({ to, subject, fallback, template, data, }) {
|
|
54
55
|
const email = new types_1.Core_Email({
|
|
55
56
|
payload: {
|
|
@@ -62,7 +63,6 @@ async function sendTemplateEmail({ to, subject, fallback, template, data, }) {
|
|
|
62
63
|
await email.save(null, { useMasterKey: true });
|
|
63
64
|
return email;
|
|
64
65
|
}
|
|
65
|
-
exports.sendTemplateEmail = sendTemplateEmail;
|
|
66
66
|
function validateEmailTemplate(templateDir, template) {
|
|
67
67
|
const templatePath = (0, path_1.join)(templateDir, template);
|
|
68
68
|
if (!fs_1.default.existsSync(templateDir)) {
|
|
@@ -112,4 +112,3 @@ async function init() {
|
|
|
112
112
|
}
|
|
113
113
|
});
|
|
114
114
|
}
|
|
115
|
-
exports.init = init;
|
package/dist/hooks/Core_Token.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -8,4 +8,3 @@ async function init() {
|
|
|
8
8
|
request.object.setACL(new Parse.ACL());
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
-
exports.init = init;
|
package/dist/hooks/Dashboard.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -30,4 +30,3 @@ async function init() {
|
|
|
30
30
|
}
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/GTFS_Level.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/GTFS_Route.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/GTFS_Stop.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/GTFS_Trip.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/Group.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -53,4 +53,3 @@ async function init() {
|
|
|
53
53
|
}
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const pdf2img_1 = require("../helper/pdf2img");
|
|
5
5
|
const __1 = require("..");
|
|
6
6
|
const types_1 = require("../types");
|
|
@@ -57,4 +57,3 @@ async function init() {
|
|
|
57
57
|
}
|
|
58
58
|
});
|
|
59
59
|
}
|
|
60
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -19,4 +19,3 @@ async function init() {
|
|
|
19
19
|
await object.image.destroy();
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/Language.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
package/dist/hooks/Log.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -18,4 +18,3 @@ async function init() {
|
|
|
18
18
|
// TODO
|
|
19
19
|
});
|
|
20
20
|
}
|
|
21
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.init =
|
|
3
|
+
exports.init = init;
|
|
4
4
|
const __1 = require("..");
|
|
5
5
|
const types_1 = require("../types");
|
|
6
6
|
async function init() {
|
|
@@ -15,4 +15,3 @@ async function init() {
|
|
|
15
15
|
// TODO
|
|
16
16
|
});
|
|
17
17
|
}
|
|
18
|
-
exports.init = init;
|