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

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 (765) hide show
  1. package/.openapi-generator/FILES +33 -1
  2. package/.openapi-generator/VERSION +1 -1
  3. package/.openapi-generator-ignore +0 -0
  4. package/README.md +69 -2
  5. package/api.ts +4985 -1230
  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 +2544 -198
  11. package/dist/api.js +4531 -1252
  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/PortStatusEnum.d.ts +0 -0
  27. package/dist/models/PortStatusEnum.js +0 -0
  28. package/dist/models/PrinterEnum.d.ts +0 -0
  29. package/dist/models/PrinterEnum.js +0 -0
  30. package/dist/models/ScheduledTaskEnum.d.ts +33 -0
  31. package/dist/models/ScheduledTaskEnum.js +35 -0
  32. package/dist/models/ServiceEnum.d.ts +0 -0
  33. package/dist/models/ServiceEnum.js +0 -0
  34. package/dist/models/ServiceHealthEnum.d.ts +0 -0
  35. package/dist/models/ServiceHealthEnum.js +0 -0
  36. package/dist/models/ServiceStatusEnum.d.ts +0 -0
  37. package/dist/models/ServiceStatusEnum.js +0 -0
  38. package/dist/models/UpdateTypeEnum.d.ts +0 -0
  39. package/dist/models/UpdateTypeEnum.js +0 -0
  40. package/docs/AbstractOrderRequestDTO.md +0 -0
  41. package/docs/AccountContactEntity.md +0 -0
  42. package/docs/AccountContactModel.md +0 -0
  43. package/docs/AccountContactRequestModel.md +0 -0
  44. package/docs/AccountDetailedSummaryDTO.md +0 -0
  45. package/docs/AccountRequestModel.md +0 -0
  46. package/docs/AccountSummaryDTO.md +0 -0
  47. package/docs/AccountsApi.md +1 -1
  48. package/docs/AccountsResponseModel.md +0 -0
  49. package/docs/AddressModel.md +0 -0
  50. package/docs/AddressRequestModel.md +0 -0
  51. package/docs/AdminNumberPortDTO.md +4 -0
  52. package/docs/AdminOrderRequestDTO.md +0 -0
  53. package/docs/AdminUserModel.md +0 -0
  54. package/docs/AgentHoursGraphModel.md +0 -0
  55. package/docs/AgentHoursGraphMonthModel.md +0 -0
  56. package/docs/ApiLogEntity.md +0 -0
  57. package/docs/AreaCodeModel.md +0 -0
  58. package/docs/AttachmentModel.md +0 -0
  59. package/docs/AttributeSetEnum.md +0 -0
  60. package/docs/AuditLogEntity.md +0 -0
  61. package/docs/AuthCodeResponseModel.md +0 -0
  62. package/docs/BasicItemDTO.md +0 -0
  63. package/docs/BasicProductDTO.md +0 -0
  64. package/docs/BatchDTO.md +59 -0
  65. package/docs/BatchEntity.md +0 -0
  66. package/docs/CRMApi.md +1 -1
  67. package/docs/CallBarringModel.md +0 -0
  68. package/docs/Class3CXApi.md +1 -1
  69. package/docs/Class3CXInstallationWizardApi.md +1 -1
  70. package/docs/Class3CXInstallationsApi.md +348 -5
  71. package/docs/Class3CXIntegrationsApi.md +1 -1
  72. package/docs/Class3CXMultiTenantApi.md +1 -1
  73. package/docs/ClientDetailsModel.md +0 -0
  74. package/docs/ClientModel.md +0 -0
  75. package/docs/CompanyContractModel.md +0 -0
  76. package/docs/ContactInfoModel.md +0 -0
  77. package/docs/ConversationModel.md +0 -0
  78. package/docs/CourierPriceEntity.md +0 -0
  79. package/docs/CreditAccountEntity.md +0 -0
  80. package/docs/CreditNoteDTO.md +21 -0
  81. package/docs/CreditNoteEntity.md +29 -0
  82. package/docs/CreditNoteItemDTO.md +25 -0
  83. package/docs/CreditNoteItemEntity.md +29 -0
  84. package/docs/CreditNoteItemModel.md +29 -0
  85. package/docs/CreditNoteModel.md +31 -0
  86. package/docs/CrmContactDTO.md +0 -0
  87. package/docs/CustomerInformationModel.md +0 -0
  88. package/docs/CustomerItemRequestDTO.md +0 -0
  89. package/docs/CustomerOrderRequestDTO.md +0 -0
  90. package/docs/CustomerPriceListEnum.md +0 -0
  91. package/docs/CustomerSummaryReportDTO.md +0 -0
  92. package/docs/DdiRangeRequestModel.md +0 -0
  93. package/docs/DdiRangesRequestModel.md +0 -0
  94. package/docs/DetailedItemRequestDTO.md +0 -0
  95. package/docs/DetailedOrderRequestDTO.md +0 -0
  96. package/docs/DivertRequestModel.md +0 -0
  97. package/docs/DivertResponseModel.md +0 -0
  98. package/docs/EdTechProClientEntity.md +0 -0
  99. package/docs/EdTechProSchoolModel.md +0 -0
  100. package/docs/EdTechProSchoolsModel.md +0 -0
  101. package/docs/EdTechProSetupModel.md +0 -0
  102. package/docs/EventDTO.md +0 -0
  103. package/docs/EventRequestDTO.md +0 -0
  104. package/docs/EventSubscriptionModel.md +0 -0
  105. package/docs/EventUpdateDTO.md +0 -0
  106. package/docs/EventUpdateEntity.md +0 -0
  107. package/docs/EventUpdateRequestDTO.md +0 -0
  108. package/docs/FraudManagementModel.md +0 -0
  109. package/docs/FreshdeskCompanyTicketsModel.md +0 -0
  110. package/docs/FreshdeskTicketEntity.md +0 -0
  111. package/docs/FtpAccountsEntity.md +0 -0
  112. package/docs/GenericFileModel.md +0 -0
  113. package/docs/GetGetPrice200Response.md +0 -0
  114. package/docs/GetGetRecording200Response.md +0 -0
  115. package/docs/HostingChangeResponseModel.md +0 -0
  116. package/docs/HostingRegionDTO.md +0 -0
  117. package/docs/InstallationDetailsDTO.md +39 -0
  118. package/docs/InstanceAutoFailoverEntity.md +0 -0
  119. package/docs/InstanceDeletionScheduleEntity.md +0 -0
  120. package/docs/InstanceEntity.md +0 -0
  121. package/docs/InstanceFailoverEntity.md +0 -0
  122. package/docs/InstanceMonitoringEntity.md +0 -0
  123. package/docs/InstanceMonitoringLogEntity.md +0 -0
  124. package/docs/InstanceScheduledTasksEntity.md +0 -0
  125. package/docs/InstanceTcxDetailsEntity.md +0 -0
  126. package/docs/InstanceUserCredentialsEntity.md +0 -0
  127. package/docs/ItemDTO.md +0 -0
  128. package/docs/ItemDiscountEntity.md +0 -0
  129. package/docs/ItemEntity.md +0 -0
  130. package/docs/LinkedOrderEntity.md +0 -0
  131. package/docs/MFARequiredModel.md +0 -0
  132. package/docs/MonthlyUsageModel.md +0 -0
  133. package/docs/MultiTenantChangeResponseModel.md +0 -0
  134. package/docs/MyPBXToolsApi.md +1 -1
  135. package/docs/NavigationModel.md +0 -0
  136. package/docs/NumberPortDTO.md +0 -0
  137. package/docs/NumberPortNoteDTO.md +0 -0
  138. package/docs/NumberPortRangeDTO.md +0 -0
  139. package/docs/NumberPortRangeRequestDTO.md +0 -0
  140. package/docs/NumberPortingApi.md +61 -6
  141. package/docs/NumberPortsModel.md +0 -0
  142. package/docs/OAuth20Api.md +4 -4
  143. package/docs/OfflineInstancesEntity.md +0 -0
  144. package/docs/OrderDetailsDTO.md +65 -0
  145. package/docs/OrderEntity.md +0 -0
  146. package/docs/OrderItemDTO.md +55 -0
  147. package/docs/OrderRequestModel.md +0 -0
  148. package/docs/OrderSummariesModel.md +0 -0
  149. package/docs/OrderSummaryDTO.md +0 -0
  150. package/docs/OrderTotalModel.md +0 -0
  151. package/docs/OrderedItemEntity.md +0 -0
  152. package/docs/OrderedItemModel.md +47 -0
  153. package/docs/OrdersApi.md +1384 -75
  154. package/docs/PatchSetTcxWizardCnameRequest.md +0 -0
  155. package/docs/PatchUpdateAccountContactPasswordRequest.md +0 -0
  156. package/docs/PortalAccountModel.md +0 -0
  157. package/docs/PortalLoginModel.md +0 -0
  158. package/docs/PostAddAdminNoteRequest.md +20 -0
  159. package/docs/PostAddOrderNoteRequest.md +20 -0
  160. package/docs/PostAddWebhook200Response.md +0 -0
  161. package/docs/PostGetClientCredentialsRequest.md +0 -0
  162. package/docs/PostGetProductForCustomerRequest.md +0 -0
  163. package/docs/PostGetProductRequest.md +0 -0
  164. package/docs/PostSplitOrderRequest.md +20 -0
  165. package/docs/PriceListItemModel.md +0 -0
  166. package/docs/PricingApi.md +1 -1
  167. package/docs/PrinterEntity.md +29 -0
  168. package/docs/PrizesEntity.md +0 -0
  169. package/docs/ProductPriceListItemModel.md +0 -0
  170. package/docs/ProductSearchResultsModel.md +0 -0
  171. package/docs/ProductSerialInfoModel.md +0 -0
  172. package/docs/ProductSummaryDTO.md +2 -0
  173. package/docs/ProductsApi.md +59 -1
  174. package/docs/PromoCodesEntity.md +0 -0
  175. package/docs/PromoItemsEntity.md +0 -0
  176. package/docs/ProspectDTO.md +33 -0
  177. package/docs/ProspectEntity.md +41 -0
  178. package/docs/ProspectsApi.md +226 -0
  179. package/docs/ProvisioningApi.md +1 -1
  180. package/docs/ProvisioningModel.md +0 -0
  181. package/docs/ProvisioningRequestEntity.md +0 -0
  182. package/docs/PutAllocateItemsRequest.md +20 -0
  183. package/docs/PutAllocateItemsRequestItemsInner.md +22 -0
  184. package/docs/RecordingBackupAzureModel.md +0 -0
  185. package/docs/RecordingsBackupInfoDTO.md +0 -0
  186. package/docs/RemoteStorageDTO.md +27 -0
  187. package/docs/ResourceNotReadyException.md +0 -0
  188. package/docs/RootAccessModel.md +0 -0
  189. package/docs/S3BucketEntity.md +0 -0
  190. package/docs/SIPTrunksApi.md +1 -1
  191. package/docs/SMSApi.md +57 -1
  192. package/docs/ScannedItemModel.md +0 -0
  193. package/docs/ScopeModel.md +0 -0
  194. package/docs/ServiceHealthDTO.md +0 -0
  195. package/docs/ServiceStatusDTO.md +0 -0
  196. package/docs/ServicesApi.md +1 -1
  197. package/docs/ShipmentAddressEntity.md +0 -0
  198. package/docs/ShipmentDTO.md +41 -0
  199. package/docs/ShipmentEntity.md +0 -0
  200. package/docs/ShipmentItemDTO.md +23 -0
  201. package/docs/ShipmentItemEntity.md +1 -1
  202. package/docs/ShipmentItemModel.md +29 -0
  203. package/docs/ShipmentModel.md +43 -0
  204. package/docs/ShipmentRequestDTO.md +31 -0
  205. package/docs/ShippingApi.md +1 -1
  206. package/docs/ShippingConsignmentModel.md +0 -0
  207. package/docs/ShippingInformationDTO.md +0 -0
  208. package/docs/ShippingRequestDTO.md +28 -0
  209. package/docs/ShippingServiceDTO.md +0 -0
  210. package/docs/ShippingServiceModel.md +0 -0
  211. package/docs/ShippingServicesModel.md +0 -0
  212. package/docs/SipTrunkChangeResponseModel.md +0 -0
  213. package/docs/SipTrunkCreationRequestModel.md +0 -0
  214. package/docs/SipTrunkEntity.md +0 -0
  215. package/docs/SipTrunksResponseModel.md +0 -0
  216. package/docs/SmsAccountDTO.md +31 -0
  217. package/docs/SmsAccountEntity.md +0 -0
  218. package/docs/SmsAccountRequestDTO.md +29 -0
  219. package/docs/SmsDataModel.md +0 -0
  220. package/docs/SmsMessageModel.md +0 -0
  221. package/docs/SmsNumbersEntity.md +0 -0
  222. package/docs/SmsPayloadModel.md +0 -0
  223. package/docs/SmsPhoneNumberModel.md +0 -0
  224. package/docs/SmsResponseModel.md +0 -0
  225. package/docs/SmsWhitelistEntity.md +0 -0
  226. package/docs/StockManagementApi.md +1 -1
  227. package/docs/StockOrderCourierEntity.md +0 -0
  228. package/docs/StockOrderDeductionModel.md +0 -0
  229. package/docs/StockOrderDeductionRequestModel.md +0 -0
  230. package/docs/StockOrderDeductionsEntity.md +0 -0
  231. package/docs/StockOrderEntity.md +0 -0
  232. package/docs/StockOrderItemEntity.md +0 -0
  233. package/docs/StockOrderItemModel.md +0 -0
  234. package/docs/StockOrderItemRequestModel.md +0 -0
  235. package/docs/StockOrderModel.md +0 -0
  236. package/docs/StockOrderProductEntity.md +0 -0
  237. package/docs/StockOrderRequestModel.md +0 -0
  238. package/docs/StockOrderSupplierEntity.md +0 -0
  239. package/docs/StockOrderSupplierModel.md +0 -0
  240. package/docs/StockOrdersModel.md +0 -0
  241. package/docs/StockProductModel.md +0 -0
  242. package/docs/StockProductPriceModel.md +0 -0
  243. package/docs/StockProductSummariesModel.md +0 -0
  244. package/docs/StockProductSummaryModel.md +0 -0
  245. package/docs/StockTransactionsEntity.md +0 -0
  246. package/docs/SupplierEntity.md +0 -0
  247. package/docs/SupplierItemEntity.md +0 -0
  248. package/docs/SupplierItemModel.md +35 -0
  249. package/docs/SupplierModel.md +37 -0
  250. package/docs/SupportTicketModel.md +0 -0
  251. package/docs/SystemApi.md +1 -1
  252. package/docs/TcxBackupEntity.md +0 -0
  253. package/docs/TcxBackupModel.md +0 -0
  254. package/docs/TcxBillingEntity.md +0 -0
  255. package/docs/TcxBulkLicenceDetailsModel.md +0 -0
  256. package/docs/TcxDeadLicenceEntity.md +0 -0
  257. package/docs/TcxExtsEntity.md +0 -0
  258. package/docs/TcxHostingPricingEntity.md +0 -0
  259. package/docs/TcxInstallationModel.md +0 -0
  260. package/docs/TcxInstallationsModel.md +0 -0
  261. package/docs/TcxKeySummaryDTO.md +0 -0
  262. package/docs/TcxKeysEntity.md +0 -0
  263. package/docs/TcxLicenceDetailsErrorModel.md +0 -0
  264. package/docs/TcxLicenceDetailsModel.md +0 -0
  265. package/docs/TcxMacsEntity.md +0 -0
  266. package/docs/TcxMultiTenantModel.md +0 -0
  267. package/docs/TcxMultiTenantUserModel.md +0 -0
  268. package/docs/TcxMultiTenantsModel.md +0 -0
  269. package/docs/TcxNumbersEntity.md +0 -0
  270. package/docs/TcxOfficeHoursEntity.md +0 -0
  271. package/docs/TcxPhoneModel.md +0 -0
  272. package/docs/TcxPhonesEntity.md +0 -0
  273. package/docs/TcxRemoteStorageModel.md +0 -0
  274. package/docs/TcxSbcDTO.md +4 -0
  275. package/docs/TcxSbcEntity.md +0 -0
  276. package/docs/TcxSbcModel.md +0 -0
  277. package/docs/TcxSbcResponseDTO.md +23 -0
  278. package/docs/TcxSetupEntity.md +0 -0
  279. package/docs/TcxSetupsModel.md +0 -0
  280. package/docs/TcxSipTrunksEntity.md +0 -0
  281. package/docs/TcxTemplateXmlEnum.md +0 -0
  282. package/docs/TcxUsersEntity.md +0 -0
  283. package/docs/TcxWizardConfigModel.md +0 -0
  284. package/docs/TcxWizardModel.md +0 -0
  285. package/docs/TechSupportCompanySummaryDTO.md +0 -0
  286. package/docs/TicketSummaryModel.md +0 -0
  287. package/docs/TicketTimeDTO.md +0 -0
  288. package/docs/TicketsApi.md +1 -1
  289. package/docs/TokenResponseModel.md +0 -0
  290. package/docs/UpgradeOrderResponseModel.md +0 -0
  291. package/docs/UpgradeRequestModel.md +0 -0
  292. package/docs/UserEntity.md +0 -0
  293. package/docs/WebhooksApi.md +1 -1
  294. package/docs/XeroLogEntity.md +0 -0
  295. package/getEnums.php +31 -31
  296. package/git_push.sh +0 -0
  297. package/index.ts +1 -1
  298. package/models/CourierEnum.ts +0 -0
  299. package/models/EventStatusEnum.ts +0 -0
  300. package/models/EventTypeEnum.ts +0 -0
  301. package/models/PortStatusEnum.ts +0 -0
  302. package/models/PrinterEnum.ts +0 -0
  303. package/models/ScheduledTaskEnum.ts +34 -0
  304. package/models/ServiceEnum.ts +0 -0
  305. package/models/ServiceHealthEnum.ts +0 -0
  306. package/models/ServiceStatusEnum.ts +0 -0
  307. package/models/UpdateTypeEnum.ts +0 -0
  308. package/openapitools.json +1 -1
  309. package/package.json +1 -1
  310. package/tsconfig.json +0 -0
  311. package/dist/models/StatusEnum.d.ts +0 -18
  312. package/dist/models/StatusEnum.js +0 -20
  313. package/dist/src/apis/AccountsApi.d.ts +0 -258
  314. package/dist/src/apis/AccountsApi.js +0 -975
  315. package/dist/src/apis/CRMApi.d.ts +0 -26
  316. package/dist/src/apis/CRMApi.js +0 -122
  317. package/dist/src/apis/Class3CXApi.d.ts +0 -44
  318. package/dist/src/apis/Class3CXApi.js +0 -177
  319. package/dist/src/apis/Class3CXInstallationWizardApi.d.ts +0 -446
  320. package/dist/src/apis/Class3CXInstallationWizardApi.js +0 -1740
  321. package/dist/src/apis/Class3CXInstallationsApi.d.ts +0 -253
  322. package/dist/src/apis/Class3CXInstallationsApi.js +0 -806
  323. package/dist/src/apis/Class3CXIntegrationsApi.d.ts +0 -102
  324. package/dist/src/apis/Class3CXIntegrationsApi.js +0 -386
  325. package/dist/src/apis/Class3CXMultiTenantApi.d.ts +0 -122
  326. package/dist/src/apis/Class3CXMultiTenantApi.js +0 -431
  327. package/dist/src/apis/MyPBXToolsApi.d.ts +0 -32
  328. package/dist/src/apis/MyPBXToolsApi.js +0 -136
  329. package/dist/src/apis/OAuth20Api.d.ts +0 -185
  330. package/dist/src/apis/OAuth20Api.js +0 -507
  331. package/dist/src/apis/OrdersApi.d.ts +0 -154
  332. package/dist/src/apis/OrdersApi.js +0 -512
  333. package/dist/src/apis/PricingApi.d.ts +0 -154
  334. package/dist/src/apis/PricingApi.js +0 -308
  335. package/dist/src/apis/ProductsApi.d.ts +0 -135
  336. package/dist/src/apis/ProductsApi.js +0 -531
  337. package/dist/src/apis/ProvisioningApi.d.ts +0 -112
  338. package/dist/src/apis/ProvisioningApi.js +0 -427
  339. package/dist/src/apis/SIPTrunksApi.d.ts +0 -315
  340. package/dist/src/apis/SIPTrunksApi.js +0 -1197
  341. package/dist/src/apis/SMSApi.d.ts +0 -30
  342. package/dist/src/apis/SMSApi.js +0 -130
  343. package/dist/src/apis/ServicesApi.d.ts +0 -81
  344. package/dist/src/apis/ServicesApi.js +0 -386
  345. package/dist/src/apis/ShippingApi.d.ts +0 -45
  346. package/dist/src/apis/ShippingApi.js +0 -179
  347. package/dist/src/apis/StockManagementApi.d.ts +0 -345
  348. package/dist/src/apis/StockManagementApi.js +0 -1293
  349. package/dist/src/apis/SystemApi.d.ts +0 -37
  350. package/dist/src/apis/SystemApi.js +0 -146
  351. package/dist/src/apis/TicketsApi.d.ts +0 -79
  352. package/dist/src/apis/TicketsApi.js +0 -360
  353. package/dist/src/apis/WebhooksApi.d.ts +0 -56
  354. package/dist/src/apis/WebhooksApi.js +0 -189
  355. package/dist/src/apis/index.d.ts +0 -21
  356. package/dist/src/apis/index.js +0 -39
  357. package/dist/src/index.d.ts +0 -3
  358. package/dist/src/index.js +0 -21
  359. package/dist/src/models/AbstractOrderRequestDTO.d.ts +0 -71
  360. package/dist/src/models/AbstractOrderRequestDTO.js +0 -64
  361. package/dist/src/models/AccountContactEntity.d.ts +0 -104
  362. package/dist/src/models/AccountContactEntity.js +0 -73
  363. package/dist/src/models/AccountContactModel.d.ts +0 -104
  364. package/dist/src/models/AccountContactModel.js +0 -73
  365. package/dist/src/models/AccountContactRequestModel.d.ts +0 -80
  366. package/dist/src/models/AccountContactRequestModel.js +0 -65
  367. package/dist/src/models/AccountDetailedSummaryDTO.d.ts +0 -89
  368. package/dist/src/models/AccountDetailedSummaryDTO.js +0 -70
  369. package/dist/src/models/AccountRequestModel.d.ts +0 -128
  370. package/dist/src/models/AccountRequestModel.js +0 -81
  371. package/dist/src/models/AccountSummaryDTO.d.ts +0 -44
  372. package/dist/src/models/AccountSummaryDTO.js +0 -53
  373. package/dist/src/models/AccountsResponseModel.d.ts +0 -51
  374. package/dist/src/models/AccountsResponseModel.js +0 -56
  375. package/dist/src/models/AddressModel.d.ts +0 -110
  376. package/dist/src/models/AddressModel.js +0 -75
  377. package/dist/src/models/AddressRequestModel.d.ts +0 -50
  378. package/dist/src/models/AddressRequestModel.js +0 -55
  379. package/dist/src/models/AdminOrderRequestDTO.d.ts +0 -113
  380. package/dist/src/models/AdminOrderRequestDTO.js +0 -78
  381. package/dist/src/models/AdminUserModel.d.ts +0 -79
  382. package/dist/src/models/AdminUserModel.js +0 -72
  383. package/dist/src/models/AgentHoursGraphModel.d.ts +0 -51
  384. package/dist/src/models/AgentHoursGraphModel.js +0 -56
  385. package/dist/src/models/AgentHoursGraphMonthModel.d.ts +0 -38
  386. package/dist/src/models/AgentHoursGraphMonthModel.js +0 -51
  387. package/dist/src/models/ApiLogEntity.d.ts +0 -98
  388. package/dist/src/models/ApiLogEntity.js +0 -71
  389. package/dist/src/models/AreaCodeModel.d.ts +0 -38
  390. package/dist/src/models/AreaCodeModel.js +0 -51
  391. package/dist/src/models/AttachmentModel.d.ts +0 -56
  392. package/dist/src/models/AttachmentModel.js +0 -57
  393. package/dist/src/models/AttributeSetEnum.d.ts +0 -38
  394. package/dist/src/models/AttributeSetEnum.js +0 -51
  395. package/dist/src/models/AuditLogEntity.d.ts +0 -80
  396. package/dist/src/models/AuditLogEntity.js +0 -65
  397. package/dist/src/models/AuthCodeResponseModel.d.ts +0 -44
  398. package/dist/src/models/AuthCodeResponseModel.js +0 -53
  399. package/dist/src/models/BasicItemDTO.d.ts +0 -38
  400. package/dist/src/models/BasicItemDTO.js +0 -51
  401. package/dist/src/models/BasicProductDTO.d.ts +0 -38
  402. package/dist/src/models/BasicProductDTO.js +0 -51
  403. package/dist/src/models/BatchEntity.d.ts +0 -128
  404. package/dist/src/models/BatchEntity.js +0 -81
  405. package/dist/src/models/CallBarringModel.d.ts +0 -56
  406. package/dist/src/models/CallBarringModel.js +0 -57
  407. package/dist/src/models/ClientDetailsModel.d.ts +0 -68
  408. package/dist/src/models/ClientDetailsModel.js +0 -61
  409. package/dist/src/models/ClientModel.d.ts +0 -50
  410. package/dist/src/models/ClientModel.js +0 -55
  411. package/dist/src/models/CompanyContractModel.d.ts +0 -56
  412. package/dist/src/models/CompanyContractModel.js +0 -57
  413. package/dist/src/models/ContactInfoModel.d.ts +0 -56
  414. package/dist/src/models/ContactInfoModel.js +0 -57
  415. package/dist/src/models/ConversationModel.d.ts +0 -75
  416. package/dist/src/models/ConversationModel.js +0 -64
  417. package/dist/src/models/CourierPriceEntity.d.ts +0 -86
  418. package/dist/src/models/CourierPriceEntity.js +0 -67
  419. package/dist/src/models/CreditAccountEntity.d.ts +0 -152
  420. package/dist/src/models/CreditAccountEntity.js +0 -89
  421. package/dist/src/models/CrmContactDTO.d.ts +0 -68
  422. package/dist/src/models/CrmContactDTO.js +0 -61
  423. package/dist/src/models/CustomerInformationModel.d.ts +0 -68
  424. package/dist/src/models/CustomerInformationModel.js +0 -61
  425. package/dist/src/models/CustomerItemRequestDTO.d.ts +0 -81
  426. package/dist/src/models/CustomerItemRequestDTO.js +0 -66
  427. package/dist/src/models/CustomerOrderRequestDTO.d.ts +0 -71
  428. package/dist/src/models/CustomerOrderRequestDTO.js +0 -64
  429. package/dist/src/models/CustomerPriceListEnum.d.ts +0 -38
  430. package/dist/src/models/CustomerPriceListEnum.js +0 -51
  431. package/dist/src/models/CustomerSummaryReportDTO.d.ts +0 -65
  432. package/dist/src/models/CustomerSummaryReportDTO.js +0 -62
  433. package/dist/src/models/DdiRangeRequestModel.d.ts +0 -44
  434. package/dist/src/models/DdiRangeRequestModel.js +0 -53
  435. package/dist/src/models/DdiRangesRequestModel.d.ts +0 -33
  436. package/dist/src/models/DdiRangesRequestModel.js +0 -50
  437. package/dist/src/models/DetailedItemRequestDTO.d.ts +0 -99
  438. package/dist/src/models/DetailedItemRequestDTO.js +0 -72
  439. package/dist/src/models/DetailedOrderRequestDTO.d.ts +0 -71
  440. package/dist/src/models/DetailedOrderRequestDTO.js +0 -64
  441. package/dist/src/models/DivertRequestModel.d.ts +0 -38
  442. package/dist/src/models/DivertRequestModel.js +0 -51
  443. package/dist/src/models/DivertResponseModel.d.ts +0 -52
  444. package/dist/src/models/DivertResponseModel.js +0 -61
  445. package/dist/src/models/EdTechProClientEntity.d.ts +0 -56
  446. package/dist/src/models/EdTechProClientEntity.js +0 -57
  447. package/dist/src/models/EdTechProSchoolModel.d.ts +0 -104
  448. package/dist/src/models/EdTechProSchoolModel.js +0 -73
  449. package/dist/src/models/EdTechProSchoolsModel.d.ts +0 -51
  450. package/dist/src/models/EdTechProSchoolsModel.js +0 -56
  451. package/dist/src/models/EdTechProSetupModel.d.ts +0 -56
  452. package/dist/src/models/EdTechProSetupModel.js +0 -57
  453. package/dist/src/models/EventDTO.d.ts +0 -84
  454. package/dist/src/models/EventDTO.js +0 -73
  455. package/dist/src/models/EventRequestDTO.d.ts +0 -44
  456. package/dist/src/models/EventRequestDTO.js +0 -53
  457. package/dist/src/models/EventSubscriptionModel.d.ts +0 -38
  458. package/dist/src/models/EventSubscriptionModel.js +0 -51
  459. package/dist/src/models/EventTypeEnum.d.ts +0 -19
  460. package/dist/src/models/EventTypeEnum.js +0 -24
  461. package/dist/src/models/EventUpdateDTO.d.ts +0 -50
  462. package/dist/src/models/EventUpdateDTO.js +0 -55
  463. package/dist/src/models/EventUpdateEntity.d.ts +0 -56
  464. package/dist/src/models/EventUpdateEntity.js +0 -57
  465. package/dist/src/models/EventUpdateRequestDTO.d.ts +0 -44
  466. package/dist/src/models/EventUpdateRequestDTO.js +0 -53
  467. package/dist/src/models/FraudManagementModel.d.ts +0 -38
  468. package/dist/src/models/FraudManagementModel.js +0 -51
  469. package/dist/src/models/FreshdeskCompanyTicketsModel.d.ts +0 -51
  470. package/dist/src/models/FreshdeskCompanyTicketsModel.js +0 -56
  471. package/dist/src/models/FreshdeskTicketEntity.d.ts +0 -68
  472. package/dist/src/models/FreshdeskTicketEntity.js +0 -61
  473. package/dist/src/models/FtpAccountsEntity.d.ts +0 -56
  474. package/dist/src/models/FtpAccountsEntity.js +0 -57
  475. package/dist/src/models/GenericFileModel.d.ts +0 -44
  476. package/dist/src/models/GenericFileModel.js +0 -53
  477. package/dist/src/models/GetGetPrice200Response.d.ts +0 -32
  478. package/dist/src/models/GetGetPrice200Response.js +0 -49
  479. package/dist/src/models/GetGetRecording200Response.d.ts +0 -32
  480. package/dist/src/models/GetGetRecording200Response.js +0 -49
  481. package/dist/src/models/HostingChangeResponseModel.d.ts +0 -64
  482. package/dist/src/models/HostingChangeResponseModel.js +0 -65
  483. package/dist/src/models/HostingRegionDTO.d.ts +0 -59
  484. package/dist/src/models/HostingRegionDTO.js +0 -68
  485. package/dist/src/models/InstanceAutoFailoverEntity.d.ts +0 -56
  486. package/dist/src/models/InstanceAutoFailoverEntity.js +0 -57
  487. package/dist/src/models/InstanceDeletionScheduleEntity.d.ts +0 -50
  488. package/dist/src/models/InstanceDeletionScheduleEntity.js +0 -55
  489. package/dist/src/models/InstanceEntity.d.ts +0 -152
  490. package/dist/src/models/InstanceEntity.js +0 -89
  491. package/dist/src/models/InstanceFailoverEntity.d.ts +0 -92
  492. package/dist/src/models/InstanceFailoverEntity.js +0 -69
  493. package/dist/src/models/InstanceMonitoringEntity.d.ts +0 -44
  494. package/dist/src/models/InstanceMonitoringEntity.js +0 -53
  495. package/dist/src/models/InstanceMonitoringLogEntity.d.ts +0 -62
  496. package/dist/src/models/InstanceMonitoringLogEntity.js +0 -59
  497. package/dist/src/models/InstanceScheduledTasksEntity.d.ts +0 -62
  498. package/dist/src/models/InstanceScheduledTasksEntity.js +0 -59
  499. package/dist/src/models/InstanceTcxDetailsEntity.d.ts +0 -86
  500. package/dist/src/models/InstanceTcxDetailsEntity.js +0 -67
  501. package/dist/src/models/InstanceUserCredentialsEntity.d.ts +0 -56
  502. package/dist/src/models/InstanceUserCredentialsEntity.js +0 -57
  503. package/dist/src/models/ItemDTO.d.ts +0 -117
  504. package/dist/src/models/ItemDTO.js +0 -78
  505. package/dist/src/models/ItemDiscountEntity.d.ts +0 -77
  506. package/dist/src/models/ItemDiscountEntity.js +0 -70
  507. package/dist/src/models/ItemEntity.d.ts +0 -158
  508. package/dist/src/models/ItemEntity.js +0 -91
  509. package/dist/src/models/LinkedOrderEntity.d.ts +0 -38
  510. package/dist/src/models/LinkedOrderEntity.js +0 -51
  511. package/dist/src/models/MFARequiredModel.d.ts +0 -38
  512. package/dist/src/models/MFARequiredModel.js +0 -51
  513. package/dist/src/models/MonthlyUsageModel.d.ts +0 -38
  514. package/dist/src/models/MonthlyUsageModel.js +0 -51
  515. package/dist/src/models/MultiTenantChangeResponseModel.d.ts +0 -70
  516. package/dist/src/models/MultiTenantChangeResponseModel.js +0 -75
  517. package/dist/src/models/NavigationModel.d.ts +0 -50
  518. package/dist/src/models/NavigationModel.js +0 -55
  519. package/dist/src/models/OfflineInstancesEntity.d.ts +0 -56
  520. package/dist/src/models/OfflineInstancesEntity.js +0 -57
  521. package/dist/src/models/OrderEntity.d.ts +0 -374
  522. package/dist/src/models/OrderEntity.js +0 -163
  523. package/dist/src/models/OrderRequestModel.d.ts +0 -120
  524. package/dist/src/models/OrderRequestModel.js +0 -88
  525. package/dist/src/models/OrderSummariesModel.d.ts +0 -51
  526. package/dist/src/models/OrderSummariesModel.js +0 -56
  527. package/dist/src/models/OrderSummaryDTO.d.ts +0 -126
  528. package/dist/src/models/OrderSummaryDTO.js +0 -83
  529. package/dist/src/models/OrderTotalModel.d.ts +0 -111
  530. package/dist/src/models/OrderTotalModel.js +0 -100
  531. package/dist/src/models/OrderedItemEntity.d.ts +0 -110
  532. package/dist/src/models/OrderedItemEntity.js +0 -75
  533. package/dist/src/models/PatchSetTcxWizardCnameRequest.d.ts +0 -32
  534. package/dist/src/models/PatchSetTcxWizardCnameRequest.js +0 -49
  535. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.d.ts +0 -32
  536. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.js +0 -49
  537. package/dist/src/models/PortalAccountModel.d.ts +0 -171
  538. package/dist/src/models/PortalAccountModel.js +0 -96
  539. package/dist/src/models/PortalLoginModel.d.ts +0 -68
  540. package/dist/src/models/PortalLoginModel.js +0 -61
  541. package/dist/src/models/PostAddWebhook200Response.d.ts +0 -32
  542. package/dist/src/models/PostAddWebhook200Response.js +0 -49
  543. package/dist/src/models/PostGetClientCredentialsRequest.d.ts +0 -32
  544. package/dist/src/models/PostGetClientCredentialsRequest.js +0 -49
  545. package/dist/src/models/PostGetProductForCustomerRequest.d.ts +0 -50
  546. package/dist/src/models/PostGetProductForCustomerRequest.js +0 -55
  547. package/dist/src/models/PostGetProductRequest.d.ts +0 -44
  548. package/dist/src/models/PostGetProductRequest.js +0 -53
  549. package/dist/src/models/PriceListItemModel.d.ts +0 -56
  550. package/dist/src/models/PriceListItemModel.js +0 -57
  551. package/dist/src/models/PrizesEntity.d.ts +0 -62
  552. package/dist/src/models/PrizesEntity.js +0 -59
  553. package/dist/src/models/ProductPriceListItemModel.d.ts +0 -62
  554. package/dist/src/models/ProductPriceListItemModel.js +0 -59
  555. package/dist/src/models/ProductSearchResultsModel.d.ts +0 -33
  556. package/dist/src/models/ProductSearchResultsModel.js +0 -50
  557. package/dist/src/models/ProductSerialInfoModel.d.ts +0 -50
  558. package/dist/src/models/ProductSerialInfoModel.js +0 -55
  559. package/dist/src/models/ProductSummaryDTO.d.ts +0 -81
  560. package/dist/src/models/ProductSummaryDTO.js +0 -66
  561. package/dist/src/models/PromoCodesEntity.d.ts +0 -98
  562. package/dist/src/models/PromoCodesEntity.js +0 -71
  563. package/dist/src/models/PromoItemsEntity.d.ts +0 -74
  564. package/dist/src/models/PromoItemsEntity.js +0 -63
  565. package/dist/src/models/ProvisioningModel.d.ts +0 -56
  566. package/dist/src/models/ProvisioningModel.js +0 -57
  567. package/dist/src/models/ProvisioningRequestEntity.d.ts +0 -44
  568. package/dist/src/models/ProvisioningRequestEntity.js +0 -53
  569. package/dist/src/models/RecordingBackupAzureModel.d.ts +0 -50
  570. package/dist/src/models/RecordingBackupAzureModel.js +0 -55
  571. package/dist/src/models/RecordingsBackupInfoDTO.d.ts +0 -40
  572. package/dist/src/models/RecordingsBackupInfoDTO.js +0 -53
  573. package/dist/src/models/ResourceNotReadyException.d.ts +0 -44
  574. package/dist/src/models/ResourceNotReadyException.js +0 -53
  575. package/dist/src/models/RootAccessModel.d.ts +0 -44
  576. package/dist/src/models/RootAccessModel.js +0 -53
  577. package/dist/src/models/S3BucketEntity.d.ts +0 -50
  578. package/dist/src/models/S3BucketEntity.js +0 -55
  579. package/dist/src/models/ScannedItemModel.d.ts +0 -56
  580. package/dist/src/models/ScannedItemModel.js +0 -57
  581. package/dist/src/models/ScopeModel.d.ts +0 -38
  582. package/dist/src/models/ScopeModel.js +0 -51
  583. package/dist/src/models/ServiceEnum.d.ts +0 -14
  584. package/dist/src/models/ServiceEnum.js +0 -19
  585. package/dist/src/models/ServiceHealthDTO.d.ts +0 -48
  586. package/dist/src/models/ServiceHealthDTO.js +0 -61
  587. package/dist/src/models/ServiceHealthEnum.d.ts +0 -19
  588. package/dist/src/models/ServiceHealthEnum.js +0 -24
  589. package/dist/src/models/ServiceStatusDTO.d.ts +0 -60
  590. package/dist/src/models/ServiceStatusDTO.js +0 -65
  591. package/dist/src/models/ServiceStatusEnum.d.ts +0 -19
  592. package/dist/src/models/ServiceStatusEnum.js +0 -24
  593. package/dist/src/models/ShipmentAddressEntity.d.ts +0 -92
  594. package/dist/src/models/ShipmentAddressEntity.js +0 -69
  595. package/dist/src/models/ShipmentEntity.d.ts +0 -98
  596. package/dist/src/models/ShipmentEntity.js +0 -71
  597. package/dist/src/models/ShipmentItemEntity.d.ts +0 -56
  598. package/dist/src/models/ShipmentItemEntity.js +0 -57
  599. package/dist/src/models/ShippingConsignmentModel.d.ts +0 -51
  600. package/dist/src/models/ShippingConsignmentModel.js +0 -56
  601. package/dist/src/models/ShippingInformationDTO.d.ts +0 -45
  602. package/dist/src/models/ShippingInformationDTO.js +0 -54
  603. package/dist/src/models/ShippingServiceDTO.d.ts +0 -47
  604. package/dist/src/models/ShippingServiceDTO.js +0 -60
  605. package/dist/src/models/ShippingServiceModel.d.ts +0 -71
  606. package/dist/src/models/ShippingServiceModel.js +0 -68
  607. package/dist/src/models/ShippingServicesModel.d.ts +0 -33
  608. package/dist/src/models/ShippingServicesModel.js +0 -50
  609. package/dist/src/models/SipTrunkChangeResponseModel.d.ts +0 -77
  610. package/dist/src/models/SipTrunkChangeResponseModel.js +0 -78
  611. package/dist/src/models/SipTrunkCreationRequestModel.d.ts +0 -66
  612. package/dist/src/models/SipTrunkCreationRequestModel.js +0 -63
  613. package/dist/src/models/SipTrunkEntity.d.ts +0 -98
  614. package/dist/src/models/SipTrunkEntity.js +0 -71
  615. package/dist/src/models/SipTrunksResponseModel.d.ts +0 -51
  616. package/dist/src/models/SipTrunksResponseModel.js +0 -56
  617. package/dist/src/models/SmsAccountEntity.d.ts +0 -68
  618. package/dist/src/models/SmsAccountEntity.js +0 -61
  619. package/dist/src/models/SmsDataModel.d.ts +0 -33
  620. package/dist/src/models/SmsDataModel.js +0 -50
  621. package/dist/src/models/SmsMessageModel.d.ts +0 -44
  622. package/dist/src/models/SmsMessageModel.js +0 -53
  623. package/dist/src/models/SmsNumbersEntity.d.ts +0 -38
  624. package/dist/src/models/SmsNumbersEntity.js +0 -51
  625. package/dist/src/models/SmsPayloadModel.d.ts +0 -45
  626. package/dist/src/models/SmsPayloadModel.js +0 -54
  627. package/dist/src/models/SmsPhoneNumberModel.d.ts +0 -53
  628. package/dist/src/models/SmsPhoneNumberModel.js +0 -66
  629. package/dist/src/models/SmsResponseModel.d.ts +0 -67
  630. package/dist/src/models/SmsResponseModel.js +0 -68
  631. package/dist/src/models/SmsWhitelistEntity.d.ts +0 -38
  632. package/dist/src/models/SmsWhitelistEntity.js +0 -51
  633. package/dist/src/models/StockOrderCourierEntity.d.ts +0 -50
  634. package/dist/src/models/StockOrderCourierEntity.js +0 -55
  635. package/dist/src/models/StockOrderDeductionModel.d.ts +0 -50
  636. package/dist/src/models/StockOrderDeductionModel.js +0 -55
  637. package/dist/src/models/StockOrderDeductionRequestModel.d.ts +0 -38
  638. package/dist/src/models/StockOrderDeductionRequestModel.js +0 -51
  639. package/dist/src/models/StockOrderDeductionsEntity.d.ts +0 -50
  640. package/dist/src/models/StockOrderDeductionsEntity.js +0 -55
  641. package/dist/src/models/StockOrderEntity.d.ts +0 -158
  642. package/dist/src/models/StockOrderEntity.js +0 -91
  643. package/dist/src/models/StockOrderItemEntity.d.ts +0 -68
  644. package/dist/src/models/StockOrderItemEntity.js +0 -61
  645. package/dist/src/models/StockOrderItemModel.d.ts +0 -80
  646. package/dist/src/models/StockOrderItemModel.js +0 -65
  647. package/dist/src/models/StockOrderItemRequestModel.d.ts +0 -50
  648. package/dist/src/models/StockOrderItemRequestModel.js +0 -55
  649. package/dist/src/models/StockOrderModel.d.ts +0 -137
  650. package/dist/src/models/StockOrderModel.js +0 -97
  651. package/dist/src/models/StockOrderProductEntity.d.ts +0 -62
  652. package/dist/src/models/StockOrderProductEntity.js +0 -59
  653. package/dist/src/models/StockOrderRequestModel.d.ts +0 -46
  654. package/dist/src/models/StockOrderRequestModel.js +0 -55
  655. package/dist/src/models/StockOrderSupplierEntity.d.ts +0 -80
  656. package/dist/src/models/StockOrderSupplierEntity.js +0 -65
  657. package/dist/src/models/StockOrderSupplierModel.d.ts +0 -80
  658. package/dist/src/models/StockOrderSupplierModel.js +0 -65
  659. package/dist/src/models/StockOrdersModel.d.ts +0 -51
  660. package/dist/src/models/StockOrdersModel.js +0 -56
  661. package/dist/src/models/StockProductModel.d.ts +0 -120
  662. package/dist/src/models/StockProductModel.js +0 -81
  663. package/dist/src/models/StockProductPriceModel.d.ts +0 -39
  664. package/dist/src/models/StockProductPriceModel.js +0 -52
  665. package/dist/src/models/StockProductSummariesModel.d.ts +0 -51
  666. package/dist/src/models/StockProductSummariesModel.js +0 -56
  667. package/dist/src/models/StockProductSummaryModel.d.ts +0 -69
  668. package/dist/src/models/StockProductSummaryModel.js +0 -62
  669. package/dist/src/models/StockTransactionsEntity.d.ts +0 -74
  670. package/dist/src/models/StockTransactionsEntity.js +0 -63
  671. package/dist/src/models/SupplierEntity.d.ts +0 -80
  672. package/dist/src/models/SupplierEntity.js +0 -65
  673. package/dist/src/models/SupplierItemEntity.d.ts +0 -74
  674. package/dist/src/models/SupplierItemEntity.js +0 -63
  675. package/dist/src/models/TcxBackupEntity.d.ts +0 -80
  676. package/dist/src/models/TcxBackupEntity.js +0 -65
  677. package/dist/src/models/TcxBackupModel.d.ts +0 -140
  678. package/dist/src/models/TcxBackupModel.js +0 -85
  679. package/dist/src/models/TcxBillingEntity.d.ts +0 -86
  680. package/dist/src/models/TcxBillingEntity.js +0 -67
  681. package/dist/src/models/TcxBulkLicenceDetailsModel.d.ts +0 -40
  682. package/dist/src/models/TcxBulkLicenceDetailsModel.js +0 -53
  683. package/dist/src/models/TcxDeadLicenceEntity.d.ts +0 -44
  684. package/dist/src/models/TcxDeadLicenceEntity.js +0 -53
  685. package/dist/src/models/TcxExtsEntity.d.ts +0 -74
  686. package/dist/src/models/TcxExtsEntity.js +0 -63
  687. package/dist/src/models/TcxHostingPricingEntity.d.ts +0 -74
  688. package/dist/src/models/TcxHostingPricingEntity.js +0 -63
  689. package/dist/src/models/TcxInstallationDetailsModel.d.ts +0 -106
  690. package/dist/src/models/TcxInstallationDetailsModel.js +0 -75
  691. package/dist/src/models/TcxInstallationModel.d.ts +0 -200
  692. package/dist/src/models/TcxInstallationModel.js +0 -105
  693. package/dist/src/models/TcxInstallationsModel.d.ts +0 -51
  694. package/dist/src/models/TcxInstallationsModel.js +0 -56
  695. package/dist/src/models/TcxKeySummaryDTO.d.ts +0 -56
  696. package/dist/src/models/TcxKeySummaryDTO.js +0 -57
  697. package/dist/src/models/TcxKeysEntity.d.ts +0 -62
  698. package/dist/src/models/TcxKeysEntity.js +0 -59
  699. package/dist/src/models/TcxLicenceDetailsErrorModel.d.ts +0 -50
  700. package/dist/src/models/TcxLicenceDetailsErrorModel.js +0 -55
  701. package/dist/src/models/TcxLicenceDetailsModel.d.ts +0 -92
  702. package/dist/src/models/TcxLicenceDetailsModel.js +0 -69
  703. package/dist/src/models/TcxMacsEntity.d.ts +0 -44
  704. package/dist/src/models/TcxMacsEntity.js +0 -53
  705. package/dist/src/models/TcxMultiTenantModel.d.ts +0 -118
  706. package/dist/src/models/TcxMultiTenantModel.js +0 -83
  707. package/dist/src/models/TcxMultiTenantUserModel.d.ts +0 -44
  708. package/dist/src/models/TcxMultiTenantUserModel.js +0 -53
  709. package/dist/src/models/TcxMultiTenantsModel.d.ts +0 -51
  710. package/dist/src/models/TcxMultiTenantsModel.js +0 -56
  711. package/dist/src/models/TcxNumbersEntity.d.ts +0 -44
  712. package/dist/src/models/TcxNumbersEntity.js +0 -53
  713. package/dist/src/models/TcxOfficeHoursEntity.d.ts +0 -116
  714. package/dist/src/models/TcxOfficeHoursEntity.js +0 -77
  715. package/dist/src/models/TcxPhoneModel.d.ts +0 -68
  716. package/dist/src/models/TcxPhoneModel.js +0 -61
  717. package/dist/src/models/TcxPhonesEntity.d.ts +0 -62
  718. package/dist/src/models/TcxPhonesEntity.js +0 -59
  719. package/dist/src/models/TcxRemoteStorageModel.d.ts +0 -50
  720. package/dist/src/models/TcxRemoteStorageModel.js +0 -55
  721. package/dist/src/models/TcxSbcDTO.d.ts +0 -62
  722. package/dist/src/models/TcxSbcDTO.js +0 -59
  723. package/dist/src/models/TcxSbcEntity.d.ts +0 -122
  724. package/dist/src/models/TcxSbcEntity.js +0 -79
  725. package/dist/src/models/TcxSbcModel.d.ts +0 -122
  726. package/dist/src/models/TcxSbcModel.js +0 -79
  727. package/dist/src/models/TcxSetupEntity.d.ts +0 -207
  728. package/dist/src/models/TcxSetupEntity.js +0 -123
  729. package/dist/src/models/TcxSetupsModel.d.ts +0 -51
  730. package/dist/src/models/TcxSetupsModel.js +0 -56
  731. package/dist/src/models/TcxSipTrunksEntity.d.ts +0 -104
  732. package/dist/src/models/TcxSipTrunksEntity.js +0 -73
  733. package/dist/src/models/TcxTemplateXmlEnum.d.ts +0 -38
  734. package/dist/src/models/TcxTemplateXmlEnum.js +0 -51
  735. package/dist/src/models/TcxUsersEntity.d.ts +0 -62
  736. package/dist/src/models/TcxUsersEntity.js +0 -59
  737. package/dist/src/models/TcxWizardConfigModel.d.ts +0 -39
  738. package/dist/src/models/TcxWizardConfigModel.js +0 -52
  739. package/dist/src/models/TcxWizardModel.d.ts +0 -150
  740. package/dist/src/models/TcxWizardModel.js +0 -114
  741. package/dist/src/models/TechSupportCompanySummaryDTO.d.ts +0 -57
  742. package/dist/src/models/TechSupportCompanySummaryDTO.js +0 -58
  743. package/dist/src/models/TelephonySupportTicketModel.d.ts +0 -94
  744. package/dist/src/models/TelephonySupportTicketModel.js +0 -71
  745. package/dist/src/models/TicketSummaryModel.d.ts +0 -74
  746. package/dist/src/models/TicketSummaryModel.js +0 -63
  747. package/dist/src/models/TicketTimeDTO.d.ts +0 -80
  748. package/dist/src/models/TicketTimeDTO.js +0 -65
  749. package/dist/src/models/TokenResponseModel.d.ts +0 -44
  750. package/dist/src/models/TokenResponseModel.js +0 -53
  751. package/dist/src/models/UpdateTypeEnum.d.ts +0 -19
  752. package/dist/src/models/UpdateTypeEnum.js +0 -24
  753. package/dist/src/models/UpgradeOrderResponseModel.d.ts +0 -38
  754. package/dist/src/models/UpgradeOrderResponseModel.js +0 -51
  755. package/dist/src/models/UpgradeRequestModel.d.ts +0 -66
  756. package/dist/src/models/UpgradeRequestModel.js +0 -70
  757. package/dist/src/models/UserEntity.d.ts +0 -98
  758. package/dist/src/models/UserEntity.js +0 -71
  759. package/dist/src/models/XeroLogEntity.d.ts +0 -86
  760. package/dist/src/models/XeroLogEntity.js +0 -67
  761. package/dist/src/models/index.d.ts +0 -196
  762. package/dist/src/models/index.js +0 -214
  763. package/dist/src/runtime.d.ts +0 -184
  764. package/dist/src/runtime.js +0 -564
  765. 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
  *
