@servicelabsco/slabs-access-manager 1.0.57 → 1.0.59

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.
Files changed (115) hide show
  1. package/dist/access/controllers/form.script.controller.d.ts +42 -2
  2. package/dist/access/controllers/form.script.controller.js +56 -5
  3. package/dist/access/controllers/form.script.controller.js.map +1 -1
  4. package/dist/access/dtos/add.form.script.dto.d.ts +14 -0
  5. package/dist/access/dtos/add.form.script.dto.js +79 -0
  6. package/dist/access/dtos/add.form.script.dto.js.map +1 -0
  7. package/dist/access/dtos/form.script.attributes.dto.d.ts +3 -0
  8. package/dist/access/dtos/form.script.attributes.dto.js +8 -0
  9. package/dist/access/dtos/form.script.attributes.dto.js.map +1 -0
  10. package/dist/access/dtos/form.script.list.filter.dto.d.ts +4 -0
  11. package/dist/access/dtos/form.script.list.filter.dto.js +25 -0
  12. package/dist/access/dtos/form.script.list.filter.dto.js.map +1 -0
  13. package/dist/access/dtos/index.d.ts +3 -0
  14. package/dist/access/dtos/index.js +3 -0
  15. package/dist/access/dtos/index.js.map +1 -1
  16. package/dist/access/entities/form.script.entity.d.ts +18 -0
  17. package/dist/access/entities/form.script.entity.js +78 -0
  18. package/dist/access/entities/form.script.entity.js.map +1 -0
  19. package/dist/access/entities/index.d.ts +1 -0
  20. package/dist/access/entities/index.js +1 -0
  21. package/dist/access/entities/index.js.map +1 -1
  22. package/dist/access/es6.classes.d.ts +10 -6
  23. package/dist/access/es6.classes.js +18 -2
  24. package/dist/access/es6.classes.js.map +1 -1
  25. package/dist/access/jobs/form.script.job.d.ts +7 -0
  26. package/dist/access/jobs/form.script.job.js +29 -0
  27. package/dist/access/jobs/form.script.job.js.map +1 -0
  28. package/dist/access/jobs/index.d.ts +1 -0
  29. package/dist/access/jobs/index.js +1 -0
  30. package/dist/access/jobs/index.js.map +1 -1
  31. package/dist/access/libraries/index.d.ts +1 -0
  32. package/dist/access/libraries/index.js +1 -0
  33. package/dist/access/libraries/index.js.map +1 -1
  34. package/dist/access/libraries/process.form.script.list.d.ts +21 -0
  35. package/dist/access/libraries/process.form.script.list.js +55 -0
  36. package/dist/access/libraries/process.form.script.list.js.map +1 -0
  37. package/dist/access/services/es6.jobs.service.d.ts +3 -1
  38. package/dist/access/services/es6.jobs.service.js +5 -1
  39. package/dist/access/services/es6.jobs.service.js.map +1 -1
  40. package/dist/access/services/form.script.service.d.ts +85 -0
  41. package/dist/access/services/form.script.service.js +121 -0
  42. package/dist/access/services/form.script.service.js.map +1 -0
  43. package/dist/access/services/index.d.ts +1 -0
  44. package/dist/access/services/index.js +1 -0
  45. package/dist/access/services/index.js.map +1 -1
  46. package/dist/access/subscribers/form.script.subscriber.d.ts +12 -0
  47. package/dist/access/subscribers/form.script.subscriber.js +40 -0
  48. package/dist/access/subscribers/form.script.subscriber.js.map +1 -0
  49. package/dist/access/subscribers/index.d.ts +1 -0
  50. package/dist/access/subscribers/index.js +1 -0
  51. package/dist/access/subscribers/index.js.map +1 -1
  52. package/dist/accessWorkflow/libraries/handle.approval.user.approval.js +7 -4
  53. package/dist/accessWorkflow/libraries/handle.approval.user.approval.js.map +1 -1
  54. package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js +7 -4
  55. package/dist/accessWorkflow/libraries/handle.approval.user.rejection.js.map +1 -1
  56. package/dist/app.module.js +2 -0
  57. package/dist/app.module.js.map +1 -1
  58. package/dist/config/entity.constants.d.ts +2 -0
  59. package/dist/config/entity.constants.js +2 -0
  60. package/dist/config/entity.constants.js.map +1 -1
  61. package/dist/config/source.hash.d.ts +1 -0
  62. package/dist/config/source.hash.js +1 -0
  63. package/dist/config/source.hash.js.map +1 -1
  64. package/dist/development/commands/development.form.script.command.d.ts +12 -0
  65. package/dist/development/commands/development.form.script.command.js +134 -0
  66. package/dist/development/commands/development.form.script.command.js.map +1 -0
  67. package/dist/development/commands/index.d.ts +1 -0
  68. package/dist/development/commands/index.js +18 -0
  69. package/dist/development/commands/index.js.map +1 -0
  70. package/dist/development/controllers/development.form.script.controller.d.ts +37 -0
  71. package/dist/development/controllers/development.form.script.controller.js +48 -0
  72. package/dist/development/controllers/development.form.script.controller.js.map +1 -0
  73. package/dist/development/controllers/index.d.ts +1 -0
  74. package/dist/development/controllers/index.js +1 -0
  75. package/dist/development/controllers/index.js.map +1 -1
  76. package/dist/development/development.module.js +1 -1
  77. package/dist/development/development.module.js.map +1 -1
  78. package/dist/development/es6.classes.d.ts +4 -1
  79. package/dist/development/es6.classes.js +4 -1
  80. package/dist/development/es6.classes.js.map +1 -1
  81. package/dist/development/index.d.ts +1 -0
  82. package/dist/development/index.js +1 -0
  83. package/dist/development/index.js.map +1 -1
  84. package/dist/development/registries/development.entity.registry.js +2 -0
  85. package/dist/development/registries/development.entity.registry.js.map +1 -1
  86. package/dist/mcp/admin/tools/admin.tool.registry.js +10 -0
  87. package/dist/mcp/admin/tools/admin.tool.registry.js.map +1 -1
  88. package/dist/mcp/admin/tools/form_script/form.script.create.tool.d.ts +34 -0
  89. package/dist/mcp/admin/tools/form_script/form.script.create.tool.js +37 -0
  90. package/dist/mcp/admin/tools/form_script/form.script.create.tool.js.map +1 -0
  91. package/dist/mcp/admin/tools/form_script/form.script.delete.tool.d.ts +17 -0
  92. package/dist/mcp/admin/tools/form_script/form.script.delete.tool.js +23 -0
  93. package/dist/mcp/admin/tools/form_script/form.script.delete.tool.js.map +1 -0
  94. package/dist/mcp/admin/tools/form_script/form.script.get.tool.d.ts +17 -0
  95. package/dist/mcp/admin/tools/form_script/form.script.get.tool.js +23 -0
  96. package/dist/mcp/admin/tools/form_script/form.script.get.tool.js.map +1 -0
  97. package/dist/mcp/admin/tools/form_script/form.script.list.tool.d.ts +23 -0
  98. package/dist/mcp/admin/tools/form_script/form.script.list.tool.js +40 -0
  99. package/dist/mcp/admin/tools/form_script/form.script.list.tool.js.map +1 -0
  100. package/dist/mcp/admin/tools/form_script/form.script.update.tool.d.ts +36 -0
  101. package/dist/mcp/admin/tools/form_script/form.script.update.tool.js +38 -0
  102. package/dist/mcp/admin/tools/form_script/form.script.update.tool.js.map +1 -0
  103. package/dist/mcp/admin/tools/form_script/index.d.ts +5 -0
  104. package/dist/mcp/admin/tools/form_script/index.js +22 -0
  105. package/dist/mcp/admin/tools/form_script/index.js.map +1 -0
  106. package/dist/mcp/admin/tools/index.d.ts +1 -0
  107. package/dist/mcp/admin/tools/index.js +1 -0
  108. package/dist/mcp/admin/tools/index.js.map +1 -1
  109. package/dist/mcp/es6.classes.d.ts +6 -1
  110. package/dist/mcp/es6.classes.js +10 -0
  111. package/dist/mcp/es6.classes.js.map +1 -1
  112. package/dist/migrations/1785487007042-CreateFormScriptTable.d.ts +5 -0
  113. package/dist/migrations/1785487007042-CreateFormScriptTable.js +26 -0
  114. package/dist/migrations/1785487007042-CreateFormScriptTable.js.map +1 -0
  115. package/package.json +1 -1
