@open-tender/types 0.4.133 → 0.4.135
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.
|
@@ -9,6 +9,7 @@ export interface Auth {
|
|
|
9
9
|
export interface LoginData {
|
|
10
10
|
email: string;
|
|
11
11
|
password: string;
|
|
12
|
+
recaptcha_token?: string;
|
|
12
13
|
}
|
|
13
14
|
export interface ResetPasswordData {
|
|
14
15
|
new_password: string;
|
|
@@ -21,4 +22,5 @@ export interface CustomerSignIn {
|
|
|
21
22
|
password?: string;
|
|
22
23
|
phone?: string;
|
|
23
24
|
token?: string;
|
|
25
|
+
recaptcha_token?: string;
|
|
24
26
|
}
|
|
@@ -9,6 +9,7 @@ export interface Auth {
|
|
|
9
9
|
export interface LoginData {
|
|
10
10
|
email: string;
|
|
11
11
|
password: string;
|
|
12
|
+
recaptcha_token?: string;
|
|
12
13
|
}
|
|
13
14
|
export interface ResetPasswordData {
|
|
14
15
|
new_password: string;
|
|
@@ -21,4 +22,5 @@ export interface CustomerSignIn {
|
|
|
21
22
|
password?: string;
|
|
22
23
|
phone?: string;
|
|
23
24
|
token?: string;
|
|
25
|
+
recaptcha_token?: string;
|
|
24
26
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-tender/types",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.135",
|
|
4
4
|
"description": "A library of types for use with Open Tender applications that utilize our cloud-based Order API.",
|
|
5
5
|
"main": "./dist/cjs/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -57,4 +57,4 @@
|
|
|
57
57
|
"react": "^18.2.0"
|
|
58
58
|
},
|
|
59
59
|
"packageManager": "yarn@1.22.22"
|
|
60
|
-
}
|
|
60
|
+
}
|