yellowgrid-api-ts 3.2.114-dev.0 → 3.2.114

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 (776) hide show
  1. package/.openapi-generator/FILES +12 -6
  2. package/.openapi-generator/VERSION +1 -1
  3. package/.openapi-generator-ignore +0 -0
  4. package/README.md +23 -14
  5. package/api.ts +1331 -756
  6. package/base.ts +2 -2
  7. package/common.ts +1 -1
  8. package/config.json +3 -3
  9. package/configuration.ts +1 -1
  10. package/dist/api.d.ts +756 -393
  11. package/dist/api.js +1236 -747
  12. package/dist/base.d.ts +1 -1
  13. package/dist/base.js +2 -2
  14. package/dist/common.d.ts +1 -1
  15. package/dist/common.js +1 -1
  16. package/dist/configuration.d.ts +1 -1
  17. package/dist/configuration.js +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +1 -1
  20. package/dist/models/CourierEnum.d.ts +0 -0
  21. package/dist/models/CourierEnum.js +0 -0
  22. package/dist/models/EventStatusEnum.d.ts +0 -0
  23. package/dist/models/EventStatusEnum.js +0 -0
  24. package/dist/models/EventTypeEnum.d.ts +0 -0
  25. package/dist/models/EventTypeEnum.js +0 -0
  26. package/dist/models/PaymentMethodEnum.d.ts +13 -0
  27. package/dist/models/PaymentMethodEnum.js +15 -0
  28. package/dist/models/PortStatusEnum.d.ts +0 -0
  29. package/dist/models/PortStatusEnum.js +0 -0
  30. package/dist/models/PrinterEnum.d.ts +0 -0
  31. package/dist/models/PrinterEnum.js +0 -0
  32. package/dist/models/ScheduledTaskEnum.d.ts +33 -0
  33. package/dist/models/ScheduledTaskEnum.js +35 -0
  34. package/dist/models/ServiceEnum.d.ts +5 -0
  35. package/dist/models/ServiceEnum.js +5 -0
  36. package/dist/models/ServiceHealthEnum.d.ts +0 -0
  37. package/dist/models/ServiceHealthEnum.js +0 -0
  38. package/dist/models/ServiceStatusEnum.d.ts +0 -0
  39. package/dist/models/ServiceStatusEnum.js +0 -0
  40. package/dist/models/UpdateTypeEnum.d.ts +0 -0
  41. package/dist/models/UpdateTypeEnum.js +0 -0
  42. package/docs/AbstractOrderRequestDTO.md +0 -0
  43. package/docs/AccountContactEntity.md +0 -0
  44. package/docs/AccountContactModel.md +0 -0
  45. package/docs/AccountContactRequestModel.md +0 -0
  46. package/docs/AccountDetailedSummaryDTO.md +0 -0
  47. package/docs/AccountRequestModel.md +0 -0
  48. package/docs/AccountSummaryDTO.md +0 -0
  49. package/docs/AccountsApi.md +5 -412
  50. package/docs/AccountsResponseModel.md +0 -0
  51. package/docs/AddressModel.md +0 -0
  52. package/docs/AddressRequestModel.md +0 -0
  53. package/docs/AdminNumberPortDTO.md +0 -0
  54. package/docs/AdminOrderRequestDTO.md +2 -0
  55. package/docs/AdminUserModel.md +0 -0
  56. package/docs/AgentHoursGraphModel.md +0 -0
  57. package/docs/AgentHoursGraphMonthModel.md +0 -0
  58. package/docs/ApiLogEntity.md +0 -0
  59. package/docs/AreaCodeModel.md +0 -0
  60. package/docs/AttachmentModel.md +0 -0
  61. package/docs/AttributeSetEnum.md +0 -0
  62. package/docs/AuditLogEntity.md +0 -0
  63. package/docs/AuthCodeResponseModel.md +0 -0
  64. package/docs/BasicItemDTO.md +0 -0
  65. package/docs/BasicProductDTO.md +0 -0
  66. package/docs/BatchDTO.md +0 -0
  67. package/docs/BatchEntity.md +0 -0
  68. package/docs/CRMApi.md +1 -1
  69. package/docs/CallBarringModel.md +0 -0
  70. package/docs/Class3CXApi.md +1 -1
  71. package/docs/Class3CXInstallationWizardApi.md +1 -1
  72. package/docs/Class3CXInstallationsApi.md +348 -5
  73. package/docs/Class3CXIntegrationsApi.md +1 -1
  74. package/docs/Class3CXMultiTenantApi.md +1 -1
  75. package/docs/ClientDetailsModel.md +0 -0
  76. package/docs/ClientModel.md +0 -0
  77. package/docs/CompanyContractModel.md +0 -0
  78. package/docs/ContactInfoModel.md +0 -0
  79. package/docs/ConversationModel.md +0 -0
  80. package/docs/CourierPriceEntity.md +0 -0
  81. package/docs/CreditAccountEntity.md +0 -0
  82. package/docs/CreditNoteDTO.md +0 -0
  83. package/docs/CreditNoteEntity.md +0 -0
  84. package/docs/CreditNoteItemDTO.md +0 -0
  85. package/docs/CreditNoteItemEntity.md +0 -0
  86. package/docs/CreditNoteItemModel.md +0 -0
  87. package/docs/CreditNoteModel.md +0 -0
  88. package/docs/CrmContactDTO.md +0 -0
  89. package/docs/CustomerInformationModel.md +0 -0
  90. package/docs/CustomerItemRequestDTO.md +2 -0
  91. package/docs/CustomerOrderRequestDTO.md +0 -0
  92. package/docs/CustomerPriceListEnum.md +0 -0
  93. package/docs/CustomerSummaryReportDTO.md +0 -0
  94. package/docs/DdiRangeRequestModel.md +0 -0
  95. package/docs/DdiRangesRequestModel.md +0 -0
  96. package/docs/DetailedItemRequestDTO.md +2 -0
  97. package/docs/DetailedOrderRequestDTO.md +0 -0
  98. package/docs/DivertRequestModel.md +0 -0
  99. package/docs/DivertResponseModel.md +0 -0
  100. package/docs/EdTechProClientEntity.md +0 -0
  101. package/docs/EdTechProSchoolModel.md +0 -0
  102. package/docs/EdTechProSchoolsModel.md +0 -0
  103. package/docs/EdTechProSetupModel.md +0 -0
  104. package/docs/EventDTO.md +0 -0
  105. package/docs/EventRequestDTO.md +0 -0
  106. package/docs/EventSubscriptionModel.md +0 -0
  107. package/docs/EventUpdateDTO.md +0 -0
  108. package/docs/EventUpdateEntity.md +0 -0
  109. package/docs/EventUpdateRequestDTO.md +0 -0
  110. package/docs/FraudManagementModel.md +0 -0
  111. package/docs/FreshdeskCompanyTicketsModel.md +0 -0
  112. package/docs/FreshdeskTicketEntity.md +0 -0
  113. package/docs/FtpAccountsEntity.md +0 -0
  114. package/docs/GenericFileModel.md +0 -0
  115. package/docs/GetGetPrice200Response.md +0 -0
  116. package/docs/GetGetRecording200Response.md +0 -0
  117. package/docs/HostingChangeResponseModel.md +0 -0
  118. package/docs/HostingRegionDTO.md +0 -0
  119. package/docs/InstallationDetailsDTO.md +39 -0
  120. package/docs/InstanceAutoFailoverEntity.md +0 -0
  121. package/docs/InstanceDeletionScheduleEntity.md +0 -0
  122. package/docs/InstanceEntity.md +0 -0
  123. package/docs/InstanceFailoverEntity.md +0 -0
  124. package/docs/InstanceMonitoringEntity.md +0 -0
  125. package/docs/InstanceMonitoringLogEntity.md +0 -0
  126. package/docs/InstanceScheduledTasksEntity.md +0 -0
  127. package/docs/InstanceTcxDetailsEntity.md +0 -0
  128. package/docs/InstanceUserCredentialsEntity.md +0 -0
  129. package/docs/ItemDTO.md +2 -0
  130. package/docs/ItemDiscountEntity.md +0 -0
  131. package/docs/ItemEntity.md +0 -0
  132. package/docs/LinkedOrderEntity.md +0 -0
  133. package/docs/MFARequiredModel.md +0 -0
  134. package/docs/MonthlyUsageModel.md +0 -0
  135. package/docs/MultiTenantChangeResponseModel.md +0 -0
  136. package/docs/MyPBXToolsApi.md +1 -1
  137. package/docs/NavigationModel.md +0 -0
  138. package/docs/NumberPortDTO.md +0 -0
  139. package/docs/NumberPortNoteDTO.md +0 -0
  140. package/docs/NumberPortRangeDTO.md +0 -0
  141. package/docs/NumberPortRangeRequestDTO.md +0 -0
  142. package/docs/NumberPortingApi.md +1 -1
  143. package/docs/NumberPortsModel.md +0 -0
  144. package/docs/OAuth20Api.md +1 -1
  145. package/docs/OfflineInstancesEntity.md +0 -0
  146. package/docs/OrderDTO.md +25 -0
  147. package/docs/OrderDetailsDTO.md +0 -0
  148. package/docs/OrderEntity.md +0 -0
  149. package/docs/OrderItemDTO.md +2 -0
  150. package/docs/OrderRequestModel.md +0 -0
  151. package/docs/OrderResponseDTO.md +25 -0
  152. package/docs/OrderSummariesModel.md +0 -0
  153. package/docs/OrderSummaryDTO.md +0 -0
  154. package/docs/OrderTotalModel.md +0 -0
  155. package/docs/OrderedItemEntity.md +0 -0
  156. package/docs/OrderedItemModel.md +0 -0
  157. package/docs/OrdersApi.md +115 -1
  158. package/docs/PatchSetTcxWizardCnameRequest.md +0 -0
  159. package/docs/PatchUpdateAccountContactPasswordRequest.md +0 -0
  160. package/docs/PortalAccountModel.md +0 -0
  161. package/docs/PortalLoginModel.md +0 -0
  162. package/docs/PostAddAdminNoteRequest.md +0 -0
  163. package/docs/PostAddOrderNoteRequest.md +0 -0
  164. package/docs/PostAddWebhook200Response.md +0 -0
  165. package/docs/PostGetClientCredentialsRequest.md +0 -0
  166. package/docs/PostGetProductForCustomerRequest.md +2 -0
  167. package/docs/PostSplitOrderRequest.md +0 -0
  168. package/docs/PriceListItemModel.md +0 -0
  169. package/docs/PricingApi.md +1 -1
  170. package/docs/PrinterEntity.md +0 -0
  171. package/docs/PrizesEntity.md +0 -0
  172. package/docs/ProductPriceListItemModel.md +0 -0
  173. package/docs/ProductSearchResultsModel.md +0 -0
  174. package/docs/ProductSerialInfoModel.md +0 -0
  175. package/docs/ProductSummaryDTO.md +2 -0
  176. package/docs/ProductsApi.md +6 -6
  177. package/docs/PromoCodesEntity.md +0 -0
  178. package/docs/PromoItemsEntity.md +0 -0
  179. package/docs/ProspectDTO.md +33 -0
  180. package/docs/ProspectEntity.md +41 -0
  181. package/docs/ProspectsApi.md +226 -0
  182. package/docs/ProvisioningApi.md +1 -1
  183. package/docs/ProvisioningModel.md +0 -0
  184. package/docs/ProvisioningRequestEntity.md +0 -0
  185. package/docs/PutAllocateItemsRequest.md +0 -0
  186. package/docs/PutAllocateItemsRequestItemsInner.md +0 -0
  187. package/docs/RecordingBackupAzureModel.md +0 -0
  188. package/docs/RecordingsBackupInfoDTO.md +0 -0
  189. package/docs/RemoteStorageDTO.md +27 -0
  190. package/docs/ResourceNotReadyException.md +0 -0
  191. package/docs/RootAccessModel.md +0 -0
  192. package/docs/S3BucketEntity.md +0 -0
  193. package/docs/SIPTrunksApi.md +1 -1
  194. package/docs/SMSApi.md +1 -1
  195. package/docs/SbcDTO.md +35 -0
  196. package/docs/ScannedItemModel.md +0 -0
  197. package/docs/ScopeModel.md +0 -0
  198. package/docs/ServiceHealthDTO.md +0 -0
  199. package/docs/ServiceStatusDTO.md +0 -0
  200. package/docs/ServicesApi.md +1 -1
  201. package/docs/ShipmentAddressEntity.md +0 -0
  202. package/docs/ShipmentDTO.md +0 -0
  203. package/docs/ShipmentEntity.md +0 -0
  204. package/docs/ShipmentItemDTO.md +0 -0
  205. package/docs/ShipmentItemEntity.md +0 -0
  206. package/docs/ShipmentItemModel.md +0 -0
  207. package/docs/ShipmentModel.md +0 -0
  208. package/docs/ShipmentRequestDTO.md +0 -0
  209. package/docs/ShippingAddressDTO.md +35 -0
  210. package/docs/ShippingApi.md +1 -1
  211. package/docs/ShippingConsignmentModel.md +0 -0
  212. package/docs/ShippingInformationDTO.md +0 -0
  213. package/docs/ShippingRequestDTO.md +0 -0
  214. package/docs/ShippingServiceDTO.md +0 -0
  215. package/docs/ShippingServiceModel.md +0 -0
  216. package/docs/ShippingServicesModel.md +0 -0
  217. package/docs/SipTrunkChangeResponseModel.md +0 -0
  218. package/docs/SipTrunkCreationRequestModel.md +0 -0
  219. package/docs/SipTrunkEntity.md +0 -0
  220. package/docs/SipTrunksResponseModel.md +0 -0
  221. package/docs/SmsAccountDTO.md +0 -0
  222. package/docs/SmsAccountEntity.md +0 -0
  223. package/docs/SmsAccountRequestDTO.md +0 -0
  224. package/docs/SmsDataModel.md +0 -0
  225. package/docs/SmsMessageModel.md +0 -0
  226. package/docs/SmsNumbersEntity.md +0 -0
  227. package/docs/SmsPayloadModel.md +0 -0
  228. package/docs/SmsPhoneNumberModel.md +0 -0
  229. package/docs/SmsResponseModel.md +0 -0
  230. package/docs/SmsWhitelistEntity.md +0 -0
  231. package/docs/StockManagementApi.md +1 -1
  232. package/docs/StockOrderCourierEntity.md +0 -0
  233. package/docs/StockOrderDeductionModel.md +0 -0
  234. package/docs/StockOrderDeductionRequestModel.md +0 -0
  235. package/docs/StockOrderDeductionsEntity.md +0 -0
  236. package/docs/StockOrderEntity.md +0 -0
  237. package/docs/StockOrderItemEntity.md +0 -0
  238. package/docs/StockOrderItemModel.md +0 -0
  239. package/docs/StockOrderItemRequestModel.md +0 -0
  240. package/docs/StockOrderModel.md +0 -0
  241. package/docs/StockOrderProductEntity.md +0 -0
  242. package/docs/StockOrderRequestModel.md +0 -0
  243. package/docs/StockOrderSupplierEntity.md +0 -0
  244. package/docs/StockOrderSupplierModel.md +0 -0
  245. package/docs/StockOrdersModel.md +0 -0
  246. package/docs/StockProductModel.md +0 -0
  247. package/docs/StockProductPriceModel.md +0 -0
  248. package/docs/StockProductSummariesModel.md +0 -0
  249. package/docs/StockProductSummaryModel.md +0 -0
  250. package/docs/StockTransactionsEntity.md +0 -0
  251. package/docs/SupplierEntity.md +0 -0
  252. package/docs/SupplierItemEntity.md +0 -0
  253. package/docs/SupplierItemModel.md +0 -0
  254. package/docs/SupplierModel.md +0 -0
  255. package/docs/SupportTicketModel.md +0 -0
  256. package/docs/SystemApi.md +1 -1
  257. package/docs/TcxBackupEntity.md +0 -0
  258. package/docs/TcxBackupModel.md +0 -0
  259. package/docs/TcxBillingEntity.md +0 -0
  260. package/docs/TcxBulkLicenceDetailsModel.md +0 -0
  261. package/docs/TcxDeadLicenceEntity.md +0 -0
  262. package/docs/TcxExtsEntity.md +0 -0
  263. package/docs/TcxHostingPricingEntity.md +0 -0
  264. package/docs/TcxInstallationModel.md +0 -0
  265. package/docs/TcxInstallationsModel.md +0 -0
  266. package/docs/TcxKeySummaryDTO.md +0 -0
  267. package/docs/TcxKeysEntity.md +0 -0
  268. package/docs/TcxLicenceDetailsErrorModel.md +0 -0
  269. package/docs/TcxLicenceDetailsModel.md +0 -0
  270. package/docs/TcxMacsEntity.md +0 -0
  271. package/docs/TcxMultiTenantModel.md +0 -0
  272. package/docs/TcxMultiTenantUserModel.md +0 -0
  273. package/docs/TcxMultiTenantsModel.md +0 -0
  274. package/docs/TcxNumbersEntity.md +0 -0
  275. package/docs/TcxOfficeHoursEntity.md +0 -0
  276. package/docs/TcxPhoneModel.md +0 -0
  277. package/docs/TcxPhonesEntity.md +0 -0
  278. package/docs/TcxRemoteStorageModel.md +0 -0
  279. package/docs/TcxSbcDTO.md +2 -0
  280. package/docs/TcxSbcEntity.md +0 -0
  281. package/docs/TcxSbcModel.md +0 -0
  282. package/docs/{PostSendWelcomeEmailRequest.md → TcxSbcResponseDTO.md} +8 -5
  283. package/docs/TcxSetupEntity.md +0 -0
  284. package/docs/TcxSetupsModel.md +0 -0
  285. package/docs/TcxSipTrunksEntity.md +0 -0
  286. package/docs/TcxTemplateXmlEnum.md +0 -0
  287. package/docs/TcxUsersEntity.md +0 -0
  288. package/docs/TcxWizardConfigModel.md +0 -0
  289. package/docs/TcxWizardModel.md +0 -0
  290. package/docs/TechSupportCompanySummaryDTO.md +0 -0
  291. package/docs/TicketSummaryModel.md +0 -0
  292. package/docs/TicketTimeDTO.md +0 -0
  293. package/docs/TicketsApi.md +1 -1
  294. package/docs/TokenResponseModel.md +0 -0
  295. package/docs/UpgradeOrderResponseModel.md +0 -0
  296. package/docs/UpgradeRequestModel.md +0 -0
  297. package/docs/UserEntity.md +0 -0
  298. package/docs/WebhooksApi.md +1 -1
  299. package/docs/XeroLogEntity.md +0 -0
  300. package/getEnums.php +31 -31
  301. package/git_push.sh +0 -0
  302. package/index.ts +1 -1
  303. package/models/CourierEnum.ts +0 -0
  304. package/models/EventStatusEnum.ts +0 -0
  305. package/models/EventTypeEnum.ts +0 -0
  306. package/models/PaymentMethodEnum.ts +14 -0
  307. package/models/PortStatusEnum.ts +0 -0
  308. package/models/PrinterEnum.ts +0 -0
  309. package/models/ScheduledTaskEnum.ts +34 -0
  310. package/models/ServiceEnum.ts +5 -0
  311. package/models/ServiceHealthEnum.ts +0 -0
  312. package/models/ServiceStatusEnum.ts +0 -0
  313. package/models/UpdateTypeEnum.ts +0 -0
  314. package/openapitools.json +1 -1
  315. package/package.json +1 -1
  316. package/tsconfig.json +0 -0
  317. package/dist/models/StatusEnum.d.ts +0 -18
  318. package/dist/models/StatusEnum.js +0 -20
  319. package/dist/src/apis/AccountsApi.d.ts +0 -258
  320. package/dist/src/apis/AccountsApi.js +0 -975
  321. package/dist/src/apis/CRMApi.d.ts +0 -26
  322. package/dist/src/apis/CRMApi.js +0 -122
  323. package/dist/src/apis/Class3CXApi.d.ts +0 -44
  324. package/dist/src/apis/Class3CXApi.js +0 -177
  325. package/dist/src/apis/Class3CXInstallationWizardApi.d.ts +0 -446
  326. package/dist/src/apis/Class3CXInstallationWizardApi.js +0 -1740
  327. package/dist/src/apis/Class3CXInstallationsApi.d.ts +0 -253
  328. package/dist/src/apis/Class3CXInstallationsApi.js +0 -806
  329. package/dist/src/apis/Class3CXIntegrationsApi.d.ts +0 -102
  330. package/dist/src/apis/Class3CXIntegrationsApi.js +0 -386
  331. package/dist/src/apis/Class3CXMultiTenantApi.d.ts +0 -122
  332. package/dist/src/apis/Class3CXMultiTenantApi.js +0 -431
  333. package/dist/src/apis/MyPBXToolsApi.d.ts +0 -32
  334. package/dist/src/apis/MyPBXToolsApi.js +0 -136
  335. package/dist/src/apis/OAuth20Api.d.ts +0 -185
  336. package/dist/src/apis/OAuth20Api.js +0 -507
  337. package/dist/src/apis/OrdersApi.d.ts +0 -154
  338. package/dist/src/apis/OrdersApi.js +0 -512
  339. package/dist/src/apis/PricingApi.d.ts +0 -154
  340. package/dist/src/apis/PricingApi.js +0 -308
  341. package/dist/src/apis/ProductsApi.d.ts +0 -135
  342. package/dist/src/apis/ProductsApi.js +0 -531
  343. package/dist/src/apis/ProvisioningApi.d.ts +0 -112
  344. package/dist/src/apis/ProvisioningApi.js +0 -427
  345. package/dist/src/apis/SIPTrunksApi.d.ts +0 -315
  346. package/dist/src/apis/SIPTrunksApi.js +0 -1197
  347. package/dist/src/apis/SMSApi.d.ts +0 -30
  348. package/dist/src/apis/SMSApi.js +0 -130
  349. package/dist/src/apis/ServicesApi.d.ts +0 -81
  350. package/dist/src/apis/ServicesApi.js +0 -386
  351. package/dist/src/apis/ShippingApi.d.ts +0 -45
  352. package/dist/src/apis/ShippingApi.js +0 -179
  353. package/dist/src/apis/StockManagementApi.d.ts +0 -345
  354. package/dist/src/apis/StockManagementApi.js +0 -1293
  355. package/dist/src/apis/SystemApi.d.ts +0 -37
  356. package/dist/src/apis/SystemApi.js +0 -146
  357. package/dist/src/apis/TicketsApi.d.ts +0 -79
  358. package/dist/src/apis/TicketsApi.js +0 -360
  359. package/dist/src/apis/WebhooksApi.d.ts +0 -56
  360. package/dist/src/apis/WebhooksApi.js +0 -189
  361. package/dist/src/apis/index.d.ts +0 -21
  362. package/dist/src/apis/index.js +0 -39
  363. package/dist/src/index.d.ts +0 -3
  364. package/dist/src/index.js +0 -21
  365. package/dist/src/models/AbstractOrderRequestDTO.d.ts +0 -71
  366. package/dist/src/models/AbstractOrderRequestDTO.js +0 -64
  367. package/dist/src/models/AccountContactEntity.d.ts +0 -104
  368. package/dist/src/models/AccountContactEntity.js +0 -73
  369. package/dist/src/models/AccountContactModel.d.ts +0 -104
  370. package/dist/src/models/AccountContactModel.js +0 -73
  371. package/dist/src/models/AccountContactRequestModel.d.ts +0 -80
  372. package/dist/src/models/AccountContactRequestModel.js +0 -65
  373. package/dist/src/models/AccountDetailedSummaryDTO.d.ts +0 -89
  374. package/dist/src/models/AccountDetailedSummaryDTO.js +0 -70
  375. package/dist/src/models/AccountRequestModel.d.ts +0 -128
  376. package/dist/src/models/AccountRequestModel.js +0 -81
  377. package/dist/src/models/AccountSummaryDTO.d.ts +0 -44
  378. package/dist/src/models/AccountSummaryDTO.js +0 -53
  379. package/dist/src/models/AccountsResponseModel.d.ts +0 -51
  380. package/dist/src/models/AccountsResponseModel.js +0 -56
  381. package/dist/src/models/AddressModel.d.ts +0 -110
  382. package/dist/src/models/AddressModel.js +0 -75
  383. package/dist/src/models/AddressRequestModel.d.ts +0 -50
  384. package/dist/src/models/AddressRequestModel.js +0 -55
  385. package/dist/src/models/AdminOrderRequestDTO.d.ts +0 -113
  386. package/dist/src/models/AdminOrderRequestDTO.js +0 -78
  387. package/dist/src/models/AdminUserModel.d.ts +0 -79
  388. package/dist/src/models/AdminUserModel.js +0 -72
  389. package/dist/src/models/AgentHoursGraphModel.d.ts +0 -51
  390. package/dist/src/models/AgentHoursGraphModel.js +0 -56
  391. package/dist/src/models/AgentHoursGraphMonthModel.d.ts +0 -38
  392. package/dist/src/models/AgentHoursGraphMonthModel.js +0 -51
  393. package/dist/src/models/ApiLogEntity.d.ts +0 -98
  394. package/dist/src/models/ApiLogEntity.js +0 -71
  395. package/dist/src/models/AreaCodeModel.d.ts +0 -38
  396. package/dist/src/models/AreaCodeModel.js +0 -51
  397. package/dist/src/models/AttachmentModel.d.ts +0 -56
  398. package/dist/src/models/AttachmentModel.js +0 -57
  399. package/dist/src/models/AttributeSetEnum.d.ts +0 -38
  400. package/dist/src/models/AttributeSetEnum.js +0 -51
  401. package/dist/src/models/AuditLogEntity.d.ts +0 -80
  402. package/dist/src/models/AuditLogEntity.js +0 -65
  403. package/dist/src/models/AuthCodeResponseModel.d.ts +0 -44
  404. package/dist/src/models/AuthCodeResponseModel.js +0 -53
  405. package/dist/src/models/BasicItemDTO.d.ts +0 -38
  406. package/dist/src/models/BasicItemDTO.js +0 -51
  407. package/dist/src/models/BasicProductDTO.d.ts +0 -38
  408. package/dist/src/models/BasicProductDTO.js +0 -51
  409. package/dist/src/models/BatchEntity.d.ts +0 -128
  410. package/dist/src/models/BatchEntity.js +0 -81
  411. package/dist/src/models/CallBarringModel.d.ts +0 -56
  412. package/dist/src/models/CallBarringModel.js +0 -57
  413. package/dist/src/models/ClientDetailsModel.d.ts +0 -68
  414. package/dist/src/models/ClientDetailsModel.js +0 -61
  415. package/dist/src/models/ClientModel.d.ts +0 -50
  416. package/dist/src/models/ClientModel.js +0 -55
  417. package/dist/src/models/CompanyContractModel.d.ts +0 -56
  418. package/dist/src/models/CompanyContractModel.js +0 -57
  419. package/dist/src/models/ContactInfoModel.d.ts +0 -56
  420. package/dist/src/models/ContactInfoModel.js +0 -57
  421. package/dist/src/models/ConversationModel.d.ts +0 -75
  422. package/dist/src/models/ConversationModel.js +0 -64
  423. package/dist/src/models/CourierPriceEntity.d.ts +0 -86
  424. package/dist/src/models/CourierPriceEntity.js +0 -67
  425. package/dist/src/models/CreditAccountEntity.d.ts +0 -152
  426. package/dist/src/models/CreditAccountEntity.js +0 -89
  427. package/dist/src/models/CrmContactDTO.d.ts +0 -68
  428. package/dist/src/models/CrmContactDTO.js +0 -61
  429. package/dist/src/models/CustomerInformationModel.d.ts +0 -68
  430. package/dist/src/models/CustomerInformationModel.js +0 -61
  431. package/dist/src/models/CustomerItemRequestDTO.d.ts +0 -81
  432. package/dist/src/models/CustomerItemRequestDTO.js +0 -66
  433. package/dist/src/models/CustomerOrderRequestDTO.d.ts +0 -71
  434. package/dist/src/models/CustomerOrderRequestDTO.js +0 -64
  435. package/dist/src/models/CustomerPriceListEnum.d.ts +0 -38
  436. package/dist/src/models/CustomerPriceListEnum.js +0 -51
  437. package/dist/src/models/CustomerSummaryReportDTO.d.ts +0 -65
  438. package/dist/src/models/CustomerSummaryReportDTO.js +0 -62
  439. package/dist/src/models/DdiRangeRequestModel.d.ts +0 -44
  440. package/dist/src/models/DdiRangeRequestModel.js +0 -53
  441. package/dist/src/models/DdiRangesRequestModel.d.ts +0 -33
  442. package/dist/src/models/DdiRangesRequestModel.js +0 -50
  443. package/dist/src/models/DetailedItemRequestDTO.d.ts +0 -99
  444. package/dist/src/models/DetailedItemRequestDTO.js +0 -72
  445. package/dist/src/models/DetailedOrderRequestDTO.d.ts +0 -71
  446. package/dist/src/models/DetailedOrderRequestDTO.js +0 -64
  447. package/dist/src/models/DivertRequestModel.d.ts +0 -38
  448. package/dist/src/models/DivertRequestModel.js +0 -51
  449. package/dist/src/models/DivertResponseModel.d.ts +0 -52
  450. package/dist/src/models/DivertResponseModel.js +0 -61
  451. package/dist/src/models/EdTechProClientEntity.d.ts +0 -56
  452. package/dist/src/models/EdTechProClientEntity.js +0 -57
  453. package/dist/src/models/EdTechProSchoolModel.d.ts +0 -104
  454. package/dist/src/models/EdTechProSchoolModel.js +0 -73
  455. package/dist/src/models/EdTechProSchoolsModel.d.ts +0 -51
  456. package/dist/src/models/EdTechProSchoolsModel.js +0 -56
  457. package/dist/src/models/EdTechProSetupModel.d.ts +0 -56
  458. package/dist/src/models/EdTechProSetupModel.js +0 -57
  459. package/dist/src/models/EventDTO.d.ts +0 -84
  460. package/dist/src/models/EventDTO.js +0 -73
  461. package/dist/src/models/EventRequestDTO.d.ts +0 -44
  462. package/dist/src/models/EventRequestDTO.js +0 -53
  463. package/dist/src/models/EventSubscriptionModel.d.ts +0 -38
  464. package/dist/src/models/EventSubscriptionModel.js +0 -51
  465. package/dist/src/models/EventTypeEnum.d.ts +0 -19
  466. package/dist/src/models/EventTypeEnum.js +0 -24
  467. package/dist/src/models/EventUpdateDTO.d.ts +0 -50
  468. package/dist/src/models/EventUpdateDTO.js +0 -55
  469. package/dist/src/models/EventUpdateEntity.d.ts +0 -56
  470. package/dist/src/models/EventUpdateEntity.js +0 -57
  471. package/dist/src/models/EventUpdateRequestDTO.d.ts +0 -44
  472. package/dist/src/models/EventUpdateRequestDTO.js +0 -53
  473. package/dist/src/models/FraudManagementModel.d.ts +0 -38
  474. package/dist/src/models/FraudManagementModel.js +0 -51
  475. package/dist/src/models/FreshdeskCompanyTicketsModel.d.ts +0 -51
  476. package/dist/src/models/FreshdeskCompanyTicketsModel.js +0 -56
  477. package/dist/src/models/FreshdeskTicketEntity.d.ts +0 -68
  478. package/dist/src/models/FreshdeskTicketEntity.js +0 -61
  479. package/dist/src/models/FtpAccountsEntity.d.ts +0 -56
  480. package/dist/src/models/FtpAccountsEntity.js +0 -57
  481. package/dist/src/models/GenericFileModel.d.ts +0 -44
  482. package/dist/src/models/GenericFileModel.js +0 -53
  483. package/dist/src/models/GetGetPrice200Response.d.ts +0 -32
  484. package/dist/src/models/GetGetPrice200Response.js +0 -49
  485. package/dist/src/models/GetGetRecording200Response.d.ts +0 -32
  486. package/dist/src/models/GetGetRecording200Response.js +0 -49
  487. package/dist/src/models/HostingChangeResponseModel.d.ts +0 -64
  488. package/dist/src/models/HostingChangeResponseModel.js +0 -65
  489. package/dist/src/models/HostingRegionDTO.d.ts +0 -59
  490. package/dist/src/models/HostingRegionDTO.js +0 -68
  491. package/dist/src/models/InstanceAutoFailoverEntity.d.ts +0 -56
  492. package/dist/src/models/InstanceAutoFailoverEntity.js +0 -57
  493. package/dist/src/models/InstanceDeletionScheduleEntity.d.ts +0 -50
  494. package/dist/src/models/InstanceDeletionScheduleEntity.js +0 -55
  495. package/dist/src/models/InstanceEntity.d.ts +0 -152
  496. package/dist/src/models/InstanceEntity.js +0 -89
  497. package/dist/src/models/InstanceFailoverEntity.d.ts +0 -92
  498. package/dist/src/models/InstanceFailoverEntity.js +0 -69
  499. package/dist/src/models/InstanceMonitoringEntity.d.ts +0 -44
  500. package/dist/src/models/InstanceMonitoringEntity.js +0 -53
  501. package/dist/src/models/InstanceMonitoringLogEntity.d.ts +0 -62
  502. package/dist/src/models/InstanceMonitoringLogEntity.js +0 -59
  503. package/dist/src/models/InstanceScheduledTasksEntity.d.ts +0 -62
  504. package/dist/src/models/InstanceScheduledTasksEntity.js +0 -59
  505. package/dist/src/models/InstanceTcxDetailsEntity.d.ts +0 -86
  506. package/dist/src/models/InstanceTcxDetailsEntity.js +0 -67
  507. package/dist/src/models/InstanceUserCredentialsEntity.d.ts +0 -56
  508. package/dist/src/models/InstanceUserCredentialsEntity.js +0 -57
  509. package/dist/src/models/ItemDTO.d.ts +0 -117
  510. package/dist/src/models/ItemDTO.js +0 -78
  511. package/dist/src/models/ItemDiscountEntity.d.ts +0 -77
  512. package/dist/src/models/ItemDiscountEntity.js +0 -70
  513. package/dist/src/models/ItemEntity.d.ts +0 -158
  514. package/dist/src/models/ItemEntity.js +0 -91
  515. package/dist/src/models/LinkedOrderEntity.d.ts +0 -38
  516. package/dist/src/models/LinkedOrderEntity.js +0 -51
  517. package/dist/src/models/MFARequiredModel.d.ts +0 -38
  518. package/dist/src/models/MFARequiredModel.js +0 -51
  519. package/dist/src/models/MonthlyUsageModel.d.ts +0 -38
  520. package/dist/src/models/MonthlyUsageModel.js +0 -51
  521. package/dist/src/models/MultiTenantChangeResponseModel.d.ts +0 -70
  522. package/dist/src/models/MultiTenantChangeResponseModel.js +0 -75
  523. package/dist/src/models/NavigationModel.d.ts +0 -50
  524. package/dist/src/models/NavigationModel.js +0 -55
  525. package/dist/src/models/OfflineInstancesEntity.d.ts +0 -56
  526. package/dist/src/models/OfflineInstancesEntity.js +0 -57
  527. package/dist/src/models/OrderEntity.d.ts +0 -374
  528. package/dist/src/models/OrderEntity.js +0 -163
  529. package/dist/src/models/OrderRequestModel.d.ts +0 -120
  530. package/dist/src/models/OrderRequestModel.js +0 -88
  531. package/dist/src/models/OrderSummariesModel.d.ts +0 -51
  532. package/dist/src/models/OrderSummariesModel.js +0 -56
  533. package/dist/src/models/OrderSummaryDTO.d.ts +0 -126
  534. package/dist/src/models/OrderSummaryDTO.js +0 -83
  535. package/dist/src/models/OrderTotalModel.d.ts +0 -111
  536. package/dist/src/models/OrderTotalModel.js +0 -100
  537. package/dist/src/models/OrderedItemEntity.d.ts +0 -110
  538. package/dist/src/models/OrderedItemEntity.js +0 -75
  539. package/dist/src/models/PatchSetTcxWizardCnameRequest.d.ts +0 -32
  540. package/dist/src/models/PatchSetTcxWizardCnameRequest.js +0 -49
  541. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.d.ts +0 -32
  542. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.js +0 -49
  543. package/dist/src/models/PortalAccountModel.d.ts +0 -171
  544. package/dist/src/models/PortalAccountModel.js +0 -96
  545. package/dist/src/models/PortalLoginModel.d.ts +0 -68
  546. package/dist/src/models/PortalLoginModel.js +0 -61
  547. package/dist/src/models/PostAddWebhook200Response.d.ts +0 -32
  548. package/dist/src/models/PostAddWebhook200Response.js +0 -49
  549. package/dist/src/models/PostGetClientCredentialsRequest.d.ts +0 -32
  550. package/dist/src/models/PostGetClientCredentialsRequest.js +0 -49
  551. package/dist/src/models/PostGetProductForCustomerRequest.d.ts +0 -50
  552. package/dist/src/models/PostGetProductForCustomerRequest.js +0 -55
  553. package/dist/src/models/PostGetProductRequest.d.ts +0 -44
  554. package/dist/src/models/PostGetProductRequest.js +0 -53
  555. package/dist/src/models/PriceListItemModel.d.ts +0 -56
  556. package/dist/src/models/PriceListItemModel.js +0 -57
  557. package/dist/src/models/PrizesEntity.d.ts +0 -62
  558. package/dist/src/models/PrizesEntity.js +0 -59
  559. package/dist/src/models/ProductPriceListItemModel.d.ts +0 -62
  560. package/dist/src/models/ProductPriceListItemModel.js +0 -59
  561. package/dist/src/models/ProductSearchResultsModel.d.ts +0 -33
  562. package/dist/src/models/ProductSearchResultsModel.js +0 -50
  563. package/dist/src/models/ProductSerialInfoModel.d.ts +0 -50
  564. package/dist/src/models/ProductSerialInfoModel.js +0 -55
  565. package/dist/src/models/ProductSummaryDTO.d.ts +0 -81
  566. package/dist/src/models/ProductSummaryDTO.js +0 -66
  567. package/dist/src/models/PromoCodesEntity.d.ts +0 -98
  568. package/dist/src/models/PromoCodesEntity.js +0 -71
  569. package/dist/src/models/PromoItemsEntity.d.ts +0 -74
  570. package/dist/src/models/PromoItemsEntity.js +0 -63
  571. package/dist/src/models/ProvisioningModel.d.ts +0 -56
  572. package/dist/src/models/ProvisioningModel.js +0 -57
  573. package/dist/src/models/ProvisioningRequestEntity.d.ts +0 -44
  574. package/dist/src/models/ProvisioningRequestEntity.js +0 -53
  575. package/dist/src/models/RecordingBackupAzureModel.d.ts +0 -50
  576. package/dist/src/models/RecordingBackupAzureModel.js +0 -55
  577. package/dist/src/models/RecordingsBackupInfoDTO.d.ts +0 -40
  578. package/dist/src/models/RecordingsBackupInfoDTO.js +0 -53
  579. package/dist/src/models/ResourceNotReadyException.d.ts +0 -44
  580. package/dist/src/models/ResourceNotReadyException.js +0 -53
  581. package/dist/src/models/RootAccessModel.d.ts +0 -44
  582. package/dist/src/models/RootAccessModel.js +0 -53
  583. package/dist/src/models/S3BucketEntity.d.ts +0 -50
  584. package/dist/src/models/S3BucketEntity.js +0 -55
  585. package/dist/src/models/ScannedItemModel.d.ts +0 -56
  586. package/dist/src/models/ScannedItemModel.js +0 -57
  587. package/dist/src/models/ScopeModel.d.ts +0 -38
  588. package/dist/src/models/ScopeModel.js +0 -51
  589. package/dist/src/models/ServiceEnum.d.ts +0 -14
  590. package/dist/src/models/ServiceEnum.js +0 -19
  591. package/dist/src/models/ServiceHealthDTO.d.ts +0 -48
  592. package/dist/src/models/ServiceHealthDTO.js +0 -61
  593. package/dist/src/models/ServiceHealthEnum.d.ts +0 -19
  594. package/dist/src/models/ServiceHealthEnum.js +0 -24
  595. package/dist/src/models/ServiceStatusDTO.d.ts +0 -60
  596. package/dist/src/models/ServiceStatusDTO.js +0 -65
  597. package/dist/src/models/ServiceStatusEnum.d.ts +0 -19
  598. package/dist/src/models/ServiceStatusEnum.js +0 -24
  599. package/dist/src/models/ShipmentAddressEntity.d.ts +0 -92
  600. package/dist/src/models/ShipmentAddressEntity.js +0 -69
  601. package/dist/src/models/ShipmentEntity.d.ts +0 -98
  602. package/dist/src/models/ShipmentEntity.js +0 -71
  603. package/dist/src/models/ShipmentItemEntity.d.ts +0 -56
  604. package/dist/src/models/ShipmentItemEntity.js +0 -57
  605. package/dist/src/models/ShippingConsignmentModel.d.ts +0 -51
  606. package/dist/src/models/ShippingConsignmentModel.js +0 -56
  607. package/dist/src/models/ShippingInformationDTO.d.ts +0 -45
  608. package/dist/src/models/ShippingInformationDTO.js +0 -54
  609. package/dist/src/models/ShippingServiceDTO.d.ts +0 -47
  610. package/dist/src/models/ShippingServiceDTO.js +0 -60
  611. package/dist/src/models/ShippingServiceModel.d.ts +0 -71
  612. package/dist/src/models/ShippingServiceModel.js +0 -68
  613. package/dist/src/models/ShippingServicesModel.d.ts +0 -33
  614. package/dist/src/models/ShippingServicesModel.js +0 -50
  615. package/dist/src/models/SipTrunkChangeResponseModel.d.ts +0 -77
  616. package/dist/src/models/SipTrunkChangeResponseModel.js +0 -78
  617. package/dist/src/models/SipTrunkCreationRequestModel.d.ts +0 -66
  618. package/dist/src/models/SipTrunkCreationRequestModel.js +0 -63
  619. package/dist/src/models/SipTrunkEntity.d.ts +0 -98
  620. package/dist/src/models/SipTrunkEntity.js +0 -71
  621. package/dist/src/models/SipTrunksResponseModel.d.ts +0 -51
  622. package/dist/src/models/SipTrunksResponseModel.js +0 -56
  623. package/dist/src/models/SmsAccountEntity.d.ts +0 -68
  624. package/dist/src/models/SmsAccountEntity.js +0 -61
  625. package/dist/src/models/SmsDataModel.d.ts +0 -33
  626. package/dist/src/models/SmsDataModel.js +0 -50
  627. package/dist/src/models/SmsMessageModel.d.ts +0 -44
  628. package/dist/src/models/SmsMessageModel.js +0 -53
  629. package/dist/src/models/SmsNumbersEntity.d.ts +0 -38
  630. package/dist/src/models/SmsNumbersEntity.js +0 -51
  631. package/dist/src/models/SmsPayloadModel.d.ts +0 -45
  632. package/dist/src/models/SmsPayloadModel.js +0 -54
  633. package/dist/src/models/SmsPhoneNumberModel.d.ts +0 -53
  634. package/dist/src/models/SmsPhoneNumberModel.js +0 -66
  635. package/dist/src/models/SmsResponseModel.d.ts +0 -67
  636. package/dist/src/models/SmsResponseModel.js +0 -68
  637. package/dist/src/models/SmsWhitelistEntity.d.ts +0 -38
  638. package/dist/src/models/SmsWhitelistEntity.js +0 -51
  639. package/dist/src/models/StockOrderCourierEntity.d.ts +0 -50
  640. package/dist/src/models/StockOrderCourierEntity.js +0 -55
  641. package/dist/src/models/StockOrderDeductionModel.d.ts +0 -50
  642. package/dist/src/models/StockOrderDeductionModel.js +0 -55
  643. package/dist/src/models/StockOrderDeductionRequestModel.d.ts +0 -38
  644. package/dist/src/models/StockOrderDeductionRequestModel.js +0 -51
  645. package/dist/src/models/StockOrderDeductionsEntity.d.ts +0 -50
  646. package/dist/src/models/StockOrderDeductionsEntity.js +0 -55
  647. package/dist/src/models/StockOrderEntity.d.ts +0 -158
  648. package/dist/src/models/StockOrderEntity.js +0 -91
  649. package/dist/src/models/StockOrderItemEntity.d.ts +0 -68
  650. package/dist/src/models/StockOrderItemEntity.js +0 -61
  651. package/dist/src/models/StockOrderItemModel.d.ts +0 -80
  652. package/dist/src/models/StockOrderItemModel.js +0 -65
  653. package/dist/src/models/StockOrderItemRequestModel.d.ts +0 -50
  654. package/dist/src/models/StockOrderItemRequestModel.js +0 -55
  655. package/dist/src/models/StockOrderModel.d.ts +0 -137
  656. package/dist/src/models/StockOrderModel.js +0 -97
  657. package/dist/src/models/StockOrderProductEntity.d.ts +0 -62
  658. package/dist/src/models/StockOrderProductEntity.js +0 -59
  659. package/dist/src/models/StockOrderRequestModel.d.ts +0 -46
  660. package/dist/src/models/StockOrderRequestModel.js +0 -55
  661. package/dist/src/models/StockOrderSupplierEntity.d.ts +0 -80
  662. package/dist/src/models/StockOrderSupplierEntity.js +0 -65
  663. package/dist/src/models/StockOrderSupplierModel.d.ts +0 -80
  664. package/dist/src/models/StockOrderSupplierModel.js +0 -65
  665. package/dist/src/models/StockOrdersModel.d.ts +0 -51
  666. package/dist/src/models/StockOrdersModel.js +0 -56
  667. package/dist/src/models/StockProductModel.d.ts +0 -120
  668. package/dist/src/models/StockProductModel.js +0 -81
  669. package/dist/src/models/StockProductPriceModel.d.ts +0 -39
  670. package/dist/src/models/StockProductPriceModel.js +0 -52
  671. package/dist/src/models/StockProductSummariesModel.d.ts +0 -51
  672. package/dist/src/models/StockProductSummariesModel.js +0 -56
  673. package/dist/src/models/StockProductSummaryModel.d.ts +0 -69
  674. package/dist/src/models/StockProductSummaryModel.js +0 -62
  675. package/dist/src/models/StockTransactionsEntity.d.ts +0 -74
  676. package/dist/src/models/StockTransactionsEntity.js +0 -63
  677. package/dist/src/models/SupplierEntity.d.ts +0 -80
  678. package/dist/src/models/SupplierEntity.js +0 -65
  679. package/dist/src/models/SupplierItemEntity.d.ts +0 -74
  680. package/dist/src/models/SupplierItemEntity.js +0 -63
  681. package/dist/src/models/TcxBackupEntity.d.ts +0 -80
  682. package/dist/src/models/TcxBackupEntity.js +0 -65
  683. package/dist/src/models/TcxBackupModel.d.ts +0 -140
  684. package/dist/src/models/TcxBackupModel.js +0 -85
  685. package/dist/src/models/TcxBillingEntity.d.ts +0 -86
  686. package/dist/src/models/TcxBillingEntity.js +0 -67
  687. package/dist/src/models/TcxBulkLicenceDetailsModel.d.ts +0 -40
  688. package/dist/src/models/TcxBulkLicenceDetailsModel.js +0 -53
  689. package/dist/src/models/TcxDeadLicenceEntity.d.ts +0 -44
  690. package/dist/src/models/TcxDeadLicenceEntity.js +0 -53
  691. package/dist/src/models/TcxExtsEntity.d.ts +0 -74
  692. package/dist/src/models/TcxExtsEntity.js +0 -63
  693. package/dist/src/models/TcxHostingPricingEntity.d.ts +0 -74
  694. package/dist/src/models/TcxHostingPricingEntity.js +0 -63
  695. package/dist/src/models/TcxInstallationDetailsModel.d.ts +0 -106
  696. package/dist/src/models/TcxInstallationDetailsModel.js +0 -75
  697. package/dist/src/models/TcxInstallationModel.d.ts +0 -200
  698. package/dist/src/models/TcxInstallationModel.js +0 -105
  699. package/dist/src/models/TcxInstallationsModel.d.ts +0 -51
  700. package/dist/src/models/TcxInstallationsModel.js +0 -56
  701. package/dist/src/models/TcxKeySummaryDTO.d.ts +0 -56
  702. package/dist/src/models/TcxKeySummaryDTO.js +0 -57
  703. package/dist/src/models/TcxKeysEntity.d.ts +0 -62
  704. package/dist/src/models/TcxKeysEntity.js +0 -59
  705. package/dist/src/models/TcxLicenceDetailsErrorModel.d.ts +0 -50
  706. package/dist/src/models/TcxLicenceDetailsErrorModel.js +0 -55
  707. package/dist/src/models/TcxLicenceDetailsModel.d.ts +0 -92
  708. package/dist/src/models/TcxLicenceDetailsModel.js +0 -69
  709. package/dist/src/models/TcxMacsEntity.d.ts +0 -44
  710. package/dist/src/models/TcxMacsEntity.js +0 -53
  711. package/dist/src/models/TcxMultiTenantModel.d.ts +0 -118
  712. package/dist/src/models/TcxMultiTenantModel.js +0 -83
  713. package/dist/src/models/TcxMultiTenantUserModel.d.ts +0 -44
  714. package/dist/src/models/TcxMultiTenantUserModel.js +0 -53
  715. package/dist/src/models/TcxMultiTenantsModel.d.ts +0 -51
  716. package/dist/src/models/TcxMultiTenantsModel.js +0 -56
  717. package/dist/src/models/TcxNumbersEntity.d.ts +0 -44
  718. package/dist/src/models/TcxNumbersEntity.js +0 -53
  719. package/dist/src/models/TcxOfficeHoursEntity.d.ts +0 -116
  720. package/dist/src/models/TcxOfficeHoursEntity.js +0 -77
  721. package/dist/src/models/TcxPhoneModel.d.ts +0 -68
  722. package/dist/src/models/TcxPhoneModel.js +0 -61
  723. package/dist/src/models/TcxPhonesEntity.d.ts +0 -62
  724. package/dist/src/models/TcxPhonesEntity.js +0 -59
  725. package/dist/src/models/TcxRemoteStorageModel.d.ts +0 -50
  726. package/dist/src/models/TcxRemoteStorageModel.js +0 -55
  727. package/dist/src/models/TcxSbcDTO.d.ts +0 -62
  728. package/dist/src/models/TcxSbcDTO.js +0 -59
  729. package/dist/src/models/TcxSbcEntity.d.ts +0 -122
  730. package/dist/src/models/TcxSbcEntity.js +0 -79
  731. package/dist/src/models/TcxSbcModel.d.ts +0 -122
  732. package/dist/src/models/TcxSbcModel.js +0 -79
  733. package/dist/src/models/TcxSetupEntity.d.ts +0 -207
  734. package/dist/src/models/TcxSetupEntity.js +0 -123
  735. package/dist/src/models/TcxSetupsModel.d.ts +0 -51
  736. package/dist/src/models/TcxSetupsModel.js +0 -56
  737. package/dist/src/models/TcxSipTrunksEntity.d.ts +0 -104
  738. package/dist/src/models/TcxSipTrunksEntity.js +0 -73
  739. package/dist/src/models/TcxTemplateXmlEnum.d.ts +0 -38
  740. package/dist/src/models/TcxTemplateXmlEnum.js +0 -51
  741. package/dist/src/models/TcxUsersEntity.d.ts +0 -62
  742. package/dist/src/models/TcxUsersEntity.js +0 -59
  743. package/dist/src/models/TcxWizardConfigModel.d.ts +0 -39
  744. package/dist/src/models/TcxWizardConfigModel.js +0 -52
  745. package/dist/src/models/TcxWizardModel.d.ts +0 -150
  746. package/dist/src/models/TcxWizardModel.js +0 -114
  747. package/dist/src/models/TechSupportCompanySummaryDTO.d.ts +0 -57
  748. package/dist/src/models/TechSupportCompanySummaryDTO.js +0 -58
  749. package/dist/src/models/TelephonySupportTicketModel.d.ts +0 -94
  750. package/dist/src/models/TelephonySupportTicketModel.js +0 -71
  751. package/dist/src/models/TicketSummaryModel.d.ts +0 -74
  752. package/dist/src/models/TicketSummaryModel.js +0 -63
  753. package/dist/src/models/TicketTimeDTO.d.ts +0 -80
  754. package/dist/src/models/TicketTimeDTO.js +0 -65
  755. package/dist/src/models/TokenResponseModel.d.ts +0 -44
  756. package/dist/src/models/TokenResponseModel.js +0 -53
  757. package/dist/src/models/UpdateTypeEnum.d.ts +0 -19
  758. package/dist/src/models/UpdateTypeEnum.js +0 -24
  759. package/dist/src/models/UpgradeOrderResponseModel.d.ts +0 -38
  760. package/dist/src/models/UpgradeOrderResponseModel.js +0 -51
  761. package/dist/src/models/UpgradeRequestModel.d.ts +0 -66
  762. package/dist/src/models/UpgradeRequestModel.js +0 -70
  763. package/dist/src/models/UserEntity.d.ts +0 -98
  764. package/dist/src/models/UserEntity.js +0 -71
  765. package/dist/src/models/XeroLogEntity.d.ts +0 -86
  766. package/dist/src/models/XeroLogEntity.js +0 -67
  767. package/dist/src/models/index.d.ts +0 -196
  768. package/dist/src/models/index.js +0 -214
  769. package/dist/src/runtime.d.ts +0 -184
  770. package/dist/src/runtime.js +0 -564
  771. package/docs/AccountPageDetailsDTO.md +0 -35
  772. package/docs/AddressDTO.md +0 -33
  773. package/docs/PatchSendWelcomeEmailRequest.md +0 -20
  774. package/docs/PatchUpdateAccountCnameRequest.md +0 -20
  775. package/docs/PostGetProductRequest.md +0 -24
  776. package/docs/TcxInstallationDetailsModel.md +0 -45
package/dist/api.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Yellowgrid
3
- * Welcome to the Yellowgrid API documentation. This API provides secure and comprehensive access to the Yellowgrid platform, enabling developers and integrators to manage accounts, contacts, SIP trunks, SMS messaging, 3CX integrations, and provisioning services. ## Key Features: - **Accounts**: View and manage account details, contacts, client credentials, and verification. - **Provisioning**: Automate setup and configuration of devices and groups. - **SIP Trunks**: Manage trunk creation, changes, DDIs, diverts, and configuration. - **Messaging**: Send SMS messages securely via the messaging gateway. - **3CX Integrations**: Automate licence handling, installation, and multi-tenant setup. ## Authentication: The API supports OAuth 2.0 for authentication and authorization. Ensure you use a valid bearer token for all authenticated endpoints. ## Base URL: `https://localhost` For questions or technical support, please contact support@yellowgrid.co.uk.
3
+ * Welcome to the Yellowgrid API documentation. This API provides secure and comprehensive access to the Yellowgrid platform, enabling developers and integrators to manage accounts, contacts, SIP trunks, SMS messaging, 3CX integrations, and provisioning services. ## Key Features: - **Accounts**: View and manage account details, contacts, client credentials, and verification. - **Provisioning**: Automate setup and configuration of devices and groups. - **SIP Trunks**: Manage trunk creation, changes, DDIs, diverts, and configuration. - **Messaging**: Send SMS messages securely via the messaging gateway. - **3CX Integrations**: Automate licence handling, installation, and multi-tenant setup. ## Authentication: The API supports OAuth 2.0 for authentication and authorization. Ensure you use a valid bearer token for all authenticated endpoints. ## Base URL: `https://bitbucket.org` For questions or technical support, please contact support@yellowgrid.co.uk.
4
4
  *
