@servicelabsco/slabs-access-manager 1.0.13 → 1.0.14

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 (124) hide show
  1. package/dist/access/controllers/business.currency.controller.d.ts +27 -0
  2. package/dist/access/controllers/business.currency.controller.js +194 -0
  3. package/dist/access/controllers/business.currency.controller.js.map +1 -0
  4. package/dist/access/controllers/currency.rate.controller.d.ts +23 -0
  5. package/dist/access/controllers/currency.rate.controller.js +117 -0
  6. package/dist/access/controllers/currency.rate.controller.js.map +1 -0
  7. package/dist/access/controllers/index.d.ts +2 -0
  8. package/dist/access/controllers/index.js +2 -0
  9. package/dist/access/controllers/index.js.map +1 -1
  10. package/dist/access/dtos/add.business.currency.dto.d.ts +5 -0
  11. package/dist/access/dtos/add.business.currency.dto.js +36 -0
  12. package/dist/access/dtos/add.business.currency.dto.js.map +1 -0
  13. package/dist/access/dtos/add.currency.rate.dto.d.ts +5 -0
  14. package/dist/access/dtos/add.currency.rate.dto.js +35 -0
  15. package/dist/access/dtos/add.currency.rate.dto.js.map +1 -0
  16. package/dist/access/dtos/business.currency.attributes.dto.d.ts +3 -0
  17. package/dist/access/dtos/business.currency.attributes.dto.js +8 -0
  18. package/dist/access/dtos/business.currency.attributes.dto.js.map +1 -0
  19. package/dist/access/dtos/business.currency.list.filter.dto.d.ts +4 -0
  20. package/dist/access/dtos/business.currency.list.filter.dto.js +25 -0
  21. package/dist/access/dtos/business.currency.list.filter.dto.js.map +1 -0
  22. package/dist/access/dtos/currency.rate.attributes.dto.d.ts +3 -0
  23. package/dist/access/dtos/currency.rate.attributes.dto.js +8 -0
  24. package/dist/access/dtos/currency.rate.attributes.dto.js.map +1 -0
  25. package/dist/access/dtos/currency.rate.list.filter.dto.d.ts +3 -0
  26. package/dist/access/dtos/currency.rate.list.filter.dto.js +8 -0
  27. package/dist/access/dtos/currency.rate.list.filter.dto.js.map +1 -0
  28. package/dist/access/dtos/get.currency.rate.dto.d.ts +4 -0
  29. package/dist/access/dtos/get.currency.rate.dto.js +30 -0
  30. package/dist/access/dtos/get.currency.rate.dto.js.map +1 -0
  31. package/dist/access/dtos/index.d.ts +7 -0
  32. package/dist/access/dtos/index.js +7 -0
  33. package/dist/access/dtos/index.js.map +1 -1
  34. package/dist/access/entities/business.currency.entity.d.ts +14 -0
  35. package/dist/access/entities/business.currency.entity.js +58 -0
  36. package/dist/access/entities/business.currency.entity.js.map +1 -0
  37. package/dist/access/entities/currency.rate.entity.d.ts +13 -0
  38. package/dist/access/entities/currency.rate.entity.js +54 -0
  39. package/dist/access/entities/currency.rate.entity.js.map +1 -0
  40. package/dist/access/entities/index.d.ts +2 -0
  41. package/dist/access/entities/index.js +2 -0
  42. package/dist/access/entities/index.js.map +1 -1
  43. package/dist/access/es6.classes.d.ts +20 -7
  44. package/dist/access/es6.classes.js +36 -0
  45. package/dist/access/es6.classes.js.map +1 -1
  46. package/dist/access/jobs/business.currency.job.d.ts +7 -0
  47. package/dist/access/jobs/business.currency.job.js +29 -0
  48. package/dist/access/jobs/business.currency.job.js.map +1 -0
  49. package/dist/access/jobs/currency.rate.job.d.ts +7 -0
  50. package/dist/access/jobs/currency.rate.job.js +29 -0
  51. package/dist/access/jobs/currency.rate.job.js.map +1 -0
  52. package/dist/access/jobs/index.d.ts +2 -0
  53. package/dist/access/jobs/index.js +2 -0
  54. package/dist/access/jobs/index.js.map +1 -1
  55. package/dist/access/libraries/index.d.ts +2 -0
  56. package/dist/access/libraries/index.js +2 -0
  57. package/dist/access/libraries/index.js.map +1 -1
  58. package/dist/access/libraries/process.business.currency.list.d.ts +20 -0
  59. package/dist/access/libraries/process.business.currency.list.js +34 -0
  60. package/dist/access/libraries/process.business.currency.list.js.map +1 -0
  61. package/dist/access/libraries/process.currency.rate.list.d.ts +20 -0
  62. package/dist/access/libraries/process.currency.rate.list.js +34 -0
  63. package/dist/access/libraries/process.currency.rate.list.js.map +1 -0
  64. package/dist/access/services/currency.service.d.ts +5 -0
  65. package/dist/access/services/currency.service.js +47 -0
  66. package/dist/access/services/currency.service.js.map +1 -0
  67. package/dist/access/services/es6.jobs.service.d.ts +5 -1
  68. package/dist/access/services/es6.jobs.service.js +9 -1
  69. package/dist/access/services/es6.jobs.service.js.map +1 -1
  70. package/dist/access/services/index.d.ts +1 -0
  71. package/dist/access/services/index.js +1 -0
  72. package/dist/access/services/index.js.map +1 -1
  73. package/dist/access/subscribers/business.currency.subscriber.d.ts +10 -0
  74. package/dist/access/subscribers/business.currency.subscriber.js +34 -0
  75. package/dist/access/subscribers/business.currency.subscriber.js.map +1 -0
  76. package/dist/access/subscribers/currency.rate.subscriber.d.ts +10 -0
  77. package/dist/access/subscribers/currency.rate.subscriber.js +34 -0
  78. package/dist/access/subscribers/currency.rate.subscriber.js.map +1 -0
  79. package/dist/access/subscribers/index.d.ts +2 -0
  80. package/dist/access/subscribers/index.js +2 -0
  81. package/dist/access/subscribers/index.js.map +1 -1
  82. package/dist/accessUtility/dtos/currency.attributes.dto.d.ts +3 -0
  83. package/dist/accessUtility/dtos/currency.attributes.dto.js +8 -0
  84. package/dist/accessUtility/dtos/currency.attributes.dto.js.map +1 -0
  85. package/dist/accessUtility/dtos/index.d.ts +1 -0
  86. package/dist/accessUtility/dtos/index.js +1 -0
  87. package/dist/accessUtility/dtos/index.js.map +1 -1
  88. package/dist/accessUtility/entities/currency.entity.d.ts +8 -0
  89. package/dist/accessUtility/entities/currency.entity.js +38 -0
  90. package/dist/accessUtility/entities/currency.entity.js.map +1 -0
  91. package/dist/accessUtility/entities/index.d.ts +1 -0
  92. package/dist/accessUtility/entities/index.js +1 -0
  93. package/dist/accessUtility/entities/index.js.map +1 -1
  94. package/dist/accessUtility/es6.classes.d.ts +6 -3
  95. package/dist/accessUtility/es6.classes.js +8 -0
  96. package/dist/accessUtility/es6.classes.js.map +1 -1
  97. package/dist/accessUtility/jobs/currency.job.d.ts +7 -0
  98. package/dist/accessUtility/jobs/currency.job.js +29 -0
  99. package/dist/accessUtility/jobs/currency.job.js.map +1 -0
  100. package/dist/accessUtility/jobs/index.d.ts +1 -0
  101. package/dist/accessUtility/jobs/index.js +1 -0
  102. package/dist/accessUtility/jobs/index.js.map +1 -1
  103. package/dist/accessUtility/services/es6.jobs.service.d.ts +3 -1
  104. package/dist/accessUtility/services/es6.jobs.service.js +5 -1
  105. package/dist/accessUtility/services/es6.jobs.service.js.map +1 -1
  106. package/dist/accessUtility/subscribers/currency.subscriber.d.ts +10 -0
  107. package/dist/accessUtility/subscribers/currency.subscriber.js +34 -0
  108. package/dist/accessUtility/subscribers/currency.subscriber.js.map +1 -0
  109. package/dist/accessUtility/subscribers/index.d.ts +1 -0
  110. package/dist/accessUtility/subscribers/index.js +1 -0
  111. package/dist/accessUtility/subscribers/index.js.map +1 -1
  112. package/dist/config/entity.constants.d.ts +7 -1
  113. package/dist/config/entity.constants.js +7 -1
  114. package/dist/config/entity.constants.js.map +1 -1
  115. package/dist/migrations/1695794889844-CreateCurrencyTable.d.ts +5 -0
  116. package/dist/migrations/1695794889844-CreateCurrencyTable.js +20 -0
  117. package/dist/migrations/1695794889844-CreateCurrencyTable.js.map +1 -0
  118. package/dist/migrations/1695795196586-CreateBusinessCurrencyTable.d.ts +5 -0
  119. package/dist/migrations/1695795196586-CreateBusinessCurrencyTable.js +22 -0
  120. package/dist/migrations/1695795196586-CreateBusinessCurrencyTable.js.map +1 -0
  121. package/dist/migrations/1777921674642-CreateCurrencyRateTable.d.ts +5 -0
  122. package/dist/migrations/1777921674642-CreateCurrencyRateTable.js +21 -0
  123. package/dist/migrations/1777921674642-CreateCurrencyRateTable.js.map +1 -0
  124. package/package.json +1 -1
