npm package diff

Package: @forge/api

Versions: 4.1.1 - 4.1.2-next.0

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,8 +1,8 @@
 import { RequestInit, Response } from 'node-fetch';
 import { FetchAPI, FetchMethod } from '..';
 export declare type AuthProvider = 'app' | 'user' | 'none';
-declare type RemoteAPI = 'jira' | 'confluence' | 'stargate' | 'bitbucket' | 'sql';
+declare type RemoteAPI = 'jira' | 'confluence' | 'stargate' | 'bitbucket' | 'sql' | 'os';
 declare type ExternalAuthProvider = string;
 declare type ExternalAuthRemote = string;
 declare type FetchArgs = {
     provider: AuthProvider;