@@ -510,6 +510,14 @@ export interface AdminNumberPortDTO {
510
510
  * Notes
511
511
  */
512
512
  'notes'?: Array<NumberPortNoteDTO>;
513
+ /**
514
+ * Attachments
515
+ */
516
+ 'cloas'?: Array<AttachmentModel>;
517
+ /**
518
+ * Created At
519
+ */
520
+ 'createdAt'?: string;
513
521
  }
514
522
  /**
515
523
  * Admin Order Request
@@ -756,11 +764,11 @@ export interface AuditLogEntity {
756
764
  /**
757
765
  * action
758
766
  */
759
- 'action'?: string;
767
+ 'action'?: AuditLogEntityActionEnum;
760
768
  /**
761
769
  * type
762
770
  */
763
- 'type'?: string;
771
+ 'type'?: AuditLogEntityTypeEnum;
764
772
  /**
765
773
  * identifier
766
774
  */
@@ -786,6 +794,93 @@ export interface AuditLogEntity {
786
794
  */
787
795
  'description'?: string;
788
796
  }
797
+ export declare const AuditLogEntityActionEnum: {
798
+ readonly Create: "CREATE";
799
+ readonly Read: "READ";
800
+ readonly Update: "UPDATE";
801
+ readonly Delete: "DELETE";
802
+ };
803
+ export type AuditLogEntityActionEnum = typeof AuditLogEntityActionEnum[keyof typeof AuditLogEntityActionEnum];
804
+ export declare const AuditLogEntityTypeEnum: {
805
+ readonly AuditLog: "audit_log";
806
+ readonly PopsOrders: "pops_orders";
807
+ readonly PopsAccountContacts: "pops_account_contacts";
808
+ readonly ApiLog: "api_log";
809
+ readonly PopsBatches: "pops_batches";
810
+ readonly PopsCourierPrices: "pops_courier_prices";
811
+ readonly PopsCreditAccounts: "pops_credit_accounts";
812
+ readonly PopsCreditNotes: "pops_credit_notes";
813
+ readonly PopsCreditNotesItems: "pops_credit_notes_items";
814
+ readonly EdtechproClients: "edtechpro_clients";
815
+ readonly EdtechproSchools: "edtechpro_schools";
816
+ readonly FreshdeskTickets: "freshdesk_tickets";
817
+ readonly PopsFtpAccounts: "pops_ftp_accounts";
818
+ readonly ServiceEvents: "service_events";
819
+ readonly ServiceEventUpdates: "service_event_updates";
820
+ readonly ServiceEventSubscriptions: "service_event_subscriptions";
821
+ readonly PopsInstanceFailoverIps: "pops_instance_failover_ips";
822
+ readonly PopsOvhDeleteSchedule: "pops_ovh_delete_schedule";
823
+ readonly PopsOvhInstances: "pops_ovh_instances";
824
+ readonly PopsInstanceFailover: "pops_instance_failover";
825
+ readonly PopsInstanceMonitoring: "pops_instance_monitoring";
826
+ readonly PopsInstanceMonitoringLog: "pops_instance_monitoring_log";
827
+ readonly PopsInstanceScheduledTasks: "pops_instance_scheduled_tasks";
828
+ readonly PopsInstance3cxDetails: "pops_instance_3cx_details";
829
+ readonly PopsInstanceUserCredentials: "pops_instance_user_credentials";
830
+ readonly IpBlacklist: "ip_blacklist";
831
+ readonly PopsItemDiscounts: "pops_item_discounts";
832
+ readonly PopsItems: "pops_items";
833
+ readonly PopsLinkedOrders: "pops_linked_orders";
834
+ readonly NumberPorts: "number_ports";
835
+ readonly NumberPortRanges: "number_port_ranges";
836
+ readonly NumberPortNotes: "number_port_notes";
837
+ readonly PopsOfflineInstances: "pops_offline_instances";
838
+ readonly PopsOrderedItems: "pops_ordered_items";
839
+ readonly PopsPrizes: "pops_prizes";
840
+ readonly PopsPrinters: "pops_printers";
841
+ readonly PopsPromoCodes: "pops_promo_codes";
842
+ readonly PopsPromoItems: "pops_promo_items";
843
+ readonly PopsProvisioning: "pops_provisioning";
844
+ readonly PopsProspectsV2: "pops_prospects_v2";
845
+ readonly S3Buckets: "s3_buckets";
846
+ readonly PopsShipmentAddress: "pops_shipment_address";
847
+ readonly PopsShipments: "pops_shipments";
848
+ readonly PopsShipmentItems: "pops_shipment_items";
849
+ readonly PopsSipTrunkChangeQueue: "pops_sip_trunk_change_queue";
850
+ readonly PopsSipTrunks: "pops_sip_trunks";
851
+ readonly PopsSms: "pops_sms";
852
+ readonly PopsSmsNumbers: "pops_sms_numbers";
853
+ readonly PopsSmsWhitelist: "pops_sms_whitelist";
854
+ readonly PopsDistCourier: "pops_dist_courier";
855
+ readonly PopsDistDeductions: "pops_dist_deductions";
856
+ readonly PopsDistOrder: "pops_dist_order";
857
+ readonly PopsDistItems: "pops_dist_items";
858
+ readonly PopsDistPrices: "pops_dist_prices";
859
+ readonly PopsDistManufacturer: "pops_dist_manufacturer";
860
+ readonly PopsStockTransactions: "pops_stock_transactions";
861
+ readonly PopsSuppliers: "pops_suppliers";
862
+ readonly PopsSupplierItems: "pops_supplier_items";
863
+ readonly Pops3cxBackup: "pops_3cx_backup";
864
+ readonly Pops3cxBilling: "pops_3cx_billing";
865
+ readonly PopsDeadLicences: "pops_dead_licences";
866
+ readonly Pops3cxExts: "pops_3cx_exts";
867
+ readonly PopsHostingPricing: "pops_hosting_pricing";
868
+ readonly Pops3cxKeys: "pops_3cx_keys";
869
+ readonly Pops3cxMacs: "pops_3cx_macs";
870
+ readonly Pops3cxNumbers: "pops_3cx_numbers";
871
+ readonly Pops3cxOfficeHours: "pops_3cx_office_hours";
872
+ readonly Pops3cxPhones: "pops_3cx_phones";
873
+ readonly Pops3cxSbc: "pops_3cx_sbc";
874
+ readonly Pops3cxSetup: "pops_3cx_setup";
875
+ readonly Pops3cxSipTrunks: "pops_3cx_sip_trunks";
876
+ readonly Pops3cxUsers: "pops_3cx_users";
877
+ readonly PopsUsers: "pops_users";
878
+ readonly Webhook: "webhook";
879
+ readonly PopsXeroLog: "pops_xero_log";
880
+ readonly Oauth2Clients: "oauth2_clients";
881
+ readonly Oauth2Tokens: "oauth2_tokens";
882
+ };
883
+ export type AuditLogEntityTypeEnum = typeof AuditLogEntityTypeEnum[keyof typeof AuditLogEntityTypeEnum];
789
884
  /**
790
885
  * OAuth Auth Code Response
791
886
  */
