@medusajs/types
Advanced tools
Comparing version 1.8.1-snapshot-20230410123247 to 1.8.1
@@ -11,29 +11,21 @@ import { LoggerOptions } from "typeorm"; | ||
}; | ||
export declare type ResponseCompressionOptions = { | ||
level?: number; | ||
memLevel?: number; | ||
threshold?: number | string; | ||
}; | ||
export declare type ProjectConfigOptions = { | ||
redis_url?: string; | ||
session_options?: SessionOptions; | ||
jwt_secret?: string; | ||
cookie_secret?: string; | ||
database_url?: string; | ||
database_type: string; | ||
database_database?: string; | ||
database_schema?: string; | ||
database_logging: LoggerOptions; | ||
response_compression_enabled?: boolean; | ||
response_compression_options?: ResponseCompressionOptions; | ||
database_extra?: Record<string, unknown> & { | ||
ssl: { | ||
rejectUnauthorized: false; | ||
export declare type ConfigModule = { | ||
projectConfig: { | ||
redis_url?: string; | ||
session_options?: SessionOptions; | ||
jwt_secret?: string; | ||
cookie_secret?: string; | ||
database_url?: string; | ||
database_type: string; | ||
database_database?: string; | ||
database_schema?: string; | ||
database_logging: LoggerOptions; | ||
database_extra?: Record<string, unknown> & { | ||
ssl: { | ||
rejectUnauthorized: false; | ||
}; | ||
}; | ||
store_cors?: string; | ||
admin_cors?: string; | ||
}; | ||
store_cors?: string; | ||
admin_cors?: string; | ||
}; | ||
export declare type ConfigModule = { | ||
projectConfig: ProjectConfigOptions; | ||
featureFlags: Record<string, boolean | string>; | ||
@@ -40,0 +32,0 @@ modules?: Record<string, false | string | Partial<InternalModuleDeclaration | ExternalModuleDeclaration>>; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.1-snapshot-20230410123247", | ||
"version": "1.8.1", | ||
"description": "Medusa Types definition", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
"cross-env": "^5.2.1", | ||
"typeorm": "^0.3.11", | ||
"typeorm": "^0.3.14", | ||
"typescript": "^4.4.4", | ||
@@ -25,0 +25,0 @@ "winston": "^3.8.2" |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
52496
1222