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,31 @@
|
|
|
1
|
+
# CustomerSummaryReportDTO
|
|
2
|
+
|
|
3
|
+
Customer Summary Report
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**companyName** | **string** | Company Name | [optional] [default to undefined]
|
|
10
|
+
**contract** | [**CompanyContractModel**](CompanyContractModel.md) | | [optional] [default to undefined]
|
|
11
|
+
**monthlyUsages** | [**Array<MonthlyUsageModel>**](MonthlyUsageModel.md) | Contract Use by Month | [optional] [default to undefined]
|
|
12
|
+
**ticketTimes** | [**Array<TicketTimeDTO>**](TicketTimeDTO.md) | Time Entries | [optional] [default to undefined]
|
|
13
|
+
**supportBankTimeTotal** | **string** | Time Entries | [optional] [default to undefined]
|
|
14
|
+
**fixedPriceTimeTotal** | **string** | Time Entries | [optional] [default to undefined]
|
|
15
|
+
|
|
16
|
+
## Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import { CustomerSummaryReportDTO } from 'yellowgrid-api-ts';
|
|
20
|
+
|
|
21
|
+
const instance: CustomerSummaryReportDTO = {
|
|
22
|
+
companyName,
|
|
23
|
+
contract,
|
|
24
|
+
monthlyUsages,
|
|
25
|
+
ticketTimes,
|
|
26
|
+
supportBankTimeTotal,
|
|
27
|
+
fixedPriceTimeTotal,
|
|
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,25 @@
|
|
|
1
|
+
# DdiRangeRequestModel
|
|
2
|
+
|
|
3
|
+
DDI Range
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**areaCode** | **string** | UK Area Code | [optional] [default to '161']
|
|
10
|
+
**quantity** | **number** | Number of DDIs | [optional] [default to 1]
|
|
11
|
+
**consecutive** | **boolean** | Consecutive Numbers | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { DdiRangeRequestModel } from 'yellowgrid-api-ts';
|
|
17
|
+
|
|
18
|
+
const instance: DdiRangeRequestModel = {
|
|
19
|
+
areaCode,
|
|
20
|
+
quantity,
|
|
21
|
+
consecutive,
|
|
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,21 @@
|
|
|
1
|
+
# DdiRangesRequestModel
|
|
2
|
+
|
|
3
|
+
DDI Range Request
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**ranges** | [**Array<DdiRangeRequestModel>**](DdiRangeRequestModel.md) | DDI Ranges | [optional] [default to undefined]
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
import { DdiRangesRequestModel } from 'yellowgrid-api-ts';
|
|
15
|
+
|
|
16
|
+
const instance: DdiRangesRequestModel = {
|
|
17
|
+
ranges,
|
|
18
|
+
};
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
[[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
|
+
# DivertRequestModel
|
|
2
|
+
|
|
3
|
+
Divert Request
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**numbers** | **Array<string>** | Numbers to divert | [optional] [default to undefined]
|
|
10
|
+
**destination** | **string** | Destination | [optional] [default to undefined]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { DivertRequestModel } from 'yellowgrid-api-ts';
|
|
16
|
+
|
|
17
|
+
const instance: DivertRequestModel = {
|
|
18
|
+
numbers,
|
|
19
|
+
destination,
|
|
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
|
+
# DivertResponseModel
|
|
2
|
+
|
|
3
|
+
Divert
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**number** | **string** | Number | [optional] [default to undefined]
|
|
10
|
+
**destination** | **string** | Divert Destination | [optional] [default to undefined]
|
|
11
|
+
**status** | **string** | Divert Status | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { DivertResponseModel } from 'yellowgrid-api-ts';
|
|
17
|
+
|
|
18
|
+
const instance: DivertResponseModel = {
|
|
19
|
+
number,
|
|
20
|
+
destination,
|
|
21
|
+
status,
|
|
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,29 @@
|
|
|
1
|
+
# EdTechProClientEntity
|
|
2
|
+
|
|
3
|
+
EdTechPro Trusts
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | ID | [optional] [default to undefined]
|
|
10
|
+
**clientId** | **number** | Client ID | [optional] [default to undefined]
|
|
11
|
+
**customerId** | **number** | Customer ID | [optional] [default to undefined]
|
|
12
|
+
**clientName** | **string** | Client/Trust Name | [optional] [default to undefined]
|
|
13
|
+
**apiKey** | **string** | Client API Key | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { EdTechProClientEntity } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: EdTechProClientEntity = {
|
|
21
|
+
id,
|
|
22
|
+
clientId,
|
|
23
|
+
customerId,
|
|
24
|
+
clientName,
|
|
25
|
+
apiKey,
|
|
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,47 @@
|
|
|
1
|
+
# EdTechProSchoolModel
|
|
2
|
+
|
|
3
|
+
EdTechPro School
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | ID | [optional] [default to undefined]
|
|
10
|
+
**clientId** | **number** | Client/Trust ID | [optional] [default to undefined]
|
|
11
|
+
**schoolId** | **number** | School ID | [optional] [default to undefined]
|
|
12
|
+
**schoolName** | **string** | School Name | [optional] [default to undefined]
|
|
13
|
+
**sku** | **string** | Product Sku | [optional] [default to undefined]
|
|
14
|
+
**orderReference** | **string** | Order Reference | [optional] [default to undefined]
|
|
15
|
+
**creationDate** | **string** | Creation Date | [optional] [default to undefined]
|
|
16
|
+
**** | **string** | Template URL | [optional] [default to undefined]
|
|
17
|
+
**price** | **number** | School Annual Price | [optional] [default to undefined]
|
|
18
|
+
**rrp** | **number** | School Annual Price (RRP) | [optional] [default to undefined]
|
|
19
|
+
**templateUrl** | **string** | Integration Template URL | [optional] [default to undefined]
|
|
20
|
+
**clientName** | **string** | Client/Trust Name | [optional] [default to undefined]
|
|
21
|
+
**customerId** | **number** | Customer ID | [optional] [default to undefined]
|
|
22
|
+
**apiKey** | **string** | API Key | [optional] [default to undefined]
|
|
23
|
+
|
|
24
|
+
## Example
|
|
25
|
+
|
|
26
|
+
```typescript
|
|
27
|
+
import { EdTechProSchoolModel } from 'yellowgrid-api-ts';
|
|
28
|
+
|
|
29
|
+
const instance: EdTechProSchoolModel = {
|
|
30
|
+
id,
|
|
31
|
+
clientId,
|
|
32
|
+
schoolId,
|
|
33
|
+
schoolName,
|
|
34
|
+
sku,
|
|
35
|
+
orderReference,
|
|
36
|
+
creationDate,
|
|
37
|
+
,
|
|
38
|
+
price,
|
|
39
|
+
rrp,
|
|
40
|
+
templateUrl,
|
|
41
|
+
clientName,
|
|
42
|
+
customerId,
|
|
43
|
+
apiKey,
|
|
44
|
+
};
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
[[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
|
+
# EdTechProSchoolsModel
|
|
2
|
+
|
|
3
|
+
EdTechPro Schools
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**results** | [**Array<EdTechProSchoolModel>**](EdTechProSchoolModel.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 { EdTechProSchoolsModel } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: EdTechProSchoolsModel = {
|
|
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
|
+
# EdTechProSetupModel
|
|
2
|
+
|
|
3
|
+
EdTechPro Setup Details
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**clientId** | **number** | Client ID | [optional] [default to undefined]
|
|
10
|
+
**schoolName** | **string** | School Name | [optional] [default to undefined]
|
|
11
|
+
**apiKey** | **string** | API Key | [optional] [default to undefined]
|
|
12
|
+
**templateUrl** | **string** | Template Url | [optional] [default to undefined]
|
|
13
|
+
**installed** | **boolean** | installed | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { EdTechProSetupModel } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: EdTechProSetupModel = {
|
|
21
|
+
clientId,
|
|
22
|
+
schoolName,
|
|
23
|
+
apiKey,
|
|
24
|
+
templateUrl,
|
|
25
|
+
installed,
|
|
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,23 @@
|
|
|
1
|
+
# FraudManagementModel
|
|
2
|
+
|
|
3
|
+
Fraud Management
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**dailyLimit** | **number** | Daily call spend (£) | [optional] [default to 50]
|
|
10
|
+
**weeklyLimit** | **number** | Monthly call spend (£) | [optional] [default to 100]
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```typescript
|
|
15
|
+
import { FraudManagementModel } from 'yellowgrid-api-ts';
|
|
16
|
+
|
|
17
|
+
const instance: FraudManagementModel = {
|
|
18
|
+
dailyLimit,
|
|
19
|
+
weeklyLimit,
|
|
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,27 @@
|
|
|
1
|
+
# FreshdeskCompanyTicketsModel
|
|
2
|
+
|
|
3
|
+
Freshdesk Company Tickets
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**results** | [**Array<TicketSummaryModel>**](TicketSummaryModel.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 { FreshdeskCompanyTicketsModel } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: FreshdeskCompanyTicketsModel = {
|
|
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,33 @@
|
|
|
1
|
+
# FreshdeskTicketEntity
|
|
2
|
+
|
|
3
|
+
FreshdeskTicketsEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**subject** | **string** | subject | [optional] [default to undefined]
|
|
11
|
+
**companyId** | **number** | companyId | [optional] [default to undefined]
|
|
12
|
+
**groupId** | **number** | groupId | [optional] [default to undefined]
|
|
13
|
+
**productId** | **number** | productId | [optional] [default to undefined]
|
|
14
|
+
**statusId** | **number** | status | [optional] [default to undefined]
|
|
15
|
+
**lastUpdated** | **string** | lastUpdated | [optional] [default to undefined]
|
|
16
|
+
|
|
17
|
+
## Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import { FreshdeskTicketEntity } from 'yellowgrid-api-ts';
|
|
21
|
+
|
|
22
|
+
const instance: FreshdeskTicketEntity = {
|
|
23
|
+
id,
|
|
24
|
+
subject,
|
|
25
|
+
companyId,
|
|
26
|
+
groupId,
|
|
27
|
+
productId,
|
|
28
|
+
statusId,
|
|
29
|
+
lastUpdated,
|
|
30
|
+
};
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
[[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
|
+
# FtpAccountsEntity
|
|
2
|
+
|
|
3
|
+
FtpAccountsEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**username** | **string** | username | [optional] [default to undefined]
|
|
11
|
+
**password** | **string** | password | [optional] [default to undefined]
|
|
12
|
+
**home** | **string** | home | [optional] [default to undefined]
|
|
13
|
+
**host** | **string** | host | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { FtpAccountsEntity } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: FtpAccountsEntity = {
|
|
21
|
+
id,
|
|
22
|
+
username,
|
|
23
|
+
password,
|
|
24
|
+
home,
|
|
25
|
+
host,
|
|
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,25 @@
|
|
|
1
|
+
# GenericFileModel
|
|
2
|
+
|
|
3
|
+
Generic File
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**content** | **string** | File Content | [optional] [default to undefined]
|
|
10
|
+
**name** | **string** | File Name | [optional] [default to undefined]
|
|
11
|
+
**type** | **string** | File Type | [optional] [default to undefined]
|
|
12
|
+
|
|
13
|
+
## Example
|
|
14
|
+
|
|
15
|
+
```typescript
|
|
16
|
+
import { GenericFileModel } from 'yellowgrid-api-ts';
|
|
17
|
+
|
|
18
|
+
const instance: GenericFileModel = {
|
|
19
|
+
content,
|
|
20
|
+
name,
|
|
21
|
+
type,
|
|
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,20 @@
|
|
|
1
|
+
# GetGetPasswordHash200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**hash** | **string** | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { GetGetPasswordHash200Response } from 'yellowgrid-api-ts';
|
|
14
|
+
|
|
15
|
+
const instance: GetGetPasswordHash200Response = {
|
|
16
|
+
hash,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# GetGetPrice200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**price** | **number** | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { GetGetPrice200Response } from 'yellowgrid-api-ts';
|
|
14
|
+
|
|
15
|
+
const instance: GetGetPrice200Response = {
|
|
16
|
+
price,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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,20 @@
|
|
|
1
|
+
# GetGetRecording200Response
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## Properties
|
|
5
|
+
|
|
6
|
+
Name | Type | Description | Notes
|
|
7
|
+
------------ | ------------- | ------------- | -------------
|
|
8
|
+
**recordingData** | **string** | | [optional] [default to undefined]
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { GetGetRecording200Response } from 'yellowgrid-api-ts';
|
|
14
|
+
|
|
15
|
+
const instance: GetGetRecording200Response = {
|
|
16
|
+
recordingData,
|
|
17
|
+
};
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
[[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
|
+
# HostingChangeResponseModel
|
|
2
|
+
|
|
3
|
+
Change Response
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**instanceId** | **string** | ID | [optional] [default to undefined]
|
|
10
|
+
**type** | **string** | Type | [optional] [default to undefined]
|
|
11
|
+
**progress** | **number** | Progress | [optional] [default to undefined]
|
|
12
|
+
**status** | **string** | Status | [optional] [default to undefined]
|
|
13
|
+
**provider** | **number** | Hosting Provider | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { HostingChangeResponseModel } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: HostingChangeResponseModel = {
|
|
21
|
+
instanceId,
|
|
22
|
+
type,
|
|
23
|
+
progress,
|
|
24
|
+
status,
|
|
25
|
+
provider,
|
|
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,29 @@
|
|
|
1
|
+
# InstanceAutoFailoverEntity
|
|
2
|
+
|
|
3
|
+
InstanceFailoverIpsEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**instanceId** | **string** | instanceId | [optional] [default to undefined]
|
|
10
|
+
**reservedIp** | **string** | reservedIp | [optional] [default to undefined]
|
|
11
|
+
**region** | **string** | region | [optional] [default to undefined]
|
|
12
|
+
**price** | **number** | price | [optional] [default to undefined]
|
|
13
|
+
**status** | **string** | status | [optional] [default to undefined]
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```typescript
|
|
18
|
+
import { InstanceAutoFailoverEntity } from 'yellowgrid-api-ts';
|
|
19
|
+
|
|
20
|
+
const instance: InstanceAutoFailoverEntity = {
|
|
21
|
+
instanceId,
|
|
22
|
+
reservedIp,
|
|
23
|
+
region,
|
|
24
|
+
price,
|
|
25
|
+
status,
|
|
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,27 @@
|
|
|
1
|
+
# InstanceDeletionScheduleEntity
|
|
2
|
+
|
|
3
|
+
InstanceDeletionScheduleEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**instanceId** | **string** | instanceId | [optional] [default to undefined]
|
|
11
|
+
**tcxId** | **number** | tcxId | [optional] [default to undefined]
|
|
12
|
+
**dateAdded** | **string** | dateAdded | [optional] [default to undefined]
|
|
13
|
+
|
|
14
|
+
## Example
|
|
15
|
+
|
|
16
|
+
```typescript
|
|
17
|
+
import { InstanceDeletionScheduleEntity } from 'yellowgrid-api-ts';
|
|
18
|
+
|
|
19
|
+
const instance: InstanceDeletionScheduleEntity = {
|
|
20
|
+
id,
|
|
21
|
+
instanceId,
|
|
22
|
+
tcxId,
|
|
23
|
+
dateAdded,
|
|
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,59 @@
|
|
|
1
|
+
# InstanceEntity
|
|
2
|
+
|
|
3
|
+
InstancesEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**instanceId** | **string** | instanceId | [optional] [default to undefined]
|
|
11
|
+
**project** | **string** | project | [optional] [default to undefined]
|
|
12
|
+
**region** | **string** | region | [optional] [default to undefined]
|
|
13
|
+
**name** | **string** | name | [optional] [default to undefined]
|
|
14
|
+
**hostname** | **string** | hostname | [optional] [default to undefined]
|
|
15
|
+
**ipAddress** | **string** | ipAddress | [optional] [default to undefined]
|
|
16
|
+
**flavor** | **string** | flavor | [optional] [default to undefined]
|
|
17
|
+
**sshPassword** | **string** | sshPassword | [optional] [default to undefined]
|
|
18
|
+
**putty** | **string** | putty | [optional] [default to undefined]
|
|
19
|
+
**pkcs8** | **string** | pkcs8 | [optional] [default to undefined]
|
|
20
|
+
**recordingsPath** | **string** | recordingsPath | [optional] [default to undefined]
|
|
21
|
+
**additionalDisk** | **number** | additionalDisk | [optional] [default to undefined]
|
|
22
|
+
**ahsayUser** | **string** | ahsayUser | [optional] [default to undefined]
|
|
23
|
+
**ahsayPass** | **string** | ahsayPass | [optional] [default to undefined]
|
|
24
|
+
**ahsayKey** | **string** | ahsayKey | [optional] [default to undefined]
|
|
25
|
+
**scriptsStarted** | **string** | scriptsStarted | [optional] [default to undefined]
|
|
26
|
+
**scriptFinished** | **string** | scriptFinished | [optional] [default to undefined]
|
|
27
|
+
**creationDate** | **string** | creationDate | [optional] [default to undefined]
|
|
28
|
+
**status** | **string** | status | [optional] [default to undefined]
|
|
29
|
+
|
|
30
|
+
## Example
|
|
31
|
+
|
|
32
|
+
```typescript
|
|
33
|
+
import { InstanceEntity } from 'yellowgrid-api-ts';
|
|
34
|
+
|
|
35
|
+
const instance: InstanceEntity = {
|
|
36
|
+
id,
|
|
37
|
+
instanceId,
|
|
38
|
+
project,
|
|
39
|
+
region,
|
|
40
|
+
name,
|
|
41
|
+
hostname,
|
|
42
|
+
ipAddress,
|
|
43
|
+
flavor,
|
|
44
|
+
sshPassword,
|
|
45
|
+
putty,
|
|
46
|
+
pkcs8,
|
|
47
|
+
recordingsPath,
|
|
48
|
+
additionalDisk,
|
|
49
|
+
ahsayUser,
|
|
50
|
+
ahsayPass,
|
|
51
|
+
ahsayKey,
|
|
52
|
+
scriptsStarted,
|
|
53
|
+
scriptFinished,
|
|
54
|
+
creationDate,
|
|
55
|
+
status,
|
|
56
|
+
};
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
[[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,41 @@
|
|
|
1
|
+
# InstanceFailoverEntity
|
|
2
|
+
|
|
3
|
+
InstanceFailoverEntity
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
**id** | **number** | id | [optional] [default to undefined]
|
|
10
|
+
**creation** | **string** | creation | [optional] [default to undefined]
|
|
11
|
+
**instanceId** | **string** | instanceId | [optional] [default to undefined]
|
|
12
|
+
**failoverInstanceId** | **string** | failoverInstanceId | [optional] [default to undefined]
|
|
13
|
+
**platform** | **string** | platform | [optional] [default to undefined]
|
|
14
|
+
**name** | **string** | name | [optional] [default to undefined]
|
|
15
|
+
**ipAddress** | **string** | ipAddress | [optional] [default to undefined]
|
|
16
|
+
**flavor** | **string** | flavor | [optional] [default to undefined]
|
|
17
|
+
**image** | **string** | image | [optional] [default to undefined]
|
|
18
|
+
**status** | **string** | status | [optional] [default to undefined]
|
|
19
|
+
**failback** | **string** | failback | [optional] [default to undefined]
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```typescript
|
|
24
|
+
import { InstanceFailoverEntity } from 'yellowgrid-api-ts';
|
|
25
|
+
|
|
26
|
+
const instance: InstanceFailoverEntity = {
|
|
27
|
+
id,
|
|
28
|
+
creation,
|
|
29
|
+
instanceId,
|
|
30
|
+
failoverInstanceId,
|
|
31
|
+
platform,
|
|
32
|
+
name,
|
|
33
|
+
ipAddress,
|
|
34
|
+
flavor,
|
|
35
|
+
image,
|
|
36
|
+
status,
|
|
37
|
+
failback,
|
|
38
|
+
};
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|