yellowgrid-api-ts 3.2.254 → 3.2.256

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 (52) hide show
  1. package/.openapi-generator/FILES +45 -1
  2. package/README.md +109 -2
  3. package/api.ts +4924 -86
  4. package/dist/api.d.ts +2454 -62
  5. package/dist/api.js +5269 -128
  6. package/docs/BaseService.md +36 -0
  7. package/docs/BillingApi.md +3517 -25
  8. package/docs/Bundle.md +34 -0
  9. package/docs/BundleCustomer.md +34 -0
  10. package/docs/CallTariff.md +34 -0
  11. package/docs/CallTariffPlan.md +36 -0
  12. package/docs/CallTariffResponse.md +26 -0
  13. package/docs/Cdr.md +112 -0
  14. package/docs/ConnectionRequest.md +36 -0
  15. package/docs/ConnectionType.md +28 -0
  16. package/docs/ContactDetail.md +58 -0
  17. package/docs/Customer.md +98 -0
  18. package/docs/CustomerRate.md +22 -0
  19. package/docs/CustomerRateType.md +12 -0
  20. package/docs/InboundCli.md +50 -0
  21. package/docs/InboundTariffPlan.md +32 -0
  22. package/docs/InboundTariffPlanResponse.md +28 -0
  23. package/docs/MultiTenantSipTrunkRequest.md +22 -0
  24. package/docs/OutboundCli.md +70 -0
  25. package/docs/PostAddBroadbandRequest.md +28 -0
  26. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  27. package/docs/PostAddEthernetRequest.md +28 -0
  28. package/docs/PostAddRecurringChargeRequest.md +30 -0
  29. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  30. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  31. package/docs/PostDisconnectDDIRequest.md +20 -0
  32. package/docs/PostGetBaseServicesRequest.md +22 -0
  33. package/docs/PostGetPriceGroupsRequest.md +22 -0
  34. package/docs/PostGetServicePlansRequest.md +22 -0
  35. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  36. package/docs/PostUpdateConnectionRequest.md +22 -0
  37. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  38. package/docs/PriceGroup.md +30 -0
  39. package/docs/PriceGroupResponse.md +24 -0
  40. package/docs/ProcessedCdr.md +96 -0
  41. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  42. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  43. package/docs/{PutTransferConnectionRequest.md → PutConnectionSearchRequest.md} +3 -3
  44. package/docs/PutGetBaseServicesRequest.md +28 -0
  45. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  46. package/docs/PutGetPriceGroupsRequest.md +28 -0
  47. package/docs/RecurringCharge.md +48 -0
  48. package/docs/SdrReferenceType.md +24 -0
  49. package/docs/Service.md +42 -0
  50. package/docs/ServicePlan.md +36 -0
  51. package/docs/TariffRate.md +30 -0
  52. package/package.json +1 -1
@@ -32,13 +32,20 @@ docs/AttributeSetEnum.md
32
32
  docs/AuditLogEntity.md
33
33
  docs/AuthCodeResponseModel.md
34
34
  docs/AxisDataDTO.md
35
+ docs/BaseService.md
35
36
  docs/BasicItemDTO.md
36
37
  docs/BasicProductDTO.md
37
38
  docs/BatchDTO.md
38
39
  docs/BatchEntity.md
39
40
  docs/BillingApi.md
41
+ docs/Bundle.md
42
+ docs/BundleCustomer.md
40
43
  docs/CRMApi.md
41
44
  docs/CallBarringModel.md
45
+ docs/CallTariff.md
46
+ docs/CallTariffPlan.md
47
+ docs/CallTariffResponse.md
48
+ docs/Cdr.md
42
49
  docs/Class3CXApi.md
43
50
  docs/Class3CXInstallationWizardApi.md
44
51
  docs/Class3CXInstallationsApi.md
@@ -47,6 +54,9 @@ docs/Class3CXMultiTenantApi.md
47
54
  docs/ClientDetailsModel.md
