@artisan-commerce/types 0.14.0-canary.48 → 0.14.0-canary.49
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 +2 -0
- package/package.json +2 -2
package/dist/bundle.d.ts
CHANGED
|
@@ -1082,6 +1082,8 @@ interface CartProduct<T extends AdditionalInfo = AdditionalInfo, U extends Addit
|
|
|
1082
1082
|
updatedAt: string;
|
|
1083
1083
|
/** Array of alerts associated with the cart product */
|
|
1084
1084
|
alerts: Alert[];
|
|
1085
|
+
/** Indicates where the product was added from */
|
|
1086
|
+
addedFrom?: string;
|
|
1085
1087
|
}
|
|
1086
1088
|
|
|
1087
1089
|
/**
|
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.49",
|
|
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": "98e0239c60db3d4644252e78de08e6a902f5904b",
|
|
28
28
|
"nx": {
|
|
29
29
|
"targets": {
|
|
30
30
|
"build": {
|