@spytecgps/nova-orm 1.3.143 → 1.3.145

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