@spytecgps/nova-orm 1.4.133 → 1.4.136
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
3
|
var _1684483704434AddLowerCaseIndex = require('../1684483704434-addLowerCaseIndex.js');
|
|
4
|
-
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
5
4
|
var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
5
|
+
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
exports.addLowerCaseIndex1684483704434 = _1684483704434AddLowerCaseIndex.addLowerCaseIndex1684483704434;
|
|
10
|
-
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
|
11
10
|
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
|
11
|
+
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -251,7 +251,8 @@ export declare enum CarrierDeactivationType {
|
|
|
251
251
|
klarna_billing_failed = "klarna_billing_failed",
|
|
252
252
|
expired_subscription = "expired_subscription",
|
|
253
253
|
prepaid_recurring_pending = "prepaid_recurring_pending",
|
|
254
|
-
device_swap = "device_swap"
|
|
254
|
+
device_swap = "device_swap",
|
|
255
|
+
system_auto = "system_auto"
|
|
255
256
|
}
|
|
256
257
|
export declare enum CarrierReactivationType {
|
|
257
258
|
device_pause_resume = "device_pause_resume"
|