5
5
  * The version of the OpenAPI document: 0
6
6
  *
@@ -237,37 +237,6 @@ export interface AccountDetailedSummaryDTO {
237
237
  */
238
238
  'balance'?: number | null;
239
239
  }
240
- /**
241
- * Account Page Details
242
- */
243
- export interface AccountPageDetailsDTO {
244
- /**
245
- * Xero ID
246
- */
247
- 'xeroId'?: string;
248
- /**
249
- * Company
250
- */
251
- 'companyName'?: string;
252
- 'billingAddress'?: AddressModel;
253
- 'shippingAddress'?: AddressModel;
254
- /**
255
- * Addresses
256
- */
257
- 'previousShippingAddreses'?: Array<AddressModel>;
258
- /**
259
- * Portal Access
260
- */
261
- 'portalAccess'?: boolean;
262
- /**
263
- * CNAME
264
- */
265
- 'cname'?: string;
266
- /**
267
- * Prizes Enabled
268
- */
269
- 'prizesEnabled'?: boolean;
270
- }
271
240
  /**
272
241
  * New Account Request
273
242
  */
@@ -379,39 +348,6 @@ export interface AccountsResponseModel {
379
348
  */
380
349
  'totalResults'?: number;
381
350
  }
382
- /**
383
- * Address
384
- */
385
- export interface AddressDTO {
386
- /**
387
- * Company
388
- */
389
- 'company'?: string;
390
- /**
391
- * Address Line 1
392
- */
393
- 'addressLine1'?: string;
394
- /**
395
- * Address Line 2
396
- */
397
- 'addressLine2'?: string;
398
- /**
399
- * City
400
- */
401
- 'city'?: string;
402
- /**
403
- * Region
404
- */
405
- 'region'?: string;
406
- /**
407
- * Postal Code
408
- */
409
- 'postalCode'?: string;
410
- /**
411
- * Country
412
- */
413
- 'iso'?: string;
414
- }
415
351
  /**
416
352
  * Order Address
417
353
  */
