dts-backoffice-util 20.0.0 → 20.2.0

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/index.d.ts CHANGED
@@ -107,7 +107,11 @@ declare class MenuDatasulService {
107
107
  openPath(programName: string, params: any, parent?: boolean): void;
108
108
  openTHF(externalName: string, params: any, parent?: boolean): void;
109
109
  private openHTMLProgram;
110
+ private openOnDTS4THF;
111
+ private openOnDSS;
112
+ private openWindow;
110
113
  programSecurity(programName: string | Array<string>): Observable<Object>;
114
+ private getPayloadSearchProg;
111
115
  static ɵfac: i0.ɵɵFactoryDeclaration<MenuDatasulService, never>;
112
116
  static ɵprov: i0.ɵɵInjectableDeclaration<MenuDatasulService>;
113
117
  }
@@ -380,6 +384,7 @@ declare class TotvsScheduleExecutionService {
380
384
  private followUpExecReturnOk;
381
385
  private followUpExecReturnError;
382
386
  private addZero;
387
+ private getUuidAccessToken;
383
388
  static ɵfac: i0.ɵɵFactoryDeclaration<TotvsScheduleExecutionService, never>;
384
389
  static ɵprov: i0.ɵɵInjectableDeclaration<TotvsScheduleExecutionService>;
385
390
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dts-backoffice-util",
3
- "version": "20.0.0",
3
+ "version": "20.2.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },