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;
@@ -11,5 +11,10 @@ exports.ServiceEnum = {
11
11
  "name": "SIP_TRUNKS",
12
12
  "value": 1,
13
13
  "publicValue": "SIP Trunks"
14
+ },
15
+ "CUSTOMER_PORTAL": {
16
+ "name": "CUSTOMER_PORTAL",
17
+ "value": 2,
18
+ "publicValue": "Customer Portal"
14
19
  }
15
20
  };
@@ -8,6 +8,11 @@ export const ServiceEnum = {
8
8
  "name": "SIP_TRUNKS",
9
9
  "value": 1,
10
10
  "publicValue": "SIP Trunks"
11
+ },
12
+ "CUSTOMER_PORTAL": {
13
+ "name": "CUSTOMER_PORTAL",
14
+ "value": 2,
15
+ "publicValue": "Customer Portal"
11
16
  }
12
17
  } as const;
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yellowgrid-api-ts",
3
- "version": "3.2.101",
3
+ "version": "3.2.102",
4
4
  "description": "OpenAPI client for yellowgrid-api-ts",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {