ethyca-fides 2.58.0rc1__py2.py3-none-any.whl → 2.58.1b1__py2.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 (90) hide show
  1. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/METADATA +1 -1
  2. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/RECORD +90 -89
  3. fides/_version.py +3 -3
  4. fides/api/alembic/migrations/versions/67d01c4e124e_add_reject_all_mechanism_to_privacy_.py +56 -0
  5. fides/api/db/base.py +1 -0
  6. fides/api/models/attachment.py +80 -11
  7. fides/api/models/comment.py +45 -15
  8. fides/api/models/privacy_experience.py +41 -0
  9. fides/api/models/privacy_request/privacy_request.py +23 -6
  10. fides/api/service/storage/s3.py +14 -1
  11. fides/ui-build/static/admin/404.html +1 -1
  12. fides/ui-build/static/admin/_next/static/chunks/{main-24f422f93845a596.js → main-090643377c8254e6.js} +1 -1
  13. fides/ui-build/static/admin/_next/static/chunks/{main-app-94a0711202e08b15.js → main-app-59156a9331ac7bce.js} +1 -1
  14. fides/ui-build/static/admin/add-systems/manual.html +1 -1
  15. fides/ui-build/static/admin/add-systems/multiple.html +1 -1
  16. fides/ui-build/static/admin/add-systems.html +1 -1
  17. fides/ui-build/static/admin/ant-poc.html +1 -1
  18. fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
  19. fides/ui-build/static/admin/consent/configure.html +1 -1
  20. fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
  21. fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
  22. fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
  23. fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
  24. fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
  25. fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
  26. fides/ui-build/static/admin/consent/properties.html +1 -1
  27. fides/ui-build/static/admin/consent/reporting.html +1 -1
  28. fides/ui-build/static/admin/consent.html +1 -1
  29. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
  30. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
  31. fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
  32. fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
  33. fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
  34. fides/ui-build/static/admin/data-catalog.html +1 -1
  35. fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
  36. fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
  37. fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
  38. fides/ui-build/static/admin/data-discovery/activity.html +1 -1
  39. fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
  40. fides/ui-build/static/admin/data-discovery/detection.html +1 -1
  41. fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
  42. fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
  43. fides/ui-build/static/admin/datamap.html +1 -1
  44. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
  45. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
  46. fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
  47. fides/ui-build/static/admin/dataset/new.html +1 -1
  48. fides/ui-build/static/admin/dataset.html +1 -1
  49. fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
  50. fides/ui-build/static/admin/datastore-connection/new.html +1 -1
  51. fides/ui-build/static/admin/datastore-connection.html +1 -1
  52. fides/ui-build/static/admin/index.html +1 -1
  53. fides/ui-build/static/admin/integrations/[id].html +1 -1
  54. fides/ui-build/static/admin/integrations.html +1 -1
  55. fides/ui-build/static/admin/login/[provider].html +1 -1
  56. fides/ui-build/static/admin/login.html +1 -1
  57. fides/ui-build/static/admin/messaging/[id].html +1 -1
  58. fides/ui-build/static/admin/messaging/add-template.html +1 -1
  59. fides/ui-build/static/admin/messaging.html +1 -1
  60. fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
  61. fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
  62. fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
  63. fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
  64. fides/ui-build/static/admin/privacy-requests.html +1 -1
  65. fides/ui-build/static/admin/properties/[id].html +1 -1
  66. fides/ui-build/static/admin/properties/add-property.html +1 -1
  67. fides/ui-build/static/admin/properties.html +1 -1
  68. fides/ui-build/static/admin/reporting/datamap.html +1 -1
  69. fides/ui-build/static/admin/settings/about.html +1 -1
  70. fides/ui-build/static/admin/settings/consent.html +1 -1
  71. fides/ui-build/static/admin/settings/custom-fields.html +1 -1
  72. fides/ui-build/static/admin/settings/domain-records.html +1 -1
  73. fides/ui-build/static/admin/settings/domains.html +1 -1
  74. fides/ui-build/static/admin/settings/email-templates.html +1 -1
  75. fides/ui-build/static/admin/settings/locations.html +1 -1
  76. fides/ui-build/static/admin/settings/organization.html +1 -1
  77. fides/ui-build/static/admin/settings/regulations.html +1 -1
  78. fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
  79. fides/ui-build/static/admin/systems/configure/[id].html +1 -1
  80. fides/ui-build/static/admin/systems.html +1 -1
  81. fides/ui-build/static/admin/taxonomy.html +1 -1
  82. fides/ui-build/static/admin/user-management/new.html +1 -1
  83. fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
  84. fides/ui-build/static/admin/user-management.html +1 -1
  85. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/LICENSE +0 -0
  86. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/WHEEL +0 -0
  87. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/entry_points.txt +0 -0
  88. {ethyca_fides-2.58.0rc1.dist-info → ethyca_fides-2.58.1b1.dist-info}/top_level.txt +0 -0
  89. /fides/ui-build/static/admin/_next/static/{DpiXCv-bQD-zlO6wF2wgY → RyPMNiUshVruI8xu8t8kI}/_buildManifest.js +0 -0
  90. /fides/ui-build/static/admin/_next/static/{DpiXCv-bQD-zlO6wF2wgY → RyPMNiUshVruI8xu8t8kI}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ethyca-fides
3
- Version: 2.58.0rc1
3
+ Version: 2.58.1b1
4
4
  Summary: Open-source ecosystem for data privacy as code.
5
5
  Home-page: https://github.com/ethyca/fides
6
6
  Author: Ethyca, Inc.
@@ -1,5 +1,5 @@
1
1
  fides/__init__.py,sha256=tE3qqipY9eynYXYpQeksYGHP5NfeXyq-L9mBtpFIxl8,139
2
- fides/_version.py,sha256=-6gjx04mTfsWlYb5ZMdZBMA6-G53dcbn-Dhrkj0YsCc,501
2
+ fides/_version.py,sha256=PTe3-BpLqLNP9p6L-Q3XUBxmcShRDvXjygTfVTi01F0,500
3
3
  fides/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  fides/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  fides/api/analytics.py,sha256=vgwja9DB7gPsQSE3KQi0F3r6yWmnW66wBRC9FpawfRI,1910
@@ -124,6 +124,7 @@ fides/api/alembic/migrations/versions/63b482f5b49b_upgrade_to_fideslang_1_4.py,s
124
124
  fides/api/alembic/migrations/versions/643249f65453_case_insensitive_usernames_delete_.py,sha256=G_niSkqXycczCG7sxxKvgfMzAe7hU3k7PPLgxbUWnlM,1524
125
125
  fides/api/alembic/migrations/versions/66df7d9b8103_add_tcf_columns.py,sha256=4UKmV5yNU5h8tN-p7kgulE87rwSDPNXykYhlFNIBXb0,22876
126
126
  fides/api/alembic/migrations/versions/671358247251_migrate_meta_vendor.py,sha256=qUxDic6BVwsZ8rDRgbMhVW-DqNa5Y6moIC0A8lQq5J4,2868
127
+ fides/api/alembic/migrations/versions/67d01c4e124e_add_reject_all_mechanism_to_privacy_.py,sha256=N6F_A5KpfXnzcV7KONSAcIYxofAT2bm4wXf2DUx8Dn4,1699
127
128
  fides/api/alembic/migrations/versions/68a518a3c050_system_managers.py,sha256=K_bqdA9x42GO32tQj6Gr54NJNDbTNxdgiXxZ31Lm3zk,6109
128
129
  fides/api/alembic/migrations/versions/68c590ff6e89_add_rds_mysql_to_connector_type.py,sha256=Bkk2XQzopHfFhCbDtMmPH2YTCrzjJarnt8kem61j5ik,2597
129
130
  fides/api/alembic/migrations/versions/68cb26f3492d_remove_client_id_constraint.py,sha256=2GIg9ucI9dtm_r6T-OnAKK1InIIy5XyNdWUtYXNzzUg,520
@@ -317,7 +318,7 @@ fides/api/cryptography/identity_salt.py,sha256=qbDHoLO4Dx7Vjb0jC24k20pcL1JxR1mrV
317
318
  fides/api/cryptography/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
