@spytecgps/nova-orm 1.4.106 → 1.4.108
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.
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
3
4
|
var _1684483704434AddLowerCaseIndex = require('../1684483704434-addLowerCaseIndex.js');
|
|
4
5
|
var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
5
|
-
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
|
9
10
|
exports.addLowerCaseIndex1684483704434 = _1684483704434AddLowerCaseIndex.addLowerCaseIndex1684483704434;
|
|
10
11
|
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
|
11
|
-
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
package/dist/types/user.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ export interface CreateUserParams {
|
|
|
71
71
|
dataSourceTypeId?: number;
|
|
72
72
|
emailVerified?: boolean;
|
|
73
73
|
userAgreementAcceptedAt?: Date;
|
|
74
|
+
fullPhoneNumber?: string;
|
|
74
75
|
}
|
|
75
76
|
export interface DeleteUserParams {
|
|
76
77
|
id: string;
|
|
@@ -107,6 +108,7 @@ export interface UpdateUserParams {
|
|
|
107
108
|
longitude?: number;
|
|
108
109
|
lastLoginAt?: Date;
|
|
109
110
|
userAgreementAcceptedAt?: Date;
|
|
111
|
+
fullPhoneNumber?: string;
|
|
110
112
|
};
|
|
111
113
|
}
|
|
112
114
|
export interface GetUsersDataParams extends BaseSelectQueryParams {
|