elody 0.0.228__py3-none-any.whl → 0.0.230__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.
elody/error_codes.py CHANGED
@@ -76,7 +76,7 @@ class ErrorCode(Enum):
76
76
  INVALID_VALUE = ("5016", ["value", "options", "line_number"])
77
77
  ITEM_WITH_VALUE_FOR_KEY_NOT_FOUND = ("5017", ["key", "value", "line_number"])
78
78
  ITEM_WITH_VALUE_FOR_KEY_NOT_UNIQUE = ("5018", ["key", "value", "line_number"])
79
- DUPLICATE_ENTRY_LINKED_ENTITIES = ("5018", ["entity_type", "duplicate_entry"])
79
+ DUPLICATE_ENTRY_LINKED_ENTITIES = ("5018", ["entity_type_1", "entity_type_1", "duplicate_entry_title"])
80
80
 
81
81
  # Filter error codes
82
82
  NO_MATCHER_FOR_FILTER_REQUEST = ("6001", [])
@@ -296,7 +296,9 @@ def __is_allowed_to_crud_item_keys(
296
296
  restrictions = restrictions_schema.get("key_restrictions", {})
297
297
 
298
298
  for restricted_key, restricting_conditions in restrictions.items():
299
- restricted_key = restricted_key.split(":")[1]
299
+ restricted_key = (
300
+ restricted_key.split(":")[1].removeprefix("!").removeprefix("?")
301
+ )
300
302
  condition_match = True
301
303
  for condition_key, condition_values in restricting_conditions.items():
302
304
  condition_match = __item_value_in_values(
@@ -331,7 +333,8 @@ def __is_allowed_to_crud_item_keys(
331
333
  if key_to_check and key_to_check == restricted_key:
332
334
  user_context.bag["restricted_keys"].append(restricted_key)
333
335
  else:
334
- if flat_request_body.get(restricted_key) is not None:
336
+ value = flat_request_body.get(restricted_key)
337
+ if value is not None and value != flat_item.get(restricted_key):
335
338
  user_context.bag["restricted_keys"].append(restricted_key)
336
339
 
337
340
  user_context.bag["requested_item"] = item
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: elody
3
- Version: 0.0.228
3
+ Version: 0.0.230
4
4
  Summary: elody SDK for Python
5
5
  Author-email: Inuits <developers@inuits.eu>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -2,7 +2,7 @@ __init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  elody/__init__.py,sha256=d0Q6Fn44e7wFfLabDOBxpcJ1DPKWlFunGYDUBmO-4hA,22
3
3
  elody/client.py,sha256=15SBfnLHJXXY5Vf5BnkWdjtvkH21E_AsWTzm2-zcbf0,8799
4
4
  elody/csv.py,sha256=f8HphE-KC2OqKFzV0HiifWBgMHb3g0EA_Y82o_6JEiE,16761
5
- elody/error_codes.py,sha256=127_NuFIdVYFkc3NiSrBSKGPv2ABjP4zwzffvwoahsU,4393
5
+ elody/error_codes.py,sha256=EMRuvh_MZJ52Koq0y3acsD85i6Q9fbxhsgv_b3AneTo,4418
6
6
  elody/exceptions.py,sha256=5KSw2sPCZz3lDIJX4LiR2iL9n4m4KIil04D1d3X5rd0,968
7
7
  elody/job.py,sha256=q_rcVoC2bTQG9VlNzaG10l0m2k7zjT6PWj_PORzM6_M,2094
8
8
  elody/loader.py,sha256=xm7BsuZB3VAETMKze4_JRWC3Kyejk-gGDL_wc9jZeio,5500
@@ -18,7 +18,7 @@ elody/object_configurations/job_configuration.py,sha256=-wZi9bM3jEgyrfuBfMalrsMo
18
18
  elody/object_configurations/saved_search_configuration.py,sha256=ddOry4EqYOeEKRF7q2M_fHoqZv8DXpQjFq8VaZ7jhVI,732
19
19
  elody/policies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  elody/policies/helpers.py,sha256=G9B7IHO1h-dNtAPsRtmHN-wYat7F-1ryk32mcCetsgI,2505
21
- elody/policies/permission_handler.py,sha256=Ok5ojzwuLVe6H3wDusVeihSG2o4_HF9__1qlX01tdAU,15705
21
+ elody/policies/permission_handler.py,sha256=cOvJ4Wjg6mJS0pgZS4CQMjFqID2ST1Z2LF67emtpaGw,15838
22
22
  elody/policies/authentication/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
23
  elody/policies/authentication/base_user_tenant_validation_policy.py,sha256=p7draxPCqly1vy7vnJX-gpmRfDeyaTxt9Cf0YpH9PZI,5829
24
24
  elody/policies/authentication/multi_tenant_policy.py,sha256=g4ZYUQMmCjgLg09wj0-0lGKsJsRt7h4ppI25o1VdZHw,4039
@@ -36,13 +36,13 @@ elody/policies/authorization/mediafile_derivatives_policy.py,sha256=OwNpbS8i7-Lz
36
36
  elody/policies/authorization/mediafile_download_policy.py,sha256=XMsKavBucmTh4W1kWOzpFWxJ_ZXgHVK1RS7JB4HjtQo,1979
37
37
  elody/policies/authorization/multi_tenant_policy.py,sha256=SA9H7SBjzuh8mY3gYN7pDG8TV7hdI3GEUtNeiZeNL3M,3164
38
38
  elody/policies/authorization/tenant_request_policy.py,sha256=dEgblwRAqwWVcE-O7Jn8hVL3OnwDlQhDEOcPlcElBrk,1185
39
- elody-0.0.228.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
39
+ elody-0.0.230.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
40
40
  tests/__init_.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
41
  tests/data.py,sha256=Q3oxduf-E3m-Z5G_p3fcs8jVy6g10I7zXKL1m94UVMI,2906
42
42
  tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
43
  tests/unit/test_csv.py,sha256=NQaOhehfQ4GuXku0Y1SA8DYjJeqqidbF50zEHAi8RZA,15923
44
44
  tests/unit/test_utils.py,sha256=g63szcEZyHhCOtrW4BnNbcgVca3oYPIOLjBdIzNwwN0,8784
45
- elody-0.0.228.dist-info/METADATA,sha256=pksqE3dsVyXDCBOkhxQo8AmV4-mP1ZKpdAelsEE7Ka0,23358
46
- elody-0.0.228.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
- elody-0.0.228.dist-info/top_level.txt,sha256=E0mImupLj0KmtUUCXRYEoLDRaSkuiGaOIIseAa0oQ-M,21
48
- elody-0.0.228.dist-info/RECORD,,
45
+ elody-0.0.230.dist-info/METADATA,sha256=iVk0uDCTcawJ38-Gjbn-4SzRv_K5UFI2UEbIm7VkCNo,23358
46
+ elody-0.0.230.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ elody-0.0.230.dist-info/top_level.txt,sha256=E0mImupLj0KmtUUCXRYEoLDRaSkuiGaOIIseAa0oQ-M,21
48
+ elody-0.0.230.dist-info/RECORD,,