318
319
  fides/api/cryptography/schemas/jwt.py,sha256=2UgOJ99GLOBbxMdv2Etyo4J0fu1gPMKfD0zlKpgR7WU,188
319
320
  fides/api/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
320
- fides/api/db/base.py,sha256=7wTk4Uj5iOnWj_N3BqaszGnnRQawGfi8vpB383GFiNo,2849
321
+ fides/api/db/base.py,sha256=2_MhBes5Ll3qwR6mZtgIRZcR3P6gSU2iCxuQkmrZxYI,2912
321
322
  fides/api/db/base_class.py,sha256=XrzpwZ3rUKSVt_7j8PCTv6BjGhQzXnOJpcshPZfA4pg,12571
322
323
  fides/api/db/crud.py,sha256=1h9AXOyTPlZFrrpy7mQLN2FDGr48NkuJtnAKxMzVGhg,14013
323
324
  fides/api/db/ctl_session.py,sha256=Q6x737gm-WCiShhCyHyAFSd6Z2GAtAWw6hR-Y_gO_Jw,1710
@@ -356,11 +357,11 @@ fides/api/migrations/hash_migration_tracker.py,sha256=d7-7gCSTAhx5mmvrLsAM8QunKn
356
357
  fides/api/models/__init__.py,sha256=2bRCL2hY-a2APbUK2NnXCM6R-HukTZzd4AMiUQjY3Po,1987
357
358
  fides/api/models/application_config.py,sha256=BTRtVWFUHuos5ixoJxKKSdqxMRyPvGtVi05sv9xq4D4,8813
358
359
  fides/api/models/asset.py,sha256=Frdx8w1lKpA8g3PgFG3UgYXqCuejfdXBgaVDvkYQhCE,6178
359
- fides/api/models/attachment.py,sha256=2IwvCd_z0ubRXiZL_SmFrniU7_ys3erssAsvjPaPS2I,7112
360
+ fides/api/models/attachment.py,sha256=B0jcGEkwQUuI38BQoWDHZHqzSI8R7mRhu9yOFIFiGZ0,9882
360
361
  fides/api/models/audit_log.py,sha256=o8Qm57PaA3pNTqDRXbr-7bLorzmZUCaywNAe90St4uk,948
361
362
  fides/api/models/authentication_request.py,sha256=aZuO38BiZWGriSVGleVnPP9vVhRSD1jjb1bEul5Ge48,1230
362
363
  fides/api/models/client.py,sha256=Qv21ftOeJrm8Ty3vbOhRhUjQqOxKMWNWZPOMrg0Xqfc,6073
363
- fides/api/models/comment.py,sha256=wf137CtEjZYovEAJo15F8TMPshFUbdjNU_F8XV1_m6E,3134
364
+ fides/api/models/comment.py,sha256=5FTgq51LjgCEeE9SU2v4zpGZ-DW3LVejtvoaCb-v2kA,4309
364
365
  fides/api/models/connectionconfig.py,sha256=qZ4lymTFq1HMWQBJjUh5UDIqmHfeyT9hb-fJXVcCPds,14471
365
366
  fides/api/models/consent_automation.py,sha256=iHGOlz_DSfrAJpI09p7TnZZEFQI4Ga3QvuyGYuQtr_E,5574
366
367
  fides/api/models/custom_asset.py,sha256=uDb4WyO0cQiIg1nR6SProY_dzZrUgLrdVS4rhPKuvPc,546
@@ -383,7 +384,7 @@ fides/api/models/openid_provider.py,sha256=lVASvT1vZd0mXDadPaPXmamx0DprWKH3QI-Yt
383
384
  fides/api/models/policy.py,sha256=AufLZziMLEPROwMllYy30obaTdlHLtp_2JA3KtWF25E,24051
384
385
  fides/api/models/pre_approval_webhook.py,sha256=94vPohdfghrUMvENGu8hOrrUaOg6EkF2XHlNhBv3QeM,2045
385
386
  fides/api/models/privacy_center_config.py,sha256=snxkYxm9MEfZVoY3DUt3yh7kKMs-kyejotVifq4R8yo,2079
386
- fides/api/models/privacy_experience.py,sha256=WTx4cZKgjGHuG8aEVsE4w0rIWSpJrZNOEW-wU5jY0iY,28228
387
+ fides/api/models/privacy_experience.py,sha256=1DqvALOjQt3VQhnZsQD_cORw4aMHWTcAfc-8GV04FJQ,30008
387
388
  fides/api/models/privacy_notice.py,sha256=ry0KlYU7TMrxw-ZfcKakxH_gq5WggxxfIcsfTRZ4-xE,21993
388
389
  fides/api/models/privacy_preference.py,sha256=oT6OACmkVaOO9VI6k8T6c2CukiDL2XNt10p5kukArcw,17363
389
390
  fides/api/models/property.py,sha256=sKmGM0O1rUTGNfMHV54XDnyje7W6ViOmyVqmW0HQ3Dw,9257
@@ -397,7 +398,7 @@ fides/api/models/tcf_purpose_overrides.py,sha256=_7RcctuoPnKT8o70S2_4AArVGXz_xx9
397
398
  fides/api/models/privacy_request/__init__.py,sha256=AavNswo44z-vHKqYy98sjSozH_XH9vpBFMOv1qt4Ty4,1237
398
399
  fides/api/models/privacy_request/consent.py,sha256=JTt9rQ5xxv31b62wqItHRy5Nl3iSzk1ZnIdn1P1lpis,5220
399
400
  fides/api/models/privacy_request/execution_log.py,sha256=fVKP0jyiavvGPm_aiD3oJf4jUAg2R-nZ65cZrbTZvpQ,3510
400
- fides/api/models/privacy_request/privacy_request.py,sha256=Hv6-FRXnjgWFwaSzWJ8osySUkm08TZxzptt2N0rjtbc,59554
401
+ fides/api/models/privacy_request/privacy_request.py,sha256=1U5FwhaBAD_XT7h7GX5QzXDrSbhSqc6vFe2pQI4Hj_c,60123
401
402
  fides/api/models/privacy_request/provided_identity.py,sha256=csGc-wUl31zTAVEoukcpEQ9nSNql7f4T82L7SAM5mXg,4547
402
403
  fides/api/models/privacy_request/request_task.py,sha256=X4WLwQYYTsf0y1mxjOa8mDuCx1Nbe9uWMpPilTwAC4M,11223
403
404
  fides/api/models/privacy_request/webhook.py,sha256=x4DpkU1Yc_LO5-V75wuxwXdJD-V6myxoK-QDAJlpE8o,3005
@@ -615,7 +616,7 @@ fides/api/service/saas_request/saas_request_override_factory.py,sha256=SoHfxApKF
615
616
  fides/api/service/saas_request/override_implementations/__init__.py,sha256=Hvr-Mc2bLucm8RfwoU5OUOfvZBx5IaQk1G6AI5gdNlI,438
616
617
  fides/api/service/saas_request/override_implementations/interruptible_request.py,sha256=QYRgQ2H9pOI8nIisU2cbI18IiHYCCXruUq61gGIZjMM,1027
617
618
  fides/api/service/storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
618
- fides/api/service/storage/s3.py,sha256=Yq4Ez3sTZ_dylqkoxefULn5EzbK3h6mu0Qjigca4LBg,6769
619
+ fides/api/service/storage/s3.py,sha256=o9OmxEsIxGGEoK7A2Wd1Hm99TjinrVkz-e9cdWJE5VY,7230
619
620
  fides/api/service/storage/storage_authenticator_service.py,sha256=DRc9mPXUIXcpyrxmxGFiGjvurbQHj7sg2kqJP2pyFpM,1416
620
621
  fides/api/service/storage/storage_uploader_service.py,sha256=8VPKZY8APaoY2zMqabGXh72vGLoZJZPGl8CFJmaTlkQ,3823
621
622
  fides/api/service/storage/util.py,sha256=oxCkp-Kt8gHr6Ynh0i_Jirbx21vKEI5gHBaiyp6O_V8,328
