@artisan-commerce/types 0.1.0-canary.148.12 → 0.1.0-canary.148.13
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
|
@@ -1253,6 +1253,8 @@ interface WalletReward {
|
|
|
1253
1253
|
content?: Objectify<MasivoTemplateContent>;
|
|
1254
1254
|
/** Optional content associated with the reward */
|
|
1255
1255
|
metadata?: Metadata;
|
|
1256
|
+
/** The platform associated with the benefit */
|
|
1257
|
+
platforms: string[] | undefined;
|
|
1256
1258
|
}
|
|
1257
1259
|
/**
|
|
1258
1260
|
* Enum representing the types of rewards that can be associated with a wallet.
|
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.1.0-canary.148.
|
|
5
|
+
"version": "0.1.0-canary.148.13",
|
|
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": "8344cce5cf1f95ae3e777c4f765459bfc56644af",
|
|
28
28
|
"nx": {
|
|
29
29
|
"targets": {
|
|
30
30
|
"build": {
|