@@ -637,7 +573,16 @@ export interface AdminOrderRequestDTO {
637
573
  * Send Order Email
638
574
  */
639
575
  'sendOrderEmail'?: boolean | null;
576
+ /**
577
+ * Payment Method
578
+ */
579
+ 'paymentMethod'?: AdminOrderRequestDTOPaymentMethodEnum | null;
640
580
  }
581
+ export declare const AdminOrderRequestDTOPaymentMethodEnum: {
582
+ readonly Card: "card";
583
+ readonly Bacs: "bacs";
584
+ };
585
+ export type AdminOrderRequestDTOPaymentMethodEnum = typeof AdminOrderRequestDTOPaymentMethodEnum[keyof typeof AdminOrderRequestDTOPaymentMethodEnum];
641
586
  /**
642
587
  * Admin User
643
588
  */
@@ -905,6 +850,7 @@ export declare const AuditLogEntityTypeEnum: {
905
850
  readonly PopsPromoCodes: "pops_promo_codes";
906
851
  readonly PopsPromoItems: "pops_promo_items";
907
852
  readonly PopsProvisioning: "pops_provisioning";
853
+ readonly PopsProspectsV2: "pops_prospects_v2";
908
854
  readonly S3Buckets: "s3_buckets";
909
855
  readonly PopsShipmentAddress: "pops_shipment_address";
910
856
  readonly PopsShipments: "pops_shipments";
@@ -1662,6 +1608,10 @@ export interface CustomerItemRequestDTO {
1662
1608
  * 3CX Hosting
1663
1609
  */
1664
1610
  'hosting'?: boolean | null;
1611
+ /**
1612
+ * 3CX Renewal Years (Upgrade only)
1613
+ */
1614
+ 'renewalYears'?: number | null;
1665
1615
  /**
1666
1616
  * Date Time
1667
1617
  */
@@ -1795,6 +1745,10 @@ export interface DetailedItemRequestDTO {
1795
1745
  * 3CX Hosting
1796
1746
  */
1797
1747
  'hosting'?: boolean | null;
1748
+ /**
1749
+ * 3CX Renewal Years (Upgrade only)
1750
+ */
1751
+ 'renewalYears'?: number | null;
1798
1752
  /**
1799
1753
  * Date Time
1800
1754
  */
@@ -2324,6 +2278,42 @@ export declare const HostingRegionDTOCodeEnum: {
2324
2278
  readonly UsWestOr1: "US-WEST-OR-1";
2325
2279
  };
2326
2280
  export type HostingRegionDTOCodeEnum = typeof HostingRegionDTOCodeEnum[keyof typeof HostingRegionDTOCodeEnum];
2281
+ /**
2282
+ * Installation Passwords
2283
+ */
2284
+ export interface InstallationDetailsDTO {
2285
+ /**
2286
+ * PBX IP Address
2287
+ */
2288
+ 'ipAddress'?: string | null;
2289
+ /**
2290
+ * PBX Failover IP Address
2291
+ */
2292
+ 'failoverIpAddress'?: string | null;
2293
+ /**
2294
+ * Instance ID
2295
+ */
2296
+ 'instanceId'?: string | null;
2297
+ /**
2298
+ * Project ID
2299
+ */
2300
+ 'project'?: string | null;
2301
+ 'sshKey'?: GenericFileModel;
2302
+ /**
2303
+ * Root Password
2304
+ */
2305
+ 'osPassword'?: string | null;
2306
+ 'systemOwner'?: TcxUsersEntity;
2307
+ /**
2308
+ * Admin Email
2309
+ */
2310
+ 'email'?: string | null;
2311
+ /**
2312
+ * 3CX Console URL
2313
+ */
2314
+ 'url'?: string | null;
2315
+ 'backup'?: RemoteStorageDTO;
2316
+ }
2327
2317
  /**
2328
2318
  * InstanceFailoverIpsEntity
2329
2319
  */
@@ -2697,6 +2687,10 @@ export interface ItemDTO {
2697
2687
  * 3CX Hosting
2698
2688
  */
2699
2689
  'hosting'?: boolean | null;
2690
+ /**
2691
+ * 3CX Renewal Years (Upgrade only)
2692
+ */
2693
+ 'renewalYears'?: number | null;
2700
2694
  /**
2701
2695
  * Promo Item
2702
2696
  */
@@ -3150,6 +3144,17 @@ export interface OfflineInstancesEntity {
3150
3144
  */
3151
3145
  'alerted'?: number;
3152
3146
  }
3147
+ /**
3148
+ * Legacy Portal Order
3149
+ */
3150
+ export interface OrderDTO {
3151
+ /**
3152
+ * Basket
3153
+ */
3154
+ 'basket'?: Array<ItemDTO>;
3155
+ 'shippingAddress'?: ShippingAddressDTO;
3156
+ 'orderDetails'?: OrderDetailsDTO;
3157
+ }
3153
3158
  /**
3154
3159
  * Order Details
3155
3160
  */
@@ -3516,6 +3521,10 @@ export interface OrderItemDTO {
3516
3521
  * 3CX Hosting
3517
3522
  */
3518
3523
  'hosting'?: boolean | null;
3524
+ /**
3525
+ * 3CX Renewal Years (Upgrade only)
3526
+ */
3527
+ 'renewalYears'?: number | null;
3519
3528
  /**
3520
3529
  * Promo Item
3521
3530
  */
@@ -3616,6 +3625,23 @@ export declare const OrderRequestModelSchoolTypeEnum: {
3616
3625
  readonly Secondary: "secondary";
3617
3626
  };
3618
3627
  export type OrderRequestModelSchoolTypeEnum = typeof OrderRequestModelSchoolTypeEnum[keyof typeof OrderRequestModelSchoolTypeEnum];
3628
+ /**
3629
+ * Legacy Portal Response
3630
+ */
3631
+ export interface OrderResponseDTO {
3632
+ /**
3633
+ * URL
3634
+ */
3635
+ 'url'?: string | null;
3636
+ /**
3637
+ * Order ID
3638
+ */
3639
+ 'orderID'?: string | null;
3640
+ /**
3641
+ * Unique ID
3642
+ */
3643
+ 'uniqueID'?: string | null;
3644
+ }
3619
3645
  /**
3620
3646
  * Sales Orders
3621
3647
  */
@@ -3890,7 +3916,7 @@ export interface OrderedItemModel {
3890
3916
  */
3891
3917
  'returnedStock'?: number;
3892
3918
  }
3893
- export interface PatchUpdateAccountCnameRequest {
3919
+ export interface PatchSetTcxWizardCnameRequest {
3894
3920
  /**
3895
3921
  * CNAME
3896
3922
  */
@@ -4074,26 +4100,10 @@ export interface PostGetProductForCustomerRequest {
4074
4100
  * 3CX Sales Code
4075
4101
  */
4076
4102
  'tcxSalesCode'?: string | null;
4077
- }
4078
- export interface PostGetProductRequest {
4079
4103
  /**
4080
- * Quantity
4081
- */
4082
- 'quantity'?: number | null;
4083
- /**
4084
- * 3CX Licence Key
4085
- */
4086
- 'licenceKey'?: string | null;
4087
- /**
4088
- * 3CX Hosting
4089
- */
4090
- 'hosting'?: boolean | null;
4091
- }
4092
- export interface PostSendWelcomeEmailRequest {
4093
- /**
4094
- * email
4104
+ * 3CX Renewal Years (Upgrade Only)
4095
4105
  */
4096
- 'email'?: string;
4106
+ 'renewalYears'?: number | null;
4097
4107
  }
4098
4108
  export interface PostSplitOrderRequest {
4099
4109
  /**
@@ -4259,6 +4269,10 @@ export interface ProductSummaryDTO {
4259
4269
  * Stock Product
4260
4270
  */
4261
4271
  'stockProduct'?: boolean;
4272
+ /**
4273
+ * Date Time
4274
+ */
4275
+ 'dueDate'?: string | null;
4262
4276
  /**
4263
4277
  * Price
4264
4278
  */
@@ -4367,6 +4381,96 @@ export interface PromoItemsEntity {
4367
4381
  */
4368
4382
  'bulkAdd'?: number;
4369
4383
  }
4384
+ /**
4385
+ * Prospect
4386
+ */
4387
+ export interface ProspectDTO {
4388
+ /**
4389
+ * Company Name
4390
+ */
4391
+ 'companyName'?: string;
4392
+ /**
4393
+ * Telephone
4394
+ */
4395
+ 'telephone'?: string | null;
4396
+ /**
4397
+ * Date Time
4398
+ */
4399
+ 'lastOrderDate'?: string | null;
4400
+ /**
4401
+ * Date Time
4402
+ */
4403
+ 'callbackDate'?: string | null;
4404
+ /**
4405
+ * Xero ID
4406
+ */
4407
+ 'xeroId'?: string;
4408
+ /**
4409
+ * Removed From Prospects
4410
+ */
4411
+ 'removed'?: boolean;
4412
+ /**
4413
+ * Status
4414
+ */
4415
+ 'status'?: ProspectDTOStatusEnum;
4416
+ }
4417
+ export declare const ProspectDTOStatusEnum: {
4418
+ readonly NoCallBackSet: "No Call Back Set";
4419
+ readonly CallBackDue: "Call Back Due";
4420
+ readonly NoOrdersPlaced: "No Orders Placed";
4421
+ readonly NoOrdersInTheLast4Months: "No Orders In The Last 4 Months";
4422
+ readonly NoActionRequired: "No Action Required";
4423
+ };
4424
+ export type ProspectDTOStatusEnum = typeof ProspectDTOStatusEnum[keyof typeof ProspectDTOStatusEnum];
4425
+ /**
4426
+ * ProspectEntity
4427
+ */
4428
+ export interface ProspectEntity {
4429
+ /**
4430
+ * id
4431
+ */
4432
+ 'id'?: number;
4433
+ /**
4434
+ * status
4435
+ */
4436
+ 'status'?: number;
4437
+ /**
4438
+ * customerId
4439
+ */
4440
+ 'customerId'?: number;
4441
+ /**
4442
+ * companyName
4443
+ */
4444
+ 'companyName'?: string;
4445
+ /**
4446
+ * contactName
4447
+ */
4448
+ 'contactName'?: string;
4449
+ /**
4450
+ * telephone
4451
+ */
4452
+ 'telephone'?: string;
4453
+ /**
4454
+ * email
4455
+ */
4456
+ 'email'?: string;
4457
+ /**
4458
+ * reason
4459
+ */
4460
+ 'reason'?: string;
4461
+ /**
4462
+ * lastOrderDate
4463
+ */
4464
+ 'lastOrderDate'?: string;
4465
+ /**
4466
+ * followUpDate
4467
+ */
4468
+ 'followUpDate'?: string;
4469
+ /**
4470
+ * notes
4471
+ */
4472
+ 'notes'?: string;
4473
+ }
4370
4474
  /**
4371
4475
  * Provisioning Group
4372
4476
  */
@@ -4453,6 +4557,27 @@ export interface RecordingsBackupInfoDTO {
4453
4557
  'backup'?: RecordingBackupAzureModel | null;
4454
4558
  'storage'?: TcxRemoteStorageModel | null;
4455
4559
  }
4560
+ /**
4561
+ * Remote Storage
4562
+ */
4563
+ export interface RemoteStorageDTO {
4564
+ /**
4565
+ * AWS ID
4566
+ */
4567
+ 'id'?: string;
4568
+ /**
4569
+ * AWS Secret
4570
+ */
4571
+ 'secret'?: string;
4572
+ /**
4573
+ * AWS Bucket Name
4574
+ */
4575
+ 'name'?: string;
4576
+ /**
4577
+ * AWS Region
4578
+ */
4579
+ 'region'?: string;
4580
+ }
4456
4581
  /**
4457
4582
  * Resource Not Ready
4458
4583
  */
@@ -4508,6 +4633,43 @@ export interface S3BucketEntity {
4508
4633
  */
4509
4634
  'secretAccessKey'?: string;
4510
4635
  }
4636
+ /**
4637
+ * Legacy Portal SBC
4638
+ */
4639
+ export interface SbcDTO {
4640
+ /**
4641
+ * No Config
4642
+ */
4643
+ 'noConfig'?: boolean | null;
4644
+ /**
4645
+ * DHCP
4646
+ */
4647
+ 'dhcp'?: boolean | null;
4648
+ /**
4649
+ * 3CX URL
4650
+ */
4651
+ 'url'?: boolean | null;
4652
+ /**
4653
+ * 3CX SBC Auth Key
4654
+ */
4655
+ 'authKey'?: boolean | null;
4656
+ /**
4657
+ * LAN IP Address
4658
+ */
4659
+ 'ipAddress'?: boolean | null;
4660
+ /**
4661
+ * LAN Subnet Mask
4662
+ */
4663
+ 'subnetMask'?: boolean | null;
4664
+ /**
4665
+ * LAN Default Gateway
4666
+ */
4667
+ 'defaultGateway'?: boolean | null;
4668
+ /**
4669
+ * DNS
4670
+ */
4671
+ 'dns'?: boolean | null;
4672
+ }
4511
4673
  /**
4512
4674
  * Item MAC & Serial Details
4513
4675
  */
@@ -4888,6 +5050,43 @@ export declare const ShipmentRequestDTOCourierEnum: {
4888
5050
  readonly Pops: "POPS";
4889
5051
  };
4890
5052
  export type ShipmentRequestDTOCourierEnum = typeof ShipmentRequestDTOCourierEnum[keyof typeof ShipmentRequestDTOCourierEnum];
5053
+ /**
5054
+ * Legacy Portal Shipping Address
5055
+ */
5056
+ export interface ShippingAddressDTO {
5057
+ /**
5058
+ * Ship Name
5059
+ */
5060
+ 'shipName'?: string | null;
5061
+ /**
5062
+ * Ship Company
5063
+ */
5064
+ 'shipCompany'?: string | null;
5065
+ /**
5066
+ * Ship Address Line 1
5067
+ */
5068
+ 'shipAddress1'?: string | null;
5069
+ /**
5070
+ * Ship Address Line 2
5071
+ */
5072
+ 'shipAddress2'?: string | null;
5073
+ /**
5074
+ * Ship City
5075
+ */
5076
+ 'shipCity'?: string | null;
5077
+ /**
5078
+ * Ship Region
5079
+ */
5080
+ 'shipRegion'?: string | null;
5081
+ /**
5082
+ * Ship Post Code
5083
+ */
5084
+ 'shipPostCode'?: string | null;
5085
+ /**
5086
+ * Ship ISO
5087
+ */
5088
+ 'shipIso'?: string | null;
5089
+ }
4891
5090
  export interface ShippingConsignmentModel {
4892
5091
  'service'?: ShippingServiceModel;
4893
5092
  /**
@@ -6459,58 +6658,7 @@ export interface TcxHostingPricingEntity {
6459
6658
  'highScDiscount'?: number;
6460
6659
  }
6461
6660
  /**
6462
- * 3CX Installation Details
6463
- */
6464
- export interface TcxInstallationDetailsModel {
6465
- /**
6466
- * PBX IP Address
6467
- */
6468
- 'ipAddress'?: string | null;
6469
- /**
6470
- * Instance ID
6471
- */
6472
- 'instanceId'?: string | null;
6473
- /**
6474
- * Project ID
6475
- */
6476
- 'project'?: string | null;
6477
- 'privateKey'?: GenericFileModel | null;
6478
- /**
6479
- * Root Password
6480
- */
6481
- 'rootPassword'?: string | null;
6482
- 'ownerExtension'?: TcxUsersEntity | null;
6483
- /**
6484
- * Admin Email
6485
- */
6486
- 'adminEmail'?: string | null;
6487
- /**
6488
- * Console URL
6489
- */
6490
- 'url'?: string | null;
6491
- /**
6492
- * Admin Username
6493
- */
6494
- 'adminUsername'?: string | null;
6495
- /**
6496
- * Admin Password
6497
- */
6498
- 'adminPassword'?: string | null;
6499
- /**
6500
- * Config Backup FTP Host
6501
- */
6502
- 'ftpHost'?: string | null;
6503
- /**
6504
- * Config Backup FTP Username
6505
- */
6506
- 'ftpUsername'?: string | null;
6507
- /**
6508
- * Config Backup FTP Password
6509
- */
6510
- 'ftpPassword'?: string | null;
6511
- }
6512
- /**
6513
- * 3CX Installation
6661
+ * 3CX Installation
6514
6662
  */
6515
6663
  export interface TcxInstallationModel {
6516
6664
  /**
@@ -7089,6 +7237,10 @@ export interface TcxSbcDTO {
7089
7237
  * 3CX SBC Key
7090
7238
  */
7091
7239
  'tcxKey'?: string;
7240
+ /**
7241
+ * 3CX SBC Configured
7242
+ */
7243
+ 'configured'?: boolean;
7092
7244
  }
7093
7245
  /**
7094
7246
  * 3CX Wizard SBC
@@ -7228,6 +7380,19 @@ export interface TcxSbcModel {
7228
7380
  */
7229
7381
  'technicalContact'?: string;
7230
7382
  }
7383
+ /**
7384
+ * 3CX SBC Response
7385
+ */
7386
+ export interface TcxSbcResponseDTO {
7387
+ /**
7388
+ * Status
7389
+ */
7390
+ 'status'?: string;
7391
+ /**
7392
+ * Message
7393
+ */
7394
+ 'message'?: string;
7395
+ }
7231
7396
  /**
7232
7397
  * 3CX Wizard Setup Config
7233
7398
  */
@@ -7841,13 +8006,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7841
8006
  * @throws {RequiredError}
7842
8007
  */
7843
8008
  getGetAccountDetailedSummary: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7844
- /**
7845
- * Get Account Page Details
7846
- * @param {string} id Xero ID
7847
- * @param {*} [options] Override http request option.
7848
- * @throws {RequiredError}
7849
- */
7850
- getGetAccountPageInfo: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7851
8009
  /**
7852
8010
  * Get Accounts
7853
8011
  * @summary Get Accounts
@@ -7881,37 +8039,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7881
8039
  * @throws {RequiredError}
7882
8040
  */
7883
8041
  getVerifyEmailAddress: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7884
- /**
7885
- * Set Account Portal Access
7886
- * @param {string} id Xero ID
7887
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
7888
- * @param {*} [options] Override http request option.
7889
- * @throws {RequiredError}
7890
- */
7891
- patchSetPortalAccess: (id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7892
- /**
7893
- * Set Account Prize Promo
7894
- * @param {string} id Xero ID
7895
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
7896
- * @param {*} [options] Override http request option.
7897
- * @throws {RequiredError}
7898
- */
7899
- patchSetPrizePromo: (id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7900
8042
  /**
7901
8043
  * Set 3CX Wizard CNAME
7902
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
7903
- * @param {*} [options] Override http request option.
7904
- * @throws {RequiredError}
7905
- */
7906
- patchSetTcxWizardCname: (patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7907
- /**
7908
- * Set Account Prize Promo
7909
- * @param {string} id Xero ID
7910
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8044
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
7911
8045
  * @param {*} [options] Override http request option.
7912
8046
  * @throws {RequiredError}
7913
8047
  */
7914
- patchUpdateAccountCname: (id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8048
+ patchSetTcxWizardCname: (patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7915
8049
  /**
7916
8050
  * Update Account Password
7917
8051
  * @summary Update Account Password
@@ -7968,14 +8102,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7968
8102
  * @throws {RequiredError}
7969
8103
  */
7970
8104
  postSendPasswordReset: (email: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7971
- /**
7972
- * Send Account Welcome Email
7973
- * @param {string} id Xero ID
7974
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
7975
- * @param {*} [options] Override http request option.
7976
- * @throws {RequiredError}
7977
- */
7978
- postSendWelcomeEmail: (id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7979
8105
  /**
7980
8106
  * Submit reseller application
7981
8107
  * @summary Submit reseller application
@@ -7995,22 +8121,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7995
8121
  * @throws {RequiredError}
7996
8122
  */
7997
8123
  putUpdateAccountContact: (email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7998
- /**
7999
- * Update Account Billing Address
8000
- * @param {string} id Xero ID
8001
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8002
- * @param {*} [options] Override http request option.
8003
- * @throws {RequiredError}
8004
- */
8005
- putUpdateBillingAddress: (id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8006
- /**
8007
- * Update Account Shipping Address
8008
- * @param {string} id Xero ID
8009
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8010
- * @param {*} [options] Override http request option.
8011
- * @throws {RequiredError}
8012
- */
8013
- putUpdateShippingAddress: (id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8014
8124
  };
8015
8125
  /**
8016
8126
  * AccountsApi - functional programming interface
@@ -8055,13 +8165,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8055
8165
  * @throws {RequiredError}
8056
8166
  */
8057
8167
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountDetailedSummaryDTO>>;
8058
- /**
8059
- * Get Account Page Details
8060
- * @param {string} id Xero ID
8061
- * @param {*} [options] Override http request option.
8062
- * @throws {RequiredError}
8063
- */
8064
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountPageDetailsDTO>>;
8065
8168
  /**
8066
8169
  * Get Accounts
8067
8170
  * @summary Get Accounts
@@ -8095,37 +8198,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8095
8198
  * @throws {RequiredError}
8096
8199
  */
8097
8200
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8098
- /**
8099
- * Set Account Portal Access
8100
- * @param {string} id Xero ID
8101
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8102
- * @param {*} [options] Override http request option.
8103
- * @throws {RequiredError}
8104
- */
8105
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8106
- /**
8107
- * Set Account Prize Promo
8108
- * @param {string} id Xero ID
8109
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8110
- * @param {*} [options] Override http request option.
8111
- * @throws {RequiredError}
8112
- */
8113
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8114
8201
  /**
8115
8202
  * Set 3CX Wizard CNAME
8116
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8117
- * @param {*} [options] Override http request option.
8118
- * @throws {RequiredError}
8119
- */
8120
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8121
- /**
8122
- * Set Account Prize Promo
8123
- * @param {string} id Xero ID
8124
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8203
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8125
8204
  * @param {*} [options] Override http request option.
8126
8205
  * @throws {RequiredError}
8127
8206
  */
8128
- patchUpdateAccountCname(id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8207
+ patchSetTcxWizardCname(patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8129
8208
  /**
8130
8209
  * Update Account Password
8131
8210
  * @summary Update Account Password
@@ -8182,14 +8261,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8182
8261
  * @throws {RequiredError}
8183
8262
  */
8184
8263
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8185
- /**
8186
- * Send Account Welcome Email
8187
- * @param {string} id Xero ID
8188
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8189
- * @param {*} [options] Override http request option.
8190
- * @throws {RequiredError}
8191
- */
8192
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8193
8264
  /**
8194
8265
  * Submit reseller application
8195
8266
  * @summary Submit reseller application
@@ -8209,22 +8280,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8209
8280
  * @throws {RequiredError}
8210
8281
  */
8211
8282
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8212
- /**
8213
- * Update Account Billing Address
8214
- * @param {string} id Xero ID
8215
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8216
- * @param {*} [options] Override http request option.
8217
- * @throws {RequiredError}
8218
- */
8219
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8220
- /**
8221
- * Update Account Shipping Address
8222
- * @param {string} id Xero ID
8223
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8224
- * @param {*} [options] Override http request option.
8225
- * @throws {RequiredError}
8226
- */
8227
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8228
8283
  };
8229
8284
  /**
8230
8285
  * AccountsApi - factory interface
@@ -8269,13 +8324,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8269
8324
  * @throws {RequiredError}
8270
8325
  */
8271
8326
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AccountDetailedSummaryDTO>;
8272
- /**
8273
- * Get Account Page Details
8274
- * @param {string} id Xero ID
8275
- * @param {*} [options] Override http request option.
8276
- * @throws {RequiredError}
8277
- */
8278
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountPageDetailsDTO>;
8279
8327
  /**
8280
8328
  * Get Accounts
8281
8329
  * @summary Get Accounts
@@ -8309,37 +8357,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8309
8357
  * @throws {RequiredError}
8310
8358
  */
8311
8359
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8312
- /**
8313
- * Set Account Portal Access
8314
- * @param {string} id Xero ID
8315
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8316
- * @param {*} [options] Override http request option.
8317
- * @throws {RequiredError}
8318
- */
8319
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8320
- /**
8321
- * Set Account Prize Promo
8322
- * @param {string} id Xero ID
8323
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8324
- * @param {*} [options] Override http request option.
8325
- * @throws {RequiredError}
8326
- */
8327
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8328
8360
  /**
8329
8361
  * Set 3CX Wizard CNAME
8330
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8362
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8331
8363
  * @param {*} [options] Override http request option.
8332
8364
  * @throws {RequiredError}
8333
8365
  */
8334
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8335
- /**
8336
- * Set Account Prize Promo
8337
- * @param {string} id Xero ID
8338
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8339
- * @param {*} [options] Override http request option.
8340
- * @throws {RequiredError}
8341
- */
8342
- patchUpdateAccountCname(id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8366
+ patchSetTcxWizardCname(patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8343
8367
  /**
8344
8368
  * Update Account Password
8345
8369
  * @summary Update Account Password
@@ -8396,14 +8420,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8396
8420
  * @throws {RequiredError}
8397
8421
  */
8398
8422
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8399
- /**
8400
- * Send Account Welcome Email
8401
- * @param {string} id Xero ID
8402
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8403
- * @param {*} [options] Override http request option.
8404
- * @throws {RequiredError}
8405
- */
8406
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8407
8423
  /**
8408
8424
  * Submit reseller application
8409
8425
  * @summary Submit reseller application
@@ -8423,22 +8439,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8423
8439
  * @throws {RequiredError}
8424
8440
  */
8425
8441
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8426
- /**
8427
- * Update Account Billing Address
8428
- * @param {string} id Xero ID
8429
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8430
- * @param {*} [options] Override http request option.
8431
- * @throws {RequiredError}
8432
- */
8433
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8434
- /**
8435
- * Update Account Shipping Address
8436
- * @param {string} id Xero ID
8437
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8438
- * @param {*} [options] Override http request option.
8439
- * @throws {RequiredError}
8440
- */
8441
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8442
8442
  };
8443
8443
  /**
8444
8444
  * AccountsApi - object-oriented interface
@@ -8483,13 +8483,6 @@ export declare class AccountsApi extends BaseAPI {
8483
8483
  * @throws {RequiredError}
8484
8484
  */
8485
8485
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountDetailedSummaryDTO, any, {}>>;
8486
- /**
8487
- * Get Account Page Details
8488
- * @param {string} id Xero ID
8489
- * @param {*} [options] Override http request option.
8490
- * @throws {RequiredError}
8491
- */
8492
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountPageDetailsDTO, any, {}>>;
8493
8486
  /**
8494
8487
  * Get Accounts
8495
8488
  * @summary Get Accounts
@@ -8523,37 +8516,13 @@ export declare class AccountsApi extends BaseAPI {
8523
8516
  * @throws {RequiredError}
8524
8517
  */
8525
8518
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8526
- /**
8527
- * Set Account Portal Access
8528
- * @param {string} id Xero ID
8529
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8530
- * @param {*} [options] Override http request option.
8531
- * @throws {RequiredError}
8532
- */
8533
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8534
- /**
8535
- * Set Account Prize Promo
8536
- * @param {string} id Xero ID
8537
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8538
- * @param {*} [options] Override http request option.
8539
- * @throws {RequiredError}
8540
- */
8541
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8542
8519
  /**
8543
8520
  * Set 3CX Wizard CNAME
8544
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8521
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8545
8522
  * @param {*} [options] Override http request option.
8546
8523
  * @throws {RequiredError}
8547
8524
  */
8548
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8549
- /**
8550
- * Set Account Prize Promo
8551
- * @param {string} id Xero ID
8552
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8553
- * @param {*} [options] Override http request option.
8554
- * @throws {RequiredError}
8555
- */
8556
- patchUpdateAccountCname(id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8525
+ patchSetTcxWizardCname(patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8557
8526
  /**
8558
8527
  * Update Account Password
8559
8528
  * @summary Update Account Password
@@ -8610,14 +8579,6 @@ export declare class AccountsApi extends BaseAPI {
8610
8579
  * @throws {RequiredError}
8611
8580
  */
8612
8581
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8613
- /**
8614
- * Send Account Welcome Email
8615
- * @param {string} id Xero ID
8616
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8617
- * @param {*} [options] Override http request option.
8618
- * @throws {RequiredError}
8619
- */
8620
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8621
8582
  /**
8622
8583
  * Submit reseller application
8623
8584
  * @summary Submit reseller application
@@ -8637,33 +8598,7 @@ export declare class AccountsApi extends BaseAPI {
8637
8598
  * @throws {RequiredError}
8638
8599
  */
8639
8600
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8640
- /**
8641
- * Update Account Billing Address
8642
- * @param {string} id Xero ID
8643
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8644
- * @param {*} [options] Override http request option.
8645
- * @throws {RequiredError}
8646
- */
8647
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8648
- /**
8649
- * Update Account Shipping Address
8650
- * @param {string} id Xero ID
8651
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8652
- * @param {*} [options] Override http request option.
8653
- * @throws {RequiredError}
8654
- */
8655
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8656
8601
  }
8657
- export declare const PatchSetPortalAccessStateEnum: {
8658
- readonly Enable: "enable";
8659
- readonly Disable: "disable";
8660
- };
8661
- export type PatchSetPortalAccessStateEnum = typeof PatchSetPortalAccessStateEnum[keyof typeof PatchSetPortalAccessStateEnum];
8662
- export declare const PatchSetPrizePromoStateEnum: {
8663
- readonly Enable: "enable";
8664
- readonly Disable: "disable";
8665
- };
8666
- export type PatchSetPrizePromoStateEnum = typeof PatchSetPrizePromoStateEnum[keyof typeof PatchSetPrizePromoStateEnum];
8667
8602
  /**
8668
8603
  * CRMApi - axios parameter creator
8669
8604
  */
@@ -9942,6 +9877,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9942
9877
  * @throws {RequiredError}
9943
9878
  */
9944
9879
  getGetInstallations: (pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9880
+ /**
9881
+ * Change instance owner
9882
+ * @summary Change instance owner
9883
+ * @param {string} instanceId Instance ID
9884
+ * @param {number} customerId Customer ID
9885
+ * @param {*} [options] Override http request option.
9886
+ * @throws {RequiredError}
9887
+ */
9888
+ patchChangeInstanceOwner: (instanceId: string, customerId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9945
9889
  /**
9946
9890
  * Update 3CX Instance Auto Failover
9947
9891
  * @summary Update 3CX Instance Auto Failover
@@ -9983,11 +9927,11 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9983
9927
  * @summary Extend additional disk on 3CX Instance
9984
9928
  * @param {string} instanceId Instance ID
9985
9929
  * @param {number} gigabytes Disk Space (GB)
9986
- * @param {string} schedule Scheduled Task (Date &amp; Time)
9930
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9987
9931
  * @param {*} [options] Override http request option.
9988
9932
  * @throws {RequiredError}
9989
9933
  */
9990
- postExtendDisk: (instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9934
+ postExtendDisk: (instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9991
9935
  /**
9992
9936
  * Failover 3CX Instance
9993
9937
  * @summary Failover 3CX Instance
@@ -9997,6 +9941,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9997
9941
  * @throws {RequiredError}
9998
9942
  */
9999
9943
  postFailoverInstance: (instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9944
+ /**
9945
+ * Install 3CX SBC
9946
+ * @summary Install 3CX SBC
9947
+ * @param {number} sbcId SBC ID
9948
+ * @param {*} [options] Override http request option.
9949
+ * @throws {RequiredError}
9950
+ */
9951
+ postInstallTcxSbc: (sbcId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10000
9952
  /**
10001
9953
  * Reboot 3CX Instance
10002
9954
  * @summary Reboot 3CX Instance
@@ -10015,6 +9967,24 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10015
9967
  * @throws {RequiredError}
10016
9968
  */
10017
9969
  postResizeInstance: (instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9970
+ /**
9971
+ * Restart 3CX Services
9972
+ * @summary Restart 3CX Services
9973
+ * @param {string} instanceId Instance ID
9974
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9975
+ * @param {*} [options] Override http request option.
9976
+ * @throws {RequiredError}
9977
+ */
9978
+ postRestartServices: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9979
+ /**
9980
+ * Reboot Instance
9981
+ * @summary Reboot Instance
9982
+ * @param {string} instanceId Instance ID
9983
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9984
+ * @param {*} [options] Override http request option.
9985
+ * @throws {RequiredError}
9986
+ */
9987
+ postScheduledReboot: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10018
9988
  /**
10019
9989
  * Suspend 3CX Instance
10020
9990
  * @summary Suspend 3CX Instance
@@ -10024,6 +9994,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10024
9994
  * @throws {RequiredError}
10025
9995
  */
10026
9996
  postSuspendInstance: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9997
+ /**
9998
+ * Test 3CX Login Credentials
9999
+ * @summary Test 3CX Login Credentials
10000
+ * @param {string} instanceId Instance ID
10001
+ * @param {*} [options] Override http request option.
10002
+ * @throws {RequiredError}
10003
+ */
10004
+ postTestLoginCredentials: (instanceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10027
10005
  /**
10028
10006
  * Unsuspend 3CX Instance
10029
10007
  * @summary Unsuspend 3CX Instance
@@ -10041,6 +10019,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10041
10019
  * @throws {RequiredError}
10042
10020
  */
10043
10021
  postUpgradeDebian: (instanceId: string, schedule: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10022
+ /**
10023
+ * Update 3CX Installation Details
10024
+ * @summary Update 3CX Installation Details
10025
+ * @param {number} wizardId Wizard ID
10026
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10027
+ * @param {*} [options] Override http request option.
10028
+ * @throws {RequiredError}
10029
+ */
10030
+ putGetDetails: (wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10044
10031
  };
10045
10032
  /**
10046
10033
  * Class3CXInstallationsApi - functional programming interface
@@ -10053,7 +10040,7 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10053
10040
  * @param {*} [options] Override http request option.
10054
10041
  * @throws {RequiredError}
10055
10042
  */
10056
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxInstallationDetailsModel>>;
10043
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallationDetailsDTO>>;
10057
10044
  /**
10058
10045
  * Get 3CX Installations
10059
10046
  * @summary Get 3CX Installations
@@ -10068,6 +10055,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10068
10055
  * @throws {RequiredError}
10069
10056
  */
10070
10057
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxInstallationsModel>>;
10058
+ /**
10059
+ * Change instance owner
10060
+ * @summary Change instance owner
10061
+ * @param {string} instanceId Instance ID
10062
+ * @param {number} customerId Customer ID
10063
+ * @param {*} [options] Override http request option.
10064
+ * @throws {RequiredError}
10065
+ */
10066
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10071
10067
  /**
10072
10068
  * Update 3CX Instance Auto Failover
10073
10069
  * @summary Update 3CX Instance Auto Failover
@@ -10109,11 +10105,11 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10109
10105
  * @summary Extend additional disk on 3CX Instance
10110
10106
  * @param {string} instanceId Instance ID
10111
10107
  * @param {number} gigabytes Disk Space (GB)
10112
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10108
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10113
10109
  * @param {*} [options] Override http request option.
10114
10110
  * @throws {RequiredError}
10115
10111
  */
10116
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10112
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10117
10113
  /**
10118
10114
  * Failover 3CX Instance
10119
10115
  * @summary Failover 3CX Instance
@@ -10123,6 +10119,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10123
10119
  * @throws {RequiredError}
10124
10120
  */
10125
10121
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10122
+ /**
10123
+ * Install 3CX SBC
10124
+ * @summary Install 3CX SBC
10125
+ * @param {number} sbcId SBC ID
10126
+ * @param {*} [options] Override http request option.
10127
+ * @throws {RequiredError}
10128
+ */
10129
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxSbcResponseDTO>>;
10126
10130
  /**
10127
10131
  * Reboot 3CX Instance
10128
10132
  * @summary Reboot 3CX Instance
@@ -10141,6 +10145,24 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10141
10145
  * @throws {RequiredError}
10142
10146
  */
10143
10147
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10148
+ /**
10149
+ * Restart 3CX Services
10150
+ * @summary Restart 3CX Services
10151
+ * @param {string} instanceId Instance ID
10152
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10153
+ * @param {*} [options] Override http request option.
10154
+ * @throws {RequiredError}
10155
+ */
10156
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10157
+ /**
10158
+ * Reboot Instance
10159
+ * @summary Reboot Instance
10160
+ * @param {string} instanceId Instance ID
10161
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10162
+ * @param {*} [options] Override http request option.
10163
+ * @throws {RequiredError}
10164
+ */
10165
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10144
10166
  /**
10145
10167
  * Suspend 3CX Instance
10146
10168
  * @summary Suspend 3CX Instance
@@ -10150,6 +10172,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10150
10172
  * @throws {RequiredError}
10151
10173
  */
10152
10174
  postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10175
+ /**
10176
+ * Test 3CX Login Credentials
10177
+ * @summary Test 3CX Login Credentials
10178
+ * @param {string} instanceId Instance ID
10179
+ * @param {*} [options] Override http request option.
10180
+ * @throws {RequiredError}
10181
+ */
10182
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10153
10183
  /**
10154
10184
  * Unsuspend 3CX Instance
10155
10185
  * @summary Unsuspend 3CX Instance
@@ -10167,6 +10197,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10167
10197
  * @throws {RequiredError}
10168
10198
  */
10169
10199
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10200
+ /**
10201
+ * Update 3CX Installation Details
10202
+ * @summary Update 3CX Installation Details
10203
+ * @param {number} wizardId Wizard ID
10204
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10205
+ * @param {*} [options] Override http request option.
10206
+ * @throws {RequiredError}
10207
+ */
10208
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallationDetailsDTO>>;
10170
10209
  };
10171
10210
  /**
10172
10211
  * Class3CXInstallationsApi - factory interface
@@ -10179,7 +10218,7 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10179
10218
  * @param {*} [options] Override http request option.
10180
10219
  * @throws {RequiredError}
10181
10220
  */
10182
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<TcxInstallationDetailsModel>;
10221
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<InstallationDetailsDTO>;
10183
10222
  /**
10184
10223
  * Get 3CX Installations
10185
10224
  * @summary Get 3CX Installations
@@ -10194,6 +10233,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10194
10233
  * @throws {RequiredError}
10195
10234
  */
10196
10235
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<TcxInstallationsModel>;
10236
+ /**
10237
+ * Change instance owner
10238
+ * @summary Change instance owner
10239
+ * @param {string} instanceId Instance ID
10240
+ * @param {number} customerId Customer ID
10241
+ * @param {*} [options] Override http request option.
10242
+ * @throws {RequiredError}
10243
+ */
10244
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10197
10245
  /**
10198
10246
  * Update 3CX Instance Auto Failover
10199
10247
  * @summary Update 3CX Instance Auto Failover
@@ -10235,11 +10283,11 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10235
10283
  * @summary Extend additional disk on 3CX Instance
10236
10284
  * @param {string} instanceId Instance ID
10237
10285
  * @param {number} gigabytes Disk Space (GB)
10238
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10286
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10239
10287
  * @param {*} [options] Override http request option.
10240
10288
  * @throws {RequiredError}
10241
10289
  */
10242
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10290
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10243
10291
  /**
10244
10292
  * Failover 3CX Instance
10245
10293
  * @summary Failover 3CX Instance
@@ -10249,6 +10297,14 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10249
10297
  * @throws {RequiredError}
10250
10298
  */
10251
10299
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10300
+ /**
10301
+ * Install 3CX SBC
10302
+ * @summary Install 3CX SBC
10303
+ * @param {number} sbcId SBC ID
10304
+ * @param {*} [options] Override http request option.
10305
+ * @throws {RequiredError}
10306
+ */
10307
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): AxiosPromise<TcxSbcResponseDTO>;
10252
10308
  /**
10253
10309
  * Reboot 3CX Instance
10254
10310
  * @summary Reboot 3CX Instance
@@ -10267,6 +10323,24 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10267
10323
  * @throws {RequiredError}
10268
10324
  */
10269
10325
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10326
+ /**
10327
+ * Restart 3CX Services
10328
+ * @summary Restart 3CX Services
10329
+ * @param {string} instanceId Instance ID
10330
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10331
+ * @param {*} [options] Override http request option.
10332
+ * @throws {RequiredError}
10333
+ */
10334
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10335
+ /**
10336
+ * Reboot Instance
10337
+ * @summary Reboot Instance
10338
+ * @param {string} instanceId Instance ID
10339
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10340
+ * @param {*} [options] Override http request option.
10341
+ * @throws {RequiredError}
10342
+ */
10343
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10270
10344
  /**
10271
10345
  * Suspend 3CX Instance
10272
10346
  * @summary Suspend 3CX Instance
@@ -10276,6 +10350,14 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10276
10350
  * @throws {RequiredError}
10277
10351
  */
10278
10352
  postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10353
+ /**
10354
+ * Test 3CX Login Credentials
10355
+ * @summary Test 3CX Login Credentials
10356
+ * @param {string} instanceId Instance ID
10357
+ * @param {*} [options] Override http request option.
10358
+ * @throws {RequiredError}
10359
+ */
10360
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10279
10361
  /**
10280
10362
  * Unsuspend 3CX Instance
10281
10363
  * @summary Unsuspend 3CX Instance
@@ -10293,6 +10375,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10293
10375
  * @throws {RequiredError}
10294
10376
  */
10295
10377
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10378
+ /**
10379
+ * Update 3CX Installation Details
10380
+ * @summary Update 3CX Installation Details
10381
+ * @param {number} wizardId Wizard ID
10382
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10383
+ * @param {*} [options] Override http request option.
10384
+ * @throws {RequiredError}
10385
+ */
10386
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): AxiosPromise<InstallationDetailsDTO>;
10296
10387
  };
10297
10388
  /**
10298
10389
  * Class3CXInstallationsApi - object-oriented interface
@@ -10305,7 +10396,7 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10305
10396
  * @param {*} [options] Override http request option.
10306
10397
  * @throws {RequiredError}
10307
10398
  */
10308
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxInstallationDetailsModel, any, {}>>;
10399
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallationDetailsDTO, any, {}>>;
10309
10400
  /**
10310
10401
  * Get 3CX Installations
10311
10402
  * @summary Get 3CX Installations
@@ -10320,6 +10411,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10320
10411
  * @throws {RequiredError}
10321
10412
  */
10322
10413
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxInstallationsModel, any, {}>>;
10414
+ /**
10415
+ * Change instance owner
10416
+ * @summary Change instance owner
10417
+ * @param {string} instanceId Instance ID
10418
+ * @param {number} customerId Customer ID
10419
+ * @param {*} [options] Override http request option.
10420
+ * @throws {RequiredError}
10421
+ */
10422
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10323
10423
  /**
10324
10424
  * Update 3CX Instance Auto Failover
10325
10425
  * @summary Update 3CX Instance Auto Failover
@@ -10361,11 +10461,11 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10361
10461
  * @summary Extend additional disk on 3CX Instance
10362
10462
  * @param {string} instanceId Instance ID
10363
10463
  * @param {number} gigabytes Disk Space (GB)
10364
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10464
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10365
10465
  * @param {*} [options] Override http request option.
10366
10466
  * @throws {RequiredError}
10367
10467
  */
10368
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10468
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10369
10469
  /**
10370
10470
  * Failover 3CX Instance
10371
10471
  * @summary Failover 3CX Instance
@@ -10375,6 +10475,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10375
10475
  * @throws {RequiredError}
10376
10476
  */
10377
10477
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10478
+ /**
10479
+ * Install 3CX SBC
10480
+ * @summary Install 3CX SBC
10481
+ * @param {number} sbcId SBC ID
10482
+ * @param {*} [options] Override http request option.
10483
+ * @throws {RequiredError}
10484
+ */
10485
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxSbcResponseDTO, any, {}>>;
10378
10486
  /**
10379
10487
  * Reboot 3CX Instance
10380
10488
  * @summary Reboot 3CX Instance
@@ -10393,6 +10501,24 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10393
10501
  * @throws {RequiredError}
10394
10502
  */
10395
10503
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10504
+ /**
10505
+ * Restart 3CX Services
10506
+ * @summary Restart 3CX Services
10507
+ * @param {string} instanceId Instance ID
10508
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10509
+ * @param {*} [options] Override http request option.
10510
+ * @throws {RequiredError}
10511
+ */
10512
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10513
+ /**
10514
+ * Reboot Instance
10515
+ * @summary Reboot Instance
10516
+ * @param {string} instanceId Instance ID
10517
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10518
+ * @param {*} [options] Override http request option.
10519
+ * @throws {RequiredError}
10520
+ */
10521
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10396
10522
  /**
10397
10523
  * Suspend 3CX Instance
10398
10524
  * @summary Suspend 3CX Instance
@@ -10402,6 +10528,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10402
10528
  * @throws {RequiredError}
10403
10529
  */
10404
10530
  postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10531
+ /**
10532
+ * Test 3CX Login Credentials
10533
+ * @summary Test 3CX Login Credentials
10534
+ * @param {string} instanceId Instance ID
10535
+ * @param {*} [options] Override http request option.
10536
+ * @throws {RequiredError}
10537
+ */
10538
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10405
10539
  /**
10406
10540
  * Unsuspend 3CX Instance
10407
10541
  * @summary Unsuspend 3CX Instance
@@ -10419,6 +10553,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10419
10553
  * @throws {RequiredError}
10420
10554
  */
10421
10555
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10556
+ /**
10557
+ * Update 3CX Installation Details
10558
+ * @summary Update 3CX Installation Details
10559
+ * @param {number} wizardId Wizard ID
10560
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10561
+ * @param {*} [options] Override http request option.
10562
+ * @throws {RequiredError}
10563
+ */
10564
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallationDetailsDTO, any, {}>>;
10422
10565
  }
10423
10566
  export declare const GetGetInstallationsStatusEnum: {
10424
10567
  readonly Completed: "Completed";
@@ -12023,6 +12166,14 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
12023
12166
  * @throws {RequiredError}
12024
12167
  */
12025
12168
  postCreateConsignment: (id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12169
+ /**
12170
+ * Create an order via the legacy portal
12171
+ * @summary Create an order via the legacy portal
12172
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
12173
+ * @param {*} [options] Override http request option.
12174
+ * @throws {RequiredError}
12175
+ */
12176
+ postCreatePortalOrderLegacy: (orderDTO?: OrderDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12026
12177
  /**
12027
12178
  * Create Shipment (Admin)
12028
12179
  * @summary Create Shipment (Admin)
@@ -12061,6 +12212,15 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
12061
12212
  * @throws {RequiredError}
12062
12213
  */
12063
12214
  postPrintShippingLabel: (id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12215
+ /**
12216
+ * Process 3CX Licences (Admin)
12217
+ * @summary Process 3CX Licences (Admin)
12218
+ * @param {number} id Order ID
12219
+ * @param {number} batchId Batch ID
12220
+ * @param {*} [options] Override http request option.
12221
+ * @throws {RequiredError}
12222
+ */
12223
+ postProcessTcxLicences: (id: number, batchId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12064
12224
  /**
12065
12225
  * Send Order Email
12066
12226
  * @summary Send Order Email
@@ -12300,6 +12460,14 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
12300
12460
  * @throws {RequiredError}
12301
12461
  */
12302
12462
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
12463
+ /**
12464
+ * Create an order via the legacy portal
12465
+ * @summary Create an order via the legacy portal
12466
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
12467
+ * @param {*} [options] Override http request option.
12468
+ * @throws {RequiredError}
12469
+ */
12470
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderResponseDTO>>;
12303
12471
  /**
12304
12472
  * Create Shipment (Admin)
12305
12473
  * @summary Create Shipment (Admin)
@@ -12338,6 +12506,15 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
12338
12506
  * @throws {RequiredError}
12339
12507
  */
12340
12508
  postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
12509
+ /**
12510
+ * Process 3CX Licences (Admin)
12511
+ * @summary Process 3CX Licences (Admin)
12512
+ * @param {number} id Order ID
12513
+ * @param {number} batchId Batch ID
12514
+ * @param {*} [options] Override http request option.
12515
+ * @throws {RequiredError}
12516
+ */
12517
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderDetailsDTO>>;
12341
12518
  /**
12342
12519
  * Send Order Email
12343
12520
  * @summary Send Order Email
@@ -12577,6 +12754,14 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
12577
12754
  * @throws {RequiredError}
12578
12755
  */
12579
12756
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
12757
+ /**
12758
+ * Create an order via the legacy portal
12759
+ * @summary Create an order via the legacy portal
12760
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
12761
+ * @param {*} [options] Override http request option.
12762
+ * @throws {RequiredError}
12763
+ */
12764
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): AxiosPromise<OrderResponseDTO>;
12580
12765
  /**
12581
12766
  * Create Shipment (Admin)
12582
12767
  * @summary Create Shipment (Admin)
@@ -12615,6 +12800,15 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
12615
12800
  * @throws {RequiredError}
12616
12801
  */
12617
12802
  postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): AxiosPromise<File>;
12803
+ /**
12804
+ * Process 3CX Licences (Admin)
12805
+ * @summary Process 3CX Licences (Admin)
12806
+ * @param {number} id Order ID
12807
+ * @param {number} batchId Batch ID
12808
+ * @param {*} [options] Override http request option.
12809
+ * @throws {RequiredError}
12810
+ */
12811
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): AxiosPromise<OrderDetailsDTO>;
12618
12812
  /**
12619
12813
  * Send Order Email
12620
12814
  * @summary Send Order Email
@@ -12854,6 +13048,14 @@ export declare class OrdersApi extends BaseAPI {
12854
13048
  * @throws {RequiredError}
12855
13049
  */
12856
13050
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
13051
+ /**
13052
+ * Create an order via the legacy portal
13053
+ * @summary Create an order via the legacy portal
13054
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
13055
+ * @param {*} [options] Override http request option.
13056
+ * @throws {RequiredError}
13057
+ */
13058
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderResponseDTO, any, {}>>;
12857
13059
  /**
12858
13060
  * Create Shipment (Admin)
12859
13061
  * @summary Create Shipment (Admin)
@@ -12892,6 +13094,15 @@ export declare class OrdersApi extends BaseAPI {
12892
13094
  * @throws {RequiredError}
12893
13095
  */
12894
13096
  postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
13097
+ /**
13098
+ * Process 3CX Licences (Admin)
13099
+ * @summary Process 3CX Licences (Admin)
13100
+ * @param {number} id Order ID
13101
+ * @param {number} batchId Batch ID
13102
+ * @param {*} [options] Override http request option.
13103
+ * @throws {RequiredError}
13104
+ */
13105
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderDetailsDTO, any, {}>>;
12895
13106
  /**
12896
13107
  * Send Order Email
12897
13108
  * @summary Send Order Email
@@ -13281,11 +13492,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
13281
13492
  * Get Product
13282
13493
  * @summary Get Product
13283
13494
  * @param {string} sku Product SKU
13284
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13495
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13285
13496
  * @param {*} [options] Override http request option.
13286
13497
  * @throws {RequiredError}
13287
13498
  */
13288
- postGetProduct: (sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13499
+ postGetProduct: (sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13289
13500
  /**
13290
13501
  * Get Product For Customer
13291
13502
  * @summary Get Product For Customer
@@ -13368,11 +13579,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
13368
13579
  * Get Product
13369
13580
  * @summary Get Product
13370
13581
  * @param {string} sku Product SKU
13371
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13582
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13372
13583
  * @param {*} [options] Override http request option.
13373
13584
  * @throws {RequiredError}
13374
13585
  */
13375
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSummaryDTO>>;
13586
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSummaryDTO>>;
13376
13587
  /**
13377
13588
  * Get Product For Customer
13378
13589
  * @summary Get Product For Customer
@@ -13455,11 +13666,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
13455
13666
  * Get Product
13456
13667
  * @summary Get Product
13457
13668
  * @param {string} sku Product SKU
13458
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13669
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13459
13670
  * @param {*} [options] Override http request option.
13460
13671
  * @throws {RequiredError}
13461
13672
  */
13462
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
13673
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
13463
13674
  /**
13464
13675
  * Get Product For Customer
13465
13676
  * @summary Get Product For Customer
@@ -13542,11 +13753,11 @@ export declare class ProductsApi extends BaseAPI {
13542
13753
  * Get Product
13543
13754
  * @summary Get Product
13544
13755
  * @param {string} sku Product SKU
13545
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13756
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13546
13757
  * @param {*} [options] Override http request option.
13547
13758
  * @throws {RequiredError}
13548
13759
  */
13549
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSummaryDTO, any, {}>>;
13760
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSummaryDTO, any, {}>>;
13550
13761
  /**
13551
13762
  * Get Product For Customer
13552
13763
  * @summary Get Product For Customer
@@ -13563,6 +13774,158 @@ export declare const GetGetLegacyStockListFormatEnum: {
13563
13774
  readonly Csv: "CSV";
13564
13775
  };
13565
13776
  export type GetGetLegacyStockListFormatEnum = typeof GetGetLegacyStockListFormatEnum[keyof typeof GetGetLegacyStockListFormatEnum];
13777
+ /**
13778
+ * ProspectsApi - axios parameter creator
13779
+ */
13780
+ export declare const ProspectsApiAxiosParamCreator: (configuration?: Configuration) => {
13781
+ /**
13782
+ * Get Prospect
13783
+ * @summary Get Prospect
13784
+ * @param {string} xeroId Xero ID
13785
+ * @param {*} [options] Override http request option.
13786
+ * @throws {RequiredError}
13787
+ */
13788
+ getGetProspect: (xeroId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13789
+ /**
13790
+ * Get Prospects
13791
+ * @summary Get Prospects
13792
+ * @param {*} [options] Override http request option.
13793
+ * @throws {RequiredError}
13794
+ */
13795
+ getGetProspects: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13796
+ /**
13797
+ * Remove From Prospect
13798
+ * @summary Remove From Prospects
13799
+ * @param {string} xeroId Xero ID
13800
+ * @param {boolean} status Status
13801
+ * @param {*} [options] Override http request option.
13802
+ * @throws {RequiredError}
13803
+ */
13804
+ getRemoveFromProspects: (xeroId: string, status: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13805
+ /**
13806
+ * Set Call Back Date
13807
+ * @summary Set Call Back Date
13808
+ * @param {string} xeroId Xero ID
13809
+ * @param {string} date Callback Date
13810
+ * @param {*} [options] Override http request option.
13811
+ * @throws {RequiredError}
13812
+ */
13813
+ getSetCallback: (xeroId: string, date: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13814
+ };
13815
+ /**
13816
+ * ProspectsApi - functional programming interface
13817
+ */
13818
+ export declare const ProspectsApiFp: (configuration?: Configuration) => {
13819
+ /**
13820
+ * Get Prospect
13821
+ * @summary Get Prospect
13822
+ * @param {string} xeroId Xero ID
13823
+ * @param {*} [options] Override http request option.
13824
+ * @throws {RequiredError}
13825
+ */
13826
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13827
+ /**
13828
+ * Get Prospects
13829
+ * @summary Get Prospects
13830
+ * @param {*} [options] Override http request option.
13831
+ * @throws {RequiredError}
13832
+ */
13833
+ getGetProspects(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProspectDTO>>>;
13834
+ /**
13835
+ * Remove From Prospect
13836
+ * @summary Remove From Prospects
13837
+ * @param {string} xeroId Xero ID
13838
+ * @param {boolean} status Status
13839
+ * @param {*} [options] Override http request option.
13840
+ * @throws {RequiredError}
13841
+ */
13842
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13843
+ /**
13844
+ * Set Call Back Date
13845
+ * @summary Set Call Back Date
13846
+ * @param {string} xeroId Xero ID
13847
+ * @param {string} date Callback Date
13848
+ * @param {*} [options] Override http request option.
13849
+ * @throws {RequiredError}
13850
+ */
13851
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13852
+ };
13853
+ /**
13854
+ * ProspectsApi - factory interface
13855
+ */
13856
+ export declare const ProspectsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
13857
+ /**
13858
+ * Get Prospect
13859
+ * @summary Get Prospect
13860
+ * @param {string} xeroId Xero ID
13861
+ * @param {*} [options] Override http request option.
13862
+ * @throws {RequiredError}
13863
+ */
13864
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13865
+ /**
13866
+ * Get Prospects
13867
+ * @summary Get Prospects
13868
+ * @param {*} [options] Override http request option.
13869
+ * @throws {RequiredError}
13870
+ */
13871
+ getGetProspects(options?: RawAxiosRequestConfig): AxiosPromise<Array<ProspectDTO>>;
13872
+ /**
13873
+ * Remove From Prospect
13874
+ * @summary Remove From Prospects
13875
+ * @param {string} xeroId Xero ID
13876
+ * @param {boolean} status Status
13877
+ * @param {*} [options] Override http request option.
13878
+ * @throws {RequiredError}
13879
+ */
13880
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13881
+ /**
13882
+ * Set Call Back Date
13883
+ * @summary Set Call Back Date
13884
+ * @param {string} xeroId Xero ID
13885
+ * @param {string} date Callback Date
13886
+ * @param {*} [options] Override http request option.
13887
+ * @throws {RequiredError}
13888
+ */
13889
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13890
+ };
13891
+ /**
13892
+ * ProspectsApi - object-oriented interface
13893
+ */
13894
+ export declare class ProspectsApi extends BaseAPI {
13895
+ /**
13896
+ * Get Prospect
13897
+ * @summary Get Prospect
13898
+ * @param {string} xeroId Xero ID
13899
+ * @param {*} [options] Override http request option.
13900
+ * @throws {RequiredError}
13901
+ */
13902
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13903
+ /**
13904
+ * Get Prospects
13905
+ * @summary Get Prospects
13906
+ * @param {*} [options] Override http request option.
13907
+ * @throws {RequiredError}
13908
+ */
13909
+ getGetProspects(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO[], any, {}>>;
13910
+ /**
13911
+ * Remove From Prospect
13912
+ * @summary Remove From Prospects
13913
+ * @param {string} xeroId Xero ID
13914
+ * @param {boolean} status Status
13915
+ * @param {*} [options] Override http request option.
13916
+ * @throws {RequiredError}
13917
+ */
13918
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13919
+ /**
13920
+ * Set Call Back Date
13921
+ * @summary Set Call Back Date
13922
+ * @param {string} xeroId Xero ID
13923
+ * @param {string} date Callback Date
13924
+ * @param {*} [options] Override http request option.
13925
+ * @throws {RequiredError}
13926
+ */
13927
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13928
+ }
13566
13929
  /**
13567
13930
  * ProvisioningApi - axios parameter creator
13568
13931
  */