@medusajs/types
Advanced tools
Comparing version 1.8.0 to 1.8.1-snapshot-20230410094019
@@ -11,21 +11,29 @@ import { LoggerOptions } from "typeorm"; | ||
}; | ||
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; | ||
}; | ||
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; | ||
}; | ||
store_cors?: string; | ||
admin_cors?: string; | ||
}; | ||
store_cors?: string; | ||
admin_cors?: string; | ||
}; | ||
export declare type ConfigModule = { | ||
projectConfig: ProjectConfigOptions; | ||
featureFlags: Record<string, boolean | string>; | ||
@@ -32,0 +40,0 @@ modules?: Record<string, false | string | Partial<InternalModuleDeclaration | ExternalModuleDeclaration>>; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.0", | ||
"version": "1.8.1-snapshot-20230410094019", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
52754
1230
2