@medusajs/types
Advanced tools
Comparing version 1.11.8-next-20231124092248 to 1.11.8-next-20231124140416
@@ -114,3 +114,3 @@ import { CreateMoneyAmountDTO, MoneyAmountDTO } from "./money-amount"; | ||
* The price list's rules to be set. Each key of the object is a rule type's `rule_attribute`, and its value | ||
* is the values of the rule. | ||
* is the values of the rule. | ||
*/ | ||
@@ -179,7 +179,7 @@ export interface CreatePriceListRules extends Record<string, string[]> { | ||
*/ | ||
starts_at?: string; | ||
starts_at?: string | null; | ||
/** | ||
* The price list expires after this date. | ||
*/ | ||
ends_at?: string; | ||
ends_at?: string | null; | ||
/** | ||
@@ -186,0 +186,0 @@ * The price list's status. |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.11.8-next-20231124092248", | ||
"version": "1.11.8-next-20231124140416", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
439075