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

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 +1334 -755
  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 +759 -392
  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 -31
  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'?: AddressDTO;
253
- 'shippingAddress'?: AddressDTO;
254
- /**
255
- * Addresses
256
- */
257
- 'previousShippingAddreses'?: Array<AddressDTO>;
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,35 +348,6 @@ export interface AccountsResponseModel {
379
348
  */
380
349
  'totalResults'?: number;
381
350
  }
382
- /**
383
- * Address
384
- */
385
- export interface AddressDTO {
386
- /**
387
- * Address Line 1
388
- */
389
- 'addressLine1'?: string;
390
- /**
391
- * Address Line 2
392
- */
393
- 'addressLine2'?: string;
394
- /**
395
- * City
396
- */
397
- 'city'?: string;
398
- /**
399
- * Region
400
- */
401
- 'region'?: string;
402
- /**
403
- * Postal Code
404
- */
405
- 'postalCode'?: string;
406
- /**
407
- * Country
408
- */
409
- 'iso'?: string;
410
- }
411
351
  /**
412
352
  * Order Address
413
353
  */
@@ -633,7 +573,16 @@ export interface AdminOrderRequestDTO {
633
573
  * Send Order Email
634
574
  */
635
575
  'sendOrderEmail'?: boolean | null;
576
+ /**
577
+ * Payment Method
578
+ */
579
+ 'paymentMethod'?: AdminOrderRequestDTOPaymentMethodEnum | null;
636
580
  }
581
+ export declare const AdminOrderRequestDTOPaymentMethodEnum: {
582
+ readonly Card: "card";
583
+ readonly Bacs: "bacs";
584
+ };
585
+ export type AdminOrderRequestDTOPaymentMethodEnum = typeof AdminOrderRequestDTOPaymentMethodEnum[keyof typeof AdminOrderRequestDTOPaymentMethodEnum];
637
586
  /**
638
587
  * Admin User
639
588
  */
@@ -901,6 +850,7 @@ export declare const AuditLogEntityTypeEnum: {
901
850
  readonly PopsPromoCodes: "pops_promo_codes";
902
851
  readonly PopsPromoItems: "pops_promo_items";
903
852
  readonly PopsProvisioning: "pops_provisioning";
853
+ readonly PopsProspectsV2: "pops_prospects_v2";
904
854
  readonly S3Buckets: "s3_buckets";
905
855
  readonly PopsShipmentAddress: "pops_shipment_address";
906
856
  readonly PopsShipments: "pops_shipments";
@@ -1658,6 +1608,10 @@ export interface CustomerItemRequestDTO {
1658
1608
  * 3CX Hosting
1659
1609
  */
1660
1610
  'hosting'?: boolean | null;
1611
+ /**
1612
+ * 3CX Renewal Years (Upgrade only)
1613
+ */
1614
+ 'renewalYears'?: number | null;
1661
1615
  /**
1662
1616
  * Date Time
1663
1617
  */
@@ -1791,6 +1745,10 @@ export interface DetailedItemRequestDTO {
1791
1745
  * 3CX Hosting
1792
1746
  */
1793
1747
  'hosting'?: boolean | null;
1748
+ /**
1749
+ * 3CX Renewal Years (Upgrade only)
1750
+ */
1751
+ 'renewalYears'?: number | null;
1794
1752
  /**
1795
1753
  * Date Time
1796
1754
  */
@@ -2320,6 +2278,42 @@ export declare const HostingRegionDTOCodeEnum: {
2320
2278
  readonly UsWestOr1: "US-WEST-OR-1";
2321
2279
  };
2322
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
+ }
2323
2317
  /**
2324
2318
  * InstanceFailoverIpsEntity
2325
2319
  */
@@ -2693,6 +2687,10 @@ export interface ItemDTO {
2693
2687
  * 3CX Hosting
2694
2688
  */
2695
2689
  'hosting'?: boolean | null;
2690
+ /**
2691
+ * 3CX Renewal Years (Upgrade only)
2692
+ */
2693
+ 'renewalYears'?: number | null;
2696
2694
  /**
2697
2695
  * Promo Item
2698
2696
  */
@@ -3146,6 +3144,17 @@ export interface OfflineInstancesEntity {
3146
3144
  */
3147
3145
  'alerted'?: number;
3148
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
+ }
3149
3158
  /**
3150
3159
  * Order Details
3151
3160
  */
@@ -3512,6 +3521,10 @@ export interface OrderItemDTO {
3512
3521
  * 3CX Hosting
3513
3522
  */
3514
3523
  'hosting'?: boolean | null;
3524
+ /**
3525
+ * 3CX Renewal Years (Upgrade only)
3526
+ */
3527
+ 'renewalYears'?: number | null;
3515
3528
  /**
3516
3529
  * Promo Item
3517
3530
  */
@@ -3612,6 +3625,23 @@ export declare const OrderRequestModelSchoolTypeEnum: {
3612
3625
  readonly Secondary: "secondary";
3613
3626
  };
3614
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
+ }
3615
3645
  /**
3616
3646
  * Sales Orders
3617
3647
  */
@@ -3886,7 +3916,7 @@ export interface OrderedItemModel {
3886
3916
  */
3887
3917
  'returnedStock'?: number;
3888
3918
  }
3889
- export interface PatchUpdateAccountCnameRequest {
3919
+ export interface PatchSetTcxWizardCnameRequest {
3890
3920
  /**
3891
3921
  * CNAME
3892
3922
  */
@@ -4070,26 +4100,10 @@ export interface PostGetProductForCustomerRequest {
4070
4100
  * 3CX Sales Code
4071
4101
  */
4072
4102
  'tcxSalesCode'?: string | null;
4073
- }
4074
- export interface PostGetProductRequest {
4075
- /**
4076
- * Quantity
4077
- */
4078
- 'quantity'?: number | null;
4079
- /**
4080
- * 3CX Licence Key
4081
- */
4082
- 'licenceKey'?: string | null;
4083
- /**
4084
- * 3CX Hosting
4085
- */
4086
- 'hosting'?: boolean | null;
4087
- }
4088
- export interface PostSendWelcomeEmailRequest {
4089
4103
  /**
4090
- * email
4104
+ * 3CX Renewal Years (Upgrade Only)
4091
4105
  */
4092
- 'email'?: string;
4106
+ 'renewalYears'?: number | null;
4093
4107
  }
4094
4108
  export interface PostSplitOrderRequest {
4095
4109
  /**
@@ -4255,6 +4269,10 @@ export interface ProductSummaryDTO {
4255
4269
  * Stock Product
4256
4270
  */
4257
4271
  'stockProduct'?: boolean;
4272
+ /**
4273
+ * Date Time
4274
+ */
4275
+ 'dueDate'?: string | null;
4258
4276
  /**
4259
4277
  * Price
4260
4278
  */
@@ -4363,6 +4381,96 @@ export interface PromoItemsEntity {
4363
4381
  */
4364
4382
  'bulkAdd'?: number;
4365
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
+ }
4366
4474
  /**
4367
4475
  * Provisioning Group
4368
4476
  */
@@ -4449,6 +4557,27 @@ export interface RecordingsBackupInfoDTO {
4449
4557
  'backup'?: RecordingBackupAzureModel | null;
4450
4558
  'storage'?: TcxRemoteStorageModel | null;
4451
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
+ }
4452
4581
  /**
4453
4582
  * Resource Not Ready
4454
4583
  */
@@ -4504,6 +4633,43 @@ export interface S3BucketEntity {
4504
4633
  */
4505
4634
  'secretAccessKey'?: string;
4506
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
+ }
4507
4673
  /**
4508
4674
  * Item MAC & Serial Details
4509
4675
  */
@@ -4884,6 +5050,43 @@ export declare const ShipmentRequestDTOCourierEnum: {
4884
5050
  readonly Pops: "POPS";
4885
5051
  };
4886
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
+ }
4887
5090
  export interface ShippingConsignmentModel {
4888
5091
  'service'?: ShippingServiceModel;
4889
5092
  /**
@@ -6455,64 +6658,13 @@ export interface TcxHostingPricingEntity {
6455
6658
  'highScDiscount'?: number;
6456
6659
  }
6457
6660
  /**
6458
- * 3CX Installation Details
6661
+ * 3CX Installation
6459
6662
  */
6460
- export interface TcxInstallationDetailsModel {
6663
+ export interface TcxInstallationModel {
6461
6664
  /**
6462
- * PBX IP Address
6665
+ * Wizard ID
6463
6666
  */
6464
- 'ipAddress'?: string | null;
6465
- /**
6466
- * Instance ID
6467
- */
6468
- 'instanceId'?: string | null;
6469
- /**
6470
- * Project ID
6471
- */
6472
- 'project'?: string | null;
6473
- 'privateKey'?: GenericFileModel | null;
6474
- /**
6475
- * Root Password
6476
- */
6477
- 'rootPassword'?: string | null;
6478
- 'ownerExtension'?: TcxUsersEntity | null;
6479
- /**
6480
- * Admin Email
6481
- */
6482
- 'adminEmail'?: string | null;
6483
- /**
6484
- * Console URL
6485
- */
6486
- 'url'?: string | null;
6487
- /**
6488
- * Admin Username
6489
- */
6490
- 'adminUsername'?: string | null;
6491
- /**
6492
- * Admin Password
6493
- */
6494
- 'adminPassword'?: string | null;
6495
- /**
6496
- * Config Backup FTP Host
6497
- */
6498
- 'ftpHost'?: string | null;
6499
- /**
6500
- * Config Backup FTP Username
6501
- */
6502
- 'ftpUsername'?: string | null;
6503
- /**
6504
- * Config Backup FTP Password
6505
- */
6506
- 'ftpPassword'?: string | null;
6507
- }
6508
- /**
6509
- * 3CX Installation
6510
- */
6511
- export interface TcxInstallationModel {
6512
- /**
6513
- * Wizard ID
6514
- */
6515
- 'wizardId'?: string;
6667
+ 'wizardId'?: string;
6516
6668
  /**
6517
6669
  * Instance ID
6518
6670
  */
@@ -7085,6 +7237,10 @@ export interface TcxSbcDTO {
7085
7237
  * 3CX SBC Key
7086
7238
  */
7087
7239
  'tcxKey'?: string;
7240
+ /**
7241
+ * 3CX SBC Configured
7242
+ */
7243
+ 'configured'?: boolean;
7088
7244
  }
7089
7245
  /**
7090
7246
  * 3CX Wizard SBC
@@ -7224,6 +7380,19 @@ export interface TcxSbcModel {
7224
7380
  */
7225
7381
  'technicalContact'?: string;
7226
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
+ }
7227
7396
  /**
7228
7397
  * 3CX Wizard Setup Config
7229
7398
  */
@@ -7837,13 +8006,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7837
8006
  * @throws {RequiredError}
7838
8007
  */
7839
8008
  getGetAccountDetailedSummary: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7840
- /**
7841
- * Get Account Page Details
7842
- * @param {string} id Xero ID
7843
- * @param {*} [options] Override http request option.
7844
- * @throws {RequiredError}
7845
- */
7846
- getGetAccountPageInfo: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7847
8009
  /**
7848
8010
  * Get Accounts
7849
8011
  * @summary Get Accounts
@@ -7877,37 +8039,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7877
8039
  * @throws {RequiredError}
7878
8040
  */
7879
8041
  getVerifyEmailAddress: (token: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7880
- /**
7881
- * Set Account Portal Access
7882
- * @param {string} id Xero ID
7883
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
7884
- * @param {*} [options] Override http request option.
7885
- * @throws {RequiredError}
7886
- */
7887
- patchSetPortalAccess: (id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7888
- /**
7889
- * Set Account Prize Promo
7890
- * @param {string} id Xero ID
7891
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
7892
- * @param {*} [options] Override http request option.
7893
- * @throws {RequiredError}
7894
- */
7895
- patchSetPrizePromo: (id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7896
8042
  /**
7897
8043
  * Set 3CX Wizard CNAME
7898
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
7899
- * @param {*} [options] Override http request option.
7900
- * @throws {RequiredError}
7901
- */
7902
- patchSetTcxWizardCname: (patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7903
- /**
7904
- * Set Account Prize Promo
7905
- * @param {string} id Xero ID
7906
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8044
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
7907
8045
  * @param {*} [options] Override http request option.
7908
8046
  * @throws {RequiredError}
7909
8047
  */
7910
- patchUpdateAccountCname: (id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8048
+ patchSetTcxWizardCname: (patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7911
8049
  /**
7912
8050
  * Update Account Password
7913
8051
  * @summary Update Account Password
@@ -7964,14 +8102,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7964
8102
  * @throws {RequiredError}
7965
8103
  */
7966
8104
  postSendPasswordReset: (email: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7967
- /**
7968
- * Send Account Welcome Email
7969
- * @param {string} id Xero ID
7970
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
7971
- * @param {*} [options] Override http request option.
7972
- * @throws {RequiredError}
7973
- */
7974
- postSendWelcomeEmail: (id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7975
8105
  /**
7976
8106
  * Submit reseller application
7977
8107
  * @summary Submit reseller application
@@ -7991,22 +8121,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
7991
8121
  * @throws {RequiredError}
7992
8122
  */
7993
8123
  putUpdateAccountContact: (email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
7994
- /**
7995
- * Update Account Billing Address
7996
- * @param {string} id Xero ID
7997
- * @param {AddressDTO} [addressDTO] Updated Billing Address
7998
- * @param {*} [options] Override http request option.
7999
- * @throws {RequiredError}
8000
- */
8001
- putUpdateBillingAddress: (id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8002
- /**
8003
- * Update Account Shipping Address
8004
- * @param {string} id Xero ID
8005
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8006
- * @param {*} [options] Override http request option.
8007
- * @throws {RequiredError}
8008
- */
8009
- putUpdateShippingAddress: (id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8010
8124
  };
8011
8125
  /**
8012
8126
  * AccountsApi - functional programming interface
@@ -8051,13 +8165,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8051
8165
  * @throws {RequiredError}
8052
8166
  */
8053
8167
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountDetailedSummaryDTO>>;
8054
- /**
8055
- * Get Account Page Details
8056
- * @param {string} id Xero ID
8057
- * @param {*} [options] Override http request option.
8058
- * @throws {RequiredError}
8059
- */
8060
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountPageDetailsDTO>>;
8061
8168
  /**
8062
8169
  * Get Accounts
8063
8170
  * @summary Get Accounts
@@ -8091,37 +8198,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8091
8198
  * @throws {RequiredError}
8092
8199
  */
8093
8200
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8094
- /**
8095
- * Set Account Portal Access
8096
- * @param {string} id Xero ID
8097
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8098
- * @param {*} [options] Override http request option.
8099
- * @throws {RequiredError}
8100
- */
8101
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8102
- /**
8103
- * Set Account Prize Promo
8104
- * @param {string} id Xero ID
8105
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8106
- * @param {*} [options] Override http request option.
8107
- * @throws {RequiredError}
8108
- */
8109
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8110
8201
  /**
8111
8202
  * Set 3CX Wizard CNAME
8112
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8113
- * @param {*} [options] Override http request option.
8114
- * @throws {RequiredError}
8115
- */
8116
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8117
- /**
8118
- * Set Account Prize Promo
8119
- * @param {string} id Xero ID
8120
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8203
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8121
8204
  * @param {*} [options] Override http request option.
8122
8205
  * @throws {RequiredError}
8123
8206
  */
8124
- 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>>;
8125
8208
  /**
8126
8209
  * Update Account Password
8127
8210
  * @summary Update Account Password
@@ -8178,14 +8261,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8178
8261
  * @throws {RequiredError}
8179
8262
  */
8180
8263
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8181
- /**
8182
- * Send Account Welcome Email
8183
- * @param {string} id Xero ID
8184
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8185
- * @param {*} [options] Override http request option.
8186
- * @throws {RequiredError}
8187
- */
8188
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8189
8264
  /**
8190
8265
  * Submit reseller application
8191
8266
  * @summary Submit reseller application
@@ -8205,22 +8280,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8205
8280
  * @throws {RequiredError}
8206
8281
  */
8207
8282
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8208
- /**
8209
- * Update Account Billing Address
8210
- * @param {string} id Xero ID
8211
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8212
- * @param {*} [options] Override http request option.
8213
- * @throws {RequiredError}
8214
- */
8215
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8216
- /**
8217
- * Update Account Shipping Address
8218
- * @param {string} id Xero ID
8219
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8220
- * @param {*} [options] Override http request option.
8221
- * @throws {RequiredError}
8222
- */
8223
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8224
8283
  };
8225
8284
  /**
8226
8285
  * AccountsApi - factory interface
@@ -8265,13 +8324,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8265
8324
  * @throws {RequiredError}
8266
8325
  */
8267
8326
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AccountDetailedSummaryDTO>;
8268
- /**
8269
- * Get Account Page Details
8270
- * @param {string} id Xero ID
8271
- * @param {*} [options] Override http request option.
8272
- * @throws {RequiredError}
8273
- */
8274
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountPageDetailsDTO>;
8275
8327
  /**
8276
8328
  * Get Accounts
8277
8329
  * @summary Get Accounts
@@ -8305,37 +8357,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8305
8357
  * @throws {RequiredError}
8306
8358
  */
8307
8359
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8308
- /**
8309
- * Set Account Portal Access
8310
- * @param {string} id Xero ID
8311
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8312
- * @param {*} [options] Override http request option.
8313
- * @throws {RequiredError}
8314
- */
8315
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8316
- /**
8317
- * Set Account Prize Promo
8318
- * @param {string} id Xero ID
8319
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8320
- * @param {*} [options] Override http request option.
8321
- * @throws {RequiredError}
8322
- */
8323
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8324
8360
  /**
8325
8361
  * Set 3CX Wizard CNAME
8326
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8362
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8327
8363
  * @param {*} [options] Override http request option.
8328
8364
  * @throws {RequiredError}
8329
8365
  */
8330
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8331
- /**
8332
- * Set Account Prize Promo
8333
- * @param {string} id Xero ID
8334
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8335
- * @param {*} [options] Override http request option.
8336
- * @throws {RequiredError}
8337
- */
8338
- patchUpdateAccountCname(id: string, patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8366
+ patchSetTcxWizardCname(patchSetTcxWizardCnameRequest?: PatchSetTcxWizardCnameRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8339
8367
  /**
8340
8368
  * Update Account Password
8341
8369
  * @summary Update Account Password
@@ -8392,14 +8420,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8392
8420
  * @throws {RequiredError}
8393
8421
  */
8394
8422
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8395
- /**
8396
- * Send Account Welcome Email
8397
- * @param {string} id Xero ID
8398
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8399
- * @param {*} [options] Override http request option.
8400
- * @throws {RequiredError}
8401
- */
8402
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8403
8423
  /**
8404
8424
  * Submit reseller application
8405
8425
  * @summary Submit reseller application
@@ -8419,22 +8439,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8419
8439
  * @throws {RequiredError}
8420
8440
  */
8421
8441
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8422
- /**
8423
- * Update Account Billing Address
8424
- * @param {string} id Xero ID
8425
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8426
- * @param {*} [options] Override http request option.
8427
- * @throws {RequiredError}
8428
- */
8429
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8430
- /**
8431
- * Update Account Shipping Address
8432
- * @param {string} id Xero ID
8433
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8434
- * @param {*} [options] Override http request option.
8435
- * @throws {RequiredError}
8436
- */
8437
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8438
8442
  };
8439
8443
  /**
8440
8444
  * AccountsApi - object-oriented interface
@@ -8479,13 +8483,6 @@ export declare class AccountsApi extends BaseAPI {
8479
8483
  * @throws {RequiredError}
8480
8484
  */
8481
8485
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountDetailedSummaryDTO, any, {}>>;
8482
- /**
8483
- * Get Account Page Details
8484
- * @param {string} id Xero ID
8485
- * @param {*} [options] Override http request option.
8486
- * @throws {RequiredError}
8487
- */
8488
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountPageDetailsDTO, any, {}>>;
8489
8486
  /**
8490
8487
  * Get Accounts
8491
8488
  * @summary Get Accounts
@@ -8519,37 +8516,13 @@ export declare class AccountsApi extends BaseAPI {
8519
8516
  * @throws {RequiredError}
8520
8517
  */
8521
8518
  getVerifyEmailAddress(token: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8522
- /**
8523
- * Set Account Portal Access
8524
- * @param {string} id Xero ID
8525
- * @param {PatchSetPortalAccessStateEnum} state Portal Access State
8526
- * @param {*} [options] Override http request option.
8527
- * @throws {RequiredError}
8528
- */
8529
- patchSetPortalAccess(id: string, state: PatchSetPortalAccessStateEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8530
- /**
8531
- * Set Account Prize Promo
8532
- * @param {string} id Xero ID
8533
- * @param {PatchSetPrizePromoStateEnum} state Prize Promo State
8534
- * @param {*} [options] Override http request option.
8535
- * @throws {RequiredError}
8536
- */
8537
- patchSetPrizePromo(id: string, state: PatchSetPrizePromoStateEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8538
8519
  /**
8539
8520
  * Set 3CX Wizard CNAME
8540
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8521
+ * @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
8541
8522
  * @param {*} [options] Override http request option.
8542
8523
  * @throws {RequiredError}
8543
8524
  */
8544
- patchSetTcxWizardCname(patchUpdateAccountCnameRequest?: PatchUpdateAccountCnameRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8545
- /**
8546
- * Set Account Prize Promo
8547
- * @param {string} id Xero ID
8548
- * @param {PatchUpdateAccountCnameRequest} [patchUpdateAccountCnameRequest] CNAME Request
8549
- * @param {*} [options] Override http request option.
8550
- * @throws {RequiredError}
8551
- */
8552
- 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, {}>>;
8553
8526
  /**
8554
8527
  * Update Account Password
8555
8528
  * @summary Update Account Password
@@ -8606,14 +8579,6 @@ export declare class AccountsApi extends BaseAPI {
8606
8579
  * @throws {RequiredError}
8607
8580
  */
8608
8581
  postSendPasswordReset(email: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8609
- /**
8610
- * Send Account Welcome Email
8611
- * @param {string} id Xero ID
8612
- * @param {PostSendWelcomeEmailRequest} [postSendWelcomeEmailRequest] Email Request
8613
- * @param {*} [options] Override http request option.
8614
- * @throws {RequiredError}
8615
- */
8616
- postSendWelcomeEmail(id: string, postSendWelcomeEmailRequest?: PostSendWelcomeEmailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8617
8582
  /**
8618
8583
  * Submit reseller application
8619
8584
  * @summary Submit reseller application
@@ -8633,33 +8598,7 @@ export declare class AccountsApi extends BaseAPI {
8633
8598
  * @throws {RequiredError}
8634
8599
  */
8635
8600
  putUpdateAccountContact(email: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8636
- /**
8637
- * Update Account Billing Address
8638
- * @param {string} id Xero ID
8639
- * @param {AddressDTO} [addressDTO] Updated Billing Address
8640
- * @param {*} [options] Override http request option.
8641
- * @throws {RequiredError}
8642
- */
8643
- putUpdateBillingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8644
- /**
8645
- * Update Account Shipping Address
8646
- * @param {string} id Xero ID
8647
- * @param {AddressDTO} [addressDTO] Updated Shipping Address
8648
- * @param {*} [options] Override http request option.
8649
- * @throws {RequiredError}
8650
- */
8651
- putUpdateShippingAddress(id: string, addressDTO?: AddressDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8652
8601
  }
8653
- export declare const PatchSetPortalAccessStateEnum: {
8654
- readonly Enable: "enable";
8655
- readonly Disable: "disable";
8656
- };
8657
- export type PatchSetPortalAccessStateEnum = typeof PatchSetPortalAccessStateEnum[keyof typeof PatchSetPortalAccessStateEnum];
8658
- export declare const PatchSetPrizePromoStateEnum: {
8659
- readonly Enable: "enable";
8660
- readonly Disable: "disable";
8661
- };
8662
- export type PatchSetPrizePromoStateEnum = typeof PatchSetPrizePromoStateEnum[keyof typeof PatchSetPrizePromoStateEnum];
8663
8602
  /**
8664
8603
  * CRMApi - axios parameter creator
8665
8604
  */
@@ -9938,6 +9877,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9938
9877
  * @throws {RequiredError}
9939
9878
  */
9940
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>;
9941
9889
  /**
9942
9890
  * Update 3CX Instance Auto Failover
9943
9891
  * @summary Update 3CX Instance Auto Failover
@@ -9979,11 +9927,11 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9979
9927
  * @summary Extend additional disk on 3CX Instance
9980
9928
  * @param {string} instanceId Instance ID
9981
9929
  * @param {number} gigabytes Disk Space (GB)
9982
- * @param {string} schedule Scheduled Task (Date &amp; Time)
9930
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9983
9931
  * @param {*} [options] Override http request option.
9984
9932
  * @throws {RequiredError}
9985
9933
  */
9986
- postExtendDisk: (instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9934
+ postExtendDisk: (instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9987
9935
  /**
9988
9936
  * Failover 3CX Instance
9989
9937
  * @summary Failover 3CX Instance
@@ -9993,6 +9941,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
9993
9941
  * @throws {RequiredError}
9994
9942
  */
9995
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>;
9996
9952
  /**
9997
9953
  * Reboot 3CX Instance
9998
9954
  * @summary Reboot 3CX Instance
@@ -10011,6 +9967,24 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10011
9967
  * @throws {RequiredError}
10012
9968
  */
10013
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>;
10014
9988
  /**
10015
9989
  * Suspend 3CX Instance
10016
9990
  * @summary Suspend 3CX Instance
@@ -10020,6 +9994,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10020
9994
  * @throws {RequiredError}
10021
9995
  */
10022
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>;
10023
10005
  /**
10024
10006
  * Unsuspend 3CX Instance
10025
10007
  * @summary Unsuspend 3CX Instance
@@ -10037,6 +10019,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
10037
10019
  * @throws {RequiredError}
10038
10020
  */
10039
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>;
10040
10031
  };
10041
10032
  /**
10042
10033
  * Class3CXInstallationsApi - functional programming interface
@@ -10049,7 +10040,7 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10049
10040
  * @param {*} [options] Override http request option.
10050
10041
  * @throws {RequiredError}
10051
10042
  */
10052
- 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>>;
10053
10044
  /**
10054
10045
  * Get 3CX Installations
10055
10046
  * @summary Get 3CX Installations
@@ -10064,6 +10055,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10064
10055
  * @throws {RequiredError}
10065
10056
  */
10066
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>>;
10067
10067
  /**
10068
10068
  * Update 3CX Instance Auto Failover
10069
10069
  * @summary Update 3CX Instance Auto Failover
@@ -10105,11 +10105,11 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10105
10105
  * @summary Extend additional disk on 3CX Instance
10106
10106
  * @param {string} instanceId Instance ID
10107
10107
  * @param {number} gigabytes Disk Space (GB)
10108
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10108
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10109
10109
  * @param {*} [options] Override http request option.
10110
10110
  * @throws {RequiredError}
10111
10111
  */
10112
- 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>>;
10113
10113
  /**
10114
10114
  * Failover 3CX Instance
10115
10115
  * @summary Failover 3CX Instance
@@ -10119,6 +10119,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10119
10119
  * @throws {RequiredError}
10120
10120
  */
10121
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>>;
10122
10130
  /**
10123
10131
  * Reboot 3CX Instance
10124
10132
  * @summary Reboot 3CX Instance
@@ -10137,6 +10145,24 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10137
10145
  * @throws {RequiredError}
10138
10146
  */
10139
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>>;
10140
10166
  /**
10141
10167
  * Suspend 3CX Instance
10142
10168
  * @summary Suspend 3CX Instance
@@ -10146,6 +10172,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10146
10172
  * @throws {RequiredError}
10147
10173
  */
10148
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>>;
10149
10183
  /**
10150
10184
  * Unsuspend 3CX Instance
10151
10185
  * @summary Unsuspend 3CX Instance
@@ -10163,6 +10197,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
10163
10197
  * @throws {RequiredError}
10164
10198
  */
10165
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>>;
10166
10209
  };
10167
10210
  /**
10168
10211
  * Class3CXInstallationsApi - factory interface
@@ -10175,7 +10218,7 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10175
10218
  * @param {*} [options] Override http request option.
10176
10219
  * @throws {RequiredError}
10177
10220
  */
10178
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<TcxInstallationDetailsModel>;
10221
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<InstallationDetailsDTO>;
10179
10222
  /**
10180
10223
  * Get 3CX Installations
10181
10224
  * @summary Get 3CX Installations
@@ -10190,6 +10233,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10190
10233
  * @throws {RequiredError}
10191
10234
  */
10192
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>;
10193
10245
  /**
10194
10246
  * Update 3CX Instance Auto Failover
10195
10247
  * @summary Update 3CX Instance Auto Failover
@@ -10231,11 +10283,11 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10231
10283
  * @summary Extend additional disk on 3CX Instance
10232
10284
  * @param {string} instanceId Instance ID
10233
10285
  * @param {number} gigabytes Disk Space (GB)
10234
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10286
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10235
10287
  * @param {*} [options] Override http request option.
10236
10288
  * @throws {RequiredError}
10237
10289
  */
10238
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10290
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10239
10291
  /**
10240
10292
  * Failover 3CX Instance
10241
10293
  * @summary Failover 3CX Instance
@@ -10245,6 +10297,14 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10245
10297
  * @throws {RequiredError}
10246
10298
  */
10247
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>;
10248
10308
  /**
10249
10309
  * Reboot 3CX Instance
10250
10310
  * @summary Reboot 3CX Instance
@@ -10263,6 +10323,24 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10263
10323
  * @throws {RequiredError}
10264
10324
  */
10265
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>;
10266
10344
  /**
10267
10345
  * Suspend 3CX Instance
10268
10346
  * @summary Suspend 3CX Instance
@@ -10272,6 +10350,14 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10272
10350
  * @throws {RequiredError}
10273
10351
  */
10274
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>;
10275
10361
  /**
10276
10362
  * Unsuspend 3CX Instance
10277
10363
  * @summary Unsuspend 3CX Instance
@@ -10289,6 +10375,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
10289
10375
  * @throws {RequiredError}
10290
10376
  */
10291
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>;
10292
10387
  };
10293
10388
  /**
10294
10389
  * Class3CXInstallationsApi - object-oriented interface
@@ -10301,7 +10396,7 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10301
10396
  * @param {*} [options] Override http request option.
10302
10397
  * @throws {RequiredError}
10303
10398
  */
10304
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxInstallationDetailsModel, any, {}>>;
10399
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallationDetailsDTO, any, {}>>;
10305
10400
  /**
10306
10401
  * Get 3CX Installations
10307
10402
  * @summary Get 3CX Installations
@@ -10316,6 +10411,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10316
10411
  * @throws {RequiredError}
10317
10412
  */
10318
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, {}>>;
10319
10423
  /**
10320
10424
  * Update 3CX Instance Auto Failover
10321
10425
  * @summary Update 3CX Instance Auto Failover
@@ -10357,11 +10461,11 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10357
10461
  * @summary Extend additional disk on 3CX Instance
10358
10462
  * @param {string} instanceId Instance ID
10359
10463
  * @param {number} gigabytes Disk Space (GB)
10360
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10464
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10361
10465
  * @param {*} [options] Override http request option.
10362
10466
  * @throws {RequiredError}
10363
10467
  */
10364
- 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, {}>>;
10365
10469
  /**
10366
10470
  * Failover 3CX Instance
10367
10471
  * @summary Failover 3CX Instance
@@ -10371,6 +10475,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10371
10475
  * @throws {RequiredError}
10372
10476
  */
10373
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, {}>>;
10374
10486
  /**
10375
10487
  * Reboot 3CX Instance
10376
10488
  * @summary Reboot 3CX Instance
@@ -10389,6 +10501,24 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10389
10501
  * @throws {RequiredError}
10390
10502
  */
10391
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, {}>>;
10392
10522
  /**
10393
10523
  * Suspend 3CX Instance
10394
10524
  * @summary Suspend 3CX Instance
@@ -10398,6 +10528,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10398
10528
  * @throws {RequiredError}
10399
10529
  */
10400
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, {}>>;
10401
10539
  /**
10402
10540
  * Unsuspend 3CX Instance
10403
10541
  * @summary Unsuspend 3CX Instance
@@ -10415,6 +10553,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
10415
10553
  * @throws {RequiredError}
10416
10554
  */
10417
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, {}>>;
10418
10565
  }
10419
10566
  export declare const GetGetInstallationsStatusEnum: {
10420
10567
  readonly Completed: "Completed";
@@ -12019,6 +12166,14 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
12019
12166
  * @throws {RequiredError}
12020
12167
  */
12021
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>;
12022
12177
  /**
12023
12178
  * Create Shipment (Admin)
12024
12179
  * @summary Create Shipment (Admin)
@@ -12057,6 +12212,15 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
12057
12212
  * @throws {RequiredError}
12058
12213
  */
12059
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>;
12060
12224
  /**
12061
12225
  * Send Order Email
12062
12226
  * @summary Send Order Email
@@ -12296,6 +12460,14 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
12296
12460
  * @throws {RequiredError}
12297
12461
  */
12298
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>>;
12299
12471
  /**
12300
12472
  * Create Shipment (Admin)
12301
12473
  * @summary Create Shipment (Admin)
@@ -12334,6 +12506,15 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
12334
12506
  * @throws {RequiredError}
12335
12507
  */
12336
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>>;
12337
12518
  /**
12338
12519
  * Send Order Email
12339
12520
  * @summary Send Order Email
@@ -12573,6 +12754,14 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
12573
12754
  * @throws {RequiredError}
12574
12755
  */
12575
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>;
12576
12765
  /**
12577
12766
  * Create Shipment (Admin)
12578
12767
  * @summary Create Shipment (Admin)
@@ -12611,6 +12800,15 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
12611
12800
  * @throws {RequiredError}
12612
12801
  */
12613
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>;
12614
12812
  /**
12615
12813
  * Send Order Email
12616
12814
  * @summary Send Order Email
@@ -12850,6 +13048,14 @@ export declare class OrdersApi extends BaseAPI {
12850
13048
  * @throws {RequiredError}
12851
13049
  */
12852
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, {}>>;
12853
13059
  /**
12854
13060
  * Create Shipment (Admin)
12855
13061
  * @summary Create Shipment (Admin)
@@ -12888,6 +13094,15 @@ export declare class OrdersApi extends BaseAPI {
12888
13094
  * @throws {RequiredError}
12889
13095
  */
12890
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, {}>>;
12891
13106
  /**
12892
13107
  * Send Order Email
12893
13108
  * @summary Send Order Email
@@ -13277,11 +13492,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
13277
13492
  * Get Product
13278
13493
  * @summary Get Product
13279
13494
  * @param {string} sku Product SKU
13280
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13495
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13281
13496
  * @param {*} [options] Override http request option.
13282
13497
  * @throws {RequiredError}
13283
13498
  */
13284
- postGetProduct: (sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13499
+ postGetProduct: (sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13285
13500
  /**
13286
13501
  * Get Product For Customer
13287
13502
  * @summary Get Product For Customer
@@ -13364,11 +13579,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
13364
13579
  * Get Product
13365
13580
  * @summary Get Product
13366
13581
  * @param {string} sku Product SKU
13367
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13582
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13368
13583
  * @param {*} [options] Override http request option.
13369
13584
  * @throws {RequiredError}
13370
13585
  */
13371
- 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>>;
13372
13587
  /**
13373
13588
  * Get Product For Customer
13374
13589
  * @summary Get Product For Customer
@@ -13451,11 +13666,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
13451
13666
  * Get Product
13452
13667
  * @summary Get Product
13453
13668
  * @param {string} sku Product SKU
13454
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13669
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13455
13670
  * @param {*} [options] Override http request option.
13456
13671
  * @throws {RequiredError}
13457
13672
  */
13458
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
13673
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
13459
13674
  /**
13460
13675
  * Get Product For Customer
13461
13676
  * @summary Get Product For Customer
@@ -13538,11 +13753,11 @@ export declare class ProductsApi extends BaseAPI {
13538
13753
  * Get Product
13539
13754
  * @summary Get Product
13540
13755
  * @param {string} sku Product SKU
13541
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
13756
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
13542
13757
  * @param {*} [options] Override http request option.
13543
13758
  * @throws {RequiredError}
13544
13759
  */
13545
- 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, {}>>;
13546
13761
  /**
13547
13762
  * Get Product For Customer
13548
13763
  * @summary Get Product For Customer
@@ -13559,6 +13774,158 @@ export declare const GetGetLegacyStockListFormatEnum: {
13559
13774
  readonly Csv: "CSV";
13560
13775
  };
13561
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
+ }
13562
13929
  /**
13563
13930
  * ProvisioningApi - axios parameter creator
13564
13931
  */