yellowgrid-api-ts 3.2.237 → 3.2.238-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.
Files changed (155) hide show
  1. package/.openapi-generator/FILES +367 -306
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +132 -3
  4. package/api.ts +20035 -6358
  5. package/base.ts +26 -2
  6. package/common.ts +39 -16
  7. package/config.json +4 -3
  8. package/configuration.ts +21 -27
  9. package/dist/api.d.ts +15872 -5106
  10. package/dist/api.js +6725 -603
  11. package/dist/base.d.ts +25 -1
  12. package/dist/base.js +21 -2
  13. package/dist/common.d.ts +36 -5
  14. package/dist/common.js +39 -17
  15. package/dist/configuration.d.ts +18 -25
  16. package/dist/configuration.js +4 -4
  17. package/dist/index.d.ts +1 -1
  18. package/dist/index.js +1 -1
  19. package/dist/models/ConnectionTypeEnum.d.ts +73 -0
  20. package/dist/models/ConnectionTypeEnum.js +75 -0
  21. package/dist/models/GraphTypeEnum.d.ts +13 -0
  22. package/dist/models/GraphTypeEnum.js +15 -0
  23. package/dist/models/GroupEnum.d.ts +43 -0
  24. package/dist/models/GroupEnum.js +45 -0
  25. package/dist/models/HostingPriceListEnum.d.ts +5 -0
  26. package/dist/models/HostingPriceListEnum.js +5 -0
  27. package/dist/models/ReportEnum.d.ts +68 -0
  28. package/dist/models/ReportEnum.js +70 -0
  29. package/docs/AbstractItemDiscountModel.md +21 -0
  30. package/docs/AbstractOrderRequestDTO.md +1 -1
  31. package/docs/AccountDetailedSummaryDTO.md +2 -0
  32. package/docs/AccountsApi.md +49 -1
  33. package/docs/AdminOrderRequestDTO.md +1 -1
  34. package/docs/AxisDataDTO.md +25 -0
  35. package/docs/BaseService.md +36 -0
  36. package/docs/BillingApi.md +3631 -26
  37. package/docs/Bundle.md +34 -0
  38. package/docs/BundleCustomer.md +34 -0
  39. package/docs/CRMApi.md +1 -1
  40. package/docs/CallTariff.md +34 -0
  41. package/docs/CallTariffPlan.md +36 -0
  42. package/docs/CallTariffResponse.md +26 -0
  43. package/docs/Cdr.md +112 -0
  44. package/docs/Class3CXApi.md +1 -1
  45. package/docs/Class3CXInstallationWizardApi.md +1 -1
  46. package/docs/Class3CXInstallationsApi.md +1 -1
  47. package/docs/Class3CXIntegrationsApi.md +1 -1
  48. package/docs/Class3CXMultiTenantApi.md +1 -1
  49. package/docs/ConnectionRequest.md +36 -0
  50. package/docs/ConnectionType.md +28 -0
  51. package/docs/ContactDetail.md +58 -0
  52. package/docs/CrmActivityDTO.md +1 -1
  53. package/docs/CrmDateActivitiesDTO.md +1 -1
  54. package/docs/Customer.md +98 -0
  55. package/docs/CustomerCoordinatesDTO.md +31 -0
  56. package/docs/CustomerOrderRequestDTO.md +1 -1
  57. package/docs/CustomerRate.md +22 -0
  58. package/docs/CustomerRateType.md +12 -0
  59. package/docs/DetailedOrderRequestDTO.md +1 -1
  60. package/docs/GetDisconnectDDIRequest.md +20 -0
  61. package/docs/GraphDTO.md +33 -0
  62. package/docs/InboundCli.md +50 -0
  63. package/docs/InboundTariffPlan.md +32 -0
  64. package/docs/InboundTariffPlanResponse.md +28 -0
  65. package/docs/MiscApi.md +63 -0
  66. package/docs/MultiTenantSipTrunkRequest.md +22 -0
  67. package/docs/MyPBXToolsApi.md +1 -1
  68. package/docs/NumberPortModel.md +51 -0
  69. package/docs/NumberPortingApi.md +1 -1
  70. package/docs/OAuth20Api.md +1 -1
  71. package/docs/OrdersApi.md +1 -1
  72. package/docs/OutboundCli.md +70 -0
  73. package/docs/PartnerDTO.md +1 -1
  74. package/docs/PasswordSenderDTO.md +37 -0
  75. package/docs/PasswordSenderEntity.md +33 -0
  76. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  77. package/docs/PostAddAdminNoteRequest.md +20 -0
  78. package/docs/PostAddBroadbandRequest.md +28 -0
  79. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  80. package/docs/PostAddEthernetRequest.md +28 -0
  81. package/docs/PostAddRecurringChargeRequest.md +30 -0
  82. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  83. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  84. package/docs/PostDisconnectDDIRequest.md +20 -0
  85. package/docs/PostGenerateReport200Response.md +36 -0
  86. package/docs/PostGetBaseServicesRequest.md +22 -0
  87. package/docs/PostGetPriceGroupsRequest.md +22 -0
  88. package/docs/PostGetProductRequest.md +24 -0
  89. package/docs/PostGetServicePlansRequest.md +22 -0
  90. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  91. package/docs/PostUpdateConnectionRequest.md +22 -0
  92. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  93. package/docs/PriceGroup.md +30 -0
  94. package/docs/PriceGroupResponse.md +24 -0
  95. package/docs/PricingApi.md +1 -1
  96. package/docs/ProcessedCdr.md +96 -0
  97. package/docs/ProductDetailedSummaryDTO.md +2 -2
  98. package/docs/ProductSearchDTO.md +37 -0
  99. package/docs/ProductSummaryDTO.md +1 -1
  100. package/docs/ProductsApi.md +1 -1
  101. package/docs/PromoSummariesModel.md +27 -0
  102. package/docs/PromoSummaryDTO.md +29 -0
  103. package/docs/PromotionsApi.md +71 -0
  104. package/docs/ProspectDTO.md +2 -2
  105. package/docs/ProspectsApi.md +1 -1
  106. package/docs/ProvisioningApi.md +1 -1
  107. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  108. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  109. package/docs/PutConnectionSearchRequest.md +20 -0
  110. package/docs/PutGetBaseServicesRequest.md +28 -0
  111. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  112. package/docs/PutGetPriceGroupsRequest.md +28 -0
  113. package/docs/RecordingsBackupInfoDTO.md +2 -2
  114. package/docs/RecurringCharge.md +48 -0
  115. package/docs/ReportRequestDTO.md +37 -0
  116. package/docs/ReportsApi.md +56 -1
  117. package/docs/SIPTrunksApi.md +1 -1
  118. package/docs/SMSApi.md +1 -1
  119. package/docs/Sdr.md +66 -0
  120. package/docs/SdrReferenceType.md +24 -0
  121. package/docs/SeriesDTO.md +27 -0
  122. package/docs/Service.md +42 -0
  123. package/docs/ServicePlan.md +36 -0
  124. package/docs/ServicesApi.md +1 -1
  125. package/docs/ShipmentRequestDTO.md +2 -2
  126. package/docs/ShippingApi.md +1 -1
  127. package/docs/SpecialService.md +40 -0
  128. package/docs/StockManagementApi.md +1 -1
  129. package/docs/SuppliersApi.md +1 -1
  130. package/docs/SystemApi.md +1 -1
  131. package/docs/TableDTO.md +25 -0
  132. package/docs/TableDataDTO.md +21 -0
  133. package/docs/TableRowDTO.md +21 -0
  134. package/docs/TariffRate.md +30 -0
  135. package/docs/TcxHostingPricingEntity.md +35 -0
  136. package/docs/TcxInstallationDetailsModel.md +45 -0
  137. package/docs/TcxInstallationModel.md +2 -0
  138. package/docs/TcxKeySummaryDTO.md +1 -1
  139. package/docs/TelephonySupportTicketModel.md +41 -0
  140. package/docs/TicketsApi.md +1 -1
  141. package/docs/UnconnectedSdr.md +68 -0
  142. package/docs/WebhooksApi.md +1 -1
  143. package/getEnums.php +31 -31
  144. package/hs_err_pid16044.log +249 -0
  145. package/hs_err_pid44560.log +249 -0
  146. package/hs_err_pid53988.log +249 -0
  147. package/hs_err_pid58728.log +40 -0
  148. package/index.ts +1 -1
  149. package/models/ConnectionTypeEnum.ts +74 -0
  150. package/models/GraphTypeEnum.ts +14 -0
  151. package/models/GroupEnum.ts +44 -0
  152. package/models/HostingPriceListEnum.ts +5 -0
  153. package/models/ReportEnum.ts +69 -0
  154. package/openapitools.json +1 -1
  155. package/package.json +2 -2
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **companyName** | **string** | Company Name | [optional] [default to undefined]
10
10
  **telephone** | **string** | Telephone | [optional] [default to undefined]
11
- **lastOrderDate** | **string** | Last Order Date | [optional] [default to undefined]
12
- **callbackDate** | **string** | Call Back Date | [optional] [default to undefined]
11
+ **lastOrderDate** | **string** | Date Time | [optional] [default to undefined]
12
+ **callbackDate** | **string** | Date Time | [optional] [default to undefined]
13
13
  **xeroId** | **string** | Xero ID | [optional] [default to undefined]
14
14
  **removed** | **boolean** | Removed From Prospects | [optional] [default to undefined]
15
15
  **status** | **string** | Status | [optional] [default to undefined]
@@ -1,6 +1,6 @@
1
1
  # ProspectsApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # ProvisioningApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -0,0 +1,30 @@
1
+ # PutAddCallTariffToCallTariffPlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **tariffRateMarkup** | **string** | | [optional] [default to undefined]
9
+ **tariffRateDay** | **number** | | [optional] [default to undefined]
10
+ **tariffRateEvening** | **number** | | [optional] [default to undefined]
11
+ **tariffRateWeekend** | **number** | | [optional] [default to undefined]
12
+ **tariffRateMinimum** | **number** | | [optional] [default to undefined]
13
+ **tariffRateSetup** | **number** | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { PutAddCallTariffToCallTariffPlanRequest } from 'yellowgrid-api-ts';
19
+
20
+ const instance: PutAddCallTariffToCallTariffPlanRequest = {
21
+ tariffRateMarkup,
22
+ tariffRateDay,
23
+ tariffRateEvening,
24
+ tariffRateWeekend,
25
+ tariffRateMinimum,
26
+ tariffRateSetup,
27
+ };
28
+ ```
29
+
30
+ [[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,26 @@
1
+ # PutAddServiceToServicePlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **customerRate_Markup** | **string** | | [optional] [default to undefined]
9
+ **customerRate_Amount** | **number** | | [optional] [default to undefined]
10
+ **description** | **string** | | [optional] [default to undefined]
11
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { PutAddServiceToServicePlanRequest } from 'yellowgrid-api-ts';
17
+
18
+ const instance: PutAddServiceToServicePlanRequest = {
19
+ customerRate_Markup,
20
+ customerRate_Amount,
21
+ description,
22
+ hideOnInvoice,
23
+ };
24
+ ```
25
+
26
+ [[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
+ # PutConnectionSearchRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **customerId** | **number** | Customer ID | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { PutConnectionSearchRequest } from 'yellowgrid-api-ts';
14
+
15
+ const instance: PutConnectionSearchRequest = {
16
+ customerId,
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,28 @@
1
+ # PutGetBaseServicesRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **property** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+ **serviceCodeAdmin** | **string** | | [optional] [default to undefined]
11
+ **description** | **string** | | [optional] [default to undefined]
12
+ **dataType** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetBaseServicesRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetBaseServicesRequest = {
20
+ property,
21
+ value,
22
+ serviceCodeAdmin,
23
+ description,
24
+ dataType,
25
+ };
26
+ ```
27
+
28
+ [[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,28 @@
1
+ # PutGetCallTariffPlanRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **unknownDestinationsRateType** | **string** | | [optional] [default to undefined]
10
+ **unknownDestinationsRateAmount** | **number** | | [optional] [default to undefined]
11
+ **ngcsAccessChargePerMin** | **number** | | [optional] [default to undefined]
12
+ **ngcsAccessChargePerCall** | **number** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetCallTariffPlanRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetCallTariffPlanRequest = {
20
+ name,
21
+ unknownDestinationsRateType,
22
+ unknownDestinationsRateAmount,
23
+ ngcsAccessChargePerMin,
24
+ ngcsAccessChargePerCall,
25
+ };
26
+ ```
27
+
28
+ [[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,28 @@
1
+ # PutGetPriceGroupsRequest
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **property** | **string** | | [optional] [default to undefined]
9
+ **value** | **string** | | [optional] [default to undefined]
10
+ **unknownDestinationsRateAmount** | **number** | | [optional] [default to undefined]
11
+ **ngcsAccessChargePerMin** | **number** | | [optional] [default to undefined]
12
+ **ngcsAccessChargePerCall** | **number** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { PutGetPriceGroupsRequest } from 'yellowgrid-api-ts';
18
+
19
+ const instance: PutGetPriceGroupsRequest = {
20
+ property,
21
+ value,
22
+ unknownDestinationsRateAmount,
23
+ ngcsAccessChargePerMin,
24
+ ngcsAccessChargePerCall,
25
+ };
26
+ ```
27
+
28
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -6,8 +6,8 @@ Recordings Backup Info
6
6
 
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
- **backup** | [**RecordingBackupAzureModel**](RecordingBackupAzureModel.md) | Azure Backup Storage | [optional] [default to undefined]
10
- **storage** | [**TcxRemoteStorageModel**](TcxRemoteStorageModel.md) | 3CX Remote Storage | [optional] [default to undefined]
9
+ **backup** | [**RecordingBackupAzureModel**](RecordingBackupAzureModel.md) | | [optional] [default to undefined]
10
+ **storage** | [**TcxRemoteStorageModel**](TcxRemoteStorageModel.md) | | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
@@ -0,0 +1,48 @@
1
+ # RecurringCharge
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **customerId** | **number** | | [optional] [default to undefined]
11
+ **customer** | [**Customer**](Customer.md) | | [default to undefined]
12
+ **phoneNumber** | **string** | | [default to undefined]
13
+ **description** | **string** | | [default to undefined]
14
+ **channelPartnerBuy** | **number** | | [optional] [default to undefined]
15
+ **customerCharge** | **number** | | [optional] [default to undefined]
16
+ **frequency** | **number** | | [optional] [default to undefined]
17
+ **startDate** | **string** | | [default to undefined]
18
+ **endDate** | **string** | | [optional] [default to undefined]
19
+ **quantity** | **number** | | [optional] [default to undefined]
20
+ **accountCode** | **string** | | [optional] [default to undefined]
21
+ **filePeriod** | **string** | | [optional] [default to undefined]
22
+ **isActive** | **boolean** | | [optional] [readonly] [default to undefined]
23
+
24
+ ## Example
25
+
26
+ ```typescript
27
+ import { RecurringCharge } from 'yellowgrid-api-ts';
28
+
29
+ const instance: RecurringCharge = {
30
+ createdDate,
31
+ id,
32
+ customerId,
33
+ customer,
34
+ phoneNumber,
35
+ description,
36
+ channelPartnerBuy,
37
+ customerCharge,
38
+ frequency,
39
+ startDate,
40
+ endDate,
41
+ quantity,
42
+ accountCode,
43
+ filePeriod,
44
+ isActive,
45
+ };
46
+ ```
47
+
48
+ [[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,37 @@
1
+ # ReportRequestDTO
2
+
3
+ Report Request
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **report** | **string** | Report | [optional] [default to undefined]
10
+ **start** | **string** | Date Time | [optional] [default to undefined]
11
+ **end** | **string** | Date Time | [optional] [default to undefined]
12
+ **month** | **number** | Month | [optional] [default to undefined]
13
+ **year** | **number** | Year | [optional] [default to undefined]
14
+ **sku** | **string** | SKU | [optional] [default to undefined]
15
+ **price** | **number** | Price | [optional] [default to undefined]
16
+ **recipients** | **Array<string>** | Recipients | [optional] [default to undefined]
17
+ **graphType** | **string** | Graph Type | [optional] [default to undefined]
18
+
19
+ ## Example
20
+
21
+ ```typescript
22
+ import { ReportRequestDTO } from 'yellowgrid-api-ts';
23
+
24
+ const instance: ReportRequestDTO = {
25
+ report,
26
+ start,
27
+ end,
28
+ month,
29
+ year,
30
+ sku,
31
+ price,
32
+ recipients,
33
+ graphType,
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)
@@ -1,10 +1,11 @@
1
1
  # ReportsApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
7
  |[**getGetStockReport**](#getgetstockreport) | **GET** /reports/stock | |
8
+ |[**postGenerateReport**](#postgeneratereport) | **POST** /reports | Generate Reports|
8
9
 
9
10
  # **getGetStockReport**
10
11
  > StockReportModel getGetStockReport()
@@ -50,3 +51,57 @@ No authorization required
50
51
 
51
52
  [[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)
52
53
 
54
+ # **postGenerateReport**
55
+ > PostGenerateReport200Response postGenerateReport()
56
+
57
+ Generate Reports
58
+
59
+ ### Example
60
+
61
+ ```typescript
62
+ import {
63
+ ReportsApi,
64
+ Configuration,
65
+ ReportRequestDTO
66
+ } from 'yellowgrid-api-ts';
67
+
68
+ const configuration = new Configuration();
69
+ const apiInstance = new ReportsApi(configuration);
70
+
71
+ let reportRequestDTO: ReportRequestDTO; //Report Request (optional)
72
+
73
+ const { status, data } = await apiInstance.postGenerateReport(
74
+ reportRequestDTO
75
+ );
76
+ ```
77
+
78
+ ### Parameters
79
+
80
+ |Name | Type | Description | Notes|
81
+ |------------- | ------------- | ------------- | -------------|
82
+ | **reportRequestDTO** | **ReportRequestDTO**| Report Request | |
83
+
84
+
85
+ ### Return type
86
+
87
+ **PostGenerateReport200Response**
88
+
89
+ ### Authorization
90
+
91
+ No authorization required
92
+
93
+ ### HTTP request headers
94
+
95
+ - **Content-Type**: application/json
96
+ - **Accept**: application/json
97
+
98
+
99
+ ### HTTP response details
100
+ | Status code | Description | Response headers |
101
+ |-------------|-------------|------------------|
102
+ |**200** | Report generated | - |
103
+ |**204** | No Response | - |
104
+ |**400** | Bad Request | - |
105
+
106
+ [[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)
107
+
@@ -1,6 +1,6 @@
1
1
  # SIPTrunksApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/SMSApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SMSApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
package/docs/Sdr.md ADDED
@@ -0,0 +1,66 @@
1
+ # Sdr
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **number** | | [optional] [default to undefined]
9
+ **customerIdentifier** | **string** | | [default to undefined]
10
+ **fromDate** | **string** | | [default to undefined]
11
+ **fromTime** | **string** | | [optional] [default to undefined]
12
+ **toDate** | **string** | | [optional] [default to undefined]
13
+ **toTime** | **string** | | [optional] [default to undefined]
14
+ **refund** | **string** | | [optional] [default to undefined]
15
+ **quantity** | **number** | | [optional] [default to undefined]
16
+ **frequency** | **number** | | [optional] [default to undefined]
17
+ **unitCost** | **number** | | [optional] [default to undefined]
18
+ **totalCost** | **number** | | [optional] [default to undefined]
19
+ **chargeTypeClass** | **string** | | [optional] [default to undefined]
20
+ **description** | **string** | | [default to undefined]
21
+ **serviceID** | **string** | | [optional] [default to undefined]
22
+ **accountRef** | **string** | | [optional] [default to undefined]
23
+ **carrier** | **string** | | [optional] [default to undefined]
24
+ **recordID** | **string** | | [optional] [default to undefined]
25
+ **currency** | **string** | | [optional] [default to undefined]
26
+ **discountReference** | **string** | | [optional] [default to undefined]
27
+ **effectiveDate** | **string** | | [optional] [default to undefined]
28
+ **partMonthCost** | **number** | | [optional] [default to undefined]
29
+ **filename** | **string** | | [default to undefined]
30
+ **contentReference** | **string** | | [default to undefined]
31
+ **filePeriod** | **string** | | [default to undefined]
32
+
33
+ ## Example
34
+
35
+ ```typescript
36
+ import { Sdr } from 'yellowgrid-api-ts';
37
+
38
+ const instance: Sdr = {
39
+ id,
40
+ customerIdentifier,
41
+ fromDate,
42
+ fromTime,
43
+ toDate,
44
+ toTime,
45
+ refund,
46
+ quantity,
47
+ frequency,
48
+ unitCost,
49
+ totalCost,
50
+ chargeTypeClass,
51
+ description,
52
+ serviceID,
53
+ accountRef,
54
+ carrier,
55
+ recordID,
56
+ currency,
57
+ discountReference,
58
+ effectiveDate,
59
+ partMonthCost,
60
+ filename,
61
+ contentReference,
62
+ filePeriod,
63
+ };
64
+ ```
65
+
66
+ [[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,24 @@
1
+ # SdrReferenceType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `SipTrunk` (value: `'SIP_TRUNK'`)
7
+
8
+ * `Broadband` (value: `'BROADBAND'`)
9
+
10
+ * `Ethernet` (value: `'ETHERNET'`)
11
+
12
+ * `Mobile` (value: `'MOBILE'`)
13
+
14
+ * `Wlr` (value: `'WLR'`)
15
+
16
+ * `Hzn` (value: `'HZN'`)
17
+
18
+ * `Nts` (value: `'NTS'`)
19
+
20
+ * `Hosting` (value: `'HOSTING'`)
21
+
22
+ * `Crm` (value: `'CRM'`)
23
+
24
+ [[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
+ # SeriesDTO
2
+
3
+ Graph Series Data
4
+
5
+ ## Properties
6
+
7
+ Name | Type | Description | Notes
8
+ ------------ | ------------- | ------------- | -------------
9
+ **name** | **string** | Name | [optional] [default to undefined]
10
+ **type** | **string** | Type | [optional] [default to undefined]
11
+ **stack** | **string** | Stack | [optional] [default to undefined]
12
+ **data** | **Array<string>** | Data | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { SeriesDTO } from 'yellowgrid-api-ts';
18
+
19
+ const instance: SeriesDTO = {
20
+ name,
21
+ type,
22
+ stack,
23
+ data,
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,42 @@
1
+ # Service
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **servicePlanId** | **number** | | [optional] [default to undefined]
11
+ **servicePlan** | [**ServicePlan**](ServicePlan.md) | | [optional] [default to undefined]
12
+ **baseServiceId** | **number** | | [optional] [default to undefined]
13
+ **baseService** | [**BaseService**](BaseService.md) | | [optional] [default to undefined]
14
+ **customerRate** | [**CustomerRate**](CustomerRate.md) | | [optional] [default to undefined]
15
+ **description** | **string** | | [optional] [default to undefined]
16
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
17
+ **bureauRate** | **string** | | [optional] [default to undefined]
18
+ **filePeriod** | **string** | | [optional] [default to undefined]
19
+ **common** | **boolean** | | [optional] [default to undefined]
20
+
21
+ ## Example
22
+
23
+ ```typescript
24
+ import { Service } from 'yellowgrid-api-ts';
25
+
26
+ const instance: Service = {
27
+ createdDate,
28
+ id,
29
+ servicePlanId,
30
+ servicePlan,
31
+ baseServiceId,
32
+ baseService,
33
+ customerRate,
34
+ description,
35
+ hideOnInvoice,
36
+ bureauRate,
37
+ filePeriod,
38
+ common,
39
+ };
40
+ ```
41
+
42
+ [[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,36 @@
1
+ # ServicePlan
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **name** | **string** | | [default to undefined]
11
+ **services** | [**Array<Service>**](Service.md) | | [optional] [readonly] [default to undefined]
12
+ **filePeriod** | **string** | | [optional] [default to undefined]
13
+ **planGroup** | **string** | | [optional] [default to undefined]
14
+ **connectionTypeId** | **number** | | [optional] [default to undefined]
15
+ **connectionType** | [**ConnectionType**](ConnectionType.md) | | [optional] [default to undefined]
16
+ **closed** | **boolean** | | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { ServicePlan } from 'yellowgrid-api-ts';
22
+
23
+ const instance: ServicePlan = {
24
+ createdDate,
25
+ id,
26
+ name,
27
+ services,
28
+ filePeriod,
29
+ planGroup,
30
+ connectionTypeId,
31
+ connectionType,
32
+ closed,
33
+ };
34
+ ```
35
+
36
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,6 +1,6 @@
1
1
  # ServicesApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -7,10 +7,10 @@ Shipment Request
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **courier** | **string** | Courier | [optional] [default to undefined]
10
- **address** | [**AddressModel**](AddressModel.md) | Address | [optional] [default to undefined]
10
+ **address** | [**AddressModel**](AddressModel.md) | | [optional] [default to undefined]
11
11
  **scannedLines** | **Array<string>** | Scanned Lines | [optional] [default to undefined]
12
12
  **service** | **string** | Service | [optional] [default to undefined]
13
- **shipDate** | **string** | Ship Date | [optional] [default to undefined]
13
+ **shipDate** | **string** | Date Time | [optional] [default to undefined]
14
14
  **items** | [**Array<ShipmentItemDTO>**](ShipmentItemDTO.md) | Items | [optional] [default to undefined]
15
15
 
16
16
  ## Example
@@ -1,6 +1,6 @@
1
1
  # ShippingApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -0,0 +1,40 @@
1
+ # SpecialService
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **createdDate** | **string** | | [optional] [default to undefined]
9
+ **id** | **number** | | [optional] [default to undefined]
10
+ **outboundCliId** | **number** | | [optional] [default to undefined]
11
+ **outboundCli** | [**OutboundCli**](OutboundCli.md) | | [default to undefined]
12
+ **baseService** | [**BaseService**](BaseService.md) | | [default to undefined]
13
+ **customerRate** | [**CustomerRate**](CustomerRate.md) | | [default to undefined]
14
+ **description** | **string** | | [default to undefined]
15
+ **hideOnInvoice** | **boolean** | | [optional] [default to undefined]
16
+ **startPeriod** | **string** | | [default to undefined]
17
+ **endPeriod** | **string** | | [optional] [default to undefined]
18
+ **filePeriod** | **string** | | [optional] [default to undefined]
19
+
20
+ ## Example
21
+
22
+ ```typescript
23
+ import { SpecialService } from 'yellowgrid-api-ts';
24
+
25
+ const instance: SpecialService = {
26
+ createdDate,
27
+ id,
28
+ outboundCliId,
29
+ outboundCli,
30
+ baseService,
31
+ customerRate,
32
+ description,
33
+ hideOnInvoice,
34
+ startPeriod,
35
+ endPeriod,
36
+ filePeriod,
37
+ };
38
+ ```
39
+
40
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,6 +1,6 @@
1
1
  # StockManagementApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # SuppliersApi
2
2
 
3
- All URIs are relative to *https://bitbucket.org*
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|