dmart 1.4.40.post6__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 (207) hide show
  1. dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
  2. dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
  3. dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
  4. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
  5. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
  6. dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
  7. dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
  8. dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
  9. dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
  10. dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
  11. dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
  12. dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
  13. dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
  14. dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
  15. dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
  16. dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
  17. dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
  18. dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
  19. dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
  20. dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
  21. dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
  22. dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
  23. dmart/sample/spaces/applications/api/applications.json +1 -0
  24. dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
  25. dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
  26. dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
  27. dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
  28. dmart/sample/spaces/applications/api/management/update_password.json +1 -0
  29. dmart/sample/spaces/applications/api/management.json +1 -0
  30. dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
  31. dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
  32. dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
  33. dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
  34. dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
  35. dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
  36. dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
  37. dmart/sample/spaces/applications/api/user_profile.json +1 -0
  38. dmart/sample/spaces/applications/api.json +1 -0
  39. dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
  40. dmart/sample/spaces/applications/collections.json +1 -0
  41. dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
  42. dmart/sample/spaces/applications/configurations/time_out.json +1 -0
  43. dmart/sample/spaces/applications/configurations.json +19 -0
  44. dmart/sample/spaces/applications/errors.json +1 -0
  45. dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
  46. dmart/sample/spaces/applications/logs.json +1 -0
  47. dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
  48. dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
  49. dmart/sample/spaces/applications/queries/order.json +1 -0
  50. dmart/sample/spaces/applications/queries.json +1 -0
  51. dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
  52. dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
  53. dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
  54. dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
  55. dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
  56. dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
  57. dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
  58. dmart/sample/spaces/applications/schema/api.json +28 -0
  59. dmart/sample/spaces/applications/schema/configuration.json +1 -0
  60. dmart/sample/spaces/applications/schema/error.json +43 -0
  61. dmart/sample/spaces/applications/schema/log.json +1 -0
  62. dmart/sample/spaces/applications/schema/query.json +118 -0
  63. dmart/sample/spaces/applications/schema/translation.json +26 -0
  64. dmart/sample/spaces/applications/schema.json +1 -0
  65. dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
  66. dmart/sample/spaces/applications/translations.json +1 -0
  67. dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
  68. dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
  69. dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
  70. dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
  71. dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
  72. dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
  73. dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
  74. dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
  75. dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
  76. dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
  77. dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
  78. dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
  79. dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
  80. dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
  81. dmart/sample/spaces/management/.dm/events.jsonl +32 -0
  82. dmart/sample/spaces/management/.dm/meta.space.json +48 -0
  83. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
  84. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
  85. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
  86. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
  87. dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
  88. dmart/sample/spaces/management/collections.json +1 -0
  89. dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
  90. dmart/sample/spaces/management/groups.json +1 -0
  91. dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
  92. dmart/sample/spaces/management/health_check.json +1 -0
  93. dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
  94. dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
  95. dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
  96. dmart/sample/spaces/management/notifications.json +1 -0
  97. dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
  98. dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
  99. dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
  100. dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
  101. dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
  102. dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
  103. dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
  104. dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
  105. dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
  106. dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
  107. dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
  108. dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
  109. dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
  110. dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
  111. dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
  112. dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
  113. dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
  114. dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
  115. dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
  116. dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
  117. dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
  118. dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
  119. dmart/sample/spaces/management/permissions.json +1 -0
  120. dmart/sample/spaces/management/requests.json +1 -0
  121. dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
  122. dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
  123. dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
  124. dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
  125. dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
  126. dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
  127. dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
  128. dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
  129. dmart/sample/spaces/management/roles.json +1 -0
  130. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
  131. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
  132. dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
  133. dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
  134. dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
  135. dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
  136. dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
  137. dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
  138. dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
  139. dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
  140. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
  141. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
  142. dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
  143. dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
  144. dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
  145. dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
  146. dmart/sample/spaces/management/schema/api.json +1 -0
  147. dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
  148. dmart/sample/spaces/management/schema/health_check.json +8 -0
  149. dmart/sample/spaces/management/schema/meta_schema.json +74 -0
  150. dmart/sample/spaces/management/schema/metafile.json +153 -0
  151. dmart/sample/spaces/management/schema/notification.json +28 -0
  152. dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
  153. dmart/sample/spaces/management/schema/view.json +23 -0
  154. dmart/sample/spaces/management/schema/workflow.json +87 -0
  155. dmart/sample/spaces/management/schema.json +1 -0
  156. dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
  157. dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
  158. dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
  159. dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
  160. dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
  161. dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
  162. dmart/sample/spaces/management/workflows/channel.json +148 -0
  163. dmart/sample/spaces/management/workflows.json +1 -0
  164. dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
  165. dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
  166. dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
  167. dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
  168. dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
  169. dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
  170. dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
  171. dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
  172. dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
  173. dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
  174. dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
  175. dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
  176. dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
  177. dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
  178. dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
  179. dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
  180. dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
  181. dmart/sample/test/.gitignore +2 -0
  182. dmart/sample/test/createcontent.json +9 -0
  183. dmart/sample/test/createmedia.json +9 -0
  184. dmart/sample/test/createmedia_entry.json +6 -0
  185. dmart/sample/test/createschema.json +8 -0
  186. dmart/sample/test/createschemawork.json +11 -0
  187. dmart/sample/test/createticket.json +13 -0
  188. dmart/sample/test/data.json +4 -0
  189. dmart/sample/test/deletecontent.json +12 -0
  190. dmart/sample/test/logo.jpeg +0 -0
  191. dmart/sample/test/my.jpg +0 -0
  192. dmart/sample/test/myticket.json +23 -0
  193. dmart/sample/test/resources.csv +12 -0
  194. dmart/sample/test/schema.json +16 -0
  195. dmart/sample/test/temp.json +1 -0
  196. dmart/sample/test/test.dmart +45 -0
  197. dmart/sample/test/ticket_schema.json +23 -0
  198. dmart/sample/test/ticket_workflow.json +85 -0
  199. dmart/sample/test/ticketbody.json +4 -0
  200. dmart/sample/test/ticketcontent.json +14 -0
  201. dmart/sample/test/updatecontent.json +20 -0
  202. dmart/sample/test/workflow_schema.json +68 -0
  203. {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
  204. {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/RECORD +207 -5
  205. {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
  206. {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
  207. {dmart-1.4.40.post6.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,24 @@
1
+ {
2
+ "uuid": "99416138-a1fe-4fea-bb97-72ce30a5e2bf",
3
+ "shortname": "create_log",
4
+ "is_active": true,
5
+ "displayname": {"en":"create log", "ar":"create log", "ku":"create 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
+ ],
18
+ "actions": [
19
+ "create"
20
+
21
+ ],
22
+
23
+ "conditions": []
24
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "ae7aba63-ab15-4087-87eb-851661e280f0", "shortname": "interviewer", "is_active": true, "displayname": {"en": "interviewer ", "ar": "interviewer", "ku": "interviewer "}, "tags": [], "created_at": "2023-04-25T15:47:02.124916", "updated_at": "2023-05-04T08:45:45.630994", "owner_shortname": "dmart", "subpaths": {"hr": ["/candidates"]}, "resource_types": ["alteration", "content", "history", "folder", "ticket", "comment", "media"], "actions": ["update", "view", "query", "create"], "conditions": [], "restricted_fields": [], "allowed_fields_values": {}}
@@ -0,0 +1 @@
1
+ {"uuid": "cee91f90-8608-4235-a8fe-12f08ba565db", "shortname": "manage_applications", "is_active": true, "displayname": {"en": "manage_application", "ar": "manage_application", "ku": "manage_application"}, "tags": [], "created_at": "2023-07-27T16:59:56.498773", "updated_at": "2023-07-27T17:03:58.271768", "owner_shortname": "dmart", "subpaths": {"applications": ["configuration", "translations", "api"]}, "resource_types": ["folder", "media", "comment", "locator", "ticket", "json", "content", "alteration"], "actions": ["update", "delete"], "conditions": [], "restricted_fields": [], "allowed_fields_values": {}}
@@ -0,0 +1,25 @@
1
+ {
2
+ "uuid": "314127a2-eb6b-405c-b58d-4bcc0730add2",
3
+ "shortname": "manage_debug",
4
+ "is_active": true,
5
+ "displayname": {"en":"manage debug", "ar":"manage debug", "ku":"manage debug"},
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
+ "debug": [
12
+ "/logs"
13
+ ]
14
+ },
15
+ "resource_types": [
16
+ "content"
17
+ ],
18
+ "actions": [
19
+ "attach",
20
+ "view",
21
+ "query"
22
+ ],
23
+
24
+ "conditions": []
25
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "uuid": "b3737e43-69d3-4a1e-b04e-c9096bd1e95c",
3
+ "shortname": "manage_spaces",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2022-09-27T14:19:40.290461",
7
+ "updated_at": "2022-09-27T14:26:32.446144",
8
+ "owner_shortname": "dmart",
9
+ "subpaths": {
10
+ "__all_spaces__": [
11
+ "__all_subpaths__"
12
+ ]
13
+ },
14
+ "resource_types": [
15
+ "space"
16
+ ],
17
+ "actions": [
18
+ "view",
19
+ "create",
20
+ "update",
21
+ "delete"
22
+ ],
23
+ "conditions": []
24
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "e9686746-96e6-4c47-9c45-b1310c7927f2", "shortname": "permissions", "is_active": true, "tags": [], "created_at": "2022-08-23T07:44:36.399780", "updated_at": "2023-04-10T03:46:45.715671", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "permissions.json"}}
@@ -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
+ }