dmart 1.4.40.post5__py3-none-any.whl → 1.4.40.post7__py3-none-any.whl

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 (222) hide show
  1. dmart/cxb/assets/{EntryRenderer-QpjKwgQI.js → EntryRenderer-Dl21Ysgp.js} +1 -1
  2. dmart/cxb/assets/{ListView-Cz-UZmqX.js → ListView-C_wRAfdT.js} +1 -1
  3. dmart/cxb/assets/{_module-CDkgIsM3.js → _module-Bm3T06xS.js} +1 -1
  4. dmart/cxb/assets/{_module-DvU-yewY.js → _module-MiGz5eGu.js} +1 -1
  5. dmart/cxb/assets/{index-CwevVSTS.js → index-BhQ5LUMe.js} +1 -1
  6. dmart/cxb/assets/{index-i_zxDl_u.js → index-CaAQl5Gz.js} +2 -2
  7. dmart/cxb/assets/{index-PIn1toui.js → index-Clz9NEW5.js} +1 -1
  8. dmart/cxb/assets/{index-B7TuVFro.js → index-De7lX1xZ.js} +1 -1
  9. dmart/cxb/assets/{index-PaDjlbgT.js → index-DfVT_WZY.js} +1 -1
  10. dmart/cxb/assets/{index-BeplzYRb.js → index-jNnn2ioU.js} +1 -1
  11. dmart/cxb/index.html +1 -1
  12. dmart/dmart.py +18 -3
  13. dmart/info.json +1 -1
  14. dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
  15. dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
  16. dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
  17. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
  18. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
  19. dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
  20. dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
  21. dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
  22. dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
  23. dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
  24. dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
  25. dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
  26. dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
  27. dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
  28. dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
  29. dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
  30. dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
  31. dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
  32. dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
  33. dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
  34. dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
  35. dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
  36. dmart/sample/spaces/applications/api/applications.json +1 -0
  37. dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
  38. dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
  39. dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
  40. dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
  41. dmart/sample/spaces/applications/api/management/update_password.json +1 -0
  42. dmart/sample/spaces/applications/api/management.json +1 -0
  43. dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
  44. dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
  45. dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
  46. dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
  47. dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
  48. dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
  49. dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
  50. dmart/sample/spaces/applications/api/user_profile.json +1 -0
  51. dmart/sample/spaces/applications/api.json +1 -0
  52. dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
  53. dmart/sample/spaces/applications/collections.json +1 -0
  54. dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
  55. dmart/sample/spaces/applications/configurations/time_out.json +1 -0
  56. dmart/sample/spaces/applications/configurations.json +19 -0
  57. dmart/sample/spaces/applications/errors.json +1 -0
  58. dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
  59. dmart/sample/spaces/applications/logs.json +1 -0
  60. dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
  61. dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
  62. dmart/sample/spaces/applications/queries/order.json +1 -0
  63. dmart/sample/spaces/applications/queries.json +1 -0
  64. dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
  65. dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
  66. dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
  67. dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
  68. dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
  69. dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
  70. dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
  71. dmart/sample/spaces/applications/schema/api.json +28 -0
  72. dmart/sample/spaces/applications/schema/configuration.json +1 -0
  73. dmart/sample/spaces/applications/schema/error.json +43 -0
  74. dmart/sample/spaces/applications/schema/log.json +1 -0
  75. dmart/sample/spaces/applications/schema/query.json +118 -0
  76. dmart/sample/spaces/applications/schema/translation.json +26 -0
  77. dmart/sample/spaces/applications/schema.json +1 -0
  78. dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
  79. dmart/sample/spaces/applications/translations.json +1 -0
  80. dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
  81. dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
  82. dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
  83. dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
  84. dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
  85. dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
  86. dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
  87. dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
  88. dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
  89. dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
  90. dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
  91. dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
  92. dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
  93. dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
  94. dmart/sample/spaces/management/.dm/events.jsonl +32 -0
  95. dmart/sample/spaces/management/.dm/meta.space.json +48 -0
  96. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
  97. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
  98. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
  99. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
  100. dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
  101. dmart/sample/spaces/management/collections.json +1 -0
  102. dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
  103. dmart/sample/spaces/management/groups.json +1 -0
  104. dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
  105. dmart/sample/spaces/management/health_check.json +1 -0
  106. dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
  107. dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
  108. dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
  109. dmart/sample/spaces/management/notifications.json +1 -0
  110. dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
  111. dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
  112. dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
  113. dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
  114. dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
  115. dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
  116. dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
  117. dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
  118. dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
  119. dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
  120. dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
  121. dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
  122. dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
  123. dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
  124. dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
  125. dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
  126. dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
  127. dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
  128. dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
  129. dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
  130. dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
  131. dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
  132. dmart/sample/spaces/management/permissions.json +1 -0
  133. dmart/sample/spaces/management/requests.json +1 -0
  134. dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
  135. dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
  136. dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
  137. dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
  138. dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
  139. dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
  140. dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
  141. dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
  142. dmart/sample/spaces/management/roles.json +1 -0
  143. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
  144. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
  145. dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
  146. dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
  147. dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
  148. dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
  149. dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
  150. dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
  151. dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
  152. dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
  153. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
  154. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
  155. dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
  156. dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
  157. dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
  158. dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
  159. dmart/sample/spaces/management/schema/api.json +1 -0
  160. dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
  161. dmart/sample/spaces/management/schema/health_check.json +8 -0
  162. dmart/sample/spaces/management/schema/meta_schema.json +74 -0
  163. dmart/sample/spaces/management/schema/metafile.json +153 -0
  164. dmart/sample/spaces/management/schema/notification.json +28 -0
  165. dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
  166. dmart/sample/spaces/management/schema/view.json +23 -0
  167. dmart/sample/spaces/management/schema/workflow.json +87 -0
  168. dmart/sample/spaces/management/schema.json +1 -0
  169. dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
  170. dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
  171. dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
  172. dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
  173. dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
  174. dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
  175. dmart/sample/spaces/management/workflows/channel.json +148 -0
  176. dmart/sample/spaces/management/workflows.json +1 -0
  177. dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
  178. dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
  179. dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
  180. dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
  181. dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
  182. dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
  183. dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
  184. dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
  185. dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
  186. dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
  187. dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
  188. dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
  189. dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
  190. dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
  191. dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
  192. dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
  193. dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
  194. dmart/sample/test/.gitignore +2 -0
  195. dmart/sample/test/createcontent.json +9 -0
  196. dmart/sample/test/createmedia.json +9 -0
  197. dmart/sample/test/createmedia_entry.json +6 -0
  198. dmart/sample/test/createschema.json +8 -0
  199. dmart/sample/test/createschemawork.json +11 -0
  200. dmart/sample/test/createticket.json +13 -0
  201. dmart/sample/test/data.json +4 -0
  202. dmart/sample/test/deletecontent.json +12 -0
  203. dmart/sample/test/logo.jpeg +0 -0
  204. dmart/sample/test/my.jpg +0 -0
  205. dmart/sample/test/myticket.json +23 -0
  206. dmart/sample/test/resources.csv +12 -0
  207. dmart/sample/test/schema.json +16 -0
  208. dmart/sample/test/temp.json +1 -0
  209. dmart/sample/test/test.dmart +45 -0
  210. dmart/sample/test/ticket_schema.json +23 -0
  211. dmart/sample/test/ticket_workflow.json +85 -0
  212. dmart/sample/test/ticketbody.json +4 -0
  213. dmart/sample/test/ticketcontent.json +14 -0
  214. dmart/sample/test/updatecontent.json +20 -0
  215. dmart/sample/test/workflow_schema.json +68 -0
  216. dmart/set_admin_passwd.py +3 -14
  217. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
  218. dmart-1.4.40.post7.dist-info/RECORD +489 -0
  219. dmart-1.4.40.post5.dist-info/RECORD +0 -287
  220. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
  221. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
  222. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,32 @@
