yellowgrid-api-ts 3.2.101 → 3.2.102
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.
|
@@ -9,5 +9,10 @@ export declare const ServiceEnum: {
|
|
|
9
9
|
readonly value: 1;
|
|
10
10
|
readonly publicValue: "SIP Trunks";
|
|
11
11
|
};
|
|
12
|
+
readonly CUSTOMER_PORTAL: {
|
|
13
|
+
readonly name: "CUSTOMER_PORTAL";
|
|
14
|
+
readonly value: 2;
|
|
15
|
+
readonly publicValue: "Customer Portal";
|
|
16
|
+
};
|
|
12
17
|
};
|
|
13
18
|
export type ServiceEnum = typeof ServiceEnum;
|
package/models/ServiceEnum.ts
CHANGED