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.
- dmart/cxb/assets/{EntryRenderer-QpjKwgQI.js → EntryRenderer-Dl21Ysgp.js} +1 -1
- dmart/cxb/assets/{ListView-Cz-UZmqX.js → ListView-C_wRAfdT.js} +1 -1
- dmart/cxb/assets/{_module-CDkgIsM3.js → _module-Bm3T06xS.js} +1 -1
- dmart/cxb/assets/{_module-DvU-yewY.js → _module-MiGz5eGu.js} +1 -1
- dmart/cxb/assets/{index-CwevVSTS.js → index-BhQ5LUMe.js} +1 -1
- dmart/cxb/assets/{index-i_zxDl_u.js → index-CaAQl5Gz.js} +2 -2
- dmart/cxb/assets/{index-PIn1toui.js → index-Clz9NEW5.js} +1 -1
- dmart/cxb/assets/{index-B7TuVFro.js → index-De7lX1xZ.js} +1 -1
- dmart/cxb/assets/{index-PaDjlbgT.js → index-DfVT_WZY.js} +1 -1
- dmart/cxb/assets/{index-BeplzYRb.js → index-jNnn2ioU.js} +1 -1
- dmart/cxb/index.html +1 -1
- dmart/dmart.py +18 -3
- dmart/info.json +1 -1
- dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
- dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
- dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
- dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
- dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
- dmart/sample/spaces/applications/api/applications.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
- dmart/sample/spaces/applications/api/management/update_password.json +1 -0
- dmart/sample/spaces/applications/api/management.json +1 -0
- dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
- dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
- dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
- dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
- dmart/sample/spaces/applications/api/user_profile.json +1 -0
- dmart/sample/spaces/applications/api.json +1 -0
- dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
- dmart/sample/spaces/applications/collections.json +1 -0
- dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/configurations/time_out.json +1 -0
- dmart/sample/spaces/applications/configurations.json +19 -0
- dmart/sample/spaces/applications/errors.json +1 -0
- dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/logs.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
- dmart/sample/spaces/applications/queries/order.json +1 -0
- dmart/sample/spaces/applications/queries.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
- dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
- dmart/sample/spaces/applications/schema/api.json +28 -0
- dmart/sample/spaces/applications/schema/configuration.json +1 -0
- dmart/sample/spaces/applications/schema/error.json +43 -0
- dmart/sample/spaces/applications/schema/log.json +1 -0
- dmart/sample/spaces/applications/schema/query.json +118 -0
- dmart/sample/spaces/applications/schema/translation.json +26 -0
- dmart/sample/spaces/applications/schema.json +1 -0
- dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/applications/translations.json +1 -0
- dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
- dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
- dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
- dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
- dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
- dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
- dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
- dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
- dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
- dmart/sample/spaces/management/.dm/events.jsonl +32 -0
- dmart/sample/spaces/management/.dm/meta.space.json +48 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
- dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
- dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/collections.json +1 -0
- dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/groups.json +1 -0
- dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/health_check.json +1 -0
- dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
- dmart/sample/spaces/management/notifications.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
- dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
- dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
- dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
- dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
- dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
- dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
- dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
- dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
- dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
- dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
- dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
- dmart/sample/spaces/management/permissions.json +1 -0
- dmart/sample/spaces/management/requests.json +1 -0
- dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
- dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
- dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
- dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
- dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
- dmart/sample/spaces/management/roles.json +1 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
- dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
- dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
- dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
- dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
- dmart/sample/spaces/management/schema/api.json +1 -0
- dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
- dmart/sample/spaces/management/schema/health_check.json +8 -0
- dmart/sample/spaces/management/schema/meta_schema.json +74 -0
- dmart/sample/spaces/management/schema/metafile.json +153 -0
- dmart/sample/spaces/management/schema/notification.json +28 -0
- dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
- dmart/sample/spaces/management/schema/view.json +23 -0
- dmart/sample/spaces/management/schema/workflow.json +87 -0
- dmart/sample/spaces/management/schema.json +1 -0
- dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
- dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
- dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
- dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
- dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
- dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/management/workflows/channel.json +148 -0
- dmart/sample/spaces/management/workflows.json +1 -0
- dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
- dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
- dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
- dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
- dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
- dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
- dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
- dmart/sample/test/.gitignore +2 -0
- dmart/sample/test/createcontent.json +9 -0
- dmart/sample/test/createmedia.json +9 -0
- dmart/sample/test/createmedia_entry.json +6 -0
- dmart/sample/test/createschema.json +8 -0
- dmart/sample/test/createschemawork.json +11 -0
- dmart/sample/test/createticket.json +13 -0
- dmart/sample/test/data.json +4 -0
- dmart/sample/test/deletecontent.json +12 -0
- dmart/sample/test/logo.jpeg +0 -0
- dmart/sample/test/my.jpg +0 -0
- dmart/sample/test/myticket.json +23 -0
- dmart/sample/test/resources.csv +12 -0
- dmart/sample/test/schema.json +16 -0
- dmart/sample/test/temp.json +1 -0
- dmart/sample/test/test.dmart +45 -0
- dmart/sample/test/ticket_schema.json +23 -0
- dmart/sample/test/ticket_workflow.json +85 -0
- dmart/sample/test/ticketbody.json +4 -0
- dmart/sample/test/ticketcontent.json +14 -0
- dmart/sample/test/updatecontent.json +20 -0
- dmart/sample/test/workflow_schema.json +68 -0
- dmart/set_admin_passwd.py +3 -14
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
- dmart-1.4.40.post7.dist-info/RECORD +489 -0
- dmart-1.4.40.post5.dist-info/RECORD +0 -287
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
- {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{"resource":{"uuid":"692bffbb-04ef-4be1-a2ef-bf89860a9c50","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:24:19.612759","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
2
|
+
{"resource":{"uuid":"0e44b870-e104-4158-8a39-14f44a80ab8b","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:24:19.763301","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
3
|
+
{"resource":{"uuid":"2d4a1248-8b9e-42ec-8fb7-56e435526b89","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:33:37.293378","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
4
|
+
{"resource":{"uuid":"50751887-004b-40d6-8233-641e24df52d2","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:33:37.379302","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
5
|
+
{"resource":{"uuid":"10a5ae55-7aed-401c-b071-767dd78c7319","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:52.897990","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
6
|
+
{"resource":{"uuid":"e5dad3f6-bc9d-48d7-bdca-2390c3e8c97d","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:52.960324","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
7
|
+
{"resource":{"uuid":"10a5ae55-7aed-401c-b071-767dd78c7319","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:53.587347","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
8
|
+
{"resource":{"uuid":"e5dad3f6-bc9d-48d7-bdca-2390c3e8c97d","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:53.635545","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
9
|
+
{"resource":{"uuid":"982ff233-0c5b-4a17-8ffb-aa09be5c4a83","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:53.698832","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
10
|
+
{"resource":{"uuid":"7b467bd6-a367-4358-8027-562d41cd9db9","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:53.757682","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
11
|
+
{"resource":{"uuid":"982ff233-0c5b-4a17-8ffb-aa09be5c4a83","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:54.095525","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
12
|
+
{"resource":{"uuid":"7b467bd6-a367-4358-8027-562d41cd9db9","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:54.141638","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
13
|
+
{"resource":{"uuid":"bc139749-2fc1-4143-8d5a-ef34b5af55fd","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:54.206018","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
14
|
+
{"resource":{"uuid":"cecd42cd-aa01-446b-ac50-025797b7ae90","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:54.284631","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
15
|
+
{"resource":{"uuid":"bc139749-2fc1-4143-8d5a-ef34b5af55fd","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:54.739530","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
16
|
+
{"resource":{"uuid":"cecd42cd-aa01-446b-ac50-025797b7ae90","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:54.785151","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
17
|
+
{"resource":{"uuid":"a699c560-7439-4cc8-8937-d686c34914fc","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:54.850960","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
18
|
+
{"resource":{"uuid":"ee3ea152-8aa6-4730-8fb4-5ca31bb37b61","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:54.910843","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
19
|
+
{"resource":{"uuid":"a699c560-7439-4cc8-8937-d686c34914fc","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:55.741306","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
20
|
+
{"resource":{"uuid":"ee3ea152-8aa6-4730-8fb4-5ca31bb37b61","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:55.786577","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
21
|
+
{"resource":{"uuid":"e858f8e1-2414-4956-a9ff-3a46c38127ad","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:55.854039","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
22
|
+
{"resource":{"uuid":"60a3b637-b77b-483c-aea8-bae0e48bd451","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:55.923684","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
23
|
+
{"resource":{"uuid":"e858f8e1-2414-4956-a9ff-3a46c38127ad","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.100957","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
24
|
+
{"resource":{"uuid":"60a3b637-b77b-483c-aea8-bae0e48bd451","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.147927","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
25
|
+
{"resource":{"uuid":"4fd79028-2463-40c1-90d4-f8996606bd2e","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:56.213200","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
26
|
+
{"resource":{"uuid":"166c5961-47cc-4771-bcf9-0ba15f2a6427","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:56.273130","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
27
|
+
{"resource":{"uuid":"4fd79028-2463-40c1-90d4-f8996606bd2e","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.566010","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
28
|
+
{"resource":{"uuid":"166c5961-47cc-4771-bcf9-0ba15f2a6427","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.615319","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
29
|
+
{"resource":{"uuid":"a9c8d4e1-d9d8-49b2-8916-497698236f2d","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:56.682340","attributes":{"password":null,"email":"user1@example.com","msisdn":"1123456789","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"bot","roles":["manager","moderator"],"groups":[],"firebase_token":null,"language":"kurdish","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"5f8a64ce8356a5a6c9ef79e68a4dd35a0882407f","body":{"rating":"5","user_gender":"male","account_type":"business","is_subscribed":false,"account_number":100,"allowed_categories":["analytics","reviews"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"487","content-type":"application/json"}}}
|
|
30
|
+
{"resource":{"uuid":"948661b8-dd65-4594-95f9-e720ec60491e","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"create","timestamp":"2026-01-11T22:35:56.741794","attributes":{"password":null,"email":"user2@example.com","msisdn":"9876543210","locked_to_device":false,"is_email_verified":false,"is_msisdn_verified":false,"force_password_change":false,"type":"mobile","roles":["manager"],"groups":[],"firebase_token":null,"language":"english","google_id":null,"facebook_id":null,"social_avatar_url":null,"last_login":null,"notes":null,"payload":{"content_type":"json","content_sub_type":null,"schema_shortname":null,"client_checksum":null,"checksum":"a6fa77e06f4801869d385878b567e5c7f7f89509","body":{"x":{"y":{"z":5}},"rating":"4","user_gender":"female","account_type":"personal","is_subscribed":true,"account_number":200,"allowed_categories":["posts","edits"]}},"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"491","content-type":"application/json"}}}
|
|
31
|
+
{"resource":{"uuid":"a9c8d4e1-d9d8-49b2-8916-497698236f2d","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user1","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.854712","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
32
|
+
{"resource":{"uuid":"948661b8-dd65-4594-95f9-e720ec60491e","domain":null,"type":"user","space_name":"management","subpath":"/users","shortname":"user2","schema_shortname":null,"displayname":null,"description":null,"tags":["test_user"]},"user_shortname":"dmart","request":"delete","timestamp":"2026-01-11T22:35:56.902695","attributes":{"request_headers":{"host":"localhost","accept":"*/*","accept-encoding":"gzip, deflate, br","connection":"keep-alive","user-agent":"python-httpx/0.28.1","content-length":"142","content-type":"application/json"}}}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "69ab4e02-b9ce-41e4-ada4-1e0869ccdc8f",
|
|
3
|
+
"shortname": "management",
|
|
4
|
+
"is_active": false,
|
|
5
|
+
"displayname": {
|
|
6
|
+
"en": "Management",
|
|
7
|
+
"ar": "Management",
|
|
8
|
+
"ku": "Management"
|
|
9
|
+
},
|
|
10
|
+
"description": {
|
|
11
|
+
"en": "A management / sample space",
|
|
12
|
+
"ar": "A managment / sample space",
|
|
13
|
+
"ku": "A managment / sample space"
|
|
14
|
+
},
|
|
15
|
+
"tags": [],
|
|
16
|
+
"created_at": "2023-08-14T12:18:22.732102",
|
|
17
|
+
"updated_at": "2023-08-15T13:37:49.135334",
|
|
18
|
+
"owner_shortname": "dmart",
|
|
19
|
+
"root_registration_signature": "",
|
|
20
|
+
"primary_website": "https://dmart.cc",
|
|
21
|
+
"indexing_enabled": true,
|
|
22
|
+
"capture_misses": false,
|
|
23
|
+
"check_health": true,
|
|
24
|
+
"languages": [
|
|
25
|
+
"english"
|
|
26
|
+
],
|
|
27
|
+
"icon": "",
|
|
28
|
+
"mirrors": [],
|
|
29
|
+
"hide_folders": [
|
|
30
|
+
"schema",
|
|
31
|
+
"workflows",
|
|
32
|
+
"visits",
|
|
33
|
+
"health_check",
|
|
34
|
+
"collections",
|
|
35
|
+
"groups"
|
|
36
|
+
],
|
|
37
|
+
"active_plugins": [
|
|
38
|
+
"action_log",
|
|
39
|
+
"update_access_controls",
|
|
40
|
+
"system_notification_sender",
|
|
41
|
+
"admin_notification_sender",
|
|
42
|
+
"redis_db_update",
|
|
43
|
+
"reports_stats",
|
|
44
|
+
"realtime_updates_notifier",
|
|
45
|
+
"resource_folders_creation"
|
|
46
|
+
],
|
|
47
|
+
"ordinal": 1
|
|
48
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shortname": "admin",
|
|
3
|
+
"displayname": {
|
|
4
|
+
"en": "Admin"
|
|
5
|
+
},
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"key": "shortname",
|
|
9
|
+
"name": "Name"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"key": "priority",
|
|
13
|
+
"name": "Priority"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "status",
|
|
17
|
+
"name": "Status"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"key": "types",
|
|
21
|
+
"name": "Types"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"query": {
|
|
25
|
+
"type": "search",
|
|
26
|
+
"filter_schema_names": [
|
|
27
|
+
"admin_notification_request"
|
|
28
|
+
],
|
|
29
|
+
"filter_types": [
|
|
30
|
+
"content"
|
|
31
|
+
],
|
|
32
|
+
"search": "",
|
|
33
|
+
"sort_by": "created_at",
|
|
34
|
+
"sort_type": "descending"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "388b5f0f-4d0a-44f2-9146-b138092f5fa9", "shortname": "admin", "is_active": false, "tags": [], "created_at": "2022-11-30T14:31:44.450038", "updated_at": "2023-02-23T11:22:42.827386", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "view", "body": "admin.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "bc36fedd-00bf-48dc-9723-2ec8cf656706", "shortname": "system", "is_active": false, "tags": [], "created_at": "2022-11-30T14:31:44.450038", "updated_at": "2023-02-23T11:22:55.434664", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "view", "body": "system.json"}}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"shortname": "system",
|
|
3
|
+
"displayname": {
|
|
4
|
+
"en": "system"
|
|
5
|
+
},
|
|
6
|
+
"columns": [
|
|
7
|
+
{
|
|
8
|
+
"key": "shortname",
|
|
9
|
+
"name": "name"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"key": "priority",
|
|
13
|
+
"name": "Priority"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"key": "types",
|
|
17
|
+
"name": "Types"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"query": {
|
|
21
|
+
"type": "search",
|
|
22
|
+
"filter_schema_names": [
|
|
23
|
+
"system_notification_request"
|
|
24
|
+
],
|
|
25
|
+
"filter_types": [
|
|
26
|
+
"content"
|
|
27
|
+
],
|
|
28
|
+
"search": "",
|
|
29
|
+
"sort_by": "created_at",
|
|
30
|
+
"sort_type": "descending"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "cc675fbe-e11f-46b0-beb2-a7a473a2eeb6", "shortname": "collections", "is_active": true, "tags": [], "created_at": "2022-11-29T14:05:46.485769", "updated_at": "2023-08-14T12:27:07.997484", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "collections.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"shortname_title": "collections", "index_attributes": [{"key": "shortname", "name": "id"}, {"key": "schema_shortname", "name": "type"}, {"key": "displayname", "name": "name"}], "allow_create": true, "allow_update": false, "allow_delete": false, "use_media": false, "content_schema_shortnames": ["channel"], "expand_children": true, "icon": "BSICons508", "filter": [], "content_resource_types": ["content"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "74f1766d-e00f-43ec-9b50-161075528d72", "shortname": "groups", "is_active": true, "tags": [], "created_at": "2022-08-23T07:44:36.399780", "updated_at": "2023-04-10T03:47:17.396214", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "groups.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"shortname_title": "Group Shortname", "content_schema_shortnames": [], "index_attributes": [{"key": "shortname", "name": "Name"}, {"key": "members[0]", "name": "Members"}], "allow_create": false, "allow_update": false, "allow_delete": false, "use_media": false, "filter": [], "allow_view": true}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "f299801d-b889-450c-aa22-c8c5d1ea46fe", "shortname": "health_check", "is_active": true, "tags": [], "created_at": "2023-02-27T15:13:07.854234", "updated_at": "2023-07-26T12:44:50.587168", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "health_check.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"enable_pdf_schema_shortnames": [], "content_schema_shortnames": [], "content_resource_types": [], "workflow_shortnames": [], "index_attributes": [{"key": "shortname", "name": "name"}], "search_columns": [], "filter": [], "shortname_title": "", "icon_closed": "", "icon_opened": "", "icon": "", "allow_create_category": false, "expand_children": false, "allow_create": false, "disable_filter": false, "allow_update": false, "allow_delete": false, "allow_view": false, "use_media": false, "allow_csv": false, "append_subpath": "", "sort_by": "created_at", "sort_type": "ascending", "query": {"search": "", "type": "search"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"uuid": "7fd0516b-66f9-468c-9b61-84c51436403b", "shortname": "notifications", "is_active": true, "tags": [], "created_at": "2022-10-27T09:16:30.630284", "updated_at": "2023-04-03T11:50:16.379641", "owner_shortname": "dmart", "payload": {"content_type": "json", "schema_shortname": "folder_rendering", "body": "notifications.json"}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"shortname_title": "ID", "index_attributes": [{"key": "shortname", "name": "Shortname"}, {"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": true, "allow_delete": true, "use_media": false, "content_schema_shortnames": ["system_notification_request", "admin_notification_request"], "expand_children": false, "filter": [], "allow_csv": false, "allow_create_category": false, "allow_upload_csv": false, "content_resource_types": ["content"], "icon": "BSICons140", "allow_view": false, "search_columns": [{"key": "shortname", "name": "username"}, {"key": "on_subpath", "name": "On Subpath"}]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "5263ff50-b7fb-436c-b03d-ba1063890022",
|
|
3
|
+
"shortname": "access_applications",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2023-03-14T14:48:22.074676",
|
|
7
|
+
"updated_at": "2023-03-14T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"applications": [
|
|
11
|
+
"configuration",
|
|
12
|
+
"translations",
|
|
13
|
+
"api"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"resource_types": [
|
|
17
|
+
"media",
|
|
18
|
+
"content",
|
|
19
|
+
"locator",
|
|
20
|
+
"ticket",
|
|
21
|
+
"folder",
|
|
22
|
+
"comment",
|
|
23
|
+
"alteration",
|
|
24
|
+
"json"
|
|
25
|
+
],
|
|
26
|
+
"actions": [
|
|
27
|
+
"query",
|
|
28
|
+
"view"
|
|
29
|
+
],
|
|
30
|
+
"conditions": []
|
|
31
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "7284b15f-acb3-419c-8611-d487da9f03d4",
|
|
3
|
+
"shortname": "access_applications_world",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2023-03-14T14:48:22.074676",
|
|
7
|
+
"updated_at": "2023-03-14T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"applications": [
|
|
11
|
+
"translations",
|
|
12
|
+
"collections",
|
|
13
|
+
"configurations"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"resource_types": [
|
|
17
|
+
"media",
|
|
18
|
+
"content",
|
|
19
|
+
"locator",
|
|
20
|
+
"ticket",
|
|
21
|
+
"folder",
|
|
22
|
+
"comment",
|
|
23
|
+
"alteration",
|
|
24
|
+
"json"
|
|
25
|
+
],
|
|
26
|
+
"actions": [
|
|
27
|
+
"query",
|
|
28
|
+
"view"
|
|
29
|
+
],
|
|
30
|
+
"conditions": []
|
|
31
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "4baa4393-0fcb-4fbb-a824-35262a09553e",
|
|
3
|
+
"shortname": "access_messages",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2022-10-07T14:48:22.074676",
|
|
7
|
+
"updated_at": "2022-10-07T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"personal": ["people/__all_subpaths__/messages"]
|
|
11
|
+
},
|
|
12
|
+
"resource_types": [
|
|
13
|
+
"media",
|
|
14
|
+
"content",
|
|
15
|
+
"locator",
|
|
16
|
+
"ticket",
|
|
17
|
+
"comment",
|
|
18
|
+
"alteration",
|
|
19
|
+
"json"
|
|
20
|
+
],
|
|
21
|
+
"actions": ["create"],
|
|
22
|
+
"conditions": ["own"]
|
|
23
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "4baa4393-0fcb-4fbb-a824-35262b09553e",
|
|
3
|
+
"shortname": "access_personal",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2022-10-07T14:48:22.074676",
|
|
7
|
+
"updated_at": "2022-10-07T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"personal": [
|
|
11
|
+
"people/__current_user__/private",
|
|
12
|
+
"people/__current_user__/protected",
|
|
13
|
+
"people/__current_user__/public",
|
|
14
|
+
"people/__current_user__/messages",
|
|
15
|
+
"people/__current_user__/notifications"
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
"resource_types": [
|
|
19
|
+
"user",
|
|
20
|
+
"media",
|
|
21
|
+
"content",
|
|
22
|
+
"history",
|
|
23
|
+
"locator",
|
|
24
|
+
"ticket",
|
|
25
|
+
"permission",
|
|
26
|
+
"notification",
|
|
27
|
+
"relationship",
|
|
28
|
+
"schema",
|
|
29
|
+
"group",
|
|
30
|
+
"comment",
|
|
31
|
+
"alteration",
|
|
32
|
+
"role",
|
|
33
|
+
"folder",
|
|
34
|
+
"space",
|
|
35
|
+
"json",
|
|
36
|
+
"acl"
|
|
37
|
+
],
|
|
38
|
+
"actions": ["query", "view", "create", "update", "delete"],
|
|
39
|
+
"conditions": []
|
|
40
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "4baa4393-0fcb-4fbb-a824-35262a09563e",
|
|
3
|
+
"shortname": "access_protected",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2022-10-07T14:48:22.074676",
|
|
7
|
+
"updated_at": "2022-10-07T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"personal": ["people/__all_subpaths__/protected"]
|
|
11
|
+
},
|
|
12
|
+
"resource_types": [
|
|
13
|
+
"user",
|
|
14
|
+
"media",
|
|
15
|
+
"content",
|
|
16
|
+
"history",
|
|
17
|
+
"locator",
|
|
18
|
+
"ticket",
|
|
19
|
+
"permission",
|
|
20
|
+
"relationship",
|
|
21
|
+
"schema",
|
|
22
|
+
"group",
|
|
23
|
+
"comment",
|
|
24
|
+
"alteration",
|
|
25
|
+
"role",
|
|
26
|
+
"folder",
|
|
27
|
+
"space",
|
|
28
|
+
"json",
|
|
29
|
+
"acl"
|
|
30
|
+
],
|
|
31
|
+
"actions": ["query", "view"],
|
|
32
|
+
"conditions": []
|
|
33
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "57c1d9b1-8aaa-4494-87f8-74f65208a8b1",
|
|
3
|
+
"shortname": "access_public",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2022-10-07T14:48:22.074676",
|
|
7
|
+
"updated_at": "2022-10-07T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"personal": ["people/__all_subpaths__/public"]
|
|
11
|
+
},
|
|
12
|
+
"resource_types": [
|
|
13
|
+
"media",
|
|
14
|
+
"content",
|
|
15
|
+
"locator",
|
|
16
|
+
"ticket",
|
|
17
|
+
"relationship",
|
|
18
|
+
"comment",
|
|
19
|
+
"alteration",
|
|
20
|
+
"json"
|
|
21
|
+
],
|
|
22
|
+
"actions": ["query", "view"],
|
|
23
|
+
"conditions": []
|
|
24
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"uuid": "4baa4393-0fcb-4fbb-a824-35262a09753e",
|
|
3
|
+
"shortname": "browse_all_folders",
|
|
4
|
+
"is_active": true,
|
|
5
|
+
"tags": [],
|
|
6
|
+
"created_at": "2022-10-07T14:48:22.074676",
|
|
7
|
+
"updated_at": "2022-10-07T14:48:22.074681",
|
|
8
|
+
"owner_shortname": "dmart",
|
|
9
|
+
"subpaths": {
|
|
10
|
+
"__all_spaces__": [
|
|
11
|
+
"__all_subpaths__"
|
|
12
|
+
]
|
|
13
|
+
},
|
|
14
|
+
"resource_types": [
|
|
15
|
+
"folder",
|
|
16
|
+
"space"
|
|
17
|
+
],
|
|
18
|
+
"actions": [
|
|
19
|
+
"query",
|
|
20
|
+
"view"
|
|
21
|
+
],
|
|
22
|
+
"conditions": []
|
|
23
|
+
}
|
|
@@ -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"}}
|