yellowgrid-api-ts 3.0.79
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/.openapi-generator/FILES +189 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +385 -0
- package/api.ts +20310 -0
- package/base.ts +86 -0
- package/common.ts +150 -0
- package/config.json +3 -0
- package/configuration.ts +115 -0
- package/dist/api.d.ts +14136 -0
- package/dist/api.js +14123 -0
- package/dist/base.d.ts +66 -0
- package/dist/base.js +86 -0
- package/dist/common.d.ts +65 -0
- package/dist/common.js +253 -0
- package/dist/configuration.d.ts +91 -0
- package/dist/configuration.js +57 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.js +31 -0
- package/docs/AccountContactEntity.md +45 -0
- package/docs/AccountContactModel.md +45 -0
- package/docs/AccountContactRequestModel.md +37 -0
- package/docs/AccountRequestModel.md +53 -0
- package/docs/AccountSummaryDTO.md +25 -0
- package/docs/AccountsApi.md +948 -0
- package/docs/AccountsResponseModel.md +27 -0
- package/docs/AddressModel.md +45 -0
- package/docs/AddressRequestModel.md +27 -0
- package/docs/AgentHoursGraphModel.md +27 -0
- package/docs/AgentHoursGraphMonthModel.md +23 -0
- package/docs/ApiLogEntity.md +43 -0
- package/docs/AreaCodeModel.md +23 -0
- package/docs/AttachmentModel.md +29 -0
- package/docs/AttributeSetEnum.md +23 -0
- package/docs/AuthCodeResponseModel.md +25 -0
- package/docs/BatchEntity.md +53 -0
- package/docs/CallBarringModel.md +29 -0
- package/docs/Class3CXApi.md +172 -0
- package/docs/Class3CXInstallationWizardApi.md +1355 -0
- package/docs/Class3CXInstallationsApi.md +651 -0
- package/docs/Class3CXIntegrationsApi.md +344 -0
- package/docs/Class3CXMultiTenantApi.md +404 -0
- package/docs/ClientDetailsModel.md +35 -0
- package/docs/ClientModel.md +27 -0
- package/docs/CompanyContractModel.md +29 -0
- package/docs/ContactInfoModel.md +29 -0
- package/docs/ConversationModel.md +35 -0
- package/docs/CreditAccountEntity.md +61 -0
- package/docs/CustomerInformationModel.md +33 -0
- package/docs/CustomerPriceListEnum.md +23 -0
- package/docs/CustomerSummaryReportDTO.md +31 -0
- package/docs/DdiRangeRequestModel.md +25 -0
- package/docs/DdiRangesRequestModel.md +21 -0
- package/docs/DivertRequestModel.md +23 -0
- package/docs/DivertResponseModel.md +25 -0
- package/docs/EdTechProClientEntity.md +29 -0
- package/docs/EdTechProSchoolModel.md +47 -0
- package/docs/EdTechProSchoolsModel.md +27 -0
- package/docs/EdTechProSetupModel.md +29 -0
- package/docs/FraudManagementModel.md +23 -0
- package/docs/FreshdeskCompanyTicketsModel.md +27 -0
- package/docs/FreshdeskTicketEntity.md +33 -0
- package/docs/FtpAccountsEntity.md +29 -0
- package/docs/GenericFileModel.md +25 -0
- package/docs/GetGetPasswordHash200Response.md +20 -0
- package/docs/GetGetPrice200Response.md +20 -0
- package/docs/GetGetRecording200Response.md +20 -0
- package/docs/HostingChangeResponseModel.md +29 -0
- package/docs/InstanceAutoFailoverEntity.md +29 -0
- package/docs/InstanceDeletionScheduleEntity.md +27 -0
- package/docs/InstanceEntity.md +59 -0
- package/docs/InstanceFailoverEntity.md +41 -0
- package/docs/InstanceMonitoringEntity.md +25 -0
- package/docs/InstanceMonitoringLogEntity.md +31 -0
- package/docs/InstanceScheduledTasksEntity.md +31 -0
- package/docs/InstanceTcxDetailsEntity.md +39 -0
- package/docs/InstanceUserCredentialsEntity.md +29 -0
- package/docs/ItemDTO.md +41 -0
- package/docs/ItemEntity.md +61 -0
- package/docs/MFARequiredModel.md +23 -0
- package/docs/MonthlyUsageModel.md +23 -0
- package/docs/MultiTenantChangeResponseModel.md +27 -0
- package/docs/MyPBXToolsApi.md +65 -0
- package/docs/NavigationModel.md +27 -0
- package/docs/OAuth20Api.md +368 -0
- package/docs/OfflineInstancesEntity.md +29 -0
- package/docs/OrderEntity.md +135 -0
- package/docs/OrderRequestModel.md +45 -0
- package/docs/OrderSummariesModel.md +27 -0
- package/docs/OrderSummaryDTO.md +43 -0
- package/docs/OrderTotalModel.md +33 -0
- package/docs/OrderedItemEntity.md +47 -0
- package/docs/OrdersApi.md +135 -0
- package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
- package/docs/PatchUpdateAccountContactPasswordRequest.md +20 -0
- package/docs/PortalAccountModel.md +67 -0
- package/docs/PortalLoginModel.md +33 -0
- package/docs/PostAddWebhook200Response.md +20 -0
- package/docs/PostGetClientCredentialsRequest.md +20 -0
- package/docs/PriceListItemModel.md +29 -0
- package/docs/PricingApi.md +138 -0
- package/docs/PrizesEntity.md +31 -0
- package/docs/ProductSearchResultsModel.md +21 -0
- package/docs/ProductSerialInfoModel.md +27 -0
- package/docs/ProductSummaryModel.md +31 -0
- package/docs/ProductsApi.md +315 -0
- package/docs/PromoCodesEntity.md +43 -0
- package/docs/PromoItemsEntity.md +35 -0
- package/docs/ProvisioningApi.md +402 -0
- package/docs/ProvisioningEntity.md +29 -0
- package/docs/ProvisioningRequestEntity.md +25 -0
- package/docs/ResourceNotReadyException.md +25 -0
- package/docs/RootAccessModel.md +25 -0
- package/docs/SIPTrunksApi.md +1258 -0
- package/docs/SMSApi.md +66 -0
- package/docs/ScannedItemModel.md +29 -0
- package/docs/ScopeModel.md +23 -0
- package/docs/ShipmentAddressEntity.md +41 -0
- package/docs/ShipmentEntity.md +43 -0
- package/docs/ShipmentItemEntity.md +29 -0
- package/docs/SipTrunkChangeResponseModel.md +29 -0
- package/docs/SipTrunkCreationRequestModel.md +31 -0
- package/docs/SipTrunkEntity.md +43 -0
- package/docs/SipTrunksResponseModel.md +27 -0
- package/docs/SmsAccountEntity.md +33 -0
- package/docs/SmsDataModel.md +21 -0
- package/docs/SmsMessageModel.md +25 -0
- package/docs/SmsNumbersEntity.md +23 -0
- package/docs/SmsPayloadModel.md +25 -0
- package/docs/SmsPhoneNumberModel.md +23 -0
- package/docs/SmsResponseModel.md +29 -0
- package/docs/SmsWhitelistEntity.md +23 -0
- package/docs/StockManagementApi.md +1380 -0
- package/docs/StockOrderCourierEntity.md +27 -0
- package/docs/StockOrderDeductionModel.md +27 -0
- package/docs/StockOrderDeductionRequestModel.md +23 -0
- package/docs/StockOrderDeductionsEntity.md +27 -0
- package/docs/StockOrderEntity.md +63 -0
- package/docs/StockOrderItemEntity.md +33 -0
- package/docs/StockOrderItemModel.md +37 -0
- package/docs/StockOrderItemRequestModel.md +27 -0
- package/docs/StockOrderModel.md +49 -0
- package/docs/StockOrderProductEntity.md +31 -0
- package/docs/StockOrderRequestModel.md +25 -0
- package/docs/StockOrderSupplierEntity.md +37 -0
- package/docs/StockOrderSupplierModel.md +37 -0
- package/docs/StockOrdersModel.md +27 -0
- package/docs/StockProductModel.md +49 -0
- package/docs/StockProductPriceModel.md +23 -0
- package/docs/StockProductSummariesModel.md +27 -0
- package/docs/StockProductSummaryModel.md +33 -0
- package/docs/StockTransactionsEntity.md +35 -0
- package/docs/SupplierEntity.md +37 -0
- package/docs/SupplierItemEntity.md +35 -0
- package/docs/SystemApi.md +80 -0
- package/docs/TcxBackupEntity.md +37 -0
- package/docs/TcxBackupModel.md +55 -0
- package/docs/TcxBillingEntity.md +39 -0
- package/docs/TcxBulkLicenceDetailsModel.md +23 -0
- package/docs/TcxDeadLicenceEntity.md +25 -0
- package/docs/TcxExtsEntity.md +35 -0
- package/docs/TcxHostingPricingEntity.md +35 -0
- package/docs/TcxInstallationDetailsModel.md +45 -0
- package/docs/TcxInstallationModel.md +75 -0
- package/docs/TcxInstallationsModel.md +27 -0
- package/docs/TcxKeySummaryDTO.md +29 -0
- package/docs/TcxKeysEntity.md +31 -0
- package/docs/TcxLicenceDetailsErrorModel.md +27 -0
- package/docs/TcxLicenceDetailsModel.md +41 -0
- package/docs/TcxMacsEntity.md +25 -0
- package/docs/TcxMultiTenantModel.md +47 -0
- package/docs/TcxMultiTenantUserModel.md +25 -0
- package/docs/TcxMultiTenantsModel.md +27 -0
- package/docs/TcxNumbersEntity.md +25 -0
- package/docs/TcxOfficeHoursEntity.md +49 -0
- package/docs/TcxPhoneModel.md +32 -0
- package/docs/TcxPhonesEntity.md +31 -0
- package/docs/TcxSbcEntity.md +51 -0
- package/docs/TcxSetupEntity.md +71 -0
- package/docs/TcxSetupsModel.md +27 -0
- package/docs/TcxSipTrunksEntity.md +45 -0
- package/docs/TcxTemplateXmlEnum.md +23 -0
- package/docs/TcxUsersEntity.md +31 -0
- package/docs/TcxWizardConfigModel.md +23 -0
- package/docs/TcxWizardModel.md +47 -0
- package/docs/TechSupportCompanySummaryDTO.md +29 -0
- package/docs/TelephonySupportTicketModel.md +41 -0
- package/docs/TicketSummaryModel.md +35 -0
- package/docs/TicketTimeDTO.md +36 -0
- package/docs/TicketsApi.md +300 -0
- package/docs/TokenResponseModel.md +25 -0
- package/docs/UpgradeOrderResponseModel.md +23 -0
- package/docs/UpgradeRequestModel.md +27 -0
- package/docs/UserEntity.md +39 -0
- package/docs/WebhooksApi.md +117 -0
- package/docs/XeroLogEntity.md +39 -0
- package/git_push.sh +57 -0
- package/index.ts +18 -0
- package/openapitools.json +7 -0
- package/package.json +31 -0
- package/tsconfig.json +21 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# SupplierEntity
|
|
2
|
+
|
|
3
|
+
SuppliersEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**name** | **string** | name | [optional] [default to undefined]
|
|
11
|
+
**shortName** | **string** | nameShort | [optional] [default to undefined]
|
|
12
|
+
**email** | **string** | email | [optional] [default to undefined]
|
|
13
|
+
**phone** | **string** | phone | [optional] [default to undefined]
|
|
14
|
+
**defaultCourier** | **string** | defaultCourier | [optional] [default to undefined]
|
|
15
|
+
**defaultCarriage** | **number** | defaultCarriage | [optional] [default to undefined]
|
|
16
|
+
**accountNumber** | **string** | account | [optional] [default to undefined]
|
|
17
|
+
**xeroAccountNumber** | **string** | internalAccount | [optional] [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { SupplierEntity } from 'yellowgrid-api-ts';
|
|
23
|
+
|
|
24
|
+
const instance: SupplierEntity = {
|
|
25
|
+
id,
|
|
26
|
+
name,
|
|
27
|
+
shortName,
|
|
28
|
+
email,
|
|
29
|
+
phone,
|
|
30
|
+
defaultCourier,
|
|
31
|
+
defaultCarriage,
|
|
32
|
+
accountNumber,
|
|
33
|
+
xeroAccountNumber,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# SupplierItemEntity
|
|
2
|
+
|
|
3
|
+
SupplierItemsEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**supplierId** | **number** | supplierId | [optional] [default to undefined]
|
|
11
|
+
**sku** | **string** | sku | [optional] [default to undefined]
|
|
12
|
+
**title** | **string** | title | [optional] [default to undefined]
|
|
13
|
+
**itemOptions** | **string** | itemOptions | [optional] [default to undefined]
|
|
14
|
+
**itemPrice** | **number** | itemPrice | [optional] [default to undefined]
|
|
15
|
+
**itemType** | **number** | itemType | [optional] [default to undefined]
|
|
16
|
+
**supplierSku** | **string** | supplierSku | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { SupplierItemEntity } from 'yellowgrid-api-ts';
|
|
22
|
+
|
|
23
|
+
const instance: SupplierItemEntity = {
|
|
24
|
+
id,
|
|
25
|
+
supplierId,
|
|
26
|
+
sku,
|
|
27
|
+
title,
|
|
28
|
+
itemOptions,
|
|
29
|
+
itemPrice,
|
|
30
|
+
itemType,
|
|
31
|
+
supplierSku,
|
|
32
|
+
};
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# SystemApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://api.yellowgrid.local*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**getLogSearch**](#getlogsearch) | **GET** /system/logs/api/search | Search for logs|
|
|
8
|
+
|
|
9
|
+
# **getLogSearch**
|
|
10
|
+
> Array<ApiLogEntity> getLogSearch()
|
|
11
|
+
|
|
12
|
+
Search for logs
|
|
13
|
+
|
|
14
|
+
### Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import {
|
|
18
|
+
SystemApi,
|
|
19
|
+
Configuration
|
|
20
|
+
} from 'yellowgrid-api-ts';
|
|
21
|
+
|
|
22
|
+
const configuration = new Configuration();
|
|
23
|
+
const apiInstance = new SystemApi(configuration);
|
|
24
|
+
|
|
25
|
+
let clientId: string; //Client ID (optional) (default to undefined)
|
|
26
|
+
let clientIp: string; //Client IP (optional) (default to undefined)
|
|
27
|
+
let responseCode: number; //HTTP code (optional) (default to undefined)
|
|
28
|
+
let date: string; //Date of log creation (optional) (default to undefined)
|
|
29
|
+
let filterOutDomain: string; //HTTP origin to filter out (optional) (default to undefined)
|
|
30
|
+
let pageSize: number; //Number Of Results (optional) (default to undefined)
|
|
31
|
+
let page: number; //Page Number (optional) (default to undefined)
|
|
32
|
+
|
|
33
|
+
const { status, data } = await apiInstance.getLogSearch(
|
|
34
|
+
clientId,
|
|
35
|
+
clientIp,
|
|
36
|
+
responseCode,
|
|
37
|
+
date,
|
|
38
|
+
filterOutDomain,
|
|
39
|
+
pageSize,
|
|
40
|
+
page
|
|
41
|
+
);
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
### Parameters
|
|
45
|
+
|
|
46
|
+
|Name | Type | Description | Notes|
|
|
47
|
+
|------------- | ------------- | ------------- | -------------|
|
|
48
|
+
| **clientId** | [**string**] | Client ID | (optional) defaults to undefined|
|
|
49
|
+
| **clientIp** | [**string**] | Client IP | (optional) defaults to undefined|
|
|
50
|
+
| **responseCode** | [**number**] | HTTP code | (optional) defaults to undefined|
|
|
51
|
+
| **date** | **string** | Date of log creation | (optional) defaults to undefined|
|
|
52
|
+
| **filterOutDomain** | [**string**] | HTTP origin to filter out | (optional) defaults to undefined|
|
|
53
|
+
| **pageSize** | [**number**] | Number Of Results | (optional) defaults to undefined|
|
|
54
|
+
| **page** | [**number**] | Page Number | (optional) defaults to undefined|
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Return type
|
|
58
|
+
|
|
59
|
+
**Array<ApiLogEntity>**
|
|
60
|
+
|
|
61
|
+
### Authorization
|
|
62
|
+
|
|
63
|
+
No authorization required
|
|
64
|
+
|
|
65
|
+
### HTTP request headers
|
|
66
|
+
|
|
67
|
+
- **Content-Type**: Not defined
|
|
68
|
+
- **Accept**: application/json
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
### HTTP response details
|
|
72
|
+
| Status code | Description | Response headers |
|
|
73
|
+
|-------------|-------------|------------------|
|
|
74
|
+
|**200** | Log | - |
|
|
75
|
+
|**400** | Bad Request | - |
|
|
76
|
+
|**401** | Unauthorised | - |
|
|
77
|
+
|**403** | Access Denied | - |
|
|
78
|
+
|
|
79
|
+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
|
80
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# TcxBackupEntity
|
|
2
|
+
|
|
3
|
+
3CX Wizard Restore From Backup
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**path** | **string** | Backup Filename | [optional] [default to undefined]
|
|
11
|
+
**password** | **string** | password | [optional] [default to undefined]
|
|
12
|
+
**adminUsername** | **string** | adminUsername | [optional] [default to undefined]
|
|
13
|
+
**httpPort** | **number** | HTTP Port | [optional] [default to undefined]
|
|
14
|
+
**httpsPort** | **number** | HTTPS Port | [optional] [default to undefined]
|
|
15
|
+
**sipPort** | **number** | SIP Port | [optional] [default to undefined]
|
|
16
|
+
**tunnelPort** | **number** | 3CX Tunnel Port | [optional] [default to undefined]
|
|
17
|
+
**schedule** | **string** | 3CX Wizard Build Schedule | [optional] [default to undefined]
|
|
18
|
+
|
|
19
|
+
## Example
|
|
20
|
+
|
|
21
|
+
```typescript
|
|
22
|
+
import { TcxBackupEntity } from 'yellowgrid-api-ts';
|
|
23
|
+
|
|
24
|
+
const instance: TcxBackupEntity = {
|
|
25
|
+
id,
|
|
26
|
+
path,
|
|
27
|
+
password,
|
|
28
|
+
adminUsername,
|
|
29
|
+
httpPort,
|
|
30
|
+
httpsPort,
|
|
31
|
+
sipPort,
|
|
32
|
+
tunnelPort,
|
|
33
|
+
schedule,
|
|
34
|
+
};
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# TcxBackupModel
|
|
2
|
+
|
|
3
|
+
3CX Wizard Restore From Backup
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**path** | **string** | Backup Filename | [optional] [default to undefined]
|
|
11
|
+
**password** | **string** | password | [optional] [default to undefined]
|
|
12
|
+
**adminUsername** | **string** | adminUsername | [optional] [default to undefined]
|
|
13
|
+
**httpPort** | **number** | HTTP Port | [optional] [default to undefined]
|
|
14
|
+
**httpsPort** | **number** | HTTPS Port | [optional] [default to undefined]
|
|
15
|
+
**sipPort** | **number** | SIP Port | [optional] [default to undefined]
|
|
16
|
+
**tunnelPort** | **number** | 3CX Tunnel Port | [optional] [default to undefined]
|
|
17
|
+
**schedule** | **string** | 3CX Wizard Build Schedule | [optional] [default to undefined]
|
|
18
|
+
**size** | **number** | Backup Size | [optional] [default to undefined]
|
|
19
|
+
**email** | **string** | 3CX Admin Email | [optional] [default to undefined]
|
|
20
|
+
**version** | **string** | 3CX Version | [optional] [default to undefined]
|
|
21
|
+
**fqdn** | **string** | FQDN | [optional] [default to undefined]
|
|
22
|
+
**hostname** | **string** | 3CX Hostname | [optional] [default to undefined]
|
|
23
|
+
**suffix** | **string** | 3CX DNS Suffix | [optional] [default to undefined]
|
|
24
|
+
**licence** | **string** | 3CX Licence Key | [optional] [default to undefined]
|
|
25
|
+
**extLength** | **number** | Extension Length | [optional] [default to undefined]
|
|
26
|
+
**phone** | **string** | 3CX Licence Phone | [optional] [default to undefined]
|
|
27
|
+
|
|
28
|
+
## Example
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
import { TcxBackupModel } from 'yellowgrid-api-ts';
|
|
32
|
+
|
|
33
|
+
const instance: TcxBackupModel = {
|
|
34
|
+
id,
|
|
35
|
+
path,
|
|
36
|
+
password,
|
|
37
|
+
adminUsername,
|
|
38
|
+
httpPort,
|
|
39
|
+
httpsPort,
|
|
40
|
+
sipPort,
|
|
41
|
+
tunnelPort,
|
|
42
|
+
schedule,
|
|
43
|
+
size,
|
|
44
|
+
email,
|
|
45
|
+
version,
|
|
46
|
+
fqdn,
|
|
47
|
+
hostname,
|
|
48
|
+
suffix,
|
|
49
|
+
licence,
|
|
50
|
+
extLength,
|
|
51
|
+
phone,
|
|
52
|
+
};
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# TcxBillingEntity
|
|
2
|
+
|
|
3
|
+
TcxBillingEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**tcxId** | **number** | tcxId | [optional] [default to undefined]
|
|
11
|
+
**method** | **string** | method | [optional] [default to undefined]
|
|
12
|
+
**amount** | **number** | amount | [optional] [default to undefined]
|
|
13
|
+
**currency** | **string** | currency | [optional] [default to undefined]
|
|
14
|
+
**notes** | **string** | notes | [optional] [default to undefined]
|
|
15
|
+
**invoicing** | **string** | invoicing | [optional] [default to undefined]
|
|
16
|
+
**monthInterval** | **number** | monthInterval | [optional] [default to undefined]
|
|
17
|
+
**startDate** | **string** | startDate | [optional] [default to undefined]
|
|
18
|
+
**billTo** | **string** | billTo | [optional] [default to undefined]
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```typescript
|
|
23
|
+
import { TcxBillingEntity } from 'yellowgrid-api-ts';
|
|
24
|
+
|
|
25
|
+
const instance: TcxBillingEntity = {
|
|
26
|
+
id,
|
|
27
|
+
tcxId,
|
|
28
|
+
method,
|
|
29
|
+
amount,
|
|
30
|
+
currency,
|
|
31
|
+
notes,
|
|
32
|
+
invoicing,
|
|
33
|
+
monthInterval,
|
|
34
|
+
startDate,
|
|
35
|
+
billTo,
|
|
36
|
+
};
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# TcxBulkLicenceDetailsModel
|
|
2
|
+
|
|
3
|
+
Bulk 3CX Licence Details
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**licenceDetails** | [**Array<TcxLicenceDetailsModel>**](TcxLicenceDetailsModel.md) | Licence Details | [optional] [default to undefined]
|
|
10
|
+
**errors** | [**Array<TcxLicenceDetailsErrorModel>**](TcxLicenceDetailsErrorModel.md) | Licence Error Details | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { TcxBulkLicenceDetailsModel } from 'yellowgrid-api-ts';
|
|
16
|
+
|
|
17
|
+
const instance: TcxBulkLicenceDetailsModel = {
|
|
18
|
+
licenceDetails,
|
|
19
|
+
errors,
|
|
20
|
+
};
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# TcxDeadLicenceEntity
|
|
2
|
+
|
|
3
|
+
DeadLicencesEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**licencekey** | **string** | licencekey | [optional] [default to undefined]
|
|
11
|
+
**date** | **string** | date | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { TcxDeadLicenceEntity } from 'yellowgrid-api-ts';
|
|
17
|
+
|
|
18
|
+
const instance: TcxDeadLicenceEntity = {
|
|
19
|
+
id,
|
|
20
|
+
licencekey,
|
|
21
|
+
date,
|
|
22
|
+
};
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# TcxExtsEntity
|
|
2
|
+
|
|
3
|
+
3CX Wizard Extension
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**extNo** | **string** | Extension Number | [optional] [default to undefined]
|
|
11
|
+
**firstName** | **string** | First Name | [optional] [default to undefined]
|
|
12
|
+
**lastName** | **string** | Last Name | [optional] [default to undefined]
|
|
13
|
+
**email** | **string** | Email Address | [optional] [default to undefined]
|
|
14
|
+
**ddi** | **string** | DDI | [optional] [default to undefined]
|
|
15
|
+
**cli** | **string** | Outbound CLI | [optional] [default to undefined]
|
|
16
|
+
**recording** | **boolean** | Recording Enabled | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { TcxExtsEntity } from 'yellowgrid-api-ts';
|
|
22
|
+
|
|
23
|
+
const instance: TcxExtsEntity = {
|
|
24
|
+
id,
|
|
25
|
+
extNo,
|
|
26
|
+
firstName,
|
|
27
|
+
lastName,
|
|
28
|
+
email,
|
|
29
|
+
ddi,
|
|
30
|
+
cli,
|
|
31
|
+
recording,
|
|
32
|
+
};
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# TcxHostingPricingEntity
|
|
2
|
+
|
|
3
|
+
HostingPricingEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**title** | **string** | title | [optional] [default to undefined]
|
|
11
|
+
**perSc** | **number** | perSc | [optional] [default to undefined]
|
|
12
|
+
**perMultiTenantSc** | **number** | perMultiTenantSc | [optional] [default to undefined]
|
|
13
|
+
**flatRate** | **number** | flatRate | [optional] [default to undefined]
|
|
14
|
+
**maxFlatRateSc** | **number** | maxFlatRateSc | [optional] [default to undefined]
|
|
15
|
+
**highScThreshold** | **number** | highScThreshold | [optional] [default to undefined]
|
|
16
|
+
**highScDiscount** | **number** | highScDiscount | [optional] [default to undefined]
|
|
17
|
+
|
|
18
|
+
## Example
|
|
19
|
+
|
|
20
|
+
```typescript
|
|
21
|
+
import { TcxHostingPricingEntity } from 'yellowgrid-api-ts';
|
|
22
|
+
|
|
23
|
+
const instance: TcxHostingPricingEntity = {
|
|
24
|
+
id,
|
|
25
|
+
title,
|
|
26
|
+
perSc,
|
|
27
|
+
perMultiTenantSc,
|
|
28
|
+
flatRate,
|
|
29
|
+
maxFlatRateSc,
|
|
30
|
+
highScThreshold,
|
|
31
|
+
highScDiscount,
|
|
32
|
+
};
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# TcxInstallationDetailsModel
|
|
2
|
+
|
|
3
|
+
3CX Installation Details
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**ipAddress** | **string** | PBX IP Address | [optional] [default to undefined]
|
|
10
|
+
**instanceId** | **string** | Instance ID | [optional] [default to undefined]
|
|
11
|
+
**project** | **string** | Project ID | [optional] [default to undefined]
|
|
12
|
+
**privateKey** | [**GenericFileModel**](GenericFileModel.md) | | [optional] [default to undefined]
|
|
13
|
+
**rootPassword** | **string** | Root Password | [optional] [default to undefined]
|
|
14
|
+
**ownerExtension** | [**TcxUsersEntity**](TcxUsersEntity.md) | | [optional] [default to undefined]
|
|
15
|
+
**adminEmail** | **string** | Admin Email | [optional] [default to undefined]
|
|
16
|
+
**url** | **string** | Console URL | [optional] [default to undefined]
|
|
17
|
+
**adminUsername** | **string** | Admin Username | [optional] [default to undefined]
|
|
18
|
+
**adminPassword** | **string** | Admin Password | [optional] [default to undefined]
|
|
19
|
+
**ftpHost** | **string** | Config Backup FTP Host | [optional] [default to undefined]
|
|
20
|
+
**ftpUsername** | **string** | Config Backup FTP Username | [optional] [default to undefined]
|
|
21
|
+
**ftpPassword** | **string** | Config Backup FTP Password | [optional] [default to undefined]
|
|
22
|
+
|
|
23
|
+
## Example
|
|
24
|
+
|
|
25
|
+
```typescript
|
|
26
|
+
import { TcxInstallationDetailsModel } from 'yellowgrid-api-ts';
|
|
27
|
+
|
|
28
|
+
const instance: TcxInstallationDetailsModel = {
|
|
29
|
+
ipAddress,
|
|
30
|
+
instanceId,
|
|
31
|
+
project,
|
|
32
|
+
privateKey,
|
|
33
|
+
rootPassword,
|
|
34
|
+
ownerExtension,
|
|
35
|
+
adminEmail,
|
|
36
|
+
url,
|
|
37
|
+
adminUsername,
|
|
38
|
+
adminPassword,
|
|
39
|
+
ftpHost,
|
|
40
|
+
ftpUsername,
|
|
41
|
+
ftpPassword,
|
|
42
|
+
};
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# TcxInstallationModel
|
|
2
|
+
|
|
3
|
+
3CX Installation
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**wizardId** | **string** | Wizard ID | [optional] [default to undefined]
|
|
10
|
+
**instanceId** | **string** | Instance ID | [optional] [default to undefined]
|
|
11
|
+
**licenceKey** | **string** | 3CX Licence Key | [optional] [default to undefined]
|
|
12
|
+
**endUser** | **string** | End User | [optional] [default to undefined]
|
|
13
|
+
**reseller** | **string** | Reseller | [optional] [default to undefined]
|
|
14
|
+
**company** | **string** | Company Name | [optional] [default to undefined]
|
|
15
|
+
**portalStatus** | **string** | Installation Status | [optional] [default to undefined]
|
|
16
|
+
**creation** | **string** | Creation Date | [optional] [default to undefined]
|
|
17
|
+
**installType** | **string** | Install Type | [optional] [default to undefined]
|
|
18
|
+
**configType** | **string** | Config Type | [optional] [default to undefined]
|
|
19
|
+
**fqdn** | **string** | FQDN | [optional] [default to undefined]
|
|
20
|
+
**ipAddress** | **string** | PBX IP Address | [optional] [default to undefined]
|
|
21
|
+
**reservedIpAddress** | **string** | Failover IP Address | [optional] [default to undefined]
|
|
22
|
+
**tcxUrl** | **string** | 3CX Console URL | [optional] [default to undefined]
|
|
23
|
+
**wizardUrl** | **string** | Wizard URL | [optional] [default to undefined]
|
|
24
|
+
**credentialsUrl** | **string** | 3CX Credentials URL | [optional] [default to undefined]
|
|
25
|
+
**price** | **number** | Hosting Price | [optional] [default to undefined]
|
|
26
|
+
**offline** | **boolean** | Instance Offline | [optional] [default to undefined]
|
|
27
|
+
**failedOver** | **boolean** | Instance Failed Over | [optional] [default to undefined]
|
|
28
|
+
**suspended** | **boolean** | Instance Suspended | [optional] [default to undefined]
|
|
29
|
+
**supported** | **boolean** | Instance Support Status | [optional] [default to undefined]
|
|
30
|
+
**supportLevel** | **string** | Instance Support Level | [optional] [default to undefined]
|
|
31
|
+
**supportDescription** | **string** | Instance Support Description | [optional] [default to undefined]
|
|
32
|
+
**supportIcon** | **string** | Instance Support Icon | [optional] [default to undefined]
|
|
33
|
+
**supportColour** | **string** | Instance Support Colour | [optional] [default to undefined]
|
|
34
|
+
**version** | **string** | 3CX Software Version | [optional] [default to undefined]
|
|
35
|
+
**disk** | **number** | Recordings Disk Size | [optional] [default to undefined]
|
|
36
|
+
**flavour** | **string** | Instance Spec | [optional] [default to undefined]
|
|
37
|
+
|
|
38
|
+
## Example
|
|
39
|
+
|
|
40
|
+
```typescript
|
|
41
|
+
import { TcxInstallationModel } from 'yellowgrid-api-ts';
|
|
42
|
+
|
|
43
|
+
const instance: TcxInstallationModel = {
|
|
44
|
+
wizardId,
|
|
45
|
+
instanceId,
|
|
46
|
+
licenceKey,
|
|
47
|
+
endUser,
|
|
48
|
+
reseller,
|
|
49
|
+
company,
|
|
50
|
+
portalStatus,
|
|
51
|
+
creation,
|
|
52
|
+
installType,
|
|
53
|
+
configType,
|
|
54
|
+
fqdn,
|
|
55
|
+
ipAddress,
|
|
56
|
+
reservedIpAddress,
|
|
57
|
+
tcxUrl,
|
|
58
|
+
wizardUrl,
|
|
59
|
+
credentialsUrl,
|
|
60
|
+
price,
|
|
61
|
+
offline,
|
|
62
|
+
failedOver,
|
|
63
|
+
suspended,
|
|
64
|
+
supported,
|
|
65
|
+
supportLevel,
|
|
66
|
+
supportDescription,
|
|
67
|
+
supportIcon,
|
|
68
|
+
supportColour,
|
|
69
|
+
version,
|
|
70
|
+
disk,
|
|
71
|
+
flavour,
|
|
72
|
+
};
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# TcxInstallationsModel
|
|
2
|
+
|
|
3
|
+
3CX Installations
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**results** | [**Array<TcxInstallationModel>**](TcxInstallationModel.md) | Results | [optional] [default to undefined]
|
|
10
|
+
**page** | **number** | Page | [optional] [default to undefined]
|
|
11
|
+
**perPage** | **number** | Per Page | [optional] [default to undefined]
|
|
12
|
+
**totalResults** | **number** | Total Results | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { TcxInstallationsModel } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: TcxInstallationsModel = {
|
|
20
|
+
results,
|
|
21
|
+
page,
|
|
22
|
+
perPage,
|
|
23
|
+
totalResults,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# TcxKeySummaryDTO
|
|
2
|
+
|
|
3
|
+
3CX Key Summary
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**licenceKey** | **string** | Licence Key | [optional] [default to undefined]
|
|
10
|
+
**endUser** | **string** | End User | [optional] [default to undefined]
|
|
11
|
+
**sc** | **number** | Simultaneous Calls | [optional] [default to undefined]
|
|
12
|
+
**edition** | **string** | Edition | [optional] [default to undefined]
|
|
13
|
+
**expiry** | **string** | Date Time | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { TcxKeySummaryDTO } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: TcxKeySummaryDTO = {
|
|
21
|
+
licenceKey,
|
|
22
|
+
endUser,
|
|
23
|
+
sc,
|
|
24
|
+
edition,
|
|
25
|
+
expiry,
|
|
26
|
+
};
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# TcxKeysEntity
|
|
2
|
+
|
|
3
|
+
TcxKeysEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**customerId** | **number** | customerId | [optional] [default to undefined]
|
|
11
|
+
**licenceKey** | **string** | licenceKey | [optional] [default to undefined]
|
|
12
|
+
**name** | **string** | name | [optional] [default to undefined]
|
|
13
|
+
**orderId** | **number** | orderId | [optional] [default to undefined]
|
|
14
|
+
**updatedTime** | **string** | updatedTime | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { TcxKeysEntity } from 'yellowgrid-api-ts';
|
|
20
|
+
|
|
21
|
+
const instance: TcxKeysEntity = {
|
|
22
|
+
id,
|
|
23
|
+
customerId,
|
|
24
|
+
licenceKey,
|
|
25
|
+
name,
|
|
26
|
+
orderId,
|
|
27
|
+
updatedTime,
|
|
28
|
+
};
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# TcxLicenceDetailsErrorModel
|
|
2
|
+
|
|
3
|
+
3CX Licence Details
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**licenceKey** | **string** | Licence Key | [optional] [default to undefined]
|
|
10
|
+
**code** | **string** | Code | [optional] [default to undefined]
|
|
11
|
+
**message** | **string** | Error Message | [optional] [default to undefined]
|
|
12
|
+
**status** | **string** | Status | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { TcxLicenceDetailsErrorModel } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: TcxLicenceDetailsErrorModel = {
|
|
20
|
+
licenceKey,
|
|
21
|
+
code,
|
|
22
|
+
message,
|
|
23
|
+
status,
|
|
24
|
+
};
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|