@d19n/youfibre-odin-sdk 2.0.54 → 2.0.55

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.
@@ -39,7 +39,9 @@ export declare enum BngProvisionPropertyKeys {
39
39
  /** Radius Package Name */
40
40
  RadiusPackageName = "RadiusPackageName",
41
41
  /** Radius Result */
42
- RadiusResult = "RadiusResult"
42
+ RadiusResult = "RadiusResult",
43
+ /** Deprovisioned Flag */
44
+ Deprovisioned = "Deprovisioned"
43
45
  }
44
46
  /**
45
47
  * Properties for BngProvision records
@@ -87,6 +89,12 @@ export interface BngProvisionProperties {
87
89
  * @type {TEXT}
88
90
  */
89
91
  RadiusResult: string;
92
+ /** Deprovisioned Flag
93
+ *
94
+ * @type {BOOLEAN}
95
+ * @default False
96
+ */
97
+ Deprovisioned: boolean;
90
98
  }
91
99
  /**
92
100
  * BngProvision entity from ServiceModule
@@ -44,6 +44,8 @@ var BngProvisionPropertyKeys;
44
44
  BngProvisionPropertyKeys["RadiusPackageName"] = "RadiusPackageName";
45
45
  /** Radius Result */
46
46
  BngProvisionPropertyKeys["RadiusResult"] = "RadiusResult";
47
+ /** Deprovisioned Flag */
48
+ BngProvisionPropertyKeys["Deprovisioned"] = "Deprovisioned";
47
49
  })(BngProvisionPropertyKeys = exports.BngProvisionPropertyKeys || (exports.BngProvisionPropertyKeys = {}));
48
50
  /**
49
51
  * BngProvision entity from ServiceModule
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d19n/youfibre-odin-sdk",
3
- "version": "2.0.54",
3
+ "version": "2.0.55",
4
4
  "description": "",
5
5
  "author": "@d19n",
6
6
  "license": "UNLICENSED",