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,30 @@
1
+ {
2
+ "uuid": "1ef1131f-53f7-45d8-9565-4c884b1eac71",
3
+ "shortname": "applications",
4
+ "is_active": true,
5
+ "displayname": {
6
+ "en": "Applications"
7
+ },
8
+ "tags": [],
9
+ "created_at": "2023-04-09T12:55:00.899747",
10
+ "updated_at": "2023-04-09T12:55:00.906988",
11
+ "owner_shortname": "dmart",
12
+ "root_registration_signature": "",
13
+ "primary_website": "",
14
+ "indexing_enabled": true,
15
+ "capture_misses": false,
16
+ "check_health": false,
17
+ "languages": [
18
+ "english"
19
+ ],
20
+ "icon": "",
21
+ "mirrors": [],
22
+ "hide_folders": [],
23
+ "hide_space": true,
24
+ "active_plugins": [
25
+ "action_log",
26
+ "redis_db_update",
27
+ "system_notification_sender"
28
+ ],
29
+ "ordinal": 1
30
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "aacdb0b5-6828-4704-b324-277c7d55ee2d", "shortname": "api", "is_active": true, "displayname": {"en": "Api"}, "tags": [], "created_at": "2022-11-17T13:35:52.537017", "updated_at": "2023-04-09T14:14:31.976150", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "api.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "2a9ce86e-704b-4921-9cc9-9217b02813e8", "shortname": "query_all_applications", "is_active": true, "tags": [], "created_at": "2023-03-19T14:13:40.738590", "updated_at": "2023-03-19T14:13:40.738605", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_all_applications.json", "last_validated": "2023-05-04T22:55:48.508212", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "c8b9bfc9-bd59-49a3-99ee-adb7734c1f1e", "shortname": "warframe", "is_active": true, "tags": [], "created_at": "2023-03-19T19:44:31.224511", "updated_at": "2023-03-19T19:44:31.224514", "owner_shortname": "dmart", "payload": {"content_type": "image", "checksum": "0b804f29add4fa90f4aeabf4a6110bbd806540d4", "body": "warframe.png"}}
@@ -0,0 +1 @@
1
+ {"uuid": "43e753d4-b366-40c7-ae1b-cef61e74df2c", "shortname": "test_by_saad", "is_active": false, "tags": [], "created_at": "2023-01-15T11:03:05.649580", "updated_at": "2023-01-15T11:03:05.649630", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "test_by_saad.json", "last_validated": "2023-05-04T22:55:48.511531", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "96462d90-9539-4836-9e6b-cd725577c490", "shortname": "user_profile", "is_active": true, "tags": [], "created_at": "2022-11-25T12:04:01.147266", "updated_at": "2022-11-25T15:00:18.533086", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "user_profile.json", "last_validated": "2023-05-04T22:55:48.504602", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "9e2496b3-968d-4e94-a06e-3a200baa3371", "shortname": "create_log", "is_active": true, "tags": [], "created_at": "2023-03-20T08:46:26.282663", "updated_at": "2023-03-20T08:46:26.282678", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_log.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "981a6cdc-d11b-4084-978e-c328376d41bf", "shortname": "create_public_logs", "is_active": true, "tags": [], "created_at": "2023-03-20T08:52:04.943089", "updated_at": "2023-03-20T08:52:04.943105", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_public_logs.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "e6833aa1-5b45-4a61-839f-6803dd6992c4", "shortname": "applications", "is_active": true, "tags": [], "created_at": "2023-03-19T13:57:48.713045", "updated_at": "2023-03-19T13:57:48.713063", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "applications.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "2a9ce86e-704b-4921-9cc9-9217b02813e9", "shortname": "query_all_translated_data", "is_active": true, "tags": [], "created_at": "2023-03-19T14:13:40.738590", "updated_at": "2023-03-19T14:13:40.738605", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_all_translated_data.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "5eac4337-90d2-46e0-926e-50a776e0dedc", "shortname": "query_logs", "is_active": true, "tags": [], "created_at": "2023-03-20T08:50:54.826428", "updated_at": "2023-03-20T08:50:54.826444", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_logs.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "f110f6be-0ab6-4ae5-bf0c-bc6137ea9927", "shortname": "query_translated_enums", "is_active": true, "tags": [], "created_at": "2023-03-19T14:14:04.081672", "updated_at": "2023-03-19T14:14:04.081686", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_enums.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "0fd8e28b-ef1b-4692-936a-011c74a1eb97", "shortname": "query_translated_others", "is_active": true, "tags": [], "created_at": "2023-03-19T14:14:14.262534", "updated_at": "2023-03-19T14:14:14.262548", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_others.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "ea3a2f29-7f2e-4ab9-882e-a7e7424aa4af", "shortname": "query_translated_resolution", "is_active": true, "tags": [], "created_at": "2023-03-19T14:15:25.457660", "updated_at": "2023-03-19T14:15:25.457675", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "query_translated_resolution.json"}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/request", "verb": "post", "request_body": {"space_name": "applications", "request_type": "create", "records": [{"resource_type": "content", "subpath": "logs", "shortname": "auto", "attributes": {"is_active": true, "payload": {"schema_shortname": "log", "content_type": "json", "body": {"version": "11.1.1", "language": "arabic", "environment": "android", "attributes": {"test": "test"}, "error": {"error": "test"}, "context": {"error": "test"}, "user_agent": "7869202744", "ip_address": "12.272.27542", "request": {"headers": {}, "body": {}}, "response": {"headers": {}, "body": {}}}}}}]}}
@@ -0,0 +1 @@
1
+ {"end_point": "https://pos.iq.zain.com/dmart/public/submit/applications/log/logs", "verb": "post", "request_body": {"version": "11.1.1", "language": "arabic", "environment": "ios", "attributes": {"test": "test"}, "error": {"error": "test"}, "context": {"error": "test"}, "user_agent": "7869202744", "ip_address": "12.272.27542", "request": {"headers": {}, "body": {}}, "response": {"headers": {}, "body": {}}}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/query", "verb": "post", "request_body": {"retrieve_json_payload": true, "search": "", "space_name": "applications", "type": "search", "resource_type": "content", "subpath": "/logs"}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/enums", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/others", "filter_types": ["content"], "retrieve_json_payload": true, "search": "", "limit": 100}}
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/query", "verb": "post", "request_body": {"type": "search", "space_name": "applications", "subpath": "/translations/resolution_reasons", "filter_types": ["content"], "retrieve_json_payload": true, "search": ""}}
@@ -0,0 +1 @@
1
+ {"shortname_title": "applications", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["api"]}
@@ -0,0 +1 @@
1
+ {"uuid": "9fb6fcce-0159-4b75-8f18-c533d3c5f9c4", "shortname": "create_subaccount", "is_active": true, "tags": [], "created_at": "2023-03-19T16:00:11.120433", "updated_at": "2023-03-19T16:00:11.120449", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "create_subaccount.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "7339a05d-8d1e-4f37-8596-48ef6391439c", "shortname": "management", "is_active": true, "tags": [], "created_at": "2023-03-15T15:45:12.549934", "updated_at": "2023-03-15T15:45:12.549951", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "management.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "3d54354f-799f-4bce-acd4-6a7cef197831", "shortname": "update_password", "is_active": true, "tags": [], "created_at": "2023-03-20T09:59:19.836179", "updated_at": "2023-03-20T09:59:19.836194", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "update_password.json"}}
@@ -0,0 +1,53 @@
1
+ {
2
+ "end_point": "/managed/request",
3
+ "verb": "post",
4
+ "request_body": {
5
+ "space_name": "management",
6
+ "request_type": "create",
7
+ "records": [
8
+ {
9
+ "resource_type": "user",
10
+ "subpath": "/users",
11
+ "attributes": {
12
+ "roles": [
13
+ "zain_lite"
14
+ ],
15
+ "groups": [],
16
+ "email": "testuser11@gmail.com",
17
+ "msisdn": "7896585700",
18
+ "language": "arabic",
19
+ "displayname": {
20
+ "en": "name",
21
+ "ar": "name",
22
+ "ku": "name"
23
+ },
24
+ "is_active": true,
25
+ "payload": {
26
+ "schema_shortname": "pos_profile",
27
+ "body": {
28
+ "nationality": "AZ",
29
+ "mothers_name": "test",
30
+ "date_of_birth": "1999-02-02",
31
+ "channel_shortname": "",
32
+ "registration_id": "5",
33
+ "address": {
34
+ "governorate": {
35
+ "name": "duhook",
36
+ "sector": ""
37
+ },
38
+ "line": "",
39
+ "longitude": 42.895254,
40
+ "latitude": 37.132294
41
+ }
42
+ },
43
+ "content_type": "json"
44
+ },
45
+ "is_email_verified": true,
46
+ "is_msisdn_verified": true,
47
+ "password": ""
48
+ },
49
+ "shortname": "auto"
50
+ }
51
+ ]
52
+ }
53
+ }
@@ -0,0 +1 @@
1
+ {"end_point": "/managed/request", "verb": "post", "request_body": {"space_name": "management", "request_type": "update", "records": [{"resource_type": "user", "subpath": "users", "shortname": "bahaa_alla", "attributes": {"old_password": "Test1234", "password": "Test1234"}}]}}
@@ -0,0 +1 @@
1
+ {"shortname_title": "schema", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["api"]}
@@ -0,0 +1,15 @@
1
+ {
2
+ "end_point": "/managed/query",
3
+ "verb": "post",
4
+ "request_body": {
5
+ "type": "search",
6
+ "space_name": "applications",
7
+ "subpath": "/",
8
+ "filter_types": [
9
+ "content"
10
+ ],
11
+ "retrieve_json_payload": true,
12
+ "search": "",
13
+ "limit": 100
14
+ }
15
+ }
@@ -0,0 +1 @@
1
+ {"end_point": "/user/profile", "verb": "get"}
@@ -0,0 +1 @@
1
+ {"uuid": "fbf23835-7bc2-4563-a37e-f221e463cdc5", "shortname": "user", "is_active": true, "tags": [], "created_at": "2023-03-15T20:32:09.053064", "updated_at": "2023-03-16T12:51:10.655916", "owner_shortname": "dmart"}
@@ -0,0 +1 @@
1
+ {"uuid": "43e753d4-b366-40c7-ae2b-cef61e74df2c", "shortname": "test_by_saad", "is_active": false, "tags": [], "created_at": "2023-01-15T11:03:05.649580", "updated_at": "2023-01-15T11:03:05.649630", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "test_by_saad.json", "last_validated": "2022-12-30T11:55:39.822513", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "96462d90-9539-4836-9e7b-cd725577c490", "shortname": "user_profile", "is_active": true, "tags": [], "created_at": "2022-11-25T12:04:01.147266", "updated_at": "2022-11-25T15:00:18.533086", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "api", "body": "user_profile.json", "last_validated": "2022-12-30T11:55:39.822513", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"end_point": "/user/profile", "verb": "get"}
@@ -0,0 +1 @@
1
+ {"end_point": "/user/profile", "verb": "get"}
@@ -0,0 +1 @@
1
+ {"end_point": "/user/profile", "verb": "get"}
@@ -0,0 +1 @@
1
+ {"shortname_title": "API Name", "content_schema_shortnames": ["api"], "content_resource_types": ["content"], "index_attributes": [{"key": "shortname", "name": "name"}, {"key": "subpath", "name": "Sub path"}, {"key": "end_point", "name": "End point"}, {"key": "verb", "name": "Verb"}], "icon_closed": "", "icon_opened": "", "icon": "", "filter": [], "allow_create": true, "expand_children": true, "allow_update": true, "allow_delete": true, "use_media": false, "allow_csv": true, "append_subpath": "", "allow_view": true}
@@ -0,0 +1,19 @@
1
+ {
2
+ "uuid": "c23ba9d2-ae6a-4050-9f76-006ce63b0cdc",
3
+ "shortname": "collections",
4
+ "is_active": true,
5
+ "displayname": {
6
+ "en": "Collections",
7
+ "ar": "\u062a\u0634\u0643\u064a\u0644\u0627\u062a",
8
+ "ku": "collections"
9
+ },
10
+ "tags": [],
11
+ "created_at": "2022-10-31T10:39:12.459572",
12
+ "updated_at": "2023-08-17T03:57:47.026574",
13
+ "owner_shortname": "dmart",
14
+ "payload": {
15
+ "content_type": "json",
16
+ "schema_shortname": "folder_rendering",
17
+ "body": "collections.json"
18
+ }
19
+ }
@@ -0,0 +1 @@
1
+ {"shortname_title": "collections", "index_attributes": [{"key": "shortname", "name": "id"}, {"key": "schema_shortname", "name": "type"}, {"key": "displayname", "name": "name"}], "allow_create": false, "allow_update": false, "allow_delete": false, "use_media": false, "content_schema_shortnames": [], "expand_children": true, "icon": "BSICons508", "filter": [], "allow_view": true}
@@ -0,0 +1 @@
1
+ {"uuid": "5c7aabf8-2454-4446-a701-9ddd20d222d6", "shortname": "configurations", "is_active": true, "tags": [], "created_at": "2023-02-27T15:13:07.854234", "updated_at": "2023-02-28T12:59:45.664889", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "configurations.json", "last_validated": "2023-05-04T22:55:48.527192", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"items": [{"key": "time_out", "value": ["less than 1 min"]}]}
@@ -0,0 +1,19 @@
1
+ {
2
+ "shortname_title": "configurations",
3
+ "index_attributes": [
4
+ {
5
+ "key": "shortname",
6
+ "name": "name"
7
+ }
8
+ ],
9
+ "allow_create": true,
10
+ "allow_update": true,
11
+ "allow_delete": true,
12
+ "use_media": true,
13
+ "content_schema_shortnames": [
14
+ "configuration"
15
+ ],
16
+ "content_resource_types": [
17
+ "content"
18
+ ]
19
+ }
@@ -0,0 +1 @@
1
+ {"shortname_title": "errors", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["error"]}
@@ -0,0 +1 @@
1
+ {"uuid": "97908d66-7a34-4058-b4fe-3a052a1ff38a", "shortname": "logs", "is_active": true, "displayname": {"en": "Logs"}, "tags": [], "created_at": "2022-11-17T13:35:52.537017", "updated_at": "2023-04-09T14:14:31.976150", "owner_shortname": "dmart"}
@@ -0,0 +1 @@
1
+ {"shortname_title": "API Name", "content_schema_shortnames": ["log"], "content_resource_types": ["content"], "index_attributes": [{"key": "shortname", "name": "name"}, {"key": "language", "name": "language"}, {"key": "environment", "name": "environment"}], "icon_closed": "", "icon_opened": "", "icon": "", "filter": [], "allow_create": true, "expand_children": false, "allow_update": true, "allow_delete": true, "use_media": false, "allow_csv": false, "append_subpath": "", "allow_view": true}
@@ -0,0 +1 @@
1
+ {"uuid": "c8725e1c-14b0-4d95-acd7-9d1bf729b11e", "shortname": "queries", "is_active": true, "tags": [], "created_at": "2023-01-19T16:30:20.845395", "updated_at": "2023-01-23T13:20:15.395569", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "queries.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "60b902b7-0573-45d6-b8c5-7e12bbc896a6", "shortname": "order", "is_active": true, "tags": [], "created_at": "2023-01-23T13:29:32.107531", "updated_at": "2023-01-23T13:29:32.107585", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "query", "body": "order.json", "last_validated": "2023-01-24T09:55:07.030051", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"filter_types": ["ticket"], "filter_schema_names": ["order"], "limit": 10, "offset": 0, "retrieve_json_payload": true, "search": "", "space_name": "ordering", "query_subpath": "/orders", "type": "search", "sort_by": "updated_at", "sort_type": "descending"}
@@ -0,0 +1 @@
1
+ {"shortname_title": "saved_queries", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["query"], "filter": []}
@@ -0,0 +1 @@
1
+ {"uuid": "c74f1c9b-49c9-49ee-9b3b-9f25d2ed074c", "shortname": "api", "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": "api.json", "last_validated": "2022-12-30T11:55:39.691929", "validation_status": "valid"}}
@@ -0,0 +1 @@
1
+ {"uuid": "83b67abd-9042-4947-854f-33adbe6a78ed", "shortname": "configuration", "is_active": false, "tags": [], "created_at": "2023-02-28T12:11:31.751374", "updated_at": "2023-02-28T12:11:31.751390", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "configuration.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "14b9e8f6-54b0-4874-8d30-17366e6a2cdf", "shortname": "error", "is_active": false, "tags": [], "created_at": "2023-03-12T11:53:12.870469", "updated_at": "2023-03-12T11:53:12.870483", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "error.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "424113a3-5533-4688-9343-bc17719f78c1", "shortname": "log", "is_active": true, "tags": [], "created_at": "2023-02-27T16:02:03.505370", "updated_at": "2023-07-27T11:39:41.976184", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "meta_schema", "body": "log.json"}}
@@ -0,0 +1 @@
1
+ {"uuid": "3e138cd7-17e2-4d82-b18f-20d071ae2ac6", "shortname": "schema", "is_active": true, "tags": [], "created_at": "2023-02-27T15:14:28.883942", "updated_at": "2023-02-27T16:33:05.829163", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "schema.json"}}
@@ -0,0 +1,16 @@
1
+ {
2
+ "uuid": "1be17d0d-2eb0-41e4-8565-6a606257d28c",
3
+ "shortname": "query",
4
+ "is_active": true,
5
+ "tags": [],
6
+ "created_at": "2023-01-22T14:05:57.742434",
7
+ "updated_at": "2023-01-22T14:05:57.742441",
8
+ "owner_shortname": "dmart",
9
+ "payload": {
10
+ "content_type": "json",
11
+ "schema_shortname": "meta_schema",
12
+ "body": "query.json",
13
+ "last_validated": "2022-12-30T12:11:32.546522",
14
+ "validation_status": "valid"
15
+ }
16
+ }
@@ -0,0 +1 @@
1
+ {"uuid": "44b16498-d3dd-4751-b459-e2e83c53f50f", "shortname": "translation", "is_active": true, "tags": [], "created_at": "2023-02-28T07:44:52.226274", "updated_at": "2023-02-28T07:45:25.727270", "owner_shortname": "dmart", "payload": {"content_type": "json", "body": "translation.json"}}
@@ -0,0 +1,28 @@
1
+ {
2
+ "title": "Api Schema",
3
+ "description": "Api debug schema",
4
+ "type": "object",
5
+ "additionalProperties": true,
6
+ "properties": {
7
+ "end_point": {
8
+ "title": "end_point",
9
+ "description": "The api base url",
10
+ "type": "string"
11
+ },
12
+ "verb": {
13
+ "title": "verb",
14
+ "description": "The Api http verb",
15
+ "type": "string",
16
+ "enum": ["post", "get", "patch", "delete","put"]
17
+ },
18
+ "request_body": {
19
+ "title": "request_body",
20
+ "description" : "JSON request body",
21
+ "type": "object"
22
+ }
23
+ },
24
+ "required": [
25
+ "end_point",
26
+ "verb"
27
+ ]
28
+ }
@@ -0,0 +1 @@
1
+ {"type": "object", "title": "title", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": ["object", "string","boolean","number", "array"]}}}}}}
@@ -0,0 +1,43 @@
1
+ {
2
+ "type": "object",
3
+ "title": "title",
4
+ "properties": {
5
+ "errors": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "object",
9
+ "properties": {
10
+ "code": {
11
+ "type": "integer"
12
+ },
13
+ "type": {
14
+ "type": "string"
15
+ },
16
+ "key": {
17
+ "type": "string"
18
+ },
19
+ "ar": {
20
+ "type": "string"
21
+ },
22
+ "en": {
23
+ "type": "string"
24
+ },
25
+ "ku": {
26
+ "type": "string"
27
+ }
28
+ },
29
+ "required": [
30
+ "code",
31
+ "type",
32
+ "key",
33
+ "ar",
34
+ "en",
35
+ "ku"
36
+ ]
37
+ }
38
+ }
39
+ },
40
+ "required": [
41
+ "errors"
42
+ ]
43
+ }
@@ -0,0 +1 @@
1
+ {"type": "object", "title": "log", "properties": {"version": {"type": "string", "description": "", "title": ""}, "language": {"type": "string", "description": "", "title": ""}, "environment": {"type": "string", "enum": ["android", "ios", "web"], "description": "", "title": ""}, "attributes": {"type": "object", "properties": {}, "description": "", "title": ""}, "error": {"type": "object", "properties": {}, "description": "", "title": ""}, "context": {"type": "object", "properties": {}, "required": [], "description": "", "title": ""}, "user_agent": {"type": "string", "description": "", "title": ""}, "ip_address": {"type": "string", "description": "", "title": ""}, "request": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "description": "", "title": ""}, "body": {"type": "object", "properties": {}, "description": "", "title": ""}}, "required": [], "description": "", "title": ""}, "response": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "description": "", "title": ""}, "body": {"type": "object", "properties": {}, "description": "", "title": ""}}, "required": [], "description": "", "title": ""}}, "required": [], "description": ""}
@@ -0,0 +1,118 @@
1
+ {
2
+ "title": "Report",
3
+ "type": "object",
4
+ "required": [],
5
+ "properties": {
6
+ "type": {
7
+ "title": "Query Type",
8
+ "type": "string",
9
+ "default": "search"
10
+ },
11
+ "space_name": {
12
+ "title": "Space Name",
13
+ "type": "string",
14
+ "default": "aftersales"
15
+ },
16
+ "query_subpath": {
17
+ "title": "Subpath",
18
+ "type": "string"
19
+ },
20
+ "filter_schema_names": {
21
+ "title": "Filter Schema Names",
22
+ "type": "array",
23
+ "items": {
24
+ "type": "string"
25
+ }
26
+ },
27
+ "filter_shortnames": {
28
+ "title": "Filter Shortnames",
29
+ "type": "array",
30
+ "items": {
31
+ "type": "string"
32
+ }
33
+ },
34
+ "filter_types": {
35
+ "title": "Filter Resource Type",
36
+ "type": "array",
37
+ "items": {
38
+ "type": "string",
39
+ "enum": [
40
+ "user",
41
+ "group",
42
+ "folder",
43
+ "schema",
44
+ "content",
45
+ "acl",
46
+ "comment",
47
+ "media",
48
+ "locator",
49
+ "relationship",
50
+ "alteration",
51
+ "history",
52
+ "space",
53
+ "permission",
54
+ "role",
55
+ "ticket",
56
+ "plugin_wrapper"
57
+ ]
58
+ }
59
+ },
60
+ "filter_tags": {
61
+ "title": "Filter Tags",
62
+ "type": "array",
63
+ "items": {
64
+ "type": "string"
65
+ }
66
+ },
67
+ "exclude_fields": {
68
+ "title": "Exclude Fields",
69
+ "type": "array",
70
+ "items": {
71
+ "type": "string"
72
+ }
73
+ },
74
+ "include_fields": {
75
+ "title": "Include Fields",
76
+ "type": "array",
77
+ "items": {
78
+ "type": "string"
79
+ }
80
+ },
81
+ "search": {
82
+ "title": "Redis Search String",
83
+ "type": "string"
84
+ },
85
+ "highlight_fields": {
86
+ "title": "Highlight Fields",
87
+ "type": "object",
88
+ "properties": {}
89
+ },
90
+ "offset": {
91
+ "title": "Offset",
92
+ "type": "integer"
93
+ },
94
+ "limit": {
95
+ "title": "Limit",
96
+ "type": "integer"
97
+ },
98
+ "retrieve_json_payload": {
99
+ "type": "boolean"
100
+ },
101
+ "retrieve_attachments": {
102
+ "type": "boolean",
103
+ "title": "Retrieve Attachments"
104
+ },
105
+ "sort_by": {
106
+ "title": "Sort By",
107
+ "type": "string"
108
+ },
109
+ "sort_type": {
110
+ "title": "Sort Type",
111
+ "type": "string",
112
+ "enum": [
113
+ "ascending",
114
+ "descending"
115
+ ]
116
+ }
117
+ }
118
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "type": "object",
3
+ "title": "title",
4
+ "properties": {
5
+ "items": {
6
+ "type": "array",
7
+ "items": {
8
+ "type": "object",
9
+ "properties": {
10
+ "key": {
11
+ "type": "string"
12
+ },
13
+ "en": {
14
+ "type": "string"
15
+ },
16
+ "ar": {
17
+ "type": "string"
18
+ },
19
+ "ku": {
20
+ "type": "string"
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }
26
+ }
@@ -0,0 +1 @@
1
+ {"shortname_title": "schema", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_resource_types": ["schema"]}
@@ -0,0 +1 @@
1
+ {"uuid": "120ebe81-d5c4-49c5-8051-02049229a6e2", "shortname": "translations", "is_active": true, "tags": [], "created_at": "2023-02-27T15:11:30.204623", "updated_at": "2023-03-18T14:21:11.514700", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "translations.json"}}
@@ -0,0 +1 @@
1
+ {"shortname_title": "translations", "index_attributes": [{"key": "shortname", "name": "name"}], "allow_create": true, "allow_update": true, "allow_delete": true, "use_media": true, "content_schema_shortnames": ["translation", "error"], "content_resource_types": ["content"], "filter": [], "expand_children": true, "allow_view": true}