@servicelabsco/slabs-access-manager 1.0.67 → 1.0.69
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/access/controllers/business.report.controller.js.map +1 -1
- package/dist/access/controllers/dashboard.report.controller.js +2 -1
- package/dist/access/controllers/dashboard.report.controller.js.map +1 -1
- package/dist/access/controllers/index.d.ts +1 -0
- package/dist/access/controllers/index.js +1 -0
- package/dist/access/controllers/index.js.map +1 -1
- package/dist/access/controllers/oauth.as.controller.d.ts +1 -0
- package/dist/access/controllers/oauth.as.controller.js +24 -0
- package/dist/access/controllers/oauth.as.controller.js.map +1 -1
- package/dist/access/controllers/report.view.controller.d.ts +101 -0
- package/dist/access/controllers/report.view.controller.js +66 -0
- package/dist/access/controllers/report.view.controller.js.map +1 -0
- package/dist/access/controllers/whoami.controller.js +3 -2
- package/dist/access/controllers/whoami.controller.js.map +1 -1
- package/dist/access/dtos/index.d.ts +1 -0
- package/dist/access/dtos/index.js +1 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/report.view.query.dto.d.ts +23 -0
- package/dist/access/dtos/report.view.query.dto.js +56 -0
- package/dist/access/dtos/report.view.query.dto.js.map +1 -0
- package/dist/access/es6.classes.d.ts +24 -14
- package/dist/access/es6.classes.js +42 -25
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/jobs/form.script.job.js +1 -1
- package/dist/access/libraries/index.d.ts +1 -0
- package/dist/access/libraries/index.js +1 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/process.form.script.list.js.map +1 -1
- package/dist/access/libraries/report.view.query.compiler.d.ts +163 -0
- package/dist/access/libraries/report.view.query.compiler.js +399 -0
- package/dist/access/libraries/report.view.query.compiler.js.map +1 -0
- package/dist/access/services/credential.resolve.service.js +18 -3
- package/dist/access/services/credential.resolve.service.js.map +1 -1
- package/dist/access/services/es6.jobs.service.d.ts +3 -3
- package/dist/access/services/es6.jobs.service.js +5 -5
- package/dist/access/services/es6.jobs.service.js.map +1 -1
- package/dist/access/services/index.d.ts +1 -0
- package/dist/access/services/index.js +1 -0
- package/dist/access/services/index.js.map +1 -1
- package/dist/access/services/oauth.as.service.d.ts +8 -5
- package/dist/access/services/oauth.as.service.js +92 -48
- package/dist/access/services/oauth.as.service.js.map +1 -1
- package/dist/access/services/report.view.service.d.ts +111 -0
- package/dist/access/services/report.view.service.js +234 -0
- package/dist/access/services/report.view.service.js.map +1 -0
- package/dist/accessUtility/access.utility.module.js +2 -2
- package/dist/accessUtility/access.utility.module.js.map +1 -1
- package/dist/accessUtility/es6.classes.d.ts +1 -1
- package/dist/accessUtility/es6.classes.js +2 -2
- package/dist/accessUtility/es6.classes.js.map +1 -1
- package/dist/accessUtility/index.d.ts +1 -1
- package/dist/accessUtility/index.js +1 -1
- package/dist/accessUtility/index.js.map +1 -1
- package/dist/accessUtility/{types/bulk.upload.item.record.js → interfaces/bulk.upload.item.record.interface.js} +1 -1
- package/dist/accessUtility/interfaces/bulk.upload.item.record.interface.js.map +1 -0
- package/dist/accessUtility/interfaces/index.d.ts +1 -0
- package/dist/accessUtility/interfaces/index.js +18 -0
- package/dist/accessUtility/interfaces/index.js.map +1 -0
- package/dist/accessUtility/jobs/bulk.upload.column.match.job.js.map +1 -1
- package/dist/accessUtility/jobs/push.to.bulk.item.job.d.ts +1 -1
- package/dist/accessUtility/libraries/set.bulk.upload.log.file.js.map +1 -1
- package/dist/accessUtility/services/bulk.upload.item.store.d.ts +1 -1
- package/dist/accessUtility/services/bulk.upload.item.store.js.map +1 -1
- package/dist/app.module.js +2 -0
- package/dist/app.module.js.map +1 -1
- package/dist/config/entity.constants.d.ts +2 -2
- package/dist/config/entity.constants.js +2 -2
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/config/mongo.config.d.ts +3 -0
- package/dist/config/mongo.config.js +16 -0
- package/dist/config/mongo.config.js.map +1 -0
- package/dist/config/source.hash.d.ts +1 -0
- package/dist/config/source.hash.js +1 -0
- package/dist/config/source.hash.js.map +1 -1
- package/dist/development/controllers/development.catalog.controller.d.ts +53 -0
- package/dist/development/controllers/development.catalog.controller.js +112 -0
- package/dist/development/controllers/development.catalog.controller.js.map +1 -0
- package/dist/development/controllers/index.d.ts +1 -0
- package/dist/development/controllers/index.js +1 -0
- package/dist/development/controllers/index.js.map +1 -1
- package/dist/development/development.module.js +2 -1
- package/dist/development/development.module.js.map +1 -1
- package/dist/development/dtos/column.catalog.attributes.dto.d.ts +10 -0
- package/dist/development/dtos/column.catalog.attributes.dto.js +58 -0
- package/dist/development/dtos/column.catalog.attributes.dto.js.map +1 -0
- package/dist/development/dtos/index.d.ts +2 -0
- package/dist/development/dtos/index.js +19 -0
- package/dist/development/dtos/index.js.map +1 -0
- package/dist/development/dtos/material.view.catalog.attributes.dto.d.ts +25 -0
- package/dist/development/dtos/material.view.catalog.attributes.dto.js +114 -0
- package/dist/development/dtos/material.view.catalog.attributes.dto.js.map +1 -0
- package/dist/development/es6.classes.d.ts +10 -3
- package/dist/development/es6.classes.js +10 -3
- package/dist/development/es6.classes.js.map +1 -1
- package/dist/development/gates/index.d.ts +1 -0
- package/dist/{accessUtility/types → development/gates}/index.js +1 -1
- package/dist/development/gates/index.js.map +1 -0
- package/dist/development/gates/reporting.catalog.gate.d.ts +8 -0
- package/dist/development/gates/reporting.catalog.gate.js +39 -0
- package/dist/development/gates/reporting.catalog.gate.js.map +1 -0
- package/dist/development/index.d.ts +2 -0
- package/dist/development/index.js +2 -0
- package/dist/development/index.js.map +1 -1
- package/dist/development/services/admin.report.view.service.d.ts +92 -0
- package/dist/development/services/admin.report.view.service.js +459 -0
- package/dist/development/services/admin.report.view.service.js.map +1 -0
- package/dist/development/services/index.d.ts +1 -0
- package/dist/development/services/index.js +1 -0
- package/dist/development/services/index.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/mcp/admin/tools/admin.tool.registry.js +14 -0
- package/dist/mcp/admin/tools/admin.tool.registry.js.map +1 -1
- package/dist/mcp/admin/tools/catalog/admin.catalog.validate.tool.d.ts +16 -0
- package/dist/mcp/admin/tools/catalog/admin.catalog.validate.tool.js +22 -0
- package/dist/mcp/admin/tools/catalog/admin.catalog.validate.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.column.describe.tool.d.ts +30 -0
- package/dist/mcp/admin/tools/catalog/admin.column.describe.tool.js +37 -0
- package/dist/mcp/admin/tools/catalog/admin.column.describe.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.view.columns.sync.tool.d.ts +22 -0
- package/dist/mcp/admin/tools/catalog/admin.view.columns.sync.tool.js +31 -0
- package/dist/mcp/admin/tools/catalog/admin.view.columns.sync.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.view.register.tool.d.ts +22 -0
- package/dist/mcp/admin/tools/catalog/admin.view.register.tool.js +28 -0
- package/dist/mcp/admin/tools/catalog/admin.view.register.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.view.sample.tool.d.ts +21 -0
- package/dist/mcp/admin/tools/catalog/admin.view.sample.tool.js +32 -0
- package/dist/mcp/admin/tools/catalog/admin.view.sample.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.view.update.tool.d.ts +22 -0
- package/dist/mcp/admin/tools/catalog/admin.view.update.tool.js +29 -0
- package/dist/mcp/admin/tools/catalog/admin.view.update.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/admin.views.list.tool.d.ts +10 -0
- package/dist/mcp/admin/tools/catalog/admin.views.list.tool.js +20 -0
- package/dist/mcp/admin/tools/catalog/admin.views.list.tool.js.map +1 -0
- package/dist/mcp/admin/tools/catalog/index.d.ts +7 -0
- package/dist/mcp/admin/tools/catalog/index.js +24 -0
- package/dist/mcp/admin/tools/catalog/index.js.map +1 -0
- package/dist/mcp/admin/tools/form_script/form.script.create.tool.js.map +1 -1
- package/dist/mcp/admin/tools/form_script/form.script.list.tool.js.map +1 -1
- package/dist/mcp/admin/tools/form_script/form.script.update.tool.js.map +1 -1
- package/dist/mcp/admin/tools/index.d.ts +1 -0
- package/dist/mcp/admin/tools/index.js +1 -0
- package/dist/mcp/admin/tools/index.js.map +1 -1
- package/dist/mcp/admin/tools/report/report.create.tool.js.map +1 -1
- package/dist/mcp/admin/tools/report/report.update.tool.js.map +1 -1
- package/dist/mcp/auth/mcp.idempotency.store.js +3 -1
- package/dist/mcp/auth/mcp.idempotency.store.js.map +1 -1
- package/dist/mcp/catalog/assert.valid.catalog.d.ts +3 -0
- package/dist/mcp/catalog/assert.valid.catalog.js +2 -0
- package/dist/mcp/catalog/assert.valid.catalog.js.map +1 -1
- package/dist/mcp/es6.classes.d.ts +54 -8
- package/dist/mcp/es6.classes.js +74 -12
- package/dist/mcp/es6.classes.js.map +1 -1
- package/dist/mcp/http/mcp.http.module.js +5 -2
- package/dist/mcp/http/mcp.http.module.js.map +1 -1
- package/dist/mcp/index.d.ts +2 -0
- package/dist/mcp/index.js +2 -0
- package/dist/mcp/index.js.map +1 -1
- package/dist/mcp/logging/index.d.ts +3 -0
- package/dist/mcp/logging/index.js +20 -0
- package/dist/mcp/logging/index.js.map +1 -0
- package/dist/mcp/logging/mcp.call.log.interceptor.d.ts +16 -0
- package/dist/mcp/logging/mcp.call.log.interceptor.js +140 -0
- package/dist/mcp/logging/mcp.call.log.interceptor.js.map +1 -0
- package/dist/mcp/logging/mcp.call.log.writer.d.ts +11 -0
- package/dist/mcp/logging/mcp.call.log.writer.js +62 -0
- package/dist/mcp/logging/mcp.call.log.writer.js.map +1 -0
- package/dist/mcp/logging/sanitize.mcp.call.log.d.ts +44 -0
- package/dist/mcp/logging/sanitize.mcp.call.log.js +112 -0
- package/dist/mcp/logging/sanitize.mcp.call.log.js.map +1 -0
- package/dist/mcp/mcp.module.d.ts +1 -1
- package/dist/mcp/mcp.module.js.map +1 -1
- package/dist/mcp/mentities/index.d.ts +1 -0
- package/dist/mcp/mentities/index.js +18 -0
- package/dist/mcp/mentities/index.js.map +1 -0
- package/dist/mcp/mentities/mcp.call.log.mentity.d.ts +17 -0
- package/dist/mcp/mentities/mcp.call.log.mentity.js +79 -0
- package/dist/mcp/mentities/mcp.call.log.mentity.js.map +1 -0
- package/dist/mcp/tools/index.d.ts +3 -0
- package/dist/mcp/tools/index.js +3 -0
- package/dist/mcp/tools/index.js.map +1 -1
- package/dist/mcp/tools/reports.run.tool.js.map +1 -1
- package/dist/mcp/tools/tool.registry.js +4 -21
- package/dist/mcp/tools/tool.registry.js.map +1 -1
- package/dist/mcp/tools/view.describe.tool.d.ts +17 -0
- package/dist/mcp/tools/view.describe.tool.js +23 -0
- package/dist/mcp/tools/view.describe.tool.js.map +1 -0
- package/dist/mcp/tools/view.query.tool.d.ts +75 -0
- package/dist/mcp/tools/view.query.tool.js +51 -0
- package/dist/mcp/tools/view.query.tool.js.map +1 -0
- package/dist/mcp/tools/views.list.tool.d.ts +10 -0
- package/dist/mcp/tools/views.list.tool.js +20 -0
- package/dist/mcp/tools/views.list.tool.js.map +1 -0
- package/package.json +2 -2
- package/dist/accessUtility/types/bulk.upload.item.record.js.map +0 -1
- package/dist/accessUtility/types/index.d.ts +0 -1
- package/dist/accessUtility/types/index.js.map +0 -1
- /package/dist/accessUtility/{types/bulk.upload.item.record.d.ts → interfaces/bulk.upload.item.record.interface.d.ts} +0 -0
|
@@ -28,9 +28,9 @@ import { DeviceAuthController } from './controllers/device.auth.controller';
|
|
|
28
28
|
import { DownloadLogController } from './controllers/download.log.controller';
|
|
29
29
|
import { EmailRuleController } from './controllers/email.rule.controller';
|
|
30
30
|
import { EventTriggerController } from './controllers/event.trigger.controller';
|
|
31
|
-
import { FormScriptController } from './controllers/form.script.controller';
|
|
32
31
|
import { EventTriggerLogController } from './controllers/event.trigger.log.controller';
|
|
33
32
|
import { FcmTokenController } from './controllers/fcm.token.controller';
|
|
33
|
+
import { FormScriptController } from './controllers/form.script.controller';
|
|
34
34
|
import { GroupMemberController } from './controllers/group.member.controller';
|
|
35
35
|
import { GroupRoleController } from './controllers/group.role.controller';
|
|
36
36
|
import { GstMappingController } from './controllers/gst.mapping.controller';
|
|
@@ -45,14 +45,15 @@ import { ModuleMenuController } from './controllers/module.menu.controller';
|
|
|
45
45
|
import { OauthAsController } from './controllers/oauth.as.controller';
|
|
46
46
|
import { OauthDiscoveryController } from './controllers/oauth.discovery.controller';
|
|
47
47
|
import { OverridingScriptController } from './controllers/overriding.script.controller';
|
|
48
|
+
import { ReportViewController } from './controllers/report.view.controller';
|
|
48
49
|
import { ScheduledReportController } from './controllers/scheduled.report.controller';
|
|
49
50
|
import { ScheduledReportItemController } from './controllers/scheduled.report.item.controller';
|
|
50
51
|
import { TagController } from './controllers/tag.controller';
|
|
51
52
|
import { UiActionController } from './controllers/ui.action.controller';
|
|
52
53
|
import { UserBusinessSecretController } from './controllers/user.business.secret.controller';
|
|
53
54
|
import { UserNotificationController } from './controllers/user.notification.controller';
|
|
54
|
-
import { WhoamiController } from './controllers/whoami.controller';
|
|
55
55
|
import { UserPreferenceController } from './controllers/user.preference.controller';
|
|
56
|
+
import { WhoamiController } from './controllers/whoami.controller';
|
|
56
57
|
import { AccessBusinessParamDto } from './dtos/access.business.param.dto';
|
|
57
58
|
import { AddBusinessAppIntegrationDto } from './dtos/add.business.app.integration.dto';
|
|
58
59
|
import { AddBusinessCurrencyDto } from './dtos/add.business.currency.dto';
|
|
@@ -101,6 +102,7 @@ import { OauthRegisterDto } from './dtos/oauth.register.dto';
|
|
|
101
102
|
import { ProcessCommonListConfigDto } from './dtos/process.common.list.config.dto';
|
|
102
103
|
import { ProcessListingPayloadDto } from './dtos/process.listing.payload.dto';
|
|
103
104
|
import { RecurringDefinitionDto } from './dtos/recurring.definition.dto';
|
|
105
|
+
import { ReportViewQueryDto } from './dtos/report.view.query.dto';
|
|
104
106
|
import { RequestLogOptionsDto } from './dtos/request.log.options.dto';
|
|
105
107
|
import { SendEmailNotificationDataDto } from './dtos/send.email.notification.data.dto';
|
|
106
108
|
import { SendWebhookRequestPayload } from './dtos/send.webhook.request.payload';
|
|
@@ -225,7 +227,6 @@ import { EmailTemplateLogJob } from './jobs/email.template.log.job';
|
|
|
225
227
|
import { EmailTemplateRecipientJob } from './jobs/email.template.recipient.job';
|
|
226
228
|
import { EvaluateEmailRuleJob } from './jobs/evaluate.email.rule.job';
|
|
227
229
|
import { EventTriggerJob } from './jobs/event.trigger.job';
|
|
228
|
-
import { FormScriptJob } from './jobs/form.script.job';
|
|
229
230
|
import { EventTriggerLogJob } from './jobs/event.trigger.log.job';
|
|
230
231
|
import { ExecuteBusinessScriptJob } from './jobs/execute.business.script.job';
|
|
231
232
|
import { ExecutionLogJob } from './jobs/execution.log.job';
|
|
@@ -235,6 +236,7 @@ import { FcmTemplateJob } from './jobs/fcm.template.job';
|
|
|
235
236
|
import { FcmTokenJob } from './jobs/fcm.token.job';
|
|
236
237
|
import { FeatureJob } from './jobs/feature.job';
|
|
237
238
|
import { FeatureMenuJob } from './jobs/feature.menu.job';
|
|
239
|
+
import { FormScriptJob } from './jobs/form.script.job';
|
|
238
240
|
import { GchatIncomingWebhookJob } from './jobs/gchat.incoming.webhook.job';
|
|
239
241
|
import { GchatMessageJob } from './jobs/gchat.message.job';
|
|
240
242
|
import { GchatTemplateJob } from './jobs/gchat.template.job';
|
|
@@ -302,7 +304,6 @@ import { WhitelistedWhatsappNumberJob } from './jobs/whitelisted.whatsapp.number
|
|
|
302
304
|
import { CommonTagController } from './libraries/common.tag.controller';
|
|
303
305
|
import { ConversationController } from './libraries/conversation.controller';
|
|
304
306
|
import { CreateUserBusinessSecret } from './libraries/create.user.business.secret';
|
|
305
|
-
import { UserSecretView } from './libraries/user.secret.view';
|
|
306
307
|
import { DateFn } from './libraries/date.fn';
|
|
307
308
|
import { EvaluateEmailRule } from './libraries/evaluate.email.rule';
|
|
308
309
|
import { ExecuteBusinessScript } from './libraries/execute.business.script';
|
|
@@ -326,7 +327,6 @@ import { ProcessBusinessPropertyList } from './libraries/process.business.proper
|
|
|
326
327
|
import { ProcessBusinessReportList } from './libraries/process.business.report.list';
|
|
327
328
|
import { ProcessBusinessScriptCreation } from './libraries/process.business.script.creation';
|
|
328
329
|
import { ProcessBusinessScriptData } from './libraries/process.business.script.data';
|
|
329
|
-
import { ProcessFormScriptList } from './libraries/process.form.script.list';
|
|
330
330
|
import { ProcessBusinessScriptList } from './libraries/process.business.script.list';
|
|
331
331
|
import { ProcessBusinessUserGroupList } from './libraries/process.business.user.group.list';
|
|
332
332
|
import { ProcessBusinessUserNotificationPreferenceList } from './libraries/process.business.user.notification.preference.list';
|
|
@@ -356,6 +356,7 @@ import { ProcessEventTriggerList } from './libraries/process.event.trigger.list'
|
|
|
356
356
|
import { ProcessEventTriggerLogList } from './libraries/process.event.trigger.log.list';
|
|
357
357
|
import { ProcessFeatureMenuAddition } from './libraries/process.feature.menu.addition';
|
|
358
358
|
import { ProcessFeatureMenuDeletion } from './libraries/process.feature.menu.deletion';
|
|
359
|
+
import { ProcessFormScriptList } from './libraries/process.form.script.list';
|
|
359
360
|
import { ProcessGenerateReport } from './libraries/process.generate.report';
|
|
360
361
|
import { ProcessGmailMessage } from './libraries/process.gmail.message';
|
|
361
362
|
import { ProcessGroupMemberList } from './libraries/process.group.member.list';
|
|
@@ -366,6 +367,7 @@ import { ProcessGstMappingList } from './libraries/process.gst.mapping.list';
|
|
|
366
367
|
import { ProcessInternalNotification } from './libraries/process.internal.notification';
|
|
367
368
|
import { ProcessListingCsvFile } from './libraries/process.listing.csv.file';
|
|
368
369
|
import { ProcessListingPageCreation } from './libraries/process.listing.page.creation';
|
|
370
|
+
import { ProcessListingPageQuery } from './libraries/process.listing.page.query';
|
|
369
371
|
import { ProcessLockScriptData } from './libraries/process.lock.script.data';
|
|
370
372
|
import { ProcessLockScriptList } from './libraries/process.lock.script.list';
|
|
371
373
|
import { ProcessMenuCreation } from './libraries/process.menu.creation';
|
|
@@ -402,6 +404,7 @@ import { SendWebhookRequest } from './libraries/send.webhook.request';
|
|
|
402
404
|
import { SendWhatsappMessageNotification } from './libraries/send.whatsapp.message.notification';
|
|
403
405
|
import { SetFcmToken } from './libraries/set.fcm.token';
|
|
404
406
|
import { SyncBusinessUserRole } from './libraries/sync.business.user.role';
|
|
407
|
+
import { UserSecretView } from './libraries/user.secret.view';
|
|
405
408
|
import { ValidateCustomFieldData } from './libraries/validate.custom.field.data';
|
|
406
409
|
import { BusinessMiddleware } from './middlewares/business.middleware';
|
|
407
410
|
import { ExternalAccessMiddleware } from './middlewares/external.access.middleware';
|
|
@@ -410,7 +413,6 @@ import { McpAccessMiddleware } from './middlewares/mcp.access.middleware';
|
|
|
410
413
|
import { McpRateLimitMiddleware } from './middlewares/mcp.rate.limit.middleware';
|
|
411
414
|
import { UserBusinessAccessMiddleware } from './middlewares/user.business.access.middleware';
|
|
412
415
|
import { AccessBusinessService } from './services/access.business.service';
|
|
413
|
-
import { DeveloperModeAccessService } from './services/developer.mode.access.service';
|
|
414
416
|
import { AccessReportService } from './services/access.report.service';
|
|
415
417
|
import { ApiAccountService } from './services/api.account.service';
|
|
416
418
|
import { AppIntegrationService } from './services/app.integration.service';
|
|
@@ -419,14 +421,15 @@ import { BusinessEmailService } from './services/business.email.service';
|
|
|
419
421
|
import { BusinessPreferenceService } from './services/business.preference.service';
|
|
420
422
|
import { BusinessPropertyService } from './services/business.property.service';
|
|
421
423
|
import { BusinessScriptService } from './services/business.script.service';
|
|
422
|
-
import { FormScriptService } from './services/form.script.service';
|
|
423
424
|
import { BusinessUserRoleService } from './services/business.user.role.service';
|
|
424
425
|
import { CredentialResolveService } from './services/credential.resolve.service';
|
|
425
426
|
import { CurrencyService } from './services/currency.service';
|
|
426
427
|
import { CustomFieldService } from './services/custom.field.service';
|
|
428
|
+
import { DeveloperModeAccessService } from './services/developer.mode.access.service';
|
|
427
429
|
import { DeviceAuthService } from './services/device.auth.service';
|
|
428
430
|
import { Es6JobsService } from './services/es6.jobs.service';
|
|
429
431
|
import { Es6Service } from './services/es6.service';
|
|
432
|
+
import { FormScriptService } from './services/form.script.service';
|
|
430
433
|
import { GchatService } from './services/gchat.service';
|
|
431
434
|
import { GmailIntegrationService } from './services/gmail.integration.service';
|
|
432
435
|
import { GptService } from './services/gpt.service';
|
|
@@ -438,6 +441,7 @@ import { NotificationService } from './services/notification.service';
|
|
|
438
441
|
import { OauthAsService } from './services/oauth.as.service';
|
|
439
442
|
import { OverridingScriptService } from './services/overriding.script.service';
|
|
440
443
|
import { PlatformService } from './services/platform.service';
|
|
444
|
+
import { ReportViewService } from './services/report.view.service';
|
|
441
445
|
import { RequestLogService } from './services/request.log.service';
|
|
442
446
|
import { ScheduledReportService } from './services/scheduled.report.service';
|
|
443
447
|
import { SendEmailService } from './services/send.email.service';
|
|
@@ -490,7 +494,6 @@ import { EmailTemplateLogSubscriber } from './subscribers/email.template.log.sub
|
|
|
490
494
|
import { EmailTemplateRecipientSubscriber } from './subscribers/email.template.recipient.subscriber';
|
|
491
495
|
import { EventTriggerLogSubscriber } from './subscribers/event.trigger.log.subscriber';
|
|
492
496
|
import { EventTriggerSubscriber } from './subscribers/event.trigger.subscriber';
|
|
493
|
-
import { FormScriptSubscriber } from './subscribers/form.script.subscriber';
|
|
494
497
|
import { ExecutionLogSubscriber } from './subscribers/execution.log.subscriber';
|
|
495
498
|
import { FcmMessageSubscriber } from './subscribers/fcm.message.subscriber';
|
|
496
499
|
import { FcmNotificationSubscriber } from './subscribers/fcm.notification.subscriber';
|
|
@@ -498,6 +501,7 @@ import { FcmTemplateSubscriber } from './subscribers/fcm.template.subscriber';
|
|
|
498
501
|
import { FcmTokenSubscriber } from './subscribers/fcm.token.subscriber';
|
|
499
502
|
import { FeatureMenuSubscriber } from './subscribers/feature.menu.subscriber';
|
|
500
503
|
import { FeatureSubscriber } from './subscribers/feature.subscriber';
|
|
504
|
+
import { FormScriptSubscriber } from './subscribers/form.script.subscriber';
|
|
501
505
|
import { GchatMessageSubscriber } from './subscribers/gchat.message.subscriber';
|
|
502
506
|
import { GchatTemplateSubscriber } from './subscribers/gchat.template.subscriber';
|
|
503
507
|
import { GchatUserSubscriber } from './subscribers/gchat.user.subscriber';
|
|
@@ -549,14 +553,20 @@ import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subs
|
|
|
549
553
|
import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.whatsapp.number.subscriber';
|
|
550
554
|
declare const es6Classes: {
|
|
551
555
|
commands: (typeof WebhookPollCommand)[];
|
|
552
|
-
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessCurrencyController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessPropertyController | typeof BusinessReportController | typeof BusinessScriptController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CurrencyRateController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DeviceAuthController | typeof DownloadLogController | typeof EmailRuleController | typeof EventTriggerController | typeof
|
|
553
|
-
dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof AddBusinessCurrencyDto | typeof GmailIntegrationOauthDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof GenerateReportSheetDataDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof GetCurrencyRateDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof DeviceDecideDto | typeof DevicePollDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddModuleMenuDto | typeof OauthConsentDecideDto | typeof OauthRegisterDto | typeof AddScheduledReportDto | typeof UpdateUiActionAttributesDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
|
|
556
|
+
controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | typeof BusinessCurrencyController | typeof BusinessEmailController | typeof BusinessNotificationChannelPreferenceController | typeof BusinessPreferenceController | typeof BusinessPropertyController | typeof BusinessReportController | typeof BusinessScriptController | typeof BusinessUserGroupController | typeof BusinessUserNotificationPreferenceController | typeof BusinessWebhookController | typeof ChoiceListController | typeof ChoiceTypeController | typeof CommonWebhookController | typeof CurrencyRateController | typeof CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DeviceAuthController | typeof DownloadLogController | typeof EmailRuleController | typeof EventTriggerController | typeof EventTriggerLogController | typeof FcmTokenController | typeof FormScriptController | typeof GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPageController | typeof ListingPreferenceController | typeof LockScriptController | typeof McpReportsController | typeof MenuController | typeof ModuleController | typeof ModuleMenuController | typeof OauthAsController | typeof OauthDiscoveryController | typeof OverridingScriptController | typeof ReportViewController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UiActionController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController | typeof WhoamiController)[];
|
|
557
|
+
dtos: (typeof EmailRuleAttributesDto | typeof EmailMessageNormalizedDto | typeof NotificationPayloadDto | typeof SendEmailNotificationDataDto | typeof EmailRecipientToDto | typeof GchatPostingPayloadDto | typeof BoardCastInternalStatusMessageDto | typeof WhatsappPostingPayloadDto | typeof SendWhatsappMessagePayloadDto | typeof AddShortUrlDto | typeof BankAccountPayloadDto | typeof RecurringDefinitionDto | typeof DbFindDto | typeof AddListingPreferenceDto | typeof ListResponseDto | typeof DateRangeFilterDto | typeof DateFilterDto | typeof ListResponseFormatDto | typeof NumberRangeFilterDto | typeof CommonListFilterDto | typeof ProcessCommonListConfigDto | typeof SendWebhookRequestPayload | typeof AccessBusinessParamDto | typeof AddIntegrationPreferenceDto | typeof AddBusinessCurrencyDto | typeof GmailIntegrationOauthDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof GenerateReportSheetDataDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof GetCurrencyRateDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof DeviceDecideDto | typeof DevicePollDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddModuleMenuDto | typeof OauthConsentDecideDto | typeof OauthRegisterDto | typeof ReportViewQueryDto | typeof AddScheduledReportDto | typeof UpdateUiActionAttributesDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
|
|
554
558
|
entities: (typeof AccessBusinessEntity | typeof EmailMessageEntity | typeof EmailRecipientEntity | typeof BusinessUserEntity | typeof ProductEntity | typeof EmailStyleEntity | typeof EmailTemplateLogEntity | typeof EmailTemplateRecipientEntity | typeof FcmMessageEntity | typeof FcmTokenEntity | typeof GchatUserEntity | typeof GchatMessageEntity | typeof GchatWebhookMessageEntity | typeof SlackMessageEntity | typeof BzNotificationChannelPreferenceEntity | typeof SlackIntegrationEntity | typeof SlackUserEntity | typeof WhatsappMessageEntity | typeof WhatsappPreferenceEntity | typeof OnholdDocumentEntity | typeof BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | typeof BusinessCurrencyEntity | typeof BusinessDownloadableReportEntity | typeof ChildMenuEntity | typeof MenuEntity | typeof UiActionRoleEntity | typeof MenuActionEntity | typeof MenuRoleEntity | typeof FeatureMenuEntity | typeof BusinessFeatureEntity | typeof BusinessGroupRoleEntity | typeof BusinessMenuEntity | typeof BusinessReportEntity | typeof ExecutionLogEntity | typeof GroupRoleEntity | typeof BusinessUserRoleEntity | typeof BusinessWebhookEntity | typeof ConversationEntity | typeof CurrencyRateEntity | typeof DashboardComponentEntity | typeof DeviceCodeEntity | typeof DownloadLogEntity | typeof EventTriggerLogEntity | typeof FinnotoUserEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | typeof ModuleMenuEntity | typeof OauthAuthorizationEntity | typeof OauthClientEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
|
|
555
559
|
enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof ListingViewTypeEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
|
|
556
|
-
jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessCurrencyJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessFeatureJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof SendBusinessReportNotificationJob | typeof BusinessReportJob | typeof SetBusinessScriptScheduleJob | typeof BusinessScriptJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof CaptureEventTriggerJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CurrencyRateJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof SyncEmailMessageMetricsJob | typeof EmailAttachmentJob | typeof SetEmailUnreadCountJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof EventTriggerJob | typeof
|
|
557
|
-
libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof SanitizeEmailAddresses | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessCurrencyList | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ProcessDownloadableReportsList | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessReportSheetData | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | typeof ProcessAmazonIntegration | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCurrencyRateList | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof CreateUserBusinessSecret | typeof ExtractClientCredentials | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof ProcessEventTriggerData | typeof ProcessEventTriggerList | typeof
|
|
560
|
+
jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | typeof BusinessCurrencyJob | typeof BusinessDownloadableReportJob | typeof BusinessEmailJob | typeof BusinessFeatureJob | typeof BusinessGroupRoleJob | typeof BusinessMenuJob | typeof BusinessPreferenceJob | typeof BusinessPropertyJob | typeof GenerateBusinessReportJob | typeof SendBusinessReportNotificationJob | typeof BusinessReportJob | typeof SetBusinessScriptScheduleJob | typeof BusinessScriptJob | typeof BusinessUserGroupJob | typeof BusinessUserJob | typeof BusinessUserNotificationPreferenceJob | typeof BusinessUserRoleJob | typeof BusinessWebhookJob | typeof BzNotificationChannelPreferenceJob | typeof CaptureEventTriggerJob | typeof ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CurrencyRateJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof SyncEmailMessageMetricsJob | typeof EmailAttachmentJob | typeof SetEmailUnreadCountJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | typeof EventTriggerJob | typeof EventTriggerLogJob | typeof ExecuteBusinessScriptJob | typeof ExecutionLogJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof FeatureJob | typeof FeatureMenuJob | typeof FormScriptJob | typeof GchatIncomingWebhookJob | typeof GchatMessageJob | typeof GchatTemplateJob | typeof GchatUserJob | typeof GchatWebhookJob | typeof GchatWebhookMessageJob | typeof GmailIntegrationFetchMessagesJob | typeof GroupMemberJob | typeof GroupRoleJob | typeof GstMappingJob | typeof ListPreferenceJob | typeof ListingColumnJob | typeof ListingPageJob | typeof ListingPreferenceJob | typeof LockScriptJob | typeof MenuActionJob | typeof MenuJob | typeof MenuRoleJob | typeof ModuleJob | typeof ModuleMenuJob | typeof OnholdDocumentJob | typeof OverridingScriptJob | typeof PreferenceUserGroupJob | typeof PreferenceUsersJob | typeof ProcessServerEmailJob | typeof ProductJob | typeof RefreshBusinessPropertyJob | typeof ReportLogJob | typeof RequestLogJob | typeof RoleGroupJob | typeof ScheduledReportEmailJob | typeof ScheduledReportItemJob | typeof ScheduledReportJob | typeof SlackIncomingWebhookJob | typeof SlackIntegrationJob | typeof SlackMessageJob | typeof SlackTemplateJob | typeof SlackUserJob | typeof SlackWebhookJob | typeof SlackWebhookMessageJob | typeof SyncBURoleJob | typeof SyncEmailMessagesJob | typeof SyncMenuJob | typeof UiActionJob | typeof UiActionRoleJob | typeof UserBusinessSecretJob | typeof UserNotificationJob | typeof UserPreferenceJob | typeof UserRoleJob | typeof WatchlistAssignmentJob | typeof WebhookEventJob | typeof WebhookLogJob | typeof WebhookSlugJob | typeof WebhookTypeJob | typeof WhatsappIncomingWebhookJob | typeof WhatsappMessageJob | typeof WhatsappTemplateJob | typeof WhitelistedWhatsappNumberJob)[];
|
|
561
|
+
libraries: (typeof DateFn | typeof EvaluateEmailRule | typeof SanitizeEmailAddresses | typeof ProcessEmailNotification | typeof SendEmailNotification | typeof SendFcmNotification | typeof SendGchatMessageNotification | typeof SendGchatWebhookNotification | typeof SendSlackMessageNotification | typeof SendSlackWebhookNotification | typeof ProcessWhatsappMessage | typeof SendWhatsappMessageNotification | typeof ProcessDbFind | typeof ProcessDateFilter | typeof ProcessCommonList | typeof ProcessListingCsvFile | typeof SendWebhookRequest | typeof ProcessApplicationMenu | typeof ProcessMenuDetails | typeof ProcessApiAccountData | typeof ProcessApiAccountList | typeof ProcessBulkUploadItemList | typeof ProcessBulkUploadList | typeof ProcessWhatsappIntegration | typeof ProcessAppIntegration | typeof ProcessBusinessCurrencyList | typeof ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ProcessDownloadableReportsList | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessReportSheetData | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | typeof ProcessAmazonIntegration | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCurrencyRateList | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof CreateUserBusinessSecret | typeof ExtractClientCredentials | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof ProcessEventTriggerData | typeof ProcessEventTriggerList | typeof ProcessEventTriggerLogList | typeof SetFcmToken | typeof ProcessFormScriptList | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessListingPageQuery | typeof ProcessListingPageCreation | typeof ProcessPreferenceData | typeof ProcessLockScriptData | typeof ProcessLockScriptList | typeof ProcessMenuCreation | typeof ProcessModuleCreation | typeof ProcessModuleMenuCreation | typeof OauthPkce | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | {
|
|
562
|
+
compileReportViewQuery: typeof import("./libraries/report.view.query.compiler").compileReportViewQuery;
|
|
563
|
+
agentVisibleColumns: typeof import("./libraries/report.view.query.compiler").agentVisibleColumns;
|
|
564
|
+
quoteIdent: typeof import("./libraries/report.view.query.compiler").quoteIdent;
|
|
565
|
+
resolveRelativeDate: typeof import("./libraries/report.view.query.compiler").resolveRelativeDate;
|
|
566
|
+
nearest: typeof import("./libraries/report.view.query.compiler").nearest;
|
|
567
|
+
} | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof UserSecretView | typeof ProcessUserNotificationList | typeof ProcessRevokeSlackIntegration | typeof ProcessRevokeZohoIntegration | typeof ProcessBusinessFeatureAddition | typeof ProcessBusinessFeatureDeletion | typeof ProcessBusinessGroupRoleUpdation | typeof ProcessInternalNotification | typeof ProcessBusinessUserRoleUpdate | typeof ProcessFeatureMenuAddition | typeof ProcessFeatureMenuDeletion | typeof ProcessGmailMessage | typeof ProcessGroupMemberUpdation | typeof SyncBusinessUserRole | typeof CommonTagController | typeof ProcessConversationData | typeof ConversationController | typeof ProcessBusinessScriptData | typeof ValidateCustomFieldData | typeof ProcessCommonCustomField | typeof ProcessNotification | typeof ProcessSlackMessage | typeof ProcessTestList)[];
|
|
558
568
|
middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof IdempotencyMiddleware | typeof McpAccessMiddleware | typeof McpRateLimitMiddleware | typeof UserBusinessAccessMiddleware)[];
|
|
559
|
-
services: (typeof BusinessPropertyService | typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof OverridingScriptService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof BusinessEmailService | typeof GmailIntegrationService | typeof AccessReportService | typeof BusinessScriptService | typeof AuditLogService | typeof CurrencyService | typeof DeveloperModeAccessService | typeof DeviceAuthService | typeof
|
|
560
|
-
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessCurrencySubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessFeatureSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessScriptSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof CaptureEventTriggerSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CurrencyRateSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof EventTriggerLogSubscriber | typeof EventTriggerSubscriber | typeof
|
|
569
|
+
services: (typeof BusinessPropertyService | typeof SendEmailService | typeof GchatService | typeof SlackService | typeof WhatsappService | typeof NotificationService | typeof OverridingScriptService | typeof SlabsService | typeof UtilityService | typeof AccessBusinessService | typeof ListingService | typeof CustomFieldService | typeof WebhookService | typeof BusinessEmailService | typeof GmailIntegrationService | typeof AccessReportService | typeof BusinessScriptService | typeof AuditLogService | typeof CurrencyService | typeof DeveloperModeAccessService | typeof DeviceAuthService | typeof PlatformService | typeof FormScriptService | typeof ListingPreferenceService | typeof LockScriptService | typeof OauthAsService | typeof ReportViewService | typeof UserBusinessAccessService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof CredentialResolveService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
|
|
570
|
+
subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | typeof BusinessCurrencySubscriber | typeof BusinessDownloadableReportSubscriber | typeof BusinessEmailSubscriber | typeof BusinessFeatureSubscriber | typeof BusinessGroupRoleSubscriber | typeof BusinessMenuSubscriber | typeof BusinessPreferenceSubscriber | typeof BusinessPropertySubscriber | typeof BusinessReportSubscriber | typeof BusinessScriptSubscriber | typeof BusinessUserGroupSubscriber | typeof BusinessUserNotificationPreferenceSubscriber | typeof BusinessUserRoleSubscriber | typeof BusinessUserSubscriber | typeof BusinessWebhookSubscriber | typeof BzNotificationChannelPreferenceSubscriber | typeof CaptureEventTriggerSubscriber | typeof ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | typeof CurrencyRateSubscriber | typeof CustomFieldSubscriber | typeof CustomReportSubscriber | typeof DashboardComponentSubscriber | typeof DashboardSubscriber | typeof DownloadLogSubscriber | typeof EmailAttachmentSubscriber | typeof EmailMessageSubscriber | typeof EmailRecipientSubscriber | typeof EmailRuleSubscriber | typeof EmailStyleSubscriber | typeof EmailTemplateLogSubscriber | typeof EmailTemplateRecipientSubscriber | typeof EventTriggerLogSubscriber | typeof EventTriggerSubscriber | typeof ExecutionLogSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof FeatureMenuSubscriber | typeof FeatureSubscriber | typeof FormScriptSubscriber | typeof GchatMessageSubscriber | typeof GchatTemplateSubscriber | typeof GchatUserSubscriber | typeof GchatWebhookMessageSubscriber | typeof GchatWebhookSubscriber | typeof GroupMemberSubscriber | typeof GroupRoleSubscriber | typeof GstMappingSubscriber | typeof ListPreferenceSubscriber | typeof ListingColumnSubscriber | typeof ListingPageSubscriber | typeof ListingPreferenceSubscriber | typeof LockScriptSubscriber | typeof MenuActionSubscriber | typeof MenuRoleSubscriber | typeof MenuSubscriber | typeof ModuleMenuSubscriber | typeof ModuleSubscriber | typeof OnholdDocumentSubscriber | typeof OverridingScriptSubscriber | typeof PreferenceUserGroupSubscriber | typeof PreferenceUserSubscriber | typeof ProductSubscriber | typeof ReportLogSubscriber | typeof RequestLogSubscriber | typeof RoleGroupSubscriber | typeof ScheduledReportEmailSubscriber | typeof ScheduledReportItemSubscriber | typeof ScheduledReportSubscriber | typeof SlackIntegrationSubscriber | typeof SlackMessageSubscriber | typeof SlackTemplateSubscriber | typeof SlackUserSubscriber | typeof SlackWebhookMessageSubscriber | typeof SlackWebhookSubscriber | typeof UiActionRoleSubscriber | typeof UiActionSubscriber | typeof UserBusinessSecretSubscriber | typeof UserNotificationSubscriber | typeof UserPreferenceSubscriber | typeof UserRoleSubscriber | typeof WatchlistAssignmentSubscriber | typeof WebhookEventSubscriber | typeof WebhookLogSubscriber | typeof WebhookSlugSubscriber | typeof WebhookTypeSubscriber | typeof WhatsappMessageSubscriber | typeof WhatsappTemplateSubscriber | typeof WhitelistedWhatsappNumberSubscriber)[];
|
|
561
571
|
};
|
|
562
572
|
export default es6Classes;
|
|
@@ -30,9 +30,9 @@ const device_auth_controller_1 = require("./controllers/device.auth.controller")
|
|
|
30
30
|
const download_log_controller_1 = require("./controllers/download.log.controller");
|
|
31
31
|
const email_rule_controller_1 = require("./controllers/email.rule.controller");
|
|
32
32
|
const event_trigger_controller_1 = require("./controllers/event.trigger.controller");
|
|
33
|
-
const form_script_controller_1 = require("./controllers/form.script.controller");
|
|
34
33
|
const event_trigger_log_controller_1 = require("./controllers/event.trigger.log.controller");
|
|
35
34
|
const fcm_token_controller_1 = require("./controllers/fcm.token.controller");
|
|
35
|
+
const form_script_controller_1 = require("./controllers/form.script.controller");
|
|
36
36
|
const group_member_controller_1 = require("./controllers/group.member.controller");
|
|
37
37
|
const group_role_controller_1 = require("./controllers/group.role.controller");
|
|
38
38
|
const gst_mapping_controller_1 = require("./controllers/gst.mapping.controller");
|
|
@@ -47,14 +47,15 @@ const module_menu_controller_1 = require("./controllers/module.menu.controller")
|
|
|
47
47
|
const oauth_as_controller_1 = require("./controllers/oauth.as.controller");
|
|
48
48
|
const oauth_discovery_controller_1 = require("./controllers/oauth.discovery.controller");
|
|
49
49
|
const overriding_script_controller_1 = require("./controllers/overriding.script.controller");
|
|
50
|
+
const report_view_controller_1 = require("./controllers/report.view.controller");
|
|
50
51
|
const scheduled_report_controller_1 = require("./controllers/scheduled.report.controller");
|
|
51
52
|
const scheduled_report_item_controller_1 = require("./controllers/scheduled.report.item.controller");
|
|
52
53
|
const tag_controller_1 = require("./controllers/tag.controller");
|
|
53
54
|
const ui_action_controller_1 = require("./controllers/ui.action.controller");
|
|
54
55
|
const user_business_secret_controller_1 = require("./controllers/user.business.secret.controller");
|
|
55
56
|
const user_notification_controller_1 = require("./controllers/user.notification.controller");
|
|
56
|
-
const whoami_controller_1 = require("./controllers/whoami.controller");
|
|
57
57
|
const user_preference_controller_1 = require("./controllers/user.preference.controller");
|
|
58
|
+
const whoami_controller_1 = require("./controllers/whoami.controller");
|
|
58
59
|
const access_business_param_dto_1 = require("./dtos/access.business.param.dto");
|
|
59
60
|
const access_employee_attributes_dto_1 = require("./dtos/access.employee.attributes.dto");
|
|
60
61
|
const add_api_account_dto_1 = require("./dtos/add.api.account.dto");
|
|
@@ -73,8 +74,8 @@ const add_custom_field_dto_1 = require("./dtos/add.custom.field.dto");
|
|
|
73
74
|
const add_dashboard_component_dto_1 = require("./dtos/add.dashboard.component.dto");
|
|
74
75
|
const add_dashboard_component_properties_dto_1 = require("./dtos/add.dashboard.component.properties.dto");
|
|
75
76
|
const add_email_rule_dto_1 = require("./dtos/add.email.rule.dto");
|
|
76
|
-
const add_form_script_dto_1 = require("./dtos/add.form.script.dto");
|
|
77
77
|
const add_event_trigger_dto_1 = require("./dtos/add.event.trigger.dto");
|
|
78
|
+
const add_form_script_dto_1 = require("./dtos/add.form.script.dto");
|
|
78
79
|
const add_group_member_dto_1 = require("./dtos/add.group.member.dto");
|
|
79
80
|
const add_gst_mapping_dto_1 = require("./dtos/add.gst.mapping.dto");
|
|
80
81
|
const add_integration_preference_dto_1 = require("./dtos/add.integration.preference.dto");
|
|
@@ -161,8 +162,6 @@ const email_style_attributes_dto_1 = require("./dtos/email.style.attributes.dto"
|
|
|
161
162
|
const email_template_log_attributes_dto_1 = require("./dtos/email.template.log.attributes.dto");
|
|
162
163
|
const email_template_recipient_attributes_dto_1 = require("./dtos/email.template.recipient.attributes.dto");
|
|
163
164
|
const event_trigger_attributes_dto_1 = require("./dtos/event.trigger.attributes.dto");
|
|
164
|
-
const form_script_attributes_dto_1 = require("./dtos/form.script.attributes.dto");
|
|
165
|
-
const form_script_list_filter_dto_1 = require("./dtos/form.script.list.filter.dto");
|
|
166
165
|
const event_trigger_list_filter_dto_1 = require("./dtos/event.trigger.list.filter.dto");
|
|
167
166
|
const event_trigger_log_attributes_dto_1 = require("./dtos/event.trigger.log.attributes.dto");
|
|
168
167
|
const event_trigger_log_list_filter_dto_1 = require("./dtos/event.trigger.log.list.filter.dto");
|
|
@@ -172,6 +171,8 @@ const fcm_template_attributes_dto_1 = require("./dtos/fcm.template.attributes.dt
|
|
|
172
171
|
const fcm_token_attributes_dto_1 = require("./dtos/fcm.token.attributes.dto");
|
|
173
172
|
const feature_attributes_dto_1 = require("./dtos/feature.attributes.dto");
|
|
174
173
|
const feature_menu_attributes_dto_1 = require("./dtos/feature.menu.attributes.dto");
|
|
174
|
+
const form_script_attributes_dto_1 = require("./dtos/form.script.attributes.dto");
|
|
175
|
+
const form_script_list_filter_dto_1 = require("./dtos/form.script.list.filter.dto");
|
|
175
176
|
const gchat_message_attributes_dto_1 = require("./dtos/gchat.message.attributes.dto");
|
|
176
177
|
const gchat_posting_payload_dto_1 = require("./dtos/gchat.posting.payload.dto");
|
|
177
178
|
const gchat_template_attributes_dto_1 = require("./dtos/gchat.template.attributes.dto");
|
|
@@ -221,6 +222,7 @@ const process_listing_payload_dto_1 = require("./dtos/process.listing.payload.dt
|
|
|
221
222
|
const product_attributes_dto_1 = require("./dtos/product.attributes.dto");
|
|
222
223
|
const recurring_definition_dto_1 = require("./dtos/recurring.definition.dto");
|
|
223
224
|
const report_log_attributes_dto_1 = require("./dtos/report.log.attributes.dto");
|
|
225
|
+
const report_view_query_dto_1 = require("./dtos/report.view.query.dto");
|
|
224
226
|
const request_log_attributes_dto_1 = require("./dtos/request.log.attributes.dto");
|
|
225
227
|
const request_log_options_dto_1 = require("./dtos/request.log.options.dto");
|
|
226
228
|
const role_group_attributes_dto_1 = require("./dtos/role.group.attributes.dto");
|
|
@@ -308,7 +310,6 @@ const email_style_entity_1 = require("./entities/email.style.entity");
|
|
|
308
310
|
const email_template_log_entity_1 = require("./entities/email.template.log.entity");
|
|
309
311
|
const email_template_recipient_entity_1 = require("./entities/email.template.recipient.entity");
|
|
310
312
|
const event_trigger_entity_1 = require("./entities/event.trigger.entity");
|
|
311
|
-
const form_script_entity_1 = require("./entities/form.script.entity");
|
|
312
313
|
const event_trigger_log_entity_1 = require("./entities/event.trigger.log.entity");
|
|
313
314
|
const execution_log_entity_1 = require("./entities/execution.log.entity");
|
|
314
315
|
const fcm_message_entity_1 = require("./entities/fcm.message.entity");
|
|
@@ -316,6 +317,7 @@ const fcm_token_entity_1 = require("./entities/fcm.token.entity");
|
|
|
316
317
|
const feature_entity_1 = require("./entities/feature.entity");
|
|
317
318
|
const feature_menu_entity_1 = require("./entities/feature.menu.entity");
|
|
318
319
|
const finnoto_user_entity_1 = require("./entities/finnoto.user.entity");
|
|
320
|
+
const form_script_entity_1 = require("./entities/form.script.entity");
|
|
319
321
|
const gchat_message_entity_1 = require("./entities/gchat.message.entity");
|
|
320
322
|
const gchat_template_entity_1 = require("./entities/gchat.template.entity");
|
|
321
323
|
const gchat_user_entity_1 = require("./entities/gchat.user.entity");
|
|
@@ -417,7 +419,6 @@ const email_template_log_job_1 = require("./jobs/email.template.log.job");
|
|
|
417
419
|
const email_template_recipient_job_1 = require("./jobs/email.template.recipient.job");
|
|
418
420
|
const evaluate_email_rule_job_1 = require("./jobs/evaluate.email.rule.job");
|
|
419
421
|
const event_trigger_job_1 = require("./jobs/event.trigger.job");
|
|
420
|
-
const form_script_job_1 = require("./jobs/form.script.job");
|
|
421
422
|
const event_trigger_log_job_1 = require("./jobs/event.trigger.log.job");
|
|
422
423
|
const execute_business_script_job_1 = require("./jobs/execute.business.script.job");
|
|
423
424
|
const execution_log_job_1 = require("./jobs/execution.log.job");
|
|
@@ -427,6 +428,7 @@ const fcm_template_job_1 = require("./jobs/fcm.template.job");
|
|
|
427
428
|
const fcm_token_job_1 = require("./jobs/fcm.token.job");
|
|
428
429
|
const feature_job_1 = require("./jobs/feature.job");
|
|
429
430
|
const feature_menu_job_1 = require("./jobs/feature.menu.job");
|
|
431
|
+
const form_script_job_1 = require("./jobs/form.script.job");
|
|
430
432
|
const gchat_incoming_webhook_job_1 = require("./jobs/gchat.incoming.webhook.job");
|
|
431
433
|
const gchat_message_job_1 = require("./jobs/gchat.message.job");
|
|
432
434
|
const gchat_template_job_1 = require("./jobs/gchat.template.job");
|
|
@@ -494,7 +496,6 @@ const whitelisted_whatsapp_number_job_1 = require("./jobs/whitelisted.whatsapp.n
|
|
|
494
496
|
const common_tag_controller_1 = require("./libraries/common.tag.controller");
|
|
495
497
|
const conversation_controller_1 = require("./libraries/conversation.controller");
|
|
496
498
|
const create_user_business_secret_1 = require("./libraries/create.user.business.secret");
|
|
497
|
-
const user_secret_view_1 = require("./libraries/user.secret.view");
|
|
498
499
|
const date_fn_1 = require("./libraries/date.fn");
|
|
499
500
|
const evaluate_email_rule_1 = require("./libraries/evaluate.email.rule");
|
|
500
501
|
const execute_business_script_1 = require("./libraries/execute.business.script");
|
|
@@ -518,7 +519,6 @@ const process_business_property_list_1 = require("./libraries/process.business.p
|
|
|
518
519
|
const process_business_report_list_1 = require("./libraries/process.business.report.list");
|
|
519
520
|
const process_business_script_creation_1 = require("./libraries/process.business.script.creation");
|
|
520
521
|
const process_business_script_data_1 = require("./libraries/process.business.script.data");
|
|
521
|
-
const process_form_script_list_1 = require("./libraries/process.form.script.list");
|
|
522
522
|
const process_business_script_list_1 = require("./libraries/process.business.script.list");
|
|
523
523
|
const process_business_user_group_list_1 = require("./libraries/process.business.user.group.list");
|
|
524
524
|
const process_business_user_notification_preference_list_1 = require("./libraries/process.business.user.notification.preference.list");
|
|
@@ -549,6 +549,7 @@ const process_event_trigger_list_1 = require("./libraries/process.event.trigger.
|
|
|
549
549
|
const process_event_trigger_log_list_1 = require("./libraries/process.event.trigger.log.list");
|
|
550
550
|
const process_feature_menu_addition_1 = require("./libraries/process.feature.menu.addition");
|
|
551
551
|
const process_feature_menu_deletion_1 = require("./libraries/process.feature.menu.deletion");
|
|
552
|
+
const process_form_script_list_1 = require("./libraries/process.form.script.list");
|
|
552
553
|
const process_generate_report_1 = require("./libraries/process.generate.report");
|
|
553
554
|
const process_gmail_message_1 = require("./libraries/process.gmail.message");
|
|
554
555
|
const process_group_member_list_1 = require("./libraries/process.group.member.list");
|
|
@@ -559,6 +560,7 @@ const process_gst_mapping_list_1 = require("./libraries/process.gst.mapping.list
|
|
|
559
560
|
const process_internal_notification_1 = require("./libraries/process.internal.notification");
|
|
560
561
|
const process_listing_csv_file_1 = require("./libraries/process.listing.csv.file");
|
|
561
562
|
const process_listing_page_creation_1 = require("./libraries/process.listing.page.creation");
|
|
563
|
+
const process_listing_page_query_1 = require("./libraries/process.listing.page.query");
|
|
562
564
|
const process_lock_script_data_1 = require("./libraries/process.lock.script.data");
|
|
563
565
|
const process_lock_script_list_1 = require("./libraries/process.lock.script.list");
|
|
564
566
|
const process_menu_creation_1 = require("./libraries/process.menu.creation");
|
|
@@ -584,6 +586,7 @@ const process_user_notification_list_1 = require("./libraries/process.user.notif
|
|
|
584
586
|
const process_whatsapp_integration_1 = require("./libraries/process.whatsapp.integration");
|
|
585
587
|
const process_whatsapp_message_1 = require("./libraries/process.whatsapp.message");
|
|
586
588
|
const process_zoho_integration_1 = require("./libraries/process.zoho.integration");
|
|
589
|
+
const report_view_query_compiler_1 = require("./libraries/report.view.query.compiler");
|
|
587
590
|
const sanitize_email_addresses_1 = require("./libraries/sanitize.email.addresses");
|
|
588
591
|
const send_email_notification_1 = require("./libraries/send.email.notification");
|
|
589
592
|
const send_fcm_notification_1 = require("./libraries/send.fcm.notification");
|
|
@@ -595,6 +598,7 @@ const send_webhook_request_1 = require("./libraries/send.webhook.request");
|
|
|
595
598
|
const send_whatsapp_message_notification_1 = require("./libraries/send.whatsapp.message.notification");
|
|
596
599
|
const set_fcm_token_1 = require("./libraries/set.fcm.token");
|
|
597
600
|
const sync_business_user_role_1 = require("./libraries/sync.business.user.role");
|
|
601
|
+
const user_secret_view_1 = require("./libraries/user.secret.view");
|
|
598
602
|
const validate_custom_field_data_1 = require("./libraries/validate.custom.field.data");
|
|
599
603
|
const business_middleware_1 = require("./middlewares/business.middleware");
|
|
600
604
|
const external_access_middleware_1 = require("./middlewares/external.access.middleware");
|
|
@@ -603,7 +607,6 @@ const mcp_access_middleware_1 = require("./middlewares/mcp.access.middleware");
|
|
|
603
607
|
const mcp_rate_limit_middleware_1 = require("./middlewares/mcp.rate.limit.middleware");
|
|
604
608
|
const user_business_access_middleware_1 = require("./middlewares/user.business.access.middleware");
|
|
605
609
|
const access_business_service_1 = require("./services/access.business.service");
|
|
606
|
-
const developer_mode_access_service_1 = require("./services/developer.mode.access.service");
|
|
607
610
|
const access_report_service_1 = require("./services/access.report.service");
|
|
608
611
|
const api_account_service_1 = require("./services/api.account.service");
|
|
609
612
|
const app_integration_service_1 = require("./services/app.integration.service");
|
|
@@ -612,14 +615,15 @@ const business_email_service_1 = require("./services/business.email.service");
|
|
|
612
615
|
const business_preference_service_1 = require("./services/business.preference.service");
|
|
613
616
|
const business_property_service_1 = require("./services/business.property.service");
|
|
614
617
|
const business_script_service_1 = require("./services/business.script.service");
|
|
615
|
-
const form_script_service_1 = require("./services/form.script.service");
|
|
616
618
|
const business_user_role_service_1 = require("./services/business.user.role.service");
|
|
617
619
|
const credential_resolve_service_1 = require("./services/credential.resolve.service");
|
|
618
620
|
const currency_service_1 = require("./services/currency.service");
|
|
619
621
|
const custom_field_service_1 = require("./services/custom.field.service");
|
|
622
|
+
const developer_mode_access_service_1 = require("./services/developer.mode.access.service");
|
|
620
623
|
const device_auth_service_1 = require("./services/device.auth.service");
|
|
621
624
|
const es6_jobs_service_1 = require("./services/es6.jobs.service");
|
|
622
625
|
const es6_service_1 = require("./services/es6.service");
|
|
626
|
+
const form_script_service_1 = require("./services/form.script.service");
|
|
623
627
|
const gchat_service_1 = require("./services/gchat.service");
|
|
624
628
|
const gmail_integration_service_1 = require("./services/gmail.integration.service");
|
|
625
629
|
const gpt_service_1 = require("./services/gpt.service");
|
|
@@ -631,6 +635,7 @@ const notification_service_1 = require("./services/notification.service");
|
|
|
631
635
|
const oauth_as_service_1 = require("./services/oauth.as.service");
|
|
632
636
|
const overriding_script_service_1 = require("./services/overriding.script.service");
|
|
633
637
|
const platform_service_1 = require("./services/platform.service");
|
|
638
|
+
const report_view_service_1 = require("./services/report.view.service");
|
|
634
639
|
const request_log_service_1 = require("./services/request.log.service");
|
|
635
640
|
const scheduled_report_service_1 = require("./services/scheduled.report.service");
|
|
636
641
|
const send_email_service_1 = require("./services/send.email.service");
|
|
@@ -683,7 +688,6 @@ const email_template_log_subscriber_1 = require("./subscribers/email.template.lo
|
|
|
683
688
|
const email_template_recipient_subscriber_1 = require("./subscribers/email.template.recipient.subscriber");
|
|
684
689
|
const event_trigger_log_subscriber_1 = require("./subscribers/event.trigger.log.subscriber");
|
|
685
690
|
const event_trigger_subscriber_1 = require("./subscribers/event.trigger.subscriber");
|
|
686
|
-
const form_script_subscriber_1 = require("./subscribers/form.script.subscriber");
|
|
687
691
|
const execution_log_subscriber_1 = require("./subscribers/execution.log.subscriber");
|
|
688
692
|
const fcm_message_subscriber_1 = require("./subscribers/fcm.message.subscriber");
|
|
689
693
|
const fcm_notification_subscriber_1 = require("./subscribers/fcm.notification.subscriber");
|
|
@@ -691,6 +695,7 @@ const fcm_template_subscriber_1 = require("./subscribers/fcm.template.subscriber
|
|
|
691
695
|
const fcm_token_subscriber_1 = require("./subscribers/fcm.token.subscriber");
|
|
692
696
|
const feature_menu_subscriber_1 = require("./subscribers/feature.menu.subscriber");
|
|
693
697
|
const feature_subscriber_1 = require("./subscribers/feature.subscriber");
|
|
698
|
+
const form_script_subscriber_1 = require("./subscribers/form.script.subscriber");
|
|
694
699
|
const gchat_message_subscriber_1 = require("./subscribers/gchat.message.subscriber");
|
|
695
700
|
const gchat_template_subscriber_1 = require("./subscribers/gchat.template.subscriber");
|
|
696
701
|
const gchat_user_subscriber_1 = require("./subscribers/gchat.user.subscriber");
|
|
@@ -772,9 +777,9 @@ const es6Classes = {
|
|
|
772
777
|
download_log_controller_1.DownloadLogController,
|
|
773
778
|
email_rule_controller_1.EmailRuleController,
|
|
774
779
|
event_trigger_controller_1.EventTriggerController,
|
|
775
|
-
form_script_controller_1.FormScriptController,
|
|
776
780
|
event_trigger_log_controller_1.EventTriggerLogController,
|
|
777
781
|
fcm_token_controller_1.FcmTokenController,
|
|
782
|
+
form_script_controller_1.FormScriptController,
|
|
778
783
|
group_member_controller_1.GroupMemberController,
|
|
779
784
|
group_role_controller_1.GroupRoleController,
|
|
780
785
|
gst_mapping_controller_1.GstMappingController,
|
|
@@ -789,14 +794,15 @@ const es6Classes = {
|
|
|
789
794
|
oauth_as_controller_1.OauthAsController,
|
|
790
795
|
oauth_discovery_controller_1.OauthDiscoveryController,
|
|
791
796
|
overriding_script_controller_1.OverridingScriptController,
|
|
797
|
+
report_view_controller_1.ReportViewController,
|
|
792
798
|
scheduled_report_controller_1.ScheduledReportController,
|
|
793
799
|
scheduled_report_item_controller_1.ScheduledReportItemController,
|
|
794
800
|
tag_controller_1.TagController,
|
|
795
801
|
ui_action_controller_1.UiActionController,
|
|
796
802
|
user_business_secret_controller_1.UserBusinessSecretController,
|
|
797
803
|
user_notification_controller_1.UserNotificationController,
|
|
798
|
-
whoami_controller_1.WhoamiController,
|
|
799
804
|
user_preference_controller_1.UserPreferenceController,
|
|
805
|
+
whoami_controller_1.WhoamiController,
|
|
800
806
|
],
|
|
801
807
|
dtos: [
|
|
802
808
|
access_business_param_dto_1.AccessBusinessParamDto,
|
|
@@ -817,8 +823,8 @@ const es6Classes = {
|
|
|
817
823
|
add_dashboard_component_dto_1.AddDashboardComponentDto,
|
|
818
824
|
add_dashboard_component_properties_dto_1.AddDashboardComponentPropertiesDto,
|
|
819
825
|
add_email_rule_dto_1.AddEmailRuleDto,
|
|
820
|
-
add_form_script_dto_1.AddFormScriptDto,
|
|
821
826
|
add_event_trigger_dto_1.AddEventTriggerDto,
|
|
827
|
+
add_form_script_dto_1.AddFormScriptDto,
|
|
822
828
|
add_group_member_dto_1.AddGroupMemberDto,
|
|
823
829
|
add_gst_mapping_dto_1.AddGstMappingDto,
|
|
824
830
|
add_integration_preference_dto_1.AddIntegrationPreferenceDto,
|
|
@@ -905,8 +911,6 @@ const es6Classes = {
|
|
|
905
911
|
email_template_log_attributes_dto_1.EmailTemplateLogAttributesDto,
|
|
906
912
|
email_template_recipient_attributes_dto_1.EmailTemplateRecipientAttributesDto,
|
|
907
913
|
event_trigger_attributes_dto_1.EventTriggerAttributesDto,
|
|
908
|
-
form_script_attributes_dto_1.FormScriptAttributesDto,
|
|
909
|
-
form_script_list_filter_dto_1.FormScriptListFilterDto,
|
|
910
914
|
event_trigger_list_filter_dto_1.EventTriggerListFilterDto,
|
|
911
915
|
event_trigger_log_attributes_dto_1.EventTriggerLogAttributesDto,
|
|
912
916
|
event_trigger_log_list_filter_dto_1.EventTriggerLogListFilterDto,
|
|
@@ -916,6 +920,8 @@ const es6Classes = {
|
|
|
916
920
|
fcm_token_attributes_dto_1.FcmTokenAttributesDto,
|
|
917
921
|
feature_attributes_dto_1.FeatureAttributesDto,
|
|
918
922
|
feature_menu_attributes_dto_1.FeatureMenuAttributesDto,
|
|
923
|
+
form_script_attributes_dto_1.FormScriptAttributesDto,
|
|
924
|
+
form_script_list_filter_dto_1.FormScriptListFilterDto,
|
|
919
925
|
gchat_message_attributes_dto_1.GchatMessageAttributesDto,
|
|
920
926
|
gchat_posting_payload_dto_1.GchatPostingPayloadDto,
|
|
921
927
|
gchat_template_attributes_dto_1.GchatTemplateAttributesDto,
|
|
@@ -965,6 +971,7 @@ const es6Classes = {
|
|
|
965
971
|
product_attributes_dto_1.ProductAttributesDto,
|
|
966
972
|
recurring_definition_dto_1.RecurringDefinitionDto,
|
|
967
973
|
report_log_attributes_dto_1.ReportLogAttributesDto,
|
|
974
|
+
report_view_query_dto_1.ReportViewQueryDto,
|
|
968
975
|
request_log_attributes_dto_1.RequestLogAttributesDto,
|
|
969
976
|
request_log_options_dto_1.RequestLogOptionsDto,
|
|
970
977
|
role_group_attributes_dto_1.RoleGroupAttributesDto,
|
|
@@ -1054,7 +1061,6 @@ const es6Classes = {
|
|
|
1054
1061
|
email_template_log_entity_1.EmailTemplateLogEntity,
|
|
1055
1062
|
email_template_recipient_entity_1.EmailTemplateRecipientEntity,
|
|
1056
1063
|
event_trigger_entity_1.EventTriggerEntity,
|
|
1057
|
-
form_script_entity_1.FormScriptEntity,
|
|
1058
1064
|
event_trigger_log_entity_1.EventTriggerLogEntity,
|
|
1059
1065
|
execution_log_entity_1.ExecutionLogEntity,
|
|
1060
1066
|
fcm_message_entity_1.FcmMessageEntity,
|
|
@@ -1062,6 +1068,7 @@ const es6Classes = {
|
|
|
1062
1068
|
feature_entity_1.FeatureEntity,
|
|
1063
1069
|
feature_menu_entity_1.FeatureMenuEntity,
|
|
1064
1070
|
finnoto_user_entity_1.FinnotoUserEntity,
|
|
1071
|
+
form_script_entity_1.FormScriptEntity,
|
|
1065
1072
|
gchat_message_entity_1.GchatMessageEntity,
|
|
1066
1073
|
gchat_template_entity_1.GchatTemplateEntity,
|
|
1067
1074
|
gchat_user_entity_1.GchatUserEntity,
|
|
@@ -1167,7 +1174,6 @@ const es6Classes = {
|
|
|
1167
1174
|
email_template_recipient_job_1.EmailTemplateRecipientJob,
|
|
1168
1175
|
evaluate_email_rule_job_1.EvaluateEmailRuleJob,
|
|
1169
1176
|
event_trigger_job_1.EventTriggerJob,
|
|
1170
|
-
form_script_job_1.FormScriptJob,
|
|
1171
1177
|
event_trigger_log_job_1.EventTriggerLogJob,
|
|
1172
1178
|
execute_business_script_job_1.ExecuteBusinessScriptJob,
|
|
1173
1179
|
execution_log_job_1.ExecutionLogJob,
|
|
@@ -1177,6 +1183,7 @@ const es6Classes = {
|
|
|
1177
1183
|
fcm_token_job_1.FcmTokenJob,
|
|
1178
1184
|
feature_job_1.FeatureJob,
|
|
1179
1185
|
feature_menu_job_1.FeatureMenuJob,
|
|
1186
|
+
form_script_job_1.FormScriptJob,
|
|
1180
1187
|
gchat_incoming_webhook_job_1.GchatIncomingWebhookJob,
|
|
1181
1188
|
gchat_message_job_1.GchatMessageJob,
|
|
1182
1189
|
gchat_template_job_1.GchatTemplateJob,
|
|
@@ -1246,7 +1253,6 @@ const es6Classes = {
|
|
|
1246
1253
|
common_tag_controller_1.CommonTagController,
|
|
1247
1254
|
conversation_controller_1.ConversationController,
|
|
1248
1255
|
create_user_business_secret_1.CreateUserBusinessSecret,
|
|
1249
|
-
user_secret_view_1.UserSecretView,
|
|
1250
1256
|
date_fn_1.DateFn,
|
|
1251
1257
|
evaluate_email_rule_1.EvaluateEmailRule,
|
|
1252
1258
|
execute_business_script_1.ExecuteBusinessScript,
|
|
@@ -1270,7 +1276,6 @@ const es6Classes = {
|
|
|
1270
1276
|
process_business_report_list_1.ProcessBusinessReportList,
|
|
1271
1277
|
process_business_script_creation_1.ProcessBusinessScriptCreation,
|
|
1272
1278
|
process_business_script_data_1.ProcessBusinessScriptData,
|
|
1273
|
-
process_form_script_list_1.ProcessFormScriptList,
|
|
1274
1279
|
process_business_script_list_1.ProcessBusinessScriptList,
|
|
1275
1280
|
process_business_user_group_list_1.ProcessBusinessUserGroupList,
|
|
1276
1281
|
process_business_user_notification_preference_list_1.ProcessBusinessUserNotificationPreferenceList,
|
|
@@ -1301,6 +1306,7 @@ const es6Classes = {
|
|
|
1301
1306
|
process_event_trigger_log_list_1.ProcessEventTriggerLogList,
|
|
1302
1307
|
process_feature_menu_addition_1.ProcessFeatureMenuAddition,
|
|
1303
1308
|
process_feature_menu_deletion_1.ProcessFeatureMenuDeletion,
|
|
1309
|
+
process_form_script_list_1.ProcessFormScriptList,
|
|
1304
1310
|
process_generate_report_1.ProcessGenerateReport,
|
|
1305
1311
|
process_gmail_message_1.ProcessGmailMessage,
|
|
1306
1312
|
process_group_member_list_1.ProcessGroupMemberList,
|
|
@@ -1311,6 +1317,7 @@ const es6Classes = {
|
|
|
1311
1317
|
process_internal_notification_1.ProcessInternalNotification,
|
|
1312
1318
|
process_listing_csv_file_1.ProcessListingCsvFile,
|
|
1313
1319
|
process_listing_page_creation_1.ProcessListingPageCreation,
|
|
1320
|
+
process_listing_page_query_1.ProcessListingPageQuery,
|
|
1314
1321
|
process_lock_script_data_1.ProcessLockScriptData,
|
|
1315
1322
|
process_lock_script_list_1.ProcessLockScriptList,
|
|
1316
1323
|
process_menu_creation_1.ProcessMenuCreation,
|
|
@@ -1336,6 +1343,7 @@ const es6Classes = {
|
|
|
1336
1343
|
process_whatsapp_integration_1.ProcessWhatsappIntegration,
|
|
1337
1344
|
process_whatsapp_message_1.ProcessWhatsappMessage,
|
|
1338
1345
|
process_zoho_integration_1.ProcessZohoIntegration,
|
|
1346
|
+
report_view_query_compiler_1.ReportViewQueryCompiler,
|
|
1339
1347
|
sanitize_email_addresses_1.SanitizeEmailAddresses,
|
|
1340
1348
|
send_email_notification_1.SendEmailNotification,
|
|
1341
1349
|
send_fcm_notification_1.SendFcmNotification,
|
|
@@ -1347,12 +1355,19 @@ const es6Classes = {
|
|
|
1347
1355
|
send_whatsapp_message_notification_1.SendWhatsappMessageNotification,
|
|
1348
1356
|
set_fcm_token_1.SetFcmToken,
|
|
1349
1357
|
sync_business_user_role_1.SyncBusinessUserRole,
|
|
1358
|
+
user_secret_view_1.UserSecretView,
|
|
1350
1359
|
validate_custom_field_data_1.ValidateCustomFieldData,
|
|
1351
1360
|
],
|
|
1352
|
-
middlewares: [
|
|
1361
|
+
middlewares: [
|
|
1362
|
+
business_middleware_1.BusinessMiddleware,
|
|
1363
|
+
external_access_middleware_1.ExternalAccessMiddleware,
|
|
1364
|
+
idempotency_middleware_1.IdempotencyMiddleware,
|
|
1365
|
+
mcp_access_middleware_1.McpAccessMiddleware,
|
|
1366
|
+
mcp_rate_limit_middleware_1.McpRateLimitMiddleware,
|
|
1367
|
+
user_business_access_middleware_1.UserBusinessAccessMiddleware,
|
|
1368
|
+
],
|
|
1353
1369
|
services: [
|
|
1354
1370
|
access_business_service_1.AccessBusinessService,
|
|
1355
|
-
developer_mode_access_service_1.DeveloperModeAccessService,
|
|
1356
1371
|
access_report_service_1.AccessReportService,
|
|
1357
1372
|
api_account_service_1.ApiAccountService,
|
|
1358
1373
|
app_integration_service_1.AppIntegrationService,
|
|
@@ -1361,14 +1376,15 @@ const es6Classes = {
|
|
|
1361
1376
|
business_preference_service_1.BusinessPreferenceService,
|
|
1362
1377
|
business_property_service_1.BusinessPropertyService,
|
|
1363
1378
|
business_script_service_1.BusinessScriptService,
|
|
1364
|
-
form_script_service_1.FormScriptService,
|
|
1365
1379
|
business_user_role_service_1.BusinessUserRoleService,
|
|
1366
1380
|
credential_resolve_service_1.CredentialResolveService,
|
|
1367
1381
|
currency_service_1.CurrencyService,
|
|
1368
1382
|
custom_field_service_1.CustomFieldService,
|
|
1383
|
+
developer_mode_access_service_1.DeveloperModeAccessService,
|
|
1369
1384
|
device_auth_service_1.DeviceAuthService,
|
|
1370
1385
|
es6_jobs_service_1.Es6JobsService,
|
|
1371
1386
|
es6_service_1.Es6Service,
|
|
1387
|
+
form_script_service_1.FormScriptService,
|
|
1372
1388
|
gchat_service_1.GchatService,
|
|
1373
1389
|
gmail_integration_service_1.GmailIntegrationService,
|
|
1374
1390
|
gpt_service_1.GptService,
|
|
@@ -1380,6 +1396,7 @@ const es6Classes = {
|
|
|
1380
1396
|
oauth_as_service_1.OauthAsService,
|
|
1381
1397
|
overriding_script_service_1.OverridingScriptService,
|
|
1382
1398
|
platform_service_1.PlatformService,
|
|
1399
|
+
report_view_service_1.ReportViewService,
|
|
1383
1400
|
request_log_service_1.RequestLogService,
|
|
1384
1401
|
scheduled_report_service_1.ScheduledReportService,
|
|
1385
1402
|
send_email_service_1.SendEmailService,
|
|
@@ -1434,7 +1451,6 @@ const es6Classes = {
|
|
|
1434
1451
|
email_template_recipient_subscriber_1.EmailTemplateRecipientSubscriber,
|
|
1435
1452
|
event_trigger_log_subscriber_1.EventTriggerLogSubscriber,
|
|
1436
1453
|
event_trigger_subscriber_1.EventTriggerSubscriber,
|
|
1437
|
-
form_script_subscriber_1.FormScriptSubscriber,
|
|
1438
1454
|
execution_log_subscriber_1.ExecutionLogSubscriber,
|
|
1439
1455
|
fcm_message_subscriber_1.FcmMessageSubscriber,
|
|
1440
1456
|
fcm_notification_subscriber_1.FcmNotificationSubscriber,
|
|
@@ -1442,6 +1458,7 @@ const es6Classes = {
|
|
|
1442
1458
|
fcm_token_subscriber_1.FcmTokenSubscriber,
|
|
1443
1459
|
feature_menu_subscriber_1.FeatureMenuSubscriber,
|
|
1444
1460
|
feature_subscriber_1.FeatureSubscriber,
|
|
1461
|
+
form_script_subscriber_1.FormScriptSubscriber,
|
|
1445
1462
|
gchat_message_subscriber_1.GchatMessageSubscriber,
|
|
1446
1463
|
gchat_template_subscriber_1.GchatTemplateSubscriber,
|
|
1447
1464
|
gchat_user_subscriber_1.GchatUserSubscriber,
|