@@ -1,7 +1,47 @@
1
+ import { AddFormScriptDto } from '../dtos/add.form.script.dto';
1
2
  import { BusinessParamDto } from '../dtos/business.param.dto';
3
+ import { FormScriptListFilterDto } from '../dtos/form.script.list.filter.dto';
4
+ import { FormScriptEntity } from '../entities/form.script.entity';
2
5
  import { AccessBusinessService } from '../services/access.business.service';
6
+ import { FormScriptService } from '../services/form.script.service';
7
+ import { ListingService } from '../services/listing.service';
3
8
  export declare class FormScriptController {
4
9
  private readonly accessBusinessService;
5
- constructor(accessBusinessService: AccessBusinessService);
6
- get(_params: BusinessParamDto): Promise<any[]>;
10
+ private readonly formScriptService;
11
+ private readonly listingService;
12
+ constructor(accessBusinessService: AccessBusinessService, formScriptService: FormScriptService, listingService: ListingService);
13
+ search(body: FormScriptListFilterDto): Promise<import("..").ListResponseDto>;
14
+ upsert(body: AddFormScriptDto): Promise<{
15
+ id: number;
16
+ business_id: number;
17
+ name: string;
18
+ identifier: string;
19
+ columns: string;
20
+ activity_type_id: number;
21
+ priority: number;
22
+ script_id: number;
23
+ active: boolean;
24
+ description: string;
25
+ attributes: import("..").FormScriptAttributesDto;
26
+ script: string;
27
+ created_at: Date;
28
+ updated_at: Date;
29
+ }>;
30
+ show(params: BusinessParamDto): Promise<{
31
+ id: number;
32
+ business_id: number;
33
+ name: string;
34
+ identifier: string;
35
+ columns: string;
36
+ activity_type_id: number;
37
+ priority: number;
38
+ script_id: number;
39
+ active: boolean;
40
+ description: string;
41
+ attributes: import("..").FormScriptAttributesDto;
42
+ script: string;
43
+ created_at: Date;
44
+ updated_at: Date;
45
+ }>;
46
+ get(params: BusinessParamDto): Promise<FormScriptEntity[]>;
7
47
  }
