@alfresco/adf-core 8.2.0-17234132289 → 8.2.0-18186380146

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",
@@ -110,7 +110,7 @@ export declare class BasicAlfrescoAuthService extends BaseAuthenticationService
110
110
  * @param requestUrl the request url
111
111
  * @returns The ticket or `null` if none was found
112
112
  */
113
- getTicketEcmBase64(requestUrl: string): string | null;
113
+ getTicketEcmBase64(requestUrl: string): string;
114
114
  private getProcessServicesTicket;
115
115
  private getContentServicesTicket;
116
116
  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.2.0-17234132289",
4
+ "version": "8.2.0-18186380146",
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.2.0-17234132289",
67
- "@alfresco/adf-extensions": ">=8.2.0-17234132289",
66
+ "@alfresco/js-api": ">=9.2.0-18186380146",
67
+ "@alfresco/adf-extensions": ">=8.2.0-18186380146",
68
68
  "minimatch": ">=10.0.0",
69
69
  "pdfjs-dist": ">=3.3.122",
70
70
  "ts-morph": ">=20.0.0"