@@ -64,7 +64,9 @@ class DocLinks {
6464 public workplaceSearchApiKeys : string ;
6565 public workplaceSearchBox : string ;
6666 public workplaceSearchConfluenceCloud : string ;
67+ public workplaceSearchConfluenceCloudConnectorPackage : string ;
6768 public workplaceSearchConfluenceServer : string ;
69+ public workplaceSearchCustomConnectorPackage : string ;
6870 public workplaceSearchCustomSources : string ;
6971 public workplaceSearchCustomSourcePermissions : string ;
7072 public workplaceSearchDocumentPermissions : string ;
@@ -78,7 +80,9 @@ class DocLinks {
7880 public workplaceSearchIndexingSchedule : string ;
7981 public workplaceSearchJiraCloud : string ;
8082 public workplaceSearchJiraServer : string ;
83+ public workplaceSearchNetworkDrive : string ;
8184 public workplaceSearchOneDrive : string ;
85+ public workplaceSearchOutlook : string ;
8286 public workplaceSearchPermissions : string ;
8387 public workplaceSearchSalesforce : string ;
8488 public workplaceSearchSecurity : string ;
@@ -87,7 +91,9 @@ class DocLinks {
8791 public workplaceSearchSharePointServer : string ;
8892 public workplaceSearchSlack : string ;
8993 public workplaceSearchSynch : string ;
94+ public workplaceSearchTeams : string ;
9095 public workplaceSearchZendesk : string ;
96+ public workplaceSearchZoom : string ;
9197
9298 constructor ( ) {
9399 this . appSearchApis = '' ;
@@ -146,7 +152,9 @@ class DocLinks {
146152 this . workplaceSearchApiKeys = '' ;
147153 this . workplaceSearchBox = '' ;
148154 this . workplaceSearchConfluenceCloud = '' ;
155+ this . workplaceSearchConfluenceCloudConnectorPackage = '' ;
149156 this . workplaceSearchConfluenceServer = '' ;
157+ this . workplaceSearchCustomConnectorPackage = '' ;
150158 this . workplaceSearchCustomSources = '' ;
151159 this . workplaceSearchCustomSourcePermissions = '' ;
152160 this . workplaceSearchDocumentPermissions = '' ;
@@ -160,7 +168,9 @@ class DocLinks {
160168 this . workplaceSearchIndexingSchedule = '' ;
161169 this . workplaceSearchJiraCloud = '' ;
162170 this . workplaceSearchJiraServer = '' ;
171+ this . workplaceSearchNetworkDrive = '' ;
163172 this . workplaceSearchOneDrive = '' ;
173+ this . workplaceSearchOutlook = '' ;
164174 this . workplaceSearchPermissions = '' ;
165175 this . workplaceSearchSalesforce = '' ;
166176 this . workplaceSearchSecurity = '' ;
@@ -169,7 +179,9 @@ class DocLinks {
169179 this . workplaceSearchSharePointServer = '' ;
170180 this . workplaceSearchSlack = '' ;
171181 this . workplaceSearchSynch = '' ;
182+ this . workplaceSearchTeams = '' ;
172183 this . workplaceSearchZendesk = '' ;
184+ this . workplaceSearchZoom = '' ;
173185 }
174186
175187 public setDocLinks ( docLinks : DocLinksStart ) : void {
@@ -230,7 +242,11 @@ class DocLinks {
230242 this . workplaceSearchApiKeys = docLinks . links . workplaceSearch . apiKeys ;
231243 this . workplaceSearchBox = docLinks . links . workplaceSearch . box ;
232244 this . workplaceSearchConfluenceCloud = docLinks . links . workplaceSearch . confluenceCloud ;
245+ this . workplaceSearchConfluenceCloudConnectorPackage =
246+ docLinks . links . workplaceSearch . confluenceCloudConnectorPackage ;
233247 this . workplaceSearchConfluenceServer = docLinks . links . workplaceSearch . confluenceServer ;
248+ this . workplaceSearchCustomConnectorPackage =
249+ docLinks . links . workplaceSearch . customConnectorPackage ;
234250 this . workplaceSearchCustomSources = docLinks . links . workplaceSearch . customSources ;
235251 this . workplaceSearchCustomSourcePermissions =
236252 docLinks . links . workplaceSearch . customSourcePermissions ;
@@ -246,7 +262,9 @@ class DocLinks {
246262 this . workplaceSearchIndexingSchedule = docLinks . links . workplaceSearch . indexingSchedule ;
247263 this . workplaceSearchJiraCloud = docLinks . links . workplaceSearch . jiraCloud ;
248264 this . workplaceSearchJiraServer = docLinks . links . workplaceSearch . jiraServer ;
265+ this . workplaceSearchNetworkDrive = docLinks . links . workplaceSearch . networkDrive ;
249266 this . workplaceSearchOneDrive = docLinks . links . workplaceSearch . oneDrive ;
267+ this . workplaceSearchOutlook = docLinks . links . workplaceSearch . outlook ;
250268 this . workplaceSearchPermissions = docLinks . links . workplaceSearch . permissions ;
251269 this . workplaceSearchSalesforce = docLinks . links . workplaceSearch . salesforce ;
252270 this . workplaceSearchSecurity = docLinks . links . workplaceSearch . security ;
@@ -255,7 +273,9 @@ class DocLinks {
255273 this . workplaceSearchSharePointServer = docLinks . links . workplaceSearch . sharePointServer ;
256274 this . workplaceSearchSlack = docLinks . links . workplaceSearch . slack ;
257275 this . workplaceSearchSynch = docLinks . links . workplaceSearch . synch ;
276+ this . workplaceSearchTeams = docLinks . links . workplaceSearch . teams ;
258277 this . workplaceSearchZendesk = docLinks . links . workplaceSearch . zendesk ;
278+ this . workplaceSearchZoom = docLinks . links . workplaceSearch . zoom ;
259279 }
260280}
261281
0 commit comments