@@ -767,29 +768,29 @@ fides/service/messaging/aws_ses_service.py,sha256=7yZe4wuhWzdZl6soddHrUhExJvIXeq
767
768
  fides/service/messaging/messaging_service.py,sha256=_3iObiVslfJzuzCukCDw2gbQXrOPpMZs3LqG1Dbmirw,11710
768
769
  fides/service/privacy_request/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
769
770
  fides/service/privacy_request/privacy_request_service.py,sha256=n751XgEPW4PN7HnodgZCzV6cQ9Jt_5h5Who6TFr7BSo,26854
770
- fides/ui-build/static/admin/404.html,sha256=h2wgsKalatdysyaqwSgFQ5Gmecl_iKHWMVkHX0EmxVM,1466
771
- fides/ui-build/static/admin/add-systems.html,sha256=oW4Za51g5I5xIIGQekCLK8gP59fla_j_gWoBnCfTQNw,1642
772
- fides/ui-build/static/admin/ant-poc.html,sha256=gTjbGyDP-x1BkzpX-p8izqntIVkLXzShxiBWr1oL_l0,1474
773
- fides/ui-build/static/admin/consent.html,sha256=d-39q6L9AZGPp4wLLXcBHb4tlqIo8ezDN0zrANpd4jE,1474
774
- fides/ui-build/static/admin/data-catalog.html,sha256=hTAI4gayxSHJou9wreY25QC0N-07vVrOi0ebtjPp6G8,2116
775
- fides/ui-build/static/admin/datamap.html,sha256=o6Ytn8JVib0yHtO7v4TksrjE2wHtyRJ8xZKljnYxo50,2023
776
- fides/ui-build/static/admin/dataset.html,sha256=87ozFtDViNvZBmpPbRVwpwBDP4vg0MG2gUpjuTLdmpk,1868
777
- fides/ui-build/static/admin/datastore-connection.html,sha256=DoYBES5l9qyavm18Lw1WDGpzlX99SJJEoZf5AjXKg5M,1660
771
+ fides/ui-build/static/admin/404.html,sha256=MPvxPudz2C_k8---21ixVZ-gkz-cyBV2q7T40vgBjOc,1466
772
+ fides/ui-build/static/admin/add-systems.html,sha256=Twds4JuRqhO1QwTU5exN8lFfHViHkTJ-5c-PNX-90oU,1642
773
+ fides/ui-build/static/admin/ant-poc.html,sha256=7wSR1dqE-MXS2e-pbPvmFrrTAoDBXfzAqPup7uFNrAE,1474
774
+ fides/ui-build/static/admin/consent.html,sha256=esSudV7IPZ9YgImMFljit0zmRobBDmP5JFiAA5poTUw,1474
775
+ fides/ui-build/static/admin/data-catalog.html,sha256=GmYKuwVLoRB_l-ta_3rgBSbfcMH-9oOHTr2skVcS5rs,2116
776
+ fides/ui-build/static/admin/datamap.html,sha256=mMRNnnqM2VUeW2xVL5SgjrW79WfAENb7JV_oYyXnkG0,2023
777
+ fides/ui-build/static/admin/dataset.html,sha256=Sof_iQEYNUEkpoBI68V2C2fn-9amf7X5-HsSKz0pNxw,1868
778
+ fides/ui-build/static/admin/datastore-connection.html,sha256=nm0MKPRwafrLwkzL-LggJHiO6lbEwBRY49HNMsZ1iFA,1660
778
779
  fides/ui-build/static/admin/favicon.ico,sha256=xxtarycoqCOznVZCG0z5Wej6EfYvMYwyz6EUwaVwhEw,4286
779
- fides/ui-build/static/admin/index.html,sha256=P71y0_gURNvMocsse1RYrr8zf3HFKQR90BflMwr4Agk,1625
780
- fides/ui-build/static/admin/integrations.html,sha256=RpATh5zUYJBF3fk3Hf_CqoziSYG80GRPq8rg2xsdN4s,1874
781
- fides/ui-build/static/admin/login.html,sha256=GpEPw_lC2IUU5O6l8xj_YgmXZI2wciuCOWWzfcXMWXI,1470
780
+ fides/ui-build/static/admin/index.html,sha256=qDNgFVu3a8uB2Kkf1Jiw980Jw_Z2Ka0fMFLtUWcTbqY,1625
781
+ fides/ui-build/static/admin/integrations.html,sha256=V5r38V9jdOpfFPFu-Jd7EdKKXRkY7mvUu2B3dYMPasE,1874
782
+ fides/ui-build/static/admin/login.html,sha256=4vhSmb3-ZHs3hmu5iLbZ7vge6emKUw5CQ2ndnQ5MY1A,1470
782
783
  fides/ui-build/static/admin/logo-icon.svg,sha256=LTpApcJnb73kye_gPF3KG8qNe6S3HJJKeebdl6aJ8fI,147
783
784
  fides/ui-build/static/admin/logo-white.svg,sha256=u12SVA-WPW0GAhJ1wXM4oi2aqKXKmteo6yEvGDgz5jM,2101
784
785
  fides/ui-build/static/admin/logo.svg,sha256=bCostWyEaAVHBbKwGhzAAGJ0ZNgxBGgzhwKsAXS47bg,2100
785
- fides/ui-build/static/admin/messaging.html,sha256=L5aTrf1-obQosPO-GFMZS3CEJKNX6g4cHZ0dJOoVjOg,1950
786
- fides/ui-build/static/admin/privacy-requests.html,sha256=cl6SwdmD7n1mRfNeflD1Wlaqo2_8N6ay-aj2uM7m8QE,1808
787
- fides/ui-build/static/admin/properties.html,sha256=p21lO2mwqEcIPwr-57F_fkMbQMU6p-lnt7L5H8o00LI,1794
788
- fides/ui-build/static/admin/systems.html,sha256=9-N_9HsPyuGqAlTwXMKMqinAeRwVkxm3aPvpPuU0krU,1712
789
- fides/ui-build/static/admin/taxonomy.html,sha256=4CZWrMSiRyYTjb-GRt2tCL7OmBTddBWynn0ucVhIxhg,2185
790
- fides/ui-build/static/admin/user-management.html,sha256=j0-DTdKR103t_2XVLEyWpnRl1MF4u2ARhZr6xd2KBTQ,1568
791
- fides/ui-build/static/admin/_next/static/DpiXCv-bQD-zlO6wF2wgY/_buildManifest.js,sha256=CtqHbjixY1-j0yiHIF8noKhOTygn8VWBoHnxnEwTOv8,12159
792
- fides/ui-build/static/admin/_next/static/DpiXCv-bQD-zlO6wF2wgY/_ssgManifest.js,sha256=-D2RVaEwulH2ck-9Y_5QwX6x5lnaSkDOhosw4jeAt-M,101
786
+ fides/ui-build/static/admin/messaging.html,sha256=BlBqG_94asy-jBYaLv5TJQSIsSEwHl4zpSA8ghMsP8k,1950
787
+ fides/ui-build/static/admin/privacy-requests.html,sha256=tFVU34j9MrhiY2CB5fOLPGZqKv0j4pwPYc_Fu-fvogU,1808
788
+ fides/ui-build/static/admin/properties.html,sha256=7TeVS2-sbEzia1yPw8xSpSOTFJq-s1rfRLRdEiiJvRU,1794
789
+ fides/ui-build/static/admin/systems.html,sha256=1dWLfh5zmqHY8F0o6vB3kU4hbw4bfglV6hsa34rEcWk,1712
790
+ fides/ui-build/static/admin/taxonomy.html,sha256=jXNVL7B0OYQwxW2-UDBgZY5niayJ2vzQ-yXOauiwQAc,2185
791
+ fides/ui-build/static/admin/user-management.html,sha256=6eUv6kF1EpDuswZSglQ_5hqswSAgfGmHriebdCZwoEc,1568
792
+ fides/ui-build/static/admin/_next/static/RyPMNiUshVruI8xu8t8kI/_buildManifest.js,sha256=CtqHbjixY1-j0yiHIF8noKhOTygn8VWBoHnxnEwTOv8,12159
793
+ fides/ui-build/static/admin/_next/static/RyPMNiUshVruI8xu8t8kI/_ssgManifest.js,sha256=-D2RVaEwulH2ck-9Y_5QwX6x5lnaSkDOhosw4jeAt-M,101
793
794
  fides/ui-build/static/admin/_next/static/chunks/1100-053fc6b76c65a00f.js,sha256=tifn0uKU6UnB0II0u8ouqRspoUDmDqQhdkvXHyiiIOg,11046
