@medusajs/types
Advanced tools
Comparing version 1.8.6 to 1.8.7-next-20230524102522
@@ -98,2 +98,5 @@ import { FindManyOptions, FindOneOptions, FindOperator, FindOptionsSelect, FindOptionsWhere, OrderByCondition } from "typeorm"; | ||
lte?: string; | ||
contains?: string; | ||
starts_with?: string; | ||
ends_with?: string; | ||
} | ||
@@ -100,0 +103,0 @@ export interface NumericalComparisonOperator { |
@@ -25,6 +25,6 @@ import { RedisOptions } from "ioredis"; | ||
database_url?: string; | ||
database_type: string; | ||
database_database?: string; | ||
database_schema?: string; | ||
database_logging: LoggerOptions; | ||
database_type?: string; | ||
http_compression?: HttpCompressionOptions; | ||
@@ -31,0 +31,0 @@ database_extra?: Record<string, unknown> & { |
@@ -200,3 +200,3 @@ import { NumericalComparisonOperator, StringComparisonOperator } from "../common"; | ||
location_id?: string | string[]; | ||
description?: string; | ||
description?: string | StringComparisonOperator; | ||
created_by?: string | string[]; | ||
@@ -203,0 +203,0 @@ quantity?: number | NumericalComparisonOperator; |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.6", | ||
"version": "1.8.7-next-20230524102522", | ||
"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
53745
82
1264
2