48
55
  docs/ClientModel.md
49
56
  docs/CompanyContractModel.md
57
+ docs/ConnectionRequest.md
58
+ docs/ConnectionType.md
59
+ docs/ContactDetail.md
50
60
  docs/ContactInfoModel.md
51
61
  docs/ConversationModel.md
52
62
  docs/CourierPriceEntity.md
@@ -65,12 +75,15 @@ docs/CrmContactDTO.md
65
75
  docs/CrmDateActivitiesDTO.md
66
76
  docs/CrmNoteEntity.md
67
77
  docs/CrmNoteModel.md
78
+ docs/Customer.md
68
79
  docs/CustomerCoordinatesDTO.md
69
80
  docs/CustomerInformationModel.md
70
81
  docs/CustomerItemRequestDTO.md
71
82
  docs/CustomerListAccountDTO.md
72
83
  docs/CustomerOrderRequestDTO.md
73
84
  docs/CustomerPriceListEnum.md
85
+ docs/CustomerRate.md
86
+ docs/CustomerRateType.md
74
87
  docs/CustomerSummaryReportDTO.md
75
88
  docs/DdiRangeRequestModel.md
76
89
  docs/DdiRangesRequestModel.md
@@ -100,6 +113,9 @@ docs/GetGetRecording200Response.md
100
113
  docs/GraphDTO.md
101
114
  docs/HostingChangeResponseModel.md
102
115
  docs/HostingRegionDTO.md
116
+ docs/InboundCli.md
117
+ docs/InboundTariffPlan.md
118
+ docs/InboundTariffPlanResponse.md
103
119
  docs/InstallationDetailsDTO.md
104
120
  docs/InstanceAutoFailoverEntity.md
105
121
  docs/InstanceDeletionScheduleEntity.md
@@ -119,6 +135,7 @@ docs/MacAddressDTO.md
119
135
  docs/MiscApi.md
120
136
  docs/MonthlyUsageModel.md
121
137
  docs/MultiTenantChangeResponseModel.md
138
+ docs/MultiTenantSipTrunkRequest.md
122
139
  docs/MyPBXToolsApi.md
123
140
  docs/NavigationModel.md
124
141
  docs/NumberPortAdminNoteBody.md
@@ -143,6 +160,7 @@ docs/OrderTotalModel.md
143
160
  docs/OrderedItemEntity.md
144
161
  docs/OrderedItemModel.md
145
162
  docs/OrdersApi.md
163
+ docs/OutboundCli.md
146
164
  docs/PartnerDTO.md
147
165
  docs/PasswordSenderDTO.md
148
166
  docs/PasswordSenderEntity.md
@@ -159,17 +177,33 @@ docs/PatchUpdateTcxHostingPriceListRequest.md
159
177
  docs/PatchUpdateTcxPartnerIdRequest.md
160
178
  docs/PortalAccountModel.md
161
179
  docs/PortalLoginModel.md
180
+ docs/PostAddBroadbandRequest.md
181
+ docs/PostAddCallTariffToCallTariffPlanRequest.md
182
+ docs/PostAddEthernetRequest.md
162
183
  docs/PostAddOrderNoteRequest.md
184
+ docs/PostAddRecurringChargeRequest.md
185
+ docs/PostAddServiceToServicePlanRequest.md
186
+ docs/PostAddSipTrunkDDIsRequest.md
163
187
  docs/PostAddWebhook200Response.md
188
+ docs/PostDisconnectDDIRequest.md
164
189
  docs/PostGenerateReport200Response.md
190
+ docs/PostGetBaseServicesRequest.md
165
191
  docs/PostGetClientCredentialsRequest.md
192
+ docs/PostGetPriceGroupsRequest.md
166
193
  docs/PostGetProductForCustomerRequest.md
194
+ docs/PostGetServicePlansRequest.md
195
+ docs/PostGetSipTrunksBillingRequest.md
167
196
  docs/PostSendWelcomeEmailRequest.md
