@cld-apis/types
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,18 +5,19 @@ import { ResourceType } from "./ResourceType"; | ||
export interface CloudConfig { | ||
apiKey?: string, | ||
apiSecret?: string, | ||
cloudName?: string, | ||
cname?: string, | ||
privateCdn?: boolean, | ||
resourceType?: ResourceType, | ||
secure?: boolean, | ||
secureDistribution?: string, | ||
storageType?: StorageType, | ||
shorten?: string, | ||
urlSuffix?: string, | ||
useRootPath?: boolean, | ||
cdnSubdomain?: boolean, | ||
version?: string | number, | ||
signature?: string, | ||
forceVersion?: boolean | ||
apiKey?: string; | ||
apiSecret?: string; | ||
cloudName?: string; | ||
cname?: string; | ||
privateCdn?: boolean; | ||
resourceType?: ResourceType; | ||
secure?: boolean; | ||
secureDistribution?: string; | ||
storageType?: StorageType; | ||
shorten?: string; | ||
urlSuffix?: string; | ||
useRootPath?: boolean; | ||
cdnSubdomain?: boolean; | ||
version?: string | number; | ||
signature?: string; | ||
forceVersion?: boolean; | ||
authToken?: Object; | ||
} |
@@ -1,7 +0,7 @@ | ||
export { CldOptions } from './options/CldOptions' | ||
export { TransformerOption, TransformerBaseOptions, TransformerVideoOption } from './options/TransformerOption' | ||
export { CloudConfig } from './cloud/CloudConfig' | ||
export { ResourceType } from './cloud/ResourceType' | ||
export { StorageType } from './cloud/StorageType' | ||
export { | ||
export type { CldOptions } from './options/CldOptions' | ||
export type { TransformerOption, TransformerBaseOptions, TransformerVideoOption } from './options/TransformerOption' | ||
export type { CloudConfig } from './cloud/CloudConfig' | ||
export type { ResourceType } from './cloud/ResourceType' | ||
export type { StorageType } from './cloud/StorageType' | ||
export type { | ||
Effect, | ||
@@ -31,9 +31,24 @@ VEffect, | ||
FPSType, | ||
CompassGravity | ||
CompassGravity, | ||
TextStyle | ||
} from './transformation' | ||
export { | ||
export type { Asset } from './asset/Asset' | ||
export type { | ||
ResponseError, | ||
RenameOptions, | ||
ResourceOptions, | ||
ResponsiveBreakpointOption, | ||
UploadOptions, | ||
AccessControl, | ||
AccessControlType, | ||
AccessMode, | ||
AssetOptions, | ||
SingleDeleteOptions, | ||
ManupulationOptions | ||
} from './options/api' | ||
export type { | ||
SocialCard, SocialImage, SocialText, TextArea | ||
} from './options/TextOptions' | ||
export { Asset } from './asset/Asset' |
@@ -16,2 +16,3 @@ export { Effect, VEffect } from './Effect' | ||
export type Transformation = Array<string | string[]> | ||
export { Offset } from './Offset' | ||
export { Offset } from './Offset' | ||
export { TextStyle } from './Overlay' |
{ | ||
"name": "@cld-apis/types", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Cloudinary TypeScript types", | ||
@@ -24,4 +24,4 @@ "author": "Maya Shavin <maya@cloudinary.com>", | ||
"dependencies": { | ||
"@cld-apis/utils": "^0.1.2", | ||
"@types/node": "^14.14.10", | ||
"@cld-apis/utils": "^0.1.1", | ||
"agadoo": "^2.0.0", | ||
@@ -33,3 +33,4 @@ "bundlewatch": "^0.3.1", | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "5e6e5284d6bc52b2238ce138ec82edd8bb67455c" | ||
} |
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
14793
30
388
Updated@cld-apis/utils@^0.1.2