794
795
  fides/ui-build/static/admin/_next/static/chunks/1150-035a721a04f4451e.js,sha256=4VV8VbDnojajTmekZfRVUZIXkctwXFcFk2nSFOjgqpM,17592
795
796
  fides/ui-build/static/admin/_next/static/chunks/1376-5cea5ef9362215e8.js,sha256=ODtT0FdBzBgzueKcAJ3Lgxkbb0_JthTK3b1yjgOLzu0,29873
@@ -852,8 +853,8 @@ fides/ui-build/static/admin/_next/static/chunks/c78d26b1-88a3e1bacb2a03c2.js,sha
852
853
  fides/ui-build/static/admin/_next/static/chunks/e3251fe7-5777b5d778e6fffa.js,sha256=a_HYSjmBNeaIrwYEPTrqh3fsd5htzgixhFhD3rC4sRU,64346
853
854
  fides/ui-build/static/admin/_next/static/chunks/ea076c0a.84423f606aef37cd.js,sha256=dHNjuXP8GjipoeHfsr7qVnnur0T_yXLgfdBm79kjSXw,449603
854
855
  fides/ui-build/static/admin/_next/static/chunks/framework-c92fc3344e6fd165.js,sha256=7TB6y7yuVvrEgpIerMMaNwRphd8h9ZzQP3agWrDgAnw,140001
855
- fides/ui-build/static/admin/_next/static/chunks/main-24f422f93845a596.js,sha256=p2xm4hE7c4Kh0Z1zVgzoOS1brcxGDLM1E8kmizDU7Ig,111063
856
- fides/ui-build/static/admin/_next/static/chunks/main-app-94a0711202e08b15.js,sha256=sinG6b6Tp4lMqwsQj7S7OHBcG7Gj6wxPfsckw6bQ12I,116227
856
+ fides/ui-build/static/admin/_next/static/chunks/main-090643377c8254e6.js,sha256=QvlJwOWJB8PfuSfPQikv4UmnbLc8mcaZt4aYA6jlU74,111063
857
+ fides/ui-build/static/admin/_next/static/chunks/main-app-59156a9331ac7bce.js,sha256=0nQL2RfDiI8NZKZhn-JyVo42uZZLFi98YC9f-gjy_Vo,116227
857
858
  fides/ui-build/static/admin/_next/static/chunks/polyfills-42372ed130431b0a.js,sha256=CXPB1kyIrcjjyVBBDLWLKI9yEY1ZZbeASUON648vloM,112594
858
859
  fides/ui-build/static/admin/_next/static/chunks/webpack-2c7ccac5843c4d8e.js,sha256=c5jepWos0YXZcq6UaNC-qS8GBHLGVBepVuHNxwLcKIw,4047
859
860
  fides/ui-build/static/admin/_next/static/chunks/pages/404-b202c0d8f6fc75c3.js,sha256=WmMh52gEBXjLSRQYdkffAyjrhGDaTHFlN49o5KRthX8,1459
@@ -972,37 +973,37 @@ fides/ui-build/static/admin/_next/static/media/inter-vietnamese-500-normal.7b524
972
973
  fides/ui-build/static/admin/_next/static/media/inter-vietnamese-600-normal.eb82de1d.woff2,sha256=ZKjcMjaLlHAKJJyTcujqJwFDooKWcq8qQSuKZVfXZRA,3876
973
974
  fides/ui-build/static/admin/_next/static/media/inter-vietnamese-700-normal.00e401a9.woff2,sha256=92gZYPHyPg3OZ_u0f78u6ZZNdc53OvVkqhoTelycCqw,3888
974
975
  fides/ui-build/static/admin/_next/static/media/logo-white.c9bf4196.svg,sha256=u12SVA-WPW0GAhJ1wXM4oi2aqKXKmteo6yEvGDgz5jM,2101
