@spytecgps/nova-orm 1.4.145 → 1.4.147

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');
4
3
  var _1684483704434AddLowerCaseIndex = require('../1684483704434-addLowerCaseIndex.js');
5
4
  var _1684483705002UpdateSecurityUserViewsV2 = require('../1684483705002-updateSecurityUserViewsV2.js');
5
+ var _1684483705001UpdateSecurityUserViewsV1 = require('../1684483705001-updateSecurityUserViewsV1.js');
6
6
 
7
7
 
8
8
 
9
- exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
10
9
  exports.addLowerCaseIndex1684483704434 = _1684483704434AddLowerCaseIndex.addLowerCaseIndex1684483704434;
11
10
  exports.updateSecurityUserViewsV21684483705002 = _1684483705002UpdateSecurityUserViewsV2.updateSecurityUserViewsV21684483705002;
11
+ exports.updateSecurityUserViewsV11684483705001 = _1684483705001UpdateSecurityUserViewsV1.updateSecurityUserViewsV11684483705001;
@@ -18,6 +18,11 @@ export declare enum UserStatus {
18
18
  Active = "A",
19
19
  Deleted = "D"
20
20
  }
21
+ export declare enum ClientStatus {
22
+ Active = "A",
23
+ Deleted = "D",
24
+ Locked = "L"
25
+ }
21
26
  export declare enum UserInvitationStatus {
22
27
  Pending = 1,
23
28
  Redeemed = 2,
@@ -301,3 +306,17 @@ export declare enum BillingCampaignType {
301
306
  free_offer = "free_offer",
302
307
  prepaid = "prepaid"
303
308
  }
309
+ export declare enum ChurnNotificationPriority {
310
+ low = "low",
311
+ moderate = "moderate",
312
+ high = "high",
313
+ critical = "critical"
314
+ }
315
+ export declare enum ChurnNotificationPhase {
316
+ payment_failed = "payment_failed",
317
+ past_due = "past_due",
318
+ account_locked = "account_locked",
319
+ prepaid_add_card = "prepaid_add_card",
320
+ prepaid_ending_soon = "prepaid_ending_soon",
321
+ add_backup_card = "add_backup_card"
322
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.4.145",
3
+ "version": "1.4.147",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",