@monokle/synchronizer
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -75,5 +75,5 @@ import { SuppressionStatus } from '@monokle/types'; | ||
generateDeepLink(path: string): string; | ||
private queryApi; | ||
queryApi<OUT>(query: string, tokenInfo: TokenInfo, variables?: {}): Promise<OUT | undefined>; | ||
private sendRequest; | ||
private formatAuthorizationHeader; | ||
} |
@@ -75,5 +75,5 @@ import { SuppressionStatus } from '@monokle/types'; | ||
generateDeepLink(path: string): string; | ||
private queryApi; | ||
queryApi<OUT>(query: string, tokenInfo: TokenInfo, variables?: {}): Promise<OUT | undefined>; | ||
private sendRequest; | ||
private formatAuthorizationHeader; | ||
} |
{ | ||
"name": "@monokle/synchronizer", | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"description": "Monokle Cloud synchronizer", | ||
@@ -5,0 +5,0 @@ "author": "Kubeshop", |
163605
72
3662