975
- fides/ui-build/static/admin/add-systems/manual.html,sha256=bfVAj8juvetWCNX1emNV2uvvplSl2lvkW4r34pwG4ec,2595
976
- fides/ui-build/static/admin/add-systems/multiple.html,sha256=xSGbrcQt57a2lozfROIGtuCRYBUIU6TwAuozm1qACas,1971
977
- fides/ui-build/static/admin/consent/configure.html,sha256=vNInHp5J9YpE9-i8r2PK86x7RALbco0RUDK9wXwc_XM,1887
978
- fides/ui-build/static/admin/consent/privacy-experience.html,sha256=-QRBMl6KMx73x0Y-AeG3Zz6bT1_YtANIK7RQFA5hcic,1906
979
- fides/ui-build/static/admin/consent/privacy-notices.html,sha256=J4z-eHDhFyMYEPMYMo76d8fI3zUiyGVAjMjBeCOJJAg,1822
980
- fides/ui-build/static/admin/consent/properties.html,sha256=KQUVBpIadXJjHDRyf164UMp5d2i11Htg67ofL8WDS2Y,1810
981
- fides/ui-build/static/admin/consent/reporting.html,sha256=pNDlyagmUE17VIiHhOc60G2YuDGaDDjWslH1LR4R1dQ,1810
982
- fides/ui-build/static/admin/consent/configure/add-vendors.html,sha256=JRPrtnouPEWodpSn5fZPKEPNDFlmAmFoMIGPEL7GT5k,1989
983
- fides/ui-build/static/admin/consent/privacy-experience/[id].html,sha256=NZUY_b3imq8zZ_yw-LSP7-hMjCEZ4Hjv-33LUSqozts,2072
984
- fides/ui-build/static/admin/consent/privacy-experience/new.html,sha256=r5TqvDw1euIUKuZxl2CaGur9zCyBwz6Hft_7XQqpHNE,2066
985
- fides/ui-build/static/admin/consent/privacy-notices/[id].html,sha256=aliXT9KKOA-QAFEbg0HAl0KH9_AXOksHEM1ykxbRoFU,2066
986
- fides/ui-build/static/admin/consent/privacy-notices/new.html,sha256=kwqoRgvpzXVc-USQb3X-W0HYMY3HLH4fsPrT5AdRrWM,2060
987
- fides/ui-build/static/admin/data-catalog/[systemId]/projects.html,sha256=P3BNOwOJxZhDg0Y6hv4wEvOW1X8fRuO5yysRu_M3O4k,2316
988
- fides/ui-build/static/admin/data-catalog/[systemId]/resources.html,sha256=3_RboAZbgKhM5wAXaXzAvEMty7ZCirpcpAqEBrODYJM,1846
989
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html,sha256=mcSpFW6YRtYuHNwEzBqgzvIoCoIRyFfQumfsYzOaBvk,1874
990
- fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html,sha256=LcEdXJ3Df5jnAV5yBO-N_ASMNrWZKonLC6I3y421deM,2456
991
- fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html,sha256=odUFpoN2-6WGYv5rnaRt85HbbD_fA85hQFvDaR4JhH0,2428
992
- fides/ui-build/static/admin/data-discovery/action-center.html,sha256=1Xw434JvMVVInypC4EbdjgcObORiXN5UK0dpc6H2_8E,1754
993
- fides/ui-build/static/admin/data-discovery/activity.html,sha256=DRYVa34x5m2vTNCssVASMMyTZ83K4-e7BKMF5yBZUYQ,1900
994
- fides/ui-build/static/admin/data-discovery/detection.html,sha256=fjXuFSSF4mYzNJs6XLWgyIIPqpc3-5HU_7BdNXKc0oE,1980
995
- fides/ui-build/static/admin/data-discovery/discovery.html,sha256=-XoHXinYKSwRV08ldL-ZFVZ9FSNR27dzY6JHTha4CTY,2374
996
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html,sha256=oTdHlCdwrqfmFfxmgpHgABpVlF3Te_s7reB07rhmC-M,2094
997
- fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html,sha256=ixLtgHAHgDg27tDoSdimoDllRv60hsavWpVrr9FXlMU,2280
998
- fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html,sha256=KawX3vSub3WTFuyeTUKHjWzGoL8xsJQ5UFynPObsOyQ,2012
999
- fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html,sha256=Wdhidegh7Xc-1U1iD4FH9Jozhn4rXj7hTrqeFzeKBqQ,2406
1000
- fides/ui-build/static/admin/dataset/[datasetId].html,sha256=ViJ2wZqCBKzGtfDE8_oRkCjFcD6h5CFvgXzf7BZxUuU,1896
1001
- fides/ui-build/static/admin/dataset/new.html,sha256=H4b_bqGHZvNpw1EDy8iPWoWmHJ8TBWCAaxT0dw7iyMo,1638
1002
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html,sha256=b4Gm9yMwLZW0chj0BBWJJuKPy6YDduAoeKeisp5egK4,2328
1003
- fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html,sha256=EGjQW-JtiiuAtidFOH-B9SxfDwApE-8jDcnPrqswUnQ,2370
1004
- fides/ui-build/static/admin/datastore-connection/[id].html,sha256=1ashG_U4EalH4_n3A1Jox2hIWU9AUuH9zZLsQZWwGJs,1748
1005
- fides/ui-build/static/admin/datastore-connection/new.html,sha256=smA9SpJJPR0eEI3jTOllwxPYVwTo4oQ6TXIC1TqTeQw,1820
976
+ fides/ui-build/static/admin/add-systems/manual.html,sha256=ZaEthki6Dl-7DQLxToudrtVKIJwO4LAwmjxE2RM5600,2595
977
+ fides/ui-build/static/admin/add-systems/multiple.html,sha256=AQ3uqcO0BXXLJhwtruhIeTmMyYvf2kxBYVIuBGYvh9Q,1971
978
+ fides/ui-build/static/admin/consent/configure.html,sha256=a8VAl9hczmYEjv8MWFq-LyteBfkg6tmC15PYCLsog7g,1887
979
+ fides/ui-build/static/admin/consent/privacy-experience.html,sha256=YDH1OW0lGKkcRt2p8PoZxgK2DtbW755Ju_NBPM5BCkQ,1906
980
+ fides/ui-build/static/admin/consent/privacy-notices.html,sha256=L3YtTfMJlVJFsUrmDElJYxe0Xn5Z2wzxOIUd1AeiBkg,1822
981
+ fides/ui-build/static/admin/consent/properties.html,sha256=pj4xqCFbwKKb4SsPoOkabUh4e2z1ugiWFl7RIalgZuw,1810
982
+ fides/ui-build/static/admin/consent/reporting.html,sha256=S2E2VdhCZuhc3oQSQo0z13iMBrDczpku5nHaMqscszM,1810
983
+ fides/ui-build/static/admin/consent/configure/add-vendors.html,sha256=WMwNX4-gylxws9cLfNv8CEKEoSthbSfKVPgCwJPCX8o,1989
984
+ fides/ui-build/static/admin/consent/privacy-experience/[id].html,sha256=PhIc54s6T0Fz3OykmXwfDblNuEqxmmf-X2PAPMT8yjw,2072
985
+ fides/ui-build/static/admin/consent/privacy-experience/new.html,sha256=2ZxVqzZj4dznbPnXDLr0LpJTgUIfzYzGiOk9ZcOuOkU,2066
986
+ fides/ui-build/static/admin/consent/privacy-notices/[id].html,sha256=sAHN9olclnBkKSaZODYF5-hmgEi_leuvZbREysmUr6w,2066
987
+ fides/ui-build/static/admin/consent/privacy-notices/new.html,sha256=al7-3CBvPd_UCHCIG5R4l9fvssQ-wSKRSFyr2O1WIwQ,2060
988
+ fides/ui-build/static/admin/data-catalog/[systemId]/projects.html,sha256=kPHNDwm6Zy_lly2-BdOGqB3fssJMm7VLz4tELYGc55U,2316
989
+ fides/ui-build/static/admin/data-catalog/[systemId]/resources.html,sha256=lRsvEg0_qfLPFXiSwKhdyebo4J4BoyDtGmwhS5IBiuc,1846
990
+ fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html,sha256=9XqFtOab2R068oQXa33pOmFd0P0qw8D4JcjOv5gnGeo,1874
991
+ fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html,sha256=8UIn--t8YRzJ1oRkMotosIe-8rEIfCLV0JrWNtNHMVs,2456
992
+ fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html,sha256=-MlD6CIN2pO0uSEzzL6A6QKWQV8DP2IulSoybpvHla4,2428
993
+ fides/ui-build/static/admin/data-discovery/action-center.html,sha256=gujBCyWwGcwBB66RsgVUxZNs1RKeTjBGz62Ahmj-vL8,1754
994
+ fides/ui-build/static/admin/data-discovery/activity.html,sha256=ZEgswntXlO3djozTPYoejRCpglUQSXDw74FanWrX-2s,1900
995
+ fides/ui-build/static/admin/data-discovery/detection.html,sha256=o-Ugz6lzqAjI1vK8fuXPYRANOo41C7EtTFrPve_USbs,1980
996
+ fides/ui-build/static/admin/data-discovery/discovery.html,sha256=PnPOi_6tfAJI0Cjh44FiVkyuwUGTF4IN2j-i8FxYIvs,2374
997
+ fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html,sha256=ErVvpqDrSSrVEtaKVNW5RCgJwEjFNnWYPjKljWKQE2I,2094
998
+ fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html,sha256=I7itlEk-kO3elrT3ShK1wkwCpLcw1SWB5xQR2qYgqHg,2280
999
+ fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html,sha256=2OmXE3XcmKeqydyQNRfycFSyAP2dLbxfa_nTxlRDhPk,2012
1000
+ fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html,sha256=cX3tIOrXi10DtqViLV2EPfLrlBfF94_KnWLseGnkBWY,2406
1001
+ fides/ui-build/static/admin/dataset/[datasetId].html,sha256=qKSIdqfJvitwnQaB91RSAqik2aHH83jQjW6XSsEYxFw,1896
1002
+ fides/ui-build/static/admin/dataset/new.html,sha256=_3a6ecRSa_xP8UmgdGwDKCE6yc20pkVMirBkm5iqTtg,1638
1003
+ fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html,sha256=lRPBTMEMqgi0wfeKkOwCIodbMDWQHfYmNJ-2oFU3i8g,2328
1004
+ fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html,sha256=gMr4OTJborOLGjtwayYolfUpdFDSHITFcOsndZ9kP-Y,2370
1005
+ fides/ui-build/static/admin/datastore-connection/[id].html,sha256=YtLOg8cZHrd603BzXIxc771DMua7XOieZ4E0gMl4QXg,1748
1006
+ fides/ui-build/static/admin/datastore-connection/new.html,sha256=GPzcJoLa9AlDTsF6z0FKjNUEhlCELgq54xD3PnJAmyc,1820
1006
1007
  fides/ui-build/static/admin/images/DatabaseIcon.svg,sha256=gwl8_3APg_6J4ZwWgovOjxgk5AEPyvq3-qGjkF7R4og,8198
1007
1008
  fides/ui-build/static/admin/images/SelectedDatabaseIcon.svg,sha256=L6YBuL-LiKzBXyt9gHZhtqpo2QopXdC7-oEvEWbvSNE,8198
1008
1009
  fides/ui-build/static/admin/images/config_splash.svg,sha256=IH56T1jrG1y4FIKQZXMaePYESYZGot_4jkTaFvmwHl0,176040
@@ -1030,37 +1031,37 @@ fides/ui-build/static/admin/images/oauth-login/custom.svg,sha256=SW1i3Mez8XVMVGR
1030
1031
  fides/ui-build/static/admin/images/oauth-login/github.svg,sha256=eg3RHjc4MKUaVl3p_tSphXB8Z8zTkPmuSUahUjA-pnY,963
1031
1032
  fides/ui-build/static/admin/images/oauth-login/google.svg,sha256=oRdvveXEbNFZ4_xD6u-DxqNIPJh12o3XU2tITX6ghQU,988
1032
1033
  fides/ui-build/static/admin/images/oauth-login/okta.svg,sha256=ymR7Rqk7syL52284jlure_i06-nVKwZbJwB6JXfdNwo,8076