@@ -829,6 +924,88 @@ export interface BasicProductDTO {
829
924
  */
830
925
  'title'?: string;
831
926
  }
927
+ /**
928
+ * Batch DTO
929
+ */
930
+ export interface BatchDTO {
931
+ /**
932
+ * id
933
+ */
934
+ 'id'?: number;
935
+ /**
936
+ * orderId
937
+ */
938
+ 'orderId'?: number;
939
+ /**
940
+ * supplierId
941
+ */
942
+ 'supplierId'?: number;
943
+ /**
944
+ * poNumber
945
+ */
946
+ 'poNumber'?: string;
947
+ /**
948
+ * carriage
949
+ */
950
+ 'carriage'?: number;
951
+ /**
952
+ * courier
953
+ */
954
+ 'courier'?: string;
955
+ /**
956
+ * courierService
957
+ */
958
+ 'courierService'?: string;
959
+ /**
960
+ * courierReference
961
+ */
962
+ 'courierReference'?: string;
963
+ /**
964
+ * courierUnique
965
+ */
966
+ 'courierUnique'?: string;
967
+ /**
968
+ * notes
969
+ */
970
+ 'notes'?: string;
971
+ /**
972
+ * ordered
973
+ */
974
+ 'ordered'?: number;
975
+ /**
976
+ * carriagePaid
977
+ */
978
+ 'carriagePaid'?: number;
979
+ /**
980
+ * carriageRefunded
981
+ */
982
+ 'carriageRefunded'?: number;
983
+ /**
984
+ * carriageRefundedDue
985
+ */
986
+ 'carriageRefundedDue'?: number;
987
+ /**
988
+ * netdespatchLabel
989
+ */
990
+ 'netdespatchLabel'?: string;
991
+ /**
992
+ * courierBoxes
993
+ */
994
+ 'courierBoxes'?: number;
995
+ /**
996
+ * mac
997
+ */
998
+ 'mac'?: string;
999
+ /**
1000
+ * Shipments
1001
+ */
1002
+ 'shipments'?: Array<ShipmentDTO>;
1003
+ /**
1004
+ * Items
1005
+ */
1006
+ 'items'?: Array<OrderedItemModel>;
1007
+ 'supplier'?: SupplierModel;
1008
+ }
832
1009
  /**
833
1010
  * BatchesEntity
834
1011
  */
@@ -1202,6 +1379,136 @@ export interface CreditAccountEntity {
1202
1379
  */
1203
1380
  'prizePromo'?: boolean;
1204
1381
  }
1382
+ /**
1383
+ * Credit Note
1384
+ */
1385
+ export interface CreditNoteDTO {
1386
+ /**
1387
+ * Items
1388
+ */
1389
+ 'items'?: Array<CreditNoteItemDTO>;
1390
+ }
1391
+ /**
1392
+ * CreditNotesEntity
1393
+ */
1394
+ export interface CreditNoteEntity {
1395
+ /**
1396
+ * id
1397
+ */
1398
+ 'id'?: number;
1399
+ /**
1400
+ * orderId
1401
+ */
1402
+ 'orderId'?: number;
1403
+ /**
1404
+ * transactionId
1405
+ */
1406
+ 'transactionId'?: string;
1407
+ /**
1408
+ * amount
1409
+ */
1410
+ 'amount'?: number;
1411
+ /**
1412
+ * timestamp
1413
+ */
1414
+ 'timestamp'?: string;
1415
+ }
1416
+ /**
1417
+ * Credit Note Item
1418
+ */
1419
+ export interface CreditNoteItemDTO {
1420
+ /**
1421
+ * Item ID
1422
+ */
1423
+ 'itemId'?: number;
1424
+ /**
1425
+ * Quantity
1426
+ */
1427
+ 'quantity'?: number | null;
1428
+ /**
1429
+ * Amount
1430
+ */
1431
+ 'amount'?: number | null;
1432
+ }
1433
+ /**
1434
+ * CreditNotesItemsEntity
1435
+ */
1436
+ export interface CreditNoteItemEntity {
1437
+ /**
1438
+ * id
1439
+ */
1440
+ 'id'?: number;
1441
+ /**
1442
+ * creditNoteId
1443
+ */
1444
+ 'creditNoteId'?: number;
1445
+ /**
1446
+ * orderId
1447
+ */
1448
+ 'orderId'?: number;
1449
+ /**
1450
+ * itemId
1451
+ */
1452
+ 'itemId'?: number;
1453
+ /**
1454
+ * amount
1455
+ */
1456
+ 'amount'?: number;
1457
+ }
1458
+ /**
1459
+ * Credit Note Item
1460
+ */
1461
+ export interface CreditNoteItemModel {
1462
+ /**
1463
+ * id
1464
+ */
1465
+ 'id'?: number;
1466
+ /**
1467
+ * creditNoteId
1468
+ */
1469
+ 'creditNoteId'?: number;
1470
+ /**
1471
+ * orderId
1472
+ */
1473
+ 'orderId'?: number;
1474
+ /**
1475
+ * itemId
1476
+ */
1477
+ 'itemId'?: number;
1478
+ /**
1479
+ * amount
1480
+ */
1481
+ 'amount'?: number;
1482
+ }
1483
+ /**
1484
+ * Credit Note Model
1485
+ */
1486
+ export interface CreditNoteModel {
1487
+ /**
1488
+ * id
1489
+ */
1490
+ 'id'?: number;
1491
+ /**
1492
+ * orderId
1493
+ */
1494
+ 'orderId'?: number;
1495
+ /**
1496
+ * transactionId
1497
+ */
1498
+ 'transactionId'?: string;
1499
+ /**
1500
+ * amount
1501
+ */
1502
+ 'amount'?: number;
1503
+ /**
1504
+ * timestamp
1505
+ */
1506
+ 'timestamp'?: string;
1507
+ /**
1508
+ * Credit Note Items
1509
+ */
1510
+ 'items'?: Array<CreditNoteItemModel>;
1511
+ }
1205
1512
  /**
1206
1513
  * CRM Contact
1207
1514
  */
@@ -1954,6 +2261,42 @@ export declare const HostingRegionDTOCodeEnum: {
1954
2261
  readonly UsWestOr1: "US-WEST-OR-1";
1955
2262
  };
1956
2263
  export type HostingRegionDTOCodeEnum = typeof HostingRegionDTOCodeEnum[keyof typeof HostingRegionDTOCodeEnum];
2264
+ /**
2265
+ * Installation Passwords
2266
+ */
2267
+ export interface InstallationDetailsDTO {
2268
+ /**
2269
+ * PBX IP Address
2270
+ */
2271
+ 'ipAddress'?: string | null;
2272
+ /**
2273
+ * PBX Failover IP Address
2274
+ */
2275
+ 'failoverIpAddress'?: string | null;
2276
+ /**
2277
+ * Instance ID
2278
+ */
2279
+ 'instanceId'?: string | null;
2280
+ /**
2281
+ * Project ID
2282
+ */
2283
+ 'project'?: string | null;
2284
+ 'sshKey'?: GenericFileModel;
2285
+ /**
2286
+ * Root Password
2287
+ */
2288
+ 'osPassword'?: string | null;
2289
+ 'systemOwner'?: TcxUsersEntity;
2290
+ /**
2291
+ * Admin Email
2292
+ */
2293
+ 'email'?: string | null;
2294
+ /**
2295
+ * 3CX Console URL
2296
+ */
2297
+ 'url'?: string | null;
2298
+ 'backup'?: RemoteStorageDTO;
2299
+ }
1957
2300
  /**
1958
2301
  * InstanceFailoverIpsEntity
1959
2302
  */
