yellowgrid-api-ts 3.2.244 → 3.2.246-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 (145) hide show
  1. package/.openapi-generator/FILES +369 -318
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +123 -3
  4. package/api.ts +14410 -953
  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 +15808 -5240
  10. package/dist/api.js +8872 -2842
  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/GroupEnum.d.ts +43 -0
  22. package/dist/models/GroupEnum.js +45 -0
  23. package/dist/models/HostingPriceListEnum.d.ts +5 -0
  24. package/dist/models/HostingPriceListEnum.js +5 -0
  25. package/dist/models/ReportEnum.d.ts +15 -0
  26. package/dist/models/ReportEnum.js +15 -0
  27. package/docs/AbstractItemDiscountModel.md +21 -0
  28. package/docs/AbstractOrderRequestDTO.md +1 -1
  29. package/docs/AccountDetailedSummaryDTO.md +2 -0
  30. package/docs/AccountsApi.md +1 -1
  31. package/docs/AdminOrderRequestDTO.md +1 -1
  32. package/docs/BaseService.md +36 -0
  33. package/docs/BillingApi.md +3631 -26
  34. package/docs/Bundle.md +34 -0
  35. package/docs/BundleCustomer.md +34 -0
  36. package/docs/CRMApi.md +1 -1
  37. package/docs/CallTariff.md +34 -0
  38. package/docs/CallTariffPlan.md +36 -0
  39. package/docs/CallTariffResponse.md +26 -0
  40. package/docs/Cdr.md +112 -0
  41. package/docs/Class3CXApi.md +1 -1
  42. package/docs/Class3CXInstallationWizardApi.md +1 -1
  43. package/docs/Class3CXInstallationsApi.md +1 -1
  44. package/docs/Class3CXIntegrationsApi.md +1 -1
  45. package/docs/Class3CXMultiTenantApi.md +1 -1
  46. package/docs/ConnectionRequest.md +36 -0
  47. package/docs/ConnectionType.md +28 -0
  48. package/docs/ContactDetail.md +58 -0
  49. package/docs/CrmActivityDTO.md +1 -1
  50. package/docs/CrmDateActivitiesDTO.md +1 -1
  51. package/docs/Customer.md +98 -0
  52. package/docs/CustomerOrderRequestDTO.md +1 -1
  53. package/docs/CustomerRate.md +22 -0
  54. package/docs/CustomerRateType.md +12 -0
  55. package/docs/DetailedOrderRequestDTO.md +1 -1
  56. package/docs/GetDisconnectDDIRequest.md +20 -0
  57. package/docs/InboundCli.md +50 -0
  58. package/docs/InboundTariffPlan.md +32 -0
  59. package/docs/InboundTariffPlanResponse.md +28 -0
  60. package/docs/MiscApi.md +1 -1
  61. package/docs/MultiTenantSipTrunkRequest.md +22 -0
  62. package/docs/MyPBXToolsApi.md +1 -1
  63. package/docs/NumberPortModel.md +51 -0
  64. package/docs/NumberPortingApi.md +1 -1
  65. package/docs/OAuth20Api.md +1 -1
  66. package/docs/OrdersApi.md +1 -1
  67. package/docs/OutboundCli.md +70 -0
  68. package/docs/PartnerDTO.md +1 -1
  69. package/docs/PasswordSenderDTO.md +1 -1
  70. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  71. package/docs/PostAddAdminNoteRequest.md +20 -0
  72. package/docs/PostAddBroadbandRequest.md +28 -0
  73. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  74. package/docs/PostAddEthernetRequest.md +28 -0
  75. package/docs/PostAddRecurringChargeRequest.md +30 -0
  76. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  77. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  78. package/docs/PostDisconnectDDIRequest.md +20 -0
  79. package/docs/PostGetBaseServicesRequest.md +22 -0
  80. package/docs/PostGetPriceGroupsRequest.md +22 -0
  81. package/docs/PostGetProductRequest.md +24 -0
  82. package/docs/PostGetServicePlansRequest.md +22 -0
  83. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  84. package/docs/PostUpdateConnectionRequest.md +22 -0
  85. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  86. package/docs/PriceGroup.md +30 -0
  87. package/docs/PriceGroupResponse.md +24 -0
  88. package/docs/PricingApi.md +1 -1
  89. package/docs/ProcessedCdr.md +96 -0
  90. package/docs/ProductDetailedSummaryDTO.md +2 -2
  91. package/docs/ProductSearchDTO.md +37 -0
  92. package/docs/ProductSummaryDTO.md +1 -1
  93. package/docs/ProductsApi.md +1 -1
  94. package/docs/PromoCodesEntity.md +6 -6
  95. package/docs/PromoItemModel.md +35 -0
  96. package/docs/PromoModel.md +45 -0
  97. package/docs/PromoSummariesModel.md +27 -0
  98. package/docs/PromoSummaryDTO.md +29 -0
  99. package/docs/PromotionsApi.md +241 -0
  100. package/docs/ProspectDTO.md +2 -2
  101. package/docs/ProspectsApi.md +1 -1
  102. package/docs/ProvisioningApi.md +1 -1
  103. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  104. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  105. package/docs/PutConnectionSearchRequest.md +20 -0
  106. package/docs/PutGetBaseServicesRequest.md +28 -0
  107. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  108. package/docs/PutGetPriceGroupsRequest.md +28 -0
  109. package/docs/RecordingsBackupInfoDTO.md +2 -2
  110. package/docs/RecurringCharge.md +48 -0
  111. package/docs/ReportRequestDTO.md +2 -2
  112. package/docs/ReportsApi.md +1 -1
  113. package/docs/SIPTrunksApi.md +1 -1
  114. package/docs/SMSApi.md +1 -1
  115. package/docs/Sdr.md +66 -0
  116. package/docs/SdrReferenceType.md +24 -0
  117. package/docs/Service.md +42 -0
  118. package/docs/ServicePlan.md +36 -0
  119. package/docs/ServicesApi.md +1 -1
  120. package/docs/ShipmentRequestDTO.md +2 -2
  121. package/docs/ShippingApi.md +1 -1
  122. package/docs/SpecialService.md +40 -0
  123. package/docs/StockManagementApi.md +1 -1
  124. package/docs/SuppliersApi.md +1 -1
  125. package/docs/SystemApi.md +1 -1
  126. package/docs/TariffRate.md +30 -0
  127. package/docs/TcxHostingPricingEntity.md +35 -0
  128. package/docs/TcxInstallationDetailsModel.md +45 -0
  129. package/docs/TcxKeySummaryDTO.md +1 -1
  130. package/docs/TelephonySupportTicketModel.md +41 -0
  131. package/docs/TicketsApi.md +1 -1
  132. package/docs/UnconnectedSdr.md +68 -0
  133. package/docs/WebhooksApi.md +1 -1
  134. package/getEnums.php +31 -31
  135. package/hs_err_pid16044.log +249 -0
  136. package/hs_err_pid44560.log +249 -0
  137. package/hs_err_pid53988.log +249 -0
  138. package/hs_err_pid58728.log +40 -0
  139. package/index.ts +1 -1
  140. package/models/ConnectionTypeEnum.ts +74 -0
  141. package/models/GroupEnum.ts +44 -0
  142. package/models/HostingPriceListEnum.ts +5 -0
  143. package/models/ReportEnum.ts +15 -0
  144. package/openapitools.json +1 -1
  145. package/package.json +2 -2
