ethyca-fides 2.58.2b2__py2.py3-none-any.whl → 2.58.2b3__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 (93) hide show
  1. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/METADATA +1 -1
  2. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/RECORD +92 -90
  3. fides/_version.py +3 -3
  4. fides/api/alembic/migrations/versions/99c603c1b8f9_add_password_login_enabled_and_totp_secret_to_fidesuser.py +45 -0
  5. fides/api/api/v1/endpoints/user_endpoints.py +8 -12
  6. fides/api/models/detection_discovery.py +31 -0
  7. fides/api/models/fides_user.py +26 -9
  8. fides/api/models/fides_user_invite.py +2 -0
  9. fides/api/schemas/user.py +5 -1
  10. fides/api/service/deps.py +9 -0
  11. fides/service/user/__init__.py +0 -0
  12. fides/service/user/user_service.py +140 -0
  13. fides/ui-build/static/admin/404.html +1 -1
  14. fides/ui-build/static/admin/_next/static/{F-2Pz9ByzGwcvQtVLstwR → S7gURhIaHGAv7MFBTEOOS}/_buildManifest.js +1 -1
  15. fides/ui-build/static/admin/_next/static/chunks/pages/{_app-4a5be35cd8f832c0.js → _app-fbe3db87623c87a0.js} +1 -1
  16. fides/ui-build/static/admin/_next/static/chunks/pages/integrations/{[id]-9ef6b422ae7bc2a8.js → [id]-b75ab4ee677f118d.js} +1 -1
  17. fides/ui-build/static/admin/add-systems/manual.html +1 -1
  18. fides/ui-build/static/admin/add-systems/multiple.html +1 -1
  19. fides/ui-build/static/admin/add-systems.html +1 -1
  20. fides/ui-build/static/admin/ant-poc.html +1 -1
  21. fides/ui-build/static/admin/consent/configure/add-vendors.html +1 -1
  22. fides/ui-build/static/admin/consent/configure.html +1 -1
  23. fides/ui-build/static/admin/consent/privacy-experience/[id].html +1 -1
  24. fides/ui-build/static/admin/consent/privacy-experience/new.html +1 -1
  25. fides/ui-build/static/admin/consent/privacy-experience.html +1 -1
  26. fides/ui-build/static/admin/consent/privacy-notices/[id].html +1 -1
  27. fides/ui-build/static/admin/consent/privacy-notices/new.html +1 -1
  28. fides/ui-build/static/admin/consent/privacy-notices.html +1 -1
  29. fides/ui-build/static/admin/consent/properties.html +1 -1
  30. fides/ui-build/static/admin/consent/reporting.html +1 -1
  31. fides/ui-build/static/admin/consent.html +1 -1
  32. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn].html +1 -1
  33. fides/ui-build/static/admin/data-catalog/[systemId]/projects/[projectUrn].html +1 -1
  34. fides/ui-build/static/admin/data-catalog/[systemId]/projects.html +1 -1
  35. fides/ui-build/static/admin/data-catalog/[systemId]/resources/[resourceUrn].html +1 -1
  36. fides/ui-build/static/admin/data-catalog/[systemId]/resources.html +1 -1
  37. fides/ui-build/static/admin/data-catalog.html +1 -1
  38. fides/ui-build/static/admin/data-discovery/action-center/[monitorId]/[systemId].html +1 -1
  39. fides/ui-build/static/admin/data-discovery/action-center/[monitorId].html +1 -1
  40. fides/ui-build/static/admin/data-discovery/action-center.html +1 -1
  41. fides/ui-build/static/admin/data-discovery/activity.html +1 -1
  42. fides/ui-build/static/admin/data-discovery/detection/[resourceUrn].html +1 -1
  43. fides/ui-build/static/admin/data-discovery/detection.html +1 -1
  44. fides/ui-build/static/admin/data-discovery/discovery/[resourceUrn].html +1 -1
  45. fides/ui-build/static/admin/data-discovery/discovery.html +1 -1
  46. fides/ui-build/static/admin/datamap.html +1 -1
  47. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName]/[...subfieldNames].html +1 -1
  48. fides/ui-build/static/admin/dataset/[datasetId]/[collectionName].html +1 -1
  49. fides/ui-build/static/admin/dataset/[datasetId].html +1 -1
  50. fides/ui-build/static/admin/dataset/new.html +1 -1
  51. fides/ui-build/static/admin/dataset.html +1 -1
  52. fides/ui-build/static/admin/datastore-connection/[id].html +1 -1
  53. fides/ui-build/static/admin/datastore-connection/new.html +1 -1
  54. fides/ui-build/static/admin/datastore-connection.html +1 -1
  55. fides/ui-build/static/admin/index.html +1 -1
  56. fides/ui-build/static/admin/integrations/[id].html +1 -1
  57. fides/ui-build/static/admin/integrations.html +1 -1
  58. fides/ui-build/static/admin/login/[provider].html +1 -1
  59. fides/ui-build/static/admin/login.html +1 -1
  60. fides/ui-build/static/admin/messaging/[id].html +1 -1
  61. fides/ui-build/static/admin/messaging/add-template.html +1 -1
  62. fides/ui-build/static/admin/messaging.html +1 -1
  63. fides/ui-build/static/admin/privacy-requests/[id].html +1 -1
  64. fides/ui-build/static/admin/privacy-requests/configure/messaging.html +1 -1
  65. fides/ui-build/static/admin/privacy-requests/configure/storage.html +1 -1
  66. fides/ui-build/static/admin/privacy-requests/configure.html +1 -1
  67. fides/ui-build/static/admin/privacy-requests.html +1 -1
  68. fides/ui-build/static/admin/properties/[id].html +1 -1
  69. fides/ui-build/static/admin/properties/add-property.html +1 -1
  70. fides/ui-build/static/admin/properties.html +1 -1
  71. fides/ui-build/static/admin/reporting/datamap.html +1 -1
  72. fides/ui-build/static/admin/settings/about.html +1 -1
  73. fides/ui-build/static/admin/settings/consent.html +1 -1
  74. fides/ui-build/static/admin/settings/custom-fields.html +1 -1
  75. fides/ui-build/static/admin/settings/domain-records.html +1 -1
  76. fides/ui-build/static/admin/settings/domains.html +1 -1
  77. fides/ui-build/static/admin/settings/email-templates.html +1 -1
  78. fides/ui-build/static/admin/settings/locations.html +1 -1
  79. fides/ui-build/static/admin/settings/organization.html +1 -1
  80. fides/ui-build/static/admin/settings/regulations.html +1 -1
  81. fides/ui-build/static/admin/systems/configure/[id]/test-datasets.html +1 -1
  82. fides/ui-build/static/admin/systems/configure/[id].html +1 -1
  83. fides/ui-build/static/admin/systems.html +1 -1
  84. fides/ui-build/static/admin/taxonomy.html +1 -1
  85. fides/ui-build/static/admin/user-management/new.html +1 -1
  86. fides/ui-build/static/admin/user-management/profile/[id].html +1 -1
  87. fides/ui-build/static/admin/user-management.html +1 -1
  88. fides/api/service/user/fides_user_service.py +0 -128
  89. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/LICENSE +0 -0
  90. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/WHEEL +0 -0
  91. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/entry_points.txt +0 -0
  92. {ethyca_fides-2.58.2b2.dist-info → ethyca_fides-2.58.2b3.dist-info}/top_level.txt +0 -0
  93. /fides/ui-build/static/admin/_next/static/{F-2Pz9ByzGwcvQtVLstwR → S7gURhIaHGAv7MFBTEOOS}/_ssgManifest.js +0 -0
