@spytecgps/nova-orm 1.3.141 → 1.3.142

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.
@@ -214,3 +214,10 @@ export declare enum DeactivationCreatedBy {
214
214
  customer_support = "customer_support",
215
215
  system = "system"
216
216
  }
217
+ export declare enum Carriers {
218
+ POD = 1,
219
+ Verizon = 2,
220
+ KORE = 3,
221
+ Twilio = 4,
222
+ Unknown = 99
223
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spytecgps/nova-orm",
3
- "version": "1.3.141",
3
+ "version": "1.3.142",
4
4
  "description": "ORM with PlanetScale",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",