@open-tender/types 0.4.118 → 0.4.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -53,6 +53,7 @@ export interface Discount {
53
53
  short_description: string;
54
54
  start_date: DateString | null;
55
55
  title: string;
56
+ end_at: DateString | null;
56
57
  }
57
58
  export declare type Discounts = Discount[];
58
59
  export interface DiscountEnhanced extends Discount {
@@ -53,6 +53,7 @@ export interface Discount {
53
53
  short_description: string;
54
54
  start_date: DateString | null;
55
55
  title: string;
56
+ end_at: DateString | null;
56
57
  }
57
58
  export declare type Discounts = Discount[];
58
59
  export interface DiscountEnhanced extends Discount {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-tender/types",
3
- "version": "0.4.118",
3
+ "version": "0.4.120",
4
4
  "description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",