@@ -0,0 +1,241 @@
1
+ # PromotionsApi
2
+
3
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getGetPromo**](#getgetpromo) | **GET** /marketing/promos/{id} | |
8
+ |[**getGetPromos**](#getgetpromos) | **GET** /marketing/promos | |
9
+ |[**postGetPromos**](#postgetpromos) | **POST** /marketing/promos | |
10
+ |[**putGetPromo**](#putgetpromo) | **PUT** /marketing/promos/{id} | |
11
+
12
+ # **getGetPromo**
13
+ > PromoModel getGetPromo()
14
+
15
+ Get a promotion
16
+
17
+ ### Example
18
+
19
+ ```typescript
20
+ import {
21
+ PromotionsApi,
22
+ Configuration
23
+ } from 'yellowgrid-api-ts';
24
+
25
+ const configuration = new Configuration();
26
+ const apiInstance = new PromotionsApi(configuration);
27
+
28
+ let id: number; //Promo ID (default to undefined)
29
+
30
+ const { status, data } = await apiInstance.getGetPromo(
31
+ id
32
+ );
33
+ ```
34
+
35
+ ### Parameters
36
+
37
+ |Name | Type | Description | Notes|
38
+ |------------- | ------------- | ------------- | -------------|
39
+ | **id** | [**number**] | Promo ID | defaults to undefined|
40
+
41
+
42
+ ### Return type
43
+
44
+ **PromoModel**
45
+
46
+ ### Authorization
47
+
48
+ No authorization required
49
+
50
+ ### HTTP request headers
51
+
52
+ - **Content-Type**: Not defined
53
+ - **Accept**: application/json
54
+
55
+
56
+ ### HTTP response details
57
+ | Status code | Description | Response headers |
58
+ |-------------|-------------|------------------|
59
+ |**200** | Promotion | - |
60
+ |**400** | Bad Request | - |
61
+ |**401** | Unauthorised | - |
62
+ |**403** | Access Denied | - |
63
+
64
+ [[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)
65
+
66
+ # **getGetPromos**
67
+ > PromoSummariesModel getGetPromos()
68
+
69
+ Get Promos
70
+
71
+ ### Example
72
+
73
+ ```typescript
74
+ import {
75
+ PromotionsApi,
76
+ Configuration
77
+ } from 'yellowgrid-api-ts';
78
+
79
+ const configuration = new Configuration();
80
+ const apiInstance = new PromotionsApi(configuration);
81
+
82
+ let pageSize: number; //Number Of Results (optional) (default to 20)
83
+ let page: number; //Page Number (optional) (default to 1)
84
+ let search: string; //Search (optional) (default to undefined)
85
+ let expired: boolean; //Expired (optional) (default to undefined)
86
+
87
+ const { status, data } = await apiInstance.getGetPromos(
88
+ pageSize,
89
+ page,
90
+ search,
91
+ expired
92
+ );
93
+ ```
94
+
95
+ ### Parameters
96
+
97
+ |Name | Type | Description | Notes|
98
+ |------------- | ------------- | ------------- | -------------|
99
+ | **pageSize** | [**number**] | Number Of Results | (optional) defaults to 20|
100
+ | **page** | [**number**] | Page Number | (optional) defaults to 1|
101
+ | **search** | [**string**] | Search | (optional) defaults to undefined|
102
+ | **expired** | [**boolean**] | Expired | (optional) defaults to undefined|
103
+
104
+
105
+ ### Return type
106
+
107
+ **PromoSummariesModel**
108
+
109
+ ### Authorization
110
+
111
+ No authorization required
112
+
113
+ ### HTTP request headers
114
+
115
+ - **Content-Type**: Not defined
116
+ - **Accept**: application/json
117
+
118
+
119
+ ### HTTP response details
120
+ | Status code | Description | Response headers |
121
+ |-------------|-------------|------------------|
122
+ |**200** | Promo Summaries | - |
123
+ |**400** | Bad Request | - |
124
+ |**401** | Unauthorised | - |
125
+ |**403** | Access Denied | - |
126
+
127
+ [[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)
128
+
129
+ # **postGetPromos**
130
+ > PromoModel postGetPromos()
131
+
132
+ Create a promotion
133
+
134
+ ### Example
135
+
136
+ ```typescript
137
+ import {
138
+ PromotionsApi,
139
+ Configuration,
140
+ PromoModel
141
+ } from 'yellowgrid-api-ts';
142
+
143
+ const configuration = new Configuration();
144
+ const apiInstance = new PromotionsApi(configuration);
145
+
146
+ let promoModel: PromoModel; //Promotion (optional)
147
+
148
+ const { status, data } = await apiInstance.postGetPromos(
149
+ promoModel
150
+ );
151
+ ```
152
+
153
+ ### Parameters
154
+
155
+ |Name | Type | Description | Notes|
156
+ |------------- | ------------- | ------------- | -------------|
157
+ | **promoModel** | **PromoModel**| Promotion | |
158
+
159
+
160
+ ### Return type
161
+
162
+ **PromoModel**
163
+
164
+ ### Authorization
165
+
166
+ No authorization required
167
+
168
+ ### HTTP request headers
169
+
170
+ - **Content-Type**: application/json
171
+ - **Accept**: application/json
172
+
173
+
174
+ ### HTTP response details
175
+ | Status code | Description | Response headers |
176
+ |-------------|-------------|------------------|
177
+ |**200** | Promotion | - |
178
+ |**400** | Bad Request | - |
179
+ |**401** | Unauthorised | - |
180
+ |**403** | Access Denied | - |
181
+
182
+ [[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)
183
+
184
+ # **putGetPromo**
185
+ > PromoModel putGetPromo()
186
+
187
+ Update a promotion
188
+
189
+ ### Example
190
+
191
+ ```typescript
192
+ import {
193
+ PromotionsApi,
194
+ Configuration,
195
+ PromoModel
196
+ } from 'yellowgrid-api-ts';
197
+
198
+ const configuration = new Configuration();
199
+ const apiInstance = new PromotionsApi(configuration);
200
+
201
+ let id: number; //Promo ID (default to undefined)
202
+ let promoModel: PromoModel; //Promotion (optional)
203
+
204
+ const { status, data } = await apiInstance.putGetPromo(
205
+ id,
206
+ promoModel
207
+ );
208
+ ```
209
+
210
+ ### Parameters
211
+
212
+ |Name | Type | Description | Notes|
213
+ |------------- | ------------- | ------------- | -------------|
214
+ | **promoModel** | **PromoModel**| Promotion | |
215
+ | **id** | [**number**] | Promo ID | defaults to undefined|
216
+
217
+
218
+ ### Return type
219
+
220
+ **PromoModel**
221
+
222
+ ### Authorization
223
+
224
+ No authorization required
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: application/json
229
+ - **Accept**: application/json
230
+
231
+
232
+ ### HTTP response details
233
+ | Status code | Description | Response headers |
234
+ |-------------|-------------|------------------|
235
+ |**200** | Promotion | - |
236
+ |**400** | Bad Request | - |
237
+ |**401** | Unauthorised | - |
238
+ |**403** | Access Denied | - |
239
+
240
+ [[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)
241
+
@@ -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)
@@ -7,8 +7,8 @@ Report Request
7
7
  Name | Type | Description | Notes
8
8
  ------------ | ------------- | ------------- | -------------
9
9
  **report** | **string** | Report | [optional] [default to undefined]
10
- **start** | **string** | Start | [optional] [default to undefined]
11
- **end** | **string** | End | [optional] [default to undefined]
10
+ **start** | **string** | Date Time | [optional] [default to undefined]
11
+ **end** | **string** | Date Time | [optional] [default to undefined]
12
12
  **month** | **number** | Month | [optional] [default to undefined]
13
13
  **year** | **number** | Year | [optional] [default to undefined]
14
14
  **sku** | **string** | SKU | [optional] [default to undefined]
@@ -1,6 +1,6 @@
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
  |------------- | ------------- | -------------|
@@ -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,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)