168
197
  docs/PostSplitOrderRequest.md
198
+ docs/PostUpdateConnectionRequest.md
199
+ docs/PostUpdateRecurringChargeRequest.md
200
+ docs/PriceGroup.md
201
+ docs/PriceGroupResponse.md
169
202
  docs/PriceListItemModel.md
170
203
  docs/PricingApi.md
171
204
  docs/PrinterEntity.md
172
205
  docs/PrizesEntity.md
206
+ docs/ProcessedCdr.md
173
207
  docs/ProductDetailedSummaryDTO.md
174
208
  docs/ProductPriceListItemModel.md
175
209
  docs/ProductSearchResultsModel.md
@@ -184,11 +218,17 @@ docs/ProspectsApi.md
184
218
  docs/ProvisioningApi.md
185
219
  docs/ProvisioningModel.md
186
220
  docs/ProvisioningRequestEntity.md
221
+ docs/PutAddCallTariffToCallTariffPlanRequest.md
222
+ docs/PutAddServiceToServicePlanRequest.md
187
223
  docs/PutAllocateItemsRequest.md
188
224
  docs/PutAllocateItemsRequestItemsInner.md
189
- docs/PutTransferConnectionRequest.md
225
+ docs/PutConnectionSearchRequest.md
226
+ docs/PutGetBaseServicesRequest.md
227
+ docs/PutGetCallTariffPlanRequest.md
228
+ docs/PutGetPriceGroupsRequest.md
190
229
  docs/RecordingBackupAzureModel.md
191
230
  docs/RecordingsBackupInfoDTO.md
231
+ docs/RecurringCharge.md
192
232
  docs/RemoteStorageDTO.md
193
233
  docs/ReportRequestDTO.md
194
234
  docs/ReportsApi.md
@@ -200,8 +240,11 @@ docs/SMSApi.md
200
240
  docs/SbcDTO.md
201
241
  docs/ScannedItemModel.md
202
242
  docs/ScopeModel.md
243
+ docs/SdrReferenceType.md
203
244
  docs/SeriesDTO.md
245
+ docs/Service.md
204
246
  docs/ServiceHealthDTO.md
247
+ docs/ServicePlan.md
205
248
  docs/ServiceStatusDTO.md
206
249
  docs/ServicesApi.md
207
250
  docs/ShipmentAddressEntity.md
@@ -270,6 +313,7 @@ docs/TableDTO.md
270
313
  docs/TableDataDTO.md
271
314
  docs/TableHistoryEntity.md
272
315
  docs/TableRowDTO.md
316
+ docs/TariffRate.md
273
317
  docs/TcxBackupEntity.md
274
318
  docs/TcxBackupModel.md
275
319
  docs/TcxBillingEntity.md
package/README.md CHANGED
@@ -99,8 +99,71 @@ Class | Method | HTTP request | Description
99
99
  *AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
100
100
  *AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
