yellowgrid-api-ts 3.2.220 → 3.2.221-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 (150) hide show
  1. package/.openapi-generator/FILES +361 -299
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +135 -3
  4. package/api.ts +19899 -6358
  5. package/base.ts +26 -2
  6. package/common.ts +39 -16
  7. package/config.json +4 -3
  8. package/configuration.ts +21 -27
  9. package/dist/api.d.ts +15486 -4967
  10. package/dist/api.js +7444 -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 +3511 -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/CustomerCoordinatesDTO.md +31 -0
  53. package/docs/CustomerOrderRequestDTO.md +1 -1
  54. package/docs/CustomerRate.md +22 -0
  55. package/docs/CustomerRateType.md +12 -0
  56. package/docs/DetailedOrderRequestDTO.md +1 -1
  57. package/docs/GetDisconnectDDIRequest.md +20 -0
  58. package/docs/GraphDTO.md +33 -0
  59. package/docs/InboundCli.md +50 -0
  60. package/docs/InboundTariffPlan.md +32 -0
  61. package/docs/InboundTariffPlanResponse.md +28 -0
  62. package/docs/MiscApi.md +63 -0
  63. package/docs/MultiTenantSipTrunkRequest.md +22 -0
  64. package/docs/MyPBXToolsApi.md +1 -1
  65. package/docs/NumberPortModel.md +51 -0
  66. package/docs/NumberPortingApi.md +1 -1
  67. package/docs/OAuth20Api.md +1 -1
  68. package/docs/OrdersApi.md +1 -1
  69. package/docs/OutboundCli.md +70 -0
  70. package/docs/PartnerDTO.md +1 -1
  71. package/docs/PasswordSenderDTO.md +37 -0
  72. package/docs/PasswordSenderEntity.md +33 -0
  73. package/docs/PatchSetTcxWizardCnameRequest.md +20 -0
  74. package/docs/PostAddAdminNoteRequest.md +20 -0
  75. package/docs/PostAddBroadbandRequest.md +28 -0
  76. package/docs/PostAddCallTariffToCallTariffPlanRequest.md +34 -0
  77. package/docs/PostAddEthernetRequest.md +28 -0
  78. package/docs/PostAddRecurringChargeRequest.md +30 -0
  79. package/docs/PostAddServiceToServicePlanRequest.md +30 -0
  80. package/docs/PostAddSipTrunkDDIsRequest.md +30 -0
  81. package/docs/PostGenerateReport200Response.md +36 -0
  82. package/docs/PostGetBaseServicesRequest.md +22 -0
  83. package/docs/PostGetPriceGroupsRequest.md +22 -0
  84. package/docs/PostGetProductRequest.md +24 -0
  85. package/docs/PostGetServicePlansRequest.md +22 -0
  86. package/docs/PostGetSipTrunksBillingRequest.md +34 -0
  87. package/docs/PostUpdateConnectionRequest.md +22 -0
  88. package/docs/PostUpdateRecurringChargeRequest.md +30 -0
  89. package/docs/PriceGroup.md +30 -0
  90. package/docs/PriceGroupResponse.md +24 -0
  91. package/docs/PricingApi.md +1 -1
  92. package/docs/ProcessedCdr.md +96 -0
  93. package/docs/ProductDetailedSummaryDTO.md +2 -2
  94. package/docs/ProductSearchDTO.md +37 -0
  95. package/docs/ProductSummaryDTO.md +1 -1
  96. package/docs/ProductsApi.md +1 -1
  97. package/docs/ProspectDTO.md +2 -2
  98. package/docs/ProspectsApi.md +1 -1
  99. package/docs/ProvisioningApi.md +1 -1
  100. package/docs/PutAddCallTariffToCallTariffPlanRequest.md +30 -0
  101. package/docs/PutAddServiceToServicePlanRequest.md +26 -0
  102. package/docs/PutConnectionSearchRequest.md +20 -0
  103. package/docs/PutGetBaseServicesRequest.md +28 -0
  104. package/docs/PutGetCallTariffPlanRequest.md +28 -0
  105. package/docs/PutGetPriceGroupsRequest.md +28 -0
  106. package/docs/RecordingsBackupInfoDTO.md +2 -2
  107. package/docs/RecurringCharge.md +48 -0
  108. package/docs/ReportRequestDTO.md +37 -0
  109. package/docs/ReportsApi.md +107 -0
  110. package/docs/SIPTrunksApi.md +1 -1
  111. package/docs/SMSApi.md +1 -1
  112. package/docs/SdrReferenceType.md +24 -0
  113. package/docs/SeriesDTO.md +27 -0
  114. package/docs/Service.md +42 -0
  115. package/docs/ServicePlan.md +36 -0
  116. package/docs/ServicesApi.md +1 -1
  117. package/docs/ShipmentRequestDTO.md +2 -2
  118. package/docs/ShippingApi.md +1 -1
  119. package/docs/StockManagementApi.md +1 -1
  120. package/docs/StockReportItemModel.md +31 -0
  121. package/docs/StockReportModel.md +29 -0
  122. package/docs/SupplierItemModel.md +2 -0
  123. package/docs/SupplierItemsResultsDTO.md +21 -0
  124. package/docs/SupplierProductModel.md +25 -0
  125. package/docs/SupplierProductResultsModel.md +27 -0
  126. package/docs/SuppliersApi.md +230 -0
  127. package/docs/SystemApi.md +1 -1
  128. package/docs/TableDTO.md +25 -0
  129. package/docs/TableDataDTO.md +21 -0
  130. package/docs/TableRowDTO.md +21 -0
  131. package/docs/TariffRate.md +30 -0
  132. package/docs/TcxHostingPricingEntity.md +35 -0
  133. package/docs/TcxInstallationDetailsModel.md +45 -0
  134. package/docs/TcxInstallationModel.md +2 -0
  135. package/docs/TcxKeySummaryDTO.md +1 -1
  136. package/docs/TelephonySupportTicketModel.md +41 -0
  137. package/docs/TicketsApi.md +1 -1
  138. package/docs/WebhooksApi.md +1 -1
  139. package/getEnums.php +31 -31
  140. package/hs_err_pid16044.log +249 -0
  141. package/hs_err_pid44560.log +249 -0
  142. package/hs_err_pid53988.log +249 -0
  143. package/hs_err_pid58728.log +40 -0
  144. package/index.ts +1 -1
  145. package/models/GraphTypeEnum.ts +14 -0
  146. package/models/GroupEnum.ts +44 -0
  147. package/models/HostingPriceListEnum.ts +5 -0
  148. package/models/ReportEnum.ts +54 -0
  149. package/openapitools.json +1 -1
  150. 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,71 @@ 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* | [**getGetCallTariffsDetails**](docs/BillingApi.md#getgetcalltariffsdetails) | **GET** /billing/admin/callTariffs/details |
125
+ *BillingApi* | [**getGetChildren**](docs/BillingApi.md#getgetchildren) | **GET** /billing/customer/children |
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* | [**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 |
102
167
  *CRMApi* | [**getGetCrmActivities**](docs/CRMApi.md#getgetcrmactivities) | **GET** /admin/crm/{id}/activities |
103
168
  *CRMApi* | [**getSearchByPhone**](docs/CRMApi.md#getsearchbyphone) | **GET** /crm/contact/search |
104
169
  *CRMApi* | [**postCreateCrmNote**](docs/CRMApi.md#postcreatecrmnote) | **POST** /admin/crm/{id}/activities/note |
@@ -176,6 +241,7 @@ Class | Method | HTTP request | Description
176
241
  *Class3CXMultiTenantApi* | [**postGetMtNewDdis**](docs/Class3CXMultiTenantApi.md#postgetmtnewddis) | **POST** /tcx/mt/changes/ddis | Get 3CX MT New DDIs
177
242
  *Class3CXMultiTenantApi* | [**postGetTenants**](docs/Class3CXMultiTenantApi.md#postgettenants) | **POST** /tcx/mt/tenants | Add 3CX MT Tenant
178
243
  *Class3CXMultiTenantApi* | [**postTrackMtChange**](docs/Class3CXMultiTenantApi.md#posttrackmtchange) | **POST** /tcx/mt/changes/track | Track 3CX MT Change
244
+ *MiscApi* | [**postSendPassword**](docs/MiscApi.md#postsendpassword) | **POST** /admin/password/send |
179
245
  *MyPBXToolsApi* | [**getGetRecording**](docs/MyPBXToolsApi.md#getgetrecording) | **GET** /mypbxtools/recordings | Fetch recording from a 3CX instance
180
246
  *NumberPortingApi* | [**deleteGetAdminNumberPort**](docs/NumberPortingApi.md#deletegetadminnumberport) | **DELETE** /admin/sip/numbers/ports/{id} |
181
247
  *NumberPortingApi* | [**getCreateNumberPort**](docs/NumberPortingApi.md#getcreatenumberport) | **GET** /sip/numbers/ports |
@@ -253,6 +319,8 @@ Class | Method | HTTP request | Description
253
319
  *ProvisioningApi* | [**postAddFanvilGroup**](docs/ProvisioningApi.md#postaddfanvilgroup) | **POST** /provisioning/fanvil/groups | Add group to DB and FDPS
254
320
  *ProvisioningApi* | [**postAddFanvilMac**](docs/ProvisioningApi.md#postaddfanvilmac) | **POST** /provisioning/fanvil/groups/{id}/macs/{mac} | Add MAC address to DB and FDPS group
255
321
  *ProvisioningApi* | [**postCreateMac**](docs/ProvisioningApi.md#postcreatemac) | **POST** /admin/provisioning/fanvil/macs |
322
+ *ReportsApi* | [**getGetStockReport**](docs/ReportsApi.md#getgetstockreport) | **GET** /reports/stock |
323
+ *ReportsApi* | [**postGenerateReport**](docs/ReportsApi.md#postgeneratereport) | **POST** /reports | Generate Reports
256
324
  *SIPTrunksApi* | [**deleteGetSipTrunk**](docs/SIPTrunksApi.md#deletegetsiptrunk) | **DELETE** /sip/trunks/{id} | Delete SIP Trunk
257
325
  *SIPTrunksApi* | [**getCanDivert**](docs/SIPTrunksApi.md#getcandivert) | **GET** /sip/trunks/{id}/diverts/allowed | SIP Trunk Diverts Allowed
258
326
  *SIPTrunksApi* | [**getGetAddress**](docs/SIPTrunksApi.md#getgetaddress) | **GET** /sip/trunks/{id}/address | Get SIP Trunk Address
@@ -311,6 +379,10 @@ Class | Method | HTTP request | Description
311
379
  *StockManagementApi* | [**postUploadStockOrderInvoice**](docs/StockManagementApi.md#postuploadstockorderinvoice) | **POST** /stock/orders/{id}/invoice | Upload Stock Order Supplier Invoice
312
380
  *StockManagementApi* | [**putGetStockProduct**](docs/StockManagementApi.md#putgetstockproduct) | **PUT** /stock/products/{id} | Update Stock Product
313
381
  *StockManagementApi* | [**putReceiveStockOrderItem**](docs/StockManagementApi.md#putreceivestockorderitem) | **PUT** /stock/orders/{order_id}/items/{item_id}/receive | Receive Stock Order Item
382
+ *SuppliersApi* | [**getGetSupplierItem**](docs/SuppliersApi.md#getgetsupplieritem) | **GET** /suppliers/items/{id} | Get Supplier Item
383
+ *SuppliersApi* | [**getGetSupplierItems**](docs/SuppliersApi.md#getgetsupplieritems) | **GET** /suppliers/items | Get Supplier Items
384
+ *SuppliersApi* | [**getGetSuppliers**](docs/SuppliersApi.md#getgetsuppliers) | **GET** /suppliers | Get Suppliers
385
+ *SuppliersApi* | [**putGetSupplierItem**](docs/SuppliersApi.md#putgetsupplieritem) | **PUT** /suppliers/items/{id} | Update Supplier Product
314
386
  *SystemApi* | [**getLogSearch**](docs/SystemApi.md#getlogsearch) | **GET** /system/logs/api/search | Search for logs
315
387
  *TicketsApi* | [**getCreateTicket**](docs/TicketsApi.md#getcreateticket) | **GET** /tickets/support |
316
388
  *TicketsApi* | [**getGetTicket**](docs/TicketsApi.md#getgetticket) | **GET** /tickets/support/{id} |
@@ -347,14 +419,25 @@ Class | Method | HTTP request | Description
347
419
  - [AttributeSetEnum](docs/AttributeSetEnum.md)
348
420
  - [AuditLogEntity](docs/AuditLogEntity.md)
349
421
  - [AuthCodeResponseModel](docs/AuthCodeResponseModel.md)
422
+ - [AxisDataDTO](docs/AxisDataDTO.md)
423
+ - [BaseService](docs/BaseService.md)
350
424
  - [BasicItemDTO](docs/BasicItemDTO.md)
351
425
  - [BasicProductDTO](docs/BasicProductDTO.md)
352
426
  - [BatchDTO](docs/BatchDTO.md)
353
427
  - [BatchEntity](docs/BatchEntity.md)
428
+ - [Bundle](docs/Bundle.md)
429
+ - [BundleCustomer](docs/BundleCustomer.md)
354
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)
355
435
  - [ClientDetailsModel](docs/ClientDetailsModel.md)
356
436
  - [ClientModel](docs/ClientModel.md)
357
437
  - [CompanyContractModel](docs/CompanyContractModel.md)
438
+ - [ConnectionRequest](docs/ConnectionRequest.md)
439
+ - [ConnectionType](docs/ConnectionType.md)
440
+ - [ContactDetail](docs/ContactDetail.md)
358
441
  - [ContactInfoModel](docs/ContactInfoModel.md)
359
442
  - [ConversationModel](docs/ConversationModel.md)
360
443
  - [CourierPriceEntity](docs/CourierPriceEntity.md)
@@ -373,11 +456,15 @@ Class | Method | HTTP request | Description
373
456
  - [CrmDateActivitiesDTO](docs/CrmDateActivitiesDTO.md)
374
457
  - [CrmNoteEntity](docs/CrmNoteEntity.md)
375
458
  - [CrmNoteModel](docs/CrmNoteModel.md)
459
+ - [Customer](docs/Customer.md)
460
+ - [CustomerCoordinatesDTO](docs/CustomerCoordinatesDTO.md)
376
461
  - [CustomerInformationModel](docs/CustomerInformationModel.md)
377
462
  - [CustomerItemRequestDTO](docs/CustomerItemRequestDTO.md)
378
463
  - [CustomerListAccountDTO](docs/CustomerListAccountDTO.md)
379
464
  - [CustomerOrderRequestDTO](docs/CustomerOrderRequestDTO.md)
380
465
  - [CustomerPriceListEnum](docs/CustomerPriceListEnum.md)
466
+ - [CustomerRate](docs/CustomerRate.md)
467
+ - [CustomerRateType](docs/CustomerRateType.md)
381
468
  - [CustomerSummaryReportDTO](docs/CustomerSummaryReportDTO.md)
382
469
  - [DdiRangeRequestModel](docs/DdiRangeRequestModel.md)
383
470
  - [DdiRangesRequestModel](docs/DdiRangesRequestModel.md)
@@ -402,10 +489,15 @@ Class | Method | HTTP request | Description
402
489
  - [FtpAccountsEntity](docs/FtpAccountsEntity.md)
403
490
  - [GenericFileModel](docs/GenericFileModel.md)
404
491
  - [GetCheckMacExists200Response](docs/GetCheckMacExists200Response.md)
492
+ - [GetDisconnectDDIRequest](docs/GetDisconnectDDIRequest.md)
405
493
  - [GetGetPrice200Response](docs/GetGetPrice200Response.md)
406
494
  - [GetGetRecording200Response](docs/GetGetRecording200Response.md)
495
+ - [GraphDTO](docs/GraphDTO.md)
407
496
  - [HostingChangeResponseModel](docs/HostingChangeResponseModel.md)
408
497
  - [HostingRegionDTO](docs/HostingRegionDTO.md)
498
+ - [InboundCli](docs/InboundCli.md)
499
+ - [InboundTariffPlan](docs/InboundTariffPlan.md)
500
+ - [InboundTariffPlanResponse](docs/InboundTariffPlanResponse.md)
409
501
  - [InstallationDetailsDTO](docs/InstallationDetailsDTO.md)
410
502
  - [InstanceAutoFailoverEntity](docs/InstanceAutoFailoverEntity.md)
411
503
  - [InstanceDeletionScheduleEntity](docs/InstanceDeletionScheduleEntity.md)
@@ -424,6 +516,7 @@ Class | Method | HTTP request | Description
424
516
  - [MacAddressDTO](docs/MacAddressDTO.md)
425
517
  - [MonthlyUsageModel](docs/MonthlyUsageModel.md)
426
518
  - [MultiTenantChangeResponseModel](docs/MultiTenantChangeResponseModel.md)
519
+ - [MultiTenantSipTrunkRequest](docs/MultiTenantSipTrunkRequest.md)
427
520
  - [NavigationModel](docs/NavigationModel.md)
428
521
  - [NumberPortAdminNoteBody](docs/NumberPortAdminNoteBody.md)
429
522
  - [NumberPortDTO](docs/NumberPortDTO.md)
@@ -444,7 +537,10 @@ Class | Method | HTTP request | Description
444
537
  - [OrderTotalModel](docs/OrderTotalModel.md)
445
538
  - [OrderedItemEntity](docs/OrderedItemEntity.md)
446
539
  - [OrderedItemModel](docs/OrderedItemModel.md)
540
+ - [OutboundCli](docs/OutboundCli.md)
447
541
  - [PartnerDTO](docs/PartnerDTO.md)
542
+ - [PasswordSenderDTO](docs/PasswordSenderDTO.md)
543
+ - [PasswordSenderEntity](docs/PasswordSenderEntity.md)
448
544
  - [PatchUpdateAccountCnameRequest](docs/PatchUpdateAccountCnameRequest.md)
449
545
  - [PatchUpdateAccountCompanyNumberRequest](docs/PatchUpdateAccountCompanyNumberRequest.md)
450
546
  - [PatchUpdateAccountContactPasswordRequest](docs/PatchUpdateAccountContactPasswordRequest.md)
@@ -458,15 +554,31 @@ Class | Method | HTTP request | Description
458
554
  - [PatchUpdateTcxPartnerIdRequest](docs/PatchUpdateTcxPartnerIdRequest.md)
459
555
  - [PortalAccountModel](docs/PortalAccountModel.md)
460
556
  - [PortalLoginModel](docs/PortalLoginModel.md)
557
+ - [PostAddBroadbandRequest](docs/PostAddBroadbandRequest.md)
558
+ - [PostAddCallTariffToCallTariffPlanRequest](docs/PostAddCallTariffToCallTariffPlanRequest.md)
559
+ - [PostAddEthernetRequest](docs/PostAddEthernetRequest.md)
461
560
  - [PostAddOrderNoteRequest](docs/PostAddOrderNoteRequest.md)
561
+ - [PostAddRecurringChargeRequest](docs/PostAddRecurringChargeRequest.md)
562
+ - [PostAddServiceToServicePlanRequest](docs/PostAddServiceToServicePlanRequest.md)
563
+ - [PostAddSipTrunkDDIsRequest](docs/PostAddSipTrunkDDIsRequest.md)
462
564
  - [PostAddWebhook200Response](docs/PostAddWebhook200Response.md)
565
+ - [PostGenerateReport200Response](docs/PostGenerateReport200Response.md)
566
+ - [PostGetBaseServicesRequest](docs/PostGetBaseServicesRequest.md)
463
567
  - [PostGetClientCredentialsRequest](docs/PostGetClientCredentialsRequest.md)
568
+ - [PostGetPriceGroupsRequest](docs/PostGetPriceGroupsRequest.md)
464
569
  - [PostGetProductForCustomerRequest](docs/PostGetProductForCustomerRequest.md)
570
+ - [PostGetServicePlansRequest](docs/PostGetServicePlansRequest.md)
571
+ - [PostGetSipTrunksBillingRequest](docs/PostGetSipTrunksBillingRequest.md)
465
572
  - [PostSendWelcomeEmailRequest](docs/PostSendWelcomeEmailRequest.md)
466
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)
467
578
  - [PriceListItemModel](docs/PriceListItemModel.md)
468
579
  - [PrinterEntity](docs/PrinterEntity.md)
469
580
  - [PrizesEntity](docs/PrizesEntity.md)
581
+ - [ProcessedCdr](docs/ProcessedCdr.md)
470
582
  - [ProductDetailedSummaryDTO](docs/ProductDetailedSummaryDTO.md)
471
583
  - [ProductPriceListItemModel](docs/ProductPriceListItemModel.md)
472
584
  - [ProductSearchResultsModel](docs/ProductSearchResultsModel.md)
@@ -478,19 +590,30 @@ Class | Method | HTTP request | Description
478
590
  - [ProspectEntity](docs/ProspectEntity.md)
479
591
  - [ProvisioningModel](docs/ProvisioningModel.md)
480
592
  - [ProvisioningRequestEntity](docs/ProvisioningRequestEntity.md)
593
+ - [PutAddCallTariffToCallTariffPlanRequest](docs/PutAddCallTariffToCallTariffPlanRequest.md)
594
+ - [PutAddServiceToServicePlanRequest](docs/PutAddServiceToServicePlanRequest.md)
481
595
  - [PutAllocateItemsRequest](docs/PutAllocateItemsRequest.md)
482
596
  - [PutAllocateItemsRequestItemsInner](docs/PutAllocateItemsRequestItemsInner.md)
483
- - [PutTransferConnectionRequest](docs/PutTransferConnectionRequest.md)
597
+ - [PutConnectionSearchRequest](docs/PutConnectionSearchRequest.md)
598
+ - [PutGetBaseServicesRequest](docs/PutGetBaseServicesRequest.md)
599
+ - [PutGetCallTariffPlanRequest](docs/PutGetCallTariffPlanRequest.md)
600
+ - [PutGetPriceGroupsRequest](docs/PutGetPriceGroupsRequest.md)
484
601
  - [RecordingBackupAzureModel](docs/RecordingBackupAzureModel.md)
485
602
  - [RecordingsBackupInfoDTO](docs/RecordingsBackupInfoDTO.md)
603
+ - [RecurringCharge](docs/RecurringCharge.md)
486
604
  - [RemoteStorageDTO](docs/RemoteStorageDTO.md)
605
+ - [ReportRequestDTO](docs/ReportRequestDTO.md)
487
606
  - [ResourceNotReadyException](docs/ResourceNotReadyException.md)
488
607
  - [RootAccessModel](docs/RootAccessModel.md)
489
608
  - [S3BucketEntity](docs/S3BucketEntity.md)
490
609
  - [SbcDTO](docs/SbcDTO.md)
491
610
  - [ScannedItemModel](docs/ScannedItemModel.md)
492
611
  - [ScopeModel](docs/ScopeModel.md)
612
+ - [SdrReferenceType](docs/SdrReferenceType.md)
613
+ - [SeriesDTO](docs/SeriesDTO.md)
614
+ - [Service](docs/Service.md)
493
615
  - [ServiceHealthDTO](docs/ServiceHealthDTO.md)
616
+ - [ServicePlan](docs/ServicePlan.md)
494
617
  - [ServiceStatusDTO](docs/ServiceStatusDTO.md)
495
618
  - [ShipmentAddressEntity](docs/ShipmentAddressEntity.md)
496
619
  - [ShipmentDTO](docs/ShipmentDTO.md)
@@ -539,13 +662,22 @@ Class | Method | HTTP request | Description
539
662
  - [StockProductPriceModel](docs/StockProductPriceModel.md)
540
663
  - [StockProductSummariesModel](docs/StockProductSummariesModel.md)
541
664
  - [StockProductSummaryModel](docs/StockProductSummaryModel.md)
665
+ - [StockReportItemModel](docs/StockReportItemModel.md)
666
+ - [StockReportModel](docs/StockReportModel.md)
542
667
  - [StockTransactionsEntity](docs/StockTransactionsEntity.md)
543
668
  - [SupplierEntity](docs/SupplierEntity.md)
544
669
  - [SupplierItemEntity](docs/SupplierItemEntity.md)
545
670
  - [SupplierItemModel](docs/SupplierItemModel.md)
671
+ - [SupplierItemsResultsDTO](docs/SupplierItemsResultsDTO.md)
546
672
  - [SupplierModel](docs/SupplierModel.md)
673
+ - [SupplierProductModel](docs/SupplierProductModel.md)
674
+ - [SupplierProductResultsModel](docs/SupplierProductResultsModel.md)
547
675
  - [SupportTicketModel](docs/SupportTicketModel.md)
676
+ - [TableDTO](docs/TableDTO.md)
677
+ - [TableDataDTO](docs/TableDataDTO.md)
548
678
  - [TableHistoryEntity](docs/TableHistoryEntity.md)
679
+ - [TableRowDTO](docs/TableRowDTO.md)
680
+ - [TariffRate](docs/TariffRate.md)
549
681
  - [TcxBackupEntity](docs/TcxBackupEntity.md)
550
682
  - [TcxBackupModel](docs/TcxBackupModel.md)
551
683
  - [TcxBillingEntity](docs/TcxBillingEntity.md)