kodexa 7.4.414742178723__py3-none-any.whl → 7.4.414774893932__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.
kodexa/model/objects.py CHANGED
@@ -2385,7 +2385,11 @@ class ExtensionPackProvided(BaseModel):
2385
2385
  delete_protection: Optional[bool] = Field(
2386
2386
  None, description="Delete protection", alias="deleteProtection"
2387
2387
  )
2388
-
2388
+ deprecated: Optional[bool] = Field(
2389
+ None,
2390
+ description="Resource is marked for deprecation",
2391
+ alias="deprecate",
2392
+ )
2389
2393
  id: Optional[str] = Field(
2390
2394
  None,
2391
2395
  alias="_id",