101
101
  *AccountsApi* | [**putUpdateShippingAddress**](docs/AccountsApi.md#putupdateshippingaddress) | **PUT** /admin/accounts/{id}/shipping/address |
102
+ *BillingApi* | [**deleteAddCallTariffToCallTariffPlan**](docs/BillingApi.md#deleteaddcalltarifftocalltariffplan) | **DELETE** /billing/admin/callTariffPlan/callTariff |
103
+ *BillingApi* | [**deleteAddRecurringCharge**](docs/BillingApi.md#deleteaddrecurringcharge) | **DELETE** /billing/customer/recurringCharges |
104
+ *BillingApi* | [**deleteAddServiceToServicePlan**](docs/BillingApi.md#deleteaddservicetoserviceplan) | **DELETE** /billing/admin/servicePlan/service |
105
+ *BillingApi* | [**deleteCloseAccount**](docs/BillingApi.md#deletecloseaccount) | **DELETE** /billing/customer/customer |
106
+ *BillingApi* | [**deleteGetBaseServices**](docs/BillingApi.md#deletegetbaseservices) | **DELETE** /billing/admin/baseServices |
107
+ *BillingApi* | [**deleteGetCallTariffPlan**](docs/BillingApi.md#deletegetcalltariffplan) | **DELETE** /billing/admin/callTariffPlan |
108
+ *BillingApi* | [**deleteGetPriceGroups**](docs/BillingApi.md#deletegetpricegroups) | **DELETE** /billing/admin/priceGroups |
109
+ *BillingApi* | [**deleteGetServicePlan**](docs/BillingApi.md#deletegetserviceplan) | **DELETE** /billing/admin/servicePlan |
110
+ *BillingApi* | [**getAddRecurringCharge**](docs/BillingApi.md#getaddrecurringcharge) | **GET** /billing/customer/recurringCharges |
111
+ *BillingApi* | [**getAddServiceToServicePlan**](docs/BillingApi.md#getaddservicetoserviceplan) | **GET** /billing/admin/servicePlan/service |
112
+ *BillingApi* | [**getAddSipTrunkDDIs**](docs/BillingApi.md#getaddsiptrunkddis) | **GET** /billing/customer/sipTrunkDDIs |
113
+ *BillingApi* | [**getConnectionSearch**](docs/BillingApi.md#getconnectionsearch) | **GET** /billing/admin/connections |
102
114
  *BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
103
- *BillingApi* | [**putTransferConnection**](docs/BillingApi.md#puttransferconnection) | **PUT** /billing/admin/connections |
115
+ *BillingApi* | [**getGetAllMtSipTrunks**](docs/BillingApi.md#getgetallmtsiptrunks) | **GET** /billing/customer/list/allMtSipTrunks |
116
+ *BillingApi* | [**getGetAllSipTrunks**](docs/BillingApi.md#getgetallsiptrunks) | **GET** /billing/customer/list/allSipTrunks |
117
+ *BillingApi* | [**getGetBaseServices**](docs/BillingApi.md#getgetbaseservices) | **GET** /billing/admin/baseServices |
118
+ *BillingApi* | [**getGetBillingCustomerDetails**](docs/BillingApi.md#getgetbillingcustomerdetails) | **GET** /billing/customer/details |
119
+ *BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
120
+ *BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
121
+ *BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
122
+ *BillingApi* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
123
+ *BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
124
+ *BillingApi* | [**getGetConnections**](docs/BillingApi.md#getgetconnections) | **GET** /billing/customer/connections |
125
+ *BillingApi* | [**getGetCustomer**](docs/BillingApi.md#getgetcustomer) | **GET** /billing/admin/customer |
126
+ *BillingApi* | [**getGetInboundTariffs**](docs/BillingApi.md#getgetinboundtariffs) | **GET** /billing/admin/inboundTariffs |
127
+ *BillingApi* | [**getGetInboundTariffsDetails**](docs/BillingApi.md#getgetinboundtariffsdetails) | **GET** /billing/admin/inboundTariffs/details |
128
+ *BillingApi* | [**getGetPriceGroups**](docs/BillingApi.md#getgetpricegroups) | **GET** /billing/admin/priceGroups |
129
+ *BillingApi* | [**getGetServicePlan**](docs/BillingApi.md#getgetserviceplan) | **GET** /billing/admin/servicePlan |
130
+ *BillingApi* | [**getGetServicePlans**](docs/BillingApi.md#getgetserviceplans) | **GET** /billing/admin/servicePlans |
131
+ *BillingApi* | [**getGetServicesPlanDetails**](docs/BillingApi.md#getgetservicesplandetails) | **GET** /billing/admin/servicePlans/details |
132
+ *BillingApi* | [**getGetSipTrunkList**](docs/BillingApi.md#getgetsiptrunklist) | **GET** /billing/customer/list/sipTrunks |
133
+ *BillingApi* | [**getGetSipTrunksBilling**](docs/BillingApi.md#getgetsiptrunksbilling) | **GET** /billing/customer/sipTrunks |
134
+ *BillingApi* | [**getGetUnconnectedCalls**](docs/BillingApi.md#getgetunconnectedcalls) | **GET** /billing/admin/unconnectedCalls |
135
+ *BillingApi* | [**getGetUnconnectedServices**](docs/BillingApi.md#getgetunconnectedservices) | **GET** /billing/admin/unconnectedServices |
136
+ *BillingApi* | [**getIsBundleCustomer**](docs/BillingApi.md#getisbundlecustomer) | **GET** /billing/customer/bundleCustomer |
137
+ *BillingApi* | [**postAddBroadband**](docs/BillingApi.md#postaddbroadband) | **POST** /billing/customer/broadband |
138
+ *BillingApi* | [**postAddCallTariffToCallTariffPlan**](docs/BillingApi.md#postaddcalltarifftocalltariffplan) | **POST** /billing/admin/callTariffPlan/callTariff |
139
+ *BillingApi* | [**postAddChildCustomer**](docs/BillingApi.md#postaddchildcustomer) | **POST** /billing/customer/child |
140
+ *BillingApi* | [**postAddEthernet**](docs/BillingApi.md#postaddethernet) | **POST** /billing/customer/ethernet |
141
+ *BillingApi* | [**postAddRecurringCharge**](docs/BillingApi.md#postaddrecurringcharge) | **POST** /billing/customer/recurringCharges |
142
+ *BillingApi* | [**postAddServiceToServicePlan**](docs/BillingApi.md#postaddservicetoserviceplan) | **POST** /billing/admin/servicePlan/service |
143
+ *BillingApi* | [**postAddSipTrunkDDIs**](docs/BillingApi.md#postaddsiptrunkddis) | **POST** /billing/customer/sipTrunkDDIs |
144
+ *BillingApi* | [**postDisconnectConnection**](docs/BillingApi.md#postdisconnectconnection) | **POST** /billing/customer/disconnectConnection |
145
+ *BillingApi* | [**postDisconnectDDI**](docs/BillingApi.md#postdisconnectddi) | **POST** /billing/customer/disconnectDDI |
146
+ *BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
147
+ *BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
148
+ *BillingApi* | [**postGetConnections**](docs/BillingApi.md#postgetconnections) | **POST** /billing/customer/connections |
149
+ *BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
150
+ *BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
151
+ *BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
152
+ *BillingApi* | [**postSendInvoices**](docs/BillingApi.md#postsendinvoices) | **POST** /billing/admin/sendInvoices |
153
+ *BillingApi* | [**postUpdateConnection**](docs/BillingApi.md#postupdateconnection) | **POST** /billing/customer/updateConnection |
154
+ *BillingApi* | [**postUpdateRecurringCharge**](docs/BillingApi.md#postupdaterecurringcharge) | **POST** /billing/customer/updateRecurringCharges |
155
+ *BillingApi* | [**putAddCallTariffToCallTariffPlan**](docs/BillingApi.md#putaddcalltarifftocalltariffplan) | **PUT** /billing/admin/callTariffPlan/callTariff |
156
+ *BillingApi* | [**putAddServiceToServicePlan**](docs/BillingApi.md#putaddservicetoserviceplan) | **PUT** /billing/admin/servicePlan/service |
157
+ *BillingApi* | [**putConnectionSearch**](docs/BillingApi.md#putconnectionsearch) | **PUT** /billing/admin/connections |
158
+ *BillingApi* | [**putConvertChildToParent**](docs/BillingApi.md#putconvertchildtoparent) | **PUT** /billing/customer/makeParent |
159
+ *BillingApi* | [**putDisableBundles**](docs/BillingApi.md#putdisablebundles) | **PUT** /billing/customer/disableBundles |
160
+ *BillingApi* | [**putDisableDdiBilling**](docs/BillingApi.md#putdisableddibilling) | **PUT** /billing/customer/disableDdiBilling |
161
+ *BillingApi* | [**putEnableBundles**](docs/BillingApi.md#putenablebundles) | **PUT** /billing/customer/enableBundles |
162
+ *BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
163
+ *BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
164
+ *BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
165
+ *BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
166
+ *BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
104
167
  *CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
105
168
  *CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
106
169
  *CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
@@ -357,14 +420,24 @@ Class | Method | HTTP request | Description
357
420
  - [AuditLogEntity](docs/AuditLogEntity.md)
358
421
  - [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
359
422
  - [AxisDataDTO](docs/AxisDataDTO.md)
423
+ - [BaseService](docs/BaseService.md)
360
424
  - [BasicItemDTO](docs/BasicItemDTO.md)
361
425
  - [BasicProductDTO](docs/BasicProductDTO.md)
362
426
  - [BatchDTO](docs/BatchDTO.md)
363
427
  - [BatchEntity](docs/BatchEntity.md)
428
+ - [Bundle](docs/Bundle.md)
429
+ - [BundleCustomer](docs/BundleCustomer.md)
364
430
  - [CallBarringModel](docs/CallBarringModel.md)
431
+ - [CallTariff](docs/CallTariff.md)
432
+ - [CallTariffPlan](docs/CallTariffPlan.md)
433
+ - [CallTariffResponse](docs/CallTariffResponse.md)
434
+ - [Cdr](docs/Cdr.md)
365
435
  - [ClientDetailsModel](docs/ClientDetailsModel.md)
366
436
  - [ClientModel](docs/ClientModel.md)
367
437
  - [CompanyContractModel](docs/CompanyContractModel.md)
438
+ - [ConnectionRequest](docs/ConnectionRequest.md)
439
+ - [ConnectionType](docs/ConnectionType.md)
440
+ - [ContactDetail](docs/ContactDetail.md)
368
441
  - [ContactInfoModel](docs/ContactInfoModel.md)
369
442
  - [ConversationModel](docs/ConversationModel.md)
370
443
  - [CourierPriceEntity](docs/CourierPriceEntity.md)
@@ -383,12 +456,15 @@ Class | Method | HTTP request | Description
383
456
  - [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
384
457
  - [CrmNoteEntity](docs/CrmNoteEntity.md)
385
458
  - [CrmNoteModel](docs/CrmNoteModel.md)
459
+ - [Customer](docs/Customer.md)
386
460
  - [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
387
461
  - [CustomerInformationModel](docs/CustomerInformationModel.md)
388
462
  - [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
389
463
  - [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
390
464
  - [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
391
465
  - [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
466
+ - [CustomerRate](docs/CustomerRate.md)
467
+ - [CustomerRateType](docs/CustomerRateType.md)
392
468
  - [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
393
469
  - [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
394
470
  - [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
@@ -418,6 +494,9 @@ Class | Method | HTTP request | Description
418
494
  - [GraphDTO](docs/GraphDTO.md)
419
495
  - [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
420
496
  - [HostingRegionDTO](docs/HostingRegionDTO.md)
497
+ - [InboundCli](docs/InboundCli.md)
498
+ - [InboundTariffPlan](docs/InboundTariffPlan.md)
499
+ - [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
421
500
  - [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
422
501
  - [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
423
502
  - [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
@@ -436,6 +515,7 @@ Class | Method | HTTP request | Description
436
515
  - [MacAddressDTO](docs/MacAddressDTO.md)
437
516
  - [MonthlyUsageModel](docs/MonthlyUsageModel.md)
438
517
  - [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
518
+ - [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
439
519
  - [NavigationModel](docs/NavigationModel.md)
440
520
  - [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
441
521
  - [NumberPortDTO](docs/NumberPortDTO.md)
@@ -456,6 +536,7 @@ Class | Method | HTTP request | Description
456
536
  - [OrderTotalModel](docs/OrderTotalModel.md)
457
537
  - [OrderedItemEntity](docs/OrderedItemEntity.md)
458
538
  - [OrderedItemModel](docs/OrderedItemModel.md)
539
+ - [OutboundCli](docs/OutboundCli.md)
459
540
  - [PartnerDTO](docs/PartnerDTO.md)
460
541
  - [PasswordSenderDTO](docs/PasswordSenderDTO.md)
461
542
  - [PasswordSenderEntity](docs/PasswordSenderEntity.md)
@@ -472,16 +553,32 @@ Class | Method | HTTP request | Description
472
553
  - [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
473
554
  - [PortalAccountModel](docs/PortalAccountModel.md)
474
555
  - [PortalLoginModel](docs/PortalLoginModel.md)
556
+ - [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
557
+ - [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
558
+ - [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
475
559
  - [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
560
+ - [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
561
+ - [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
562
+ - [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
476
563
  - [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
564
+ - [PostDisconnectDDIRequest](docs/PostDisconnectDDIRequest.md)
477
565
  - [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
566
+ - [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
478
567
  - [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
568
+ - [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
479
569
  - [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
570
+ - [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
571
+ - [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
480
572
  - [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
481
573
  - [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
574
+ - [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
575
+ - [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
576
+ - [PriceGroup](docs/PriceGroup.md)
577
+ - [PriceGroupResponse](docs/PriceGroupResponse.md)
482
578
  - [PriceListItemModel](docs/PriceListItemModel.md)
483
579
  - [PrinterEntity](docs/PrinterEntity.md)
484
580
  - [PrizesEntity](docs/PrizesEntity.md)
581
+ - [ProcessedCdr](docs/ProcessedCdr.md)
485
582
  - [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
486
583
  - [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
487
584
  - [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
@@ -493,11 +590,17 @@ Class | Method | HTTP request | Description
493
590
  - [ProspectEntity](docs/ProspectEntity.md)
494
591
  - [ProvisioningModel](docs/ProvisioningModel.md)
495
592
  - [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
593
+ - [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
594
+ - [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
496
595
  - [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
497
596
  - [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
498
- - [PutTransferConnectionRequest](docs/PutTransferConnectionRequest.md)
597
+ - [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
598
+ - [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
599
+ - [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
600
+ - [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
499
601
  - [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
500
602
  - [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
603
+ - [RecurringCharge](docs/RecurringCharge.md)
501
604
  - [RemoteStorageDTO](docs/RemoteStorageDTO.md)
502
605
  - [ReportRequestDTO](docs/ReportRequestDTO.md)
503
606
  - [ResourceNotReadyException](docs/ResourceNotReadyException.md)
@@ -506,8 +609,11 @@ Class | Method | HTTP request | Description
506
609
  - [SbcDTO](docs/SbcDTO.md)
507
610
  - [ScannedItemModel](docs/ScannedItemModel.md)
508
611
  - [ScopeModel](docs/ScopeModel.md)
612
+ - [SdrReferenceType](docs/SdrReferenceType.md)
509
613
  - [SeriesDTO](docs/SeriesDTO.md)
614
+ - [Service](docs/Service.md)
510
615
  - [ServiceHealthDTO](docs/ServiceHealthDTO.md)
616
+ - [ServicePlan](docs/ServicePlan.md)
511
617
  - [ServiceStatusDTO](docs/ServiceStatusDTO.md)
512
618
  - [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
513
619
  - [ShipmentDTO](docs/ShipmentDTO.md)
@@ -571,6 +677,7 @@ Class | Method | HTTP request | Description
571
677
  - [TableDataDTO](docs/TableDataDTO.md)
572
678
  - [TableHistoryEntity](docs/TableHistoryEntity.md)
573
679
  - [TableRowDTO](docs/TableRowDTO.md)
680
+ - [TariffRate](docs/TariffRate.md)
574
681
  - [TcxBackupEntity](docs/TcxBackupEntity.md)
575
682
  - [TcxBackupModel](docs/TcxBackupModel.md)
576
683
  - [TcxBillingEntity](docs/TcxBillingEntity.md)