npm package diff

Package: @forge/api

Versions: 3.10.0-next.0 - 4.0.0-next.1

File: package/out/properties/product-scoped-storage.d.ts

Index: package/out/properties/product-scoped-storage.d.ts
===================================================================
--- package/out/properties/product-scoped-storage.d.ts
+++ package/out/properties/product-scoped-storage.d.ts
@@ -1,19 +0,0 @@
-import { StorageAdapter } from './storage-adapter';
-import { RequestProductMethod } from '../index';
-import { Route } from '../safeUrl';
-export declare class ProductScopedStorage implements StorageAdapter {
-    protected storageApiPath: (key: string) => Route;
-    protected apiClient: RequestProductMethod;
-    constructor(storageApiPath: (key: string) => Route, apiClient: RequestProductMethod);
-    get(key: string): Promise<any>;
-    set(key: string, value: any): Promise<void>;
-    delete(key: string): Promise<void>;
-    protected buildSetRequestOptions(requestBody: any, requestMethod: 'PUT' | 'POST'): {
-        method: "PUT" | "POST";
-        body: string;
-        headers: {
-            'content-type': string;
-        };
-    };
-}
-//# sourceMappingURL=product-scoped-storage.d.ts.map
\ No newline at end of file