1033
- fides/ui-build/static/admin/integrations/[id].html,sha256=XVsfk01A2NY-p6zSbvhDWZRgVIssA_5rWd-meShd6-Y,2126
1034
+ fides/ui-build/static/admin/integrations/[id].html,sha256=odaj6Zv4rdg3EPhoxxDSMHSiB0zSLL8vpKaYwZ6htXE,2126
1034
1035
  fides/ui-build/static/admin/lib/fides-ext-gpp.js,sha256=T0mvBhx6jMjrFIDbvUQBvvxjeG_ZIxHpI0RU-qZfBqE,201101
1035
1036
  fides/ui-build/static/admin/lib/fides-headless.js,sha256=2odJcLgko3Z_hpmcNNnkX8EhIEDM1cQN-MoUm58w-Cc,69898
1036
1037
  fides/ui-build/static/admin/lib/fides-tcf.js,sha256=fVO5EJ5t12CqiSZ--dPLJMO70kq5jHQcYciUDJ5VclM,360692
1037
1038
  fides/ui-build/static/admin/lib/fides.js,sha256=46562BkkIP_CIZ2FhOXaDbi-6GnqJ50wEUBgUYFaZSU,146001
1038
- fides/ui-build/static/admin/login/[provider].html,sha256=H7TuGFQhbFn0dbGSbE_yF9d3Un-dnbZYieCkKO2vq2c,1496
1039
- fides/ui-build/static/admin/messaging/[id].html,sha256=ZLCUwcXHA7tdrNScr7jTdCKOSiKVlpyGd4r0S-p9QU8,1648
1040
- fides/ui-build/static/admin/messaging/add-template.html,sha256=oAAETV44e-K6OcXeLqEftMGhXUtBASBXkV2pVUoVsu0,1660
1041
- fides/ui-build/static/admin/privacy-requests/[id].html,sha256=_O7ha_o1xnEVxCRfWFjrSw6iIeF6HOxcSPGgRCqOjXI,1744
1042
- fides/ui-build/static/admin/privacy-requests/configure.html,sha256=PASBAfqY816aESCPaJKZaQduSm_oBu3F2SMKjlBS0a8,1512
1043
- fides/ui-build/static/admin/privacy-requests/configure/messaging.html,sha256=1p_JEc13n5ekaSkFs-iKt1L37kOVpmxWLzq05AQg4Z8,1532
1044
- fides/ui-build/static/admin/privacy-requests/configure/storage.html,sha256=qpnVaOFFLRna98MubszjOz69jGfyN-cGFK5eBH_-IHo,1528
1045
- fides/ui-build/static/admin/properties/[id].html,sha256=wEuKfx8VgFey81lbeQ1LliMilcIggCab7rpv1P9dUpo,1650
1046
- fides/ui-build/static/admin/properties/add-property.html,sha256=zQ4Nhk5AUdlHBjRBu7o0jWOfLaTdBVoMYYyz5So6gc8,1662
1047
- fides/ui-build/static/admin/reporting/datamap.html,sha256=QBWzo-T8ox3VUCYY_UDJuiORHiz9pcnPnwBD4qEzaiE,2278
1048
- fides/ui-build/static/admin/settings/about.html,sha256=f6aKIxo7f7_vsy_tNQaRkcJroyeY1KsHCrKf0njD9cI,1488
1049
- fides/ui-build/static/admin/settings/consent.html,sha256=XC8_tmwBjeB601UVk31tSZUenjASP2H26-FjS6YN1Io,1492
1050
- fides/ui-build/static/admin/settings/custom-fields.html,sha256=j5ppJ11YJNmaJOG-DD8sbR3GUytsMrtJx7LrS_lfTPA,1820
1051
- fides/ui-build/static/admin/settings/domain-records.html,sha256=6wzo6NWn1FwD96Gr12in53Ey8WA0ALGuZUv5A1ZXwfE,1744
1052
- fides/ui-build/static/admin/settings/domains.html,sha256=I3KAryPLSVa7kYrDrGNJyfXZkp72bUKXTq_rdFpZDws,1492
1053
- fides/ui-build/static/admin/settings/email-templates.html,sha256=Rnfi-9qSXR1p-KoeFHorl7EmBnjj_zGOwS2TT4K2HgM,1508
1054
- fides/ui-build/static/admin/settings/locations.html,sha256=60gqS7xtXNPSpVigHjHi9rwC95pMQRzwL5OED7seK9k,1656
1055
- fides/ui-build/static/admin/settings/organization.html,sha256=8_qnZl8G6zaX1CKO517mmWHLZHgBvMQBuJPN5kcUA-k,1502
1056
- fides/ui-build/static/admin/settings/regulations.html,sha256=7rz5uvNnQe8T09QkOWzeW9i0dYjHsM6YK-qFYUXZ-Xg,1660
1057
- fides/ui-build/static/admin/systems/configure/[id].html,sha256=Yv2JJ7eaz9CPO0dY_FXk9b1xR9lVP7A5aSTGNTNUKbs,2607
1058
- fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html,sha256=OK81rmithp7iZpwUtVrv7XsizGL-ZXuRl-Wibdvh-zs,1692
1059
- fides/ui-build/static/admin/user-management/new.html,sha256=KLZvCSQ4EepBf4AdGselgKunh8pQJ91PCudGZctjhk8,1654
1060
- fides/ui-build/static/admin/user-management/profile/[id].html,sha256=QjucAjBKVmBvT79sNFYpQSy3IG4HBs_N5MAOVBC7ZeM,1676
1061
- ethyca_fides-2.58.0rc1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1062
- ethyca_fides-2.58.0rc1.dist-info/METADATA,sha256=uMrQ_Pc7yM0FtFYAO5SIcs-_WTvNsT1BwpUCPLNuyWI,11362
1063
- ethyca_fides-2.58.0rc1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
1064
- ethyca_fides-2.58.0rc1.dist-info/entry_points.txt,sha256=5WeLH-MlYWywYIbMGVrZkPpjTkdHDDf1p-LXFiF9ATo,41
1065
- ethyca_fides-2.58.0rc1.dist-info/top_level.txt,sha256=vHQkcSYYOh4ECEGL1JSGUAxFWpwO05QGPV0M2aPxqNQ,6
1066
- ethyca_fides-2.58.0rc1.dist-info/RECORD,,
1039
+ fides/ui-build/static/admin/login/[provider].html,sha256=xKFpExk3vcetOL4wbCWuZkvYROlr0vKKvu5bTKxP7_0,1496
1040
+ fides/ui-build/static/admin/messaging/[id].html,sha256=yZn9Hab4f4IRnDPS9AtR53J728IjAd35ZU-siA8_ITc,1648
1041
+ fides/ui-build/static/admin/messaging/add-template.html,sha256=rfIBI56CjartSnutZPpgm9g_EiKmk_eo6dmW5Die_sk,1660
1042
+ fides/ui-build/static/admin/privacy-requests/[id].html,sha256=LVemCLysCgSrp0K8SVrHUgaxxz0hNA9SXeUqsQ7cXns,1744
1043
+ fides/ui-build/static/admin/privacy-requests/configure.html,sha256=a9JEUY94S8gFHZDPy2Sj5z92tr2qUUfxZJJ50mcOd2E,1512
1044
+ fides/ui-build/static/admin/privacy-requests/configure/messaging.html,sha256=etAidoDORUi4900zNExehcs8mdDTDciAzdLAgUvtJuA,1532
1045
+ fides/ui-build/static/admin/privacy-requests/configure/storage.html,sha256=FUh4pm71t7QTf62JTIweV9lojWv8KW34WIYFBvZPRZI,1528
1046
+ fides/ui-build/static/admin/properties/[id].html,sha256=NudRzxyfQIa0Dr7zWpH-idJJi7koOzsqEx80-gxp9TY,1650
1047
+ fides/ui-build/static/admin/properties/add-property.html,sha256=aKUBNwn63eHfjnxeZFssNB6SMGnyx-F0culOhFvPZng,1662
1048
+ fides/ui-build/static/admin/reporting/datamap.html,sha256=LJxFCdg_wfwYSAIVIfhWUVnaVnwRCR7DqiakwrGDnPU,2278
1049
+ fides/ui-build/static/admin/settings/about.html,sha256=EEwlODQSMT5B0inMbnp_CXVs9IXsLp5IwNu-mLw4H_k,1488
1050
+ fides/ui-build/static/admin/settings/consent.html,sha256=_NilNWx_jTSfWplMg4qnPGmQU9ZR_5qc7_fsXvkSvSo,1492
1051
+ fides/ui-build/static/admin/settings/custom-fields.html,sha256=p8-rm1w48nNAr5222BkarPGncnicNQY3pH2XizQuovQ,1820
1052
+ fides/ui-build/static/admin/settings/domain-records.html,sha256=8y3kCEldfSYi4kGhR5oO5PmyE6qY5zg58fYnw8tllYU,1744
1053
+ fides/ui-build/static/admin/settings/domains.html,sha256=aQcHrQ1PbIS6YskWr-1b3uoZCQoD2y8NynUaX49WLgI,1492
1054
+ fides/ui-build/static/admin/settings/email-templates.html,sha256=S3Hq1b8r2iPe9Z8aXEzmIK4WSxfsELBE-SYrbzjSfiA,1508
1055
+ fides/ui-build/static/admin/settings/locations.html,sha256=StallJ7pnRF6qakHQxoliY6H3-5jFVx4DFuwquWtxQQ,1656
1056
+ fides/ui-build/static/admin/settings/organization.html,sha256=db5EXtofbvJqp8cTlXzXCas2Ye9J5pfyW6NRVMxsQCo,1502
1057
+ fides/ui-build/static/admin/settings/regulations.html,sha256=rTuxBQiHTZiMpEG1HWmBzYLhnCtLM297of5FDLeIxMs,1660
1058
+ fides/ui-build/static/admin/systems/configure/[id].html,sha256=lZiMWndolsCkhWO3qniNAab4amP1-Z853yBBSr-RxCU,2607
1059
+ fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html,sha256=hPiHsHsJht4BqeHvJx-S3P9Algf3T6KsvaS3qR5uzW4,1692
1060
+ fides/ui-build/static/admin/user-management/new.html,sha256=Rg8ic9ulzO3mc3Qd7pZYBDgJP-lnAiQXJ8c29hKrMCM,1654
1061
+ fides/ui-build/static/admin/user-management/profile/[id].html,sha256=UlrnjI2Na21YWMcqL_BbNhj_lN9dpeWBoeZydlMmjxE,1676
1062
+ ethyca_fides-2.58.1b1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1063
+ ethyca_fides-2.58.1b1.dist-info/METADATA,sha256=7iHKV7ZWMBF-vM9-rle8xrLYFYwtxkAp4Of-uc-DsSU,11361
1064
+ ethyca_fides-2.58.1b1.dist-info/WHEEL,sha256=Kh9pAotZVRFj97E15yTA4iADqXdQfIVTHcNaZTjxeGM,110
1065
+ ethyca_fides-2.58.1b1.dist-info/entry_points.txt,sha256=5WeLH-MlYWywYIbMGVrZkPpjTkdHDDf1p-LXFiF9ATo,41
1066
+ ethyca_fides-2.58.1b1.dist-info/top_level.txt,sha256=vHQkcSYYOh4ECEGL1JSGUAxFWpwO05QGPV0M2aPxqNQ,6
1067
+ ethyca_fides-2.58.1b1.dist-info/RECORD,,
fides/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2025-03-27T11:46:49-0300",
11
+ "date": "2025-03-28T14:58:41-0300",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "0ae28cb4ea10a9ef4126188f00d0a74acd4d0259",
15
- "version": "2.58.0rc1"
14
+ "full-revisionid": "6f59ef7a7e736044d6c7fdef63987d02ea093a7a",
15
+ "version": "2.58.1b1"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
@@ -0,0 +1,56 @@
1
+ """add_reject_all_mechanism_to_privacy_experience_config
2
+
3
+ Revision ID: 67d01c4e124e
4
+ Revises: 1d2f04ac19f2
5
+ Create Date: 2025-03-27 15:26:24.635947
6
+
7
+ """
8
+
9
+ import sqlalchemy as sa
10
+ from alembic import op
11
+ from sqlalchemy.dialects import postgresql
12
+
13
+ # revision identifiers, used by Alembic.
14
+ revision = "67d01c4e124e"
15
+ down_revision = "1d2f04ac19f2"
16
+ branch_labels = None
17
+ depends_on = None
18
+
19
+
20
+ def upgrade():
21
+ # ### commands auto generated by Alembic - please adjust! ###
22
+
23
+ # Add the reject all mechanism enum and column
24
+ op.execute(
25
+ "CREATE TYPE rejectallmechanism AS ENUM ('REJECT_ALL', 'REJECT_CONSENT_ONLY')"
26
+ )
27
+ op.add_column(
28
+ "privacyexperienceconfig",
29
+ sa.Column(
30
+ "reject_all_mechanism",
31
+ sa.Enum("REJECT_ALL", "REJECT_CONSENT_ONLY", name="rejectallmechanism"),
32
+ nullable=True,
33
+ ),
34
+ )
35
+ op.add_column(
36
+ "privacyexperienceconfighistory",
37
+ sa.Column(
38
+ "reject_all_mechanism",
39
+ sa.Enum("REJECT_ALL", "REJECT_CONSENT_ONLY", name="rejectallmechanism"),
40
+ nullable=True,
41
+ ),
42
+ )
43
+
44
+ # Data migration - set the reject_all_mechanism for all TCF experience configs to REJECT_ALL
45
+ op.execute(
46
+ "UPDATE privacyexperienceconfig SET reject_all_mechanism = 'REJECT_ALL' WHERE component = 'tcf_overlay'"
47
+ )
48
+ # ### end Alembic commands ###
49
+
50
+
51
+ def downgrade():
52
+ # ### commands auto generated by Alembic - please adjust! ###
53
+ op.drop_column("privacyexperienceconfig", "reject_all_mechanism")
54
+ op.drop_column("privacyexperienceconfighistory", "reject_all_mechanism")
55
+ op.execute("DROP TYPE IF EXISTS rejectallmechanism")
56
+ # ### end Alembic commands ###
fides/api/db/base.py CHANGED
@@ -8,6 +8,7 @@ from fides.api.models.attachment import Attachment, AttachmentReference
8
8
  from fides.api.models.audit_log import AuditLog
