npm package diff
Package: @forge/api
Versions: 6.0.2-next.2 - 6.0.2-next.3
File: package/out/api/fetch.d.ts
Index: package/out/api/fetch.d.ts
===================================================================
--- package/out/api/fetch.d.ts
+++ package/out/api/fetch.d.ts
@@ -1,13 +1,13 @@
import { FetchAPI, FetchMethod, RequestProductMethod, Response } from '..';
export declare type AuthProvider = 'app' | 'user' | 'none';
-declare type RemoteAPI = 'jira' | 'confluence' | 'stargate' | 'bitbucket' | 'sql' | 'os';
+declare type RemoteAPI = 'jira' | 'confluence' | 'stargate' | 'bitbucket' | 'sql' | 'os' | 'feature-flags';
declare type ExternalAuthProvider = string;
declare type ExternalAuthRemote = string;
declare type FetchArgs = {
provider: AuthProvider;
remote: RemoteAPI;
- type: 'fpp' | 'sql' | 'os';
+ type: 'fpp' | 'sql' | 'os' | 'feature-flags';
accountId?: string;
};
declare type ExternalAuthFetchArgs = {
provider: ExternalAuthProvider;