@servicelabsco/nestjs-utility-services 1.2.14 → 1.2.16

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 (229) hide show
  1. package/dist/app.controller.js +1 -5
  2. package/dist/app.controller.js.map +1 -1
  3. package/dist/auth/controllers/index.js.map +1 -1
  4. package/dist/auth/dtos/index.js.map +1 -1
  5. package/dist/auth/entities/index.js.map +1 -1
  6. package/dist/auth/es6.classes.d.ts +5 -4
  7. package/dist/auth/es6.classes.js +2 -1
  8. package/dist/auth/es6.classes.js.map +1 -1
  9. package/dist/auth/index.js.map +1 -1
  10. package/dist/auth/middlewares/client.connect.middleware.d.ts +10 -0
  11. package/dist/auth/middlewares/client.connect.middleware.js +45 -0
  12. package/dist/auth/middlewares/client.connect.middleware.js.map +1 -0
  13. package/dist/auth/middlewares/index.d.ts +1 -0
  14. package/dist/auth/middlewares/index.js +1 -0
  15. package/dist/auth/middlewares/index.js.map +1 -1
  16. package/dist/auth/services/access.manager.d.ts +1 -0
  17. package/dist/auth/services/access.manager.js +10 -0
  18. package/dist/auth/services/access.manager.js.map +1 -1
  19. package/dist/auth/services/index.js.map +1 -1
  20. package/dist/auth/services/user.service.js +5 -5
  21. package/dist/auth/services/user.service.js.map +1 -1
  22. package/dist/common/adapters/index.js.map +1 -1
  23. package/dist/common/dtos/database.event.dto.d.ts +1 -1
  24. package/dist/common/dtos/index.js.map +1 -1
  25. package/dist/common/dtos/report.data.manager.dto.d.ts +1 -1
  26. package/dist/common/dtos/report.data.manager.dto.js.map +1 -1
  27. package/dist/common/es6.classes.d.ts +1 -1
  28. package/dist/common/exceptions/index.js.map +1 -1
  29. package/dist/common/index.js.map +1 -1
  30. package/dist/common/libraries/common.job.d.ts +1 -1
  31. package/dist/common/libraries/common.job.js.map +1 -1
  32. package/dist/common/libraries/index.js.map +1 -1
  33. package/dist/common/libraries/platform.utility.d.ts +1 -1
  34. package/dist/common/libraries/platform.utility.js.map +1 -1
  35. package/dist/config/entity.constants.d.ts +6 -0
  36. package/dist/config/entity.constants.js +6 -0
  37. package/dist/config/entity.constants.js.map +1 -1
  38. package/dist/index.js.map +1 -1
  39. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.d.ts +8 -0
  40. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js +59 -0
  41. package/dist/migrations/1619296224563-AddMasterSeedersDataSeederTable.js.map +1 -0
  42. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.d.ts +1 -1
  43. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js +2 -2
  44. package/dist/migrations/1662188562840-AddAttemptsSysUsersTable.ts.js.map +1 -1
  45. package/dist/migrations/1669970181143-CreateDynamoTableTable.d.ts +1 -1
  46. package/dist/migrations/1669970181143-CreateDynamoTableTable.js +2 -2
  47. package/dist/migrations/1669970181143-CreateDynamoTableTable.js.map +1 -1
  48. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.d.ts +1 -1
  49. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js +2 -2
  50. package/dist/migrations/1675176639864-AddReportFilterTableSysReportFiltersTable.ts.js.map +1 -1
  51. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.d.ts +1 -1
  52. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js +2 -2
  53. package/dist/migrations/1675876187420-AddIsEncryptedSysPropertiesTable.ts.js.map +1 -1
  54. package/dist/migrations/1678730411972-CreatePendingBullJobTable.d.ts +1 -1
  55. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js +2 -2
  56. package/dist/migrations/1678730411972-CreatePendingBullJobTable.js.map +1 -1
  57. package/dist/migrations/1697532611670-CreateClientTable.d.ts +5 -0
  58. package/dist/migrations/1697532611670-CreateClientTable.js +19 -0
  59. package/dist/migrations/1697532611670-CreateClientTable.js.map +1 -0
  60. package/dist/migrations/1697536293283-CreateClientCredentialTable.d.ts +5 -0
  61. package/dist/migrations/1697536293283-CreateClientCredentialTable.js +23 -0
  62. package/dist/migrations/1697536293283-CreateClientCredentialTable.js.map +1 -0
  63. package/dist/migrations/1697536852083-CreateCredentialIpTable.d.ts +5 -0
  64. package/dist/migrations/1697536852083-CreateCredentialIpTable.js +19 -0
  65. package/dist/migrations/1697536852083-CreateCredentialIpTable.js.map +1 -0
  66. package/dist/platformUtility/commands/index.js.map +1 -1
  67. package/dist/platformUtility/commands/sync.class.command.js +2 -2
  68. package/dist/platformUtility/commands/sync.class.command.js.map +1 -1
  69. package/dist/platformUtility/consumers/index.js.map +1 -1
  70. package/dist/platformUtility/controllers/index.js.map +1 -1
  71. package/dist/platformUtility/dtos/index.js.map +1 -1
  72. package/dist/platformUtility/entities/index.js.map +1 -1
  73. package/dist/platformUtility/es6.classes.d.ts +5 -5
  74. package/dist/platformUtility/index.js.map +1 -1
  75. package/dist/platformUtility/jobs/index.js.map +1 -1
  76. package/dist/platformUtility/jobs/test.job.js +2 -2
  77. package/dist/platformUtility/jobs/test.job.js.map +1 -1
  78. package/dist/platformUtility/libraries/index.js.map +1 -1
  79. package/dist/platformUtility/libraries/process.kaleyra.sms.js +5 -4
  80. package/dist/platformUtility/libraries/process.kaleyra.sms.js.map +1 -1
  81. package/dist/platformUtility/middlewares/index.js.map +1 -1
  82. package/dist/platformUtility/services/aws.config.service.js +2 -2
  83. package/dist/platformUtility/services/aws.config.service.js.map +1 -1
  84. package/dist/platformUtility/services/dynamo.service.js.map +1 -1
  85. package/dist/platformUtility/services/index.js.map +1 -1
  86. package/dist/platformUtility/services/shutdown.service.d.ts +0 -1
  87. package/dist/platformUtility/services/shutdown.service.js +2 -5
  88. package/dist/platformUtility/services/shutdown.service.js.map +1 -1
  89. package/dist/platformUtility/services/sqs.service.js.map +1 -1
  90. package/dist/platformUtility/subscribers/index.js.map +1 -1
  91. package/dist/security/entities/index.js.map +1 -1
  92. package/dist/security/index.js.map +1 -1
  93. package/dist/seeders/sys_column_definitions.json +255 -0
  94. package/dist/seeders/sys_lookup_types.json +102 -0
  95. package/dist/seeders/sys_lookup_values.json +386 -0
  96. package/dist/seeders/sys_menu_details.json +622 -0
  97. package/dist/seeders/sys_menu_roles.json +202 -0
  98. package/dist/seeders/sys_module_details.json +26 -0
  99. package/dist/seeders/sys_module_menus.json +222 -0
  100. package/dist/seeders/sys_page_definitions.json +112 -0
  101. package/dist/seeders/sys_parent_menus.json +112 -0
  102. package/dist/seeders/sys_roles.json +50 -0
  103. package/dist/seeders/sys_security_rules.json +178 -0
  104. package/dist/seeders/sys_system_scripts.json +145 -0
  105. package/dist/seeders/sys_ui_actions.json +386 -0
  106. package/dist/seeders/sys_user_roles.json +12 -0
  107. package/dist/system/commands/db.scanner.command.js +2 -2
  108. package/dist/system/commands/db.scanner.command.js.map +1 -1
  109. package/dist/system/commands/index.js.map +1 -1
  110. package/dist/system/commands/sync.all.command.d.ts +1 -1
  111. package/dist/system/commands/sync.all.command.js +4 -4
  112. package/dist/system/commands/sync.all.command.js.map +1 -1
  113. package/dist/system/controllers/form.controller.d.ts +2 -2
  114. package/dist/system/controllers/form.controller.js +2 -2
  115. package/dist/system/controllers/form.controller.js.map +1 -1
  116. package/dist/system/controllers/index.js.map +1 -1
  117. package/dist/system/controllers/report.controller.d.ts +1 -1
  118. package/dist/system/controllers/report.controller.js +2 -2
  119. package/dist/system/controllers/report.controller.js.map +1 -1
  120. package/dist/system/dtos/client.attributes.dto.d.ts +3 -0
  121. package/dist/system/dtos/client.attributes.dto.js +8 -0
  122. package/dist/system/dtos/client.attributes.dto.js.map +1 -0
  123. package/dist/system/dtos/client.credential.attributes.dto.d.ts +3 -0
  124. package/dist/system/dtos/client.credential.attributes.dto.js +8 -0
  125. package/dist/system/dtos/client.credential.attributes.dto.js.map +1 -0
  126. package/dist/system/dtos/client.credential.dto.d.ts +5 -0
  127. package/dist/system/dtos/client.credential.dto.js +7 -0
  128. package/dist/system/dtos/client.credential.dto.js.map +1 -0
  129. package/dist/system/dtos/credential.ip.attributes.dto.d.ts +3 -0
  130. package/dist/system/dtos/credential.ip.attributes.dto.js +8 -0
  131. package/dist/system/dtos/credential.ip.attributes.dto.js.map +1 -0
  132. package/dist/system/dtos/index.d.ts +4 -0
  133. package/dist/system/dtos/index.js +4 -0
  134. package/dist/system/dtos/index.js.map +1 -1
  135. package/dist/system/dtos/model.allowed.column.dto.d.ts +1 -1
  136. package/dist/system/entities/client.credential.entity.d.ts +14 -0
  137. package/dist/system/entities/client.credential.entity.js +57 -0
  138. package/dist/system/entities/client.credential.entity.js.map +1 -0
  139. package/dist/system/entities/client.entity.d.ts +9 -0
  140. package/dist/system/entities/client.entity.js +39 -0
  141. package/dist/system/entities/client.entity.js.map +1 -0
  142. package/dist/system/entities/credential.ip.entity.d.ts +9 -0
  143. package/dist/system/entities/credential.ip.entity.js +40 -0
  144. package/dist/system/entities/credential.ip.entity.js.map +1 -0
  145. package/dist/system/entities/dynamo.table.entity.d.ts +1 -1
  146. package/dist/system/entities/dynamo.table.entity.js +2 -2
  147. package/dist/system/entities/dynamo.table.entity.js.map +1 -1
  148. package/dist/system/entities/index.d.ts +3 -0
  149. package/dist/system/entities/index.js +3 -0
  150. package/dist/system/entities/index.js.map +1 -1
  151. package/dist/system/es6.classes.d.ts +18 -7
  152. package/dist/system/es6.classes.js +28 -0
  153. package/dist/system/es6.classes.js.map +1 -1
  154. package/dist/system/index.js.map +1 -1
  155. package/dist/system/jobs/client.credential.job.d.ts +13 -0
  156. package/dist/system/jobs/client.credential.job.js +44 -0
  157. package/dist/system/jobs/client.credential.job.js.map +1 -0
  158. package/dist/system/jobs/client.job.d.ts +12 -0
  159. package/dist/system/jobs/client.job.js +43 -0
  160. package/dist/system/jobs/client.job.js.map +1 -0
  161. package/dist/system/jobs/column.mapper.job.js +2 -2
  162. package/dist/system/jobs/column.mapper.job.js.map +1 -1
  163. package/dist/system/jobs/comment.job.js +2 -2
  164. package/dist/system/jobs/comment.job.js.map +1 -1
  165. package/dist/system/jobs/credential.ip.job.d.ts +12 -0
  166. package/dist/system/jobs/credential.ip.job.js +40 -0
  167. package/dist/system/jobs/credential.ip.job.js.map +1 -0
  168. package/dist/system/jobs/document.job.js +2 -2
  169. package/dist/system/jobs/document.job.js.map +1 -1
  170. package/dist/system/jobs/index.d.ts +3 -0
  171. package/dist/system/jobs/index.js +3 -0
  172. package/dist/system/jobs/index.js.map +1 -1
  173. package/dist/system/jobs/model.scanner.job.js +3 -3
  174. package/dist/system/jobs/model.scanner.job.js.map +1 -1
  175. package/dist/system/jobs/property.job.d.ts +2 -1
  176. package/dist/system/jobs/property.job.js +2 -2
  177. package/dist/system/jobs/property.job.js.map +1 -1
  178. package/dist/system/jobs/user.group.role.job.d.ts +1 -1
  179. package/dist/system/jobs/user.group.role.job.js.map +1 -1
  180. package/dist/system/libraries/business.rule.query.evaluator.js +2 -2
  181. package/dist/system/libraries/business.rule.query.evaluator.js.map +1 -1
  182. package/dist/system/libraries/index.js.map +1 -1
  183. package/dist/system/libraries/model.sync.js +2 -2
  184. package/dist/system/libraries/model.sync.js.map +1 -1
  185. package/dist/system/modifiers/index.js.map +1 -1
  186. package/dist/system/services/business.rule.service.js +2 -2
  187. package/dist/system/services/business.rule.service.js.map +1 -1
  188. package/dist/system/services/client.credential.service.d.ts +14 -0
  189. package/dist/system/services/client.credential.service.js +63 -0
  190. package/dist/system/services/client.credential.service.js.map +1 -0
  191. package/dist/system/services/comment.service.d.ts +1 -1
  192. package/dist/system/services/comment.service.js.map +1 -1
  193. package/dist/system/services/document.service.js +4 -3
  194. package/dist/system/services/document.service.js.map +1 -1
  195. package/dist/system/services/es6.jobs.service.d.ts +7 -1
  196. package/dist/system/services/es6.jobs.service.js +13 -1
  197. package/dist/system/services/es6.jobs.service.js.map +1 -1
  198. package/dist/system/services/index.d.ts +1 -0
  199. package/dist/system/services/index.js +1 -0
  200. package/dist/system/services/index.js.map +1 -1
  201. package/dist/system/services/report.service.d.ts +1 -1
  202. package/dist/system/services/report.service.js +6 -4
  203. package/dist/system/services/report.service.js.map +1 -1
  204. package/dist/system/subscribers/client.credential.subscriber.d.ts +13 -0
  205. package/dist/system/subscribers/client.credential.subscriber.js +44 -0
  206. package/dist/system/subscribers/client.credential.subscriber.js.map +1 -0
  207. package/dist/system/subscribers/client.subscriber.d.ts +12 -0
  208. package/dist/system/subscribers/client.subscriber.js +40 -0
  209. package/dist/system/subscribers/client.subscriber.js.map +1 -0
  210. package/dist/system/subscribers/credential.ip.subscriber.d.ts +12 -0
  211. package/dist/system/subscribers/credential.ip.subscriber.js +40 -0
  212. package/dist/system/subscribers/credential.ip.subscriber.js.map +1 -0
  213. package/dist/system/subscribers/index.d.ts +3 -0
  214. package/dist/system/subscribers/index.js +3 -0
  215. package/dist/system/subscribers/index.js.map +1 -1
  216. package/dist/system/subscribers/property.subscriber.d.ts +2 -2
  217. package/dist/system/subscribers/property.subscriber.js +5 -5
  218. package/dist/system/subscribers/property.subscriber.js.map +1 -1
  219. package/dist/system/subscribers/user.group.member.subscriber.d.ts +1 -1
  220. package/dist/system/subscribers/user.group.member.subscriber.js +2 -2
  221. package/dist/system/subscribers/user.group.member.subscriber.js.map +1 -1
  222. package/dist/system/subscribers/user.group.permission.subscriber.d.ts +1 -1
  223. package/dist/system/subscribers/user.group.permission.subscriber.js +2 -2
  224. package/dist/system/subscribers/user.group.permission.subscriber.js.map +1 -1
  225. package/dist/system/subscribers/user.group.role.subscriber.d.ts +1 -1
  226. package/dist/system/subscribers/user.group.role.subscriber.js +2 -2
  227. package/dist/system/subscribers/user.group.role.subscriber.js.map +1 -1
  228. package/dist/tsconfig.build.tsbuildinfo +1 -1
  229. package/package.json +1 -1
