@artisan-commerce/types 0.1.0-canary.148.2 → 0.1.0-canary.148.4
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 +1 -1
- package/package.json +2 -2
package/dist/bundle.d.ts
CHANGED
|
@@ -2096,7 +2096,7 @@ interface BillingData<T extends AdditionalInfo = AdditionalInfo> extends BaseBil
|
|
|
2096
2096
|
* @typedef CurrencyCodes
|
|
2097
2097
|
* @since 0.1.0
|
|
2098
2098
|
*/
|
|
2099
|
-
type CurrencyCodes = "USD" | "ARS" | "COP" | "CLP" | "VES";
|
|
2099
|
+
type CurrencyCodes = "USD" | "ARS" | "COP" | "CLP" | "VES" | "BRL";
|
|
2100
2100
|
|
|
2101
2101
|
/**
|
|
2102
2102
|
* Fulfillment workflow.
|
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.4",
|
|
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": "87a00b05a259c18344f77ab221dd7238484b168e",
|
|
28
28
|
"nx": {
|
|
29
29
|
"targets": {
|
|
30
30
|
"build": {
|