@@ -0,0 +1,30 @@
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.GetCurrencyRateDto = void 0;
13
+ const class_transformer_1 = require("class-transformer");
14
+ const class_validator_1 = require("class-validator");
15
+ class GetCurrencyRateDto {
16
+ }
17
+ exports.GetCurrencyRateDto = GetCurrencyRateDto;
18
+ __decorate([
19
+ (0, class_validator_1.IsNumber)(),
20
+ (0, class_transformer_1.Expose)(),
21
+ (0, class_validator_1.IsNotEmpty)(),
22
+ __metadata("design:type", Number)
23
+ ], GetCurrencyRateDto.prototype, "currency_id", void 0);
24
+ __decorate([
25
+ (0, class_validator_1.IsISO8601)(),
26
+ (0, class_validator_1.IsNotEmpty)(),
27
+ (0, class_transformer_1.Expose)(),
28
+ __metadata("design:type", String)
29
+ ], GetCurrencyRateDto.prototype, "date", void 0);
30
+ //# sourceMappingURL=get.currency.rate.dto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get.currency.rate.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/get.currency.rate.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAAkE;AAElE,MAAa,kBAAkB;CAU9B;AAVD,gDAUC;AANG;IAHC,IAAA,0BAAQ,GAAE;IACV,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;;uDACQ;AAKrB;IAHC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAM,GAAE;;gDACI"}
@@ -2,6 +2,7 @@ export * from './access.business.param.dto';
2
2
  export * from './access.employee.attributes.dto';
3
3
  export * from './add.api.account.dto';
4
4
  export * from './add.business.app.integration.dto';
5
+ export * from './add.business.currency.dto';
5
6
  export * from './add.business.preference.dto';
6
7
  export * from './add.business.property.dto';
7
8
  export * from './add.business.script.dto';
@@ -10,6 +11,7 @@ export * from './add.business.user.notification.preference.dto';
10
11
  export * from './add.choice.list.dto';