@@ -0,0 +1,50 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "Super Admin",
5
+ "identifier": "super-admin",
6
+ "weight": 0,
7
+ "description": "Super admin role which has access to all resources",
8
+ "created_at": "2021-04-23 17:50:22.25121",
9
+ "updated_at": "2021-04-23 17:50:22.25121",
10
+ "deleted_at": null,
11
+ "created_by": 2,
12
+ "updated_by": 2
13
+ },
14
+ {
15
+ "id": 2,
16
+ "name": "Public",
17
+ "identifier": "public",
18
+ "weight": 100000,
19
+ "description": "for all users shall fall into this group",
20
+ "created_at": "2021-04-23 17:50:22.25121",
21
+ "updated_at": "2021-04-23 17:50:22.25121",
22
+ "deleted_at": null,
23
+ "created_by": 2,
24
+ "updated_by": 2
25
+ },
26
+ {
27
+ "id": 3,
28
+ "name": "Internal",
29
+ "identifier": "internal",
30
+ "weight": 10,
31
+ "description": "All users who is part of the organization will be able to see this one",
32
+ "created_at": "2021-04-23 17:50:22.25121",
33
+ "updated_at": "2021-04-23 17:50:22.25121",
34
+ "deleted_at": null,
35
+ "created_by": 2,
36
+ "updated_by": 2
37
+ },
38
+ {
39
+ "id": 4,
40
+ "name": "Developer",
41
+ "identifier": "developer",
42
+ "weight": 10,
43
+ "description": "all the people who work as the developer",
44
+ "created_at": "2021-04-23 17:50:22.25121",
45
+ "updated_at": "2021-04-23 17:50:22.25121",
46
+ "deleted_at": null,
47
+ "created_by": 2,
48
+ "updated_by": 2
49
+ }
50
+ ]
@@ -0,0 +1,178 @@
1
+ [
2
+ {
3
+ "id": 3,
4
+ "name": "*.created_at",
5
+ "description": "who columns cannot be added or inserted or updated",
6
+ "source_type": null,
7
+ "source_id": null,
8
+ "operation": "-ae-",
9
+ "filter_condition_id": null,
10
+ "script_id": 1,
11
+ "active": true,
12
+ "created_at": "2021-04-23 18:32:54.495325",
13
+ "updated_at": "2021-04-23 18:32:54.495325",
14
+ "deleted_at": null,
15
+ "created_by": 2,
16
+ "updated_by": 2
17
+ },
18
+ {
19
+ "id": 4,
20
+ "name": "*.updated_at",
21
+ "description": "who columns cannot be added or inserted or updated",
22
+ "source_type": null,
23
+ "source_id": null,
24
+ "operation": "-ae-",
25
+ "filter_condition_id": null,
26
+ "script_id": 1,
27
+ "active": true,
28
+ "created_at": "2021-04-23 18:32:54.495325",
29
+ "updated_at": "2021-04-23 18:32:54.495325",
30
+ "deleted_at": null,
31
+ "created_by": 2,
32
+ "updated_by": 2
33
+ },
34
+ {
35
+ "id": 5,
36
+ "name": "*.deleted_at",
37
+ "description": "who columns cannot be added or inserted or updated",
38
+ "source_type": null,
39
+ "source_id": null,
40
+ "operation": "-ae-",
41
+ "filter_condition_id": null,
42
+ "script_id": 1,
43
+ "active": true,
44
+ "created_at": "2021-04-23 18:32:54.495325",
45
+ "updated_at": "2021-04-23 18:32:54.495325",
46
+ "deleted_at": null,
47
+ "created_by": 2,
48
+ "updated_by": 2
49
+ },
50
+ {
51
+ "id": 6,
52
+ "name": "*.created_by",
53
+ "description": "who columns cannot be added or inserted or updated",
54
+ "source_type": null,
55
+ "source_id": null,
56
+ "operation": "-ae-",
57
+ "filter_condition_id": null,
58
+ "script_id": 1,
59
+ "active": true,
60
+ "created_at": "2021-04-23 18:32:54.495325",
61
+ "updated_at": "2021-04-23 18:32:54.495325",
62
+ "deleted_at": null,
63
+ "created_by": 2,
64
+ "updated_by": 2
65
+ },
66
+ {
67
+ "id": 7,
68
+ "name": "*.updated_by",
69
+ "description": "who columns cannot be added or inserted or updated",
70
+ "source_type": null,
71
+ "source_id": null,
72
+ "operation": "-ae-",
73
+ "filter_condition_id": null,
74
+ "script_id": 1,
75
+ "active": true,
76
+ "created_at": "2021-04-23 18:32:54.495325",
77
+ "updated_at": "2021-04-23 18:32:54.495325",
78
+ "deleted_at": null,
79
+ "created_by": 2,
80
+ "updated_by": 2
81
+ },
82
+ {
83
+ "id": 8,
84
+ "name": "*.id",
85
+ "description": "who columns cannot be added or inserted or updated",
86
+ "source_type": null,
87
+ "source_id": null,
88
+ "operation": "-ae-",
89
+ "filter_condition_id": null,
90
+ "script_id": 1,
91
+ "active": true,
92
+ "created_at": "2021-04-23 18:32:54.495325",
93
+ "updated_at": "2021-04-23 18:32:54.495325",
94
+ "deleted_at": null,
95
+ "created_by": 2,
96
+ "updated_by": 2
97
+ },
98
+ {
99
+ "id": 1,
100
+ "name": "*.source_id",
101
+ "description": "source type cannot be allowed for insertion",
102
+ "source_type": null,
103
+ "source_id": null,
104
+ "operation": "-ae-",
105
+ "filter_condition_id": null,
106
+ "script_id": 1,
107
+ "active": true,
108
+ "created_at": "2021-04-23 18:32:54.495325",
109
+ "updated_at": "2021-04-23 18:32:54.495325",
110
+ "deleted_at": null,
111
+ "created_by": 2,
112
+ "updated_by": 2
113
+ },
114
+ {
115
+ "id": 2,
116
+ "name": "*.source_type",
117
+ "description": "source type cannot be allowed for insertion",
118
+ "source_type": null,
119
+ "source_id": null,
120
+ "operation": "-ae-",
121
+ "filter_condition_id": null,
122
+ "script_id": 1,
123
+ "active": true,
124
+ "created_at": "2021-04-23 18:32:54.495325",
125
+ "updated_at": "2021-04-23 18:32:54.495325",
126
+ "deleted_at": null,
127
+ "created_by": 2,
128
+ "updated_by": 2
129
+ },
130
+ {
131
+ "id": 10,
132
+ "name": "sys_event_queues.start_time",
133
+ "description": "Do not allow start time in event queue to be added by user",
134
+ "source_type": null,
135
+ "source_id": null,
136
+ "operation": "-ae-",
137
+ "filter_condition_id": null,
138
+ "script_id": 1,
139
+ "active": true,
140
+ "created_at": "2021-04-24 02:54:13.007",
141
+ "updated_at": "2021-04-24 02:54:13.007",
142
+ "deleted_at": null,
143
+ "created_by": 1,
144
+ "updated_by": 1
145
+ },
146
+ {
147
+ "id": 11,
148
+ "name": "sys_event_queues.end_time",
149
+ "description": "Do not allow start time in event queue to be added by user",
150
+ "source_type": null,
151
+ "source_id": null,
152
+ "operation": "-ae-",
153
+ "filter_condition_id": null,
154
+ "script_id": 1,
155
+ "active": true,
156
+ "created_at": "2021-04-24 02:54:41.526",
157
+ "updated_at": "2021-04-24 02:54:41.526",
158
+ "deleted_at": null,
159
+ "created_by": 1,
160
+ "updated_by": 1
161
+ },
162
+ {
163
+ "id": 9,
164
+ "name": "*.script_id",
165
+ "description": "script id cannot be added at the time of insertion",
166
+ "source_type": null,
167
+ "source_id": null,
168
+ "operation": "----",
169
+ "filter_condition_id": null,
170
+ "script_id": 1,
171
+ "active": true,
172
+ "created_at": "2021-04-24 02:40:46.198",
173
+ "updated_at": "2021-04-24 02:40:46.198",
174
+ "deleted_at": null,
175
+ "created_by": 1,
176
+ "updated_by": 1
177
+ }
178
+ ]
@@ -0,0 +1,145 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "Reject Directly",
5
+ "source_type": null,
6
+ "source_id": null,
7
+ "type_id": 11,
8
+ "script": "answer = false;",
9
+ "created_at": "2021-04-23 18:32:54.495325",
10
+ "updated_at": "2021-04-23 18:32:54.495325",
11
+ "deleted_at": null,
12
+ "created_by": 2,
13
+ "updated_by": 2
14
+ },
15
+ {
16
+ "id": 101,
17
+ "name": "UiActionEntity Script",
18
+ "source_type": null,
19
+ "source_id": 6,
20
+ "type_id": null,
21
+ "script": "let url = 'menu/'+page.getData().id;\npage.redirect(url);",
22
+ "created_at": "2021-04-24 01:58:33.871",
23
+ "updated_at": "2021-04-24 02:13:57.145",
24
+ "deleted_at": null,
25
+ "created_by": 1,
26
+ "updated_by": 1
27
+ },
28
+ {
29
+ "id": 102,
30
+ "name": "UiActionEntity Script",
31
+ "source_type": null,
32
+ "source_id": 7,
33
+ "type_id": null,
34
+ "script": "let url = '/model/'+page.getData().id;\r\npage.redirect(url);\r\n",
35
+ "created_at": "2021-04-24 02:46:54.442",
36
+ "updated_at": "2021-04-24 02:47:21.985",
37
+ "deleted_at": null,
38
+ "created_by": 1,
39
+ "updated_by": 1
40
+ },
41
+ {
42
+ "id": 103,
43
+ "name": "UiActionEntity Script",
44
+ "source_type": null,
45
+ "source_id": 8,
46
+ "type_id": null,
47
+ "script": "let url = '/form/'+page.getData().id;\npage.redirect(url);\n",
48
+ "created_at": "2021-04-24 03:07:30.312",
49
+ "updated_at": "2021-04-24 03:07:41.486",
50
+ "deleted_at": null,
51
+ "created_by": 1,
52
+ "updated_by": 1
53
+ },
54
+ {
55
+ "id": 104,
56
+ "name": "UiActionEntity Script",
57
+ "source_type": null,
58
+ "source_id": 9,
59
+ "type_id": null,
60
+ "script": "let url = '/lookup/'+page.getData().id;\npage.redirect(url);\n",
61
+ "created_at": "2021-04-24 03:22:54.682",
62
+ "updated_at": "2021-04-24 03:23:30.913",
63
+ "deleted_at": null,
64
+ "created_by": 1,
65
+ "updated_by": 1
66
+ },
67
+ {
68
+ "id": 105,
69
+ "name": "UiActionEntity Script",
70
+ "source_type": null,
71
+ "source_id": 10,
72
+ "type_id": null,
73
+ "script": "let url = '/module/'+page.getData().id;\npage.redirect(url);\n",
74
+ "created_at": "2021-04-24 03:28:49.162",
75
+ "updated_at": "2021-04-24 03:28:57.349",
76
+ "deleted_at": null,
77
+ "created_by": 1,
78
+ "updated_by": 1
79
+ },
80
+ {
81
+ "id": 106,
82
+ "name": "UiActionEntity Script",
83
+ "source_type": null,
84
+ "source_id": 11,
85
+ "type_id": null,
86
+ "script": "let url = '/report/'+page.getData().id;\npage.redirect(url);\n",
87
+ "created_at": "2021-04-24 03:38:31.97",
88
+ "updated_at": "2021-04-24 03:38:42.39",
89
+ "deleted_at": null,
90
+ "created_by": 1,
91
+ "updated_by": 1
92
+ },
93
+ {
94
+ "id": 107,
95
+ "name": "UiActionEntity Script",
96
+ "source_type": null,
97
+ "source_id": 12,
98
+ "type_id": null,
99
+ "script": "let url = '/scheduledJob/'+page.getData().id;\npage.redirect(url);\n",
100
+ "created_at": "2021-04-24 03:52:39.197",
101
+ "updated_at": "2021-04-24 03:53:04.279",
102
+ "deleted_at": null,
103
+ "created_by": 1,
104
+ "updated_by": 1
105
+ },
106
+ {
107
+ "id": 108,
108
+ "name": "UiActionEntity Script",
109
+ "source_type": null,
110
+ "source_id": 13,
111
+ "type_id": null,
112
+ "script": "let url = '/securityRule/'+page.getData().id;\npage.redirect(url);\n",
113
+ "created_at": "2021-04-24 04:15:31.113",
114
+ "updated_at": "2021-04-24 04:15:43.951",
115
+ "deleted_at": null,
116
+ "created_by": 1,
117
+ "updated_by": 1
118
+ },
119
+ {
120
+ "id": 109,
121
+ "name": "UiActionEntity Script",
122
+ "source_type": null,
123
+ "source_id": 14,
124
+ "type_id": null,
125
+ "script": "let url = '/userGroup/'+page.getData().id;\npage.redirect(url);\n",
126
+ "created_at": "2021-04-24 04:31:22.07",
127
+ "updated_at": "2021-04-24 04:31:32.72",
128
+ "deleted_at": null,
129
+ "created_by": 1,
130
+ "updated_by": 1
131
+ },
132
+ {
133
+ "id": 110,
134
+ "name": "UiActionEntity Script",
135
+ "source_type": null,
136
+ "source_id": 16,
137
+ "type_id": null,
138
+ "script": "let url = '/user/'+page.getData().id;\npage.redirect(url);\n",
139
+ "created_at": "2021-04-24 04:43:21.981",
140
+ "updated_at": "2021-04-24 04:43:33.91",
141
+ "deleted_at": null,
142
+ "created_by": 1,
143
+ "updated_by": 1
144
+ }
145
+ ]