gotrip-fx-transaction-form 1.0.188-dev → 1.0.189-dev
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/index.js +25970 -25947
- package/package.json +1 -1
- package/types/hooks/useImportBookers.d.ts +9 -9
- package/types/hooks/useImportMembers.d.ts +9 -9
- package/types/hooks/useInsuranceTransaction.d.ts +2 -1
- package/types/types/enum.d.ts +2 -1
package/package.json
CHANGED
|
@@ -8,8 +8,8 @@ declare const groupOfBookerSchema: yup.ObjectSchema<{
|
|
|
8
8
|
uuid?: string | undefined;
|
|
9
9
|
role_id?: number | null | undefined;
|
|
10
10
|
status: string;
|
|
11
|
-
phone: string;
|
|
12
11
|
email: string;
|
|
12
|
+
phone: string;
|
|
13
13
|
password: string;
|
|
14
14
|
lastName: string;
|
|
15
15
|
firstName: string;
|
|
@@ -29,8 +29,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
29
29
|
uuid?: string | undefined;
|
|
30
30
|
role_id?: number | null | undefined;
|
|
31
31
|
status: string;
|
|
32
|
-
phone: string;
|
|
33
32
|
email: string;
|
|
33
|
+
phone: string;
|
|
34
34
|
password: string;
|
|
35
35
|
lastName: string;
|
|
36
36
|
firstName: string;
|
|
@@ -43,8 +43,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
43
43
|
uuid?: string | undefined;
|
|
44
44
|
role_id?: number | null | undefined;
|
|
45
45
|
status: string;
|
|
46
|
-
phone: string;
|
|
47
46
|
email: string;
|
|
47
|
+
phone: string;
|
|
48
48
|
password: string;
|
|
49
49
|
lastName: string;
|
|
50
50
|
firstName: string;
|
|
@@ -57,8 +57,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
57
57
|
uuid?: string | undefined;
|
|
58
58
|
role_id?: number | null | undefined;
|
|
59
59
|
status: string;
|
|
60
|
-
phone: string;
|
|
61
60
|
email: string;
|
|
61
|
+
phone: string;
|
|
62
62
|
password: string;
|
|
63
63
|
lastName: string;
|
|
64
64
|
firstName: string;
|
|
@@ -71,8 +71,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
71
71
|
uuid?: string | undefined;
|
|
72
72
|
role_id?: number | null | undefined;
|
|
73
73
|
status: string;
|
|
74
|
-
phone: string;
|
|
75
74
|
email: string;
|
|
75
|
+
phone: string;
|
|
76
76
|
password: string;
|
|
77
77
|
lastName: string;
|
|
78
78
|
firstName: string;
|
|
@@ -85,8 +85,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
85
85
|
uuid?: string | undefined;
|
|
86
86
|
role_id?: number | null | undefined;
|
|
87
87
|
status: string;
|
|
88
|
-
phone: string;
|
|
89
88
|
email: string;
|
|
89
|
+
phone: string;
|
|
90
90
|
password: string;
|
|
91
91
|
lastName: string;
|
|
92
92
|
firstName: string;
|
|
@@ -99,8 +99,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
99
99
|
uuid?: string | undefined;
|
|
100
100
|
role_id?: number | null | undefined;
|
|
101
101
|
status: string;
|
|
102
|
-
phone: string;
|
|
103
102
|
email: string;
|
|
103
|
+
phone: string;
|
|
104
104
|
password: string;
|
|
105
105
|
lastName: string;
|
|
106
106
|
firstName: string;
|
|
@@ -113,8 +113,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
113
113
|
uuid?: string | undefined;
|
|
114
114
|
role_id?: number | null | undefined;
|
|
115
115
|
status: string;
|
|
116
|
-
phone: string;
|
|
117
116
|
email: string;
|
|
117
|
+
phone: string;
|
|
118
118
|
password: string;
|
|
119
119
|
lastName: string;
|
|
120
120
|
firstName: string;
|
|
@@ -127,8 +127,8 @@ export declare const useImportBookers: (onFinish: () => void) => {
|
|
|
127
127
|
uuid?: string | undefined;
|
|
128
128
|
role_id?: number | null | undefined;
|
|
129
129
|
status: string;
|
|
130
|
-
phone: string;
|
|
131
130
|
email: string;
|
|
131
|
+
phone: string;
|
|
132
132
|
password: string;
|
|
133
133
|
lastName: string;
|
|
134
134
|
firstName: string;
|
|
@@ -4,8 +4,8 @@ declare const groupOfMemberSchema: yup.ObjectSchema<{
|
|
|
4
4
|
members: {
|
|
5
5
|
uuid?: string | undefined;
|
|
6
6
|
status: string;
|
|
7
|
-
phone: string;
|
|
8
7
|
email: string;
|
|
8
|
+
phone: string;
|
|
9
9
|
password: string;
|
|
10
10
|
lastName: string;
|
|
11
11
|
firstName: string;
|
|
@@ -22,8 +22,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
22
22
|
members?: {
|
|
23
23
|
uuid?: string | undefined;
|
|
24
24
|
status: string;
|
|
25
|
-
phone: string;
|
|
26
25
|
email: string;
|
|
26
|
+
phone: string;
|
|
27
27
|
password: string;
|
|
28
28
|
lastName: string;
|
|
29
29
|
firstName: string;
|
|
@@ -33,8 +33,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
33
33
|
members?: {
|
|
34
34
|
uuid?: string | undefined;
|
|
35
35
|
status: string;
|
|
36
|
-
phone: string;
|
|
37
36
|
email: string;
|
|
37
|
+
phone: string;
|
|
38
38
|
password: string;
|
|
39
39
|
lastName: string;
|
|
40
40
|
firstName: string;
|
|
@@ -44,8 +44,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
44
44
|
members?: {
|
|
45
45
|
uuid?: string | undefined;
|
|
46
46
|
status: string;
|
|
47
|
-
phone: string;
|
|
48
47
|
email: string;
|
|
48
|
+
phone: string;
|
|
49
49
|
password: string;
|
|
50
50
|
lastName: string;
|
|
51
51
|
firstName: string;
|
|
@@ -55,8 +55,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
55
55
|
members?: {
|
|
56
56
|
uuid?: string | undefined;
|
|
57
57
|
status: string;
|
|
58
|
-
phone: string;
|
|
59
58
|
email: string;
|
|
59
|
+
phone: string;
|
|
60
60
|
password: string;
|
|
61
61
|
lastName: string;
|
|
62
62
|
firstName: string;
|
|
@@ -66,8 +66,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
66
66
|
members?: {
|
|
67
67
|
uuid?: string | undefined;
|
|
68
68
|
status: string;
|
|
69
|
-
phone: string;
|
|
70
69
|
email: string;
|
|
70
|
+
phone: string;
|
|
71
71
|
password: string;
|
|
72
72
|
lastName: string;
|
|
73
73
|
firstName: string;
|
|
@@ -77,8 +77,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
77
77
|
members?: {
|
|
78
78
|
uuid?: string | undefined;
|
|
79
79
|
status: string;
|
|
80
|
-
phone: string;
|
|
81
80
|
email: string;
|
|
81
|
+
phone: string;
|
|
82
82
|
password: string;
|
|
83
83
|
lastName: string;
|
|
84
84
|
firstName: string;
|
|
@@ -88,8 +88,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
88
88
|
members?: {
|
|
89
89
|
uuid?: string | undefined;
|
|
90
90
|
status: string;
|
|
91
|
-
phone: string;
|
|
92
91
|
email: string;
|
|
92
|
+
phone: string;
|
|
93
93
|
password: string;
|
|
94
94
|
lastName: string;
|
|
95
95
|
firstName: string;
|
|
@@ -99,8 +99,8 @@ export declare const useImportMembers: (onFinish: () => void) => {
|
|
|
99
99
|
members?: {
|
|
100
100
|
uuid?: string | undefined;
|
|
101
101
|
status: string;
|
|
102
|
-
phone: string;
|
|
103
102
|
email: string;
|
|
103
|
+
phone: string;
|
|
104
104
|
password: string;
|
|
105
105
|
lastName: string;
|
|
106
106
|
firstName: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { InsuranceTransaction } from '../types/insurance-transaction.dto';
|
|
2
|
-
import { EPaymentMethod } from '../types/enum';
|
|
2
|
+
import { EPaymentMethod, TransactionStatus } from '../types/enum';
|
|
3
3
|
export interface GetInsuranceTransactionListReqDto {
|
|
4
4
|
page?: number;
|
|
5
5
|
limit?: number;
|
|
@@ -9,6 +9,7 @@ export interface GetInsuranceTransactionListReqDto {
|
|
|
9
9
|
endDate?: string;
|
|
10
10
|
sortField?: 'date' | 'value';
|
|
11
11
|
sortDirection?: 'asc' | 'desc';
|
|
12
|
+
status?: TransactionStatus;
|
|
12
13
|
}
|
|
13
14
|
export interface GetInsuranceTransactionListRespDto {
|
|
14
15
|
transactions: InsuranceTransaction[];
|
package/types/types/enum.d.ts
CHANGED
|
@@ -11,7 +11,8 @@ export declare enum TransactionStatus {
|
|
|
11
11
|
CANCELED = "cancelled",
|
|
12
12
|
SUCCESS = "success",
|
|
13
13
|
PAID = "paid",
|
|
14
|
-
FAILED = "failed"
|
|
14
|
+
FAILED = "failed",
|
|
15
|
+
PENDING_PAYMENT = "pending_payment"
|
|
15
16
|
}
|
|
16
17
|
export declare enum EsimTransactionStatus {
|
|
17
18
|
CREATED = "created",
|