11
12
  export * from './add.choice.type.dto';
12
13
  export * from './add.conversation.dto';
14
+ export * from './add.currency.rate.dto';
13
15
  export * from './add.custom.field.dto';
14
16
  export * from './add.dashboard.component.dto';
15
17
  export * from './add.dashboard.component.properties.dto';
@@ -38,6 +40,8 @@ export * from './business.app.integration.attributes.dto';
38
40
  export * from './business.app.integration.credential.attributes.dto';
39
41
  export * from './business.app.integration.message.payload.dto';
40
42
  export * from './business.app.integration.messages.attributes.dto';
43
+ export * from './business.currency.attributes.dto';
44
+ export * from './business.currency.list.filter.dto';
41
45
  export * from './business.email.attributes.dto';
42
46
  export * from './business.email.list.filter.dto';
43
47
  export * from './business.feature.attributes.dto';
@@ -64,6 +68,8 @@ export * from './choice.type.list.filter.dto';
64
68
  export * from './common.list.filter.dto';
65
69
  export * from './conversation.attributes.dto';
66
70
  export * from './create.dashboard.component.dto';
71
+ export * from './currency.rate.attributes.dto';
72
+ export * from './currency.rate.list.filter.dto';
67
73
  export * from './custom.field.attributes.dto';
68
74
  export * from './custom.field.list.filter.dto';
69
75
  export * from './custom.report.attributes.dto';
@@ -102,6 +108,7 @@ export * from './gchat.webhook.attributes.dto';
102
108
  export * from './gchat.webhook.message.attributes.dto';
103
109
  export * from './generate.business.report.dto';
104
110
  export * from './generate.report.dto';
111
+ export * from './get.currency.rate.dto';
105
112
  export * from './get.nsql.response.dto';
106
113
  export * from './get.script.values.dto';
107
114
  export * from './gmail.integration.oauth.dto';
@@ -18,6 +18,7 @@ __exportStar(require("./access.business.param.dto"), exports);
18
18
  __exportStar(require("./access.employee.attributes.dto"), exports);
19
19
  __exportStar(require("./add.api.account.dto"), exports);
20
20
  __exportStar(require("./add.business.app.integration.dto"), exports);
21
+ __exportStar(require("./add.business.currency.dto"), exports);
21
22
  __exportStar(require("./add.business.preference.dto"), exports);
22
23
  __exportStar(require("./add.business.property.dto"), exports);
23
24
  __exportStar(require("./add.business.script.dto"), exports);
