@kronos-integration/service 13.1.0 → 13.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/service",
3
- "version": "13.1.0",
3
+ "version": "13.1.1",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -15,4 +15,6 @@ export class StandaloneServiceProvider extends ServiceProviderMixin(Service) {
15
15
  static get description() {
16
16
  return "This service to control services";
17
17
  }
18
+
19
+ async getCredential(key) {}
18
20
  }
@@ -34,5 +34,6 @@ declare const StandaloneServiceProvider_base: {
34
34
  */
35
35
  export class StandaloneServiceProvider extends StandaloneServiceProvider_base {
36
36
  static get description(): string;
37
+ getCredential(key: any): Promise<void>;
37
38
  }
38
39
  export {};