@alfresco/adf-process-services-cloud 9.1.0-16879045101 → 9.1.0-16936569382

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.
@@ -5,8 +5,8 @@ import { Environment } from '../../common/interface/environment.interface';
5
5
  import { AdfHttpClient } from '@alfresco/adf-core/api';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class AppsProcessCloudService {
8
- private adfHttpClient;
9
- private appConfigService;
8
+ private readonly adfHttpClient;
9
+ private readonly appConfigService;
10
10
  deployedApps: ApplicationInstanceModel[];
11
11
  constructor(adfHttpClient: AdfHttpClient, appConfigService: AppConfigService);
12
12
  /**
@@ -46,13 +46,14 @@ export declare const PROCESS_SERVICES_CLOUD_DIRECTIVES: readonly [typeof import(
46
46
  * @deprecated this module is deprecated and will be removed in the future versions
47
47
  *
48
48
  * Instead, import the standalone components directly, or use the following provider API to replicate the behaviour:
49
- *
49
+ * ```
50
50
  * providers: [
51
51
  * provideTranslations('adf-process-services-cloud', 'assets/adf-process-services-cloud')
52
52
  * provideCloudPreferences()
53
53
  * provideCloudFormRenderer(),
54
54
  * { provide: TASK_LIST_CLOUD_TOKEN, useClass: TaskListCloudService }
55
55
  * ]
56
+ * ```
56
57
  */
57
58
  export declare class ProcessServicesCloudModule {
58
59
  static forRoot(filterPreferenceServiceInstance?: PreferenceCloudServiceInterface, listPreferenceServiceInstance?: PreferenceCloudServiceInterface): ModuleWithProviders<ProcessServicesCloudModule>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-process-services-cloud",
3
3
  "description": "Alfresco ADF process services cloud",
4
- "version": "9.1.0-16879045101",
4
+ "version": "9.1.0-16936569382",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=10.1.0-16879045101",
25
- "@alfresco/adf-core": ">=9.1.0-16879045101",
26
- "@alfresco/adf-content-services": ">=9.1.0-16879045101",
24
+ "@alfresco/js-api": ">=10.1.0-16936569382",
25
+ "@alfresco/adf-core": ">=9.1.0-16936569382",
26
+ "@alfresco/adf-content-services": ">=9.1.0-16936569382",
27
27
  "@apollo/client": ">=3.7.2",
28
28
  "@ngx-translate/core": ">=14.0.0",
29
29
  "apollo-angular": ">=4.0.1"