yellowgrid-api-ts 3.2.232-dev.0 → 3.2.233-dev.0
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.
- package/api.ts +521 -443
- package/dist/api.d.ts +419 -425
- package/dist/api.js +276 -192
- package/docs/AbstractOrderRequestDTO.md +3 -3
- package/docs/AccountDetailedSummaryDTO.md +1 -1
- package/docs/AccountRequestModel.md +6 -6
- package/docs/AddressDTO.md +3 -3
- package/docs/AdminNumberPortDTO.md +11 -11
- package/docs/AdminOrderRequestDTO.md +3 -3
- package/docs/AdminRmaDTO.md +3 -3
- package/docs/AdminRmaItemDTO.md +2 -2
- package/docs/AdminUserModel.md +5 -5
- package/docs/AuthCodeResponseModel.md +2 -2
- package/docs/AxisDataDTO.md +2 -2
- package/docs/CreditNoteItemDTO.md +2 -2
- package/docs/CreditStatusDTO.md +3 -3
- package/docs/CrmActivityDTO.md +4 -4
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/CustomerCoordinatesDTO.md +1 -1
- package/docs/CustomerOrderRequestDTO.md +3 -3
- package/docs/DetailedOrderRequestDTO.md +3 -3
- package/docs/DivertRequestModel.md +1 -1
- package/docs/DivertResponseModel.md +1 -1
- package/docs/EdTechProClientEntity.md +1 -1
- package/docs/EdTechProSchoolModel.md +2 -2
- package/docs/FreshdeskTicketEntity.md +1 -1
- package/docs/GraphDTO.md +1 -1
- package/docs/InstallationDetailsDTO.md +7 -7
- package/docs/ItemDiscountEntity.md +1 -1
- package/docs/ItemEntity.md +1 -1
- package/docs/NumberPortDTO.md +11 -11
- package/docs/NumberPortRangeDTO.md +5 -5
- package/docs/NumberPortRangeRequestDTO.md +4 -4
- package/docs/NumberPortingApi.md +69 -69
- package/docs/OAuth20Api.md +24 -24
- package/docs/OpayoRedirectDTO.md +5 -5
- package/docs/OrderDetailsDTO.md +6 -6
- package/docs/OrderEntity.md +2 -2
- package/docs/OrderRequestModel.md +7 -7
- package/docs/OrderResponseDTO.md +3 -3
- package/docs/OrderSummaryDTO.md +6 -6
- package/docs/OrderTotalModel.md +1 -1
- package/docs/PartnerDTO.md +2 -2
- package/docs/PasswordSenderDTO.md +7 -7
- package/docs/PostGenerateReport200Response.md +1 -1
- package/docs/PriceListItemModel.md +3 -3
- package/docs/ProductPriceListItemModel.md +3 -3
- package/docs/ProductSerialInfoModel.md +1 -1
- package/docs/ProspectDTO.md +3 -3
- package/docs/RecordingBackupAzureModel.md +1 -1
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/ReportRequestDTO.md +8 -8
- package/docs/RmaDTO.md +1 -1
- package/docs/RmaItemDTO.md +2 -2
- package/docs/RmaItemRequestDTO.md +2 -2
- package/docs/SbcDTO.md +8 -8
- package/docs/ScannedItemModel.md +4 -4
- package/docs/SeriesDTO.md +1 -1
- package/docs/ShipmentDTO.md +7 -7
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/ShippingAddressDTO.md +8 -8
- package/docs/ShippingRequestDTO.md +2 -2
- package/docs/ShippingServiceModel.md +2 -2
- package/docs/SmsAccountEntity.md +1 -1
- package/docs/SmsPhoneNumberModel.md +1 -1
- package/docs/StockOrderModel.md +1 -1
- package/docs/StockProductPriceModel.md +1 -1
- package/docs/SupportTicketModel.md +1 -1
- package/docs/TcxInstallationModel.md +15 -15
- package/docs/TcxKeySummaryDTO.md +2 -2
- package/docs/TcxMultiTenantModel.md +7 -7
- package/docs/TcxSbcDTO.md +1 -1
- package/docs/TcxSetupEntity.md +1 -1
- package/docs/TcxWizardModel.md +5 -5
- package/docs/TicketSummaryModel.md +1 -1
- package/docs/UserEntity.md +2 -2
- package/package.json +1 -1
package/docs/SbcDTO.md
CHANGED
|
@@ -6,14 +6,14 @@ Legacy Portal SBC
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**noConfig** | **boolean** | No Config | [
|
|
10
|
-
**dhcp** | **boolean** | DHCP | [
|
|
11
|
-
**url** | **boolean** | 3CX URL | [
|
|
12
|
-
**authKey** | **boolean** | 3CX SBC Auth Key | [
|
|
13
|
-
**ipAddress** | **boolean** | LAN IP Address | [
|
|
14
|
-
**subnetMask** | **boolean** | LAN Subnet Mask | [
|
|
15
|
-
**defaultGateway** | **boolean** | LAN Default Gateway | [
|
|
16
|
-
**dns** | **boolean** | DNS | [
|
|
9
|
+
**noConfig** | **boolean** | No Config | [default to undefined]
|
|
10
|
+
**dhcp** | **boolean** | DHCP | [default to undefined]
|
|
11
|
+
**url** | **boolean** | 3CX URL | [default to undefined]
|
|
12
|
+
**authKey** | **boolean** | 3CX SBC Auth Key | [default to undefined]
|
|
13
|
+
**ipAddress** | **boolean** | LAN IP Address | [default to undefined]
|
|
14
|
+
**subnetMask** | **boolean** | LAN Subnet Mask | [default to undefined]
|
|
15
|
+
**defaultGateway** | **boolean** | LAN Default Gateway | [default to undefined]
|
|
16
|
+
**dns** | **boolean** | DNS | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
package/docs/ScannedItemModel.md
CHANGED
|
@@ -6,11 +6,11 @@ Item MAC & Serial Details
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**title** | **string** | Title | [
|
|
10
|
-
**sku** | **string** | SKU | [
|
|
11
|
-
**tcxLabel** | **string** | 3CX Label | [
|
|
9
|
+
**title** | **string** | Title | [default to undefined]
|
|
10
|
+
**sku** | **string** | SKU | [default to undefined]
|
|
11
|
+
**tcxLabel** | **string** | 3CX Label | [default to undefined]
|
|
12
12
|
**serialNumbers** | **Array<string>** | Serial Numbers | [default to undefined]
|
|
13
|
-
**macAddress** | **string** | MAC Address | [
|
|
13
|
+
**macAddress** | **string** | MAC Address | [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
package/docs/SeriesDTO.md
CHANGED
|
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**name** | **string** | Name | [default to undefined]
|
|
10
10
|
**type** | **string** | Type | [default to undefined]
|
|
11
|
-
**stack** | **string** | Stack | [
|
|
11
|
+
**stack** | **string** | Stack | [default to undefined]
|
|
12
12
|
**data** | **Array<string>** | Data | [default to undefined]
|
|
13
13
|
|
|
14
14
|
## Example
|
package/docs/ShipmentDTO.md
CHANGED
|
@@ -6,17 +6,17 @@ Shipment
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | ID | [
|
|
10
|
-
**batchId** | **number** | Batch ID | [
|
|
11
|
-
**courier** | **string** | Courier | [
|
|
12
|
-
**reference** | **string** | Courier Reference | [
|
|
13
|
-
**tracking** | **string** | Courier Tracking | [
|
|
14
|
-
**trackingUrl** | **string** | Courier Tracking URL | [
|
|
9
|
+
**id** | **number** | ID | [default to undefined]
|
|
10
|
+
**batchId** | **number** | Batch ID | [default to undefined]
|
|
11
|
+
**courier** | **string** | Courier | [default to undefined]
|
|
12
|
+
**reference** | **string** | Courier Reference | [default to undefined]
|
|
13
|
+
**tracking** | **string** | Courier Tracking | [default to undefined]
|
|
14
|
+
**trackingUrl** | **string** | Courier Tracking URL | [default to undefined]
|
|
15
15
|
**requestedDate** | **string** | Date Time | [default to undefined]
|
|
16
16
|
**scannedItems** | [**Array<ScannedItemModel>**](ScannedItemModel.md) | Scanned Items | [default to undefined]
|
|
17
17
|
**items** | [**Array<ShipmentItemModel>**](ShipmentItemModel.md) | Items | [default to undefined]
|
|
18
18
|
**address** | [**AddressModel**](AddressModel.md) | | [default to undefined]
|
|
19
|
-
**boxes** | **number** | Boxes Shipped | [
|
|
19
|
+
**boxes** | **number** | Boxes Shipped | [default to undefined]
|
|
20
20
|
|
|
21
21
|
## Example
|
|
22
22
|
|
|
@@ -7,10 +7,10 @@ Shipment Request
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**courier** | **string** | Courier | [default to undefined]
|
|
10
|
-
**address** | [**AddressModel**](AddressModel.md) | Address | [
|
|
10
|
+
**address** | [**AddressModel**](AddressModel.md) | Address | [default to undefined]
|
|
11
11
|
**scannedLines** | **Array<string>** | Scanned Lines | [default to undefined]
|
|
12
12
|
**service** | **string** | Service | [default to undefined]
|
|
13
|
-
**shipDate** | **string** | Ship Date | [
|
|
13
|
+
**shipDate** | **string** | Ship Date | [default to undefined]
|
|
14
14
|
**items** | [**Array<ShipmentItemDTO>**](ShipmentItemDTO.md) | Items | [default to undefined]
|
|
15
15
|
|
|
16
16
|
## Example
|
|
@@ -6,14 +6,14 @@ Legacy Portal Shipping Address
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**shipName** | **string** | Ship Name | [
|
|
10
|
-
**shipCompany** | **string** | Ship Company | [
|
|
11
|
-
**shipAddress1** | **string** | Ship Address Line 1 | [
|
|
12
|
-
**shipAddress2** | **string** | Ship Address Line 2 | [
|
|
13
|
-
**shipCity** | **string** | Ship City | [
|
|
14
|
-
**shipRegion** | **string** | Ship Region | [
|
|
15
|
-
**shipPostCode** | **string** | Ship Post Code | [
|
|
16
|
-
**shipIso** | **string** | Ship ISO | [
|
|
9
|
+
**shipName** | **string** | Ship Name | [default to undefined]
|
|
10
|
+
**shipCompany** | **string** | Ship Company | [default to undefined]
|
|
11
|
+
**shipAddress1** | **string** | Ship Address Line 1 | [default to undefined]
|
|
12
|
+
**shipAddress2** | **string** | Ship Address Line 2 | [default to undefined]
|
|
13
|
+
**shipCity** | **string** | Ship City | [default to undefined]
|
|
14
|
+
**shipRegion** | **string** | Ship Region | [default to undefined]
|
|
15
|
+
**shipPostCode** | **string** | Ship Post Code | [default to undefined]
|
|
16
|
+
**shipIso** | **string** | Ship ISO | [default to undefined]
|
|
17
17
|
|
|
18
18
|
## Example
|
|
19
19
|
|
|
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**courier** | **string** | Courier | [default to undefined]
|
|
9
9
|
**service** | **string** | Courier Service | [default to undefined]
|
|
10
10
|
**boxes** | **number** | Boxes | [default to undefined]
|
|
11
|
-
**printer** | **number** | Printer | [
|
|
12
|
-
**shipment** | [**ShipmentRequestDTO**](ShipmentRequestDTO.md) | | [
|
|
11
|
+
**printer** | **number** | Printer | [default to undefined]
|
|
12
|
+
**shipment** | [**ShipmentRequestDTO**](ShipmentRequestDTO.md) | | [default to undefined]
|
|
13
13
|
|
|
14
14
|
## Example
|
|
15
15
|
|
|
@@ -10,8 +10,8 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**code** | **string** | Code | [default to undefined]
|
|
11
11
|
**name** | **string** | Name | [default to undefined]
|
|
12
12
|
**description** | **string** | Description | [default to undefined]
|
|
13
|
-
**label** | **string** | Label | [
|
|
14
|
-
**price** | **number** | Price | [
|
|
13
|
+
**label** | **string** | Label | [default to undefined]
|
|
14
|
+
**price** | **number** | Price | [default to undefined]
|
|
15
15
|
|
|
16
16
|
## Example
|
|
17
17
|
|
package/docs/SmsAccountEntity.md
CHANGED
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**creation** | **string** | creation | [default to undefined]
|
|
12
12
|
**customerId** | **number** | customerId | [default to undefined]
|
|
13
13
|
**webhookUrl** | **string** | webhookUrl | [default to undefined]
|
|
14
|
-
**trunkId** | **number** | trunkId | [
|
|
14
|
+
**trunkId** | **number** | trunkId | [default to undefined]
|
|
15
15
|
**name** | **string** | name | [default to undefined]
|
|
16
16
|
|
|
17
17
|
## Example
|
|
@@ -7,7 +7,7 @@ SMS Phone Number
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**phone_number** | **string** | Phone Number | [default to undefined]
|
|
10
|
-
**status** | **string** | status | [
|
|
10
|
+
**status** | **string** | status | [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
package/docs/StockOrderModel.md
CHANGED
|
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**supplierId** | **number** | Supplier ID | [default to undefined]
|
|
13
13
|
**deliveryDate** | **string** | Delivery Due Date | [default to undefined]
|
|
14
14
|
**shipmentId** | **string** | Tracking ID | [default to undefined]
|
|
15
|
-
**deliveryMethod** | **string** | Delivery Method | [
|
|
15
|
+
**deliveryMethod** | **string** | Delivery Method | [default to undefined]
|
|
16
16
|
**deliveryCost** | **number** | Delivery Cost | [default to undefined]
|
|
17
17
|
**exchangeRate** | **number** | Exchange Rate | [default to undefined]
|
|
18
18
|
**weight** | **number** | Weight | [default to undefined]
|
|
@@ -7,7 +7,7 @@ Stock Product Price
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**priceList** | [**CustomerPriceListEnum**](CustomerPriceListEnum.md) | | [default to undefined]
|
|
10
|
-
**price** | **number** | Price (£) | [
|
|
10
|
+
**price** | **number** | Price (£) | [default to undefined]
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**status** | **string** | Ticket status | [default to undefined]
|
|
11
11
|
**statusId** | **number** | Ticket status ID | [default to undefined]
|
|
12
12
|
**subject** | **string** | Ticket subject | [default to undefined]
|
|
13
|
-
**supportEmail** | **string** | Support email address | [
|
|
13
|
+
**supportEmail** | **string** | Support email address | [default to undefined]
|
|
14
14
|
**toEmails** | **Array<string>** | Recipient emails | [default to undefined]
|
|
15
15
|
**description** | **string** | Ticket description (HTML) | [default to undefined]
|
|
16
16
|
**descriptionText** | **string** | Ticket description (plain text) | [default to undefined]
|
|
@@ -9,20 +9,20 @@ Name | Type | Description | Notes
|
|
|
9
9
|
**wizardId** | **string** | Wizard ID | [default to undefined]
|
|
10
10
|
**customerId** | **number** | Customer ID | [default to undefined]
|
|
11
11
|
**instanceId** | **string** | Instance ID | [default to undefined]
|
|
12
|
-
**licenceKey** | **string** | 3CX Licence Key | [
|
|
13
|
-
**endUser** | **string** | End User | [
|
|
14
|
-
**reseller** | **string** | Reseller | [
|
|
12
|
+
**licenceKey** | **string** | 3CX Licence Key | [default to undefined]
|
|
13
|
+
**endUser** | **string** | End User | [default to undefined]
|
|
14
|
+
**reseller** | **string** | Reseller | [default to undefined]
|
|
15
15
|
**company** | **string** | Company Name | [default to undefined]
|
|
16
16
|
**portalStatus** | **string** | Installation Status | [default to undefined]
|
|
17
17
|
**creation** | **string** | Creation Date | [default to undefined]
|
|
18
|
-
**installType** | **string** | Install Type | [
|
|
18
|
+
**installType** | **string** | Install Type | [default to undefined]
|
|
19
19
|
**configType** | **string** | Config Type | [default to undefined]
|
|
20
|
-
**fqdn** | **string** | FQDN | [
|
|
21
|
-
**ipAddress** | **string** | PBX IP Address | [
|
|
22
|
-
**reservedIpAddress** | **string** | Failover IP Address | [
|
|
23
|
-
**tcxUrl** | **string** | 3CX Console URL | [
|
|
24
|
-
**wizardUrl** | **string** | Wizard URL | [
|
|
25
|
-
**credentialsUrl** | **string** | 3CX Credentials URL | [
|
|
20
|
+
**fqdn** | **string** | FQDN | [default to undefined]
|
|
21
|
+
**ipAddress** | **string** | PBX IP Address | [default to undefined]
|
|
22
|
+
**reservedIpAddress** | **string** | Failover IP Address | [default to undefined]
|
|
23
|
+
**tcxUrl** | **string** | 3CX Console URL | [default to undefined]
|
|
24
|
+
**wizardUrl** | **string** | Wizard URL | [default to undefined]
|
|
25
|
+
**credentialsUrl** | **string** | 3CX Credentials URL | [default to undefined]
|
|
26
26
|
**price** | **number** | Hosting Price | [default to undefined]
|
|
27
27
|
**offline** | **boolean** | Instance Offline | [default to undefined]
|
|
28
28
|
**failedOver** | **boolean** | Instance Failed Over | [default to undefined]
|
|
@@ -32,12 +32,12 @@ Name | Type | Description | Notes
|
|
|
32
32
|
**supportDescription** | **string** | Instance Support Description | [default to undefined]
|
|
33
33
|
**supportIcon** | **string** | Instance Support Icon | [default to undefined]
|
|
34
34
|
**supportColour** | **string** | Instance Support Colour | [default to undefined]
|
|
35
|
-
**version** | **string** | 3CX Software Version | [
|
|
36
|
-
**disk** | **number** | Recordings Disk Size | [
|
|
37
|
-
**flavour** | **string** | Instance Spec | [
|
|
35
|
+
**version** | **string** | 3CX Software Version | [default to undefined]
|
|
36
|
+
**disk** | **number** | Recordings Disk Size | [default to undefined]
|
|
37
|
+
**flavour** | **string** | Instance Spec | [default to undefined]
|
|
38
38
|
**autoFailover** | **boolean** | Auto Failover | [default to undefined]
|
|
39
|
-
**extensions** | **number** | Extensions in Use | [
|
|
40
|
-
**maxExtensions** | **number** | Max Allowed Extensions | [
|
|
39
|
+
**extensions** | **number** | Extensions in Use | [default to undefined]
|
|
40
|
+
**maxExtensions** | **number** | Max Allowed Extensions | [default to undefined]
|
|
41
41
|
|
|
42
42
|
## Example
|
|
43
43
|
|
package/docs/TcxKeySummaryDTO.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**licenceKey** | **string** | Licence Key | [default to undefined]
|
|
10
|
-
**endUser** | **string** | End User | [
|
|
10
|
+
**endUser** | **string** | End User | [default to undefined]
|
|
11
11
|
**sc** | **number** | Simultaneous Calls | [default to undefined]
|
|
12
12
|
**edition** | **string** | Edition | [default to undefined]
|
|
13
|
-
**expiry** | **string** | Expiry Date | [
|
|
13
|
+
**expiry** | **string** | Expiry Date | [default to undefined]
|
|
14
14
|
|
|
15
15
|
## Example
|
|
16
16
|
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**server** | **string** | Host Server | [
|
|
10
|
-
**reference** | **string** | Tenant Reference | [
|
|
11
|
-
**_package** | **string** | Tenant Package | [
|
|
12
|
-
**price** | **number** | Price Per User | [
|
|
13
|
-
**username** | **string** | Admin Username | [
|
|
14
|
-
**password** | **string** | Admin Password | [
|
|
9
|
+
**server** | **string** | Host Server | [default to undefined]
|
|
10
|
+
**reference** | **string** | Tenant Reference | [default to undefined]
|
|
11
|
+
**_package** | **string** | Tenant Package | [default to undefined]
|
|
12
|
+
**price** | **number** | Price Per User | [default to undefined]
|
|
13
|
+
**username** | **string** | Admin Username | [default to undefined]
|
|
14
|
+
**password** | **string** | Admin Password | [default to undefined]
|
|
15
15
|
**companyName** | **string** | Tenant Name | [default to undefined]
|
|
16
16
|
**address1** | **string** | Address Line 1 | [default to undefined]
|
|
17
17
|
**address2** | **string** | Address Line 2 | [default to undefined]
|
|
18
18
|
**city** | **string** | City | [default to undefined]
|
|
19
19
|
**postalCode** | **string** | Postal Code | [default to undefined]
|
|
20
|
-
**mainNumber** | **string** | Tenant Main Number | [
|
|
20
|
+
**mainNumber** | **string** | Tenant Main Number | [default to undefined]
|
|
21
21
|
**numbers** | **Array<string>** | Tenant Numbers | [default to undefined]
|
|
22
22
|
**users** | [**Array<TcxMultiTenantUserModel>**](TcxMultiTenantUserModel.md) | Tenant Users | [default to undefined]
|
|
23
23
|
|
package/docs/TcxSbcDTO.md
CHANGED
|
@@ -6,7 +6,7 @@ SBC Data
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**id** | **number** | ID | [
|
|
9
|
+
**id** | **number** | ID | [default to undefined]
|
|
10
10
|
**ipAddress** | **string** | LAN IP Address | [default to undefined]
|
|
11
11
|
**defaultGateway** | **string** | LAN Default Gateway | [default to undefined]
|
|
12
12
|
**netmask** | **string** | LAN Subnet Mask | [default to undefined]
|
package/docs/TcxSetupEntity.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
9
|
**creation** | **string** | Creation Date | [default to undefined]
|
|
10
|
-
**installType** | **string** | Install Type | [
|
|
10
|
+
**installType** | **string** | Install Type | [default to undefined]
|
|
11
11
|
**installVersion** | **number** | 3CX Install Version | [default to 20]
|
|
12
12
|
**orderId** | **number** | Linked Order ID | [default to undefined]
|
|
13
13
|
**customerId** | **number** | Customer ID | [default to undefined]
|
package/docs/TcxWizardModel.md
CHANGED
|
@@ -10,15 +10,15 @@ Name | Type | Description | Notes
|
|
|
10
10
|
**config** | [**TcxWizardConfigModel**](TcxWizardConfigModel.md) | | [default to undefined]
|
|
11
11
|
**licenceKey** | **string** | 3CX Licence Key | [default to undefined]
|
|
12
12
|
**installType** | **string** | Install Type | [default to undefined]
|
|
13
|
-
**backup** | [**TcxBackupModel**](TcxBackupModel.md) | | [
|
|
13
|
+
**backup** | [**TcxBackupModel**](TcxBackupModel.md) | | [default to undefined]
|
|
14
14
|
**extensions** | [**Array<TcxExtsEntity>**](TcxExtsEntity.md) | | [default to undefined]
|
|
15
15
|
**numbers** | [**Array<TcxNumbersEntity>**](TcxNumbersEntity.md) | | [default to undefined]
|
|
16
|
-
**officeHours** | [**TcxOfficeHoursEntity**](TcxOfficeHoursEntity.md) | | [
|
|
16
|
+
**officeHours** | [**TcxOfficeHoursEntity**](TcxOfficeHoursEntity.md) | | [default to undefined]
|
|
17
17
|
**phones** | [**Array<TcxPhoneModel>**](TcxPhoneModel.md) | | [default to undefined]
|
|
18
18
|
**sbcs** | [**Array<TcxSbcModel>**](TcxSbcModel.md) | | [default to undefined]
|
|
19
|
-
**sipTrunk** | [**TcxSipTrunksEntity**](TcxSipTrunksEntity.md) | | [
|
|
20
|
-
**installationStatus** | **string** | | [
|
|
21
|
-
**setup** | [**TcxSetupEntity**](TcxSetupEntity.md) | | [
|
|
19
|
+
**sipTrunk** | [**TcxSipTrunksEntity**](TcxSipTrunksEntity.md) | | [default to undefined]
|
|
20
|
+
**installationStatus** | **string** | | [default to undefined]
|
|
21
|
+
**setup** | [**TcxSetupEntity**](TcxSetupEntity.md) | | [default to undefined]
|
|
22
22
|
**endUserView** | **boolean** | End User Wizard View | [default to undefined]
|
|
23
23
|
|
|
24
24
|
## Example
|
|
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
|
|
|
11
11
|
**companyId** | **number** | companyId | [default to undefined]
|
|
12
12
|
**groupId** | **number** | groupId | [default to undefined]
|
|
13
13
|
**productId** | **number** | productId | [default to undefined]
|
|
14
|
-
**statusId** | **number** | status | [
|
|
14
|
+
**statusId** | **number** | status | [default to undefined]
|
|
15
15
|
**lastUpdated** | **string** | lastUpdated | [default to undefined]
|
|
16
16
|
**statusText** | **string** | Status Text | [optional] [default to undefined]
|
|
17
17
|
|
package/docs/UserEntity.md
CHANGED
|
@@ -16,8 +16,8 @@ Name | Type | Description | Notes
|
|
|
16
16
|
**level** | **number** | level | [default to undefined]
|
|
17
17
|
**active** | **number** | active | [default to undefined]
|
|
18
18
|
**image** | **string** | image | [default to undefined]
|
|
19
|
-
**primaryHex** | **number** | primaryHex | [
|
|
20
|
-
**secondaryHex** | **number** | secondaryHex | [
|
|
19
|
+
**primaryHex** | **number** | primaryHex | [default to undefined]
|
|
20
|
+
**secondaryHex** | **number** | secondaryHex | [default to undefined]
|
|
21
21
|
|
|
22
22
|
## Example
|
|
23
23
|
|