@spytecgps/nova-orm 1.4.136 → 1.4.138
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 _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
5
4
|
var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
|
|
5
|
+
var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
exports.addLowerCaseIndex1684483704434 = _1684483704434AddLowerCaseIndex.addLowerCaseIndex1684483704434;
|
|
10
|
-
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
|
11
10
|
exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
|
|
11
|
+
exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
|
package/dist/types/enums.d.ts
CHANGED
|
@@ -281,7 +281,15 @@ export declare enum BillingCampaignFreeTrialStatus {
|
|
|
281
281
|
converted = "converted",
|
|
282
282
|
overdue = "overdue"
|
|
283
283
|
}
|
|
284
|
+
export declare enum BillingCampaignPrepaidStatus {
|
|
285
|
+
prepaid_started = "prepaid_started",
|
|
286
|
+
prepaid_ending_soon = "prepaid_ending_soon",
|
|
287
|
+
prepaid_converted = "prepaid_converted",
|
|
288
|
+
canceled = "canceled",
|
|
289
|
+
overdue = "overdue"
|
|
290
|
+
}
|
|
284
291
|
export declare enum BillingCampaignType {
|
|
285
292
|
free_trial = "free_trial",
|
|
286
|
-
free_offer = "free_offer"
|
|
293
|
+
free_offer = "free_offer",
|
|
294
|
+
prepaid = "prepaid"
|
|
287
295
|
}
|