@artisan-commerce/types 0.14.0-canary.39 → 0.14.0-canary.40
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 +5 -5
- package/package.json +2 -2
package/dist/bundle.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ declare type CommonDocumentType = "PASSPORT";
|
|
|
56
56
|
* @typedef ARDocumentType
|
|
57
57
|
* @since 0.1.0
|
|
58
58
|
*/
|
|
59
|
-
declare type ARDocumentType = CommonDocumentType;
|
|
59
|
+
declare type ARDocumentType = CommonDocumentType | "DNI";
|
|
60
60
|
/**
|
|
61
61
|
* Bolivia supported document types.
|
|
62
62
|
*
|
|
@@ -77,14 +77,14 @@ declare type BRDocumentType = CommonDocumentType;
|
|
|
77
77
|
* @typedef CLDocumentType
|
|
78
78
|
* @since 0.1.0
|
|
79
79
|
*/
|
|
80
|
-
declare type CLDocumentType = CommonDocumentType;
|
|
80
|
+
declare type CLDocumentType = CommonDocumentType | "RUT";
|
|
81
81
|
/**
|
|
82
82
|
* Colombia supported document types.
|
|
83
83
|
*
|
|
84
84
|
* @typedef CODocumentType
|
|
85
85
|
* @since 0.1.0
|
|
86
86
|
*/
|
|
87
|
-
declare type CODocumentType = CommonDocumentType | "
|
|
87
|
+
declare type CODocumentType = CommonDocumentType | "NIT" | "CI_CO";
|
|
88
88
|
/**
|
|
89
89
|
* Ecuador supported document types.
|
|
90
90
|
*
|
|
@@ -105,7 +105,7 @@ declare type PYDocumentType = CommonDocumentType;
|
|
|
105
105
|
* @typedef PEDocumentType
|
|
106
106
|
* @since 0.1.0
|
|
107
107
|
*/
|
|
108
|
-
declare type PEDocumentType = CommonDocumentType;
|
|
108
|
+
declare type PEDocumentType = CommonDocumentType | "DNI" | "RUC";
|
|
109
109
|
/**
|
|
110
110
|
* Uruguay supported document types.
|
|
111
111
|
*
|
|
@@ -119,7 +119,7 @@ declare type UYDocumentType = CommonDocumentType;
|
|
|
119
119
|
* @typedef VEDocumentType
|
|
120
120
|
* @since 0.1.0
|
|
121
121
|
*/
|
|
122
|
-
declare type VEDocumentType = CommonDocumentType;
|
|
122
|
+
declare type VEDocumentType = CommonDocumentType | "CI_VE" | "CE_VE" | "RIF";
|
|
123
123
|
/**
|
|
124
124
|
* United States supported document types.
|
|
125
125
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artisan-commerce/types",
|
|
3
3
|
"description": "Artisn's types and interfaces library",
|
|
4
|
-
"version": "0.14.0-canary.
|
|
4
|
+
"version": "0.14.0-canary.40",
|
|
5
5
|
"types": "./dist/bundle.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"author": "Luis Eduardo Andrade",
|
|
25
25
|
"license": "MIT",
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "a976f2c6c65192490f4bc2389f70250cc1b74cb9",
|
|
27
27
|
"nx": {
|
|
28
28
|
"targets": {
|
|
29
29
|
"build": {
|