@omnia/workplace 6.10.33-preview → 6.10.36-preview

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.
@@ -10,10 +10,10 @@ export declare class WorkPlaceUtils {
10
10
  static cloneObj: <T>(obj: T) => T;
11
11
  static sortBy: <T>(items: T[], attr: string, isRevert?: boolean, isDeep?: boolean) => T[];
12
12
  static deepFind(obj: any, paths: string[]): any;
13
- static compareDeepFn(attrs: string[]): (a: any, b: any) => 0 | 1 | -1;
14
- static compareDeepRevertFn(attrs: string[]): (a: any, b: any) => 0 | 1 | -1;
15
- static compareFn(attr: string): (a: any, b: any) => 0 | 1 | -1;
16
- static compareRevertFn(attr: string): (a: any, b: any) => 0 | 1 | -1;
13
+ static compareDeepFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
14
+ static compareDeepRevertFn(attrs: string[]): (a: any, b: any) => 1 | 0 | -1;
15
+ static compareFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
16
+ static compareRevertFn(attr: string): (a: any, b: any) => 1 | 0 | -1;
17
17
  static isValidGuid(id: string): boolean;
18
18
  static executeMSTeamsDeepLinkIfPossible(microsoftTeams: MicrosoftTeams, url: string, e?: Event): boolean;
19
19
  static formatKQLDateTimeString(input: Date | string): string;
@@ -10,6 +10,7 @@ interface MSTeamsTabContext {
10
10
  }
11
11
  export declare class TeamworkContext {
12
12
  private graphClient;
13
+ private spClient;
13
14
  private sharePointContext;
14
15
  private omniaContext;
15
16
  private initPromise;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "6.10.33-preview",
4
+ "version": "6.10.36-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"