fides/api/schemas/user.py CHANGED
@@ -3,7 +3,7 @@ from datetime import datetime
3
3
  from enum import Enum
4
4
  from typing import Optional
5
5
 
6
- from pydantic import EmailStr, field_validator
6
+ from pydantic import ConfigDict, EmailStr, field_validator
7
7
 
8
8
  from fides.api.cryptography.cryptographic_util import decode_password
9
9
  from fides.api.schemas.base_class import FidesSchema
@@ -27,6 +27,8 @@ class UserCreate(FidesSchema):
27
27
  last_name: Optional[str] = None
28
28
  disabled: bool = False
29
29
 
30
+ model_config = ConfigDict(extra="ignore")
31
+
30
32
  @field_validator("username")
31
33
  @classmethod
32
34
  def validate_username(cls, username: str) -> str:
@@ -140,6 +142,8 @@ class UserUpdate(FidesSchema):
140
142
  first_name: Optional[str] = None
141
143
  last_name: Optional[str] = None
142
144
 
145
+ model_config = ConfigDict(extra="ignore")
146
+
143
147
 
144
148
  class DisabledReason(Enum):
145
149
  """Reasons for why a user is disabled"""
fides/api/service/deps.py CHANGED
@@ -8,6 +8,7 @@ from fides.service.dataset.dataset_config_service import DatasetConfigService
8
8
  from fides.service.dataset.dataset_service import DatasetService
9
9
  from fides.service.messaging.messaging_service import MessagingService
10
10
  from fides.service.privacy_request.privacy_request_service import PrivacyRequestService
11
+ from fides.service.user.user_service import UserService
11
12
 
12
13
 
13
14
  def get_messaging_service(
@@ -32,3 +33,11 @@ def get_dataset_service(db: Session = Depends(get_db)) -> DatasetService:
32
33
 
33
34
  def get_dataset_config_service(db: Session = Depends(get_db)) -> DatasetConfigService:
34
35
  return DatasetConfigService(db)
36
+
37
+
38
+ def get_user_service(
39
+ db: Session = Depends(get_db),
40
+ config: FidesConfig = Depends(get_config),
41
+ config_proxy: ConfigProxy = Depends(get_config_proxy),
42
+ ) -> UserService:
43
+ return UserService(db, config, config_proxy)
File without changes
@@ -0,0 +1,140 @@
1
+ import uuid
2
+ from datetime import datetime
3
+ from typing import Optional, Tuple
4
+
5
+ from loguru import logger
6
+ from sqlalchemy.orm import Session
7
+
8
+ from fides.api.api.v1.endpoints.messaging_endpoints import user_email_invite_status
9
+ from fides.api.common_exceptions import AuthorizationError
10
+ from fides.api.models.client import ClientDetail
11
+ from fides.api.models.fides_user import FidesUser
12
+ from fides.api.models.fides_user_invite import FidesUserInvite
13
+ from fides.api.schemas.messaging.messaging import (
14
+ MessagingActionType,
15
+ UserInviteBodyParams,
16
+ )
17
+ from fides.api.schemas.redis_cache import Identity
18
+ from fides.api.service.messaging.message_dispatch_service import dispatch_message
19
+ from fides.config import FidesConfig
20
+ from fides.config.config_proxy import ConfigProxy
21
+
22
+
23
+ class UserService:
24
+ def __init__(self, db: Session, config: FidesConfig, config_proxy: ConfigProxy):
25
+ self.db = db
26
+ self.config = config
27
+ self.config_proxy = config_proxy
28
+
29
+ def invite_user(self, user: FidesUser) -> None:
30
+ """
31
+ Generates a user invite and sends the invite code to the user via email.
32
+
33
+ This is a no-op if email messaging isn't configured.
34
+ """
35
+
36
+ # invite user via email if email messaging is enabled and the Admin UI URL is defined
37
+ if user_email_invite_status(db=self.db, config_proxy=self.config_proxy).enabled:
38
+ invite_code = str(uuid.uuid4())
39
+ FidesUserInvite.create(
40
+ db=self.db, data={"username": user.username, "invite_code": invite_code}
41
+ )
42
+ user.update(self.db, data={"disabled": True})
43
+ # TODO: refactor to use MessagingService
44
+ dispatch_message(
45
+ self.db,
46
+ action_type=MessagingActionType.USER_INVITE,
47
+ to_identity=Identity(email=user.email_address),
48
+ service_type=self.config_proxy.notifications.notification_service_type,
49
+ message_body_params=UserInviteBodyParams(
50
+ username=user.username, invite_code=invite_code
51
+ ),
52
+ )
53
+ else:
54
+ logger.debug(
55
+ "Skipping invitation email, an email messaging provider is not enabled",
56
+ )
57
+
58
+ def perform_login(
59
+ self,
60
+ client_id_byte_length: int,
61
+ client_secret_byte_length: int,
62
+ user: FidesUser,
63
+ skip_save: Optional[bool] = False,
64
+ ) -> ClientDetail:
65
+ """Performs a login by updating the FidesUser instance and creating and returning
66
+ an associated ClientDetail.
67
+
68
+ If the username or password was bad, skip_save should be True. We still run through
69
+ parallel operations to keep the timing of operations similar, but should skip
70
+ saving to the database.
71
+ """
72
+
73
+ client = user.client
74
+ if not client:
75
+ logger.info("Creating client for login")
76
+ client, _ = ClientDetail.create_client_and_secret(
77
+ self.db,
78
+ client_id_byte_length,
79
+ client_secret_byte_length,
80
+ scopes=[], # type: ignore
81
+ roles=user.permissions.roles, # type: ignore
82
+ systems=user.system_ids, # type: ignore
83
+ user_id=user.id,
84
+ in_memory=skip_save, # If login flow has already errored, don't persist this to the database
85
+ )
86
+ else:
87
+ # Refresh the client just in case - for example, scopes and roles were added via the db directly.
88
+ client.roles = user.permissions.roles # type: ignore
89
+ client.systems = user.system_ids # type: ignore
90
+ if not skip_save:
91
+ client.save(self.db)
92
+
93
+ if user.permissions and (not user.permissions.roles and not user.systems): # type: ignore
94
+ logger.warning("User {} needs roles or systems to login.", user.id)
95
+ raise AuthorizationError(detail="Not Authorized for this action")
96
+
97
+ if not skip_save:
98
+ user.last_login_at = datetime.utcnow()
99
+ user.save(self.db)
100
+
101
+ return client
102
+
103
+ def accept_invite(
104
+ self, user: FidesUser, new_password: str
105
+ ) -> Tuple[FidesUser, str]:
106
+ """
107
+ Updates the user password and enables the user. Also removes the user invite from the database.
108
+ Returns a tuple of the updated user and their access code.
109
+ """
110
+
111
+ # update password and enable
112
+ user.update_password(db=self.db, new_password=new_password)
113
+ user.update(
114
+ self.db,
115
+ data={"disabled": False, "disabled_reason": None},
116
+ )
117
+ self.db.refresh(user)
118
+
119
+ # delete invite
120
+ if user.username:
121
+ invite = FidesUserInvite.get_by(
122
+ db=self.db, field="username", value=user.username
123
+ )
124
+ if invite:
125
+ invite.delete(self.db)
126
+ else:
127
+ logger.warning("Username is missing, skipping invite deletion.")
128
+
129
+ client = self.perform_login(
130
+ self.config.security.oauth_client_id_length_bytes,
131
+ self.config.security.oauth_client_secret_length_bytes,
132
+ user,
133
+ )
134
+
135
+ logger.info("Creating login access token")
136
+ access_code = client.create_access_code_jwe(
137
+ self.config.security.app_encryption_key
138
+ )
139
+
140
+ return user, access_code
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link data-next-font="" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/cf2744a40308fc4a.css" as="style"/><link rel="stylesheet" href="/_next/static/css/cf2744a40308fc4a.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-2c7ccac5843c4d8e.js" defer=""></script><script src="/_next/static/chunks/framework-c92fc3344e6fd165.js" defer=""></script><script src="/_next/static/chunks/main-090643377c8254e6.js" defer=""></script><script src="/_next/static/chunks/pages/_app-4a5be35cd8f832c0.js" defer=""></script><script src="/_next/static/chunks/pages/404-b202c0d8f6fc75c3.js" defer=""></script><script src="/_next/static/F-2Pz9ByzGwcvQtVLstwR/_buildManifest.js" defer=""></script><script src="/_next/static/F-2Pz9ByzGwcvQtVLstwR/_ssgManifest.js" defer=""></script><style>.data-ant-cssinjs-cache-path{content:"";}</style></head><body><div id="__next"><div style="height:100%;display:flex"></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"F-2Pz9ByzGwcvQtVLstwR","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><link data-next-font="" rel="preconnect" href="/" crossorigin="anonymous"/><link rel="preload" href="/_next/static/css/cf2744a40308fc4a.css" as="style"/><link rel="stylesheet" href="/_next/static/css/cf2744a40308fc4a.css" data-n-g=""/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-2c7ccac5843c4d8e.js" defer=""></script><script src="/_next/static/chunks/framework-c92fc3344e6fd165.js" defer=""></script><script src="/_next/static/chunks/main-090643377c8254e6.js" defer=""></script><script src="/_next/static/chunks/pages/_app-fbe3db87623c87a0.js" defer=""></script><script src="/_next/static/chunks/pages/404-b202c0d8f6fc75c3.js" defer=""></script><script src="/_next/static/S7gURhIaHGAv7MFBTEOOS/_buildManifest.js" defer=""></script><script src="/_next/static/S7gURhIaHGAv7MFBTEOOS/_ssgManifest.js" defer=""></script><style>.data-ant-cssinjs-cache-path{content:"";}</style></head><body><div id="__next"><div style="height:100%;display:flex"></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{}},"page":"/404","query":{},"buildId":"S7gURhIaHGAv7MFBTEOOS","nextExport":true,"autoExport":true,"isFallback":false,"scriptLoader":[]}</script></body></html>
@@ -1 +1 @@
1
- self.__BUILD_MANIFEST=function(s,a,e,t,c,n,i,d,o,r,u,g,p,f,j,b,k,h,m,y,l,v,I,U,_,w,q,x,N,B,F,z,A,D,E,L,M,S,T,C,P,G,H,J,K,O,Q,R){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[q,"static/chunks/pages/index-b70def65e264270e.js"],"/404":["static/chunks/pages/404-b202c0d8f6fc75c3.js"],"/_error":["static/chunks/pages/_error-bede3a8288930dcf.js"],"/add-systems":[q,"static/chunks/pages/add-systems-fac606150b65d494.js"],"/add-systems/manual":[s,a,t,c,n,b,e,o,g,k,h,y,x,i,"static/chunks/pages/add-systems/manual-9f9500c639362aa6.js"],"/add-systems/multiple":[s,a,e,g,l,N,"static/chunks/pages/add-systems/multiple-ba975134a85588f8.js"],"/ant-poc":["static/chunks/pages/ant-poc-b9932971a479f3a7.js"],"/consent":["static/chunks/pages/consent-39d65f13cc8f1cf8.js"],"/consent/configure":[s,a,e,g,l,"static/chunks/pages/consent/configure-a4e636eecaba5324.js"],"/consent/configure/add-vendors":[s,a,e,g,l,N,"static/chunks/pages/consent/configure/add-vendors-b34e5324461d0c87.js"],"/consent/privacy-experience":[s,a,b,e,B,"static/chunks/pages/consent/privacy-experience-ba5325035c71a97e.js"],"/consent/privacy-experience/new":[t,c,p,F,d,m,z,"static/chunks/pages/consent/privacy-experience/new-c02b14c50b19bd91.js"],"/consent/privacy-experience/[id]":[t,c,p,F,d,m,z,"static/chunks/pages/consent/privacy-experience/[id]-ab3ef485f6101697.js"],"/consent/privacy-notices":[s,a,e,B,"static/chunks/pages/consent/privacy-notices-ef31c181cac86c64.js"],"/consent/privacy-notices/new":[t,c,p,A,d,m,D,"static/chunks/pages/consent/privacy-notices/new-9611dd42856d6062.js"],"/consent/privacy-notices/[id]":[t,c,p,A,d,m,D,"static/chunks/pages/consent/privacy-notices/[id]-606457ef5bd1eb04.js"],"/consent/properties":[s,a,e,E,"static/chunks/pages/consent/properties-e5748812ba055a56.js"],"/consent/reporting":[s,a,t,e,"static/chunks/pages/consent/reporting-100234c23a85d235.js"],"/data-catalog":[s,a,t,c,n,e,"static/css/95ac327e5d70148d.css","static/chunks/pages/data-catalog-49bffaf07973fead.js"],"/data-catalog/[systemId]/projects":[s,a,t,c,n,e,f,v,i,"static/chunks/pages/data-catalog/[systemId]/projects-c44ce244122e96d5.js"],"/data-catalog/[systemId]/projects/[projectUrn]":[s,a,e,L,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]-a29850536c85d4b8.js"],"/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]":[s,a,t,c,n,e,f,v,M,i,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]-ac033a16f043e6f9.js"],"/data-catalog/[systemId]/resources":[s,a,e,L,"static/chunks/pages/data-catalog/[systemId]/resources-305555b74c357bf2.js"],"/data-catalog/[systemId]/resources/[resourceUrn]":[s,a,t,c,n,e,f,v,M,i,"static/chunks/pages/data-catalog/[systemId]/resources/[resourceUrn]-71e26d262afcaea5.js"],"/data-discovery/action-center":[s,a,e,"static/chunks/pages/data-discovery/action-center-719949074f10bd6e.js"],"/data-discovery/action-center/[monitorId]":[s,a,t,c,n,e,r,h,"static/chunks/pages/data-discovery/action-center/[monitorId]-53efbed54d230f07.js"],"/data-discovery/action-center/[monitorId]/[systemId]":[s,a,t,c,n,e,h,y,i,"static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-727f1f5d06be674b.js"],"/data-discovery/activity":[s,a,e,r,I,"static/chunks/pages/data-discovery/activity-4892603e743cd6ab.js"],"/data-discovery/detection":[s,a,e,r,I,S,"static/chunks/pages/data-discovery/detection-b75dd3e4306ac18e.js"],"/data-discovery/detection/[resourceUrn]":[s,a,e,r,I,S,"static/chunks/pages/data-discovery/detection/[resourceUrn]-054ca46a782e99a5.js"],"/data-discovery/discovery":[s,a,t,c,n,e,r,f,T,i,"static/chunks/pages/data-discovery/discovery-cad50b0cc6d1050c.js"],"/data-discovery/discovery/[resourceUrn]":[s,a,t,c,n,e,r,f,T,i,"static/chunks/pages/data-discovery/discovery/[resourceUrn]-1da20aeb6fc995e4.js"],"/datamap":[s,a,"static/chunks/255-7db55b0e3a0f9dea.js",e,o,k,C,"static/chunks/pages/datamap-8cb714cdd44ac40e.js"],"/dataset":[s,a,u,e,j,"static/chunks/pages/dataset-29317d18ce34adfe.js"],"/dataset/new":[u,j,"static/chunks/pages/dataset/new-4d4a31d0186a4a5b.js"],"/dataset/[datasetId]":[s,a,"static/chunks/9729-fcf6ff4e3534e4a8.js",e,U,"static/chunks/pages/dataset/[datasetId]-6ba18f92ba561114.js"],"/dataset/[datasetId]/[collectionName]":[s,a,t,c,n,_,e,U,i,"static/chunks/pages/dataset/[datasetId]/[collectionName]-7e5df4a0de7540bb.js"],"/dataset/[datasetId]/[collectionName]/[...subfieldNames]":[s,a,t,c,n,_,e,U,i,"static/chunks/pages/dataset/[datasetId]/[collectionName]/[...subfieldNames]-d79551d4c64c398c.js"],"/datastore-connection":["static/css/5f393dea1c0d031c.css","static/chunks/pages/datastore-connection-d2f88a8fc68944db.js"],"/datastore-connection/new":[u,b,j,P,"static/chunks/pages/datastore-connection/new-f0a4e385c1ad8fee.js"],"/datastore-connection/[id]":[u,j,P,"static/chunks/pages/datastore-connection/[id]-14c57e5069e9cccd.js"],"/fides-js-docs":["static/chunks/2fbcc6de-a6c61724c327e9fa.js","static/chunks/e3251fe7-5777b5d778e6fffa.js",t,c,n,u,_,G,"static/css/ab65b8cc3144bfc8.css","static/chunks/905-8ab919e7b274ed50.js","static/chunks/pages/fides-js-docs-80b241bf6cddb72e.js"],"/integrations":[t,c,n,"static/chunks/6834-dcda0a8ed484775e.js",H,"static/chunks/pages/integrations-ef8000d7388dc915.js"],"/integrations/[id]":[s,a,t,c,n,"static/chunks/9255-336a890ada321f89.js",e,H,"static/chunks/pages/integrations/[id]-9ef6b422ae7bc2a8.js"],"/login":["static/chunks/pages/login-0cb0eb44bf2dd24c.js"],"/login/[provider]":["static/chunks/pages/login/[provider]-c58beef131c3a82d.js"],"/messaging":[s,a,t,c,n,e,"static/chunks/pages/messaging-1e60754abec1ee6b.js"],"/messaging/add-template":[d,J,"static/chunks/pages/messaging/add-template-f9693cb6a0b7ded8.js"],"/messaging/[id]":[d,J,"static/chunks/pages/messaging/[id]-ad02e019b2467958.js"],"/privacy-requests":[s,a,e,K,"static/chunks/pages/privacy-requests-b0f801d66e79a31a.js"],"/privacy-requests/configure":["static/chunks/pages/privacy-requests/configure-2987edc77388e85a.js"],"/privacy-requests/configure/messaging":["static/chunks/pages/privacy-requests/configure/messaging-5e2687ab5ab10275.js"],"/privacy-requests/configure/storage":["static/chunks/pages/privacy-requests/configure/storage-2914aade73dcaecc.js"],"/privacy-requests/[id]":[K,"static/css/15fb7d4837a1de34.css","static/chunks/pages/privacy-requests/[id]-72d64a02b7ef175e.js"],"/properties":[s,a,e,E,"static/chunks/pages/properties-20ca2f963906674b.js"],"/properties/add-property":[d,O,"static/chunks/pages/properties/add-property-630a6a3dd6502ba6.js"],"/properties/[id]":[d,O,"static/chunks/pages/properties/[id]-94e2faa73dd6a3e6.js"],"/reporting/datamap":[s,a,t,c,n,G,e,o,k,C,"static/chunks/pages/reporting/datamap-f035cddf17f4d898.js"],"/settings/about":["static/chunks/pages/settings/about-2ae030f3a28f057a.js"],"/settings/consent":["static/chunks/pages/settings/consent-3ac1e5d3de5dd4a7.js"],"/settings/custom-fields":[s,a,e,o,"static/chunks/pages/settings/custom-fields-dfcd7a4b6aa773bd.js"],"/settings/domain-records":[s,a,e,"static/chunks/pages/settings/domain-records-72ec54ee8755a503.js"],"/settings/domains":["static/chunks/pages/settings/domains-24cba38685dc872c.js"],"/settings/email-templates":["static/chunks/pages/settings/email-templates-6fd6071e2009b8f2.js"],"/settings/locations":[s,Q,"static/chunks/pages/settings/locations-66c757325cb58467.js"],"/settings/organization":["static/chunks/pages/settings/organization-0e0aa552f520f913.js"],"/settings/regulations":[s,Q,"static/chunks/pages/settings/regulations-c6c239996cfa6ae8.js"],"/systems":[s,a,e,"static/chunks/pages/systems-8490aaaee9d76a4a.js"],"/systems/configure/[id]":[s,a,t,c,n,b,e,o,g,k,h,y,x,i,"static/chunks/pages/systems/configure/[id]-a158fa77df288523.js"],"/systems/configure/[id]/test-datasets":[u,j,"static/chunks/pages/systems/configure/[id]/test-datasets-1d83d5178b3eb216.js"],"/taxonomy":["static/chunks/678d4732-50255cc09048e643.js",t,c,n,p,"static/chunks/570-c99f07161bd339cd.js",o,"static/css/34a7eb08b86ddb57.css","static/chunks/pages/taxonomy-be1ffe267b1602e1.js"],"/user-management":[w,"static/chunks/pages/user-management-3ca3c687e72d1364.js"],"/user-management/new":[w,R,"static/chunks/pages/user-management/new-f8bca2e322ddf252.js"],"/user-management/profile/[id]":[w,R,"static/chunks/pages/user-management/profile/[id]-c0378fd1a26a71da.js"],sortedPages:["/","/404","/_app","/_error","/add-systems","/add-systems/manual","/add-systems/multiple","/ant-poc","/consent","/consent/configure","/consent/configure/add-vendors","/consent/privacy-experience","/consent/privacy-experience/new","/consent/privacy-experience/[id]","/consent/privacy-notices","/consent/privacy-notices/new","/consent/privacy-notices/[id]","/consent/properties","/consent/reporting","/data-catalog","/data-catalog/[systemId]/projects","/data-catalog/[systemId]/projects/[projectUrn]","/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]","/data-catalog/[systemId]/resources","/data-catalog/[systemId]/resources/[resourceUrn]","/data-discovery/action-center","/data-discovery/action-center/[monitorId]","/data-discovery/action-center/[monitorId]/[systemId]","/data-discovery/activity","/data-discovery/detection","/data-discovery/detection/[resourceUrn]","/data-discovery/discovery","/data-discovery/discovery/[resourceUrn]","/datamap","/dataset","/dataset/new","/dataset/[datasetId]","/dataset/[datasetId]/[collectionName]","/dataset/[datasetId]/[collectionName]/[...subfieldNames]","/datastore-connection","/datastore-connection/new","/datastore-connection/[id]","/fides-js-docs","/integrations","/integrations/[id]","/login","/login/[provider]","/messaging","/messaging/add-template","/messaging/[id]","/privacy-requests","/privacy-requests/configure","/privacy-requests/configure/messaging","/privacy-requests/configure/storage","/privacy-requests/[id]","/properties","/properties/add-property","/properties/[id]","/reporting/datamap","/settings/about","/settings/consent","/settings/custom-fields","/settings/domain-records","/settings/domains","/settings/email-templates","/settings/locations","/settings/organization","/settings/regulations","/systems","/systems/configure/[id]","/systems/configure/[id]/test-datasets","/taxonomy","/user-management","/user-management/new","/user-management/profile/[id]"]}}("static/chunks/c78d26b1-88a3e1bacb2a03c2.js","static/chunks/6060-cb1ab5be7067bf7b.js","static/chunks/4481-275aa9f4c10bce53.js","static/chunks/2858-0b44609b6be7850b.js","static/chunks/2866-a73888c17a195cbe.js","static/chunks/9278-9b1b5970f0702668.js","static/css/d2d4e9a6923e6730.css","static/chunks/9282-2bfbdca45e84e810.js","static/chunks/7980-72f745bff9fabcc9.js","static/chunks/9999-637e0e5341f15f4a.js","static/chunks/6527-0eed08abe252a918.js","static/chunks/355-8a77c9a1cd027f2e.js","static/chunks/4294-5b3aa9d605217915.js","static/chunks/6372-e0bb9f8d07cc3b04.js","static/chunks/9327-2cba327d10586683.js","static/chunks/5277-e8a036319456127f.js","static/chunks/8499-43606100edf42fdf.js","static/chunks/146-0ae2d30ec71fce09.js","static/chunks/1376-03e7f50e708b7589.js","static/chunks/3938-6a1c07d06a80cf4c.js","static/chunks/4723-1dd1d16f404d56a2.js","static/chunks/7751-a70fe0e5f67f5538.js","static/chunks/6315-1adb10a8b98b4a13.js","static/chunks/5487-8678d75ee1d1ef09.js","static/chunks/8702-d1c8296f9f6afc10.js","static/chunks/5480-52dc446be40725f5.js","static/css/972dc7eef106ee7c.css","static/chunks/4450-6a8aa0d7358ac26f.js","static/chunks/5826-ef0aa43ffad83acc.js","static/chunks/6853-09e831e9dff7fd3b.js","static/chunks/9014-eeae6f581158e645.js","static/chunks/1817-f82105a9608bba1a.js","static/chunks/3615-5e2d062d684b8fa1.js","static/chunks/6954-baa1d873abfe8b77.js","static/chunks/79-8e060d36d36c752c.js","static/chunks/3872-472bb47eb34d8fdb.js","static/chunks/3855-63495367531cb776.js","static/chunks/2397-0d1c289b788fcc11.js","static/chunks/9046-8a5fdd335a76d224.js","static/chunks/5258-cf7b27ef51f38392.js","static/chunks/9767-8179ce7336727141.js","static/chunks/9187-851756440f79cd75.js","static/chunks/5973-d3d3872692c1d0fa.js","static/chunks/1100-053fc6b76c65a00f.js","static/chunks/8433-b3008ecaf9834e7f.js","static/chunks/4060-53a5c6347690a8fa.js","static/chunks/3086-b5054ec2c75700b9.js","static/chunks/1150-2642cd9cdc8a52f6.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
1
+ self.__BUILD_MANIFEST=function(s,a,e,t,c,n,i,d,o,r,u,g,p,f,j,b,k,h,m,y,l,v,I,U,_,w,q,x,N,B,F,z,A,D,E,L,M,S,T,C,P,G,H,J,K,O,Q,R){return{__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},"/":[q,"static/chunks/pages/index-b70def65e264270e.js"],"/404":["static/chunks/pages/404-b202c0d8f6fc75c3.js"],"/_error":["static/chunks/pages/_error-bede3a8288930dcf.js"],"/add-systems":[q,"static/chunks/pages/add-systems-fac606150b65d494.js"],"/add-systems/manual":[s,a,t,c,n,b,e,o,g,k,h,y,x,i,"static/chunks/pages/add-systems/manual-9f9500c639362aa6.js"],"/add-systems/multiple":[s,a,e,g,l,N,"static/chunks/pages/add-systems/multiple-ba975134a85588f8.js"],"/ant-poc":["static/chunks/pages/ant-poc-b9932971a479f3a7.js"],"/consent":["static/chunks/pages/consent-39d65f13cc8f1cf8.js"],"/consent/configure":[s,a,e,g,l,"static/chunks/pages/consent/configure-a4e636eecaba5324.js"],"/consent/configure/add-vendors":[s,a,e,g,l,N,"static/chunks/pages/consent/configure/add-vendors-b34e5324461d0c87.js"],"/consent/privacy-experience":[s,a,b,e,B,"static/chunks/pages/consent/privacy-experience-ba5325035c71a97e.js"],"/consent/privacy-experience/new":[t,c,p,F,d,m,z,"static/chunks/pages/consent/privacy-experience/new-c02b14c50b19bd91.js"],"/consent/privacy-experience/[id]":[t,c,p,F,d,m,z,"static/chunks/pages/consent/privacy-experience/[id]-ab3ef485f6101697.js"],"/consent/privacy-notices":[s,a,e,B,"static/chunks/pages/consent/privacy-notices-ef31c181cac86c64.js"],"/consent/privacy-notices/new":[t,c,p,A,d,m,D,"static/chunks/pages/consent/privacy-notices/new-9611dd42856d6062.js"],"/consent/privacy-notices/[id]":[t,c,p,A,d,m,D,"static/chunks/pages/consent/privacy-notices/[id]-606457ef5bd1eb04.js"],"/consent/properties":[s,a,e,E,"static/chunks/pages/consent/properties-e5748812ba055a56.js"],"/consent/reporting":[s,a,t,e,"static/chunks/pages/consent/reporting-100234c23a85d235.js"],"/data-catalog":[s,a,t,c,n,e,"static/css/95ac327e5d70148d.css","static/chunks/pages/data-catalog-49bffaf07973fead.js"],"/data-catalog/[systemId]/projects":[s,a,t,c,n,e,f,v,i,"static/chunks/pages/data-catalog/[systemId]/projects-c44ce244122e96d5.js"],"/data-catalog/[systemId]/projects/[projectUrn]":[s,a,e,L,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]-a29850536c85d4b8.js"],"/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]":[s,a,t,c,n,e,f,v,M,i,"static/chunks/pages/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]-ac033a16f043e6f9.js"],"/data-catalog/[systemId]/resources":[s,a,e,L,"static/chunks/pages/data-catalog/[systemId]/resources-305555b74c357bf2.js"],"/data-catalog/[systemId]/resources/[resourceUrn]":[s,a,t,c,n,e,f,v,M,i,"static/chunks/pages/data-catalog/[systemId]/resources/[resourceUrn]-71e26d262afcaea5.js"],"/data-discovery/action-center":[s,a,e,"static/chunks/pages/data-discovery/action-center-719949074f10bd6e.js"],"/data-discovery/action-center/[monitorId]":[s,a,t,c,n,e,r,h,"static/chunks/pages/data-discovery/action-center/[monitorId]-53efbed54d230f07.js"],"/data-discovery/action-center/[monitorId]/[systemId]":[s,a,t,c,n,e,h,y,i,"static/chunks/pages/data-discovery/action-center/[monitorId]/[systemId]-727f1f5d06be674b.js"],"/data-discovery/activity":[s,a,e,r,I,"static/chunks/pages/data-discovery/activity-4892603e743cd6ab.js"],"/data-discovery/detection":[s,a,e,r,I,S,"static/chunks/pages/data-discovery/detection-b75dd3e4306ac18e.js"],"/data-discovery/detection/[resourceUrn]":[s,a,e,r,I,S,"static/chunks/pages/data-discovery/detection/[resourceUrn]-054ca46a782e99a5.js"],"/data-discovery/discovery":[s,a,t,c,n,e,r,f,T,i,"static/chunks/pages/data-discovery/discovery-cad50b0cc6d1050c.js"],"/data-discovery/discovery/[resourceUrn]":[s,a,t,c,n,e,r,f,T,i,"static/chunks/pages/data-discovery/discovery/[resourceUrn]-1da20aeb6fc995e4.js"],"/datamap":[s,a,"static/chunks/255-7db55b0e3a0f9dea.js",e,o,k,C,"static/chunks/pages/datamap-8cb714cdd44ac40e.js"],"/dataset":[s,a,u,e,j,"static/chunks/pages/dataset-29317d18ce34adfe.js"],"/dataset/new":[u,j,"static/chunks/pages/dataset/new-4d4a31d0186a4a5b.js"],"/dataset/[datasetId]":[s,a,"static/chunks/9729-fcf6ff4e3534e4a8.js",e,U,"static/chunks/pages/dataset/[datasetId]-6ba18f92ba561114.js"],"/dataset/[datasetId]/[collectionName]":[s,a,t,c,n,_,e,U,i,"static/chunks/pages/dataset/[datasetId]/[collectionName]-7e5df4a0de7540bb.js"],"/dataset/[datasetId]/[collectionName]/[...subfieldNames]":[s,a,t,c,n,_,e,U,i,"static/chunks/pages/dataset/[datasetId]/[collectionName]/[...subfieldNames]-d79551d4c64c398c.js"],"/datastore-connection":["static/css/5f393dea1c0d031c.css","static/chunks/pages/datastore-connection-d2f88a8fc68944db.js"],"/datastore-connection/new":[u,b,j,P,"static/chunks/pages/datastore-connection/new-f0a4e385c1ad8fee.js"],"/datastore-connection/[id]":[u,j,P,"static/chunks/pages/datastore-connection/[id]-14c57e5069e9cccd.js"],"/fides-js-docs":["static/chunks/2fbcc6de-a6c61724c327e9fa.js","static/chunks/e3251fe7-5777b5d778e6fffa.js",t,c,n,u,_,G,"static/css/ab65b8cc3144bfc8.css","static/chunks/905-8ab919e7b274ed50.js","static/chunks/pages/fides-js-docs-80b241bf6cddb72e.js"],"/integrations":[t,c,n,"static/chunks/6834-dcda0a8ed484775e.js",H,"static/chunks/pages/integrations-ef8000d7388dc915.js"],"/integrations/[id]":[s,a,t,c,n,"static/chunks/9255-336a890ada321f89.js",e,H,"static/chunks/pages/integrations/[id]-b75ab4ee677f118d.js"],"/login":["static/chunks/pages/login-0cb0eb44bf2dd24c.js"],"/login/[provider]":["static/chunks/pages/login/[provider]-c58beef131c3a82d.js"],"/messaging":[s,a,t,c,n,e,"static/chunks/pages/messaging-1e60754abec1ee6b.js"],"/messaging/add-template":[d,J,"static/chunks/pages/messaging/add-template-f9693cb6a0b7ded8.js"],"/messaging/[id]":[d,J,"static/chunks/pages/messaging/[id]-ad02e019b2467958.js"],"/privacy-requests":[s,a,e,K,"static/chunks/pages/privacy-requests-b0f801d66e79a31a.js"],"/privacy-requests/configure":["static/chunks/pages/privacy-requests/configure-2987edc77388e85a.js"],"/privacy-requests/configure/messaging":["static/chunks/pages/privacy-requests/configure/messaging-5e2687ab5ab10275.js"],"/privacy-requests/configure/storage":["static/chunks/pages/privacy-requests/configure/storage-2914aade73dcaecc.js"],"/privacy-requests/[id]":[K,"static/css/15fb7d4837a1de34.css","static/chunks/pages/privacy-requests/[id]-72d64a02b7ef175e.js"],"/properties":[s,a,e,E,"static/chunks/pages/properties-20ca2f963906674b.js"],"/properties/add-property":[d,O,"static/chunks/pages/properties/add-property-630a6a3dd6502ba6.js"],"/properties/[id]":[d,O,"static/chunks/pages/properties/[id]-94e2faa73dd6a3e6.js"],"/reporting/datamap":[s,a,t,c,n,G,e,o,k,C,"static/chunks/pages/reporting/datamap-f035cddf17f4d898.js"],"/settings/about":["static/chunks/pages/settings/about-2ae030f3a28f057a.js"],"/settings/consent":["static/chunks/pages/settings/consent-3ac1e5d3de5dd4a7.js"],"/settings/custom-fields":[s,a,e,o,"static/chunks/pages/settings/custom-fields-dfcd7a4b6aa773bd.js"],"/settings/domain-records":[s,a,e,"static/chunks/pages/settings/domain-records-72ec54ee8755a503.js"],"/settings/domains":["static/chunks/pages/settings/domains-24cba38685dc872c.js"],"/settings/email-templates":["static/chunks/pages/settings/email-templates-6fd6071e2009b8f2.js"],"/settings/locations":[s,Q,"static/chunks/pages/settings/locations-66c757325cb58467.js"],"/settings/organization":["static/chunks/pages/settings/organization-0e0aa552f520f913.js"],"/settings/regulations":[s,Q,"static/chunks/pages/settings/regulations-c6c239996cfa6ae8.js"],"/systems":[s,a,e,"static/chunks/pages/systems-8490aaaee9d76a4a.js"],"/systems/configure/[id]":[s,a,t,c,n,b,e,o,g,k,h,y,x,i,"static/chunks/pages/systems/configure/[id]-a158fa77df288523.js"],"/systems/configure/[id]/test-datasets":[u,j,"static/chunks/pages/systems/configure/[id]/test-datasets-1d83d5178b3eb216.js"],"/taxonomy":["static/chunks/678d4732-50255cc09048e643.js",t,c,n,p,"static/chunks/570-c99f07161bd339cd.js",o,"static/css/34a7eb08b86ddb57.css","static/chunks/pages/taxonomy-be1ffe267b1602e1.js"],"/user-management":[w,"static/chunks/pages/user-management-3ca3c687e72d1364.js"],"/user-management/new":[w,R,"static/chunks/pages/user-management/new-f8bca2e322ddf252.js"],"/user-management/profile/[id]":[w,R,"static/chunks/pages/user-management/profile/[id]-c0378fd1a26a71da.js"],sortedPages:["/","/404","/_app","/_error","/add-systems","/add-systems/manual","/add-systems/multiple","/ant-poc","/consent","/consent/configure","/consent/configure/add-vendors","/consent/privacy-experience","/consent/privacy-experience/new","/consent/privacy-experience/[id]","/consent/privacy-notices","/consent/privacy-notices/new","/consent/privacy-notices/[id]","/consent/properties","/consent/reporting","/data-catalog","/data-catalog/[systemId]/projects","/data-catalog/[systemId]/projects/[projectUrn]","/data-catalog/[systemId]/projects/[projectUrn]/[resourceUrn]","/data-catalog/[systemId]/resources","/data-catalog/[systemId]/resources/[resourceUrn]","/data-discovery/action-center","/data-discovery/action-center/[monitorId]","/data-discovery/action-center/[monitorId]/[systemId]","/data-discovery/activity","/data-discovery/detection","/data-discovery/detection/[resourceUrn]","/data-discovery/discovery","/data-discovery/discovery/[resourceUrn]","/datamap","/dataset","/dataset/new","/dataset/[datasetId]","/dataset/[datasetId]/[collectionName]","/dataset/[datasetId]/[collectionName]/[...subfieldNames]","/datastore-connection","/datastore-connection/new","/datastore-connection/[id]","/fides-js-docs","/integrations","/integrations/[id]","/login","/login/[provider]","/messaging","/messaging/add-template","/messaging/[id]","/privacy-requests","/privacy-requests/configure","/privacy-requests/configure/messaging","/privacy-requests/configure/storage","/privacy-requests/[id]","/properties","/properties/add-property","/properties/[id]","/reporting/datamap","/settings/about","/settings/consent","/settings/custom-fields","/settings/domain-records","/settings/domains","/settings/email-templates","/settings/locations","/settings/organization","/settings/regulations","/systems","/systems/configure/[id]","/systems/configure/[id]/test-datasets","/taxonomy","/user-management","/user-management/new","/user-management/profile/[id]"]}}("static/chunks/c78d26b1-88a3e1bacb2a03c2.js","static/chunks/6060-cb1ab5be7067bf7b.js","static/chunks/4481-275aa9f4c10bce53.js","static/chunks/2858-0b44609b6be7850b.js","static/chunks/2866-a73888c17a195cbe.js","static/chunks/9278-9b1b5970f0702668.js","static/css/d2d4e9a6923e6730.css","static/chunks/9282-2bfbdca45e84e810.js","static/chunks/7980-72f745bff9fabcc9.js","static/chunks/9999-637e0e5341f15f4a.js","static/chunks/6527-0eed08abe252a918.js","static/chunks/355-8a77c9a1cd027f2e.js","static/chunks/4294-5b3aa9d605217915.js","static/chunks/6372-e0bb9f8d07cc3b04.js","static/chunks/9327-2cba327d10586683.js","static/chunks/5277-e8a036319456127f.js","static/chunks/8499-43606100edf42fdf.js","static/chunks/146-0ae2d30ec71fce09.js","static/chunks/1376-03e7f50e708b7589.js","static/chunks/3938-6a1c07d06a80cf4c.js","static/chunks/4723-1dd1d16f404d56a2.js","static/chunks/7751-a70fe0e5f67f5538.js","static/chunks/6315-1adb10a8b98b4a13.js","static/chunks/5487-8678d75ee1d1ef09.js","static/chunks/8702-d1c8296f9f6afc10.js","static/chunks/5480-52dc446be40725f5.js","static/css/972dc7eef106ee7c.css","static/chunks/4450-6a8aa0d7358ac26f.js","static/chunks/5826-ef0aa43ffad83acc.js","static/chunks/6853-09e831e9dff7fd3b.js","static/chunks/9014-eeae6f581158e645.js","static/chunks/1817-f82105a9608bba1a.js","static/chunks/3615-5e2d062d684b8fa1.js","static/chunks/6954-baa1d873abfe8b77.js","static/chunks/79-8e060d36d36c752c.js","static/chunks/3872-472bb47eb34d8fdb.js","static/chunks/3855-63495367531cb776.js","static/chunks/2397-0d1c289b788fcc11.js","static/chunks/9046-8a5fdd335a76d224.js","static/chunks/5258-cf7b27ef51f38392.js","static/chunks/9767-8179ce7336727141.js","static/chunks/9187-851756440f79cd75.js","static/chunks/5973-d3d3872692c1d0fa.js","static/chunks/1100-053fc6b76c65a00f.js","static/chunks/8433-b3008ecaf9834e7f.js","static/chunks/4060-53a5c6347690a8fa.js","static/chunks/3086-b5054ec2c75700b9.js","static/chunks/1150-2642cd9cdc8a52f6.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();