9
9
  from fides.api.models.authentication_request import AuthenticationRequest
10
10
  from fides.api.models.client import ClientDetail
11
+ from fides.api.models.comment import Comment, CommentReference
11
12
  from fides.api.models.connectionconfig import ConnectionConfig
12
13
  from fides.api.models.consent_automation import ConsentAutomation
13
14
  from fides.api.models.custom_asset import CustomAsset
@@ -1,11 +1,13 @@
1
1
  import os
2
2
  from enum import Enum as EnumType
3
- from typing import IO, Any, Optional
3
+ from io import BytesIO
4
+ from typing import IO, TYPE_CHECKING, Any, Optional, Tuple, Union
4
5
 
6
+ from fideslang.validation import AnyHttpUrlString
5
7
  from loguru import logger as log
6
8
  from sqlalchemy import Column
7
9
  from sqlalchemy import Enum as EnumColumn
8
- from sqlalchemy import ForeignKey, String, UniqueConstraint
10
+ from sqlalchemy import ForeignKey, String, UniqueConstraint, orm
9
11
  from sqlalchemy.ext.declarative import declared_attr
10
12
  from sqlalchemy.orm import Session, relationship
11
13
 
@@ -23,6 +25,10 @@ from fides.api.service.storage.util import (
23
25
  get_local_filename,
24
26
  )
25
27
 
28
+ if TYPE_CHECKING:
29
+ from fides.api.models.comment import Comment
30
+ from fides.api.models.privacy_request import PrivacyRequest
31
+
26
32
 
27
33
  class AttachmentType(str, EnumType):
