@artisan-commerce/types 0.14.0-canary.49 → 0.14.0-canary.50
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.
- package/dist/bundle.d.ts +4 -0
- package/package.json +2 -2
package/dist/bundle.d.ts
CHANGED
|
@@ -1155,6 +1155,8 @@ interface Benefit {
|
|
|
1155
1155
|
updatedAt: string;
|
|
1156
1156
|
/** The vendor id of the benefit */
|
|
1157
1157
|
vendorId: Vendor["id"];
|
|
1158
|
+
/** Benefit vendor name */
|
|
1159
|
+
vendorName?: Vendor["name"];
|
|
1158
1160
|
}
|
|
1159
1161
|
/**
|
|
1160
1162
|
* Award information.
|
|
@@ -1265,6 +1267,8 @@ interface BenefitData {
|
|
|
1265
1267
|
unit: null;
|
|
1266
1268
|
/** Coupon vendor unique identifier */
|
|
1267
1269
|
vendor_id: Vendor["id"];
|
|
1270
|
+
/** Coupon vendor name */
|
|
1271
|
+
vendor_name?: Vendor["name"];
|
|
1268
1272
|
}
|
|
1269
1273
|
/**
|
|
1270
1274
|
* Product coupon associated with a benefit.
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@artisan-commerce/types",
|
|
3
3
|
"description": "Artisn's types and interfaces library",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "0.14.0-canary.
|
|
5
|
+
"version": "0.14.0-canary.50",
|
|
6
6
|
"types": "./dist/bundle.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"author": "Luis Eduardo Andrade",
|
|
26
26
|
"license": "MIT",
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "f9eadd0178118226c12e5a27d28063f871f437f3",
|
|
28
28
|
"nx": {
|
|
29
29
|
"targets": {
|
|
30
30
|
"build": {
|