@@ -26,6 +27,7 @@ __exportStar(require("./add.business.user.notification.preference.dto"), exports
26
27
  __exportStar(require("./add.choice.list.dto"), exports);
27
28
  __exportStar(require("./add.choice.type.dto"), exports);
28
29
  __exportStar(require("./add.conversation.dto"), exports);
30
+ __exportStar(require("./add.currency.rate.dto"), exports);
29
31
  __exportStar(require("./add.custom.field.dto"), exports);
30
32
  __exportStar(require("./add.dashboard.component.dto"), exports);
31
33
  __exportStar(require("./add.dashboard.component.properties.dto"), exports);
@@ -54,6 +56,8 @@ __exportStar(require("./business.app.integration.attributes.dto"), exports);
54
56
  __exportStar(require("./business.app.integration.credential.attributes.dto"), exports);
55
57
  __exportStar(require("./business.app.integration.message.payload.dto"), exports);
56
58
  __exportStar(require("./business.app.integration.messages.attributes.dto"), exports);
59
+ __exportStar(require("./business.currency.attributes.dto"), exports);
60
+ __exportStar(require("./business.currency.list.filter.dto"), exports);
57
61
  __exportStar(require("./business.email.attributes.dto"), exports);
58
62
  __exportStar(require("./business.email.list.filter.dto"), exports);
59
63
  __exportStar(require("./business.feature.attributes.dto"), exports);
@@ -80,6 +84,8 @@ __exportStar(require("./choice.type.list.filter.dto"), exports);
80
84
  __exportStar(require("./common.list.filter.dto"), exports);
81
85
  __exportStar(require("./conversation.attributes.dto"), exports);
82
86
  __exportStar(require("./create.dashboard.component.dto"), exports);
87
+ __exportStar(require("./currency.rate.attributes.dto"), exports);
88
+ __exportStar(require("./currency.rate.list.filter.dto"), exports);
83
89
  __exportStar(require("./custom.field.attributes.dto"), exports);
84
90
  __exportStar(require("./custom.field.list.filter.dto"), exports);
85
91
  __exportStar(require("./custom.report.attributes.dto"), exports);
@@ -118,6 +124,7 @@ __exportStar(require("./gchat.webhook.attributes.dto"), exports);
118
124
  __exportStar(require("./gchat.webhook.message.attributes.dto"), exports);
119
125
  __exportStar(require("./generate.business.report.dto"), exports);
120
126
  __exportStar(require("./generate.report.dto"), exports);
127
+ __exportStar(require("./get.currency.rate.dto"), exports);
121
128
  __exportStar(require("./get.nsql.response.dto"), exports);
122
129
  __exportStar(require("./get.script.values.dto"), exports);
123
130
  __exportStar(require("./gmail.integration.oauth.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":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAAA,mEAAiD;AAAA,wDAAsC;AAAA,qEAAmD;AAAA,8DAA4C;AAAA,gEAA8C;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,gEAA8C;AAAA,kFAAgE;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,2EAAyD;AAAA,uDAAqC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,+DAA6C;AAAA,4EAA0D;AAAA,8DAA4C;AAAA,iDAA+B;AAAA,6DAA2C;AAAA,sDAAoC;AAAA,gDAA8B;AAAA,4DAA0C;AAAA,wDAAsC;AAAA,oDAAkC;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,2EAAyD;AAAA,qEAAmD;AAAA,gEAA8C;AAAA,4EAA0D;AAAA,uFAAqE;AAAA,iFAA+D;AAAA,qFAAmE;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,kEAAgD;AAAA,mEAAiD;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,6FAA2E;AAAA,uDAAqC;AAAA,uEAAqD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,uEAAqD;AAAA,wEAAsD;AAAA,yFAAuE;AAAA,0FAAwE;AAAA,sEAAoD;AAAA,oEAAkD;AAAA,sFAAoE;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,iEAA+C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,uEAAqD;AAAA,oDAAkC;AAAA,0DAAwC;AAAA,gDAA8B;AAAA,wDAAsC;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,iEAA+C;AAAA,mEAAiD;AAAA,mEAAiD;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,sEAAoD;AAAA,4EAA0D;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,iEAA+C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,gEAA8C;AAAA,mEAAiD;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,gEAA8C;AAAA,sEAAoD;AAAA,+DAA6C;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,6DAA2C;AAAA,mEAAiD;AAAA,0DAAwC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,4DAA0C;AAAA,mEAAiD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,oDAAkC;AAAA,yEAAuD;AAAA,oEAAkD;AAAA,mEAAiD;AAAA,gEAA8C;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,8DAA4C;AAAA,+DAA6C;AAAA,4DAA0C;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,0EAAwD;AAAA,yEAAuD;AAAA,0EAAwD;AAAA,qEAAmD;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,sEAAoD;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,qEAAmD;AAAA,iEAA+C;AAAA,2DAAyC;AAAA,8DAA4C;AAAA,kEAAgD;AAAA,8DAA4C;AAAA,iEAA+C;AAAA,yEAAuD;AAAA,sDAAoC;AAAA,oDAAkC;AAAA,sDAAoC;AAAA,6DAA2C;AAAA,kEAAgD;AAAA,wDAAsC;AAAA,wEAAsD;AAAA,qEAAmD;AAAA,sEAAoD;AAAA,mEAAiD;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,iEAA+C;AAAA,+DAA6C;AAAA,gEAA8C;AAAA,gEAA8C;AAAA,oEAAkD;AAAA,iEAA+C;AAAA,qEAAmD;AAAA,+EAA4D"}
@@ -0,0 +1,14 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { CurrencyEntity } from '../../accessUtility/entities/currency.entity';
3
+ import { BusinessCurrencyAttributesDto } from '../dtos/business.currency.attributes.dto';
4
+ import { AccessBusinessEntity } from './access.business.entity';
5
+ export declare class BusinessCurrencyEntity extends CommonEntity {
6
+ business_id: number;
7
+ currency_id: number;
8
+ active: boolean;
9
+ rate: number;
10
+ sync: boolean;
11
+ attributes: BusinessCurrencyAttributesDto;
12
+ business: AccessBusinessEntity;
13
+ currency: CurrencyEntity;
14
+ }
@@ -0,0 +1,58 @@
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.BusinessCurrencyEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const currency_entity_1 = require("../../accessUtility/entities/currency.entity");
16
+ const business_currency_attributes_dto_1 = require("../dtos/business.currency.attributes.dto");
17
+ const access_business_entity_1 = require("./access.business.entity");
18
+ let BusinessCurrencyEntity = class BusinessCurrencyEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.BusinessCurrencyEntity = BusinessCurrencyEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], BusinessCurrencyEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], BusinessCurrencyEntity.prototype, "currency_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)(),
31
+ __metadata("design:type", Boolean)
32
+ ], BusinessCurrencyEntity.prototype, "active", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)({ type: 'float', precision: 10, scale: 3 }),
35
+ __metadata("design:type", Number)
36
+ ], BusinessCurrencyEntity.prototype, "rate", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)(),
39
+ __metadata("design:type", Boolean)
40
+ ], BusinessCurrencyEntity.prototype, "sync", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.Column)('json'),
43
+ __metadata("design:type", business_currency_attributes_dto_1.BusinessCurrencyAttributesDto)
44
+ ], BusinessCurrencyEntity.prototype, "attributes", void 0);
45
+ __decorate([
46
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
47
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
48
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
49
+ ], BusinessCurrencyEntity.prototype, "business", void 0);
50
+ __decorate([
51
+ (0, typeorm_1.ManyToOne)(() => currency_entity_1.CurrencyEntity),
52
+ (0, typeorm_1.JoinColumn)({ name: 'currency_id' }),
53
+ __metadata("design:type", currency_entity_1.CurrencyEntity)
54
+ ], BusinessCurrencyEntity.prototype, "currency", void 0);
55
+ exports.BusinessCurrencyEntity = BusinessCurrencyEntity = __decorate([
56
+ (0, typeorm_1.Entity)('bz_business_currencies')
57
+ ], BusinessCurrencyEntity);
58
+ //# sourceMappingURL=business.currency.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"business.currency.entity.js","sourceRoot":"","sources":["../../../src/access/entities/business.currency.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,kFAA8E;AAC9E,+FAAyF;AACzF,qEAAgE;AASzD,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,sCAAY;CAqBvD,CAAA;AArBY,wDAAsB;AAE/B;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;2DACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;sDACO;AAEoC;IAAnD,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;oDAAc;AAGjE;IADC,IAAA,gBAAM,GAAE;;oDACK;AAGd;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,gEAA6B;0DAAC;AAGkC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;wDAAC;AACrC;IAArE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,gCAAc;wDAAC;iCApBtF,sBAAsB;IADlC,IAAA,gBAAM,EAAC,wBAAwB,CAAC;GACpB,sBAAsB,CAqBlC"}
@@ -0,0 +1,13 @@
1
+ import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
2
+ import { CurrencyEntity } from '../../accessUtility/entities/currency.entity';
3
+ import { CurrencyRateAttributesDto } from '../dtos/currency.rate.attributes.dto';
4
+ import { AccessBusinessEntity } from './access.business.entity';
5
+ export declare class CurrencyRateEntity extends CommonEntity {
6
+ business_id: number;
7
+ currency_id: number;
8
+ date: string;
9
+ rate: number;
10
+ attributes: CurrencyRateAttributesDto;
11
+ business: AccessBusinessEntity;
12
+ currency: CurrencyEntity;
13
+ }
@@ -0,0 +1,54 @@
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.CurrencyRateEntity = void 0;
13
+ const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
14
+ const typeorm_1 = require("typeorm");
15
+ const currency_entity_1 = require("../../accessUtility/entities/currency.entity");
16
+ const currency_rate_attributes_dto_1 = require("../dtos/currency.rate.attributes.dto");
17
+ const access_business_entity_1 = require("./access.business.entity");
18
+ let CurrencyRateEntity = class CurrencyRateEntity extends nestjs_utility_services_1.CommonEntity {
19
+ };
20
+ exports.CurrencyRateEntity = CurrencyRateEntity;
21
+ __decorate([
22
+ (0, typeorm_1.Column)(),
23
+ __metadata("design:type", Number)
24
+ ], CurrencyRateEntity.prototype, "business_id", void 0);
25
+ __decorate([
26
+ (0, typeorm_1.Column)(),
27
+ __metadata("design:type", Number)
28
+ ], CurrencyRateEntity.prototype, "currency_id", void 0);
29
+ __decorate([
30
+ (0, typeorm_1.Column)({ type: 'date' }),
31
+ __metadata("design:type", String)
32
+ ], CurrencyRateEntity.prototype, "date", void 0);
33
+ __decorate([
34
+ (0, typeorm_1.Column)({ type: 'float', precision: 10, scale: 3 }),
35
+ __metadata("design:type", Number)
36
+ ], CurrencyRateEntity.prototype, "rate", void 0);
37
+ __decorate([
38
+ (0, typeorm_1.Column)('json'),
39
+ __metadata("design:type", currency_rate_attributes_dto_1.CurrencyRateAttributesDto)
40
+ ], CurrencyRateEntity.prototype, "attributes", void 0);
41
+ __decorate([
42
+ (0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
43
+ (0, typeorm_1.JoinColumn)({ name: 'business_id' }),
44
+ __metadata("design:type", access_business_entity_1.AccessBusinessEntity)
45
+ ], CurrencyRateEntity.prototype, "business", void 0);
46
+ __decorate([
47
+ (0, typeorm_1.ManyToOne)(() => currency_entity_1.CurrencyEntity),
48
+ (0, typeorm_1.JoinColumn)({ name: 'currency_id' }),
49
+ __metadata("design:type", currency_entity_1.CurrencyEntity)
50
+ ], CurrencyRateEntity.prototype, "currency", void 0);
51
+ exports.CurrencyRateEntity = CurrencyRateEntity = __decorate([
52
+ (0, typeorm_1.Entity)('bz_currency_rates')
53
+ ], CurrencyRateEntity);
54
+ //# sourceMappingURL=currency.rate.entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"currency.rate.entity.js","sourceRoot":"","sources":["../../../src/access/entities/currency.rate.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,kFAA8E;AAC9E,uFAAiF;AACjF,qEAAgE;AASzD,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,sCAAY;CAmBnD,CAAA;AAnBY,gDAAkB;AAE3B;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,GAAE;;uDACW;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;;gDACZ;AAEuC;IAAnD,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC;;gDAAc;AAGjE;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,wDAAyB;sDAAC;AAGsC;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;oDAAC;AAErC;IAArE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,gCAAc,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,gCAAc;oDAAC;6BAlBtF,kBAAkB;IAD9B,IAAA,gBAAM,EAAC,mBAAmB,CAAC;GACf,kBAAkB,CAmB9B"}
@@ -5,6 +5,7 @@ export * from './app.integration.entity';
5
5
  export * from './business.app.integration.credential.entity';
6
6
  export * from './business.app.integration.entity';
7
7
  export * from './business.app.integration.messages.entity';
8
+ export * from './business.currency.entity';
8
9
  export * from './business.downloadable.report.entity';
9
10
  export * from './business.email.entity';
10
11
  export * from './business.feature.entity';
@@ -24,6 +25,7 @@ export * from './child.menu.entity';
24
25
  export * from './choice.list.entity';
25
26
  export * from './choice.type.entity';
26
27
  export * from './conversation.entity';
28
+ export * from './currency.rate.entity';
27
29
  export * from './custom.field.entity';
28
30
  export * from './custom.report.entity';
29
31
  export * from './dashboard.component.entity';
@@ -21,6 +21,7 @@ __exportStar(require("./app.integration.entity"), exports);
21
21
  __exportStar(require("./business.app.integration.credential.entity"), exports);
22
22
  __exportStar(require("./business.app.integration.entity"), exports);
23
23
  __exportStar(require("./business.app.integration.messages.entity"), exports);
24
+ __exportStar(require("./business.currency.entity"), exports);
24
25
  __exportStar(require("./business.downloadable.report.entity"), exports);
25
26
  __exportStar(require("./business.email.entity"), exports);
26
27
  __exportStar(require("./business.feature.entity"), exports);
@@ -40,6 +41,7 @@ __exportStar(require("./child.menu.entity"), exports);
40
41
  __exportStar(require("./choice.list.entity"), exports);
41
42
  __exportStar(require("./choice.type.entity"), exports);
42
43
  __exportStar(require("./conversation.entity"), exports);
44
+ __exportStar(require("./currency.rate.entity"), exports);
43
45
  __exportStar(require("./custom.field.entity"), exports);
44
46
  __exportStar(require("./custom.report.entity"), exports);
45
47
  __exportStar(require("./dashboard.component.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,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,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;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,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,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;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,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"}
@@ -4,6 +4,7 @@ import { ApiAccountController } from './controllers/api.account.controller';
4
4
  import { BulkUploadController } from './controllers/bulk.upload.controller';
5
5
  import { BulkUploadItemController } from './controllers/bulk.upload.item.controller';
6
6
  import { BusinessAppIntegrationController } from './controllers/business.app.integration.controller';
7
+ import { BusinessCurrencyController } from './controllers/business.currency.controller';
7
8
  import { BusinessEmailController } from './controllers/business.email.controller';
8
9
  import { BusinessNotificationChannelPreferenceController } from './controllers/business.notification.channel.preference.controller';
9
10
  import { BusinessPreferenceController } from './controllers/business.preference.controller';
@@ -16,6 +17,7 @@ import { BusinessWebhookController } from './controllers/business.webhook.contro
16
17
  import { ChoiceListController } from './controllers/choice.list.controller';
17
18
  import { ChoiceTypeController } from './controllers/choice.type.controller';
18
19
  import { CommonWebhookController } from './controllers/common.webhook.controller';
20
+ import { CurrencyRateController } from './controllers/currency.rate.controller';
19
21
  import { CustomFieldController } from './controllers/custom.field.controller';
20
22
  import { DashboardBuilderController } from './controllers/dashboard.builder.controller';
21
23
  import { DashboardComponentController } from './controllers/dashboard.component.controller';
@@ -39,6 +41,7 @@ import { UserNotificationController } from './controllers/user.notification.cont
39
41
  import { UserPreferenceController } from './controllers/user.preference.controller';
40
42
  import { AccessBusinessParamDto } from './dtos/access.business.param.dto';
41
43
  import { AddBusinessAppIntegrationDto } from './dtos/add.business.app.integration.dto';
44
+ import { AddBusinessCurrencyDto } from './dtos/add.business.currency.dto';
42
45
  import { AddBusinessPreferenceDto } from './dtos/add.business.preference.dto';
43
46
  import { AddBusinessUserNotificationPreferenceDto } from './dtos/add.business.user.notification.preference.dto';
44
47
  import { AddConversationDto } from './dtos/add.conversation.dto';
@@ -68,6 +71,7 @@ import { EmailRuleAttributesDto } from './dtos/email.rule.attributes.dto';
68
71
  import { GchatPostingPayloadDto } from './dtos/gchat.posting.payload.dto';
69
72
  import { GenerateBusinessReportDto } from './dtos/generate.business.report.dto';
70
73
  import { GenerateReportDto } from './dtos/generate.report.dto';
74
+ import { GetCurrencyRateDto } from './dtos/get.currency.rate.dto';
71
75
  import { GetScriptValuesDto } from './dtos/get.script.values.dto';
72
76
  import { GmailIntegrationOauthDto } from './dtos/gmail.integration.oauth.dto';
73
77
  import { ListResponseDto } from './dtos/list.response.dto';
@@ -91,6 +95,7 @@ import { WhatsappPostingPayloadDto } from './dtos/whatsapp.posting.payload.dto';
91
95
  import { AccessBusinessEntity } from './entities/access.business.entity';
92
96
  import { BusinessAppIntegrationCredentialEntity } from './entities/business.app.integration.credential.entity';
93
97
  import { BusinessAppIntegrationMessagesEntity } from './entities/business.app.integration.messages.entity';
98
+ import { BusinessCurrencyEntity } from './entities/business.currency.entity';
94
99
  import { BusinessDownloadableReportEntity } from './entities/business.downloadable.report.entity';
95
100
  import { BusinessEmailEntity } from './entities/business.email.entity';
96
101
  import { BusinessFeatureEntity } from './entities/business.feature.entity';
@@ -103,6 +108,7 @@ import { BusinessWebhookEntity } from './entities/business.webhook.entity';
103
108
  import { BzNotificationChannelPreferenceEntity } from './entities/bz.notification.channel.preference.entity';
104
109
  import { ChildMenuEntity } from './entities/child.menu.entity';
105
110
  import { ConversationEntity } from './entities/conversation.entity';
111
+ import { CurrencyRateEntity } from './entities/currency.rate.entity';
106
112
  import { DashboardComponentEntity } from './entities/dashboard.component.entity';
107
113
  import { DownloadLogEntity } from './entities/download.log.entity';
108
114
  import { EmailMessageEntity } from './entities/email.message.entity';
@@ -159,6 +165,7 @@ import { AppIntegrationJob } from './jobs/app.integration.job';
159
165
  import { BusinessAppIntegrationCredentialJob } from './jobs/business.app.integration.credential.job';
160
166
  import { BusinessAppIntegrationJob } from './jobs/business.app.integration.job';
161
167
  import { BusinessAppIntegrationMessagesJob } from './jobs/business.app.integration.messages.job';
168
+ import { BusinessCurrencyJob } from './jobs/business.currency.job';
162
169
  import { BusinessDownloadableReportJob } from './jobs/business.downloadable.report.job';
163
170
  import { BusinessEmailJob } from './jobs/business.email.job';
164
171
  import { BusinessFeatureJob } from './jobs/business.feature.job';
@@ -178,6 +185,7 @@ import { ChildMenuJob } from './jobs/child.menu.job';
178
185
  import { ChoiceListJob } from './jobs/choice.list.job';
179
186
  import { ChoiceTypeJob } from './jobs/choice.type.job';
180
187
  import { ConversationJob } from './jobs/conversation.job';
188
+ import { CurrencyRateJob } from './jobs/currency.rate.job';
181
189
  import { CustomFieldJob } from './jobs/custom.field.job';
182
190
  import { CustomReportJob } from './jobs/custom.report.job';
183
191
  import { DashboardComponentJob } from './jobs/dashboard.component.job';
@@ -273,6 +281,7 @@ import { ProcessAppIntegration } from './libraries/process.app.integration';
273
281
  import { ProcessApplicationMenu } from './libraries/process.application.menu';
274
282
  import { ProcessBulkUploadItemList } from './libraries/process.bulk.upload.item.list';
275
283
  import { ProcessBulkUploadList } from './libraries/process.bulk.upload.list';
284
+ import { ProcessBusinessCurrencyList } from './libraries/process.business.currency.list';
276
285
  import { ProcessBusinessEmailList } from './libraries/process.business.email.list';
277
286
  import { ProcessBusinessFeatureAddition } from './libraries/process.business.feature.addition';
278
287
  import { ProcessBusinessFeatureDeletion } from './libraries/process.business.feature.deletion';
@@ -294,6 +303,7 @@ import { ProcessCommonCustomField } from './libraries/process.common.custom.fiel
294
303
  import { ProcessCommonList } from './libraries/process.common.list';
295
304
  import { ProcessConversationData } from './libraries/process.conversation.data';
296
305
  import { ProcessCreateDashboardComponent } from './libraries/process.create.dashboard.component';
306
+ import { ProcessCurrencyRateList } from './libraries/process.currency.rate.list';
297
307
  import { ProcessCustomFieldCreation } from './libraries/process.custom.field.creation';
298
308
  import { ProcessCustomFieldList } from './libraries/process.custom.field.list';
299
309
  import { ProcessDashboardComponent } from './libraries/process.dashboard.component';
@@ -359,6 +369,7 @@ import { BusinessPreferenceService } from './services/business.preference.servic
359
369
  import { BusinessPropertyService } from './services/business.property.service';
360
370
  import { BusinessScriptService } from './services/business.script.service';
361
371
  import { BusinessUserRoleService } from './services/business.user.role.service';
372
+ import { CurrencyService } from './services/currency.service';
362
373
  import { CustomFieldService } from './services/custom.field.service';
363
374
  import { Es6JobsService } from './services/es6.jobs.service';
364
375
  import { Es6Service } from './services/es6.service';
@@ -387,6 +398,7 @@ import { AppIntegrationSubscriber } from './subscribers/app.integration.subscrib
387
398
  import { BusinessAppIntegrationCredentialSubscriber } from './subscribers/business.app.integration.credential.subscriber';
388
399
  import { BusinessAppIntegrationMessagesSubscriber } from './subscribers/business.app.integration.messages.subscriber';
389
400
  import { BusinessAppIntegrationSubscriber } from './subscribers/business.app.integration.subscriber';
401
+ import { BusinessCurrencySubscriber } from './subscribers/business.currency.subscriber';
390
402
  import { BusinessDownloadableReportSubscriber } from './subscribers/business.downloadable.report.subscriber';
391
403
  import { BusinessEmailSubscriber } from './subscribers/business.email.subscriber';
392
404
  import { BusinessFeatureSubscriber } from './subscribers/business.feature.subscriber';
@@ -406,6 +418,7 @@ import { ChildMenuSubscriber } from './subscribers/child.menu.subscriber';
406
418
  import { ChoiceListSubscriber } from './subscribers/choice.list.subscriber';
407
419
  import { ChoiceTypeSubscriber } from './subscribers/choice.type.subscriber';
408
420
  import { ConversationSubscriber } from './subscribers/conversation.subscriber';
421
+ import { CurrencyRateSubscriber } from './subscribers/currency.rate.subscriber';
409
422
  import { CustomFieldSubscriber } from './subscribers/custom.field.subscriber';
410
423
  import { CustomReportSubscriber } from './subscribers/custom.report.subscriber';
411
424
  import { DashboardComponentSubscriber } from './subscribers/dashboard.component.subscriber';
@@ -476,14 +489,14 @@ import { WhatsappTemplateSubscriber } from './subscribers/whatsapp.template.subs
476
489
  import { WhitelistedWhatsappNumberSubscriber } from './subscribers/whitelisted.whatsapp.number.subscriber';
477
490
  declare const es6Classes: {
478
491
  commands: (typeof WebhookPollCommand)[];
479
- controllers: (typeof AccessMenuController | typeof ApiAccountController | typeof BulkUploadController | typeof BulkUploadItemController | typeof BusinessAppIntegrationController | 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 CustomFieldController | typeof DashboardBuilderController | typeof DashboardComponentController | typeof DashboardController | typeof DashboardReportController | typeof DeveloperModeController | typeof DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPreferenceController | typeof OverridingScriptController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
480
- 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 GmailIntegrationOauthDto | typeof ServerEmailRecipientsDto | typeof ServerEmailMessageDto | typeof AddBusinessPreferenceDto | typeof GenerateBusinessReportDto | typeof GenerateReportDto | typeof AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddOverridingScriptDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
481
- entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | 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 BusinessAppIntegrationCredentialEntity | typeof BusinessAppIntegrationMessagesEntity | 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 DashboardComponentEntity | typeof DownloadLogEntity | typeof FinnotoUserEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
492
+ 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 DownloadLogController | typeof EmailRuleController | typeof FcmTokenController | typeof GroupMemberController | typeof GroupRoleController | typeof GstMappingController | typeof ListingController | typeof ListingPreferenceController | typeof OverridingScriptController | typeof ScheduledReportController | typeof ScheduledReportItemController | typeof TagController | typeof UserBusinessSecretController | typeof UserNotificationController | typeof UserPreferenceController)[];
493
+ 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 AddBusinessUserNotificationPreferenceDto | typeof AddWebhookDto | typeof GetCurrencyRateDto | typeof ModifyCustomFieldStatusDto | typeof GetScriptValuesDto | typeof AddDashboardComponentPropertiesDto | typeof AddDashboardComponentDto | typeof StringSearchDto | typeof EditQueryDto | typeof TokenPayloadDto | typeof AddGroupMemberDto | typeof AddRoleDto | typeof AddGstMappingDto | typeof AddOverridingScriptDto | typeof AddScheduledReportDto | typeof AddBusinessAppIntegrationDto | typeof AddConversationDto | typeof AddTagDto | typeof BusinessAppIntegrationMessagePayloadDto | typeof ProcessListingPayloadDto | typeof RequestLogOptionsDto | typeof SlackMessageDataDto)[];
494
+ entities: (typeof AccessBusinessEntity | typeof BusinessEmailEntity | 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 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 DownloadLogEntity | typeof FinnotoUserEntity | typeof GroupMemberEntity | typeof GstMappingEntity | typeof PreferenceUserEntity | typeof PreferenceUserGroupEntity | typeof LockScriptEntity | typeof ModuleMenuEntity | typeof OnholdDocumentEntity | typeof ReportLogEntity | typeof RequestLogEntity | typeof ScheduledReportEntity | typeof ScheduledReportEmailEntity | typeof ScheduledReportItemEntity | typeof SlackWebhookMessageEntity | typeof UserNotificationEntity | typeof UserRoleEntity | typeof WatchlistAssignmentEntity | typeof WebhookLogEntity | typeof WebhookSlugEntity)[];
482
495
  enums: (typeof NotificationTypeEnum | typeof NotificationChannelTypeEnum | typeof RecurringPeriodEnum | typeof CustomColumnTypeEnum | typeof ProductTypeEnum | typeof PlatformTypeEnum)[];
483
- jobs: (typeof EvaluateEmailRuleJob | typeof WhatsappMessagePayloadDto | typeof AccessTestJob | typeof ApiAccountJob | typeof AppIntegrationJob | typeof BusinessAppIntegrationCredentialJob | typeof BusinessAppIntegrationJob | typeof BusinessAppIntegrationMessagesJob | 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 ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof SetEmailUnreadCountJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | 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 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)[];
484
- libraries: (typeof DateFn | typeof EvaluateEmailRule | 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 ProcessBusinessEmailList | typeof ProcessBusinessNotificationChannelPreferenceList | typeof ProcessBusinessPropertyData | typeof ProcessBusinessPropertyList | typeof ProcessBusinessReportList | typeof ProcessGenerateReport | typeof ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessPreferenceData | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | 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)[];
496
+ 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 ChildMenuJob | typeof ChoiceListJob | typeof ChoiceTypeJob | typeof ConversationJob | typeof CurrencyRateJob | typeof CustomFieldJob | typeof CustomReportJob | typeof DashboardComponentJob | typeof DashboardJob | typeof DownloadLogJob | typeof EmailAttachmentJob | typeof SetEmailUnreadCountJob | typeof EmailMessageJob | typeof EmailRecipientJob | typeof EmailRuleJob | typeof EmailStyleJob | typeof EmailTemplateLogJob | typeof EmailTemplateRecipientJob | 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 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)[];
497
+ libraries: (typeof DateFn | typeof EvaluateEmailRule | 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 ExecuteBusinessScript | typeof ProcessBusinessScriptCreation | typeof ProcessBusinessScriptList | typeof ProcessBusinessUserGroupList | typeof ProcessUserGroupCreation | typeof ProcessBusinessUserNotificationPreferenceList | typeof ProcessChoiceListData | typeof ProcessChoiceTypeData | typeof ProcessChoiceTypeList | typeof ProcessSlackIntegration | typeof ProcessZohoIntegration | typeof ProcessCurrencyRateList | typeof ProcessCustomFieldList | typeof ProcessCustomFieldCreation | typeof ProcessDashboardReportData | typeof ProcessReportData | typeof ProcessCreateDashboardComponent | typeof ProcessDashboardComponent | typeof ProcessDashboardReport | typeof ProcessDownloadLogList | typeof ProcessEmailRuleData | typeof ProcessEmailRuleList | typeof SetFcmToken | typeof ProcessGroupMemberList | typeof ProcessGroupRoleList | typeof ProcessGstMappingData | typeof ProcessGstMappingList | typeof ProcessPreferenceData | typeof ProcessOverridingScriptData | typeof ProcessOverridingScriptList | typeof ProcessScheduledReportData | typeof ProcessScheduledReportList | typeof ProcessScheduledReportItemList | typeof CreateUserBusinessSecret | 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)[];
485
498
  middlewares: (typeof BusinessMiddleware | typeof ExternalAccessMiddleware | typeof UserBusinessAccessMiddleware)[];
486
- services: (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 BusinessScriptService | typeof AuditLogService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
487
- subscribers: (typeof ApiAccountSubscriber | typeof AppIntegrationSubscriber | typeof BusinessAppIntegrationCredentialSubscriber | typeof BusinessAppIntegrationMessagesSubscriber | typeof BusinessAppIntegrationSubscriber | 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 ChildMenuSubscriber | typeof ChoiceListSubscriber | typeof ChoiceTypeSubscriber | typeof ConversationSubscriber | 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 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)[];
499
+ services: (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 BusinessScriptService | typeof AuditLogService | typeof CurrencyService | typeof AccessReportService | typeof PlatformService | typeof ListingPreferenceService | typeof ScheduledReportService | typeof BusinessUserRoleService | typeof ApiAccountService | typeof UserBusinessAccessService | typeof AppIntegrationService | typeof BusinessPreferenceService | typeof BusinessPropertyService | typeof Es6JobsService | typeof Es6Service | typeof GptService | typeof LoadEntityService | typeof RequestLogService | typeof UserNotificationService | typeof UserPreferenceService)[];
500
+ 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 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 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)[];
488
501
  };
489
502
  export default es6Classes;