@d19n/youfibre-odin-sdk 2.0.26 → 2.0.27
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.
|
@@ -81,11 +81,11 @@ export declare enum AccountCreditSource {
|
|
|
81
81
|
* Reason
|
|
82
82
|
*
|
|
83
83
|
* @remarks Available options:
|
|
84
|
-
* - `FOURTEEN_DAY_TERMINATION_CREDIT` - 14 Day Termination Credit
|
|
85
84
|
* - `BAD_DEBT_CREDIT` - Bad Debt Credit
|
|
86
85
|
* - `BILLING_DAY_CHANGE_CREDIT` - Billing Day Change Credit
|
|
87
86
|
* - `COMPLAINTS_CREDIT` - Complaints Credit
|
|
88
87
|
* - `DOWNTIME_CREDIT` - Downtime Credit
|
|
88
|
+
* - `FOURTEEN_DAY_TERMINATION_CREDIT` - Fourteen Day Termination Credit
|
|
89
89
|
* - `IN_CONTRACT_BUYOUT` - In Contract Buyout
|
|
90
90
|
* - `INCORRECTLY_BILLED` - Incorrectly Billed
|
|
91
91
|
* - `MANUAL_CREDIT` - Manual Credit
|
|
@@ -103,6 +103,7 @@ export declare enum AccountCreditReason {
|
|
|
103
103
|
BILLING_DAY_CHANGE_CREDIT = "BILLING_DAY_CHANGE_CREDIT",
|
|
104
104
|
COMPLAINTS_CREDIT = "COMPLAINTS_CREDIT",
|
|
105
105
|
DOWNTIME_CREDIT = "DOWNTIME_CREDIT",
|
|
106
|
+
FOURTEEN_DAY_TERMINATION_CREDIT = "FOURTEEN_DAY_TERMINATION_CREDIT",
|
|
106
107
|
IN_CONTRACT_BUYOUT = "IN_CONTRACT_BUYOUT",
|
|
107
108
|
INCORRECTLY_BILLED = "INCORRECTLY_BILLED",
|
|
108
109
|
MANUAL_CREDIT = "MANUAL_CREDIT",
|
|
@@ -85,11 +85,11 @@ var AccountCreditSource;
|
|
|
85
85
|
* Reason
|
|
86
86
|
*
|
|
87
87
|
* @remarks Available options:
|
|
88
|
-
* - `FOURTEEN_DAY_TERMINATION_CREDIT` - 14 Day Termination Credit
|
|
89
88
|
* - `BAD_DEBT_CREDIT` - Bad Debt Credit
|
|
90
89
|
* - `BILLING_DAY_CHANGE_CREDIT` - Billing Day Change Credit
|
|
91
90
|
* - `COMPLAINTS_CREDIT` - Complaints Credit
|
|
92
91
|
* - `DOWNTIME_CREDIT` - Downtime Credit
|
|
92
|
+
* - `FOURTEEN_DAY_TERMINATION_CREDIT` - Fourteen Day Termination Credit
|
|
93
93
|
* - `IN_CONTRACT_BUYOUT` - In Contract Buyout
|
|
94
94
|
* - `INCORRECTLY_BILLED` - Incorrectly Billed
|
|
95
95
|
* - `MANUAL_CREDIT` - Manual Credit
|
|
@@ -108,6 +108,7 @@ var AccountCreditReason;
|
|
|
108
108
|
AccountCreditReason["BILLING_DAY_CHANGE_CREDIT"] = "BILLING_DAY_CHANGE_CREDIT";
|
|
109
109
|
AccountCreditReason["COMPLAINTS_CREDIT"] = "COMPLAINTS_CREDIT";
|
|
110
110
|
AccountCreditReason["DOWNTIME_CREDIT"] = "DOWNTIME_CREDIT";
|
|
111
|
+
AccountCreditReason["FOURTEEN_DAY_TERMINATION_CREDIT"] = "FOURTEEN_DAY_TERMINATION_CREDIT";
|
|
111
112
|
AccountCreditReason["IN_CONTRACT_BUYOUT"] = "IN_CONTRACT_BUYOUT";
|
|
112
113
|
AccountCreditReason["INCORRECTLY_BILLED"] = "INCORRECTLY_BILLED";
|
|
113
114
|
AccountCreditReason["MANUAL_CREDIT"] = "MANUAL_CREDIT";
|