1
+ {
2
+ "uuid": "5300f930-aed1-4f80-823e-0cb9157a5206",
3
+ "shortname": "rules_management_default",
4
+ "is_active": true,
5
+ "displayname": {"en":"Rules management default", "ar":"Rules management default", "ku":"Rules management default"},
6
+ "tags": [],
7
+ "created_at": "2022-10-06T10:21:33.912450",
8
+ "updated_at": "2022-10-06T10:21:33.912459",
9
+ "owner_shortname": "dmart",
10
+ "subpaths": {
11
+ "management": [
12
+ "roles",
13
+ "permissions",
14
+ "groups"
15
+ ]
16
+ },
17
+ "resource_types": [
18
+ "permission",
19
+ "content",
20
+ "group",
21
+ "role",
22
+ "user"
23
+ ],
24
+ "actions": [
25
+ "view",
26
+ "create",
27
+ "update",
28
+ "attach",
29
+ "query"
30
+ ],
31
+ "conditions": []
32
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "uuid": "6f515468-980c-4b2a-9203-b904ca376de9",
3
+ "shortname": "super_manager",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-08-23T07:44:36.399780",
7
+ "updated_at": "2023-07-26T05:57:00.428356",
8
+ "owner_shortname": "dmart",
9
+ "subpaths": {
10
+ "__all_spaces__": [
11
+ "__all_subpaths__"
12
+ ]
13
+ },
14
+ "resource_types": [
15
+ "schema",
16
+ "comment",
17
+ "space",
18
+ "content",
19
+ "log",
20
+ "acl",
21
+ "history",
22
+ "json",
23
+ "group",
24
+ "media",
25
+ "permission",
26
+ "alteration",
27
+ "user",
28
+ "notification",
29
+ "relationship",
30
+ "locator",
31
+ "role",
32
+ "post",
33
+ "folder",
34
+ "ticket",
35
+ "jsonl",
36
+ "csv",
37
+ "sqlite",
38
+ "parquet",
39
+ "duckdb"
40
+ ],
41
+ "actions": [
42
+ "delete",
43
+ "update",
44
+ "query",
45
+ "create",
46
+ "view",
47
+ "attach"
48
+ ],
49
+ "conditions": [],
50
+ "restricted_fields": [],
51
+ "allowed_fields_values": {}
52
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "uuid": "497b7897-b453-4c21-9b2d-ec5bef2bc403",
3
+ "shortname": "view_activity_log",
4
+ "is_active": true,
5
+ "displayname": {"en":"View activity log", "ar":"View activity log", "ku":"View activity log"},
6
+ "tags": [],
7
+ "created_at": "2022-10-06T10:21:33.912450",
8
+ "updated_at": "2022-10-06T10:21:33.912459",
9
+ "owner_shortname": "dmart",
10
+ "subpaths": {
11
+ "ordering": [
12
+ "/"
13
+ ],
14
+ "management": [
15
+ "/"
16
+ ]
17
+ },
18
+ "resource_types": [
19
+ "history"
20
+ ],
21
+ "actions": [
22
+ "view",
23
+ "query"
24
+ ],
25
+ "conditions": []
26
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "uuid": "84002df0-4dcd-4afc-88e3-2ccfd111274b",
3
+ "shortname": "view_collections",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2022-10-06T10:21:33.912459",
8
+ "owner_shortname": "dmart",
9
+ "subpaths": {
10
+ "applications": [
11
+ "collections"
12
+ ]
13
+ },
14
+ "resource_types": [
15
+ "permission",
16
+ "content",
17
+ "history",
18
+ "folder",
19
+ "media",
20
+ "comment"
21
+ ],
22
+ "actions": [
23
+ "view",
24
+ "query"
25
+ ],
26
+ "conditions": [
27
+ "is_active"
28
+ ]
29
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "uuid": "99416138-a1fe-4fea-bb97-72ce30a5e3bf",
3
+ "shortname": "view_logs",
4
+ "is_active": true,
5
+ "displayname": {"en":"view log", "ar":"view log", "ku":"view log"},
6
+ "tags": [],
7
+ "created_at": "2023-01-11T10:21:33.912450",
8
+ "updated_at": "2023-01-11T10:21:33.912459",
9
+ "owner_shortname": "dmart",
10
+ "subpaths": {
11
+ "applications": [
12
+ "/logs"
13
+ ]
14
+ },
15
+ "resource_types": [
16
+ "content",
17
+ "folder"
18
+ ],
19
+ "actions": [
20
+ "attach",
21
+ "view",
22
+ "update",
23
+ "delete",
24
+ "query",
25
+ "create"
26
+
27
+ ],
28
+
29
+ "conditions": []
30
+ }
@@ -0,0 +1,29 @@
1
+ {
2
+ "uuid": "f037c695-1501-4944-89b1-0e18778d2037",
3
+ "shortname": "view_roles",
4
+ "is_active": true,
5
+ "displayname": {
6
+ "en": "view roles",
7
+ "ar": "view roles",
8
+ "ku": "view roles"
9
+ },
10
+ "tags": [],
11
+ "created_at": "2022-10-06T10:21:33.912450",
12
+ "updated_at": "2022-10-06T10:21:33.912459",
13
+ "owner_shortname": "dmart",
14
+ "subpaths": {
15
+ "management": [
16
+ "roles",
17
+ "groups"
18
+ ]
19
+ },
20
+ "resource_types": [
21
+ "role",
22
+ "group"
23
+ ],
24
+ "actions": [
25
+ "view",
26
+ "query"
27
+ ],
28
+ "conditions": []
29
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "uuid": "00ac2c58-35d3-4996-87d7-4f511df15b77",
3
+ "shortname": "view_users",
4
+ "is_active": true,
5
+ "displayname": {"en":"View users", "ar":"View users", "ku":"View users"},
6
+ "tags": [],
7
+ "created_at": "2022-10-06T10:21:33.912450",
8
+ "updated_at": "2022-10-06T10:21:33.912459",
9
+ "owner_shortname": "dmart",
10
+ "subpaths": {
11
+ "management": [
12
+ "users"
13
+ ]
14
+ },
15
+ "resource_types": [
16
+ "content",
17
+ "ticket",
18
+ "folder"
19
+ ],
20
+ "actions": [
21
+ "view",
22
+ "query"
23
+ ],
24
+ "conditions": []
25
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "uuid": "fcdbebdb-59dc-4682-916e-8a9682649065",
3
+ "shortname": "view_world",
4
+ "is_active": true,
5
+ "displayname": {
6
+ "en": "view_world ",
7
+ "ar": "view_world",
8
+ "ku": "view_world "
9
+ },
10
+ "tags": [],
11
+ "created_at": "2023-04-25T15:46:08.110593",
12
+ "updated_at": "2023-05-03T10:07:57.928814",
13
+ "owner_shortname": "dmart",
14
+ "subpaths": {
15
+ "hr": [
16
+ "/vacancies"
17
+ ]
18
+ },
19
+ "resource_types": [
20
+ "folder"
21
+ ],
22
+ "actions": [
23
+ "view",
24
+ "query"
25
+ ],
26
+ "conditions": [
27
+ "is_active"
28
+ ],
29
+ "restricted_fields": [],
30
+ "allowed_fields_values": {}
31
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "uuid": "1ee3081e-5d05-4010-8188-856d9e9fb7ee",
3
+ "shortname": "world",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2023-11-13T14:21:13.859607",
8
+ "owner_shortname": "dmart",
9
+ "subpaths": {
10
+ "test": ["/"],
11
+ "applications": [
12
+ "/translations",
13
+ "/configurations",
14
+ "/collections"
15
+ ]
16
+ },
17
+ "resource_types": [
18
+ "media",
19
+ "content",
20
+ "folder",
21
+ "permission",
22
+ "role",
23
+ "history",
24
+ "comment",
25
+ "group",
26
+ "user",
27
+ "schema",
28
+ "json",
29
+ "comment"
30
+ ],
31
+ "actions": ["view", "query"],
32
+ "conditions": ["is_active"],
33
+ "restricted_fields": [],
34
+ "allowed_fields_values": {}
35
+ }
@@ -0,0 +1 @@
1
+ {"shortname_title": "Permission Shortname", "content_schema_shortnames": [], "index_attributes": [{"key": "shortname", "name": "Permission Shortname"}], "allow_create": false, "allow_update": false, "allow_delete": false, "use_media": false, "filter": [], "allow_view": true}
@@ -0,0 +1 @@
1
+ {"shortname_title": "products", "index_attributes": [{"key": "on_subpath", "name": "On Subpath"}, {"key": "on_action", "name": "On Action"}, {"key": "on_state", "name": "On State"}, {"key": "priority", "name": "Priority"}], "allow_create": true, "allow_update": false, "allow_delete": false, "use_media": false, "content_schema_shortnames": [], "expand_children": true, "filter": [], "allow_csv": true, "allow_create_category": false, "allow_upload_csv": false, "content_resource_types": ["content"], "icon": "BSICons112", "allow_view": true}
@@ -0,0 +1,12 @@
1
+ {
2
+ "uuid": "93100cda-b094-4a87-9a6f-d90336281906",
3
+ "shortname": "dummy",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2022-10-06T10:21:33.912459",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "create_dummy"
11
+ ]
12
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "uuid": "5015d24a-7171-44e5-9dec-006e1a5be203",
3
+ "shortname": "logged_in",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-09-23T06:48:07.756547",
7
+ "updated_at": "2022-09-23T06:48:07.756551",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "view_collections",
11
+ "access_personal",
12
+ "access_protected",
13
+ "access_public",
14
+ "access_messages",
15
+ "create_log",
16
+ "access_applications"
17
+ ]
18
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "uuid": "90263ff1-c57e-4b79-925f-87695b68edc3",
3
+ "shortname": "manager",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2023-07-27T17:00:58.549838",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "super_manager",
11
+ "manage_spaces"
12
+ ]
13
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "a8f338e0-8dd6-428b-abfe-4d6f7187178b", "shortname": "roles", "is_active": true, "tags": [], "created_at": "2022-08-23T07:44:36.399780", "updated_at": "2023-04-10T03:47:00.345861", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "roles.json"}}
@@ -0,0 +1,13 @@
1
+ {
2
+ "uuid": "90263ff1-c57e-4b79-925f-87695b68edc1",
3
+ "shortname": "moderator",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2023-07-27T17:00:58.549838",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "super_manager",
11
+ "manage_spaces"
12
+ ]
13
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "uuid": "90263ff1-c57e-4b79-925f-87695b68edc6",
3
+ "shortname": "super_admin",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2023-07-27T17:00:58.549838",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "super_manager",
11
+ "view_logs",
12
+ "manage_spaces"
13
+ ]
14
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "uuid": "90263ff1-c57e-4b79-925f-87695b68edc5",
3
+ "shortname": "test_role",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-06T10:21:33.912450",
7
+ "updated_at": "2023-07-27T17:00:58.549838",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "super_manager",
11
+ "manage_spaces"
12
+ ]
13
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "uuid": "ad4be0fc-04b3-43cc-a02d-5dd507980088",
3
+ "shortname": "world",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-08-23T07:44:36.390286",
7
+ "updated_at": "2022-09-23T12:36:22.192544",
8
+ "owner_shortname": "dmart",
9
+ "permissions": [
10
+ "world",
11
+ "access_public",
12
+ "create_log",
13
+ "access_applications_world"
14
+ ]
15
+ }
@@ -0,0 +1 @@
1
+ {"shortname_title": "Role Shortname", "content_schema_shortnames": [], "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": false, "allow_delete": false, "use_media": false, "filter": [], "allow_view": true}
@@ -0,0 +1,10 @@
1
+ {
2
+ "uuid": "e5a98686-60af-40ce-8f19-5a80aff2b405",
3
+ "shortname": "ui_schema",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-18T13:41:50.681758",
7
+ "updated_at": "2022-10-18T13:41:50.681762",
8
+ "owner_shortname": "dmart",
9
+ "payload": { "content_type": "json", "checksum": "b5982b31a0553765d316285a371cd6fe3773f11c", "body": "ui_schema.json" }
10
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "type": "VerticalLayout",
3
+ "elements": [
4
+ {
5
+ "type": "Control",
6
+ "scope": "#/properties/msisdns"
7
+ },
8
+ {
9
+ "type": "Control",
10
+ "scope": "#/properties/filter_rules"
11
+ },
12
+ {
13
+ "type": "Control",
14
+ "scope": "#/properties/scheduled_at"
15
+ },
16
+ {
17
+ "type": "Control",
18
+ "scope": "#/properties/push_only"
19
+ },
20
+ {
21
+ "type": "Control",
22
+ "scope": "#/properties/priority"
23
+ },
24
+ {
25
+ "type": "Control",
26
+ "scope": "#/properties/status",
27
+ "rule": {
28
+ "effect": "HIDE"
29
+ }
30
+ }
31
+ ]
32
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "1fc0fc55-1f4c-42cf-9ceb-d327f6706375", "shortname": "admin_notification_request", "is_active": true, "tags": [], "created_at": "2022-09-22T10:41:18.953637", "updated_at": "2022-09-22T10:41:18.953642", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "admin_notification_request.json", "last_validated": "2022-12-30T11:55:39.815373", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "c74f1c9b-49c9-49ee-9b3b-9f25d2ed071c", "shortname": "api", "is_active": true, "tags": [], "created_at": "2022-10-11T12:24:41.901359", "updated_at": "2023-07-24T10:40:22.920142", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "checksum": "9688f8258a7a476c4c0a32f1062362557f6f13a1", "body": "api.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "5bcc5d5e-2225-4e9a-aafd-be4640bc896c", "shortname": "folder_rendering", "is_active": true, "tags": [], "created_at": "2022-08-23T07:44:36.390286", "updated_at": "2022-08-23T07:44:36.390290", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "folder_rendering.json", "last_validated": "2022-12-30T11:55:39.737068", "validation_status": "valid"}}
@@ -0,0 +1,17 @@
1
+ {
2
+ "uuid": "2f6d55db-25fe-4cbd-a78d-46a16bbeb99b",
3
+ "shortname": "health_check",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-11-23T16:36:23.648737",
7
+ "updated_at": "2022-11-23T16:36:23.648742",
8
+ "owner_shortname": "dmart",
9
+ "payload": {
10
+ "content_type": "json",
11
+ "schema_shortname": "meta_schema",
12
+ "checksum": "b8577e013bad6ac25e4a43e68ddbe9dcb17358b6",
13
+ "body": "health_check.json",
14
+ "last_validated": "2022-12-30T11:55:39.760685",
15
+ "validation_status": "valid"
16
+ }
17
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "b9b2b289-7f7c-4d40-a5a5-e896a9c146b4", "shortname": "schema", "is_active": true, "tags": [], "created_at": "2022-08-23T07:44:36.399780", "updated_at": "2022-11-04T15:49:43.709426", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "schema.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "059eb771-72cb-4336-945b-027604c6e151", "shortname": "meta_schema", "is_active": true, "tags": [], "created_at": "2022-06-24T13:34:03.215695", "updated_at": "2022-06-24T13:34:03.215701", "owner_shortname": "dmart", "payload": {"content_type": "json", "body": "meta_schema.json"}}
@@ -0,0 +1,14 @@
1
+ {
2
+ "uuid": "6ac3092c-b43d-4db1-8b76-0c6ee47a2ce9",
3
+ "shortname": "metafile",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2023-05-07T13:34:03.215695",
7
+ "updated_at": "2023-05-07T13:34:03.215701",
8
+ "owner_shortname": "dmart",
9
+ "payload": {
10
+ "content_type": "json",
11
+ "schema_shortname": "meta_schema",
12
+ "body": "metafile.json"
13
+ }
14
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "3fc0fc55-1f4c-42cf-9ceb-d327f6706375", "shortname": "notification", "is_active": true, "tags": [], "created_at": "2022-09-22T10:41:18.953637", "updated_at": "2022-09-22T10:41:18.953642", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "notification.json", "last_validated": "2022-12-30T11:55:39.800777", "validation_status": "valid"}}
@@ -0,0 +1,10 @@
1
+ {
2
+ "uuid": "e5a98686-60af-40ce-8f19-5b80aff2b405",
3
+ "shortname": "ui_schema",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-10-18T13:41:50.681758",
7
+ "updated_at": "2022-10-18T13:41:50.681762",
8
+ "owner_shortname": "dmart",
9
+ "payload": { "content_type": "json", "checksum": "b5982b31a0553765d316285a371cd6fe3773f11c", "body": "ui_schema.json" }
10
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "type": "VerticalLayout",
3
+ "elements": [
4
+ {
5
+ "type": "Control",
6
+ "scope": "#/properties/on_space"
7
+ },
8
+ {
9
+ "type": "Control",
10
+ "scope": "#/properties/on_subpath"
11
+ },
12
+ {
13
+ "type": "Control",
14
+ "scope": "#/properties/entry_subpath"
15
+ },
16
+ {
17
+ "type": "Control",
18
+ "scope": "#/properties/on_action"
19
+ },
20
+ {
21
+ "type": "Control",
22
+ "scope": "#/properties/on_state"
23
+ },
24
+ {
25
+ "type": "Control",
26
+ "scope": "#/properties/priority",
27
+ "options": {
28
+ "format": "radio"
29
+ }
30
+ }
31
+ ]
32
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "1fc0fc75-1f4c-42cf-9ceb-d327f6706375", "shortname": "system_notification_request", "is_active": true, "tags": [], "created_at": "2022-09-22T10:41:18.953637", "updated_at": "2023-02-19T10:00:19.159031", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "system_notification_request.json", "last_validated": "2022-12-30T11:55:39.723817", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "2d902065-59af-47ca-84f2-3c19ebccc1ee", "shortname": "view", "is_active": true, "tags": [], "created_at": "2022-10-11T12:24:41.901359", "updated_at": "2022-10-11T12:24:41.901364", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "checksum": "9688f8258a7a476c4c0a32f1062362557f6f13a1", "body": "view.json", "last_validated": "2022-12-30T12:11:32.664221", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "ec28eceb-6529-4618-b0e1-a97e7edf964e", "shortname": "workflow", "is_active": true, "tags": [], "created_at": "2022-09-22T14:05:57.742434", "updated_at": "2022-09-22T14:05:57.742441", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "checksum": "d7e98fc8fbeda4f62f740e9eb820e30226ad1c07", "body": "workflow.json", "last_validated": "2022-12-30T12:11:32.776973", "validation_status": "valid"}}