@alfresco/adf-core 8.4.0-18127637576 → 8.4.0-18161598994

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.
@@ -26,6 +26,7 @@ export declare enum AppConfigValues {
26
26
  OAUTHCONFIG = "oauth2",
27
27
  ECMHOST = "ecmHost",
28
28
  BASESHAREURL = "baseShareUrl",
29
+ OOI_CONNECTOR_URL = "ooiServiceUrl",
29
30
  BPMHOST = "bpmHost",
30
31
  IDENTITY_HOST = "identityHost",
31
32
  AUTHTYPE = "authType",
@@ -88,7 +88,7 @@ export declare class BasicAlfrescoAuthService extends BaseAuthenticationService
88
88
  * @param requestUrl the request url
89
89
  * @returns The ticket or `null` if none was found
90
90
  */
91
- getTicketEcmBase64(requestUrl: string): string | null;
91
+ getTicketEcmBase64(requestUrl: string): string;
92
92
  private getProcessServicesTicket;
93
93
  private getContentServicesTicket;
94
94
  static ɵfac: i0.ɵɵFactoryDeclaration<BasicAlfrescoAuthService, never>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-core",
3
3
  "description": "Alfresco ADF core",
4
- "version": "8.4.0-18127637576",
4
+ "version": "8.4.0-18161598994",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -63,8 +63,8 @@
63
63
  "@angular/router": ">=16.0.0",
64
64
  "@mat-datetimepicker/core": ">=12.0.1",
65
65
  "@ngx-translate/core": ">=16.0.0",
66
- "@alfresco/js-api": ">=9.4.0-18127637576",
67
- "@alfresco/adf-extensions": ">=8.4.0-18127637576",
66
+ "@alfresco/js-api": ">=9.4.0-18161598994",
67
+ "@alfresco/adf-extensions": ">=8.4.0-18161598994",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122"
70
70
  },