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.
- package/.openapi-generator/FILES +369 -318
- package/.openapi-generator/VERSION +1 -1
- package/README.md +123 -3
- package/api.ts +14410 -953
- package/base.ts +26 -2
- package/common.ts +39 -16
- package/config.json +4 -3
- package/configuration.ts +21 -27
- package/dist/api.d.ts +15808 -5240
- package/dist/api.js +8872 -2842
- package/dist/base.d.ts +25 -1
- package/dist/base.js +21 -2
- package/dist/common.d.ts +36 -5
- package/dist/common.js +39 -17
- package/dist/configuration.d.ts +18 -25
- package/dist/configuration.js +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/ConnectionTypeEnum.d.ts +73 -0
- package/dist/models/ConnectionTypeEnum.js +75 -0
- package/dist/models/GroupEnum.d.ts +43 -0
- package/dist/models/GroupEnum.js +45 -0
- package/dist/models/HostingPriceListEnum.d.ts +5 -0
- package/dist/models/HostingPriceListEnum.js +5 -0
- package/dist/models/ReportEnum.d.ts +15 -0
- package/dist/models/ReportEnum.js +15 -0
- package/docs/AbstractItemDiscountModel.md +21 -0
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountDetailedSummaryDTO.md +2 -0
- package/docs/AccountsApi.md +1 -1
- package/docs/AdminOrderRequestDTO.md +1 -1
- package/docs/BaseService.md +36 -0
- package/docs/BillingApi.md +3631 -26
- package/docs/Bundle.md +34 -0
- package/docs/BundleCustomer.md +34 -0
- package/docs/CRMApi.md +1 -1
- package/docs/CallTariff.md +34 -0
- package/docs/CallTariffPlan.md +36 -0
- package/docs/CallTariffResponse.md +26 -0
- package/docs/Cdr.md +112 -0
- package/docs/Class3CXApi.md +1 -1
- package/docs/Class3CXInstallationWizardApi.md +1 -1
- package/docs/Class3CXInstallationsApi.md +1 -1
- package/docs/Class3CXIntegrationsApi.md +1 -1
- package/docs/Class3CXMultiTenantApi.md +1 -1
- package/docs/ConnectionRequest.md +36 -0
- package/docs/ConnectionType.md +28 -0
- package/docs/ContactDetail.md +58 -0
- package/docs/CrmActivityDTO.md +1 -1
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/Customer.md +98 -0
- package/docs/CustomerOrderRequestDTO.md +1 -1
- package/docs/CustomerRate.md +22 -0
- package/docs/CustomerRateType.md +12 -0
- package/docs/DetailedOrderRequestDTO.md +1 -1
- package/docs/GetDisconnectDDIRequest.md +20 -0
- package/docs/InboundCli.md +50 -0
- package/docs/InboundTariffPlan.md +32 -0
- package/docs/InboundTariffPlanResponse.md +28 -0
- package/docs/MiscApi.md +1 -1
- package/docs/MultiTenantSipTrunkRequest.md +22 -0
- package/docs/MyPBXToolsApi.md +1 -1
- package/docs/NumberPortModel.md +51 -0
- package/docs/NumberPortingApi.md +1 -1
- package/docs/OAuth20Api.md +1 -1
- package/docs/OrdersApi.md +1 -1
- package/docs/OutboundCli.md +70 -0
- package/docs/PartnerDTO.md +1 -1
- package/docs/PasswordSenderDTO.md +1 -1
- package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
- package/docs/PostAddAdminNoteRequest.md +20 -0
- package/docs/PostAddBroadbandRequest.md +28 -0
- package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
- package/docs/PostAddEthernetRequest.md +28 -0
- package/docs/PostAddRecurringChargeRequest.md +30 -0
- package/docs/PostAddServiceToServicePlanRequest.md +30 -0
- package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
- package/docs/PostDisconnectDDIRequest.md +20 -0
- package/docs/PostGetBaseServicesRequest.md +22 -0
- package/docs/PostGetPriceGroupsRequest.md +22 -0
- package/docs/PostGetProductRequest.md +24 -0
- package/docs/PostGetServicePlansRequest.md +22 -0
- package/docs/PostGetSipTrunksBillingRequest.md +34 -0
- package/docs/PostUpdateConnectionRequest.md +22 -0
- package/docs/PostUpdateRecurringChargeRequest.md +30 -0
- package/docs/PriceGroup.md +30 -0
- package/docs/PriceGroupResponse.md +24 -0
- package/docs/PricingApi.md +1 -1
- package/docs/ProcessedCdr.md +96 -0
- package/docs/ProductDetailedSummaryDTO.md +2 -2
- package/docs/ProductSearchDTO.md +37 -0
- package/docs/ProductSummaryDTO.md +1 -1
- package/docs/ProductsApi.md +1 -1
- package/docs/PromoCodesEntity.md +6 -6
- package/docs/PromoItemModel.md +35 -0
- package/docs/PromoModel.md +45 -0
- package/docs/PromoSummariesModel.md +27 -0
- package/docs/PromoSummaryDTO.md +29 -0
- package/docs/PromotionsApi.md +241 -0
- package/docs/ProspectDTO.md +2 -2
- package/docs/ProspectsApi.md +1 -1
- package/docs/ProvisioningApi.md +1 -1
- package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
- package/docs/PutAddServiceToServicePlanRequest.md +26 -0
- package/docs/PutConnectionSearchRequest.md +20 -0
- package/docs/PutGetBaseServicesRequest.md +28 -0
- package/docs/PutGetCallTariffPlanRequest.md +28 -0
- package/docs/PutGetPriceGroupsRequest.md +28 -0
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/RecurringCharge.md +48 -0
- package/docs/ReportRequestDTO.md +2 -2
- package/docs/ReportsApi.md +1 -1
- package/docs/SIPTrunksApi.md +1 -1
- package/docs/SMSApi.md +1 -1
- package/docs/Sdr.md +66 -0
- package/docs/SdrReferenceType.md +24 -0
- package/docs/Service.md +42 -0
- package/docs/ServicePlan.md +36 -0
- package/docs/ServicesApi.md +1 -1
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/ShippingApi.md +1 -1
- package/docs/SpecialService.md +40 -0
- package/docs/StockManagementApi.md +1 -1
- package/docs/SuppliersApi.md +1 -1
- package/docs/SystemApi.md +1 -1
- package/docs/TariffRate.md +30 -0
- package/docs/TcxHostingPricingEntity.md +35 -0
- package/docs/TcxInstallationDetailsModel.md +45 -0
- package/docs/TcxKeySummaryDTO.md +1 -1
- package/docs/TelephonySupportTicketModel.md +41 -0
- package/docs/TicketsApi.md +1 -1
- package/docs/UnconnectedSdr.md +68 -0
- package/docs/WebhooksApi.md +1 -1
- package/getEnums.php +31 -31
- package/hs_err_pid16044.log +249 -0
- package/hs_err_pid44560.log +249 -0
- package/hs_err_pid53988.log +249 -0
- package/hs_err_pid58728.log +40 -0
- package/index.ts +1 -1
- package/models/ConnectionTypeEnum.ts +74 -0
- package/models/GroupEnum.ts +44 -0
- package/models/HostingPriceListEnum.ts +5 -0
- package/models/ReportEnum.ts +15 -0
- package/openapitools.json +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
7.
|
|
1
|
+
7.14.0
|
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ npm install PATH_TO_GENERATED_PACKAGE --save
|
|
|
47
47
|
|
|
48
48
|
### Documentation for API Endpoints
|
|
49
49
|
|
|
50
|
-
All URIs are relative to *https://
|
|
50
|
+
All URIs are relative to *https://api.local.yellowgrid.co.uk*
|
|
51
51
|
|
|
52
52
|
Class | Method | HTTP request | Description
|
|
53
53
|
------------ | ------------- | ------------- | -------------
|
|
@@ -99,8 +99,73 @@ 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* | [**deleteDeleteCallTariffId**](docs/BillingApi.md#deletedeletecalltariffid) | **DELETE** /billing/admin/callTariffPlan/callTariff/{id} |
|
|
107
|
+
*BillingApi* | [**deleteGetBaseServices**](docs/BillingApi.md#deletegetbaseservices) | **DELETE** /billing/admin/baseServices |
|
|
108
|
+
*BillingApi* | [**deleteGetCallTariffPlan**](docs/BillingApi.md#deletegetcalltariffplan) | **DELETE** /billing/admin/callTariffPlan |
|
|
109
|
+
*BillingApi* | [**deleteGetPriceGroups**](docs/BillingApi.md#deletegetpricegroups) | **DELETE** /billing/admin/priceGroups |
|
|
110
|
+
*BillingApi* | [**deleteGetServicePlan**](docs/BillingApi.md#deletegetserviceplan) | **DELETE** /billing/admin/servicePlan |
|
|
111
|
+
*BillingApi* | [**getAddRecurringCharge**](docs/BillingApi.md#getaddrecurringcharge) | **GET** /billing/customer/recurringCharges |
|
|
112
|
+
*BillingApi* | [**getAddServiceToServicePlan**](docs/BillingApi.md#getaddservicetoserviceplan) | **GET** /billing/admin/servicePlan/service |
|
|
113
|
+
*BillingApi* | [**getAddSipTrunkDDIs**](docs/BillingApi.md#getaddsiptrunkddis) | **GET** /billing/customer/sipTrunkDDIs |
|
|
114
|
+
*BillingApi* | [**getConnectionSearch**](docs/BillingApi.md#getconnectionsearch) | **GET** /billing/admin/connections |
|
|
102
115
|
*BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
|
|
103
|
-
*BillingApi* | [**
|
|
116
|
+
*BillingApi* | [**getGetAllMtSipTrunks**](docs/BillingApi.md#getgetallmtsiptrunks) | **GET** /billing/customer/list/allMtSipTrunks |
|
|
117
|
+
*BillingApi* | [**getGetAllSipTrunks**](docs/BillingApi.md#getgetallsiptrunks) | **GET** /billing/customer/list/allSipTrunks |
|
|
118
|
+
*BillingApi* | [**getGetBaseServices**](docs/BillingApi.md#getgetbaseservices) | **GET** /billing/admin/baseServices |
|
|
119
|
+
*BillingApi* | [**getGetBillingCustomerDetails**](docs/BillingApi.md#getgetbillingcustomerdetails) | **GET** /billing/customer/details |
|
|
120
|
+
*BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
|
|
121
|
+
*BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
|
|
122
|
+
*BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
|
|
123
|
+
*BillingApi* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
|
|
124
|
+
*BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
|
|
125
|
+
*BillingApi* | [**getGetConnection**](docs/BillingApi.md#getgetconnection) | **GET** /billing/customer/connections/{id} |
|
|
126
|
+
*BillingApi* | [**getGetConnections**](docs/BillingApi.md#getgetconnections) | **GET** /billing/customer/connections |
|
|
127
|
+
*BillingApi* | [**getGetCustomer**](docs/BillingApi.md#getgetcustomer) | **GET** /billing/admin/customer |
|
|
128
|
+
*BillingApi* | [**getGetInboundTariffs**](docs/BillingApi.md#getgetinboundtariffs) | **GET** /billing/admin/inboundTariffs |
|
|
129
|
+
*BillingApi* | [**getGetInboundTariffsDetails**](docs/BillingApi.md#getgetinboundtariffsdetails) | **GET** /billing/admin/inboundTariffs/details |
|
|
130
|
+
*BillingApi* | [**getGetPriceGroups**](docs/BillingApi.md#getgetpricegroups) | **GET** /billing/admin/priceGroups |
|
|
131
|
+
*BillingApi* | [**getGetServicePlan**](docs/BillingApi.md#getgetserviceplan) | **GET** /billing/admin/servicePlan |
|
|
132
|
+
*BillingApi* | [**getGetServicePlans**](docs/BillingApi.md#getgetserviceplans) | **GET** /billing/admin/servicePlans |
|
|
133
|
+
*BillingApi* | [**getGetServicesPlanDetails**](docs/BillingApi.md#getgetservicesplandetails) | **GET** /billing/admin/servicePlans/details |
|
|
134
|
+
*BillingApi* | [**getGetSipTrunkList**](docs/BillingApi.md#getgetsiptrunklist) | **GET** /billing/customer/list/sipTrunks |
|
|
135
|
+
*BillingApi* | [**getGetSipTrunksBilling**](docs/BillingApi.md#getgetsiptrunksbilling) | **GET** /billing/customer/sipTrunks |
|
|
136
|
+
*BillingApi* | [**getGetUnconnectedCalls**](docs/BillingApi.md#getgetunconnectedcalls) | **GET** /billing/admin/unconnectedCalls |
|
|
137
|
+
*BillingApi* | [**getGetUnconnectedServices**](docs/BillingApi.md#getgetunconnectedservices) | **GET** /billing/admin/unconnectedServices |
|
|
138
|
+
*BillingApi* | [**getIsBundleCustomer**](docs/BillingApi.md#getisbundlecustomer) | **GET** /billing/customer/bundleCustomer |
|
|
139
|
+
*BillingApi* | [**postAddBroadband**](docs/BillingApi.md#postaddbroadband) | **POST** /billing/customer/broadband |
|
|
140
|
+
*BillingApi* | [**postAddCallTariffToCallTariffPlan**](docs/BillingApi.md#postaddcalltarifftocalltariffplan) | **POST** /billing/admin/callTariffPlan/callTariff |
|
|
141
|
+
*BillingApi* | [**postAddChildCustomer**](docs/BillingApi.md#postaddchildcustomer) | **POST** /billing/customer/child |
|
|
142
|
+
*BillingApi* | [**postAddEthernet**](docs/BillingApi.md#postaddethernet) | **POST** /billing/customer/ethernet |
|
|
143
|
+
*BillingApi* | [**postAddRecurringCharge**](docs/BillingApi.md#postaddrecurringcharge) | **POST** /billing/customer/recurringCharges |
|
|
144
|
+
*BillingApi* | [**postAddServiceToServicePlan**](docs/BillingApi.md#postaddservicetoserviceplan) | **POST** /billing/admin/servicePlan/service |
|
|
145
|
+
*BillingApi* | [**postAddSipTrunkDDIs**](docs/BillingApi.md#postaddsiptrunkddis) | **POST** /billing/customer/sipTrunkDDIs |
|
|
146
|
+
*BillingApi* | [**postDisconnectConnection**](docs/BillingApi.md#postdisconnectconnection) | **POST** /billing/customer/disconnectConnection |
|
|
147
|
+
*BillingApi* | [**postDisconnectDDI**](docs/BillingApi.md#postdisconnectddi) | **POST** /billing/customer/disconnectDDI |
|
|
148
|
+
*BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
|
|
149
|
+
*BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
|
|
150
|
+
*BillingApi* | [**postGetConnections**](docs/BillingApi.md#postgetconnections) | **POST** /billing/customer/connections |
|
|
151
|
+
*BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
|
|
152
|
+
*BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
|
|
153
|
+
*BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
|
|
154
|
+
*BillingApi* | [**postSendInvoices**](docs/BillingApi.md#postsendinvoices) | **POST** /billing/admin/sendInvoices |
|
|
155
|
+
*BillingApi* | [**postUpdateConnection**](docs/BillingApi.md#postupdateconnection) | **POST** /billing/customer/updateConnection |
|
|
156
|
+
*BillingApi* | [**postUpdateRecurringCharge**](docs/BillingApi.md#postupdaterecurringcharge) | **POST** /billing/customer/updateRecurringCharges |
|
|
157
|
+
*BillingApi* | [**putAddCallTariffToCallTariffPlan**](docs/BillingApi.md#putaddcalltarifftocalltariffplan) | **PUT** /billing/admin/callTariffPlan/callTariff |
|
|
158
|
+
*BillingApi* | [**putAddServiceToServicePlan**](docs/BillingApi.md#putaddservicetoserviceplan) | **PUT** /billing/admin/servicePlan/service |
|
|
159
|
+
*BillingApi* | [**putConnectionSearch**](docs/BillingApi.md#putconnectionsearch) | **PUT** /billing/admin/connections |
|
|
160
|
+
*BillingApi* | [**putConvertChildToParent**](docs/BillingApi.md#putconvertchildtoparent) | **PUT** /billing/customer/makeParent |
|
|
161
|
+
*BillingApi* | [**putDisableBundles**](docs/BillingApi.md#putdisablebundles) | **PUT** /billing/customer/disableBundles |
|
|
162
|
+
*BillingApi* | [**putDisableDdiBilling**](docs/BillingApi.md#putdisableddibilling) | **PUT** /billing/customer/disableDdiBilling |
|
|
163
|
+
*BillingApi* | [**putEnableBundles**](docs/BillingApi.md#putenablebundles) | **PUT** /billing/customer/enableBundles |
|
|
164
|
+
*BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
|
|
165
|
+
*BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
|
|
166
|
+
*BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
|
|
167
|
+
*BillingApi* | [**putGetConnections**](docs/BillingApi.md#putgetconnections) | **PUT** /billing/customer/connections |
|
|
168
|
+
*BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
|
|
104
169
|
*CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
|
|
105
170
|
*CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
|
|
106
171
|
*CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
|
|
@@ -242,6 +307,10 @@ Class | Method | HTTP request | Description
|
|
|
242
307
|
*ProductsApi* | [**patchAddQuantityToStock**](docs/ProductsApi.md#patchaddquantitytostock) | **PATCH** /products/{sku}/stock/add | Add Item Quantity To Stock
|
|
243
308
|
*ProductsApi* | [**postGetProduct**](docs/ProductsApi.md#postgetproduct) | **POST** /products/{sku} | Get Product
|
|
244
309
|
*ProductsApi* | [**postGetProductForCustomer**](docs/ProductsApi.md#postgetproductforcustomer) | **POST** /admin/products/{sku} | Get Product For Customer
|
|
310
|
+
*PromotionsApi* | [**getGetPromo**](docs/PromotionsApi.md#getgetpromo) | **GET** /marketing/promos/{id} |
|
|
311
|
+
*PromotionsApi* | [**getGetPromos**](docs/PromotionsApi.md#getgetpromos) | **GET** /marketing/promos |
|
|
312
|
+
*PromotionsApi* | [**postGetPromos**](docs/PromotionsApi.md#postgetpromos) | **POST** /marketing/promos |
|
|
313
|
+
*PromotionsApi* | [**putGetPromo**](docs/PromotionsApi.md#putgetpromo) | **PUT** /marketing/promos/{id} |
|
|
245
314
|
*ProspectsApi* | [**getGetProspect**](docs/ProspectsApi.md#getgetprospect) | **GET** /accounts/prospects/{xero_id} | Get Prospect
|
|
246
315
|
*ProspectsApi* | [**getGetProspects**](docs/ProspectsApi.md#getgetprospects) | **GET** /accounts/prospects | Get Prospects
|
|
247
316
|
*ProspectsApi* | [**getRemoveFromProspects**](docs/ProspectsApi.md#getremovefromprospects) | **GET** /accounts/prospects/{xero_id}/remove | Remove From Prospects
|
|
@@ -357,14 +426,24 @@ Class | Method | HTTP request | Description
|
|
|
357
426
|
- [AuditLogEntity](docs/AuditLogEntity.md)
|
|
358
427
|
- [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
|
|
359
428
|
- [AxisDataDTO](docs/AxisDataDTO.md)
|
|
429
|
+
- [BaseService](docs/BaseService.md)
|
|
360
430
|
- [BasicItemDTO](docs/BasicItemDTO.md)
|
|
361
431
|
- [BasicProductDTO](docs/BasicProductDTO.md)
|
|
362
432
|
- [BatchDTO](docs/BatchDTO.md)
|
|
363
433
|
- [BatchEntity](docs/BatchEntity.md)
|
|
434
|
+
- [Bundle](docs/Bundle.md)
|
|
435
|
+
- [BundleCustomer](docs/BundleCustomer.md)
|
|
364
436
|
- [CallBarringModel](docs/CallBarringModel.md)
|
|
437
|
+
- [CallTariff](docs/CallTariff.md)
|
|
438
|
+
- [CallTariffPlan](docs/CallTariffPlan.md)
|
|
439
|
+
- [CallTariffResponse](docs/CallTariffResponse.md)
|
|
440
|
+
- [Cdr](docs/Cdr.md)
|
|
365
441
|
- [ClientDetailsModel](docs/ClientDetailsModel.md)
|
|
366
442
|
- [ClientModel](docs/ClientModel.md)
|
|
367
443
|
- [CompanyContractModel](docs/CompanyContractModel.md)
|
|
444
|
+
- [ConnectionRequest](docs/ConnectionRequest.md)
|
|
445
|
+
- [ConnectionType](docs/ConnectionType.md)
|
|
446
|
+
- [ContactDetail](docs/ContactDetail.md)
|
|
368
447
|
- [ContactInfoModel](docs/ContactInfoModel.md)
|
|
369
448
|
- [ConversationModel](docs/ConversationModel.md)
|
|
370
449
|
- [CourierPriceEntity](docs/CourierPriceEntity.md)
|
|
@@ -383,12 +462,15 @@ Class | Method | HTTP request | Description
|
|
|
383
462
|
- [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
|
|
384
463
|
- [CrmNoteEntity](docs/CrmNoteEntity.md)
|
|
385
464
|
- [CrmNoteModel](docs/CrmNoteModel.md)
|
|
465
|
+
- [Customer](docs/Customer.md)
|
|
386
466
|
- [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
|
|
387
467
|
- [CustomerInformationModel](docs/CustomerInformationModel.md)
|
|
388
468
|
- [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
|
|
389
469
|
- [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
|
|
390
470
|
- [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
|
|
391
471
|
- [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
|
|
472
|
+
- [CustomerRate](docs/CustomerRate.md)
|
|
473
|
+
- [CustomerRateType](docs/CustomerRateType.md)
|
|
392
474
|
- [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
|
|
393
475
|
- [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
|
|
394
476
|
- [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
|
|
@@ -418,6 +500,9 @@ Class | Method | HTTP request | Description
|
|
|
418
500
|
- [GraphDTO](docs/GraphDTO.md)
|
|
419
501
|
- [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
|
|
420
502
|
- [HostingRegionDTO](docs/HostingRegionDTO.md)
|
|
503
|
+
- [InboundCli](docs/InboundCli.md)
|
|
504
|
+
- [InboundTariffPlan](docs/InboundTariffPlan.md)
|
|
505
|
+
- [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
|
|
421
506
|
- [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
|
|
422
507
|
- [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
|
|
423
508
|
- [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
|
|
@@ -436,6 +521,7 @@ Class | Method | HTTP request | Description
|
|
|
436
521
|
- [MacAddressDTO](docs/MacAddressDTO.md)
|
|
437
522
|
- [MonthlyUsageModel](docs/MonthlyUsageModel.md)
|
|
438
523
|
- [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
|
|
524
|
+
- [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
|
|
439
525
|
- [NavigationModel](docs/NavigationModel.md)
|
|
440
526
|
- [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
|
|
441
527
|
- [NumberPortDTO](docs/NumberPortDTO.md)
|
|
@@ -456,6 +542,7 @@ Class | Method | HTTP request | Description
|
|
|
456
542
|
- [OrderTotalModel](docs/OrderTotalModel.md)
|
|
457
543
|
- [OrderedItemEntity](docs/OrderedItemEntity.md)
|
|
458
544
|
- [OrderedItemModel](docs/OrderedItemModel.md)
|
|
545
|
+
- [OutboundCli](docs/OutboundCli.md)
|
|
459
546
|
- [PartnerDTO](docs/PartnerDTO.md)
|
|
460
547
|
- [PasswordSenderDTO](docs/PasswordSenderDTO.md)
|
|
461
548
|
- [PasswordSenderEntity](docs/PasswordSenderEntity.md)
|
|
@@ -472,32 +559,58 @@ Class | Method | HTTP request | Description
|
|
|
472
559
|
- [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
|
|
473
560
|
- [PortalAccountModel](docs/PortalAccountModel.md)
|
|
474
561
|
- [PortalLoginModel](docs/PortalLoginModel.md)
|
|
562
|
+
- [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
|
|
563
|
+
- [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
|
|
564
|
+
- [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
|
|
475
565
|
- [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
|
|
566
|
+
- [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
|
|
567
|
+
- [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
|
|
568
|
+
- [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
|
|
476
569
|
- [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
|
|
570
|
+
- [PostDisconnectDDIRequest](docs/PostDisconnectDDIRequest.md)
|
|
477
571
|
- [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
|
|
572
|
+
- [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
|
|
478
573
|
- [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
|
|
574
|
+
- [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
|
|
479
575
|
- [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
|
|
576
|
+
- [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
|
|
577
|
+
- [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
|
|
480
578
|
- [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
|
|
481
579
|
- [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
|
|
580
|
+
- [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
|
|
581
|
+
- [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
|
|
582
|
+
- [PriceGroup](docs/PriceGroup.md)
|
|
583
|
+
- [PriceGroupResponse](docs/PriceGroupResponse.md)
|
|
482
584
|
- [PriceListItemModel](docs/PriceListItemModel.md)
|
|
483
585
|
- [PrinterEntity](docs/PrinterEntity.md)
|
|
484
586
|
- [PrizesEntity](docs/PrizesEntity.md)
|
|
587
|
+
- [ProcessedCdr](docs/ProcessedCdr.md)
|
|
485
588
|
- [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
|
|
486
589
|
- [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
|
|
487
590
|
- [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
|
|
488
591
|
- [ProductSerialInfoModel](docs/ProductSerialInfoModel.md)
|
|
489
592
|
- [ProductSummaryDTO](docs/ProductSummaryDTO.md)
|
|
490
593
|
- [PromoCodesEntity](docs/PromoCodesEntity.md)
|
|
594
|
+
- [PromoItemModel](docs/PromoItemModel.md)
|
|
491
595
|
- [PromoItemsEntity](docs/PromoItemsEntity.md)
|
|
596
|
+
- [PromoModel](docs/PromoModel.md)
|
|
597
|
+
- [PromoSummariesModel](docs/PromoSummariesModel.md)
|
|
598
|
+
- [PromoSummaryDTO](docs/PromoSummaryDTO.md)
|
|
492
599
|
- [ProspectDTO](docs/ProspectDTO.md)
|
|
493
600
|
- [ProspectEntity](docs/ProspectEntity.md)
|
|
494
601
|
- [ProvisioningModel](docs/ProvisioningModel.md)
|
|
495
602
|
- [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
|
|
603
|
+
- [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
|
|
604
|
+
- [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
|
|
496
605
|
- [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
|
|
497
606
|
- [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
|
|
498
|
-
- [
|
|
607
|
+
- [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
|
|
608
|
+
- [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
|
|
609
|
+
- [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
|
|
610
|
+
- [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
|
|
499
611
|
- [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
|
|
500
612
|
- [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
|
|
613
|
+
- [RecurringCharge](docs/RecurringCharge.md)
|
|
501
614
|
- [RemoteStorageDTO](docs/RemoteStorageDTO.md)
|
|
502
615
|
- [ReportRequestDTO](docs/ReportRequestDTO.md)
|
|
503
616
|
- [ResourceNotReadyException](docs/ResourceNotReadyException.md)
|
|
@@ -506,8 +619,12 @@ Class | Method | HTTP request | Description
|
|
|
506
619
|
- [SbcDTO](docs/SbcDTO.md)
|
|
507
620
|
- [ScannedItemModel](docs/ScannedItemModel.md)
|
|
508
621
|
- [ScopeModel](docs/ScopeModel.md)
|
|
622
|
+
- [Sdr](docs/Sdr.md)
|
|
623
|
+
- [SdrReferenceType](docs/SdrReferenceType.md)
|
|
509
624
|
- [SeriesDTO](docs/SeriesDTO.md)
|
|
625
|
+
- [Service](docs/Service.md)
|
|
510
626
|
- [ServiceHealthDTO](docs/ServiceHealthDTO.md)
|
|
627
|
+
- [ServicePlan](docs/ServicePlan.md)
|
|
511
628
|
- [ServiceStatusDTO](docs/ServiceStatusDTO.md)
|
|
512
629
|
- [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
|
|
513
630
|
- [ShipmentDTO](docs/ShipmentDTO.md)
|
|
@@ -538,6 +655,7 @@ Class | Method | HTTP request | Description
|
|
|
538
655
|
- [SmsPhoneNumberModel](docs/SmsPhoneNumberModel.md)
|
|
539
656
|
- [SmsResponseModel](docs/SmsResponseModel.md)
|
|
540
657
|
- [SmsWhitelistEntity](docs/SmsWhitelistEntity.md)
|
|
658
|
+
- [SpecialService](docs/SpecialService.md)
|
|
541
659
|
- [StockOrderCourierEntity](docs/StockOrderCourierEntity.md)
|
|
542
660
|
- [StockOrderDeductionModel](docs/StockOrderDeductionModel.md)
|
|
543
661
|
- [StockOrderDeductionRequestModel](docs/StockOrderDeductionRequestModel.md)
|
|
@@ -571,6 +689,7 @@ Class | Method | HTTP request | Description
|
|
|
571
689
|
- [TableDataDTO](docs/TableDataDTO.md)
|
|
572
690
|
- [TableHistoryEntity](docs/TableHistoryEntity.md)
|
|
573
691
|
- [TableRowDTO](docs/TableRowDTO.md)
|
|
692
|
+
- [TariffRate](docs/TariffRate.md)
|
|
574
693
|
- [TcxBackupEntity](docs/TcxBackupEntity.md)
|
|
575
694
|
- [TcxBackupModel](docs/TcxBackupModel.md)
|
|
576
695
|
- [TcxBillingEntity](docs/TcxBillingEntity.md)
|
|
@@ -607,6 +726,7 @@ Class | Method | HTTP request | Description
|
|
|
607
726
|
- [TicketSummaryModel](docs/TicketSummaryModel.md)
|
|
608
727
|
- [TicketTimeDTO](docs/TicketTimeDTO.md)
|
|
609
728
|
- [TokenResponseModel](docs/TokenResponseModel.md)
|
|
729
|
+
- [UnconnectedSdr](docs/UnconnectedSdr.md)
|
|
610
730
|
- [UpgradeOrderResponseModel](docs/UpgradeOrderResponseModel.md)
|
|
611
731
|
- [UpgradeRequestModel](docs/UpgradeRequestModel.md)
|
|
612
732
|
- [UserEntity](docs/UserEntity.md)
|