@vtex/api
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -9,2 +9,3 @@ export * from './Apps'; | ||
export * from './Colossus'; | ||
export * from './Metadata'; | ||
export * from './responses'; |
@@ -14,1 +14,2 @@ "use strict"; | ||
__export(require("./Colossus")); | ||
__export(require("./Metadata")); |
@@ -30,1 +30,6 @@ export declare type Policy = { | ||
}; | ||
export declare type BucketMetadata = { | ||
state: string; | ||
lastModified: string; | ||
hash: string; | ||
}; |
/// <reference types="node" /> | ||
import { Readable } from 'stream'; | ||
import { InstanceOptions } from './HttpClient'; | ||
import { FileListItem } from './responses'; | ||
import { BucketMetadata, FileListItem } from './responses'; | ||
export declare class VBase { | ||
@@ -18,7 +18,2 @@ private http; | ||
} | ||
export declare type BucketMetadata = { | ||
state: string; | ||
lastModified: string; | ||
hash: string; | ||
}; | ||
export declare type BucketFileList = { | ||
@@ -25,0 +20,0 @@ data: FileListItem[]; |
{ | ||
"name": "@vtex/api", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "VTEX I/O API client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
159510
33
846
0