yellowgrid-api-ts 3.2.219 → 3.2.220-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 +356 -299
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +125 -3
  4. package/api.ts +19160 -6122
  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 +15193 -4992
  10. package/dist/api.js +7054 -1056
  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/GraphTypeEnum.d.ts +13 -0
  20. package/dist/models/GraphTypeEnum.js +15 -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 +53 -0
  26. package/dist/models/ReportEnum.js +55 -0
  27. package/docs/AbstractItemDiscountModel.md +21 -0
  28. package/docs/AbstractOrderRequestDTO.md +1 -1
  29. package/docs/AccountsApi.md +104 -1
  30. package/docs/AdminOrderRequestDTO.md +1 -1
  31. package/docs/AxisDataDTO.md +25 -0
  32. package/docs/BaseService.md +36 -0
  33. package/docs/BillingApi.md +3246 -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/Cdr.md +112 -0
  40. package/docs/Class3CXApi.md +1 -1
  41. package/docs/Class3CXInstallationWizardApi.md +1 -1
  42. package/docs/Class3CXInstallationsApi.md +1 -1
  43. package/docs/Class3CXIntegrationsApi.md +1 -1
  44. package/docs/Class3CXMultiTenantApi.md +1 -1
  45. package/docs/ConnectionType.md +28 -0
  46. package/docs/ContactDetail.md +58 -0
  47. package/docs/CrmActivityDTO.md +3 -3
  48. package/docs/CrmDateActivitiesDTO.md +1 -1
  49. package/docs/Customer.md +98 -0
  50. package/docs/CustomerCoordinatesDTO.md +31 -0
  51. package/docs/CustomerOrderRequestDTO.md +1 -1
  52. package/docs/CustomerRate.md +22 -0
  53. package/docs/CustomerRateType.md +12 -0
  54. package/docs/DetailedOrderRequestDTO.md +1 -1
  55. package/docs/GetDisconnectDDIRequest.md +20 -0
  56. package/docs/GraphDTO.md +33 -0
  57. package/docs/InboundCli.md +50 -0
  58. package/docs/InboundTariffPlan.md +32 -0
  59. package/docs/MiscApi.md +63 -0
  60. package/docs/MyPBXToolsApi.md +1 -1
  61. package/docs/NumberPortModel.md +51 -0
  62. package/docs/NumberPortingApi.md +1 -1
  63. package/docs/OAuth20Api.md +1 -1
  64. package/docs/OrdersApi.md +1 -1
  65. package/docs/OutboundCli.md +70 -0
  66. package/docs/PartnerDTO.md +1 -1
  67. package/docs/PasswordSenderDTO.md +37 -0
  68. package/docs/PasswordSenderEntity.md +33 -0
  69. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  70. package/docs/PostAddAdminNoteRequest.md +20 -0
  71. package/docs/PostAddBroadbandRequest.md +28 -0
  72. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  73. package/docs/PostAddEthernetRequest.md +28 -0
  74. package/docs/PostAddRecurringChargeRequest.md +30 -0
  75. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  76. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  77. package/docs/PostGenerateReport200Response.md +36 -0
  78. package/docs/PostGetBaseServicesRequest.md +22 -0
  79. package/docs/PostGetPriceGroupsRequest.md +22 -0
  80. package/docs/PostGetProductRequest.md +24 -0
  81. package/docs/PostGetServicePlansRequest.md +22 -0
  82. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  83. package/docs/PostUpdateConnectionRequest.md +22 -0
  84. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  85. package/docs/PriceGroup.md +30 -0
  86. package/docs/PricingApi.md +1 -1
  87. package/docs/ProcessedCdr.md +96 -0
  88. package/docs/ProductDetailedSummaryDTO.md +2 -2
  89. package/docs/ProductSearchDTO.md +37 -0
  90. package/docs/ProductSummaryDTO.md +1 -1
  91. package/docs/ProductsApi.md +1 -1
  92. package/docs/ProspectDTO.md +2 -2
  93. package/docs/ProspectsApi.md +1 -1
  94. package/docs/ProvisioningApi.md +1 -1
  95. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  96. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  97. package/docs/PutConnectionSearchRequest.md +20 -0
  98. package/docs/PutGetBaseServicesRequest.md +28 -0
  99. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  100. package/docs/PutGetPriceGroupsRequest.md +28 -0
  101. package/docs/RecordingsBackupInfoDTO.md +2 -2
  102. package/docs/RecurringCharge.md +48 -0
  103. package/docs/ReportRequestDTO.md +37 -0
  104. package/docs/ReportsApi.md +107 -0
  105. package/docs/SIPTrunksApi.md +1 -1
  106. package/docs/SMSApi.md +1 -1
  107. package/docs/SdrReferenceType.md +24 -0
  108. package/docs/SeriesDTO.md +27 -0
  109. package/docs/Service.md +42 -0
  110. package/docs/ServicePlan.md +36 -0
  111. package/docs/ServicesApi.md +1 -1
  112. package/docs/ShipmentRequestDTO.md +2 -2
  113. package/docs/ShippingApi.md +1 -1
  114. package/docs/StockManagementApi.md +1 -1
  115. package/docs/StockReportItemModel.md +31 -0
  116. package/docs/StockReportModel.md +29 -0
  117. package/docs/SupplierItemModel.md +2 -0
  118. package/docs/SupplierItemsResultsDTO.md +21 -0
  119. package/docs/SupplierProductModel.md +25 -0
  120. package/docs/SupplierProductResultsModel.md +27 -0
  121. package/docs/SuppliersApi.md +230 -0
  122. package/docs/SystemApi.md +1 -1
  123. package/docs/TableDTO.md +25 -0
  124. package/docs/TableDataDTO.md +21 -0
  125. package/docs/TableRowDTO.md +21 -0
  126. package/docs/TariffRate.md +30 -0
  127. package/docs/TcxHostingPricingEntity.md +35 -0
  128. package/docs/TcxInstallationDetailsModel.md +45 -0
  129. package/docs/TcxInstallationModel.md +2 -0
  130. package/docs/TcxKeySummaryDTO.md +1 -1
  131. package/docs/TelephonySupportTicketModel.md +41 -0
  132. package/docs/TicketsApi.md +1 -1
  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/GraphTypeEnum.ts +14 -0
  141. package/models/GroupEnum.ts +44 -0
  142. package/models/HostingPriceListEnum.ts +5 -0
  143. package/models/ReportEnum.ts +54 -0
  144. package/openapitools.json +1 -1
  145. package/package.json +2 -2
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://bitbucket.org*
50
+ All URIs are relative to *https://api.local.yellowgrid.co.uk*
51
51
 