@@ -14,18 +14,67 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.FormScriptController = void 0;
16
16
  const common_1 = require("@nestjs/common");
17
+ const typeorm_1 = require("typeorm");
18
+ const add_form_script_dto_1 = require("../dtos/add.form.script.dto");
17
19
  const business_param_dto_1 = require("../dtos/business.param.dto");
20
+ const form_script_list_filter_dto_1 = require("../dtos/form.script.list.filter.dto");
21
+ const form_script_entity_1 = require("../entities/form.script.entity");
22
+ const process_form_script_list_1 = require("../libraries/process.form.script.list");
18
23
  const access_business_service_1 = require("../services/access.business.service");
24
+ const form_script_service_1 = require("../services/form.script.service");
25
+ const listing_service_1 = require("../services/listing.service");
19
26
  let FormScriptController = class FormScriptController {
20
- constructor(accessBusinessService) {
27
+ constructor(accessBusinessService, formScriptService, listingService) {
21
28
  this.accessBusinessService = accessBusinessService;
29
+ this.formScriptService = formScriptService;
30
+ this.listingService = listingService;
22
31
  }
23
- async get(_params) {
24
- await this.accessBusinessService.validateAccess();
25
- return [];
32
+ async search(body) {
33
+ const business = await this.accessBusinessService.validateAccess();
34
+ return new process_form_script_list_1.ProcessFormScriptList(business, this.listingService).process(body);
35
+ }
36
+ async upsert(body) {
37
+ const business = await this.accessBusinessService.validateAccess();
38
+ return this.formScriptService.upsertForBusiness(business, body);
39
+ }
40
+ async show(params) {
41
+ const business = await this.accessBusinessService.validateAccess();
42
+ return this.formScriptService.getForBusiness(business, params.id);
43
+ }
44
+ async get(params) {
45
+ const business = await this.accessBusinessService.validateAccess();
46
+ return form_script_entity_1.FormScriptEntity.find({
47
+ where: [
48
+ { business_id: business.id, identifier: params.slug },
49
+ { business_id: (0, typeorm_1.IsNull)(), identifier: params.slug },
50
+ ],
51
+ relations: ['script'],
52
+ order: { priority: 'ASC', id: 'ASC' },
53
+ });
26
54
  }
27
55
  };
28
56
  exports.FormScriptController = FormScriptController;
57
+ __decorate([
58
+ (0, common_1.Post)('search'),
59
+ __param(0, (0, common_1.Body)()),
60
+ __metadata("design:type", Function),
61
+ __metadata("design:paramtypes", [form_script_list_filter_dto_1.FormScriptListFilterDto]),
62
+ __metadata("design:returntype", Promise)
63
+ ], FormScriptController.prototype, "search", null);
64
+ __decorate([
65
+ (0, common_1.Post)(),
66
+ __param(0, (0, common_1.Body)()),
67
+ __metadata("design:type", Function),
68
+ __metadata("design:paramtypes", [add_form_script_dto_1.AddFormScriptDto]),
69
+ __metadata("design:returntype", Promise)
70
+ ], FormScriptController.prototype, "upsert", null);
71
+ __decorate([
72
+ (0, common_1.Get)('record/:id'),
73
+ __param(0, (0, common_1.Param)()),
74
+ __metadata("design:type", Function),
75
+ __metadata("design:paramtypes", [business_param_dto_1.BusinessParamDto]),
76
+ __metadata("design:returntype", Promise)
77
+ ], FormScriptController.prototype, "show", null);
29
78
  __decorate([
30
79
  (0, common_1.Get)(':slug'),
31
80
  __param(0, (0, common_1.Param)()),
@@ -35,6 +84,8 @@ __decorate([
35
84
  ], FormScriptController.prototype, "get", null);
36
85
  exports.FormScriptController = FormScriptController = __decorate([
37
86
  (0, common_1.Controller)('api/b/form-script'),
38
- __metadata("design:paramtypes", [access_business_service_1.AccessBusinessService])
87
+ __metadata("design:paramtypes", [access_business_service_1.AccessBusinessService,
88
+ form_script_service_1.FormScriptService,
89
+ listing_service_1.ListingService])
39
90
  ], FormScriptController);
40
91
  //# sourceMappingURL=form.script.controller.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.script.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/form.script.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAwD;AACxD,mEAA8D;AAC9D,iFAA4E;AAWrE,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC7B,YAA6B,qBAA4C;QAA5C,0BAAqB,GAArB,qBAAqB,CAAuB;IAAG,CAAC;IAOvE,AAAN,KAAK,CAAC,GAAG,CAAU,OAAyB;QACxC,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAGlD,OAAO,EAAE,CAAC;IACd,CAAC;CACJ,CAAA;AAdY,oDAAoB;AAQvB;IADL,IAAA,YAAG,EAAC,OAAO,CAAC;IACF,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAU,qCAAgB;;+CAK3C;+BAbQ,oBAAoB;IADhC,IAAA,mBAAU,EAAC,mBAAmB,CAAC;qCAEwB,+CAAqB;GADhE,oBAAoB,CAchC"}
1
+ {"version":3,"file":"form.script.controller.js","sourceRoot":"","sources":["../../../src/access/controllers/form.script.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAoE;AACpE,qCAAiC;AACjC,qEAA+D;AAC/D,mEAA8D;AAC9D,qFAA8E;AAC9E,uEAAkE;AAClE,oFAA8E;AAC9E,iFAA4E;AAC5E,yEAAoE;AACpE,iEAA6D;AAStD,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAC7B,YACqB,qBAA4C,EAC5C,iBAAoC,EACpC,cAA8B;QAF9B,0BAAqB,GAArB,qBAAqB,CAAuB;QAC5C,sBAAiB,GAAjB,iBAAiB,CAAmB;QACpC,mBAAc,GAAd,cAAc,CAAgB;IAChD,CAAC;IAME,AAAN,KAAK,CAAC,MAAM,CAAS,IAA6B;QAC9C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,gDAAqB,CAAC,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAClF,CAAC;IAOK,AAAN,KAAK,CAAC,MAAM,CAAS,IAAsB;QACvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,QAAQ,EAAE,IAAI,CAAC,CAAC;IACpE,CAAC;IAMK,AAAN,KAAK,CAAC,IAAI,CAAU,MAAwB;QACxC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,IAAI,CAAC,iBAAiB,CAAC,cAAc,CAAC,QAAQ,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC;IACtE,CAAC;IAMK,AAAN,KAAK,CAAC,GAAG,CAAU,MAAwB;QACvC,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,cAAc,EAAE,CAAC;QAEnE,OAAO,qCAAgB,CAAC,IAAI,CAAC;YACzB,KAAK,EAAE;gBACH,EAAE,WAAW,EAAE,QAAQ,CAAC,EAAE,EAAE,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE;gBACrD,EAAE,WAAW,EAAE,IAAA,gBAAM,GAAE,EAAE,UAAU,EAAE,MAAM,CAAC,IAAI,EAAE;aACrD;YACD,SAAS,EAAE,CAAC,QAAQ,CAAC;YACrB,KAAK,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE;SACxC,CAAC,CAAC;IACP,CAAC;CACJ,CAAA;AAtDY,oDAAoB;AAWvB;IADL,IAAA,aAAI,EAAC,QAAQ,CAAC;IACD,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,qDAAuB;;kDAIjD;AAOK;IADL,IAAA,aAAI,GAAE;IACO,WAAA,IAAA,aAAI,GAAE,CAAA;;qCAAO,sCAAgB;;kDAI1C;AAMK;IADL,IAAA,YAAG,EAAC,YAAY,CAAC;IACN,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;gDAI3C;AAMK;IADL,IAAA,YAAG,EAAC,OAAO,CAAC;IACF,WAAA,IAAA,cAAK,GAAE,CAAA;;qCAAS,qCAAgB;;+CAW1C;+BArDQ,oBAAoB;IADhC,IAAA,mBAAU,EAAC,mBAAmB,CAAC;qCAGgB,+CAAqB;QACzB,uCAAiB;QACpB,gCAAc;GAJ1C,oBAAoB,CAsDhC"}
@@ -0,0 +1,14 @@
1
+ import { IdPayloadDto } from '../../accessUtility/dtos/id.payload.dto';
2
+ import { FormScriptAttributesDto } from './form.script.attributes.dto';
3
+ export declare class AddFormScriptDto extends IdPayloadDto {
4
+ business_id?: number | null;
5
+ name: string;
6
+ identifier: string;
7
+ script: string;
8
+ priority: number;
9
+ columns?: string;
10
+ activity_type_id?: number;
11
+ active?: boolean;
12
+ description?: string;
13
+ attributes?: FormScriptAttributesDto;
14
+ }
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.AddFormScriptDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const id_payload_dto_1 = require("../../accessUtility/dtos/id.payload.dto");
16
+ const form_script_attributes_dto_1 = require("./form.script.attributes.dto");
17
+ class AddFormScriptDto extends id_payload_dto_1.IdPayloadDto {
18
+ }
19
+ exports.AddFormScriptDto = AddFormScriptDto;
20
+ __decorate([
21
+ (0, class_transformer_1.Expose)(),
22
+ (0, class_validator_1.IsOptional)(),
23
+ (0, class_validator_1.IsNumber)(),
24
+ __metadata("design:type", Number)
25
+ ], AddFormScriptDto.prototype, "business_id", void 0);
26
+ __decorate([
27
+ (0, class_transformer_1.Expose)(),
28
+ (0, class_validator_1.IsString)(),
29
+ (0, class_validator_1.IsNotEmpty)(),
30
+ __metadata("design:type", String)
31
+ ], AddFormScriptDto.prototype, "name", void 0);
32
+ __decorate([
33
+ (0, class_transformer_1.Expose)(),
34
+ (0, class_validator_1.IsString)(),
35
+ (0, class_validator_1.IsNotEmpty)(),
36
+ __metadata("design:type", String)
37
+ ], AddFormScriptDto.prototype, "identifier", void 0);
38
+ __decorate([
39
+ (0, class_transformer_1.Expose)(),
40
+ (0, class_validator_1.IsString)(),
41
+ (0, class_validator_1.IsNotEmpty)(),
42
+ __metadata("design:type", String)
43
+ ], AddFormScriptDto.prototype, "script", void 0);
44
+ __decorate([
45
+ (0, class_transformer_1.Expose)(),
46
+ (0, class_validator_1.IsNumber)(),
47
+ (0, class_validator_1.IsNotEmpty)(),
48
+ __metadata("design:type", Number)
49
+ ], AddFormScriptDto.prototype, "priority", void 0);
50
+ __decorate([
51
+ (0, class_transformer_1.Expose)(),
52
+ (0, class_validator_1.IsOptional)(),
53
+ (0, class_validator_1.IsString)(),
54
+ __metadata("design:type", String)
55
+ ], AddFormScriptDto.prototype, "columns", void 0);
56
+ __decorate([
57
+ (0, class_transformer_1.Expose)(),
58
+ (0, class_validator_1.IsOptional)(),
59
+ (0, class_validator_1.IsNumber)(),
60
+ __metadata("design:type", Number)
61
+ ], AddFormScriptDto.prototype, "activity_type_id", void 0);
62
+ __decorate([
63
+ (0, class_transformer_1.Expose)(),
64
+ (0, class_validator_1.IsOptional)(),
65
+ (0, class_validator_1.IsBoolean)(),
66
+ __metadata("design:type", Boolean)
67
+ ], AddFormScriptDto.prototype, "active", void 0);
68
+ __decorate([
69
+ (0, class_transformer_1.Expose)(),
70
+ (0, class_validator_1.IsOptional)(),
71
+ (0, class_validator_1.IsString)(),
72
+ __metadata("design:type", String)
73
+ ], AddFormScriptDto.prototype, "description", void 0);
74
+ __decorate([
75
+ (0, class_transformer_1.Expose)(),
76
+ (0, class_validator_1.IsOptional)(),
77
+ __metadata("design:type", form_script_attributes_dto_1.FormScriptAttributesDto)
78
+ ], AddFormScriptDto.prototype, "attributes", void 0);
79
+ //# sourceMappingURL=add.form.script.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add.form.script.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/add.form.script.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAwF;AACxF,4EAAuE;AACvE,6EAAuE;AAKvE,MAAa,gBAAiB,SAAQ,6BAAY;CAiDjD;AAjDD,4CAiDC;AA7CG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACiB;AAK5B;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;8CACA;AAKb;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;oDACM;AAKnB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;gDACE;AAKf;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;kDACI;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;iDACM;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;0DACe;AAK1B;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,2BAAS,GAAE;;gDACK;AAKjB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAIrB;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;8BACA,oDAAuB;oDAAC"}
@@ -0,0 +1,3 @@
1
+ import { CommonAttributesDto } from '@servicelabsco/nestjs-utility-services';
2
+ export declare class FormScriptAttributesDto extends CommonAttributesDto {
3
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FormScriptAttributesDto = void 0;
4
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
5
+ class FormScriptAttributesDto extends nestjs_utility_services_1.CommonAttributesDto {
6
+ }
7
+ exports.FormScriptAttributesDto = FormScriptAttributesDto;
8
+ //# sourceMappingURL=form.script.attributes.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.script.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/form.script.attributes.dto.ts"],"names":[],"mappings":";;;AAAA,oFAA6E;AAE7E,MAAa,uBAAwB,SAAQ,6CAAmB;CAAG;AAAnE,0DAAmE"}
@@ -0,0 +1,4 @@
1
+ import { CommonListFilterDto } from './common.list.filter.dto';
2
+ export declare class FormScriptListFilterDto extends CommonListFilterDto {
3
+ identifier?: string;
4
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.FormScriptListFilterDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ const common_list_filter_dto_1 = require("./common.list.filter.dto");
16
+ class FormScriptListFilterDto extends common_list_filter_dto_1.CommonListFilterDto {
17
+ }
18
+ exports.FormScriptListFilterDto = FormScriptListFilterDto;
19
+ __decorate([
20
+ (0, class_transformer_1.Expose)(),
21
+ (0, class_validator_1.IsOptional)(),
22
+ (0, class_validator_1.IsString)(),
23
+ __metadata("design:type", String)
24
+ ], FormScriptListFilterDto.prototype, "identifier", void 0);
25
+ //# sourceMappingURL=form.script.list.filter.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.script.list.filter.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/form.script.list.filter.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAuD;AACvD,qEAA+D;AAK/D,MAAa,uBAAwB,SAAQ,4CAAmB;CAM/D;AAND,0DAMC;AADG;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;2DACS"}
@@ -17,6 +17,7 @@ export * from './add.dashboard.component.dto';
17
17
  export * from './add.dashboard.component.properties.dto';
18
18
  export * from './add.email.rule.dto';
19
19
  export * from './add.event.trigger.dto';
20
+ export * from './add.form.script.dto';
20
21
  export * from './add.group.member.dto';
21
22
  export * from './add.gst.mapping.dto';
22
23
  export * from './add.integration.preference.dto';
@@ -112,6 +113,8 @@ export * from './fcm.template.attributes.dto';
112
113
  export * from './fcm.token.attributes.dto';
113
114
  export * from './feature.attributes.dto';
114
115
  export * from './feature.menu.attributes.dto';
116
+ export * from './form.script.attributes.dto';
117
+ export * from './form.script.list.filter.dto';
115
118
  export * from './gchat.message.attributes.dto';
116
119
  export * from './gchat.posting.payload.dto';
117
120
  export * from './gchat.template.attributes.dto';
@@ -33,6 +33,7 @@ __exportStar(require("./add.dashboard.component.dto"), exports);
33
33
  __exportStar(require("./add.dashboard.component.properties.dto"), exports);
34
34
  __exportStar(require("./add.email.rule.dto"), exports);
35
35
  __exportStar(require("./add.event.trigger.dto"), exports);
36
+ __exportStar(require("./add.form.script.dto"), exports);
36
37
  __exportStar(require("./add.group.member.dto"), exports);
37
38
  __exportStar(require("./add.gst.mapping.dto"), exports);
38
39
  __exportStar(require("./add.integration.preference.dto"), exports);
@@ -128,6 +129,8 @@ __exportStar(require("./fcm.template.attributes.dto"), exports);
128
129
  __exportStar(require("./fcm.token.attributes.dto"), exports);
129
130
  __exportStar(require("./feature.attributes.dto"), exports);
130
131
  __exportStar(require("./feature.menu.attributes.dto"), exports);
132
+ __exportStar(require("./form.script.attributes.dto"), exports);
133
+ __exportStar(require("./form.script.list.filter.dto"), exports);
131
134
  __exportStar(require("./gchat.message.attributes.dto"), exports);
132
135
  __exportStar(require("./gchat.posting.payload.dto"), exports);
133
136
  __exportStar(require("./gchat.template.attributes.dto"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ import { CommonEntity, LookupValueEntity, SystemScriptEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { FormScriptAttributesDto } from '../dtos/form.script.attributes.dto';
3
+ import { AccessBusinessEntity } from './access.business.entity';
4
+ export declare class FormScriptEntity extends CommonEntity {
5
+ business_id: number | null;
6
+ name: string;
7
+ identifier: string;
8
+ columns: string;
9
+ activity_type_id: number;
10
+ priority: number;
11
+ script_id: number;
12
+ active: boolean;
13
+ description: string;
14
+ attributes: FormScriptAttributesDto;
15
+ business: AccessBusinessEntity;
16
+ activity_type: LookupValueEntity;
17
+ script: SystemScriptEntity;
18
+ }
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
7
+ };
8
+ var __metadata = (this && this.__metadata) || function (k, v) {
9
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.FormScriptEntity = void 0;
13
+ const typeorm_1 = require("typeorm");
14
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
15
+ const form_script_attributes_dto_1 = require("../dtos/form.script.attributes.dto");
16
+ const access_business_entity_1 = require("./access.business.entity");
17
+ let FormScriptEntity = class FormScriptEntity extends nestjs_utility_services_1.CommonEntity {
18
+ };
19
+ exports.FormScriptEntity = FormScriptEntity;
20
+ __decorate([
21
+ (0, typeorm_1.Column)({ nullable: true }),
22
+ __metadata("design:type", Number)
23
+ ], FormScriptEntity.prototype, "business_id", void 0);
24
+ __decorate([
25
+ (0, typeorm_1.Column)(),
26
+ __metadata("design:type", String)
27
+ ], FormScriptEntity.prototype, "name", void 0);
28
+ __decorate([
29
+ (0, typeorm_1.Column)(),
30
+ __metadata("design:type", String)
31
+ ], FormScriptEntity.prototype, "identifier", void 0);
32
+ __decorate([
33
+ (0, typeorm_1.Column)(),
34
+ __metadata("design:type", String)
35
+ ], FormScriptEntity.prototype, "columns", void 0);
36
+ __decorate([
37
+ (0, typeorm_1.Column)(),
38
+ __metadata("design:type", Number)
39
+ ], FormScriptEntity.prototype, "activity_type_id", void 0);
40
+ __decorate([
41
+ (0, typeorm_1.Column)(),
42
+ __metadata("design:type", Number)
43
+ ], FormScriptEntity.prototype, "priority", void 0);
44
+ __decorate([
45
+ (0, typeorm_1.Column)(),
46
+ __metadata("design:type", Number)
47
+ ], FormScriptEntity.prototype, "script_id", void 0);
48
+ __decorate([
49
+ (0, typeorm_1.Column)(),
50
+ __metadata("design:type", Boolean)
51
+ ], FormScriptEntity.prototype, "active", void 0);
52
+ __decorate([
53
+ (0, typeorm_1.Column)(),
54
+ __metadata("design:type", String)
55
+ ], FormScriptEntity.prototype, "description", void 0);
56
+ __decorate([
57
+ (0, typeorm_1.Column)('json'),
58
+ __metadata("design:type", form_script_attributes_dto_1.FormScriptAttributesDto)
59
+ ], FormScriptEntity.prototype, "attributes", void 0);
60
+ __decorate([
61
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
62
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
63
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
64
+ ], FormScriptEntity.prototype, "business", void 0);
65
+ __decorate([
66
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.LookupValueEntity),
67
+ (0, typeorm_1.JoinColumn)({ name: 'activity_type_id' }),
68
+ __metadata("design:type", nestjs_utility_services_1.LookupValueEntity)
69
+ ], FormScriptEntity.prototype, "activity_type", void 0);
70
+ __decorate([
71
+ (0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.SystemScriptEntity),
72
+ (0, typeorm_1.JoinColumn)({ name: 'script_id' }),
73
+ __metadata("design:type", nestjs_utility_services_1.SystemScriptEntity)
74
+ ], FormScriptEntity.prototype, "script", void 0);
75
+ exports.FormScriptEntity = FormScriptEntity = __decorate([
76
+ (0, typeorm_1.Entity)('bz_form_scripts')
77
+ ], FormScriptEntity);
78
+ //# sourceMappingURL=form.script.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.script.entity.js","sourceRoot":"","sources":["../../../src/access/entities/form.script.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAgE;AAChE,oFAA6G;AAC7G,mFAA6E;AAC7E,qEAAgE;AASzD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CAqCjD,CAAA;AArCY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACA;AAG3B;IADC,IAAA,gBAAM,GAAE;;8CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;oDACU;AAGnB;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;0DACgB;AAGzB;IADC,IAAA,gBAAM,GAAE;;kDACQ;AAGjB;IADC,IAAA,gBAAM,GAAE;;mDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;gDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;qDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAGwC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;kDAAC;AAE7B;IAA7E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,2CAAiB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC;8BAAgB,2CAAiB;uDAAC;AAEvC;IAAvE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,4CAAkB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,WAAW,EAAE,CAAC;8BAAS,4CAAkB;gDAAC;2BApC1F,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,gBAAgB,CAqC5B"}
@@ -47,6 +47,7 @@ export * from './fcm.token.entity';
47
47
  export * from './feature.entity';
48
48
  export * from './feature.menu.entity';
49
49
  export * from './finnoto.user.entity';
50
+ export * from './form.script.entity';
50
51
  export * from './gchat.message.entity';
51
52
  export * from './gchat.template.entity';
52
53
  export * from './gchat.user.entity';
@@ -63,6 +63,7 @@ __exportStar(require("./fcm.token.entity"), exports);
63
63
  __exportStar(require("./feature.entity"), exports);
64
64
  __exportStar(require("./feature.menu.entity"), exports);
65
65
  __exportStar(require("./finnoto.user.entity"), exports);
66
+ __exportStar(require("./form.script.entity"), exports);
66
67
  __exportStar(require("./gchat.message.entity"), exports);
67
68
  __exportStar(require("./gchat.template.entity"), exports);
68
69
  __exportStar(require("./gchat.user.entity"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
@@ -28,6 +28,7 @@ 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';
31
32
  import { EventTriggerLogController } from './controllers/event.trigger.log.controller';
32
33
  import { FcmTokenController } from './controllers/fcm.token.controller';
33
34
  import { GroupMemberController } from './controllers/group.member.controller';
@@ -46,7 +47,6 @@ import { OverridingScriptController } from './controllers/overriding.script.cont
46
47
  import { ScheduledReportController } from './controllers/scheduled.report.controller';
47
48
  import { ScheduledReportItemController } from './controllers/scheduled.report.item.controller';
48
49
  import { TagController } from './controllers/tag.controller';
49
- import { FormScriptController } from './controllers/form.script.controller';
50
50
  import { UiActionController } from './controllers/ui.action.controller';
51
51
  import { UserBusinessSecretController } from './controllers/user.business.secret.controller';
52
52
  import { UserNotificationController } from './controllers/user.notification.controller';
@@ -223,6 +223,7 @@ import { EmailTemplateLogJob } from './jobs/email.template.log.job';
223
223
  import { EmailTemplateRecipientJob } from './jobs/email.template.recipient.job';
224
224
  import { EvaluateEmailRuleJob } from './jobs/evaluate.email.rule.job';
225
225
  import { EventTriggerJob } from './jobs/event.trigger.job';
226
+ import { FormScriptJob } from './jobs/form.script.job';
226
227
  import { EventTriggerLogJob } from './jobs/event.trigger.log.job';
227
228
  import { ExecuteBusinessScriptJob } from './jobs/execute.business.script.job';
228
229
  import { ExecutionLogJob } from './jobs/execution.log.job';
@@ -322,6 +323,7 @@ import { ProcessBusinessPropertyList } from './libraries/process.business.proper
322
323
  import { ProcessBusinessReportList } from './libraries/process.business.report.list';
323
324
  import { ProcessBusinessScriptCreation } from './libraries/process.business.script.creation';
324
325
  import { ProcessBusinessScriptData } from './libraries/process.business.script.data';
326
+ import { ProcessFormScriptList } from './libraries/process.form.script.list';
325
327
  import { ProcessBusinessScriptList } from './libraries/process.business.script.list';
326
328
  import { ProcessBusinessUserGroupList } from './libraries/process.business.user.group.list';
327
329
  import { ProcessBusinessUserNotificationPreferenceList } from './libraries/process.business.user.notification.preference.list';
@@ -412,6 +414,7 @@ import { BusinessEmailService } from './services/business.email.service';
412
414
  import { BusinessPreferenceService } from './services/business.preference.service';
413
415
  import { BusinessPropertyService } from './services/business.property.service';
414
416
  import { BusinessScriptService } from './services/business.script.service';
417
+ import { FormScriptService } from './services/form.script.service';
415
418
  import { BusinessUserRoleService } from './services/business.user.role.service';
416
419
  import { CredentialResolveService } from './services/credential.resolve.service';
417
420
  import { CurrencyService } from './services/currency.service';
@@ -482,6 +485,7 @@ import { EmailTemplateLogSubscriber } from './subscribers/email.template.log.sub
482
485
  import { EmailTemplateRecipientSubscriber } from './subscribers/email.template.recipient.subscriber';
483
486
  import { EventTriggerLogSubscriber } from './subscribers/event.trigger.log.subscriber';
484
487
  import { EventTriggerSubscriber } from './subscribers/event.trigger.subscriber';
488
+ import { FormScriptSubscriber } from './subscribers/form.script.subscriber';
485
489
  import { ExecutionLogSubscriber } from './subscribers/execution.log.subscriber';
486
490
  import { FcmMessageSubscriber } from './subscribers/fcm.message.subscriber';
487
491
  import { FcmNotificationSubscriber } from './subscribers/fcm.notification.subscriber';
@@ -540,14 +544,14 @@ import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subs
540
544
  import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.whatsapp.number.subscriber';
541
545
  declare const es6Classes: {
542
546
  commands: (typeof WebhookPollCommand)[];
543
- 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 GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPageController | typeof ListingPreferenceController | typeof LockScriptController | typeof MenuController | typeof ModuleController | typeof ModuleMenuController | typeof OauthAsController | typeof OauthDiscoveryController | typeof OverridingScriptController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof FormScriptController | typeof UiActionController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
547
+ 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 FormScriptController | typeof EventTriggerLogController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPageController | typeof ListingPreferenceController | typeof LockScriptController | typeof MenuController | typeof ModuleController | typeof ModuleMenuController | typeof OauthAsController | typeof OauthDiscoveryController | typeof OverridingScriptController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UiActionController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
544
548
  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)[];
545
549
  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)[];
546
550
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof ListingViewTypeEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
547
- 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 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)[];
548
- 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 ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessListingPageCreation | typeof ProcessPreferenceData | typeof ProcessLockScriptData | typeof ProcessLockScriptList | typeof ProcessMenuCreation | typeof ProcessModuleCreation | typeof ProcessModuleMenuCreation | typeof OauthPkce | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | 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)[];
551
+ 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 FormScriptJob | typeof EventTriggerLogJob | typeof ExecuteBusinessScriptJob | typeof ExecutionLogJob | typeof FcmMessageJob | typeof FcmNotificationJob | typeof FcmTemplateJob | typeof FcmTokenJob | typeof FeatureJob | typeof FeatureMenuJob | 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)[];
552
+ 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 ProcessFormScriptList | typeof ProcessEventTriggerLogList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessListingPageCreation | typeof ProcessPreferenceData | typeof ProcessLockScriptData | typeof ProcessLockScriptList | typeof ProcessMenuCreation | typeof ProcessModuleCreation | typeof ProcessModuleMenuCreation | typeof OauthPkce | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | 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)[];
549
553
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof McpAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
550
- 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 ListingPreferenceService | typeof LockScriptService | typeof OauthAsService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof CredentialResolveService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
551
- 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 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)[];
554
+ 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 FormScriptService | typeof PlatformService | typeof ListingPreferenceService | typeof LockScriptService | typeof OauthAsService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof CredentialResolveService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
555
+ 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 FormScriptSubscriber | typeof ExecutionLogSubscriber | typeof FcmMessageSubscriber | typeof FcmNotificationSubscriber | typeof FcmTemplateSubscriber | typeof FcmTokenSubscriber | typeof FeatureMenuSubscriber | typeof FeatureSubscriber | 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)[];
552
556
  };
553
557
  export default es6Classes;