@@ -2338,7 +2681,7 @@ export interface ItemDTO {
2338
2681
  /**
2339
2682
  * SBCs
2340
2683
  */
2341
- 'sbcs'?: Array<TcxSbcDTO> | null;
2684
+ 'sbcs'?: Array<TcxSbcDTO>;
2342
2685
  /**
2343
2686
  * Readonly
2344
2687
  */
@@ -2781,47 +3124,132 @@ export interface OfflineInstancesEntity {
2781
3124
  'alerted'?: number;
2782
3125
  }
2783
3126
  /**
2784
- * OrdersEntity
3127
+ * Order Details
2785
3128
  */
2786
- export interface OrderEntity {
3129
+ export interface OrderDetailsDTO {
2787
3130
  /**
2788
- * id
3131
+ * ID
2789
3132
  */
2790
3133
  'id'?: number;
2791
3134
  /**
2792
- * externalId
2793
- */
2794
- 'reference'?: string;
2795
- /**
2796
- * sourceId
3135
+ * Reference
2797
3136
  */
2798
- 'sourceId'?: number;
3137
+ 'reference'?: string | null;
2799
3138
  /**
2800
- * sageInv
3139
+ * Invoice Number
2801
3140
  */
2802
3141
  'invoiceNumber'?: string;
2803
3142
  /**
2804
- * invoiceId
3143
+ * Invoice ID
2805
3144
  */
2806
3145
  'invoiceId'?: string | null;
2807
3146
  /**
2808
- * creditAccountId
2809
- */
2810
- 'customerId'?: number;
2811
- /**
2812
- * orderDate
3147
+ * Date Time
2813
3148
  */
2814
3149
  'orderDate'?: string;
2815
3150
  /**
2816
- * orderPostedDate
3151
+ * Paid
2817
3152
  */
2818
- 'orderPostedDate'?: string;
3153
+ 'paid'?: boolean;
2819
3154
  /**
2820
- * buyerEmail
3155
+ * Complete
2821
3156
  */
2822
- 'buyerEmail'?: string;
3157
+ 'complete'?: boolean;
2823
3158
  /**
2824
- * buyerPhone
3159
+ * Quote
3160
+ */
3161
+ 'quote'?: boolean;
3162
+ 'customer'?: AccountSummaryDTO;
3163
+ 'shippingAddress'?: AddressModel | null;
3164
+ /**
3165
+ * Items
3166
+ */
3167
+ 'items'?: Array<ItemDTO>;
3168
+ /**
3169
+ * Carriage Charge
3170
+ */
3171
+ 'carriageCharge'?: number;
3172
+ /**
3173
+ * Fulfillable
3174
+ */
3175
+ 'fulfillable'?: boolean | null;
3176
+ /**
3177
+ * Provisioning URL
3178
+ */
3179
+ 'provisioningUrl'?: string | null;
3180
+ 'shippingService'?: ShippingServiceDTO | null;
3181
+ /**
3182
+ * Readonly
3183
+ */
3184
+ 'readonly'?: boolean;
3185
+ /**
3186
+ * Detailed Items
3187
+ */
3188
+ 'detailedItems'?: Array<OrderItemDTO>;
3189
+ /**
3190
+ * Batches
3191
+ */
3192
+ 'batches'?: Array<BatchDTO>;
3193
+ /**
3194
+ * Audit Log
3195
+ */
3196
+ 'logEntries'?: Array<AuditLogEntity>;
3197
+ /**
3198
+ * Card Payment Link
3199
+ */
3200
+ 'paymentLink'?: string | null;
3201
+ /**
3202
+ * Credits
3203
+ */
3204
+ 'credits'?: Array<CreditNoteModel>;
3205
+ /**
3206
+ * Customer Email
3207
+ */
3208
+ 'customerEmail'?: string;
3209
+ 'totals'?: OrderTotalModel;
3210
+ }
3211
+ /**
3212
+ * OrdersEntity
3213
+ */
3214
+ export interface OrderEntity {
3215
+ /**
3216
+ * id
3217
+ */
3218
+ 'id'?: number;
3219
+ /**
3220
+ * externalId
3221
+ */
3222
+ 'reference'?: string;
3223
+ /**
3224
+ * sourceId
3225
+ */
3226
+ 'sourceId'?: number;
3227
+ /**
3228
+ * sageInv
3229
+ */
3230
+ 'invoiceNumber'?: string;
3231
+ /**
3232
+ * invoiceId
3233
+ */
3234
+ 'invoiceId'?: string | null;
3235
+ /**
3236
+ * creditAccountId
3237
+ */
3238
+ 'customerId'?: number;
3239
+ /**
3240
+ * orderDate
3241
+ */
3242
+ 'orderDate'?: string;
3243
+ /**
3244
+ * orderPostedDate
3245
+ */
3246
+ 'orderPostedDate'?: string;
3247
+ /**
3248
+ * buyerEmail
3249
+ */
3250
+ 'buyerEmail'?: string;
3251
+ /**
3252
+ * buyerPhone
2825
3253
  */
2826
3254
  'buyerPhone'?: string;
2827
3255
  /**
@@ -3017,6 +3445,83 @@ export interface OrderEntity {
3017
3445
  */
3018
3446
  'fulfillable'?: boolean | null;
3019
3447
  }
3448
+ /**
3449
+ * Order Item Details
3450
+ */
3451
+ export interface OrderItemDTO {
3452
+ /**
3453
+ * SKU
3454
+ */
3455
+ 'sku'?: string;
3456
+ /**
3457
+ * Quantity
3458
+ */
3459
+ 'quantity'?: number;
3460
+ /**
3461
+ * ID
3462
+ */
3463
+ 'id'?: number | null;
3464
+ /**
3465
+ * Order ID
3466
+ */
3467
+ 'orderId'?: number | null;
3468
+ /**
3469
+ * Title
3470
+ */
3471
+ 'title'?: string;
3472
+ /**
3473
+ * Price
3474
+ */
3475
+ 'price'?: number;
3476
+ /**
3477
+ * 3CX Licence Key
3478
+ */
3479
+ 'licenceKey'?: string | null;
3480
+ /**
3481
+ * Date Time
3482
+ */
3483
+ 'licenceExpiry'?: string | null;
3484
+ /**
3485
+ * Date Time
3486
+ */
3487
+ 'processDate'?: string | null;
3488
+ /**
3489
+ * 3CX Hosting
3490
+ */
3491
+ 'hosting'?: boolean | null;
3492
+ /**
3493
+ * Promo Item
3494
+ */
3495
+ 'promoItem'?: boolean;
3496
+ /**
3497
+ * Refunded
3498
+ */
3499
+ 'refunded'?: number | null;
3500
+ /**
3501
+ * SBCs
3502
+ */
3503
+ 'sbcs'?: Array<TcxSbcDTO>;
3504
+ /**
3505
+ * Readonly
3506
+ */
3507
+ 'readonly'?: boolean;
3508
+ /**
3509
+ * 3CX Sales Code
3510
+ */
3511
+ 'tcxSalesCode'?: string | null;
3512
+ /**
3513
+ * Suppliers
3514
+ */
3515
+ 'suppliers'?: Array<SupplierModel>;
3516
+ /**
3517
+ * Supplier Items
3518
+ */
3519
+ 'supplierItems'?: Array<SupplierItemModel>;
3520
+ /**
3521
+ * Allocated
3522
+ */
3523
+ 'allocated'?: number | null;
3524
+ }
3020
3525
  /**
3021
3526
  * EdTechPro Order Request
3022
3527
  */
@@ -3297,6 +3802,67 @@ export interface OrderedItemEntity {
3297
3802
  */
3298
3803
  'returnedStock'?: number;
3299
3804
  }
3805
+ /**
3806
+ * Ordered Item Model
3807
+ */
3808
+ export interface OrderedItemModel {
3809
+ /**
3810
+ * id
3811
+ */
3812
+ 'id'?: number;
3813
+ /**
3814
+ * itemId
3815
+ */
3816
+ 'itemId'?: number;
3817
+ /**
3818
+ * orderedQuantity
3819
+ */
3820
+ 'orderedQuantity'?: number;
3821
+ /**
3822
+ * itemStatus
3823
+ */
3824
+ 'itemStatus'?: number;
3825
+ /**
3826
+ * supplierId
3827
+ */
3828
+ 'supplierId'?: number;
3829
+ /**
3830
+ * supplierItemId
3831
+ */
3832
+ 'supplierItemId'?: number;
3833
+ /**
3834
+ * supplierPrice
3835
+ */
3836
+ 'supplierPrice'?: number;
3837
+ /**
3838
+ * statusDate
3839
+ */
3840
+ 'statusDate'?: string;
3841
+ /**
3842
+ * statusAuthor
3843
+ */
3844
+ 'statusAuthor'?: number;
3845
+ /**
3846
+ * supplierPaid
3847
+ */
3848
+ 'supplierPaid'?: number;
3849
+ /**
3850
+ * supplierCreditDue
3851
+ */
3852
+ 'supplierCreditDue'?: number;
3853
+ /**
3854
+ * supplierCreditReceived
3855
+ */
3856
+ 'supplierCreditReceived'?: number;
3857
+ /**
3858
+ * supplierSku
3859
+ */
3860
+ 'supplierSku'?: string;
3861
+ /**
3862
+ * returnedStock
3863
+ */
3864
+ 'returnedStock'?: number;
3865
+ }
3300
3866
  export interface PatchSetTcxWizardCnameRequest {
3301
3867
  /**
3302
3868
  * CNAME
@@ -3443,6 +4009,18 @@ export interface PortalLoginModel {
3443
4009
  */
3444
4010
  'redirect_uri'?: string;
3445
4011
  }
4012
+ export interface PostAddAdminNoteRequest {
4013
+ /**
4014
+ * Note
4015
+ */
4016
+ 'note'?: string;
4017
+ }
4018
+ export interface PostAddOrderNoteRequest {
4019
+ /**
4020
+ * Order Note
4021
+ */
4022
+ 'note'?: string;
4023
+ }
3446
4024
  export interface PostAddWebhook200Response {
3447
4025
  'url'?: string;
3448
4026
  }
@@ -3484,6 +4062,12 @@ export interface PostGetProductRequest {
3484
4062
  */
3485
4063
  'hosting'?: boolean | null;
3486
4064
  }
4065
+ export interface PostSplitOrderRequest {
4066
+ /**
4067
+ * Item Ids
4068
+ */
4069
+ 'itemIds'?: Array<number>;
4070
+ }
3487
4071
  /**
3488
4072
  * Price & Stock List
3489
4073
  */
@@ -3509,6 +4093,31 @@ export interface PriceListItemModel {
3509
4093
  */
3510
4094
  'stock'?: number | null;
3511
4095
  }
4096
+ /**
4097
+ * PrintersEntity
4098
+ */
4099
+ export interface PrinterEntity {
4100
+ /**
4101
+ * id
4102
+ */
4103
+ 'id'?: number;
4104
+ /**
4105
+ * brand
4106
+ */
4107
+ 'brand'?: string;
4108
+ /**
4109
+ * model
4110
+ */
4111
+ 'model'?: string;
4112
+ /**
4113
+ * sn
4114
+ */
4115
+ 'sn'?: string;
4116
+ /**
4117
+ * location
4118
+ */
4119
+ 'location'?: string;
4120
+ }
3512
4121
  /**
3513
4122
  * PrizesEntity
3514
4123
  */
@@ -3617,6 +4226,10 @@ export interface ProductSummaryDTO {
3617
4226
  * Stock Product
3618
4227
  */
3619
4228
  'stockProduct'?: boolean;
4229
+ /**
4230
+ * Date Time
4231
+ */
4232
+ 'dueDate'?: string | null;
3620
4233
  /**
3621
4234
  * Price
3622
4235
  */
@@ -3726,29 +4339,119 @@ export interface PromoItemsEntity {
3726
4339
  'bulkAdd'?: number;
3727
4340
  }
3728
4341
  /**
3729
- * Provisioning Group
4342
+ * Prospect
3730
4343
  */
3731
- export interface ProvisioningModel {
4344
+ export interface ProspectDTO {
3732
4345
  /**
3733
- * Provisioning Group Name
4346
+ * Company Name
3734
4347
  */
3735
- 'groupName'?: string;
4348
+ 'companyName'?: string;
3736
4349
  /**
3737
- * Provisioning URL (Static Provisioning Server)
4350
+ * Telephone
3738
4351
  */
3739
- 'provisioningUrl'?: string;
4352
+ 'telephone'?: string | null;
3740
4353
  /**
3741
- * Additional Authentication Secret
4354
+ * Date Time
3742
4355
  */
3743
- 'auth'?: string;
4356
+ 'lastOrderDate'?: string | null;
3744
4357
  /**
3745
- * Provisioning Group ID
4358
+ * Date Time
3746
4359
  */
3747
- 'id'?: number;
4360
+ 'callbackDate'?: string | null;
3748
4361
  /**
3749
- * Owner ID
4362
+ * Xero ID
3750
4363
  */
3751
- 'customerId'?: number;
4364
+ 'xeroId'?: string;
4365
+ /**
4366
+ * Removed From Prospects
4367
+ */
4368
+ 'removed'?: boolean;
4369
+ /**
4370
+ * Status
4371
+ */
4372
+ 'status'?: ProspectDTOStatusEnum;
4373
+ }
4374
+ export declare const ProspectDTOStatusEnum: {
4375
+ readonly NoCallBackSet: "No Call Back Set";
4376
+ readonly CallBackDue: "Call Back Due";
4377
+ readonly NoOrdersPlaced: "No Orders Placed";
4378
+ readonly NoOrdersInTheLast4Months: "No Orders In The Last 4 Months";
4379
+ readonly NoActionRequired: "No Action Required";
4380
+ };
4381
+ export type ProspectDTOStatusEnum = typeof ProspectDTOStatusEnum[keyof typeof ProspectDTOStatusEnum];
4382
+ /**
4383
+ * ProspectEntity
4384
+ */
4385
+ export interface ProspectEntity {
4386
+ /**
4387
+ * id
4388
+ */
4389
+ 'id'?: number;
4390
+ /**
4391
+ * status
4392
+ */
4393
+ 'status'?: number;
4394
+ /**
4395
+ * customerId
4396
+ */
4397
+ 'customerId'?: number;
4398
+ /**
4399
+ * companyName
4400
+ */
4401
+ 'companyName'?: string;
4402
+ /**
4403
+ * contactName
4404
+ */
4405
+ 'contactName'?: string;
4406
+ /**
4407
+ * telephone
4408
+ */
4409
+ 'telephone'?: string;
4410
+ /**
4411
+ * email
4412
+ */
4413
+ 'email'?: string;
4414
+ /**
4415
+ * reason
4416
+ */
4417
+ 'reason'?: string;
4418
+ /**
4419
+ * lastOrderDate
4420
+ */
4421
+ 'lastOrderDate'?: string;
4422
+ /**
4423
+ * followUpDate
4424
+ */
4425
+ 'followUpDate'?: string;
4426
+ /**
4427
+ * notes
4428
+ */
4429
+ 'notes'?: string;
4430
+ }
4431
+ /**
4432
+ * Provisioning Group
4433
+ */
4434
+ export interface ProvisioningModel {
4435
+ /**
4436
+ * Provisioning Group Name
4437
+ */
4438
+ 'groupName'?: string;
4439
+ /**
4440
+ * Provisioning URL (Static Provisioning Server)
4441
+ */
4442
+ 'provisioningUrl'?: string;
4443
+ /**
4444
+ * Additional Authentication Secret
4445
+ */
4446
+ 'auth'?: string;
4447
+ /**
4448
+ * Provisioning Group ID
4449
+ */
4450
+ 'id'?: number;
4451
+ /**
4452
+ * Owner ID
4453
+ */
4454
+ 'customerId'?: number;
3752
4455
  }
3753
4456
  /**
3754
4457
  * Provisioning Group Request
@@ -3767,6 +4470,22 @@ export interface ProvisioningRequestEntity {
3767
4470
  */
3768
4471
  'auth'?: string;
3769
4472
  }
4473
+ export interface PutAllocateItemsRequest {
4474
+ /**
4475
+ * Items
4476
+ */
4477
+ 'items'?: Array<PutAllocateItemsRequestItemsInner>;
4478
+ }
4479
+ export interface PutAllocateItemsRequestItemsInner {
4480
+ /**
4481
+ * Item ID
4482
+ */
4483
+ 'itemId'?: number;
4484
+ /**
4485
+ * Quantity To Allocate
4486
+ */
4487
+ 'quantity'?: number;
4488
+ }
3770
4489
  /**
3771
4490
  * Azure Recordings Backup
3772
4491
  */
@@ -3795,6 +4514,27 @@ export interface RecordingsBackupInfoDTO {
3795
4514
  'backup'?: RecordingBackupAzureModel | null;
3796
4515
  'storage'?: TcxRemoteStorageModel | null;
3797
4516
  }
4517
+ /**
4518
+ * Remote Storage
4519
+ */
4520
+ export interface RemoteStorageDTO {
4521
+ /**
4522
+ * AWS ID
4523
+ */
4524
+ 'id'?: string;
4525
+ /**
4526
+ * AWS Secret
4527
+ */
4528
+ 'secret'?: string;
4529
+ /**
4530
+ * AWS Bucket Name
4531
+ */
4532
+ 'name'?: string;
4533
+ /**
4534
+ * AWS Region
4535
+ */
4536
+ 'region'?: string;
4537
+ }
3798
4538
  /**
3799
4539
  * Resource Not Ready
3800
4540
  */
@@ -3977,6 +4717,58 @@ export interface ShipmentAddressEntity {
3977
4717
  */
3978
4718
  'shipPhoneNumber'?: string;
3979
4719
  }
4720
+ /**
4721
+ * Shipment
4722
+ */
4723
+ export interface ShipmentDTO {
4724
+ /**
4725
+ * ID
4726
+ */
4727
+ 'id'?: number | null;
4728
+ /**
4729
+ * Batch ID
4730
+ */
4731
+ 'batchId'?: number | null;
4732
+ /**
4733
+ * Courier
4734
+ */
4735
+ 'courier'?: ShipmentDTOCourierEnum | null;
4736
+ /**
4737
+ * Courier Reference
4738
+ */
4739
+ 'reference'?: string | null;
4740
+ /**
4741
+ * Courier Tracking
4742
+ */
4743
+ 'tracking'?: string | null;
4744
+ /**
4745
+ * Courier Tracking URL
4746
+ */
4747
+ 'trackingUrl'?: string | null;
4748
+ /**
4749
+ * Date Time
4750
+ */
4751
+ 'requestedDate'?: string;
4752
+ /**
4753
+ * Scanned Items
4754
+ */
4755
+ 'scannedItems'?: Array<ScannedItemModel>;
4756
+ /**
4757
+ * Items
4758
+ */
4759
+ 'items'?: Array<ShipmentItemModel>;
4760
+ 'address'?: AddressModel;
4761
+ /**
4762
+ * Boxes Shipped
4763
+ */
4764
+ 'boxes'?: number | null;
4765
+ }
4766
+ export declare const ShipmentDTOCourierEnum: {
4767
+ readonly Dpd: "DPD";
4768
+ readonly ChorltonPallet: "Chorlton Pallet";
4769
+ readonly Pops: "POPS";
4770
+ };
4771
+ export type ShipmentDTOCourierEnum = typeof ShipmentDTOCourierEnum[keyof typeof ShipmentDTOCourierEnum];
3980
4772
  /**
3981
4773
  * ShipmentsEntity
3982
4774
  */
@@ -4030,6 +4822,19 @@ export interface ShipmentEntity {
4030
4822
  */
4031
4823
  'provId'?: number;
4032
4824
  }
4825
+ /**
4826
+ * Shipment Item
4827
+ */
4828
+ export interface ShipmentItemDTO {
4829
+ /**
4830
+ * Item ID
4831
+ */
4832
+ 'itemId'?: number;
4833
+ /**
4834
+ * Quantity
4835
+ */
4836
+ 'quantity'?: number;
4837
+ }
4033
4838
  /**
4034
4839
  * ShipmentItemsEntity
4035
4840
  */
@@ -4053,8 +4858,118 @@ export interface ShipmentItemEntity {
4053
4858
  /**
4054
4859
  * item
4055
4860
  */
4056
- 'itemId'?: string;
4861
+ 'itemId'?: number;
4862
+ }
4863
+ /**
4864
+ * Shipment Item
4865
+ */
4866
+ export interface ShipmentItemModel {
4867
+ /**
4868
+ * id
4869
+ */
4870
+ 'id'?: number;
4871
+ /**
4872
+ * shipmentId
4873
+ */
4874
+ 'shipmentId'?: number;
4875
+ /**
4876
+ * batchId
4877
+ */
4878
+ 'batchId'?: number;
4879
+ /**
4880
+ * quantity
4881
+ */
4882
+ 'quantity'?: number;
4883
+ /**
4884
+ * item
4885
+ */
4886
+ 'itemId'?: number;
4887
+ }
4888
+ /**
4889
+ * Shipment
4890
+ */
4891
+ export interface ShipmentModel {
4892
+ /**
4893
+ * id
4894
+ */
4895
+ 'id'?: number;
4896
+ /**
4897
+ * batchId
4898
+ */
4899
+ 'batchId'?: number;
4900
+ /**
4901
+ * courier
4902
+ */
4903
+ 'courier'?: string;
4904
+ /**
4905
+ * courierService
4906
+ */
4907
+ 'courierService'?: string;
4908
+ /**
4909
+ * courierServiceDesc
4910
+ */
4911
+ 'courierServiceDesc'?: string;
4912
+ /**
4913
+ * courierReference
4914
+ */
4915
+ 'courierReference'?: string;
4916
+ /**
4917
+ * courierTracking
4918
+ */
4919
+ 'courierTracking'?: string;
4920
+ /**
4921
+ * courierBoxes
4922
+ */
4923
+ 'courierBoxes'?: number;
4924
+ /**
4925
+ * mac
4926
+ */
4927
+ 'scannedData'?: string;
4928
+ /**
4929
+ * date
4930
+ */
4931
+ 'dateShipped'?: string;
4932
+ /**
4933
+ * requestDate
4934
+ */
4935
+ 'requestDate'?: string;
4936
+ /**
4937
+ * provId
4938
+ */
4939
+ 'provId'?: number;
4940
+ }
4941
+ /**
4942
+ * Shipment Request
4943
+ */
4944
+ export interface ShipmentRequestDTO {
4945
+ /**
4946
+ * Courier
4947
+ */
4948
+ 'courier'?: ShipmentRequestDTOCourierEnum;
4949
+ 'address'?: AddressModel | null;
4950
+ /**
4951
+ * Scanned Lines
4952
+ */
4953
+ 'scannedLines'?: Array<string>;
4954
+ /**
4955
+ * Service
4956
+ */
4957
+ 'service'?: string;
4958
+ /**
4959
+ * Date Time
4960
+ */
4961
+ 'shipDate'?: string | null;
4962
+ /**
4963
+ * Items
4964
+ */
4965
+ 'items'?: Array<ShipmentItemDTO>;
4057
4966
  }
4967
+ export declare const ShipmentRequestDTOCourierEnum: {
4968
+ readonly Dpd: "DPD";
4969
+ readonly ChorltonPallet: "Chorlton Pallet";
4970
+ readonly Pops: "POPS";
4971
+ };
4972
+ export type ShipmentRequestDTOCourierEnum = typeof ShipmentRequestDTOCourierEnum[keyof typeof ShipmentRequestDTOCourierEnum];
4058
4973
  export interface ShippingConsignmentModel {
4059
4974
  'service'?: ShippingServiceModel;
4060
4975
  /**
@@ -4087,6 +5002,37 @@ export interface ShippingInformationDTO {
4087
5002
  */
4088
5003
  'iso'?: string;
4089
5004
  }
5005
+ export interface ShippingRequestDTO {
5006
+ /**
5007
+ * Courier
5008
+ */
5009
+ 'courier'?: ShippingRequestDTOCourierEnum;
5010
+ /**
5011
+ * Courier Service
5012
+ */
5013
+ 'service'?: string;
5014
+ /**
5015
+ * Boxes
5016
+ */
5017
+ 'boxes'?: number;
5018
+ /**
5019
+ * Printer
5020
+ */
5021
+ 'printer'?: ShippingRequestDTOPrinterEnum | null;
5022
+ 'shipment'?: ShipmentRequestDTO | null;
5023
+ }
5024
+ export declare const ShippingRequestDTOCourierEnum: {
5025
+ readonly Dpd: "DPD";
5026
+ readonly ChorltonPallet: "Chorlton Pallet";
5027
+ readonly Pops: "POPS";
5028
+ };
5029
+ export type ShippingRequestDTOCourierEnum = typeof ShippingRequestDTOCourierEnum[keyof typeof ShippingRequestDTOCourierEnum];
5030
+ export declare const ShippingRequestDTOPrinterEnum: {
5031
+ readonly NUMBER_1: 1;
5032
+ readonly NUMBER_2: 2;
5033
+ readonly NUMBER_3: 3;
5034
+ };
5035
+ export type ShippingRequestDTOPrinterEnum = typeof ShippingRequestDTOPrinterEnum[keyof typeof ShippingRequestDTOPrinterEnum];
4090
5036
  /**
4091
5037
  * Shipping Service
4092
5038
  */
@@ -4278,9 +5224,38 @@ export interface SipTrunksResponseModel {
4278
5224
  'totalResults'?: number;
4279
5225
  }
4280
5226
  /**
4281
- * SmsEntity
5227
+ * SMS Account
4282
5228
  */
4283
- export interface SmsAccountEntity {
5229
+ export interface SmsAccountDTO {
5230
+ /**
5231
+ * Send URL
5232
+ */
5233
+ 'sendUrl'?: string;
5234
+ /**
5235
+ * Webhook URL
5236
+ */
5237
+ 'webhookUrl'?: string;
5238
+ /**
5239
+ * API Key
5240
+ */
5241
+ 'apiKey'?: string;
5242
+ /**
5243
+ * Numbers
5244
+ */
5245
+ 'numbers'?: Array<SmsNumbersEntity>;
5246
+ /**
5247
+ * Name
5248
+ */
5249
+ 'name'?: string;
5250
+ /**
5251
+ * Sender Whitelist
5252
+ */
5253
+ 'whitelist'?: Array<SmsWhitelistEntity>;
5254
+ }
5255
+ /**
5256
+ * SmsEntity
5257
+ */
5258
+ export interface SmsAccountEntity {
4284
5259
  /**
4285
5260
  * id
4286
5261
  */
@@ -4310,6 +5285,43 @@ export interface SmsAccountEntity {
4310
5285
  */
4311
5286
  'name'?: string;
4312
5287
  }
5288
+ /**
5289
+ * SMS Account Request
5290
+ */
5291
+ export interface SmsAccountRequestDTO {
5292
+ /**
5293
+ * SMS Provider
5294
+ */
5295
+ 'provider'?: SmsAccountRequestDTOProviderEnum;
5296
+ /**
5297
+ * Customer Name
5298
+ */
5299
+ 'name'?: string;
5300
+ /**
5301
+ * SMS Webhook
5302
+ */
5303
+ 'webhookUrl'?: string;
5304
+ /**
5305
+ * Number Country
5306
+ */
5307
+ 'iso'?: string;
5308
+ /**
5309
+ * Number Type
5310
+ */
5311
+ 'type'?: SmsAccountRequestDTOTypeEnum;
5312
+ }
5313
+ export declare const SmsAccountRequestDTOProviderEnum: {
5314
+ readonly NUMBER_1: 1;
5315
+ };
5316
+ export type SmsAccountRequestDTOProviderEnum = typeof SmsAccountRequestDTOProviderEnum[keyof typeof SmsAccountRequestDTOProviderEnum];
5317
+ export declare const SmsAccountRequestDTOTypeEnum: {
5318
+ readonly Local: "local";
5319
+ readonly TollFree: "toll_free";
5320
+ readonly Mobile: "mobile";
5321
+ readonly National: "national";
5322
+ readonly SharedCost: "shared_cost";
5323
+ };
5324
+ export type SmsAccountRequestDTOTypeEnum = typeof SmsAccountRequestDTOTypeEnum[keyof typeof SmsAccountRequestDTOTypeEnum];
4313
5325
  /**
4314
5326
  * SMS Data Model
4315
5327
  */
@@ -5130,6 +6142,84 @@ export interface SupplierItemEntity {
5130
6142
  */
5131
6143
  'supplierSku'?: string;
5132
6144
  }
6145
+ /**
6146
+ * Supplier Item
6147
+ */
6148
+ export interface SupplierItemModel {
6149
+ /**
6150
+ * id
6151
+ */
6152
+ 'id'?: number;
6153
+ /**
6154
+ * supplierId
6155
+ */
6156
+ 'supplierId'?: number;
6157
+ /**
6158
+ * sku
6159
+ */
6160
+ 'sku'?: string;
6161
+ /**
6162
+ * title
6163
+ */
6164
+ 'title'?: string;
6165
+ /**
6166
+ * itemOptions
6167
+ */
6168
+ 'itemOptions'?: string;
6169
+ /**
6170
+ * itemPrice
6171
+ */
6172
+ 'itemPrice'?: number;
6173
+ /**
6174
+ * itemType
6175
+ */
6176
+ 'itemType'?: number;
6177
+ /**
6178
+ * supplierSku
6179
+ */
6180
+ 'supplierSku'?: string;
6181
+ }
6182
+ /**
6183
+ * Supplier
6184
+ */
6185
+ export interface SupplierModel {
6186
+ /**
6187
+ * id
6188
+ */
6189
+ 'id'?: number;
6190
+ /**
6191
+ * name
6192
+ */
6193
+ 'name'?: string;
6194
+ /**
6195
+ * nameShort
6196
+ */
6197
+ 'shortName'?: string;
6198
+ /**
6199
+ * email
6200
+ */
6201
+ 'email'?: string;
6202
+ /**
6203
+ * phone
6204
+ */
6205
+ 'phone'?: string;
6206
+ /**
6207
+ * defaultCourier
6208
+ */
6209
+ 'defaultCourier'?: string;
6210
+ /**
6211
+ * defaultCarriage
6212
+ */
6213
+ 'defaultCarriage'?: number;
6214
+ /**
6215
+ * account
6216
+ */
6217
+ 'accountNumber'?: string;
6218
+ /**
6219
+ * internalAccount
6220
+ */
6221
+ 'xeroAccountNumber'?: string;
6222
+ }
5133
6223
  /**
5134
6224
  * Telephony Support Ticket
5135
6225
  */
@@ -5450,57 +6540,6 @@ export interface TcxHostingPricingEntity {
5450
6540
  */
5451
6541
  'highScDiscount'?: number;
5452
6542
  }
5453
- /**
5454
- * 3CX Installation Details
5455
- */
5456
- export interface TcxInstallationDetailsModel {
5457
- /**
5458
- * PBX IP Address
5459
- */
5460
- 'ipAddress'?: string | null;
5461
- /**
5462
- * Instance ID
5463
- */
5464
- 'instanceId'?: string | null;
5465
- /**
5466
- * Project ID
5467
- */
5468
- 'project'?: string | null;
5469
- 'privateKey'?: GenericFileModel | null;
5470
- /**
5471
- * Root Password
5472
- */
5473
- 'rootPassword'?: string | null;
5474
- 'ownerExtension'?: TcxUsersEntity | null;
5475
- /**
5476
- * Admin Email
5477
- */
5478
- 'adminEmail'?: string | null;
5479
- /**
5480
- * Console URL
5481
- */
5482
- 'url'?: string | null;
5483
- /**
5484
- * Admin Username
5485
- */
5486
- 'adminUsername'?: string | null;
5487
- /**
5488
- * Admin Password
5489
- */
5490
- 'adminPassword'?: string | null;
5491
- /**
5492
- * Config Backup FTP Host
5493
- */
5494
- 'ftpHost'?: string | null;
5495
- /**
5496
- * Config Backup FTP Username
5497
- */
5498
- 'ftpUsername'?: string | null;
5499
- /**
5500
- * Config Backup FTP Password
5501
- */
5502
- 'ftpPassword'?: string | null;
5503
- }
5504
6543
  /**
5505
6544
  * 3CX Installation
5506
6545
  */
@@ -6053,6 +7092,10 @@ export interface TcxRemoteStorageModel {
6053
7092
  * SBC Data
6054
7093
  */
6055
7094
  export interface TcxSbcDTO {
7095
+ /**
7096
+ * ID
7097
+ */
7098
+ 'id'?: number | null;
6056
7099
  /**
6057
7100
  * LAN IP Address
6058
7101
  */
@@ -6077,6 +7120,10 @@ export interface TcxSbcDTO {
6077
7120
  * 3CX SBC Key
6078
7121
  */
6079
7122
  'tcxKey'?: string;
7123
+ /**
7124
+ * 3CX SBC Configured
7125
+ */
7126
+ 'configured'?: boolean;
6080
7127
  }
6081
7128
  /**
6082
7129
  * 3CX Wizard SBC
@@ -6216,6 +7263,19 @@ export interface TcxSbcModel {
6216
7263
  */
6217
7264
  'technicalContact'?: string;
6218
7265
  }
7266
+ /**
7267
+ * 3CX SBC Response
7268
+ */
7269
+ export interface TcxSbcResponseDTO {
7270
+ /**
7271
+ * Status
7272
+ */
7273
+ 'status'?: string;
7274
+ /**
7275
+ * Message
7276
+ */
7277
+ 'message'?: string;
7278
+ }
6219
7279
  /**
6220
7280
  * 3CX Wizard Setup Config
6221
7281
  */
@@ -8700,6 +9760,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8700
9760
  * @throws {RequiredError}
8701
9761
  */
8702
9762
  getGetInstallations: (pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9763
+ /**
9764
+ * Change instance owner
9765
+ * @summary Change instance owner
9766
+ * @param {string} instanceId Instance ID
9767
+ * @param {number} customerId Customer ID
9768
+ * @param {*} [options] Override http request option.
9769
+ * @throws {RequiredError}
9770
+ */
9771
+ patchChangeInstanceOwner: (instanceId: string, customerId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8703
9772
  /**
8704
9773
  * Update 3CX Instance Auto Failover
8705
9774
  * @summary Update 3CX Instance Auto Failover
@@ -8741,11 +9810,11 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8741
9810
  * @summary Extend additional disk on 3CX Instance
8742
9811
  * @param {string} instanceId Instance ID
8743
9812
  * @param {number} gigabytes Disk Space (GB)
8744
- * @param {string} schedule Scheduled Task (Date &amp; Time)
9813
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
8745
9814
  * @param {*} [options] Override http request option.
8746
9815
  * @throws {RequiredError}
8747
9816
  */
8748
- postExtendDisk: (instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9817
+ postExtendDisk: (instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8749
9818
  /**
8750
9819
  * Failover 3CX Instance
8751
9820
  * @summary Failover 3CX Instance
@@ -8755,6 +9824,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8755
9824
  * @throws {RequiredError}
8756
9825
  */
8757
9826
  postFailoverInstance: (instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9827
+ /**
9828
+ * Install 3CX SBC
9829
+ * @summary Install 3CX SBC
9830
+ * @param {number} sbcId SBC ID
9831
+ * @param {*} [options] Override http request option.
9832
+ * @throws {RequiredError}
9833
+ */
9834
+ postInstallTcxSbc: (sbcId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8758
9835
  /**
8759
9836
  * Reboot 3CX Instance
8760
9837
  * @summary Reboot 3CX Instance
@@ -8773,6 +9850,24 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8773
9850
  * @throws {RequiredError}
8774
9851
  */
8775
9852
  postResizeInstance: (instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9853
+ /**
9854
+ * Restart 3CX Services
9855
+ * @summary Restart 3CX Services
9856
+ * @param {string} instanceId Instance ID
9857
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9858
+ * @param {*} [options] Override http request option.
9859
+ * @throws {RequiredError}
9860
+ */
9861
+ postRestartServices: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9862
+ /**
9863
+ * Reboot Instance
9864
+ * @summary Reboot Instance
9865
+ * @param {string} instanceId Instance ID
9866
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9867
+ * @param {*} [options] Override http request option.
9868
+ * @throws {RequiredError}
9869
+ */
9870
+ postScheduledReboot: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8776
9871
  /**
8777
9872
  * Suspend 3CX Instance
8778
9873
  * @summary Suspend 3CX Instance
@@ -8782,6 +9877,14 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8782
9877
  * @throws {RequiredError}
8783
9878
  */
8784
9879
  postSuspendInstance: (instanceId: string, schedule?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9880
+ /**
9881
+ * Test 3CX Login Credentials
9882
+ * @summary Test 3CX Login Credentials
9883
+ * @param {string} instanceId Instance ID
9884
+ * @param {*} [options] Override http request option.
9885
+ * @throws {RequiredError}
9886
+ */
9887
+ postTestLoginCredentials: (instanceId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8785
9888
  /**
8786
9889
  * Unsuspend 3CX Instance
8787
9890
  * @summary Unsuspend 3CX Instance
@@ -8799,6 +9902,15 @@ export declare const Class3CXInstallationsApiAxiosParamCreator: (configuration?:
8799
9902
  * @throws {RequiredError}
8800
9903
  */
8801
9904
  postUpgradeDebian: (instanceId: string, schedule: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9905
+ /**
9906
+ * Update 3CX Installation Details
9907
+ * @summary Update 3CX Installation Details
9908
+ * @param {number} wizardId Wizard ID
9909
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
9910
+ * @param {*} [options] Override http request option.
9911
+ * @throws {RequiredError}
9912
+ */
9913
+ putGetDetails: (wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8802
9914
  };
8803
9915
  /**
8804
9916
  * Class3CXInstallationsApi - functional programming interface
@@ -8811,7 +9923,7 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8811
9923
  * @param {*} [options] Override http request option.
8812
9924
  * @throws {RequiredError}
8813
9925
  */
8814
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxInstallationDetailsModel>>;
9926
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallationDetailsDTO>>;
8815
9927
  /**
8816
9928
  * Get 3CX Installations
8817
9929
  * @summary Get 3CX Installations
@@ -8826,6 +9938,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8826
9938
  * @throws {RequiredError}
8827
9939
  */
8828
9940
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxInstallationsModel>>;
9941
+ /**
9942
+ * Change instance owner
9943
+ * @summary Change instance owner
9944
+ * @param {string} instanceId Instance ID
9945
+ * @param {number} customerId Customer ID
9946
+ * @param {*} [options] Override http request option.
9947
+ * @throws {RequiredError}
9948
+ */
9949
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8829
9950
  /**
8830
9951
  * Update 3CX Instance Auto Failover
8831
9952
  * @summary Update 3CX Instance Auto Failover
@@ -8867,11 +9988,11 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8867
9988
  * @summary Extend additional disk on 3CX Instance
8868
9989
  * @param {string} instanceId Instance ID
8869
9990
  * @param {number} gigabytes Disk Space (GB)
8870
- * @param {string} schedule Scheduled Task (Date &amp; Time)
9991
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
8871
9992
  * @param {*} [options] Override http request option.
8872
9993
  * @throws {RequiredError}
8873
9994
  */
8874
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9995
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8875
9996
  /**
8876
9997
  * Failover 3CX Instance
8877
9998
  * @summary Failover 3CX Instance
@@ -8881,6 +10002,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8881
10002
  * @throws {RequiredError}
8882
10003
  */
8883
10004
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10005
+ /**
10006
+ * Install 3CX SBC
10007
+ * @summary Install 3CX SBC
10008
+ * @param {number} sbcId SBC ID
10009
+ * @param {*} [options] Override http request option.
10010
+ * @throws {RequiredError}
10011
+ */
10012
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TcxSbcResponseDTO>>;
8884
10013
  /**
8885
10014
  * Reboot 3CX Instance
8886
10015
  * @summary Reboot 3CX Instance
@@ -8899,6 +10028,24 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8899
10028
  * @throws {RequiredError}
8900
10029
  */
8901
10030
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10031
+ /**
10032
+ * Restart 3CX Services
10033
+ * @summary Restart 3CX Services
10034
+ * @param {string} instanceId Instance ID
10035
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10036
+ * @param {*} [options] Override http request option.
10037
+ * @throws {RequiredError}
10038
+ */
10039
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10040
+ /**
10041
+ * Reboot Instance
10042
+ * @summary Reboot Instance
10043
+ * @param {string} instanceId Instance ID
10044
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10045
+ * @param {*} [options] Override http request option.
10046
+ * @throws {RequiredError}
10047
+ */
10048
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8902
10049
  /**
8903
10050
  * Suspend 3CX Instance
8904
10051
  * @summary Suspend 3CX Instance
@@ -8908,6 +10055,14 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8908
10055
  * @throws {RequiredError}
8909
10056
  */
8910
10057
  postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10058
+ /**
10059
+ * Test 3CX Login Credentials
10060
+ * @summary Test 3CX Login Credentials
10061
+ * @param {string} instanceId Instance ID
10062
+ * @param {*} [options] Override http request option.
10063
+ * @throws {RequiredError}
10064
+ */
10065
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8911
10066
  /**
8912
10067
  * Unsuspend 3CX Instance
8913
10068
  * @summary Unsuspend 3CX Instance
@@ -8925,6 +10080,15 @@ export declare const Class3CXInstallationsApiFp: (configuration?: Configuration)
8925
10080
  * @throws {RequiredError}
8926
10081
  */
8927
10082
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10083
+ /**
10084
+ * Update 3CX Installation Details
10085
+ * @summary Update 3CX Installation Details
10086
+ * @param {number} wizardId Wizard ID
10087
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10088
+ * @param {*} [options] Override http request option.
10089
+ * @throws {RequiredError}
10090
+ */
10091
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstallationDetailsDTO>>;
8928
10092
  };
8929
10093
  /**
8930
10094
  * Class3CXInstallationsApi - factory interface
@@ -8937,7 +10101,7 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
8937
10101
  * @param {*} [options] Override http request option.
8938
10102
  * @throws {RequiredError}
8939
10103
  */
8940
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<TcxInstallationDetailsModel>;
10104
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): AxiosPromise<InstallationDetailsDTO>;
8941
10105
  /**
8942
10106
  * Get 3CX Installations
8943
10107
  * @summary Get 3CX Installations
@@ -8952,6 +10116,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
8952
10116
  * @throws {RequiredError}
8953
10117
  */
8954
10118
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<TcxInstallationsModel>;
10119
+ /**
10120
+ * Change instance owner
10121
+ * @summary Change instance owner
10122
+ * @param {string} instanceId Instance ID
10123
+ * @param {number} customerId Customer ID
10124
+ * @param {*} [options] Override http request option.
10125
+ * @throws {RequiredError}
10126
+ */
10127
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8955
10128
  /**
8956
10129
  * Update 3CX Instance Auto Failover
8957
10130
  * @summary Update 3CX Instance Auto Failover
@@ -8993,11 +10166,11 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
8993
10166
  * @summary Extend additional disk on 3CX Instance
8994
10167
  * @param {string} instanceId Instance ID
8995
10168
  * @param {number} gigabytes Disk Space (GB)
8996
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10169
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
8997
10170
  * @param {*} [options] Override http request option.
8998
10171
  * @throws {RequiredError}
8999
10172
  */
9000
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10173
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9001
10174
  /**
9002
10175
  * Failover 3CX Instance
9003
10176
  * @summary Failover 3CX Instance
@@ -9007,6 +10180,14 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
9007
10180
  * @throws {RequiredError}
9008
10181
  */
9009
10182
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10183
+ /**
10184
+ * Install 3CX SBC
10185
+ * @summary Install 3CX SBC
10186
+ * @param {number} sbcId SBC ID
10187
+ * @param {*} [options] Override http request option.
10188
+ * @throws {RequiredError}
10189
+ */
10190
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): AxiosPromise<TcxSbcResponseDTO>;
9010
10191
  /**
9011
10192
  * Reboot 3CX Instance
9012
10193
  * @summary Reboot 3CX Instance
@@ -9026,22 +10207,48 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
9026
10207
  */
9027
10208
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9028
10209
  /**
9029
- * Suspend 3CX Instance
9030
- * @summary Suspend 3CX Instance
10210
+ * Restart 3CX Services
10211
+ * @summary Restart 3CX Services
9031
10212
  * @param {string} instanceId Instance ID
9032
10213
  * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9033
10214
  * @param {*} [options] Override http request option.
9034
10215
  * @throws {RequiredError}
9035
10216
  */
9036
- postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10217
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9037
10218
  /**
9038
- * Unsuspend 3CX Instance
9039
- * @summary Unsuspend 3CX Instance
10219
+ * Reboot Instance
10220
+ * @summary Reboot Instance
9040
10221
  * @param {string} instanceId Instance ID
10222
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9041
10223
  * @param {*} [options] Override http request option.
9042
10224
  * @throws {RequiredError}
9043
10225
  */
9044
- postUnsuspendInstance(instanceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10226
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10227
+ /**
10228
+ * Suspend 3CX Instance
10229
+ * @summary Suspend 3CX Instance
10230
+ * @param {string} instanceId Instance ID
10231
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10232
+ * @param {*} [options] Override http request option.
10233
+ * @throws {RequiredError}
10234
+ */
10235
+ postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10236
+ /**
10237
+ * Test 3CX Login Credentials
10238
+ * @summary Test 3CX Login Credentials
10239
+ * @param {string} instanceId Instance ID
10240
+ * @param {*} [options] Override http request option.
10241
+ * @throws {RequiredError}
10242
+ */
10243
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10244
+ /**
10245
+ * Unsuspend 3CX Instance
10246
+ * @summary Unsuspend 3CX Instance
10247
+ * @param {string} instanceId Instance ID
10248
+ * @param {*} [options] Override http request option.
10249
+ * @throws {RequiredError}
10250
+ */
10251
+ postUnsuspendInstance(instanceId: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9045
10252
  /**
9046
10253
  * Install OS update on 3CX Instance
9047
10254
  * @summary Install OS update on 3CX Instance
@@ -9051,6 +10258,15 @@ export declare const Class3CXInstallationsApiFactory: (configuration?: Configura
9051
10258
  * @throws {RequiredError}
9052
10259
  */
9053
10260
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
10261
+ /**
10262
+ * Update 3CX Installation Details
10263
+ * @summary Update 3CX Installation Details
10264
+ * @param {number} wizardId Wizard ID
10265
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10266
+ * @param {*} [options] Override http request option.
10267
+ * @throws {RequiredError}
10268
+ */
10269
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): AxiosPromise<InstallationDetailsDTO>;
9054
10270
  };
9055
10271
  /**
9056
10272
  * Class3CXInstallationsApi - object-oriented interface
@@ -9063,7 +10279,7 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9063
10279
  * @param {*} [options] Override http request option.
9064
10280
  * @throws {RequiredError}
9065
10281
  */
9066
- getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxInstallationDetailsModel, any, {}>>;
10282
+ getGetDetails(wizardId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallationDetailsDTO, any, {}>>;
9067
10283
  /**
9068
10284
  * Get 3CX Installations
9069
10285
  * @summary Get 3CX Installations
@@ -9078,6 +10294,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9078
10294
  * @throws {RequiredError}
9079
10295
  */
9080
10296
  getGetInstallations(pageSize?: number, page?: number, customerId?: string, search?: string, status?: GetGetInstallationsStatusEnum, hosting?: GetGetInstallationsHostingEnum, installType?: GetGetInstallationsInstallTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxInstallationsModel, any, {}>>;
10297
+ /**
10298
+ * Change instance owner
10299
+ * @summary Change instance owner
10300
+ * @param {string} instanceId Instance ID
10301
+ * @param {number} customerId Customer ID
10302
+ * @param {*} [options] Override http request option.
10303
+ * @throws {RequiredError}
10304
+ */
10305
+ patchChangeInstanceOwner(instanceId: string, customerId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9081
10306
  /**
9082
10307
  * Update 3CX Instance Auto Failover
9083
10308
  * @summary Update 3CX Instance Auto Failover
@@ -9119,11 +10344,11 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9119
10344
  * @summary Extend additional disk on 3CX Instance
9120
10345
  * @param {string} instanceId Instance ID
9121
10346
  * @param {number} gigabytes Disk Space (GB)
9122
- * @param {string} schedule Scheduled Task (Date &amp; Time)
10347
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
9123
10348
  * @param {*} [options] Override http request option.
9124
10349
  * @throws {RequiredError}
9125
10350
  */
9126
- postExtendDisk(instanceId: string, gigabytes: number, schedule: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10351
+ postExtendDisk(instanceId: string, gigabytes: number, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9127
10352
  /**
9128
10353
  * Failover 3CX Instance
9129
10354
  * @summary Failover 3CX Instance
@@ -9133,6 +10358,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9133
10358
  * @throws {RequiredError}
9134
10359
  */
9135
10360
  postFailoverInstance(instanceId: string, type: PostFailoverInstanceTypeEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10361
+ /**
10362
+ * Install 3CX SBC
10363
+ * @summary Install 3CX SBC
10364
+ * @param {number} sbcId SBC ID
10365
+ * @param {*} [options] Override http request option.
10366
+ * @throws {RequiredError}
10367
+ */
10368
+ postInstallTcxSbc(sbcId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxSbcResponseDTO, any, {}>>;
9136
10369
  /**
9137
10370
  * Reboot 3CX Instance
9138
10371
  * @summary Reboot 3CX Instance
@@ -9151,6 +10384,24 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9151
10384
  * @throws {RequiredError}
9152
10385
  */
9153
10386
  postResizeInstance(instanceId: string, size: PostResizeInstanceSizeEnum, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10387
+ /**
10388
+ * Restart 3CX Services
10389
+ * @summary Restart 3CX Services
10390
+ * @param {string} instanceId Instance ID
10391
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10392
+ * @param {*} [options] Override http request option.
10393
+ * @throws {RequiredError}
10394
+ */
10395
+ postRestartServices(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10396
+ /**
10397
+ * Reboot Instance
10398
+ * @summary Reboot Instance
10399
+ * @param {string} instanceId Instance ID
10400
+ * @param {string} [schedule] Scheduled Task (Date &amp; Time)
10401
+ * @param {*} [options] Override http request option.
10402
+ * @throws {RequiredError}
10403
+ */
10404
+ postScheduledReboot(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9154
10405
  /**
9155
10406
  * Suspend 3CX Instance
9156
10407
  * @summary Suspend 3CX Instance
@@ -9160,6 +10411,14 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9160
10411
  * @throws {RequiredError}
9161
10412
  */
9162
10413
  postSuspendInstance(instanceId: string, schedule?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10414
+ /**
10415
+ * Test 3CX Login Credentials
10416
+ * @summary Test 3CX Login Credentials
10417
+ * @param {string} instanceId Instance ID
10418
+ * @param {*} [options] Override http request option.
10419
+ * @throws {RequiredError}
10420
+ */
10421
+ postTestLoginCredentials(instanceId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9163
10422
  /**
9164
10423
  * Unsuspend 3CX Instance
9165
10424
  * @summary Unsuspend 3CX Instance
@@ -9177,6 +10436,15 @@ export declare class Class3CXInstallationsApi extends BaseAPI {
9177
10436
  * @throws {RequiredError}
9178
10437
  */
9179
10438
  postUpgradeDebian(instanceId: string, schedule: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10439
+ /**
10440
+ * Update 3CX Installation Details
10441
+ * @summary Update 3CX Installation Details
10442
+ * @param {number} wizardId Wizard ID
10443
+ * @param {InstallationDetailsDTO} [installationDetailsDTO] Installation Details
10444
+ * @param {*} [options] Override http request option.
10445
+ * @throws {RequiredError}
10446
+ */
10447
+ putGetDetails(wizardId: number, installationDetailsDTO?: InstallationDetailsDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<InstallationDetailsDTO, any, {}>>;
9180
10448
  }
9181
10449
  export declare const GetGetInstallationsStatusEnum: {
9182
10450
  readonly Completed: "Completed";
@@ -9820,6 +11088,13 @@ export declare const NumberPortingApiAxiosParamCreator: (configuration?: Configu
9820
11088
  * @throws {RequiredError}
9821
11089
  */
9822
11090
  getUpdateNumberPort: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11091
+ /**
11092
+ *
11093
+ * @param {number} id Number Port ID
11094
+ * @param {*} [options] Override http request option.
11095
+ * @throws {RequiredError}
11096
+ */
11097
+ patchCancelAdminNumberPort: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9823
11098
  /**
9824
11099
  *
9825
11100
  * @param {number} id Number Port ID
@@ -9830,11 +11105,11 @@ export declare const NumberPortingApiAxiosParamCreator: (configuration?: Configu
9830
11105
  /**
9831
11106
  *
9832
11107
  * @param {number} id Number Port ID
9833
- * @param {string} body
11108
+ * @param {PostAddAdminNoteRequest} postAddAdminNoteRequest
9834
11109
  * @param {*} [options] Override http request option.
9835
11110
  * @throws {RequiredError}
9836
11111
  */
9837
- postAddAdminNote: (id: number, body: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11112
+ postAddAdminNote: (id: number, postAddAdminNoteRequest: PostAddAdminNoteRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9838
11113
  /**
9839
11114
  *
9840
11115
  * @param {string | null} [companyName] Company Name
@@ -9943,6 +11218,13 @@ export declare const NumberPortingApiFp: (configuration?: Configuration) => {
9943
11218
  * @throws {RequiredError}
9944
11219
  */
9945
11220
  getUpdateNumberPort(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<NumberPortDTO>>;
11221
+ /**
11222
+ *
11223
+ * @param {number} id Number Port ID
11224
+ * @param {*} [options] Override http request option.
11225
+ * @throws {RequiredError}
11226
+ */
11227
+ patchCancelAdminNumberPort(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminNumberPortDTO>>;
9946
11228
  /**
9947
11229
  *
9948
11230
  * @param {number} id Number Port ID
@@ -9953,11 +11235,11 @@ export declare const NumberPortingApiFp: (configuration?: Configuration) => {
9953
11235
  /**
9954
11236
  *
9955
11237
  * @param {number} id Number Port ID
9956
- * @param {string} body
11238
+ * @param {PostAddAdminNoteRequest} postAddAdminNoteRequest
9957
11239
  * @param {*} [options] Override http request option.
9958
11240
  * @throws {RequiredError}
9959
11241
  */
9960
- postAddAdminNote(id: number, body: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminNumberPortDTO>>;
11242
+ postAddAdminNote(id: number, postAddAdminNoteRequest: PostAddAdminNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminNumberPortDTO>>;
9961
11243
  /**
9962
11244
  *
9963
11245
  * @param {string | null} [companyName] Company Name
@@ -10066,6 +11348,13 @@ export declare const NumberPortingApiFactory: (configuration?: Configuration, ba
10066
11348
  * @throws {RequiredError}
10067
11349
  */
10068
11350
  getUpdateNumberPort(id: number, options?: RawAxiosRequestConfig): AxiosPromise<NumberPortDTO>;
11351
+ /**
11352
+ *
11353
+ * @param {number} id Number Port ID
11354
+ * @param {*} [options] Override http request option.
11355
+ * @throws {RequiredError}
11356
+ */
11357
+ patchCancelAdminNumberPort(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminNumberPortDTO>;
10069
11358
  /**
10070
11359
  *
10071
11360
  * @param {number} id Number Port ID
@@ -10076,11 +11365,11 @@ export declare const NumberPortingApiFactory: (configuration?: Configuration, ba
10076
11365
  /**
10077
11366
  *
10078
11367
  * @param {number} id Number Port ID
10079
- * @param {string} body
11368
+ * @param {PostAddAdminNoteRequest} postAddAdminNoteRequest
10080
11369
  * @param {*} [options] Override http request option.
10081
11370
  * @throws {RequiredError}
10082
11371
  */
10083
- postAddAdminNote(id: number, body: string, options?: RawAxiosRequestConfig): AxiosPromise<AdminNumberPortDTO>;
11372
+ postAddAdminNote(id: number, postAddAdminNoteRequest: PostAddAdminNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<AdminNumberPortDTO>;
10084
11373
  /**
10085
11374
  *
10086
11375
  * @param {string | null} [companyName] Company Name
@@ -10189,6 +11478,13 @@ export declare class NumberPortingApi extends BaseAPI {
10189
11478
  * @throws {RequiredError}
10190
11479
  */
10191
11480
  getUpdateNumberPort(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<NumberPortDTO, any, {}>>;
11481
+ /**
11482
+ *
11483
+ * @param {number} id Number Port ID
11484
+ * @param {*} [options] Override http request option.
11485
+ * @throws {RequiredError}
11486
+ */
11487
+ patchCancelAdminNumberPort(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminNumberPortDTO, any, {}>>;
10192
11488
  /**
10193
11489
  *
10194
11490
  * @param {number} id Number Port ID
@@ -10199,11 +11495,11 @@ export declare class NumberPortingApi extends BaseAPI {
10199
11495
  /**
10200
11496
  *
10201
11497
  * @param {number} id Number Port ID
10202
- * @param {string} body
11498
+ * @param {PostAddAdminNoteRequest} postAddAdminNoteRequest
10203
11499
  * @param {*} [options] Override http request option.
10204
11500
  * @throws {RequiredError}
10205
11501
  */
10206
- postAddAdminNote(id: number, body: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminNumberPortDTO, any, {}>>;
11502
+ postAddAdminNote(id: number, postAddAdminNoteRequest: PostAddAdminNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminNumberPortDTO, any, {}>>;
10207
11503
  /**
10208
11504
  *
10209
11505
  * @param {string | null} [companyName] Company Name
@@ -10563,6 +11859,8 @@ export declare const PostAccessTokenScopeEnum: {
10563
11859
  readonly ProductsRead: "products.read";
10564
11860
  readonly ProvisioningRead: "provisioning.read";
10565
11861
  readonly ProvisioningWrite: "provisioning.write";
11862
+ readonly SmsRead: "sms.read";
11863
+ readonly SmsWrite: "sms.write";
10566
11864
  readonly TrunksRead: "trunks.read";
10567
11865
  readonly TrunksWrite: "trunks.write";
10568
11866
  readonly TcxIntegrationsRead: "tcx_integrations.read";
@@ -10597,6 +11895,8 @@ export declare const PostAuthoriseScopeEnum: {
10597
11895
  readonly ProductsRead: "products.read";
10598
11896
  readonly ProvisioningRead: "provisioning.read";
10599
11897
  readonly ProvisioningWrite: "provisioning.write";
11898
+ readonly SmsRead: "sms.read";
11899
+ readonly SmsWrite: "sms.write";
10600
11900
  readonly TrunksRead: "trunks.read";
10601
11901
  readonly TrunksWrite: "trunks.write";
10602
11902
  readonly TcxIntegrationsRead: "tcx_integrations.read";
@@ -10614,6 +11914,14 @@ export type PostAuthoriseScopeEnum = typeof PostAuthoriseScopeEnum[keyof typeof
10614
11914
  * OrdersApi - axios parameter creator
10615
11915
  */
10616
11916
  export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration) => {
11917
+ /**
11918
+ * Delete Batch (Admin)
11919
+ * @param {number} id Order ID
11920
+ * @param {number} batchId Batch ID
11921
+ * @param {*} [options] Override http request option.
11922
+ * @throws {RequiredError}
11923
+ */
11924
+ deleteDeleteBatch: (id: number, batchId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10617
11925
  /**
10618
11926
  * Delete Orders (Beta)
10619
11927
  * @summary Delete Orders (Beta)
@@ -10622,6 +11930,16 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10622
11930
  * @throws {RequiredError}
10623
11931
  */
10624
11932
  deleteUpdateOrder: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11933
+ /**
11934
+ * Delete Shipment (Admin)
11935
+ * @summary Delete Shipment (Admin)
11936
+ * @param {number} id Order ID
11937
+ * @param {number} batchId Batch ID
11938
+ * @param {number} shipmentId Shipment ID
11939
+ * @param {*} [options] Override http request option.
11940
+ * @throws {RequiredError}
11941
+ */
11942
+ deleteUpdateShipment: (id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10625
11943
  /**
10626
11944
  * Get Editable Order (Admin)
10627
11945
  * @summary Get Editable Order (Admin)
@@ -10630,6 +11948,24 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10630
11948
  * @throws {RequiredError}
10631
11949
  */
10632
11950
  getGetAdminEditableOrder: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11951
+ /**
11952
+ * Get Order Details (Admin)
11953
+ * @summary Get Order Details (Admin)
11954
+ * @param {number} id Order ID
11955
+ * @param {*} [options] Override http request option.
11956
+ * @throws {RequiredError}
11957
+ */
11958
+ getGetAdminOrderDetails: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11959
+ /**
11960
+ * Get Commercial Invoice PDF
11961
+ * @summary Get Commercial Invoice PDF
11962
+ * @param {number} id Order ID
11963
+ * @param {number} batchId Batch ID
11964
+ * @param {number} shipmentId Shipment ID
11965
+ * @param {*} [options] Override http request option.
11966
+ * @throws {RequiredError}
11967
+ */
11968
+ getGetCommercialInvoice: (id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10633
11969
  /**
10634
11970
  * Get Editable Order (Beta)
10635
11971
  * @summary Get Editable Order (Beta)
@@ -10638,6 +11974,31 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10638
11974
  * @throws {RequiredError}
10639
11975
  */
10640
11976
  getGetEditableOrder: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11977
+ /**
11978
+ * Get Item Serial Info (Admin)
11979
+ * @summary Get Item Serial Info (Admin)
11980
+ * @param {number} id Order ID
11981
+ * @param {number} itemId Shipment Item ID
11982
+ * @param {*} [options] Override http request option.
11983
+ * @throws {RequiredError}
11984
+ */
11985
+ getGetItemSerialInfo: (id: number, itemId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11986
+ /**
11987
+ * Download Order PDF
11988
+ * @summary Download Order PDF
11989
+ * @param {number} id Order ID
11990
+ * @param {*} [options] Override http request option.
11991
+ * @throws {RequiredError}
11992
+ */
11993
+ getGetOrderPdf: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11994
+ /**
11995
+ * Get Order Summary (Admin)
11996
+ * @summary Get Order Summary (Admin)
11997
+ * @param {number} id Order ID
11998
+ * @param {*} [options] Override http request option.
11999
+ * @throws {RequiredError}
12000
+ */
12001
+ getGetOrderSummary: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10641
12002
  /**
10642
12003
  * Get Orders (Beta)
10643
12004
  * @summary Get Orders (Beta)
@@ -10652,6 +12013,23 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10652
12013
  * @throws {RequiredError}
10653
12014
  */
10654
12015
  getGetOrders: (pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12016
+ /**
12017
+ * Mark Order As Complete (Admin)
12018
+ * @summary Mark Order As Complete (Admin)
12019
+ * @param {number} id Order ID
12020
+ * @param {*} [options] Override http request option.
12021
+ * @throws {RequiredError}
12022
+ */
12023
+ patchCompleteOrder: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12024
+ /**
12025
+ * Add Order Note
12026
+ * @summary Add Order Note
12027
+ * @param {number} id Order ID
12028
+ * @param {PostAddOrderNoteRequest} [postAddOrderNoteRequest]
12029
+ * @param {*} [options] Override http request option.
12030
+ * @throws {RequiredError}
12031
+ */
12032
+ postAddOrderNote: (id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10655
12033
  /**
10656
12034
  * Create An Order (Admin)
10657
12035
  * @summary Create An Order (Admin)
@@ -10661,6 +12039,26 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10661
12039
  * @throws {RequiredError}
10662
12040
  */
10663
12041
  postCreateAdminOrder: (readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12042
+ /**
12043
+ * Create Shipping Consignment
12044
+ * @summary Create Shipping Consignment
12045
+ * @param {number} id Order ID
12046
+ * @param {number} shipmentId Shipment ID
12047
+ * @param {ShippingRequestDTO} [shippingRequestDTO] Shipping Request
12048
+ * @param {*} [options] Override http request option.
12049
+ * @throws {RequiredError}
12050
+ */
12051
+ postCreateConsignment: (id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12052
+ /**
12053
+ * Create Shipment (Admin)
12054
+ * @summary Create Shipment (Admin)
12055
+ * @param {number} id Order ID
12056
+ * @param {number} batchId Batch ID
12057
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12058
+ * @param {*} [options] Override http request option.
12059
+ * @throws {RequiredError}
12060
+ */
12061
+ postCreateShipment: (id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10664
12062
  /**
10665
12063
  * Create An Order (Beta)
10666
12064
  * @summary Create An Order (Beta)
@@ -10670,6 +12068,82 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10670
12068
  * @throws {RequiredError}
10671
12069
  */
10672
12070
  postGetOrders: (readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12071
+ /**
12072
+ * Issue Credit (Admin)
12073
+ * @summary Issue Credit (Admin)
12074
+ * @param {number} id Order ID
12075
+ * @param {CreditNoteDTO} [creditNoteDTO] Credit Request
12076
+ * @param {*} [options] Override http request option.
12077
+ * @throws {RequiredError}
12078
+ */
12079
+ postIssueCredit: (id: number, creditNoteDTO?: CreditNoteDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12080
+ /**
12081
+ * Print Shipment Label
12082
+ * @summary Print Shipment Label
12083
+ * @param {number} id Order ID
12084
+ * @param {number} shipmentId Shipment ID
12085
+ * @param {PostPrintShippingLabelPrinterEnum} printer Printer
12086
+ * @param {*} [options] Override http request option.
12087
+ * @throws {RequiredError}
12088
+ */
12089
+ postPrintShippingLabel: (id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12090
+ /**
12091
+ * Process 3CX Licences (Admin)
12092
+ * @summary Process 3CX Licences (Admin)
12093
+ * @param {number} id Order ID
12094
+ * @param {number} batchId Batch ID
12095
+ * @param {*} [options] Override http request option.
12096
+ * @throws {RequiredError}
12097
+ */
12098
+ postProcessTcxLicences: (id: number, batchId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12099
+ /**
12100
+ * Send Order Email
12101
+ * @summary Send Order Email
12102
+ * @param {number} id Order ID
12103
+ * @param {string} email Email Address
12104
+ * @param {*} [options] Override http request option.
12105
+ * @throws {RequiredError}
12106
+ */
12107
+ postSendOrderEmail: (id: number, email: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12108
+ /**
12109
+ * Send Shipment Email (Admin)
12110
+ * @summary Send Shipment Email (Admin)
12111
+ * @param {number} id Order ID
12112
+ * @param {number} batchId Batch ID
12113
+ * @param {number} shipmentId Shipment ID
12114
+ * @param {string} email Email Address
12115
+ * @param {*} [options] Override http request option.
12116
+ * @throws {RequiredError}
12117
+ */
12118
+ postSendShipmentEmail: (id: number, batchId: number, shipmentId: number, email: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12119
+ /**
12120
+ * Send Supplier Email
12121
+ * @summary Send Supplier Email
12122
+ * @param {number} id Order ID
12123
+ * @param {number} batchId Batch ID
12124
+ * @param {*} [options] Override http request option.
12125
+ * @throws {RequiredError}
12126
+ */
12127
+ postSendSupplierEmail: (id: number, batchId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12128
+ /**
12129
+ * Split Order
12130
+ * @summary Split Order
12131
+ * @param {number} id Order ID
12132
+ * @param {PostSplitOrderRequest} [postSplitOrderRequest]
12133
+ * @param {*} [options] Override http request option.
12134
+ * @throws {RequiredError}
12135
+ */
12136
+ postSplitOrder: (id: number, postSplitOrderRequest?: PostSplitOrderRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12137
+ /**
12138
+ * Allocate Items To Supplier
12139
+ * @summary Allocate Items To Supplier
12140
+ * @param {number} id Order ID
12141
+ * @param {number} supplierId Supplier ID
12142
+ * @param {PutAllocateItemsRequest} [putAllocateItemsRequest]
12143
+ * @param {*} [options] Override http request option.
12144
+ * @throws {RequiredError}
12145
+ */
12146
+ putAllocateItems: (id: number, supplierId: number, putAllocateItemsRequest?: PutAllocateItemsRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10673
12147
  /**
10674
12148
  * Update An Order (Admin)
10675
12149
  * @summary Update An Order (Admin)
@@ -10680,6 +12154,17 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10680
12154
  * @throws {RequiredError}
10681
12155
  */
10682
12156
  putUpdateAdminOrder: (id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12157
+ /**
12158
+ * Update Batch Item (Admin)
12159
+ * @summary Update Batch Item (Admin)
12160
+ * @param {number} id Order ID
12161
+ * @param {number} batchId Batch ID
12162
+ * @param {number} itemId Ordered Item ID
12163
+ * @param {OrderedItemModel} [orderedItemModel] Batch Item
12164
+ * @param {*} [options] Override http request option.
12165
+ * @throws {RequiredError}
12166
+ */
12167
+ putUpdateBatchItem: (id: number, batchId: number, itemId: number, orderedItemModel?: OrderedItemModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10683
12168
  /**
10684
12169
  * Update An Order (Beta)
10685
12170
  * @summary Update An Order (Beta)
@@ -10690,11 +12175,39 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
10690
12175
  * @throws {RequiredError}
10691
12176
  */
10692
12177
  putUpdateOrder: (id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12178
+ /**
12179
+ * Change Payment Status (Admin)
12180
+ * @summary Change Payment Status (Admin)
12181
+ * @param {number} id Order ID
12182
+ * @param {boolean} paid Paid
12183
+ * @param {*} [options] Override http request option.
12184
+ * @throws {RequiredError}
12185
+ */
12186
+ putUpdatePaymentStatus: (id: number, paid: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12187
+ /**
12188
+ * Update Shipment (Admin)
12189
+ * @summary Update Shipment (Admin)
12190
+ * @param {number} id Order ID
12191
+ * @param {number} batchId Batch ID
12192
+ * @param {number} shipmentId Shipment ID
12193
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12194
+ * @param {*} [options] Override http request option.
12195
+ * @throws {RequiredError}
12196
+ */
12197
+ putUpdateShipment: (id: number, batchId: number, shipmentId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
10693
12198
  };
10694
12199
  /**
10695
12200
  * OrdersApi - functional programming interface
10696
12201
  */
10697
12202
  export declare const OrdersApiFp: (configuration?: Configuration) => {
12203
+ /**
12204
+ * Delete Batch (Admin)
12205
+ * @param {number} id Order ID
12206
+ * @param {number} batchId Batch ID
12207
+ * @param {*} [options] Override http request option.
12208
+ * @throws {RequiredError}
12209
+ */
12210
+ deleteDeleteBatch(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10698
12211
  /**
10699
12212
  * Delete Orders (Beta)
10700
12213
  * @summary Delete Orders (Beta)
@@ -10703,6 +12216,16 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
10703
12216
  * @throws {RequiredError}
10704
12217
  */
10705
12218
  deleteUpdateOrder(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12219
+ /**
12220
+ * Delete Shipment (Admin)
12221
+ * @summary Delete Shipment (Admin)
12222
+ * @param {number} id Order ID
12223
+ * @param {number} batchId Batch ID
12224
+ * @param {number} shipmentId Shipment ID
12225
+ * @param {*} [options] Override http request option.
12226
+ * @throws {RequiredError}
12227
+ */
12228
+ deleteUpdateShipment(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
10706
12229
  /**
10707
12230
  * Get Editable Order (Admin)
10708
12231
  * @summary Get Editable Order (Admin)
@@ -10711,6 +12234,24 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
10711
12234
  * @throws {RequiredError}
10712
12235
  */
10713
12236
  getGetAdminEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AdminOrderRequestDTO>>;
12237
+ /**
12238
+ * Get Order Details (Admin)
12239
+ * @summary Get Order Details (Admin)
12240
+ * @param {number} id Order ID
12241
+ * @param {*} [options] Override http request option.
12242
+ * @throws {RequiredError}
12243
+ */
12244
+ getGetAdminOrderDetails(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderDetailsDTO>>;
12245
+ /**
12246
+ * Get Commercial Invoice PDF
12247
+ * @summary Get Commercial Invoice PDF
12248
+ * @param {number} id Order ID
12249
+ * @param {number} batchId Batch ID
12250
+ * @param {number} shipmentId Shipment ID
12251
+ * @param {*} [options] Override http request option.
12252
+ * @throws {RequiredError}
12253
+ */
12254
+ getGetCommercialInvoice(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
10714
12255
  /**
10715
12256
  * Get Editable Order (Beta)
10716
12257
  * @summary Get Editable Order (Beta)
@@ -10719,6 +12260,31 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
10719
12260
  * @throws {RequiredError}
10720
12261
  */
10721
12262
  getGetEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DetailedOrderRequestDTO>>;
12263
+ /**
12264
+ * Get Item Serial Info (Admin)
12265
+ * @summary Get Item Serial Info (Admin)
12266
+ * @param {number} id Order ID
12267
+ * @param {number} itemId Shipment Item ID
12268
+ * @param {*} [options] Override http request option.
12269
+ * @throws {RequiredError}
12270
+ */
12271
+ getGetItemSerialInfo(id: number, itemId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSerialInfoModel>>;
12272
+ /**
12273
+ * Download Order PDF
12274
+ * @summary Download Order PDF
12275
+ * @param {number} id Order ID
12276
+ * @param {*} [options] Override http request option.
12277
+ * @throws {RequiredError}
12278
+ */
12279
+ getGetOrderPdf(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
12280
+ /**
12281
+ * Get Order Summary (Admin)
12282
+ * @summary Get Order Summary (Admin)
12283
+ * @param {number} id Order ID
12284
+ * @param {*} [options] Override http request option.
12285
+ * @throws {RequiredError}
12286
+ */
12287
+ getGetOrderSummary(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderSummaryDTO>>;
10722
12288
  /**
10723
12289
  * Get Orders (Beta)
10724
12290
  * @summary Get Orders (Beta)
@@ -10732,74 +12298,565 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
10732
12298
  * @param {*} [options] Override http request option.
10733
12299
  * @throws {RequiredError}
10734
12300
  */
10735
- getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderSummariesModel>>;
12301
+ getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderSummariesModel>>;
12302
+ /**
12303
+ * Mark Order As Complete (Admin)
12304
+ * @summary Mark Order As Complete (Admin)
12305
+ * @param {number} id Order ID
12306
+ * @param {*} [options] Override http request option.
12307
+ * @throws {RequiredError}
12308
+ */
12309
+ patchCompleteOrder(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderDetailsDTO>>;
12310
+ /**
12311
+ * Add Order Note
12312
+ * @summary Add Order Note
12313
+ * @param {number} id Order ID
12314
+ * @param {PostAddOrderNoteRequest} [postAddOrderNoteRequest]
12315
+ * @param {*} [options] Override http request option.
12316
+ * @throws {RequiredError}
12317
+ */
12318
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AuditLogEntity>>;
12319
+ /**
12320
+ * Create An Order (Admin)
12321
+ * @summary Create An Order (Admin)
12322
+ * @param {boolean} [readonly] Readonly Order
12323
+ * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
12324
+ * @param {*} [options] Override http request option.
12325
+ * @throws {RequiredError}
12326
+ */
12327
+ postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12328
+ /**
12329
+ * Create Shipping Consignment
12330
+ * @summary Create Shipping Consignment
12331
+ * @param {number} id Order ID
12332
+ * @param {number} shipmentId Shipment ID
12333
+ * @param {ShippingRequestDTO} [shippingRequestDTO] Shipping Request
12334
+ * @param {*} [options] Override http request option.
12335
+ * @throws {RequiredError}
12336
+ */
12337
+ postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
12338
+ /**
12339
+ * Create Shipment (Admin)
12340
+ * @summary Create Shipment (Admin)
12341
+ * @param {number} id Order ID
12342
+ * @param {number} batchId Batch ID
12343
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12344
+ * @param {*} [options] Override http request option.
12345
+ * @throws {RequiredError}
12346
+ */
12347
+ postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
12348
+ /**
12349
+ * Create An Order (Beta)
12350
+ * @summary Create An Order (Beta)
12351
+ * @param {boolean} [readonly] Readonly Order
12352
+ * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12353
+ * @param {*} [options] Override http request option.
12354
+ * @throws {RequiredError}
12355
+ */
12356
+ postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12357
+ /**
12358
+ * Issue Credit (Admin)
12359
+ * @summary Issue Credit (Admin)
12360
+ * @param {number} id Order ID
12361
+ * @param {CreditNoteDTO} [creditNoteDTO] Credit Request
12362
+ * @param {*} [options] Override http request option.
12363
+ * @throws {RequiredError}
12364
+ */
12365
+ postIssueCredit(id: number, creditNoteDTO?: CreditNoteDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreditNoteModel>>;
12366
+ /**
12367
+ * Print Shipment Label
12368
+ * @summary Print Shipment Label
12369
+ * @param {number} id Order ID
12370
+ * @param {number} shipmentId Shipment ID
12371
+ * @param {PostPrintShippingLabelPrinterEnum} printer Printer
12372
+ * @param {*} [options] Override http request option.
12373
+ * @throws {RequiredError}
12374
+ */
12375
+ postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<File>>;
12376
+ /**
12377
+ * Process 3CX Licences (Admin)
12378
+ * @summary Process 3CX Licences (Admin)
12379
+ * @param {number} id Order ID
12380
+ * @param {number} batchId Batch ID
12381
+ * @param {*} [options] Override http request option.
12382
+ * @throws {RequiredError}
12383
+ */
12384
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderDetailsDTO>>;
12385
+ /**
12386
+ * Send Order Email
12387
+ * @summary Send Order Email
12388
+ * @param {number} id Order ID
12389
+ * @param {string} email Email Address
12390
+ * @param {*} [options] Override http request option.
12391
+ * @throws {RequiredError}
12392
+ */
12393
+ postSendOrderEmail(id: number, email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12394
+ /**
12395
+ * Send Shipment Email (Admin)
12396
+ * @summary Send Shipment Email (Admin)
12397
+ * @param {number} id Order ID
12398
+ * @param {number} batchId Batch ID
12399
+ * @param {number} shipmentId Shipment ID
12400
+ * @param {string} email Email Address
12401
+ * @param {*} [options] Override http request option.
12402
+ * @throws {RequiredError}
12403
+ */
12404
+ postSendShipmentEmail(id: number, batchId: number, shipmentId: number, email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12405
+ /**
12406
+ * Send Supplier Email
12407
+ * @summary Send Supplier Email
12408
+ * @param {number} id Order ID
12409
+ * @param {number} batchId Batch ID
12410
+ * @param {*} [options] Override http request option.
12411
+ * @throws {RequiredError}
12412
+ */
12413
+ postSendSupplierEmail(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12414
+ /**
12415
+ * Split Order
12416
+ * @summary Split Order
12417
+ * @param {number} id Order ID
12418
+ * @param {PostSplitOrderRequest} [postSplitOrderRequest]
12419
+ * @param {*} [options] Override http request option.
12420
+ * @throws {RequiredError}
12421
+ */
12422
+ postSplitOrder(id: number, postSplitOrderRequest?: PostSplitOrderRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12423
+ /**
12424
+ * Allocate Items To Supplier
12425
+ * @summary Allocate Items To Supplier
12426
+ * @param {number} id Order ID
12427
+ * @param {number} supplierId Supplier ID
12428
+ * @param {PutAllocateItemsRequest} [putAllocateItemsRequest]
12429
+ * @param {*} [options] Override http request option.
12430
+ * @throws {RequiredError}
12431
+ */
12432
+ putAllocateItems(id: number, supplierId: number, putAllocateItemsRequest?: PutAllocateItemsRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<BatchDTO>>>;
12433
+ /**
12434
+ * Update An Order (Admin)
12435
+ * @summary Update An Order (Admin)
12436
+ * @param {number} id Order ID
12437
+ * @param {boolean} [readonly] Readonly Order
12438
+ * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
12439
+ * @param {*} [options] Override http request option.
12440
+ * @throws {RequiredError}
12441
+ */
12442
+ putUpdateAdminOrder(id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12443
+ /**
12444
+ * Update Batch Item (Admin)
12445
+ * @summary Update Batch Item (Admin)
12446
+ * @param {number} id Order ID
12447
+ * @param {number} batchId Batch ID
12448
+ * @param {number} itemId Ordered Item ID
12449
+ * @param {OrderedItemModel} [orderedItemModel] Batch Item
12450
+ * @param {*} [options] Override http request option.
12451
+ * @throws {RequiredError}
12452
+ */
12453
+ putUpdateBatchItem(id: number, batchId: number, itemId: number, orderedItemModel?: OrderedItemModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderedItemModel>>;
12454
+ /**
12455
+ * Update An Order (Beta)
12456
+ * @summary Update An Order (Beta)
12457
+ * @param {number} id Order ID
12458
+ * @param {boolean} [readonly] Readonly Order
12459
+ * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12460
+ * @param {*} [options] Override http request option.
12461
+ * @throws {RequiredError}
12462
+ */
12463
+ putUpdateOrder(id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12464
+ /**
12465
+ * Change Payment Status (Admin)
12466
+ * @summary Change Payment Status (Admin)
12467
+ * @param {number} id Order ID
12468
+ * @param {boolean} paid Paid
12469
+ * @param {*} [options] Override http request option.
12470
+ * @throws {RequiredError}
12471
+ */
12472
+ putUpdatePaymentStatus(id: number, paid: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderDetailsDTO>>;
12473
+ /**
12474
+ * Update Shipment (Admin)
12475
+ * @summary Update Shipment (Admin)
12476
+ * @param {number} id Order ID
12477
+ * @param {number} batchId Batch ID
12478
+ * @param {number} shipmentId Shipment ID
12479
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12480
+ * @param {*} [options] Override http request option.
12481
+ * @throws {RequiredError}
12482
+ */
12483
+ putUpdateShipment(id: number, batchId: number, shipmentId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
12484
+ };
12485
+ /**
12486
+ * OrdersApi - factory interface
12487
+ */
12488
+ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12489
+ /**
12490
+ * Delete Batch (Admin)
12491
+ * @param {number} id Order ID
12492
+ * @param {number} batchId Batch ID
12493
+ * @param {*} [options] Override http request option.
12494
+ * @throws {RequiredError}
12495
+ */
12496
+ deleteDeleteBatch(id: number, batchId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12497
+ /**
12498
+ * Delete Orders (Beta)
12499
+ * @summary Delete Orders (Beta)
12500
+ * @param {number} id Order ID
12501
+ * @param {*} [options] Override http request option.
12502
+ * @throws {RequiredError}
12503
+ */
12504
+ deleteUpdateOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12505
+ /**
12506
+ * Delete Shipment (Admin)
12507
+ * @summary Delete Shipment (Admin)
12508
+ * @param {number} id Order ID
12509
+ * @param {number} batchId Batch ID
12510
+ * @param {number} shipmentId Shipment ID
12511
+ * @param {*} [options] Override http request option.
12512
+ * @throws {RequiredError}
12513
+ */
12514
+ deleteUpdateShipment(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12515
+ /**
12516
+ * Get Editable Order (Admin)
12517
+ * @summary Get Editable Order (Admin)
12518
+ * @param {number} id Order ID
12519
+ * @param {*} [options] Override http request option.
12520
+ * @throws {RequiredError}
12521
+ */
12522
+ getGetAdminEditableOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminOrderRequestDTO>;
12523
+ /**
12524
+ * Get Order Details (Admin)
12525
+ * @summary Get Order Details (Admin)
12526
+ * @param {number} id Order ID
12527
+ * @param {*} [options] Override http request option.
12528
+ * @throws {RequiredError}
12529
+ */
12530
+ getGetAdminOrderDetails(id: number, options?: RawAxiosRequestConfig): AxiosPromise<OrderDetailsDTO>;
12531
+ /**
12532
+ * Get Commercial Invoice PDF
12533
+ * @summary Get Commercial Invoice PDF
12534
+ * @param {number} id Order ID
12535
+ * @param {number} batchId Batch ID
12536
+ * @param {number} shipmentId Shipment ID
12537
+ * @param {*} [options] Override http request option.
12538
+ * @throws {RequiredError}
12539
+ */
12540
+ getGetCommercialInvoice(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): AxiosPromise<File>;
12541
+ /**
12542
+ * Get Editable Order (Beta)
12543
+ * @summary Get Editable Order (Beta)
12544
+ * @param {number} id Order ID
12545
+ * @param {*} [options] Override http request option.
12546
+ * @throws {RequiredError}
12547
+ */
12548
+ getGetEditableOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<DetailedOrderRequestDTO>;
12549
+ /**
12550
+ * Get Item Serial Info (Admin)
12551
+ * @summary Get Item Serial Info (Admin)
12552
+ * @param {number} id Order ID
12553
+ * @param {number} itemId Shipment Item ID
12554
+ * @param {*} [options] Override http request option.
12555
+ * @throws {RequiredError}
12556
+ */
12557
+ getGetItemSerialInfo(id: number, itemId: number, options?: RawAxiosRequestConfig): AxiosPromise<ProductSerialInfoModel>;
12558
+ /**
12559
+ * Download Order PDF
12560
+ * @summary Download Order PDF
12561
+ * @param {number} id Order ID
12562
+ * @param {*} [options] Override http request option.
12563
+ * @throws {RequiredError}
12564
+ */
12565
+ getGetOrderPdf(id: number, options?: RawAxiosRequestConfig): AxiosPromise<File>;
12566
+ /**
12567
+ * Get Order Summary (Admin)
12568
+ * @summary Get Order Summary (Admin)
12569
+ * @param {number} id Order ID
12570
+ * @param {*} [options] Override http request option.
12571
+ * @throws {RequiredError}
12572
+ */
12573
+ getGetOrderSummary(id: number, options?: RawAxiosRequestConfig): AxiosPromise<OrderSummaryDTO>;
12574
+ /**
12575
+ * Get Orders (Beta)
12576
+ * @summary Get Orders (Beta)
12577
+ * @param {number} [pageSize] Number Of Results
12578
+ * @param {number} [page] Page Number
12579
+ * @param {string} [search] Search
12580
+ * @param {boolean | null} [fulfillable] Fulfillable
12581
+ * @param {GetGetOrdersStatusEnum} [status] Status
12582
+ * @param {GetGetOrdersFilterEnum} [filter] Filter
12583
+ * @param {number | null} [customerId] Customer ID
12584
+ * @param {*} [options] Override http request option.
12585
+ * @throws {RequiredError}
12586
+ */
12587
+ getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): AxiosPromise<OrderSummariesModel>;
12588
+ /**
12589
+ * Mark Order As Complete (Admin)
12590
+ * @summary Mark Order As Complete (Admin)
12591
+ * @param {number} id Order ID
12592
+ * @param {*} [options] Override http request option.
12593
+ * @throws {RequiredError}
12594
+ */
12595
+ patchCompleteOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<OrderDetailsDTO>;
12596
+ /**
12597
+ * Add Order Note
12598
+ * @summary Add Order Note
12599
+ * @param {number} id Order ID
12600
+ * @param {PostAddOrderNoteRequest} [postAddOrderNoteRequest]
12601
+ * @param {*} [options] Override http request option.
12602
+ * @throws {RequiredError}
12603
+ */
12604
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): AxiosPromise<AuditLogEntity>;
12605
+ /**
12606
+ * Create An Order (Admin)
12607
+ * @summary Create An Order (Admin)
12608
+ * @param {boolean} [readonly] Readonly Order
12609
+ * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
12610
+ * @param {*} [options] Override http request option.
12611
+ * @throws {RequiredError}
12612
+ */
12613
+ postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12614
+ /**
12615
+ * Create Shipping Consignment
12616
+ * @summary Create Shipping Consignment
12617
+ * @param {number} id Order ID
12618
+ * @param {number} shipmentId Shipment ID
12619
+ * @param {ShippingRequestDTO} [shippingRequestDTO] Shipping Request
12620
+ * @param {*} [options] Override http request option.
12621
+ * @throws {RequiredError}
12622
+ */
12623
+ postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
12624
+ /**
12625
+ * Create Shipment (Admin)
12626
+ * @summary Create Shipment (Admin)
12627
+ * @param {number} id Order ID
12628
+ * @param {number} batchId Batch ID
12629
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12630
+ * @param {*} [options] Override http request option.
12631
+ * @throws {RequiredError}
12632
+ */
12633
+ postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
12634
+ /**
12635
+ * Create An Order (Beta)
12636
+ * @summary Create An Order (Beta)
12637
+ * @param {boolean} [readonly] Readonly Order
12638
+ * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12639
+ * @param {*} [options] Override http request option.
12640
+ * @throws {RequiredError}
12641
+ */
12642
+ postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12643
+ /**
12644
+ * Issue Credit (Admin)
12645
+ * @summary Issue Credit (Admin)
12646
+ * @param {number} id Order ID
12647
+ * @param {CreditNoteDTO} [creditNoteDTO] Credit Request
12648
+ * @param {*} [options] Override http request option.
12649
+ * @throws {RequiredError}
12650
+ */
12651
+ postIssueCredit(id: number, creditNoteDTO?: CreditNoteDTO, options?: RawAxiosRequestConfig): AxiosPromise<CreditNoteModel>;
12652
+ /**
12653
+ * Print Shipment Label
12654
+ * @summary Print Shipment Label
12655
+ * @param {number} id Order ID
12656
+ * @param {number} shipmentId Shipment ID
12657
+ * @param {PostPrintShippingLabelPrinterEnum} printer Printer
12658
+ * @param {*} [options] Override http request option.
12659
+ * @throws {RequiredError}
12660
+ */
12661
+ postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): AxiosPromise<File>;
12662
+ /**
12663
+ * Process 3CX Licences (Admin)
12664
+ * @summary Process 3CX Licences (Admin)
12665
+ * @param {number} id Order ID
12666
+ * @param {number} batchId Batch ID
12667
+ * @param {*} [options] Override http request option.
12668
+ * @throws {RequiredError}
12669
+ */
12670
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): AxiosPromise<OrderDetailsDTO>;
12671
+ /**
12672
+ * Send Order Email
12673
+ * @summary Send Order Email
12674
+ * @param {number} id Order ID
12675
+ * @param {string} email Email Address
12676
+ * @param {*} [options] Override http request option.
12677
+ * @throws {RequiredError}
12678
+ */
12679
+ postSendOrderEmail(id: number, email: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12680
+ /**
12681
+ * Send Shipment Email (Admin)
12682
+ * @summary Send Shipment Email (Admin)
12683
+ * @param {number} id Order ID
12684
+ * @param {number} batchId Batch ID
12685
+ * @param {number} shipmentId Shipment ID
12686
+ * @param {string} email Email Address
12687
+ * @param {*} [options] Override http request option.
12688
+ * @throws {RequiredError}
12689
+ */
12690
+ postSendShipmentEmail(id: number, batchId: number, shipmentId: number, email: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12691
+ /**
12692
+ * Send Supplier Email
12693
+ * @summary Send Supplier Email
12694
+ * @param {number} id Order ID
12695
+ * @param {number} batchId Batch ID
12696
+ * @param {*} [options] Override http request option.
12697
+ * @throws {RequiredError}
12698
+ */
12699
+ postSendSupplierEmail(id: number, batchId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12700
+ /**
12701
+ * Split Order
12702
+ * @summary Split Order
12703
+ * @param {number} id Order ID
12704
+ * @param {PostSplitOrderRequest} [postSplitOrderRequest]
12705
+ * @param {*} [options] Override http request option.
12706
+ * @throws {RequiredError}
12707
+ */
12708
+ postSplitOrder(id: number, postSplitOrderRequest?: PostSplitOrderRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12709
+ /**
12710
+ * Allocate Items To Supplier
12711
+ * @summary Allocate Items To Supplier
12712
+ * @param {number} id Order ID
12713
+ * @param {number} supplierId Supplier ID
12714
+ * @param {PutAllocateItemsRequest} [putAllocateItemsRequest]
12715
+ * @param {*} [options] Override http request option.
12716
+ * @throws {RequiredError}
12717
+ */
12718
+ putAllocateItems(id: number, supplierId: number, putAllocateItemsRequest?: PutAllocateItemsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<BatchDTO>>;
12719
+ /**
12720
+ * Update An Order (Admin)
12721
+ * @summary Update An Order (Admin)
12722
+ * @param {number} id Order ID
12723
+ * @param {boolean} [readonly] Readonly Order
12724
+ * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
12725
+ * @param {*} [options] Override http request option.
12726
+ * @throws {RequiredError}
12727
+ */
12728
+ putUpdateAdminOrder(id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12729
+ /**
12730
+ * Update Batch Item (Admin)
12731
+ * @summary Update Batch Item (Admin)
12732
+ * @param {number} id Order ID
12733
+ * @param {number} batchId Batch ID
12734
+ * @param {number} itemId Ordered Item ID
12735
+ * @param {OrderedItemModel} [orderedItemModel] Batch Item
12736
+ * @param {*} [options] Override http request option.
12737
+ * @throws {RequiredError}
12738
+ */
12739
+ putUpdateBatchItem(id: number, batchId: number, itemId: number, orderedItemModel?: OrderedItemModel, options?: RawAxiosRequestConfig): AxiosPromise<OrderedItemModel>;
12740
+ /**
12741
+ * Update An Order (Beta)
12742
+ * @summary Update An Order (Beta)
12743
+ * @param {number} id Order ID
12744
+ * @param {boolean} [readonly] Readonly Order
12745
+ * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12746
+ * @param {*} [options] Override http request option.
12747
+ * @throws {RequiredError}
12748
+ */
12749
+ putUpdateOrder(id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12750
+ /**
12751
+ * Change Payment Status (Admin)
12752
+ * @summary Change Payment Status (Admin)
12753
+ * @param {number} id Order ID
12754
+ * @param {boolean} paid Paid
12755
+ * @param {*} [options] Override http request option.
12756
+ * @throws {RequiredError}
12757
+ */
12758
+ putUpdatePaymentStatus(id: number, paid: boolean, options?: RawAxiosRequestConfig): AxiosPromise<OrderDetailsDTO>;
12759
+ /**
12760
+ * Update Shipment (Admin)
12761
+ * @summary Update Shipment (Admin)
12762
+ * @param {number} id Order ID
12763
+ * @param {number} batchId Batch ID
12764
+ * @param {number} shipmentId Shipment ID
12765
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12766
+ * @param {*} [options] Override http request option.
12767
+ * @throws {RequiredError}
12768
+ */
12769
+ putUpdateShipment(id: number, batchId: number, shipmentId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
12770
+ };
12771
+ /**
12772
+ * OrdersApi - object-oriented interface
12773
+ */
12774
+ export declare class OrdersApi extends BaseAPI {
12775
+ /**
12776
+ * Delete Batch (Admin)
12777
+ * @param {number} id Order ID
12778
+ * @param {number} batchId Batch ID
12779
+ * @param {*} [options] Override http request option.
12780
+ * @throws {RequiredError}
12781
+ */
12782
+ deleteDeleteBatch(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
12783
+ /**
12784
+ * Delete Orders (Beta)
12785
+ * @summary Delete Orders (Beta)
12786
+ * @param {number} id Order ID
12787
+ * @param {*} [options] Override http request option.
12788
+ * @throws {RequiredError}
12789
+ */
12790
+ deleteUpdateOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10736
12791
  /**
10737
- * Create An Order (Admin)
10738
- * @summary Create An Order (Admin)
10739
- * @param {boolean} [readonly] Readonly Order
10740
- * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
12792
+ * Delete Shipment (Admin)
12793
+ * @summary Delete Shipment (Admin)
12794
+ * @param {number} id Order ID
12795
+ * @param {number} batchId Batch ID
12796
+ * @param {number} shipmentId Shipment ID
10741
12797
  * @param {*} [options] Override http request option.
10742
12798
  * @throws {RequiredError}
10743
12799
  */
10744
- postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12800
+ deleteUpdateShipment(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10745
12801
  /**
10746
- * Create An Order (Beta)
10747
- * @summary Create An Order (Beta)
10748
- * @param {boolean} [readonly] Readonly Order
10749
- * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12802
+ * Get Editable Order (Admin)
12803
+ * @summary Get Editable Order (Admin)
12804
+ * @param {number} id Order ID
10750
12805
  * @param {*} [options] Override http request option.
10751
12806
  * @throws {RequiredError}
10752
12807
  */
10753
- postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12808
+ getGetAdminEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminOrderRequestDTO, any, {}>>;
10754
12809
  /**
10755
- * Update An Order (Admin)
10756
- * @summary Update An Order (Admin)
12810
+ * Get Order Details (Admin)
12811
+ * @summary Get Order Details (Admin)
10757
12812
  * @param {number} id Order ID
10758
- * @param {boolean} [readonly] Readonly Order
10759
- * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
10760
12813
  * @param {*} [options] Override http request option.
10761
12814
  * @throws {RequiredError}
10762
12815
  */
10763
- putUpdateAdminOrder(id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
12816
+ getGetAdminOrderDetails(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderDetailsDTO, any, {}>>;
10764
12817
  /**
10765
- * Update An Order (Beta)
10766
- * @summary Update An Order (Beta)
12818
+ * Get Commercial Invoice PDF
12819
+ * @summary Get Commercial Invoice PDF
10767
12820
  * @param {number} id Order ID
10768
- * @param {boolean} [readonly] Readonly Order
10769
- * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12821
+ * @param {number} batchId Batch ID
12822
+ * @param {number} shipmentId Shipment ID
10770
12823
  * @param {*} [options] Override http request option.
10771
12824
  * @throws {RequiredError}
10772
12825
  */
10773
- putUpdateOrder(id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<OrderSummaryDTO>>>;
10774
- };
10775
- /**
10776
- * OrdersApi - factory interface
10777
- */
10778
- export declare const OrdersApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
12826
+ getGetCommercialInvoice(id: number, batchId: number, shipmentId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
10779
12827
  /**
10780
- * Delete Orders (Beta)
10781
- * @summary Delete Orders (Beta)
12828
+ * Get Editable Order (Beta)
12829
+ * @summary Get Editable Order (Beta)
10782
12830
  * @param {number} id Order ID
10783
12831
  * @param {*} [options] Override http request option.
10784
12832
  * @throws {RequiredError}
10785
12833
  */
10786
- deleteUpdateOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
12834
+ getGetEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DetailedOrderRequestDTO, any, {}>>;
10787
12835
  /**
10788
- * Get Editable Order (Admin)
10789
- * @summary Get Editable Order (Admin)
12836
+ * Get Item Serial Info (Admin)
12837
+ * @summary Get Item Serial Info (Admin)
10790
12838
  * @param {number} id Order ID
12839
+ * @param {number} itemId Shipment Item ID
10791
12840
  * @param {*} [options] Override http request option.
10792
12841
  * @throws {RequiredError}
10793
12842
  */
10794
- getGetAdminEditableOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AdminOrderRequestDTO>;
12843
+ getGetItemSerialInfo(id: number, itemId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSerialInfoModel, any, {}>>;
10795
12844
  /**
10796
- * Get Editable Order (Beta)
10797
- * @summary Get Editable Order (Beta)
12845
+ * Download Order PDF
12846
+ * @summary Download Order PDF
10798
12847
  * @param {number} id Order ID
10799
12848
  * @param {*} [options] Override http request option.
10800
12849
  * @throws {RequiredError}
10801
12850
  */
10802
- getGetEditableOrder(id: number, options?: RawAxiosRequestConfig): AxiosPromise<DetailedOrderRequestDTO>;
12851
+ getGetOrderPdf(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
12852
+ /**
12853
+ * Get Order Summary (Admin)
12854
+ * @summary Get Order Summary (Admin)
12855
+ * @param {number} id Order ID
12856
+ * @param {*} [options] Override http request option.
12857
+ * @throws {RequiredError}
12858
+ */
12859
+ getGetOrderSummary(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO, any, {}>>;
10803
12860
  /**
10804
12861
  * Get Orders (Beta)
10805
12862
  * @summary Get Orders (Beta)
@@ -10813,7 +12870,24 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
10813
12870
  * @param {*} [options] Override http request option.
10814
12871
  * @throws {RequiredError}
10815
12872
  */
10816
- getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): AxiosPromise<OrderSummariesModel>;
12873
+ getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummariesModel, any, {}>>;
12874
+ /**
12875
+ * Mark Order As Complete (Admin)
12876
+ * @summary Mark Order As Complete (Admin)
12877
+ * @param {number} id Order ID
12878
+ * @param {*} [options] Override http request option.
12879
+ * @throws {RequiredError}
12880
+ */
12881
+ patchCompleteOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderDetailsDTO, any, {}>>;
12882
+ /**
12883
+ * Add Order Note
12884
+ * @summary Add Order Note
12885
+ * @param {number} id Order ID
12886
+ * @param {PostAddOrderNoteRequest} [postAddOrderNoteRequest]
12887
+ * @param {*} [options] Override http request option.
12888
+ * @throws {RequiredError}
12889
+ */
12890
+ postAddOrderNote(id: number, postAddOrderNoteRequest?: PostAddOrderNoteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AuditLogEntity, any, {}>>;
10817
12891
  /**
10818
12892
  * Create An Order (Admin)
10819
12893
  * @summary Create An Order (Admin)
@@ -10822,7 +12896,27 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
10822
12896
  * @param {*} [options] Override http request option.
10823
12897
  * @throws {RequiredError}
10824
12898
  */
10825
- postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12899
+ postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
12900
+ /**
12901
+ * Create Shipping Consignment
12902
+ * @summary Create Shipping Consignment
12903
+ * @param {number} id Order ID
12904
+ * @param {number} shipmentId Shipment ID
12905
+ * @param {ShippingRequestDTO} [shippingRequestDTO] Shipping Request
12906
+ * @param {*} [options] Override http request option.
12907
+ * @throws {RequiredError}
12908
+ */
12909
+ postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
12910
+ /**
12911
+ * Create Shipment (Admin)
12912
+ * @summary Create Shipment (Admin)
12913
+ * @param {number} id Order ID
12914
+ * @param {number} batchId Batch ID
12915
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
12916
+ * @param {*} [options] Override http request option.
12917
+ * @throws {RequiredError}
12918
+ */
12919
+ postCreateShipment(id: number, batchId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
10826
12920
  /**
10827
12921
  * Create An Order (Beta)
10828
12922
  * @summary Create An Order (Beta)
@@ -10831,88 +12925,83 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
10831
12925
  * @param {*} [options] Override http request option.
10832
12926
  * @throws {RequiredError}
10833
12927
  */
10834
- postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12928
+ postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
10835
12929
  /**
10836
- * Update An Order (Admin)
10837
- * @summary Update An Order (Admin)
12930
+ * Issue Credit (Admin)
12931
+ * @summary Issue Credit (Admin)
10838
12932
  * @param {number} id Order ID
10839
- * @param {boolean} [readonly] Readonly Order
10840
- * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
12933
+ * @param {CreditNoteDTO} [creditNoteDTO] Credit Request
10841
12934
  * @param {*} [options] Override http request option.
10842
12935
  * @throws {RequiredError}
10843
12936
  */
10844
- putUpdateAdminOrder(id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
12937
+ postIssueCredit(id: number, creditNoteDTO?: CreditNoteDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreditNoteModel, any, {}>>;
10845
12938
  /**
10846
- * Update An Order (Beta)
10847
- * @summary Update An Order (Beta)
12939
+ * Print Shipment Label
12940
+ * @summary Print Shipment Label
10848
12941
  * @param {number} id Order ID
10849
- * @param {boolean} [readonly] Readonly Order
10850
- * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12942
+ * @param {number} shipmentId Shipment ID
12943
+ * @param {PostPrintShippingLabelPrinterEnum} printer Printer
10851
12944
  * @param {*} [options] Override http request option.
10852
12945
  * @throws {RequiredError}
10853
12946
  */
10854
- putUpdateOrder(id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<Array<OrderSummaryDTO>>;
10855
- };
10856
- /**
10857
- * OrdersApi - object-oriented interface
10858
- */
10859
- export declare class OrdersApi extends BaseAPI {
12947
+ postPrintShippingLabel(id: number, shipmentId: number, printer: PostPrintShippingLabelPrinterEnum, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<File, any, {}>>;
10860
12948
  /**
10861
- * Delete Orders (Beta)
10862
- * @summary Delete Orders (Beta)
12949
+ * Process 3CX Licences (Admin)
12950
+ * @summary Process 3CX Licences (Admin)
10863
12951
  * @param {number} id Order ID
12952
+ * @param {number} batchId Batch ID
10864
12953
  * @param {*} [options] Override http request option.
10865
12954
  * @throws {RequiredError}
10866
12955
  */
10867
- deleteUpdateOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
12956
+ postProcessTcxLicences(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderDetailsDTO, any, {}>>;
10868
12957
  /**
10869
- * Get Editable Order (Admin)
10870
- * @summary Get Editable Order (Admin)
12958
+ * Send Order Email
12959
+ * @summary Send Order Email
10871
12960
  * @param {number} id Order ID
12961
+ * @param {string} email Email Address
10872
12962
  * @param {*} [options] Override http request option.
10873
12963
  * @throws {RequiredError}
10874
12964
  */
10875
- getGetAdminEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AdminOrderRequestDTO, any, {}>>;
12965
+ postSendOrderEmail(id: number, email: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10876
12966
  /**
10877
- * Get Editable Order (Beta)
10878
- * @summary Get Editable Order (Beta)
12967
+ * Send Shipment Email (Admin)
12968
+ * @summary Send Shipment Email (Admin)
10879
12969
  * @param {number} id Order ID
12970
+ * @param {number} batchId Batch ID
12971
+ * @param {number} shipmentId Shipment ID
12972
+ * @param {string} email Email Address
10880
12973
  * @param {*} [options] Override http request option.
10881
12974
  * @throws {RequiredError}
10882
12975
  */
10883
- getGetEditableOrder(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DetailedOrderRequestDTO, any, {}>>;
12976
+ postSendShipmentEmail(id: number, batchId: number, shipmentId: number, email: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10884
12977
  /**
10885
- * Get Orders (Beta)
10886
- * @summary Get Orders (Beta)
10887
- * @param {number} [pageSize] Number Of Results
10888
- * @param {number} [page] Page Number
10889
- * @param {string} [search] Search
10890
- * @param {boolean | null} [fulfillable] Fulfillable
10891
- * @param {GetGetOrdersStatusEnum} [status] Status
10892
- * @param {GetGetOrdersFilterEnum} [filter] Filter
10893
- * @param {number | null} [customerId] Customer ID
12978
+ * Send Supplier Email
12979
+ * @summary Send Supplier Email
12980
+ * @param {number} id Order ID
12981
+ * @param {number} batchId Batch ID
10894
12982
  * @param {*} [options] Override http request option.
10895
12983
  * @throws {RequiredError}
10896
12984
  */
10897
- getGetOrders(pageSize?: number, page?: number, search?: string, fulfillable?: boolean | null, status?: GetGetOrdersStatusEnum, filter?: GetGetOrdersFilterEnum, customerId?: number | null, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummariesModel, any, {}>>;
12985
+ postSendSupplierEmail(id: number, batchId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
10898
12986
  /**
10899
- * Create An Order (Admin)
10900
- * @summary Create An Order (Admin)
10901
- * @param {boolean} [readonly] Readonly Order
10902
- * @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
12987
+ * Split Order
12988
+ * @summary Split Order
12989
+ * @param {number} id Order ID
12990
+ * @param {PostSplitOrderRequest} [postSplitOrderRequest]
10903
12991
  * @param {*} [options] Override http request option.
10904
12992
  * @throws {RequiredError}
10905
12993
  */
10906
- postCreateAdminOrder(readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
12994
+ postSplitOrder(id: number, postSplitOrderRequest?: PostSplitOrderRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
10907
12995
  /**
10908
- * Create An Order (Beta)
10909
- * @summary Create An Order (Beta)
10910
- * @param {boolean} [readonly] Readonly Order
10911
- * @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
12996
+ * Allocate Items To Supplier
12997
+ * @summary Allocate Items To Supplier
12998
+ * @param {number} id Order ID
12999
+ * @param {number} supplierId Supplier ID
13000
+ * @param {PutAllocateItemsRequest} [putAllocateItemsRequest]
10912
13001
  * @param {*} [options] Override http request option.
10913
13002
  * @throws {RequiredError}
10914
13003
  */
10915
- postGetOrders(readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
13004
+ putAllocateItems(id: number, supplierId: number, putAllocateItemsRequest?: PutAllocateItemsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<BatchDTO[], any, {}>>;
10916
13005
  /**
10917
13006
  * Update An Order (Admin)
10918
13007
  * @summary Update An Order (Admin)
@@ -10923,6 +13012,17 @@ export declare class OrdersApi extends BaseAPI {
10923
13012
  * @throws {RequiredError}
10924
13013
  */
10925
13014
  putUpdateAdminOrder(id: number, readonly?: boolean, adminOrderRequestDTO?: AdminOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
13015
+ /**
13016
+ * Update Batch Item (Admin)
13017
+ * @summary Update Batch Item (Admin)
13018
+ * @param {number} id Order ID
13019
+ * @param {number} batchId Batch ID
13020
+ * @param {number} itemId Ordered Item ID
13021
+ * @param {OrderedItemModel} [orderedItemModel] Batch Item
13022
+ * @param {*} [options] Override http request option.
13023
+ * @throws {RequiredError}
13024
+ */
13025
+ putUpdateBatchItem(id: number, batchId: number, itemId: number, orderedItemModel?: OrderedItemModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderedItemModel, any, {}>>;
10926
13026
  /**
10927
13027
  * Update An Order (Beta)
10928
13028
  * @summary Update An Order (Beta)
@@ -10933,6 +13033,26 @@ export declare class OrdersApi extends BaseAPI {
10933
13033
  * @throws {RequiredError}
10934
13034
  */
10935
13035
  putUpdateOrder(id: number, readonly?: boolean, customerOrderRequestDTO?: CustomerOrderRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderSummaryDTO[], any, {}>>;
13036
+ /**
13037
+ * Change Payment Status (Admin)
13038
+ * @summary Change Payment Status (Admin)
13039
+ * @param {number} id Order ID
13040
+ * @param {boolean} paid Paid
13041
+ * @param {*} [options] Override http request option.
13042
+ * @throws {RequiredError}
13043
+ */
13044
+ putUpdatePaymentStatus(id: number, paid: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderDetailsDTO, any, {}>>;
13045
+ /**
13046
+ * Update Shipment (Admin)
13047
+ * @summary Update Shipment (Admin)
13048
+ * @param {number} id Order ID
13049
+ * @param {number} batchId Batch ID
13050
+ * @param {number} shipmentId Shipment ID
13051
+ * @param {ShipmentRequestDTO} [shipmentRequestDTO] Shipment Request
13052
+ * @param {*} [options] Override http request option.
13053
+ * @throws {RequiredError}
13054
+ */
13055
+ putUpdateShipment(id: number, batchId: number, shipmentId: number, shipmentRequestDTO?: ShipmentRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
10936
13056
  }
10937
13057
  export declare const GetGetOrdersStatusEnum: {
10938
13058
  readonly Paid: "PAID";
@@ -10948,6 +13068,12 @@ export declare const GetGetOrdersFilterEnum: {
10948
13068
  readonly BackOrders: "BACK_ORDERS";
10949
13069
  };
10950
13070
  export type GetGetOrdersFilterEnum = typeof GetGetOrdersFilterEnum[keyof typeof GetGetOrdersFilterEnum];
13071
+ export declare const PostPrintShippingLabelPrinterEnum: {
13072
+ readonly NUMBER_1: 1;
13073
+ readonly NUMBER_2: 2;
13074
+ readonly NUMBER_3: 3;
13075
+ };
13076
+ export type PostPrintShippingLabelPrinterEnum = typeof PostPrintShippingLabelPrinterEnum[keyof typeof PostPrintShippingLabelPrinterEnum];
10951
13077
  /**
10952
13078
  * PricingApi - axios parameter creator
10953
13079
  */
@@ -11204,6 +13330,15 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
11204
13330
  * @throws {RequiredError}
11205
13331
  */
11206
13332
  getSearchProducts: (pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13333
+ /**
13334
+ * Add Item Quantity To Stock
13335
+ * @summary Add Item Quantity To Stock
13336
+ * @param {string} sku Product SKU
13337
+ * @param {number} quantity Quantity
13338
+ * @param {*} [options] Override http request option.
13339
+ * @throws {RequiredError}
13340
+ */
13341
+ patchAddQuantityToStock: (sku: string, quantity: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
11207
13342
  /**
11208
13343
  * Get Product
11209
13344
  * @summary Get Product
@@ -11282,6 +13417,15 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
11282
13417
  * @throws {RequiredError}
11283
13418
  */
11284
13419
  getSearchProducts(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSearchResultsModel>>;
13420
+ /**
13421
+ * Add Item Quantity To Stock
13422
+ * @summary Add Item Quantity To Stock
13423
+ * @param {string} sku Product SKU
13424
+ * @param {number} quantity Quantity
13425
+ * @param {*} [options] Override http request option.
13426
+ * @throws {RequiredError}
13427
+ */
13428
+ patchAddQuantityToStock(sku: string, quantity: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
11285
13429
  /**
11286
13430
  * Get Product
11287
13431
  * @summary Get Product
@@ -11360,6 +13504,15 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
11360
13504
  * @throws {RequiredError}
11361
13505
  */
11362
13506
  getSearchProducts(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): AxiosPromise<ProductSearchResultsModel>;
13507
+ /**
13508
+ * Add Item Quantity To Stock
13509
+ * @summary Add Item Quantity To Stock
13510
+ * @param {string} sku Product SKU
13511
+ * @param {number} quantity Quantity
13512
+ * @param {*} [options] Override http request option.
13513
+ * @throws {RequiredError}
13514
+ */
13515
+ patchAddQuantityToStock(sku: string, quantity: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
11363
13516
  /**
11364
13517
  * Get Product
11365
13518
  * @summary Get Product
@@ -11438,6 +13591,15 @@ export declare class ProductsApi extends BaseAPI {
11438
13591
  * @throws {RequiredError}
11439
13592
  */
11440
13593
  getSearchProducts(pageSize?: number, page?: number, search?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSearchResultsModel, any, {}>>;
13594
+ /**
13595
+ * Add Item Quantity To Stock
13596
+ * @summary Add Item Quantity To Stock
13597
+ * @param {string} sku Product SKU
13598
+ * @param {number} quantity Quantity
13599
+ * @param {*} [options] Override http request option.
13600
+ * @throws {RequiredError}
13601
+ */
13602
+ patchAddQuantityToStock(sku: string, quantity: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
11441
13603
  /**
11442
13604
  * Get Product
11443
13605
  * @summary Get Product
@@ -11463,6 +13625,158 @@ export declare const GetGetLegacyStockListFormatEnum: {
11463
13625
  readonly Csv: "CSV";
11464
13626
  };
11465
13627
  export type GetGetLegacyStockListFormatEnum = typeof GetGetLegacyStockListFormatEnum[keyof typeof GetGetLegacyStockListFormatEnum];
13628
+ /**
13629
+ * ProspectsApi - axios parameter creator
13630
+ */
13631
+ export declare const ProspectsApiAxiosParamCreator: (configuration?: Configuration) => {
13632
+ /**
13633
+ * Get Prospect
13634
+ * @summary Get Prospect
13635
+ * @param {string} xeroId Xero ID
13636
+ * @param {*} [options] Override http request option.
13637
+ * @throws {RequiredError}
13638
+ */
13639
+ getGetProspect: (xeroId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13640
+ /**
13641
+ * Get Prospects
13642
+ * @summary Get Prospects
13643
+ * @param {*} [options] Override http request option.
13644
+ * @throws {RequiredError}
13645
+ */
13646
+ getGetProspects: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13647
+ /**
13648
+ * Remove From Prospect
13649
+ * @summary Remove From Prospects
13650
+ * @param {string} xeroId Xero ID
13651
+ * @param {boolean} status Status
13652
+ * @param {*} [options] Override http request option.
13653
+ * @throws {RequiredError}
13654
+ */
13655
+ getRemoveFromProspects: (xeroId: string, status: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13656
+ /**
13657
+ * Set Call Back Date
13658
+ * @summary Set Call Back Date
13659
+ * @param {string} xeroId Xero ID
13660
+ * @param {string} date Callback Date
13661
+ * @param {*} [options] Override http request option.
13662
+ * @throws {RequiredError}
13663
+ */
13664
+ getSetCallback: (xeroId: string, date: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13665
+ };
13666
+ /**
13667
+ * ProspectsApi - functional programming interface
13668
+ */
13669
+ export declare const ProspectsApiFp: (configuration?: Configuration) => {
13670
+ /**
13671
+ * Get Prospect
13672
+ * @summary Get Prospect
13673
+ * @param {string} xeroId Xero ID
13674
+ * @param {*} [options] Override http request option.
13675
+ * @throws {RequiredError}
13676
+ */
13677
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13678
+ /**
13679
+ * Get Prospects
13680
+ * @summary Get Prospects
13681
+ * @param {*} [options] Override http request option.
13682
+ * @throws {RequiredError}
13683
+ */
13684
+ getGetProspects(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<ProspectDTO>>>;
13685
+ /**
13686
+ * Remove From Prospect
13687
+ * @summary Remove From Prospects
13688
+ * @param {string} xeroId Xero ID
13689
+ * @param {boolean} status Status
13690
+ * @param {*} [options] Override http request option.
13691
+ * @throws {RequiredError}
13692
+ */
13693
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13694
+ /**
13695
+ * Set Call Back Date
13696
+ * @summary Set Call Back Date
13697
+ * @param {string} xeroId Xero ID
13698
+ * @param {string} date Callback Date
13699
+ * @param {*} [options] Override http request option.
13700
+ * @throws {RequiredError}
13701
+ */
13702
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProspectDTO>>;
13703
+ };
13704
+ /**
13705
+ * ProspectsApi - factory interface
13706
+ */
13707
+ export declare const ProspectsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
13708
+ /**
13709
+ * Get Prospect
13710
+ * @summary Get Prospect
13711
+ * @param {string} xeroId Xero ID
13712
+ * @param {*} [options] Override http request option.
13713
+ * @throws {RequiredError}
13714
+ */
13715
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13716
+ /**
13717
+ * Get Prospects
13718
+ * @summary Get Prospects
13719
+ * @param {*} [options] Override http request option.
13720
+ * @throws {RequiredError}
13721
+ */
13722
+ getGetProspects(options?: RawAxiosRequestConfig): AxiosPromise<Array<ProspectDTO>>;
13723
+ /**
13724
+ * Remove From Prospect
13725
+ * @summary Remove From Prospects
13726
+ * @param {string} xeroId Xero ID
13727
+ * @param {boolean} status Status
13728
+ * @param {*} [options] Override http request option.
13729
+ * @throws {RequiredError}
13730
+ */
13731
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13732
+ /**
13733
+ * Set Call Back Date
13734
+ * @summary Set Call Back Date
13735
+ * @param {string} xeroId Xero ID
13736
+ * @param {string} date Callback Date
13737
+ * @param {*} [options] Override http request option.
13738
+ * @throws {RequiredError}
13739
+ */
13740
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): AxiosPromise<ProspectDTO>;
13741
+ };
13742
+ /**
13743
+ * ProspectsApi - object-oriented interface
13744
+ */
13745
+ export declare class ProspectsApi extends BaseAPI {
13746
+ /**
13747
+ * Get Prospect
13748
+ * @summary Get Prospect
13749
+ * @param {string} xeroId Xero ID
13750
+ * @param {*} [options] Override http request option.
13751
+ * @throws {RequiredError}
13752
+ */
13753
+ getGetProspect(xeroId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13754
+ /**
13755
+ * Get Prospects
13756
+ * @summary Get Prospects
13757
+ * @param {*} [options] Override http request option.
13758
+ * @throws {RequiredError}
13759
+ */
13760
+ getGetProspects(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO[], any, {}>>;
13761
+ /**
13762
+ * Remove From Prospect
13763
+ * @summary Remove From Prospects
13764
+ * @param {string} xeroId Xero ID
13765
+ * @param {boolean} status Status
13766
+ * @param {*} [options] Override http request option.
13767
+ * @throws {RequiredError}
13768
+ */
13769
+ getRemoveFromProspects(xeroId: string, status: boolean, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13770
+ /**
13771
+ * Set Call Back Date
13772
+ * @summary Set Call Back Date
13773
+ * @param {string} xeroId Xero ID
13774
+ * @param {string} date Callback Date
13775
+ * @param {*} [options] Override http request option.
13776
+ * @throws {RequiredError}
13777
+ */
13778
+ getSetCallback(xeroId: string, date: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProspectDTO, any, {}>>;
13779
+ }
11466
13780
  /**
11467
13781
  * ProvisioningApi - axios parameter creator
11468
13782
  */
@@ -12527,6 +14841,14 @@ export declare class SIPTrunksApi extends BaseAPI {
12527
14841
  * SMSApi - axios parameter creator
12528
14842
  */
12529
14843
  export declare const SMSApiAxiosParamCreator: (configuration?: Configuration) => {
14844
+ /**
14845
+ * Create SMS Account
14846
+ * @summary Create SMS Account
14847
+ * @param {SmsAccountRequestDTO} [smsAccountRequestDTO] SMS Account Request
14848
+ * @param {*} [options] Override http request option.
14849
+ * @throws {RequiredError}
14850
+ */
14851
+ postCreateSmsAccount: (smsAccountRequestDTO?: SmsAccountRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12530
14852
  /**
12531
14853
  * Send SMS
12532
14854
  * @param {string} authorization Bearer Token
@@ -12540,6 +14862,14 @@ export declare const SMSApiAxiosParamCreator: (configuration?: Configuration) =>
12540
14862
  * SMSApi - functional programming interface
12541
14863
  */
12542
14864
  export declare const SMSApiFp: (configuration?: Configuration) => {
14865
+ /**
14866
+ * Create SMS Account
14867
+ * @summary Create SMS Account
14868
+ * @param {SmsAccountRequestDTO} [smsAccountRequestDTO] SMS Account Request
14869
+ * @param {*} [options] Override http request option.
14870
+ * @throws {RequiredError}
14871
+ */
14872
+ postCreateSmsAccount(smsAccountRequestDTO?: SmsAccountRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SmsAccountDTO>>;
12543
14873
  /**
12544
14874
  * Send SMS
12545
14875
  * @param {string} authorization Bearer Token
@@ -12553,6 +14883,14 @@ export declare const SMSApiFp: (configuration?: Configuration) => {
12553
14883
  * SMSApi - factory interface
12554
14884
  */
12555
14885
  export declare const SMSApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
14886
+ /**
14887
+ * Create SMS Account
14888
+ * @summary Create SMS Account
14889
+ * @param {SmsAccountRequestDTO} [smsAccountRequestDTO] SMS Account Request
14890
+ * @param {*} [options] Override http request option.
14891
+ * @throws {RequiredError}
14892
+ */
14893
+ postCreateSmsAccount(smsAccountRequestDTO?: SmsAccountRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<SmsAccountDTO>;
12556
14894
  /**
12557
14895
  * Send SMS
12558
14896
  * @param {string} authorization Bearer Token
@@ -12566,6 +14904,14 @@ export declare const SMSApiFactory: (configuration?: Configuration, basePath?: s
12566
14904
  * SMSApi - object-oriented interface
12567
14905
  */
12568
14906
  export declare class SMSApi extends BaseAPI {
14907
+ /**
14908
+ * Create SMS Account
14909
+ * @summary Create SMS Account
14910
+ * @param {SmsAccountRequestDTO} [smsAccountRequestDTO] SMS Account Request
14911
+ * @param {*} [options] Override http request option.
14912
+ * @throws {RequiredError}
14913
+ */
14914
+ postCreateSmsAccount(smsAccountRequestDTO?: SmsAccountRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SmsAccountDTO, any, {}>>;
12569
14915
  /**
12570
14916
  * Send SMS
12571
14917
  * @param {string} authorization Bearer Token