@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,255 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "String",
5
+ "description": "Alphanumeric column support",
6
+ "supported_identifiers": "string,text,uuid,varchar,char,bpchar",
7
+ "created_at": "2021-04-23 17:50:22.25121",
8
+ "updated_at": "2021-04-23 17:50:22.25121",
9
+ "deleted_at": null,
10
+ "created_by": 2,
11
+ "updated_by": 2
12
+ },
13
+ {
14
+ "id": 2,
15
+ "name": "Number",
16
+ "description": "Numeric column support",
17
+ "supported_identifiers": "integer,float,decimal,number,int4,int8,int2,numeric",
18
+ "created_at": "2021-04-23 17:50:22.25121",
19
+ "updated_at": "2021-04-23 17:50:22.25121",
20
+ "deleted_at": null,
21
+ "created_by": 2,
22
+ "updated_by": 2
23
+ },
24
+ {
25
+ "id": 3,
26
+ "name": "Date",
27
+ "description": "Date column support y-m-d",
28
+ "supported_identifiers": null,
29
+ "created_at": "2021-04-23 17:50:22.25121",
30
+ "updated_at": "2021-04-23 17:50:22.25121",
31
+ "deleted_at": null,
32
+ "created_by": 2,
33
+ "updated_by": 2
34
+ },
35
+ {
36
+ "id": 4,
37
+ "name": "Datetime",
38
+ "description": "Datetime Column Support y-m-d h:i:s",
39
+ "supported_identifiers": "datetime,timestamp,date,timestamptz",
40
+ "created_at": "2021-04-23 17:50:22.25121",
41
+ "updated_at": "2021-04-23 17:50:22.25121",
42
+ "deleted_at": null,
43
+ "created_by": 2,
44
+ "updated_by": 2
45
+ },
46
+ {
47
+ "id": 5,
48
+ "name": "Boolean",
49
+ "description": "Yes or no column",
50
+ "supported_identifiers": "boolean,bool",
51
+ "created_at": "2021-04-23 17:50:22.25121",
52
+ "updated_at": "2021-04-23 17:50:22.25121",
53
+ "deleted_at": null,
54
+ "created_by": 2,
55
+ "updated_by": 2
56
+ },
57
+ {
58
+ "id": 6,
59
+ "name": "Reference",
60
+ "description": "Referenced column type",
61
+ "supported_identifiers": null,
62
+ "created_at": "2021-04-23 17:50:22.25121",
63
+ "updated_at": "2021-04-23 17:50:22.25121",
64
+ "deleted_at": null,
65
+ "created_by": 2,
66
+ "updated_by": 2
67
+ },
68
+ {
69
+ "id": 7,
70
+ "name": "Select",
71
+ "description": "Select Field",
72
+ "supported_identifiers": null,
73
+ "created_at": "2021-04-23 17:50:22.25121",
74
+ "updated_at": "2021-04-23 17:50:22.25121",
75
+ "deleted_at": null,
76
+ "created_by": 2,
77
+ "updated_by": 2
78
+ },
79
+ {
80
+ "id": 8,
81
+ "name": "List",
82
+ "description": "Comma separated column type",
83
+ "supported_identifiers": null,
84
+ "created_at": "2021-04-23 17:50:22.25121",
85
+ "updated_at": "2021-04-23 17:50:22.25121",
86
+ "deleted_at": null,
87
+ "created_by": 2,
88
+ "updated_by": 2
89
+ },
90
+ {
91
+ "id": 9,
92
+ "name": "JSON",
93
+ "description": "The column that gets serialized in inside",
94
+ "supported_identifiers": "json",
95
+ "created_at": "2021-04-23 17:50:22.25121",
96
+ "updated_at": "2021-04-23 17:50:22.25121",
97
+ "deleted_at": null,
98
+ "created_by": 2,
99
+ "updated_by": 2
100
+ },
101
+ {
102
+ "id": 10,
103
+ "name": "Script",
104
+ "description": "The column that gets script type",
105
+ "supported_identifiers": null,
106
+ "created_at": "2021-04-23 17:50:22.25121",
107
+ "updated_at": "2021-04-23 17:50:22.25121",
108
+ "deleted_at": null,
109
+ "created_by": 2,
110
+ "updated_by": 2
111
+ },
112
+ {
113
+ "id": 11,
114
+ "name": "CustomForm",
115
+ "description": "CustomForm",
116
+ "supported_identifiers": null,
117
+ "created_at": "2021-04-23 17:50:22.25121",
118
+ "updated_at": "2021-04-23 17:50:22.25121",
119
+ "deleted_at": null,
120
+ "created_by": 2,
121
+ "updated_by": 2
122
+ },
123
+ {
124
+ "id": 12,
125
+ "name": "Upload",
126
+ "description": "Upload",
127
+ "supported_identifiers": null,
128
+ "created_at": "2021-04-23 17:50:22.25121",
129
+ "updated_at": "2021-04-23 17:50:22.25121",
130
+ "deleted_at": null,
131
+ "created_by": 2,
132
+ "updated_by": 2
133
+ },
134
+ {
135
+ "id": 13,
136
+ "name": "MultipleUpload",
137
+ "description": "MultipleUpload",
138
+ "supported_identifiers": null,
139
+ "created_at": "2021-04-23 17:50:22.25121",
140
+ "updated_at": "2021-04-23 17:50:22.25121",
141
+ "deleted_at": null,
142
+ "created_by": 2,
143
+ "updated_by": 2
144
+ },
145
+ {
146
+ "id": 14,
147
+ "name": "Time",
148
+ "description": "Time",
149
+ "supported_identifiers": null,
150
+ "created_at": "2021-04-23 17:50:22.25121",
151
+ "updated_at": "2021-04-23 17:50:22.25121",
152
+ "deleted_at": null,
153
+ "created_by": 2,
154
+ "updated_by": 2
155
+ },
156
+ {
157
+ "id": 15,
158
+ "name": "MultipleSelect",
159
+ "description": "Select Multiple records",
160
+ "supported_identifiers": null,
161
+ "created_at": "2021-04-23 17:50:22.25121",
162
+ "updated_at": "2021-04-23 17:50:22.25121",
163
+ "deleted_at": null,
164
+ "created_by": 2,
165
+ "updated_by": 2
166
+ },
167
+ {
168
+ "id": 16,
169
+ "name": "Text",
170
+ "description": "Text",
171
+ "supported_identifiers": null,
172
+ "created_at": "2021-04-23 17:50:22.25121",
173
+ "updated_at": "2021-04-23 17:50:22.25121",
174
+ "deleted_at": null,
175
+ "created_by": 2,
176
+ "updated_by": 2
177
+ },
178
+ {
179
+ "id": 17,
180
+ "name": "Password",
181
+ "description": "Password",
182
+ "supported_identifiers": null,
183
+ "created_at": "2021-04-23 17:50:22.25121",
184
+ "updated_at": "2021-04-23 17:50:22.25121",
185
+ "deleted_at": null,
186
+ "created_by": 2,
187
+ "updated_by": 2
188
+ },
189
+ {
190
+ "id": 18,
191
+ "name": "Encrypted",
192
+ "description": "Encrypted",
193
+ "supported_identifiers": null,
194
+ "created_at": "2021-04-23 17:50:22.25121",
195
+ "updated_at": "2021-04-23 17:50:22.25121",
196
+ "deleted_at": null,
197
+ "created_by": 2,
198
+ "updated_by": 2
199
+ },
200
+ {
201
+ "id": 19,
202
+ "name": "Month",
203
+ "description": "Month",
204
+ "supported_identifiers": null,
205
+ "created_at": "2021-04-23 17:50:22.25121",
206
+ "updated_at": "2021-04-23 17:50:22.25121",
207
+ "deleted_at": null,
208
+ "created_by": 2,
209
+ "updated_by": 2
210
+ },
211
+ {
212
+ "id": 20,
213
+ "name": "Source",
214
+ "description": "Source",
215
+ "supported_identifiers": null,
216
+ "created_at": "2021-04-23 17:50:22.25121",
217
+ "updated_at": "2021-04-23 17:50:22.25121",
218
+ "deleted_at": null,
219
+ "created_by": 2,
220
+ "updated_by": 2
221
+ },
222
+ {
223
+ "id": 21,
224
+ "name": "Radio",
225
+ "description": "Radio",
226
+ "supported_identifiers": null,
227
+ "created_at": "2021-04-23 17:50:22.25121",
228
+ "updated_at": "2021-04-23 17:50:22.25121",
229
+ "deleted_at": null,
230
+ "created_by": 2,
231
+ "updated_by": 2
232
+ },
233
+ {
234
+ "id": 22,
235
+ "name": "Checkbox",
236
+ "description": "Checkbox",
237
+ "supported_identifiers": null,
238
+ "created_at": "2021-04-23 17:50:22.25121",
239
+ "updated_at": "2021-04-23 17:50:22.25121",
240
+ "deleted_at": null,
241
+ "created_by": 2,
242
+ "updated_by": 2
243
+ },
244
+ {
245
+ "id": 23,
246
+ "name": "Dynamo Column",
247
+ "description": "Dynamo Column",
248
+ "supported_identifiers": null,
249
+ "created_at": "2021-04-23 17:50:22.25121",
250
+ "updated_at": "2021-04-23 17:50:22.25121",
251
+ "deleted_at": null,
252
+ "created_by": 2,
253
+ "updated_by": 2
254
+ }
255
+ ]
@@ -0,0 +1,102 @@
1
+ [
2
+ {
3
+ "id": 1,
4
+ "name": "Supported Platform Types",
5
+ "description": "Different types of platforms supported. eg(android), ios, pwa",
6
+ "created_at": "2021-04-23 17:50:22.25121",
7
+ "updated_at": "2021-04-23 17:50:22.25121",
8
+ "deleted_at": null,
9
+ "created_by": 2,
10
+ "updated_by": 2
11
+ },
12
+ {
13
+ "id": 2,
14
+ "name": "Supported Script Languages",
15
+ "description": "js | php | ts | sql | html",
16
+ "created_at": "2021-04-23 17:50:22.25121",
17
+ "updated_at": "2021-04-23 17:50:22.25121",
18
+ "deleted_at": null,
19
+ "created_by": 2,
20
+ "updated_by": 2
21
+ },
22
+ {
23
+ "id": 3,
24
+ "name": "Model Relationship Types",
25
+ "description": "different types of relationships supported by the orm schema",
26
+ "created_at": "2021-04-23 17:50:22.25121",
27
+ "updated_at": "2021-04-23 17:50:22.25121",
28
+ "deleted_at": null,
29
+ "created_by": 2,
30
+ "updated_by": 2
31
+ },
32
+ {
33
+ "id": 4,
34
+ "name": "Form Methods",
35
+ "description": "different types of form methods supported get|put|post|delete",
36
+ "created_at": "2021-04-23 17:50:22.25121",
37
+ "updated_at": "2021-04-23 17:50:22.25121",
38
+ "deleted_at": null,
39
+ "created_by": 2,
40
+ "updated_by": 2
41
+ },
42
+ {
43
+ "id": 5,
44
+ "name": "Custom Form Types",
45
+ "description": "different types of forms supported",
46
+ "created_at": "2021-04-23 17:50:22.25121",
47
+ "updated_at": "2021-04-23 17:50:22.25121",
48
+ "deleted_at": null,
49
+ "created_by": 2,
50
+ "updated_by": 2
51
+ },
52
+ {
53
+ "id": 6,
54
+ "name": "Business Rule Execution Scope",
55
+ "description": "the scope on when the rule will be executed",
56
+ "created_at": "2021-04-23 17:50:22.25121",
57
+ "updated_at": "2021-04-23 17:50:22.25121",
58
+ "deleted_at": null,
59
+ "created_by": 2,
60
+ "updated_by": 2
61
+ },
62
+ {
63
+ "id": 7,
64
+ "name": "Client script activity type",
65
+ "description": "Different types of activities supported by the client script",
66
+ "created_at": "2021-04-23 17:50:22.25121",
67
+ "updated_at": "2021-04-23 17:50:22.25121",
68
+ "deleted_at": null,
69
+ "created_by": 2,
70
+ "updated_by": 2
71
+ },
72
+ {
73
+ "id": 8,
74
+ "name": "Reporting Chart Types",
75
+ "description": "Different types of charts supported in the platform",
76
+ "created_at": "2021-04-23 17:50:22.25121",
77
+ "updated_at": "2021-04-23 17:50:22.25121",
78
+ "deleted_at": null,
79
+ "created_by": 2,
80
+ "updated_by": 2
81
+ },
82
+ {
83
+ "id": 9,
84
+ "name": "Reporting Chart Sizes",
85
+ "description": "size of chart when displayed in the system",
86
+ "created_at": "2021-04-23 17:50:22.25121",
87
+ "updated_at": "2021-04-23 17:50:22.25121",
88
+ "deleted_at": null,
89
+ "created_by": 2,
90
+ "updated_by": 2
91
+ },
92
+ {
93
+ "id": 10,
94
+ "name": "Reporting chart placement",
95
+ "description": "where the chart would be placed on the page",
96
+ "created_at": "2021-04-23 17:50:22.25121",
97
+ "updated_at": "2021-04-23 17:50:22.25121",
98
+ "deleted_at": null,
99
+ "created_by": 2,
100
+ "updated_by": 2
101
+ }
102
+ ]