52
52
  Class | Method | HTTP request | Description
53
53
  ------------ | ------------- | ------------- | -------------
@@ -64,8 +64,10 @@ Class | Method | HTTP request | Description
64
64
  *AccountsApi* | [**getGetClientCredentials**](docs/AccountsApi.md#getgetclientcredentials) | **GET** /accounts/me/contacts/credentials | Get user\'s client credentials
65
65
  *AccountsApi* | [**getGetCustomerAccountsList**](docs/AccountsApi.md#getgetcustomeraccountslist) | **GET** /admin/accounts/customers/list |
66
66
  *AccountsApi* | [**getGetCustomerKeys**](docs/AccountsApi.md#getgetcustomerkeys) | **GET** /accounts/me/tcx/keys | Get 3CX Keys
67
+ *AccountsApi* | [**getGetCustomerMap**](docs/AccountsApi.md#getgetcustomermap) | **GET** /admin/accounts/customer/map |
67
68
  *AccountsApi* | [**getGetFinanceSettings**](docs/AccountsApi.md#getgetfinancesettings) | **GET** /admin/accounts/{id}/finance |
68
69
  *AccountsApi* | [**getGetLastAccount**](docs/AccountsApi.md#getgetlastaccount) | **GET** /admin/accounts/last | Get Last Account
70
+ *AccountsApi* | [**getGetNewPriceList**](docs/AccountsApi.md#getgetnewpricelist) | **GET** /admin/accounts/priceList/new | Download New Price List
69
71
  *AccountsApi* | [**getGetTcxPartnerDetails**](docs/AccountsApi.md#getgettcxpartnerdetails) | **GET** /admin/accounts/{id}/tcx/partner |
70
72
  *AccountsApi* | [**getVerifyEmailAddress**](docs/AccountsApi.md#getverifyemailaddress) | **GET** /accounts/contacts/verify | Verify account email address
71
73
  *AccountsApi* | [**patchSetAccountStatus**](docs/AccountsApi.md#patchsetaccountstatus) | **PATCH** /admin/accounts/{id}/status/{state} |
@@ -97,8 +99,66 @@ Class | Method | HTTP request | Description
97
99
  *AccountsApi* | [**putUpdateAccountContact**](docs/AccountsApi.md#putupdateaccountcontact) | **PUT** /accounts/me/contacts/{email} | Update Account Contact
98
100
  *AccountsApi* | [**putUpdateBillingAddress**](docs/AccountsApi.md#putupdatebillingaddress) | **PUT** /admin/accounts/{id}/billing/address |
99
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 |
114
+ *BillingApi* | [**getDisconnectConnection**](docs/BillingApi.md#getdisconnectconnection) | **GET** /billing/customer/disconnectConnection |
115
+ *BillingApi* | [**getDisconnectDDI**](docs/BillingApi.md#getdisconnectddi) | **GET** /billing/customer/disconnectDDI |
100
116
  *BillingApi* | [**getGetAllCustomer**](docs/BillingApi.md#getgetallcustomer) | **GET** /billing/admin/customerList | Get Billing Customers
101
- *BillingApi* | [**putTransferConnection**](docs/BillingApi.md#puttransferconnection) | **PUT** /billing/admin/connections |
117
+ *BillingApi* | [**getGetAllMtSipTrunks**](docs/BillingApi.md#getgetallmtsiptrunks) | **GET** /billing/customer/list/allMtSipTrunks |
118
+ *BillingApi* | [**getGetAllSipTrunks**](docs/BillingApi.md#getgetallsiptrunks) | **GET** /billing/customer/list/allSipTrunks |
119
+ *BillingApi* | [**getGetBaseServices**](docs/BillingApi.md#getgetbaseservices) | **GET** /billing/admin/baseServices |
120
+ *BillingApi* | [**getGetBillingCustomerDetails**](docs/BillingApi.md#getgetbillingcustomerdetails) | **GET** /billing/customer/details |
121
+ *BillingApi* | [**getGetBundleCallsWithCost**](docs/BillingApi.md#getgetbundlecallswithcost) | **GET** /billing/admin/bundleCallsWithCost |
122
+ *BillingApi* | [**getGetCallTariffPlan**](docs/BillingApi.md#getgetcalltariffplan) | **GET** /billing/admin/callTariffPlan |
123
+ *BillingApi* | [**getGetCallTariffs**](docs/BillingApi.md#getgetcalltariffs) | **GET** /billing/admin/callTariffs |
124
+ *BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
125
+ *BillingApi* | [**getGetConnections**](docs/BillingApi.md#getgetconnections) | **GET** /billing/customer/connections |
126
+ *BillingApi* | [**getGetCustomer**](docs/BillingApi.md#getgetcustomer) | **GET** /billing/admin/customer |
127
+ *BillingApi* | [**getGetInboundTariffs**](docs/BillingApi.md#getgetinboundtariffs) | **GET** /billing/admin/inboundTariffs |
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* | [**getGetSipTrunkList**](docs/BillingApi.md#getgetsiptrunklist) | **GET** /billing/customer/list/sipTrunks |
132
+ *BillingApi* | [**getGetSipTrunksBilling**](docs/BillingApi.md#getgetsiptrunksbilling) | **GET** /billing/customer/sipTrunks |
133
+ *BillingApi* | [**getGetUnconnectedCalls**](docs/BillingApi.md#getgetunconnectedcalls) | **GET** /billing/admin/unconnectedCalls |
134
+ *BillingApi* | [**getGetUnconnectedServices**](docs/BillingApi.md#getgetunconnectedservices) | **GET** /billing/admin/unconnectedServices |
135
+ *BillingApi* | [**getIsBundleCustomer**](docs/BillingApi.md#getisbundlecustomer) | **GET** /billing/customer/bundleCustomer |
136
+ *BillingApi* | [**postAddBroadband**](docs/BillingApi.md#postaddbroadband) | **POST** /billing/customer/broadband |
137
+ *BillingApi* | [**postAddCallTariffToCallTariffPlan**](docs/BillingApi.md#postaddcalltarifftocalltariffplan) | **POST** /billing/admin/callTariffPlan/callTariff |
138
+ *BillingApi* | [**postAddChildCustomer**](docs/BillingApi.md#postaddchildcustomer) | **POST** /billing/customer/child |
139
+ *BillingApi* | [**postAddEthernet**](docs/BillingApi.md#postaddethernet) | **POST** /billing/customer/ethernet |
140
+ *BillingApi* | [**postAddRecurringCharge**](docs/BillingApi.md#postaddrecurringcharge) | **POST** /billing/customer/recurringCharges |
141
+ *BillingApi* | [**postAddServiceToServicePlan**](docs/BillingApi.md#postaddservicetoserviceplan) | **POST** /billing/admin/servicePlan/service |
142
+ *BillingApi* | [**postAddSipTrunkDDIs**](docs/BillingApi.md#postaddsiptrunkddis) | **POST** /billing/customer/sipTrunkDDIs |
143
+ *BillingApi* | [**postGetBaseServices**](docs/BillingApi.md#postgetbaseservices) | **POST** /billing/admin/baseServices |
144
+ *BillingApi* | [**postGetCallTariffPlan**](docs/BillingApi.md#postgetcalltariffplan) | **POST** /billing/admin/callTariffPlan |
145
+ *BillingApi* | [**postGetPriceGroups**](docs/BillingApi.md#postgetpricegroups) | **POST** /billing/admin/priceGroups |
146
+ *BillingApi* | [**postGetServicePlans**](docs/BillingApi.md#postgetserviceplans) | **POST** /billing/admin/servicePlans |
147
+ *BillingApi* | [**postGetSipTrunksBilling**](docs/BillingApi.md#postgetsiptrunksbilling) | **POST** /billing/customer/sipTrunks |
148
+ *BillingApi* | [**postSendInvoices**](docs/BillingApi.md#postsendinvoices) | **POST** /billing/admin/sendInvoices |
149
+ *BillingApi* | [**postUpdateConnection**](docs/BillingApi.md#postupdateconnection) | **POST** /billing/customer/updateConnection |
150
+ *BillingApi* | [**postUpdateRecurringCharge**](docs/BillingApi.md#postupdaterecurringcharge) | **POST** /billing/customer/updateRecurringCharges |
151
+ *BillingApi* | [**putAddCallTariffToCallTariffPlan**](docs/BillingApi.md#putaddcalltarifftocalltariffplan) | **PUT** /billing/admin/callTariffPlan/callTariff |
152
+ *BillingApi* | [**putAddServiceToServicePlan**](docs/BillingApi.md#putaddservicetoserviceplan) | **PUT** /billing/admin/servicePlan/service |
153
+ *BillingApi* | [**putConnectionSearch**](docs/BillingApi.md#putconnectionsearch) | **PUT** /billing/admin/connections |
154
+ *BillingApi* | [**putConvertChildToParent**](docs/BillingApi.md#putconvertchildtoparent) | **PUT** /billing/customer/makeParent |
155
+ *BillingApi* | [**putDisableBundles**](docs/BillingApi.md#putdisablebundles) | **PUT** /billing/customer/disableBundles |
156
+ *BillingApi* | [**putDisableDdiBilling**](docs/BillingApi.md#putdisableddibilling) | **PUT** /billing/customer/disableDdiBilling |
157
+ *BillingApi* | [**putEnableBundles**](docs/BillingApi.md#putenablebundles) | **PUT** /billing/customer/enableBundles |
158
+ *BillingApi* | [**putEnableDdiBilling**](docs/BillingApi.md#putenableddibilling) | **PUT** /billing/customer/enableDdiBilling |
159
+ *BillingApi* | [**putGetBaseServices**](docs/BillingApi.md#putgetbaseservices) | **PUT** /billing/admin/baseServices |
160
+ *BillingApi* | [**putGetCallTariffPlan**](docs/BillingApi.md#putgetcalltariffplan) | **PUT** /billing/admin/callTariffPlan |
161
+ *BillingApi* | [**putGetPriceGroups**](docs/BillingApi.md#putgetpricegroups) | **PUT** /billing/admin/priceGroups |
102
162
  *CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
103
163
  *CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
104
164
  *CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
@@ -176,6 +236,7 @@ Class | Method | HTTP request | Description
176
236
  *Class3CXMultiTenantApi* | [**postGetMtNewDdis**](docs/Class3CXMultiTenantApi.md#postgetmtnewddis) | **POST** /tcx/mt/changes/ddis | Get 3CX MT New DDIs
177
237
  *Class3CXMultiTenantApi* | [**postGetTenants**](docs/Class3CXMultiTenantApi.md#postgettenants) | **POST** /tcx/mt/tenants | Add 3CX MT Tenant
178
238
  *Class3CXMultiTenantApi* | [**postTrackMtChange**](docs/Class3CXMultiTenantApi.md#posttrackmtchange) | **POST** /tcx/mt/changes/track | Track 3CX MT Change
239
+ *MiscApi* | [**postSendPassword**](docs/MiscApi.md#postsendpassword) | **POST** /admin/password/send |
179
240
  *MyPBXToolsApi* | [**getGetRecording**](docs/MyPBXToolsApi.md#getgetrecording) | **GET** /mypbxtools/recordings | Fetch recording from a 3CX instance
180
241
  *NumberPortingApi* | [**deleteGetAdminNumberPort**](docs/NumberPortingApi.md#deletegetadminnumberport) | **DELETE** /admin/sip/numbers/ports/{id} |
181
242
  *NumberPortingApi* | [**getCreateNumberPort**](docs/NumberPortingApi.md#getcreatenumberport) | **GET** /sip/numbers/ports |
@@ -253,6 +314,8 @@ Class | Method | HTTP request | Description
253
314
  *ProvisioningApi* | [**postAddFanvilGroup**](docs/ProvisioningApi.md#postaddfanvilgroup) | **POST** /provisioning/fanvil/groups | Add group to DB and FDPS
254
315
  *ProvisioningApi* | [**postAddFanvilMac**](docs/ProvisioningApi.md#postaddfanvilmac) | **POST** /provisioning/fanvil/groups/{id}/macs/{mac} | Add MAC address to DB and FDPS group
255
316
  *ProvisioningApi* | [**postCreateMac**](docs/ProvisioningApi.md#postcreatemac) | **POST** /admin/provisioning/fanvil/macs |
317
+ *ReportsApi* | [**getGetStockReport**](docs/ReportsApi.md#getgetstockreport) | **GET** /reports/stock |
318
+ *ReportsApi* | [**postGenerateReport**](docs/ReportsApi.md#postgeneratereport) | **POST** /reports | Generate Reports
256
319
  *SIPTrunksApi* | [**deleteGetSipTrunk**](docs/SIPTrunksApi.md#deletegetsiptrunk) | **DELETE** /sip/trunks/{id} | Delete SIP Trunk
257
320
  *SIPTrunksApi* | [**getCanDivert**](docs/SIPTrunksApi.md#getcandivert) | **GET** /sip/trunks/{id}/diverts/allowed | SIP Trunk Diverts Allowed
258
321
  *SIPTrunksApi* | [**getGetAddress**](docs/SIPTrunksApi.md#getgetaddress) | **GET** /sip/trunks/{id}/address | Get SIP Trunk Address
@@ -311,6 +374,10 @@ Class | Method | HTTP request | Description
311
374
  *StockManagementApi* | [**postUploadStockOrderInvoice**](docs/StockManagementApi.md#postuploadstockorderinvoice) | **POST** /stock/orders/{id}/invoice | Upload Stock Order Supplier Invoice
312
375
  *StockManagementApi* | [**putGetStockProduct**](docs/StockManagementApi.md#putgetstockproduct) | **PUT** /stock/products/{id} | Update Stock Product
313
376
  *StockManagementApi* | [**putReceiveStockOrderItem**](docs/StockManagementApi.md#putreceivestockorderitem) | **PUT** /stock/orders/{order_id}/items/{item_id}/receive | Receive Stock Order Item
377
+ *SuppliersApi* | [**getGetSupplierItem**](docs/SuppliersApi.md#getgetsupplieritem) | **GET** /suppliers/items/{id} | Get Supplier Item
378
+ *SuppliersApi* | [**getGetSupplierItems**](docs/SuppliersApi.md#getgetsupplieritems) | **GET** /suppliers/items | Get Supplier Items
379
+ *SuppliersApi* | [**getGetSuppliers**](docs/SuppliersApi.md#getgetsuppliers) | **GET** /suppliers | Get Suppliers
380
+ *SuppliersApi* | [**putGetSupplierItem**](docs/SuppliersApi.md#putgetsupplieritem) | **PUT** /suppliers/items/{id} | Update Supplier Product
314
381
  *SystemApi* | [**getLogSearch**](docs/SystemApi.md#getlogsearch) | **GET** /system/logs/api/search | Search for logs
315
382
  *TicketsApi* | [**getCreateTicket**](docs/TicketsApi.md#getcreateticket) | **GET** /tickets/support |
316
383
  *TicketsApi* | [**getGetTicket**](docs/TicketsApi.md#getgetticket) | **GET** /tickets/support/{id} |
@@ -347,14 +414,23 @@ Class | Method | HTTP request | Description
347
414
  - [AttributeSetEnum](docs/AttributeSetEnum.md)
348
415
  - [AuditLogEntity](docs/AuditLogEntity.md)
349
416
  - [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
417
+ - [AxisDataDTO](docs/AxisDataDTO.md)
418
+ - [BaseService](docs/BaseService.md)
350
419
  - [BasicItemDTO](docs/BasicItemDTO.md)
351
420
  - [BasicProductDTO](docs/BasicProductDTO.md)
352
421
  - [BatchDTO](docs/BatchDTO.md)
353
422
  - [BatchEntity](docs/BatchEntity.md)
423
+ - [Bundle](docs/Bundle.md)
424
+ - [BundleCustomer](docs/BundleCustomer.md)
354
425
  - [CallBarringModel](docs/CallBarringModel.md)
426
+ - [CallTariff](docs/CallTariff.md)
427
+ - [CallTariffPlan](docs/CallTariffPlan.md)
428
+ - [Cdr](docs/Cdr.md)
355
429
  - [ClientDetailsModel](docs/ClientDetailsModel.md)
356
430
  - [ClientModel](docs/ClientModel.md)
357
431
  - [CompanyContractModel](docs/CompanyContractModel.md)
432
+ - [ConnectionType](docs/ConnectionType.md)
433
+ - [ContactDetail](docs/ContactDetail.md)
358
434
  - [ContactInfoModel](docs/ContactInfoModel.md)
359
435
  - [ConversationModel](docs/ConversationModel.md)
360
436
  - [CourierPriceEntity](docs/CourierPriceEntity.md)
@@ -373,11 +449,15 @@ Class | Method | HTTP request | Description
373
449
  - [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
374
450
  - [CrmNoteEntity](docs/CrmNoteEntity.md)
375
451
  - [CrmNoteModel](docs/CrmNoteModel.md)
452
+ - [Customer](docs/Customer.md)
453
+ - [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
376
454
  - [CustomerInformationModel](docs/CustomerInformationModel.md)
377
455
  - [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
378
456
  - [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
379
457
  - [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
380
458
  - [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
459
+ - [CustomerRate](docs/CustomerRate.md)
460
+ - [CustomerRateType](docs/CustomerRateType.md)
381
461
  - [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
382
462
  - [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
383
463
  - [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
@@ -402,10 +482,14 @@ Class | Method | HTTP request | Description
402
482
  - [FtpAccountsEntity](docs/FtpAccountsEntity.md)
403
483
  - [GenericFileModel](docs/GenericFileModel.md)
404
484
  - [GetCheckMacExists200Response](docs/GetCheckMacExists200Response.md)
485
+ - [GetDisconnectDDIRequest](docs/GetDisconnectDDIRequest.md)
405
486
  - [GetGetPrice200Response](docs/GetGetPrice200Response.md)
406
487
  - [GetGetRecording200Response](docs/GetGetRecording200Response.md)
488
+ - [GraphDTO](docs/GraphDTO.md)
407
489
  - [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
408
490
  - [HostingRegionDTO](docs/HostingRegionDTO.md)
491
+ - [InboundCli](docs/InboundCli.md)
492
+ - [InboundTariffPlan](docs/InboundTariffPlan.md)
409
493
  - [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
410
494
  - [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
411
495
  - [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
@@ -444,7 +528,10 @@ Class | Method | HTTP request | Description
444
528
  - [OrderTotalModel](docs/OrderTotalModel.md)
445
529
  - [OrderedItemEntity](docs/OrderedItemEntity.md)
446
530
  - [OrderedItemModel](docs/OrderedItemModel.md)
531
+ - [OutboundCli](docs/OutboundCli.md)
447
532
  - [PartnerDTO](docs/PartnerDTO.md)
533
+ - [PasswordSenderDTO](docs/PasswordSenderDTO.md)
534
+ - [PasswordSenderEntity](docs/PasswordSenderEntity.md)
448
535
  - [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
449
536
  - [PatchUpdateAccountCompanyNumberRequest](docs/PatchUpdateAccountCompanyNumberRequest.md)
450
537
  - [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
@@ -458,15 +545,30 @@ Class | Method | HTTP request | Description
458
545
  - [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
459
546
  - [PortalAccountModel](docs/PortalAccountModel.md)
460
547
  - [PortalLoginModel](docs/PortalLoginModel.md)
548
+ - [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
549
+ - [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
550
+ - [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
461
551
  - [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
552
+ - [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
553
+ - [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
554
+ - [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
462
555
  - [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
556
+ - [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
557
+ - [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
463
558
  - [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
559
+ - [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
464
560
  - [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
561
+ - [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
562
+ - [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
465
563
  - [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
466
564
  - [PostSplitOrderRequest](docs/PostSplitOrderRequest.md)
565
+ - [PostUpdateConnectionRequest](docs/PostUpdateConnectionRequest.md)
566
+ - [PostUpdateRecurringChargeRequest](docs/PostUpdateRecurringChargeRequest.md)
567
+ - [PriceGroup](docs/PriceGroup.md)
467
568
  - [PriceListItemModel](docs/PriceListItemModel.md)
468
569
  - [PrinterEntity](docs/PrinterEntity.md)
469
570
  - [PrizesEntity](docs/PrizesEntity.md)
571
+ - [ProcessedCdr](docs/ProcessedCdr.md)
470
572
  - [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
471
573
  - [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
472
574
  - [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
@@ -478,19 +580,30 @@ Class | Method | HTTP request | Description
478
580
  - [ProspectEntity](docs/ProspectEntity.md)
479
581
  - [ProvisioningModel](docs/ProvisioningModel.md)
480
582
  - [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
583
+ - [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
584
+ - [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
481
585
  - [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
482
586
  - [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
483
- - [PutTransferConnectionRequest](docs/PutTransferConnectionRequest.md)
587
+ - [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
588
+ - [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
589
+ - [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
590
+ - [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
484
591
  - [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
485
592
  - [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
593
+ - [RecurringCharge](docs/RecurringCharge.md)
486
594
  - [RemoteStorageDTO](docs/RemoteStorageDTO.md)
595
+ - [ReportRequestDTO](docs/ReportRequestDTO.md)
487
596
  - [ResourceNotReadyException](docs/ResourceNotReadyException.md)
488
597
  - [RootAccessModel](docs/RootAccessModel.md)
489
598
  - [S3BucketEntity](docs/S3BucketEntity.md)
490
599
  - [SbcDTO](docs/SbcDTO.md)
491
600
  - [ScannedItemModel](docs/ScannedItemModel.md)
492
601
  - [ScopeModel](docs/ScopeModel.md)
602
+ - [SdrReferenceType](docs/SdrReferenceType.md)
603
+ - [SeriesDTO](docs/SeriesDTO.md)
604
+ - [Service](docs/Service.md)
493
605
  - [ServiceHealthDTO](docs/ServiceHealthDTO.md)
606
+ - [ServicePlan](docs/ServicePlan.md)
494
607
  - [ServiceStatusDTO](docs/ServiceStatusDTO.md)
495
608
  - [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
496
609
  - [ShipmentDTO](docs/ShipmentDTO.md)
@@ -539,13 +652,22 @@ Class | Method | HTTP request | Description
539
652
  - [StockProductPriceModel](docs/StockProductPriceModel.md)
540
653
  - [StockProductSummariesModel](docs/StockProductSummariesModel.md)
541
654
  - [StockProductSummaryModel](docs/StockProductSummaryModel.md)
655
+ - [StockReportItemModel](docs/StockReportItemModel.md)
656
+ - [StockReportModel](docs/StockReportModel.md)
542
657
  - [StockTransactionsEntity](docs/StockTransactionsEntity.md)
543
658
  - [SupplierEntity](docs/SupplierEntity.md)
544
659
  - [SupplierItemEntity](docs/SupplierItemEntity.md)
545
660
  - [SupplierItemModel](docs/SupplierItemModel.md)
661
+ - [SupplierItemsResultsDTO](docs/SupplierItemsResultsDTO.md)
546
662
  - [SupplierModel](docs/SupplierModel.md)
663
+ - [SupplierProductModel](docs/SupplierProductModel.md)
664
+ - [SupplierProductResultsModel](docs/SupplierProductResultsModel.md)
547
665
  - [SupportTicketModel](docs/SupportTicketModel.md)
666
+ - [TableDTO](docs/TableDTO.md)
667
+ - [TableDataDTO](docs/TableDataDTO.md)
548
668
  - [TableHistoryEntity](docs/TableHistoryEntity.md)
669
+ - [TableRowDTO](docs/TableRowDTO.md)
670
+ - [TariffRate](docs/TariffRate.md)
549
671
  - [TcxBackupEntity](docs/TcxBackupEntity.md)
550
672
  - [TcxBackupModel](docs/TcxBackupModel.md)
551
673
  - [TcxBillingEntity](docs/TcxBillingEntity.md)