28
34
  """
@@ -53,7 +59,9 @@ class AttachmentReference(Base):
53
59
  """Overriding base class method to set the table name."""
54
60
  return "attachment_reference"
55
61
 
56
- attachment_id = Column(String, ForeignKey("attachment.id"), nullable=False)
62
+ attachment_id = Column(
63
+ String, ForeignKey("attachment.id", ondelete="CASCADE"), nullable=False
64
+ )
57
65
  reference_id = Column(String, nullable=False)
58
66
  reference_type = Column(EnumColumn(AttachmentReferenceType), nullable=False)
59
67
 
@@ -63,11 +71,8 @@ class AttachmentReference(Base):
63
71
  ),
64
72
  )
65
73
 
66
- attachment = relationship(
67
- "Attachment",
68
- back_populates="references",
69
- uselist=False,
70
- )
74
+ # Relationships
75
+ attachment = relationship("Attachment", back_populates="references")
71
76
 
72
77
  @classmethod
73
78
  def create(
@@ -100,8 +105,11 @@ class Attachment(Base):
100
105
  references = relationship(
101
106
  "AttachmentReference",
102
107
  back_populates="attachment",
103
- cascade="all, delete",
108
+ cascade="all, delete-orphan",
104
109
  uselist=True,
110
+ foreign_keys=[AttachmentReference.attachment_id],
111
+ primaryjoin=lambda: Attachment.id
112
+ == orm.foreign(AttachmentReference.attachment_id),
105
113
  )
106
114
 
107
115
  config = relationship(
@@ -127,13 +135,34 @@ class Attachment(Base):
127
135
 
128
136
  if self.config.type == StorageType.local:
129
137
  filename = get_local_filename(self.id)
138
+
139
+ # Validate that attachment is a file-like object
140
+ if not hasattr(attachment, "read"):
141
+ raise TypeError(f"Expected a file-like object, got {type(attachment)}")
142
+
143
+ # Reset the file pointer to the beginning
144
+ try:
145
+ attachment.seek(0)
146
+ except Exception as e:
147
+ raise ValueError(f"Failed to reset file pointer for attachment: {e}")
148
+
149
+ # Write the file in chunks to avoid loading the entire content into memory
130
150
  with open(filename, "wb") as file:
131
- file.write(attachment.read())
151
+ for chunk in iter(
152
+ lambda: attachment.read(1024 * 1024), b""
153
+ ): # 1 MB chunks
154
+ if not isinstance(chunk, bytes):
155
+ raise TypeError(f"Expected bytes, got {type(chunk)}")
156
+ file.write(chunk)
157
+
158
+ log.info(f"Uploaded {self.file_name} to local storage at {filename}")
132
159
  return
133
160
 
134
161
  raise ValueError(f"Unsupported storage type: {self.config.type}")
135
162
 
136
- def retrieve_attachment(self) -> Optional[bytes]:
163
+ def retrieve_attachment(
164
+ self,
165
+ ) -> Optional[Tuple[BytesIO, Union[AnyHttpUrlString, str]]]:
137
166
  """Returns the attachment from S3 in bytes form."""
138
167
  if self.config.type == StorageType.s3:
139
168
  bucket_name = f"{self.config.details[StorageDetails.BUCKET.value]}"
@@ -208,4 +237,44 @@ class Attachment(Base):
208
237
  def delete(self, db: Session) -> None:
209
238
  """Deletes an attachment record from the database and deletes the attachment from S3."""
210
239
  self.delete_attachment_from_storage()
240
+ for attachment_reference in self.references:
241
+ attachment_reference.delete(db)
211
242
  super().delete(db=db)
243
+
244
+ @staticmethod
245
+ def delete_attachments_for_reference_and_type(
246
+ db: Session, reference_id: str, reference_type: AttachmentReferenceType
247
+ ) -> None:
248
+ """
249
+ Deletes attachments associated with a given reference_id and reference_type.
250
+ Deletes all references to the attachments.
251
+
252
+ Args:
253
+ db: Database session
254
+ reference_id: ID of the reference
255
+ reference_type: Type of the reference
256
+
257
+ Examples:
258
+
259
+ - Delete all attachments associated with a comment.
260
+ ``Attachment.delete_attachments_for_reference_and_type(
261
+ db, comment.id, AttachmentReferenceType.comment
262
+ )``
263
+ - Delete all attachments associated with a privacy request.
264
+ ``Attachment.delete_attachments_for_reference_and_type(
265
+ db, privacy_request.id, AttachmentReferenceType.privacy_request
266
+ )``
267
+ """
268
+ # Query attachments explicitly to avoid lazy loading
269
+ attachments = (
270
+ db.query(Attachment)
271
+ .join(AttachmentReference)
272
+ .filter(
273
+ AttachmentReference.reference_id == reference_id,
274
+ AttachmentReference.reference_type == reference_type,
275
+ )
276
+ .all()
277
+ )
278
+
279
+ for attachment in attachments:
280
+ attachment.delete(db)
@@ -3,15 +3,17 @@ from typing import TYPE_CHECKING, Any
3
3
 
4
4
  from sqlalchemy import Column
5
5
  from sqlalchemy import Enum as EnumColumn
6
- from sqlalchemy import ForeignKey, String, UniqueConstraint
6
+ from sqlalchemy import ForeignKey, String, UniqueConstraint, orm
7
7
  from sqlalchemy.ext.declarative import declared_attr
8
8
  from sqlalchemy.orm import Session, relationship
9
9
 
10
10
  from fides.api.db.base_class import Base
11
+ from fides.api.models.attachment import Attachment, AttachmentReferenceType
11
12
 
12
13
  if TYPE_CHECKING:
13
- from fides.api.models.attachment import Attachment
14
+ from fides.api.models.attachment import AttachmentReference
14
15
  from fides.api.models.fides_user import FidesUser
16
+ from fides.api.models.privacy_request import PrivacyRequest
15
17
 
16
18
 
17
19
  class CommentType(str, EnumType):
@@ -87,23 +89,51 @@ class Comment(Base):
87
89
  references = relationship(
88
90
  "CommentReference",
89
91
  back_populates="comment",
90
- cascade="all, delete",
91
- uselist=True,
92
- )
93
-
94
- attachments = relationship(
95
- "Attachment",
96
- secondary="attachment_reference",
97
- primaryjoin="Comment.id == AttachmentReference.reference_id",
98
- secondaryjoin="Attachment.id == AttachmentReference.attachment_id",
99
- order_by="Attachment.created_at",
92
+ cascade="all, delete-orphan",
100
93
  uselist=True,
94
+ foreign_keys=[CommentReference.comment_id],
95
+ primaryjoin=lambda: Comment.id == orm.foreign(CommentReference.comment_id),
101
96
  )
102
97
 
103
98
  def delete(self, db: Session) -> None:
104
99
  """Delete the comment and all associated references."""
105
100
  # Delete the comment
106
- for attachment in self.attachments:
107
- if len(attachment.references) == 1:
108
- attachment.delete(db)
101
+ Attachment.delete_attachments_for_reference_and_type(
102
+ db, self.id, AttachmentReferenceType.comment
103
+ )
104
+ for reference in self.references:
105
+ reference.delete(db)
109
106
  db.delete(self)
107
+
108
+ @staticmethod
109
+ def delete_comments_for_reference_and_type(
110
+ db: Session, reference_id: str, reference_type: CommentReferenceType
111
+ ) -> None:
112
+ """
113
+ Deletes comments associated with a given reference_id and reference_type.
114
+ Delete all references to the comments.
115
+
116
+ Args:
117
+ db: Database session.
118
+ reference_id: The reference id to delete.
119
+ reference_type: The reference type to delete
120
+
121
+ Examples:
122
+ - Delete all comments associated with a privacy request.
123
+ ``Comment.delete_comments_for_reference_and_type(
124
+ db, privacy_request.id, CommentReferenceType.privacy_request
125
+ )``
126
+ """
127
+ # Query comments explicitly to avoid lazy loading
128
+ comments = (
129
+ db.query(Comment)
130
+ .join(CommentReference)
131
+ .filter(
132
+ CommentReference.reference_id == reference_id,
133
+ CommentReference.reference_type == reference_type,
134
+ )
135
+ .all()
136
+ )
137
+
138
+ for comment in comments:
139
+ comment.delete(db)