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

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 (799) hide show
  1. package/.openapi-generator/FILES +14 -2
  2. package/.openapi-generator/VERSION +1 -1
  3. package/.openapi-generator-ignore +0 -0
  4. package/README.md +29 -4
  5. package/api.ts +1701 -379
  6. package/base.ts +2 -2
  7. package/common.ts +1 -1
  8. package/config.json +3 -3
  9. package/configuration.ts +3 -3
  10. package/dist/api.d.ts +850 -89
  11. package/dist/api.js +1672 -392
  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 +3 -3
  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/HostingPriceListEnum.d.ts +28 -0
  27. package/dist/models/HostingPriceListEnum.js +30 -0
  28. package/dist/models/PaymentMethodEnum.d.ts +13 -0
  29. package/dist/models/PaymentMethodEnum.js +15 -0
  30. package/dist/models/PortStatusEnum.d.ts +0 -0
  31. package/dist/models/PortStatusEnum.js +0 -0
  32. package/dist/models/PrinterEnum.d.ts +0 -0
  33. package/dist/models/PrinterEnum.js +0 -0
  34. package/dist/models/ScheduledTaskEnum.d.ts +0 -0
  35. package/dist/models/ScheduledTaskEnum.js +0 -0
  36. package/dist/models/ServiceEnum.d.ts +5 -0
  37. package/dist/models/ServiceEnum.js +5 -0
  38. package/dist/models/ServiceHealthEnum.d.ts +0 -0
  39. package/dist/models/ServiceHealthEnum.js +0 -0
  40. package/dist/models/ServiceStatusEnum.d.ts +0 -0
  41. package/dist/models/ServiceStatusEnum.js +0 -0
  42. package/dist/models/UpdateTypeEnum.d.ts +0 -0
  43. package/dist/models/UpdateTypeEnum.js +0 -0
  44. package/dist/models/UserGroupEnum.d.ts +28 -0
  45. package/dist/models/UserGroupEnum.js +30 -0
  46. package/docs/AbstractOrderRequestDTO.md +1 -1
  47. package/docs/AccountAddressesDTO.md +25 -0
  48. package/docs/AccountContactEntity.md +0 -0
  49. package/docs/AccountContactModel.md +0 -0
  50. package/docs/AccountContactRequestModel.md +0 -0
  51. package/docs/AccountDetailedSummaryDTO.md +0 -0
  52. package/docs/AccountFinanceDTO.md +37 -0
  53. package/docs/AccountRequestModel.md +0 -0
  54. package/docs/AccountSummaryDTO.md +0 -0
  55. package/docs/AccountsApi.md +839 -145
  56. package/docs/AccountsResponseModel.md +0 -0
  57. package/docs/AddressDTO.md +0 -0
  58. package/docs/AddressModel.md +0 -0
  59. package/docs/AddressRequestModel.md +0 -0
  60. package/docs/AdminNumberPortDTO.md +0 -0
  61. package/docs/AdminOrderRequestDTO.md +3 -1
  62. package/docs/AdminUserModel.md +4 -0
  63. package/docs/AgentHoursGraphModel.md +0 -0
  64. package/docs/AgentHoursGraphMonthModel.md +0 -0
  65. package/docs/ApiLogEntity.md +0 -0
  66. package/docs/AreaCodeModel.md +0 -0
  67. package/docs/AttachmentModel.md +0 -0
  68. package/docs/AttributeSetEnum.md +0 -0
  69. package/docs/AuditLogEntity.md +0 -0
  70. package/docs/AuthCodeResponseModel.md +0 -0
  71. package/docs/BasicItemDTO.md +0 -0
  72. package/docs/BasicProductDTO.md +0 -0
  73. package/docs/BatchDTO.md +0 -0
  74. package/docs/BatchEntity.md +0 -0
  75. package/docs/BillingApi.md +55 -0
  76. package/docs/CRMApi.md +1 -1
  77. package/docs/CallBarringModel.md +0 -0
  78. package/docs/Class3CXApi.md +1 -1
  79. package/docs/Class3CXInstallationWizardApi.md +1 -1
  80. package/docs/Class3CXInstallationsApi.md +1 -1
  81. package/docs/Class3CXIntegrationsApi.md +1 -1
  82. package/docs/Class3CXMultiTenantApi.md +1 -1
  83. package/docs/ClientDetailsModel.md +0 -0
  84. package/docs/ClientModel.md +0 -0
  85. package/docs/CompanyContractModel.md +0 -0
  86. package/docs/ContactInfoModel.md +0 -0
  87. package/docs/ConversationModel.md +0 -0
  88. package/docs/CourierPriceEntity.md +0 -0
  89. package/docs/CreateCrmNoteBody.md +0 -0
  90. package/docs/CreditAccountEntity.md +4 -0
  91. package/docs/CreditNoteDTO.md +0 -0
  92. package/docs/CreditNoteEntity.md +0 -0
  93. package/docs/CreditNoteItemDTO.md +0 -0
  94. package/docs/CreditNoteItemEntity.md +0 -0
  95. package/docs/CreditNoteItemModel.md +0 -0
  96. package/docs/CreditNoteModel.md +0 -0
  97. package/docs/{CrmActivitiesResponseDto.md → CrmActivitiesResponseDTO.md} +0 -0
  98. package/docs/{CrmActivityDto.md → CrmActivityDTO.md} +1 -1
  99. package/docs/CrmContactDTO.md +0 -0
  100. package/docs/CrmDateActivitiesDTO.md +1 -1
  101. package/docs/CrmNoteEntity.md +0 -0
  102. package/docs/CrmNoteModel.md +0 -0
  103. package/docs/CustomerInformationModel.md +0 -0
  104. package/docs/CustomerItemRequestDTO.md +2 -0
  105. package/docs/CustomerOrderRequestDTO.md +1 -1
  106. package/docs/CustomerPriceListEnum.md +0 -0
  107. package/docs/CustomerSummaryReportDTO.md +0 -0
  108. package/docs/DdiRangeRequestModel.md +0 -0
  109. package/docs/DdiRangesRequestModel.md +0 -0
  110. package/docs/DetailedItemRequestDTO.md +2 -0
  111. package/docs/DetailedOrderRequestDTO.md +1 -1
  112. package/docs/DivertRequestModel.md +0 -0
  113. package/docs/DivertResponseModel.md +0 -0
  114. package/docs/EdTechProClientEntity.md +0 -0
  115. package/docs/EdTechProSchoolModel.md +0 -0
  116. package/docs/EdTechProSchoolsModel.md +0 -0
  117. package/docs/EdTechProSetupModel.md +0 -0
  118. package/docs/EventDTO.md +0 -0
  119. package/docs/EventRequestDTO.md +0 -0
  120. package/docs/EventSubscriptionModel.md +0 -0
  121. package/docs/EventUpdateDTO.md +0 -0
  122. package/docs/EventUpdateEntity.md +0 -0
  123. package/docs/EventUpdateRequestDTO.md +0 -0
  124. package/docs/FraudManagementModel.md +0 -0
  125. package/docs/FreshdeskCompanyTicketsModel.md +0 -0
  126. package/docs/FreshdeskTicketEntity.md +0 -0
  127. package/docs/FtpAccountsEntity.md +0 -0
  128. package/docs/GenericFileModel.md +0 -0
  129. package/docs/GetGetPrice200Response.md +0 -0
  130. package/docs/GetGetRecording200Response.md +0 -0
  131. package/docs/HostingChangeResponseModel.md +0 -0
  132. package/docs/HostingRegionDTO.md +0 -0
  133. package/docs/InstallationDetailsDTO.md +0 -0
  134. package/docs/InstanceAutoFailoverEntity.md +0 -0
  135. package/docs/InstanceDeletionScheduleEntity.md +0 -0
  136. package/docs/InstanceEntity.md +0 -0
  137. package/docs/InstanceFailoverEntity.md +0 -0
  138. package/docs/InstanceMonitoringEntity.md +0 -0
  139. package/docs/InstanceMonitoringLogEntity.md +0 -0
  140. package/docs/InstanceScheduledTasksEntity.md +0 -0
  141. package/docs/InstanceTcxDetailsEntity.md +0 -0
  142. package/docs/InstanceUserCredentialsEntity.md +0 -0
  143. package/docs/ItemDTO.md +2 -0
  144. package/docs/ItemDiscountEntity.md +0 -0
  145. package/docs/ItemEntity.md +0 -0
  146. package/docs/LinkedOrderEntity.md +0 -0
  147. package/docs/MFARequiredModel.md +0 -0
  148. package/docs/MonthlyUsageModel.md +0 -0
  149. package/docs/MultiTenantChangeResponseModel.md +0 -0
  150. package/docs/MyPBXToolsApi.md +1 -1
  151. package/docs/NavigationModel.md +0 -0
  152. package/docs/NumberPortAdminNoteBody.md +0 -0
  153. package/docs/NumberPortDTO.md +0 -0
  154. package/docs/NumberPortNoteDTO.md +0 -0
  155. package/docs/NumberPortRangeDTO.md +0 -0
  156. package/docs/NumberPortRangeRequestDTO.md +0 -0
  157. package/docs/NumberPortingApi.md +1 -1
  158. package/docs/NumberPortsModel.md +0 -0
  159. package/docs/OAuth20Api.md +49 -1
  160. package/docs/OfflineInstancesEntity.md +0 -0
  161. package/docs/OrderDTO.md +25 -0
  162. package/docs/OrderDetailsDTO.md +0 -0
  163. package/docs/OrderEntity.md +0 -0
  164. package/docs/OrderItemDTO.md +2 -0
  165. package/docs/OrderRequestModel.md +0 -0
  166. package/docs/OrderResponseDTO.md +25 -0
  167. package/docs/OrderSummariesModel.md +0 -0
  168. package/docs/OrderSummaryDTO.md +0 -0
  169. package/docs/OrderTotalModel.md +0 -0
  170. package/docs/OrderedItemEntity.md +0 -0
  171. package/docs/OrderedItemModel.md +0 -0
  172. package/docs/OrdersApi.md +57 -1
  173. package/docs/PartnerDTO.md +39 -0
  174. package/docs/PatchUpdateAccountCnameRequest.md +0 -0
  175. package/docs/PatchUpdateAccountCompanyNumberRequest.md +0 -0
  176. package/docs/PatchUpdateAccountContactPasswordRequest.md +0 -0
  177. package/docs/PatchUpdateAccountPhoneRequest.md +0 -0
  178. package/docs/PatchUpdateAccountVatNumberRequest.md +0 -0
  179. package/docs/{PatchSetTcxWizardCnameRequest.md → PatchUpdateCreditLimitRequest.md} +5 -5
  180. package/docs/{PostCreateCrmNoteRequest.md → PatchUpdatePriceListRequest.md} +5 -5
  181. package/docs/{PostAddAdminNoteRequest.md → PatchUpdateSipChannelCostRequest.md} +5 -5
  182. package/docs/PatchUpdateTcxHostingPriceListRequest.md +20 -0
  183. package/docs/{PatchSendWelcomeEmailRequest.md → PatchUpdateTcxPartnerIdRequest.md} +5 -5
  184. package/docs/PortalAccountModel.md +4 -2
  185. package/docs/PortalLoginModel.md +0 -0
  186. package/docs/PostAddOrderNoteRequest.md +0 -0
  187. package/docs/PostAddWebhook200Response.md +0 -0
  188. package/docs/PostGetClientCredentialsRequest.md +0 -0
  189. package/docs/PostGetProductForCustomerRequest.md +2 -0
  190. package/docs/PostSendWelcomeEmailRequest.md +0 -0
  191. package/docs/PostSplitOrderRequest.md +0 -0
  192. package/docs/PriceListItemModel.md +0 -0
  193. package/docs/PricingApi.md +1 -1
  194. package/docs/PrinterEntity.md +0 -0
  195. package/docs/PrizesEntity.md +0 -0
  196. package/docs/ProductPriceListItemModel.md +0 -0
  197. package/docs/ProductSearchResultsModel.md +0 -0
  198. package/docs/ProductSerialInfoModel.md +0 -0
  199. package/docs/ProductSummaryDTO.md +2 -2
  200. package/docs/ProductsApi.md +6 -6
  201. package/docs/PromoCodesEntity.md +0 -0
  202. package/docs/PromoItemsEntity.md +0 -0
  203. package/docs/ProspectDTO.md +4 -2
  204. package/docs/ProspectEntity.md +0 -0
  205. package/docs/ProspectsApi.md +1 -1
  206. package/docs/ProvisioningApi.md +1 -1
  207. package/docs/ProvisioningModel.md +0 -0
  208. package/docs/ProvisioningRequestEntity.md +0 -0
  209. package/docs/PutAllocateItemsRequest.md +0 -0
  210. package/docs/PutAllocateItemsRequestItemsInner.md +0 -0
  211. package/docs/RecordingBackupAzureModel.md +0 -0
  212. package/docs/RecordingsBackupInfoDTO.md +2 -2
  213. package/docs/RemoteStorageDTO.md +0 -0
  214. package/docs/ResourceNotReadyException.md +0 -0
  215. package/docs/RootAccessModel.md +0 -0
  216. package/docs/S3BucketEntity.md +0 -0
  217. package/docs/SIPTrunksApi.md +1 -1
  218. package/docs/SMSApi.md +1 -1
  219. package/docs/SbcDTO.md +35 -0
  220. package/docs/ScannedItemModel.md +0 -0
  221. package/docs/ScopeModel.md +0 -0
  222. package/docs/ServiceHealthDTO.md +0 -0
  223. package/docs/ServiceStatusDTO.md +0 -0
  224. package/docs/ServicesApi.md +1 -1
  225. package/docs/ShipmentAddressEntity.md +0 -0
  226. package/docs/ShipmentDTO.md +0 -0
  227. package/docs/ShipmentEntity.md +0 -0
  228. package/docs/ShipmentItemDTO.md +0 -0
  229. package/docs/ShipmentItemEntity.md +0 -0
  230. package/docs/ShipmentItemModel.md +0 -0
  231. package/docs/ShipmentModel.md +0 -0
  232. package/docs/ShipmentRequestDTO.md +2 -2
  233. package/docs/ShippingAddressDTO.md +35 -0
  234. package/docs/ShippingApi.md +1 -1
  235. package/docs/ShippingConsignmentModel.md +0 -0
  236. package/docs/ShippingInformationDTO.md +0 -0
  237. package/docs/ShippingRequestDTO.md +0 -0
  238. package/docs/ShippingServiceDTO.md +0 -0
  239. package/docs/ShippingServiceModel.md +0 -0
  240. package/docs/ShippingServicesModel.md +0 -0
  241. package/docs/SipTrunkChangeResponseModel.md +0 -0
  242. package/docs/SipTrunkCreationRequestModel.md +0 -0
  243. package/docs/SipTrunkEntity.md +0 -0
  244. package/docs/SipTrunksResponseModel.md +0 -0
  245. package/docs/SmsAccountDTO.md +0 -0
  246. package/docs/SmsAccountEntity.md +0 -0
  247. package/docs/SmsAccountRequestDTO.md +0 -0
  248. package/docs/SmsDataModel.md +0 -0
  249. package/docs/SmsMessageModel.md +0 -0
  250. package/docs/SmsNumbersEntity.md +0 -0
  251. package/docs/SmsPayloadModel.md +0 -0
  252. package/docs/SmsPhoneNumberModel.md +0 -0
  253. package/docs/SmsResponseModel.md +0 -0
  254. package/docs/SmsWhitelistEntity.md +0 -0
  255. package/docs/StockManagementApi.md +1 -1
  256. package/docs/StockOrderCourierEntity.md +0 -0
  257. package/docs/StockOrderDeductionModel.md +0 -0
  258. package/docs/StockOrderDeductionRequestModel.md +0 -0
  259. package/docs/StockOrderDeductionsEntity.md +0 -0
  260. package/docs/StockOrderEntity.md +0 -0
  261. package/docs/StockOrderItemEntity.md +0 -0
  262. package/docs/StockOrderItemModel.md +0 -0
  263. package/docs/StockOrderItemRequestModel.md +0 -0
  264. package/docs/StockOrderModel.md +0 -0
  265. package/docs/StockOrderProductEntity.md +0 -0
  266. package/docs/StockOrderRequestModel.md +0 -0
  267. package/docs/StockOrderSupplierEntity.md +0 -0
  268. package/docs/StockOrderSupplierModel.md +0 -0
  269. package/docs/StockOrdersModel.md +0 -0
  270. package/docs/StockProductModel.md +0 -0
  271. package/docs/StockProductPriceModel.md +0 -0
  272. package/docs/StockProductSummariesModel.md +0 -0
  273. package/docs/StockProductSummaryModel.md +0 -0
  274. package/docs/StockTransactionsEntity.md +0 -0
  275. package/docs/SupplierEntity.md +0 -0
  276. package/docs/SupplierItemEntity.md +0 -0
  277. package/docs/SupplierItemModel.md +0 -0
  278. package/docs/SupplierModel.md +0 -0
  279. package/docs/SupportTicketModel.md +0 -0
  280. package/docs/SystemApi.md +1 -1
  281. package/docs/TcxBackupEntity.md +0 -0
  282. package/docs/TcxBackupModel.md +0 -0
  283. package/docs/TcxBillingEntity.md +0 -0
  284. package/docs/TcxBulkLicenceDetailsModel.md +0 -0
  285. package/docs/TcxDeadLicenceEntity.md +0 -0
  286. package/docs/TcxExtsEntity.md +0 -0
  287. package/docs/TcxHostingPricingEntity.md +0 -0
  288. package/docs/TcxInstallationModel.md +0 -0
  289. package/docs/TcxInstallationsModel.md +0 -0
  290. package/docs/TcxKeySummaryDTO.md +1 -1
  291. package/docs/TcxKeysEntity.md +0 -0
  292. package/docs/TcxLicenceDetailsErrorModel.md +0 -0
  293. package/docs/TcxLicenceDetailsModel.md +0 -0
  294. package/docs/TcxMacsEntity.md +0 -0
  295. package/docs/TcxMultiTenantModel.md +0 -0
  296. package/docs/TcxMultiTenantUserModel.md +0 -0
  297. package/docs/TcxMultiTenantsModel.md +0 -0
  298. package/docs/TcxNumbersEntity.md +0 -0
  299. package/docs/TcxOfficeHoursEntity.md +0 -0
  300. package/docs/TcxPhoneModel.md +0 -0
  301. package/docs/TcxPhonesEntity.md +0 -0
  302. package/docs/TcxRemoteStorageModel.md +0 -0
  303. package/docs/TcxSbcDTO.md +0 -0
  304. package/docs/TcxSbcEntity.md +0 -0
  305. package/docs/TcxSbcModel.md +0 -0
  306. package/docs/TcxSbcResponseDTO.md +0 -0
  307. package/docs/TcxSetupEntity.md +0 -0
  308. package/docs/TcxSetupsModel.md +0 -0
  309. package/docs/TcxSipTrunksEntity.md +0 -0
  310. package/docs/TcxTemplateXmlEnum.md +0 -0
  311. package/docs/TcxUsersEntity.md +0 -0
  312. package/docs/TcxWizardConfigModel.md +0 -0
  313. package/docs/TcxWizardModel.md +0 -0
  314. package/docs/TechSupportCompanySummaryDTO.md +0 -0
  315. package/docs/TicketSummaryModel.md +0 -0
  316. package/docs/TicketTimeDTO.md +0 -0
  317. package/docs/TicketsApi.md +1 -1
  318. package/docs/TokenResponseModel.md +0 -0
  319. package/docs/UpgradeOrderResponseModel.md +0 -0
  320. package/docs/UpgradeRequestModel.md +0 -0
  321. package/docs/UserEntity.md +0 -0
  322. package/docs/WebhooksApi.md +1 -1
  323. package/docs/XeroLogEntity.md +0 -0
  324. package/getEnums.php +31 -31
  325. package/git_push.sh +0 -0
  326. package/index.ts +1 -1
  327. package/models/CourierEnum.ts +0 -0
  328. package/models/EventStatusEnum.ts +0 -0
  329. package/models/EventTypeEnum.ts +0 -0
  330. package/models/HostingPriceListEnum.ts +29 -0
  331. package/models/PaymentMethodEnum.ts +14 -0
  332. package/models/PortStatusEnum.ts +0 -0
  333. package/models/PrinterEnum.ts +0 -0
  334. package/models/ScheduledTaskEnum.ts +0 -0
  335. package/models/ServiceEnum.ts +5 -0
  336. package/models/ServiceHealthEnum.ts +0 -0
  337. package/models/ServiceStatusEnum.ts +0 -0
  338. package/models/UpdateTypeEnum.ts +0 -0
  339. package/models/UserGroupEnum.ts +29 -0
  340. package/openapitools.json +1 -1
  341. package/package.json +2 -2
  342. package/tsconfig.json +0 -0
  343. package/dist/models/StatusEnum.d.ts +0 -18
  344. package/dist/models/StatusEnum.js +0 -20
  345. package/dist/src/apis/AccountsApi.d.ts +0 -258
  346. package/dist/src/apis/AccountsApi.js +0 -975
  347. package/dist/src/apis/CRMApi.d.ts +0 -26
  348. package/dist/src/apis/CRMApi.js +0 -122
  349. package/dist/src/apis/Class3CXApi.d.ts +0 -44
  350. package/dist/src/apis/Class3CXApi.js +0 -177
  351. package/dist/src/apis/Class3CXInstallationWizardApi.d.ts +0 -446
  352. package/dist/src/apis/Class3CXInstallationWizardApi.js +0 -1740
  353. package/dist/src/apis/Class3CXInstallationsApi.d.ts +0 -253
  354. package/dist/src/apis/Class3CXInstallationsApi.js +0 -806
  355. package/dist/src/apis/Class3CXIntegrationsApi.d.ts +0 -102
  356. package/dist/src/apis/Class3CXIntegrationsApi.js +0 -386
  357. package/dist/src/apis/Class3CXMultiTenantApi.d.ts +0 -122
  358. package/dist/src/apis/Class3CXMultiTenantApi.js +0 -431
  359. package/dist/src/apis/MyPBXToolsApi.d.ts +0 -32
  360. package/dist/src/apis/MyPBXToolsApi.js +0 -136
  361. package/dist/src/apis/OAuth20Api.d.ts +0 -185
  362. package/dist/src/apis/OAuth20Api.js +0 -507
  363. package/dist/src/apis/OrdersApi.d.ts +0 -154
  364. package/dist/src/apis/OrdersApi.js +0 -512
  365. package/dist/src/apis/PricingApi.d.ts +0 -154
  366. package/dist/src/apis/PricingApi.js +0 -308
  367. package/dist/src/apis/ProductsApi.d.ts +0 -135
  368. package/dist/src/apis/ProductsApi.js +0 -531
  369. package/dist/src/apis/ProvisioningApi.d.ts +0 -112
  370. package/dist/src/apis/ProvisioningApi.js +0 -427
  371. package/dist/src/apis/SIPTrunksApi.d.ts +0 -315
  372. package/dist/src/apis/SIPTrunksApi.js +0 -1197
  373. package/dist/src/apis/SMSApi.d.ts +0 -30
  374. package/dist/src/apis/SMSApi.js +0 -130
  375. package/dist/src/apis/ServicesApi.d.ts +0 -81
  376. package/dist/src/apis/ServicesApi.js +0 -386
  377. package/dist/src/apis/ShippingApi.d.ts +0 -45
  378. package/dist/src/apis/ShippingApi.js +0 -179
  379. package/dist/src/apis/StockManagementApi.d.ts +0 -345
  380. package/dist/src/apis/StockManagementApi.js +0 -1293
  381. package/dist/src/apis/SystemApi.d.ts +0 -37
  382. package/dist/src/apis/SystemApi.js +0 -146
  383. package/dist/src/apis/TicketsApi.d.ts +0 -79
  384. package/dist/src/apis/TicketsApi.js +0 -360
  385. package/dist/src/apis/WebhooksApi.d.ts +0 -56
  386. package/dist/src/apis/WebhooksApi.js +0 -189
  387. package/dist/src/apis/index.d.ts +0 -21
  388. package/dist/src/apis/index.js +0 -39
  389. package/dist/src/index.d.ts +0 -3
  390. package/dist/src/index.js +0 -21
  391. package/dist/src/models/AbstractOrderRequestDTO.d.ts +0 -71
  392. package/dist/src/models/AbstractOrderRequestDTO.js +0 -64
  393. package/dist/src/models/AccountContactEntity.d.ts +0 -104
  394. package/dist/src/models/AccountContactEntity.js +0 -73
  395. package/dist/src/models/AccountContactModel.d.ts +0 -104
  396. package/dist/src/models/AccountContactModel.js +0 -73
  397. package/dist/src/models/AccountContactRequestModel.d.ts +0 -80
  398. package/dist/src/models/AccountContactRequestModel.js +0 -65
  399. package/dist/src/models/AccountDetailedSummaryDTO.d.ts +0 -89
  400. package/dist/src/models/AccountDetailedSummaryDTO.js +0 -70
  401. package/dist/src/models/AccountRequestModel.d.ts +0 -128
  402. package/dist/src/models/AccountRequestModel.js +0 -81
  403. package/dist/src/models/AccountSummaryDTO.d.ts +0 -44
  404. package/dist/src/models/AccountSummaryDTO.js +0 -53
  405. package/dist/src/models/AccountsResponseModel.d.ts +0 -51
  406. package/dist/src/models/AccountsResponseModel.js +0 -56
  407. package/dist/src/models/AddressModel.d.ts +0 -110
  408. package/dist/src/models/AddressModel.js +0 -75
  409. package/dist/src/models/AddressRequestModel.d.ts +0 -50
  410. package/dist/src/models/AddressRequestModel.js +0 -55
  411. package/dist/src/models/AdminOrderRequestDTO.d.ts +0 -113
  412. package/dist/src/models/AdminOrderRequestDTO.js +0 -78
  413. package/dist/src/models/AdminUserModel.d.ts +0 -79
  414. package/dist/src/models/AdminUserModel.js +0 -72
  415. package/dist/src/models/AgentHoursGraphModel.d.ts +0 -51
  416. package/dist/src/models/AgentHoursGraphModel.js +0 -56
  417. package/dist/src/models/AgentHoursGraphMonthModel.d.ts +0 -38
  418. package/dist/src/models/AgentHoursGraphMonthModel.js +0 -51
  419. package/dist/src/models/ApiLogEntity.d.ts +0 -98
  420. package/dist/src/models/ApiLogEntity.js +0 -71
  421. package/dist/src/models/AreaCodeModel.d.ts +0 -38
  422. package/dist/src/models/AreaCodeModel.js +0 -51
  423. package/dist/src/models/AttachmentModel.d.ts +0 -56
  424. package/dist/src/models/AttachmentModel.js +0 -57
  425. package/dist/src/models/AttributeSetEnum.d.ts +0 -38
  426. package/dist/src/models/AttributeSetEnum.js +0 -51
  427. package/dist/src/models/AuditLogEntity.d.ts +0 -80
  428. package/dist/src/models/AuditLogEntity.js +0 -65
  429. package/dist/src/models/AuthCodeResponseModel.d.ts +0 -44
  430. package/dist/src/models/AuthCodeResponseModel.js +0 -53
  431. package/dist/src/models/BasicItemDTO.d.ts +0 -38
  432. package/dist/src/models/BasicItemDTO.js +0 -51
  433. package/dist/src/models/BasicProductDTO.d.ts +0 -38
  434. package/dist/src/models/BasicProductDTO.js +0 -51
  435. package/dist/src/models/BatchEntity.d.ts +0 -128
  436. package/dist/src/models/BatchEntity.js +0 -81
  437. package/dist/src/models/CallBarringModel.d.ts +0 -56
  438. package/dist/src/models/CallBarringModel.js +0 -57
  439. package/dist/src/models/ClientDetailsModel.d.ts +0 -68
  440. package/dist/src/models/ClientDetailsModel.js +0 -61
  441. package/dist/src/models/ClientModel.d.ts +0 -50
  442. package/dist/src/models/ClientModel.js +0 -55
  443. package/dist/src/models/CompanyContractModel.d.ts +0 -56
  444. package/dist/src/models/CompanyContractModel.js +0 -57
  445. package/dist/src/models/ContactInfoModel.d.ts +0 -56
  446. package/dist/src/models/ContactInfoModel.js +0 -57
  447. package/dist/src/models/ConversationModel.d.ts +0 -75
  448. package/dist/src/models/ConversationModel.js +0 -64
  449. package/dist/src/models/CourierPriceEntity.d.ts +0 -86
  450. package/dist/src/models/CourierPriceEntity.js +0 -67
  451. package/dist/src/models/CreditAccountEntity.d.ts +0 -152
  452. package/dist/src/models/CreditAccountEntity.js +0 -89
  453. package/dist/src/models/CrmContactDTO.d.ts +0 -68
  454. package/dist/src/models/CrmContactDTO.js +0 -61
  455. package/dist/src/models/CustomerInformationModel.d.ts +0 -68
  456. package/dist/src/models/CustomerInformationModel.js +0 -61
  457. package/dist/src/models/CustomerItemRequestDTO.d.ts +0 -81
  458. package/dist/src/models/CustomerItemRequestDTO.js +0 -66
  459. package/dist/src/models/CustomerOrderRequestDTO.d.ts +0 -71
  460. package/dist/src/models/CustomerOrderRequestDTO.js +0 -64
  461. package/dist/src/models/CustomerPriceListEnum.d.ts +0 -38
  462. package/dist/src/models/CustomerPriceListEnum.js +0 -51
  463. package/dist/src/models/CustomerSummaryReportDTO.d.ts +0 -65
  464. package/dist/src/models/CustomerSummaryReportDTO.js +0 -62
  465. package/dist/src/models/DdiRangeRequestModel.d.ts +0 -44
  466. package/dist/src/models/DdiRangeRequestModel.js +0 -53
  467. package/dist/src/models/DdiRangesRequestModel.d.ts +0 -33
  468. package/dist/src/models/DdiRangesRequestModel.js +0 -50
  469. package/dist/src/models/DetailedItemRequestDTO.d.ts +0 -99
  470. package/dist/src/models/DetailedItemRequestDTO.js +0 -72
  471. package/dist/src/models/DetailedOrderRequestDTO.d.ts +0 -71
  472. package/dist/src/models/DetailedOrderRequestDTO.js +0 -64
  473. package/dist/src/models/DivertRequestModel.d.ts +0 -38
  474. package/dist/src/models/DivertRequestModel.js +0 -51
  475. package/dist/src/models/DivertResponseModel.d.ts +0 -52
  476. package/dist/src/models/DivertResponseModel.js +0 -61
  477. package/dist/src/models/EdTechProClientEntity.d.ts +0 -56
  478. package/dist/src/models/EdTechProClientEntity.js +0 -57
  479. package/dist/src/models/EdTechProSchoolModel.d.ts +0 -104
  480. package/dist/src/models/EdTechProSchoolModel.js +0 -73
  481. package/dist/src/models/EdTechProSchoolsModel.d.ts +0 -51
  482. package/dist/src/models/EdTechProSchoolsModel.js +0 -56
  483. package/dist/src/models/EdTechProSetupModel.d.ts +0 -56
  484. package/dist/src/models/EdTechProSetupModel.js +0 -57
  485. package/dist/src/models/EventDTO.d.ts +0 -84
  486. package/dist/src/models/EventDTO.js +0 -73
  487. package/dist/src/models/EventRequestDTO.d.ts +0 -44
  488. package/dist/src/models/EventRequestDTO.js +0 -53
  489. package/dist/src/models/EventSubscriptionModel.d.ts +0 -38
  490. package/dist/src/models/EventSubscriptionModel.js +0 -51
  491. package/dist/src/models/EventTypeEnum.d.ts +0 -19
  492. package/dist/src/models/EventTypeEnum.js +0 -24
  493. package/dist/src/models/EventUpdateDTO.d.ts +0 -50
  494. package/dist/src/models/EventUpdateDTO.js +0 -55
  495. package/dist/src/models/EventUpdateEntity.d.ts +0 -56
  496. package/dist/src/models/EventUpdateEntity.js +0 -57
  497. package/dist/src/models/EventUpdateRequestDTO.d.ts +0 -44
  498. package/dist/src/models/EventUpdateRequestDTO.js +0 -53
  499. package/dist/src/models/FraudManagementModel.d.ts +0 -38
  500. package/dist/src/models/FraudManagementModel.js +0 -51
  501. package/dist/src/models/FreshdeskCompanyTicketsModel.d.ts +0 -51
  502. package/dist/src/models/FreshdeskCompanyTicketsModel.js +0 -56
  503. package/dist/src/models/FreshdeskTicketEntity.d.ts +0 -68
  504. package/dist/src/models/FreshdeskTicketEntity.js +0 -61
  505. package/dist/src/models/FtpAccountsEntity.d.ts +0 -56
  506. package/dist/src/models/FtpAccountsEntity.js +0 -57
  507. package/dist/src/models/GenericFileModel.d.ts +0 -44
  508. package/dist/src/models/GenericFileModel.js +0 -53
  509. package/dist/src/models/GetGetPrice200Response.d.ts +0 -32
  510. package/dist/src/models/GetGetPrice200Response.js +0 -49
  511. package/dist/src/models/GetGetRecording200Response.d.ts +0 -32
  512. package/dist/src/models/GetGetRecording200Response.js +0 -49
  513. package/dist/src/models/HostingChangeResponseModel.d.ts +0 -64
  514. package/dist/src/models/HostingChangeResponseModel.js +0 -65
  515. package/dist/src/models/HostingRegionDTO.d.ts +0 -59
  516. package/dist/src/models/HostingRegionDTO.js +0 -68
  517. package/dist/src/models/InstanceAutoFailoverEntity.d.ts +0 -56
  518. package/dist/src/models/InstanceAutoFailoverEntity.js +0 -57
  519. package/dist/src/models/InstanceDeletionScheduleEntity.d.ts +0 -50
  520. package/dist/src/models/InstanceDeletionScheduleEntity.js +0 -55
  521. package/dist/src/models/InstanceEntity.d.ts +0 -152
  522. package/dist/src/models/InstanceEntity.js +0 -89
  523. package/dist/src/models/InstanceFailoverEntity.d.ts +0 -92
  524. package/dist/src/models/InstanceFailoverEntity.js +0 -69
  525. package/dist/src/models/InstanceMonitoringEntity.d.ts +0 -44
  526. package/dist/src/models/InstanceMonitoringEntity.js +0 -53
  527. package/dist/src/models/InstanceMonitoringLogEntity.d.ts +0 -62
  528. package/dist/src/models/InstanceMonitoringLogEntity.js +0 -59
  529. package/dist/src/models/InstanceScheduledTasksEntity.d.ts +0 -62
  530. package/dist/src/models/InstanceScheduledTasksEntity.js +0 -59
  531. package/dist/src/models/InstanceTcxDetailsEntity.d.ts +0 -86
  532. package/dist/src/models/InstanceTcxDetailsEntity.js +0 -67
  533. package/dist/src/models/InstanceUserCredentialsEntity.d.ts +0 -56
  534. package/dist/src/models/InstanceUserCredentialsEntity.js +0 -57
  535. package/dist/src/models/ItemDTO.d.ts +0 -117
  536. package/dist/src/models/ItemDTO.js +0 -78
  537. package/dist/src/models/ItemDiscountEntity.d.ts +0 -77
  538. package/dist/src/models/ItemDiscountEntity.js +0 -70
  539. package/dist/src/models/ItemEntity.d.ts +0 -158
  540. package/dist/src/models/ItemEntity.js +0 -91
  541. package/dist/src/models/LinkedOrderEntity.d.ts +0 -38
  542. package/dist/src/models/LinkedOrderEntity.js +0 -51
  543. package/dist/src/models/MFARequiredModel.d.ts +0 -38
  544. package/dist/src/models/MFARequiredModel.js +0 -51
  545. package/dist/src/models/MonthlyUsageModel.d.ts +0 -38
  546. package/dist/src/models/MonthlyUsageModel.js +0 -51
  547. package/dist/src/models/MultiTenantChangeResponseModel.d.ts +0 -70
  548. package/dist/src/models/MultiTenantChangeResponseModel.js +0 -75
  549. package/dist/src/models/NavigationModel.d.ts +0 -50
  550. package/dist/src/models/NavigationModel.js +0 -55
  551. package/dist/src/models/OfflineInstancesEntity.d.ts +0 -56
  552. package/dist/src/models/OfflineInstancesEntity.js +0 -57
  553. package/dist/src/models/OrderEntity.d.ts +0 -374
  554. package/dist/src/models/OrderEntity.js +0 -163
  555. package/dist/src/models/OrderRequestModel.d.ts +0 -120
  556. package/dist/src/models/OrderRequestModel.js +0 -88
  557. package/dist/src/models/OrderSummariesModel.d.ts +0 -51
  558. package/dist/src/models/OrderSummariesModel.js +0 -56
  559. package/dist/src/models/OrderSummaryDTO.d.ts +0 -126
  560. package/dist/src/models/OrderSummaryDTO.js +0 -83
  561. package/dist/src/models/OrderTotalModel.d.ts +0 -111
  562. package/dist/src/models/OrderTotalModel.js +0 -100
  563. package/dist/src/models/OrderedItemEntity.d.ts +0 -110
  564. package/dist/src/models/OrderedItemEntity.js +0 -75
  565. package/dist/src/models/PatchSetTcxWizardCnameRequest.d.ts +0 -32
  566. package/dist/src/models/PatchSetTcxWizardCnameRequest.js +0 -49
  567. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.d.ts +0 -32
  568. package/dist/src/models/PatchUpdateAccountContactPasswordRequest.js +0 -49
  569. package/dist/src/models/PortalAccountModel.d.ts +0 -171
  570. package/dist/src/models/PortalAccountModel.js +0 -96
  571. package/dist/src/models/PortalLoginModel.d.ts +0 -68
  572. package/dist/src/models/PortalLoginModel.js +0 -61
  573. package/dist/src/models/PostAddWebhook200Response.d.ts +0 -32
  574. package/dist/src/models/PostAddWebhook200Response.js +0 -49
  575. package/dist/src/models/PostGetClientCredentialsRequest.d.ts +0 -32
  576. package/dist/src/models/PostGetClientCredentialsRequest.js +0 -49
  577. package/dist/src/models/PostGetProductForCustomerRequest.d.ts +0 -50
  578. package/dist/src/models/PostGetProductForCustomerRequest.js +0 -55
  579. package/dist/src/models/PostGetProductRequest.d.ts +0 -44
  580. package/dist/src/models/PostGetProductRequest.js +0 -53
  581. package/dist/src/models/PriceListItemModel.d.ts +0 -56
  582. package/dist/src/models/PriceListItemModel.js +0 -57
  583. package/dist/src/models/PrizesEntity.d.ts +0 -62
  584. package/dist/src/models/PrizesEntity.js +0 -59
  585. package/dist/src/models/ProductPriceListItemModel.d.ts +0 -62
  586. package/dist/src/models/ProductPriceListItemModel.js +0 -59
  587. package/dist/src/models/ProductSearchResultsModel.d.ts +0 -33
  588. package/dist/src/models/ProductSearchResultsModel.js +0 -50
  589. package/dist/src/models/ProductSerialInfoModel.d.ts +0 -50
  590. package/dist/src/models/ProductSerialInfoModel.js +0 -55
  591. package/dist/src/models/ProductSummaryDTO.d.ts +0 -81
  592. package/dist/src/models/ProductSummaryDTO.js +0 -66
  593. package/dist/src/models/PromoCodesEntity.d.ts +0 -98
  594. package/dist/src/models/PromoCodesEntity.js +0 -71
  595. package/dist/src/models/PromoItemsEntity.d.ts +0 -74
  596. package/dist/src/models/PromoItemsEntity.js +0 -63
  597. package/dist/src/models/ProvisioningModel.d.ts +0 -56
  598. package/dist/src/models/ProvisioningModel.js +0 -57
  599. package/dist/src/models/ProvisioningRequestEntity.d.ts +0 -44
  600. package/dist/src/models/ProvisioningRequestEntity.js +0 -53
  601. package/dist/src/models/RecordingBackupAzureModel.d.ts +0 -50
  602. package/dist/src/models/RecordingBackupAzureModel.js +0 -55
  603. package/dist/src/models/RecordingsBackupInfoDTO.d.ts +0 -40
  604. package/dist/src/models/RecordingsBackupInfoDTO.js +0 -53
  605. package/dist/src/models/ResourceNotReadyException.d.ts +0 -44
  606. package/dist/src/models/ResourceNotReadyException.js +0 -53
  607. package/dist/src/models/RootAccessModel.d.ts +0 -44
  608. package/dist/src/models/RootAccessModel.js +0 -53
  609. package/dist/src/models/S3BucketEntity.d.ts +0 -50
  610. package/dist/src/models/S3BucketEntity.js +0 -55
  611. package/dist/src/models/ScannedItemModel.d.ts +0 -56
  612. package/dist/src/models/ScannedItemModel.js +0 -57
  613. package/dist/src/models/ScopeModel.d.ts +0 -38
  614. package/dist/src/models/ScopeModel.js +0 -51
  615. package/dist/src/models/ServiceEnum.d.ts +0 -14
  616. package/dist/src/models/ServiceEnum.js +0 -19
  617. package/dist/src/models/ServiceHealthDTO.d.ts +0 -48
  618. package/dist/src/models/ServiceHealthDTO.js +0 -61
  619. package/dist/src/models/ServiceHealthEnum.d.ts +0 -19
  620. package/dist/src/models/ServiceHealthEnum.js +0 -24
  621. package/dist/src/models/ServiceStatusDTO.d.ts +0 -60
  622. package/dist/src/models/ServiceStatusDTO.js +0 -65
  623. package/dist/src/models/ServiceStatusEnum.d.ts +0 -19
  624. package/dist/src/models/ServiceStatusEnum.js +0 -24
  625. package/dist/src/models/ShipmentAddressEntity.d.ts +0 -92
  626. package/dist/src/models/ShipmentAddressEntity.js +0 -69
  627. package/dist/src/models/ShipmentEntity.d.ts +0 -98
  628. package/dist/src/models/ShipmentEntity.js +0 -71
  629. package/dist/src/models/ShipmentItemEntity.d.ts +0 -56
  630. package/dist/src/models/ShipmentItemEntity.js +0 -57
  631. package/dist/src/models/ShippingConsignmentModel.d.ts +0 -51
  632. package/dist/src/models/ShippingConsignmentModel.js +0 -56
  633. package/dist/src/models/ShippingInformationDTO.d.ts +0 -45
  634. package/dist/src/models/ShippingInformationDTO.js +0 -54
  635. package/dist/src/models/ShippingServiceDTO.d.ts +0 -47
  636. package/dist/src/models/ShippingServiceDTO.js +0 -60
  637. package/dist/src/models/ShippingServiceModel.d.ts +0 -71
  638. package/dist/src/models/ShippingServiceModel.js +0 -68
  639. package/dist/src/models/ShippingServicesModel.d.ts +0 -33
  640. package/dist/src/models/ShippingServicesModel.js +0 -50
  641. package/dist/src/models/SipTrunkChangeResponseModel.d.ts +0 -77
  642. package/dist/src/models/SipTrunkChangeResponseModel.js +0 -78
  643. package/dist/src/models/SipTrunkCreationRequestModel.d.ts +0 -66
  644. package/dist/src/models/SipTrunkCreationRequestModel.js +0 -63
  645. package/dist/src/models/SipTrunkEntity.d.ts +0 -98
  646. package/dist/src/models/SipTrunkEntity.js +0 -71
  647. package/dist/src/models/SipTrunksResponseModel.d.ts +0 -51
  648. package/dist/src/models/SipTrunksResponseModel.js +0 -56
  649. package/dist/src/models/SmsAccountEntity.d.ts +0 -68
  650. package/dist/src/models/SmsAccountEntity.js +0 -61
  651. package/dist/src/models/SmsDataModel.d.ts +0 -33
  652. package/dist/src/models/SmsDataModel.js +0 -50
  653. package/dist/src/models/SmsMessageModel.d.ts +0 -44
  654. package/dist/src/models/SmsMessageModel.js +0 -53
  655. package/dist/src/models/SmsNumbersEntity.d.ts +0 -38
  656. package/dist/src/models/SmsNumbersEntity.js +0 -51
  657. package/dist/src/models/SmsPayloadModel.d.ts +0 -45
  658. package/dist/src/models/SmsPayloadModel.js +0 -54
  659. package/dist/src/models/SmsPhoneNumberModel.d.ts +0 -53
  660. package/dist/src/models/SmsPhoneNumberModel.js +0 -66
  661. package/dist/src/models/SmsResponseModel.d.ts +0 -67
  662. package/dist/src/models/SmsResponseModel.js +0 -68
  663. package/dist/src/models/SmsWhitelistEntity.d.ts +0 -38
  664. package/dist/src/models/SmsWhitelistEntity.js +0 -51
  665. package/dist/src/models/StockOrderCourierEntity.d.ts +0 -50
  666. package/dist/src/models/StockOrderCourierEntity.js +0 -55
  667. package/dist/src/models/StockOrderDeductionModel.d.ts +0 -50
  668. package/dist/src/models/StockOrderDeductionModel.js +0 -55
  669. package/dist/src/models/StockOrderDeductionRequestModel.d.ts +0 -38
  670. package/dist/src/models/StockOrderDeductionRequestModel.js +0 -51
  671. package/dist/src/models/StockOrderDeductionsEntity.d.ts +0 -50
  672. package/dist/src/models/StockOrderDeductionsEntity.js +0 -55
  673. package/dist/src/models/StockOrderEntity.d.ts +0 -158
  674. package/dist/src/models/StockOrderEntity.js +0 -91
  675. package/dist/src/models/StockOrderItemEntity.d.ts +0 -68
  676. package/dist/src/models/StockOrderItemEntity.js +0 -61
  677. package/dist/src/models/StockOrderItemModel.d.ts +0 -80
  678. package/dist/src/models/StockOrderItemModel.js +0 -65
  679. package/dist/src/models/StockOrderItemRequestModel.d.ts +0 -50
  680. package/dist/src/models/StockOrderItemRequestModel.js +0 -55
  681. package/dist/src/models/StockOrderModel.d.ts +0 -137
  682. package/dist/src/models/StockOrderModel.js +0 -97
  683. package/dist/src/models/StockOrderProductEntity.d.ts +0 -62
  684. package/dist/src/models/StockOrderProductEntity.js +0 -59
  685. package/dist/src/models/StockOrderRequestModel.d.ts +0 -46
  686. package/dist/src/models/StockOrderRequestModel.js +0 -55
  687. package/dist/src/models/StockOrderSupplierEntity.d.ts +0 -80
  688. package/dist/src/models/StockOrderSupplierEntity.js +0 -65
  689. package/dist/src/models/StockOrderSupplierModel.d.ts +0 -80
  690. package/dist/src/models/StockOrderSupplierModel.js +0 -65
  691. package/dist/src/models/StockOrdersModel.d.ts +0 -51
  692. package/dist/src/models/StockOrdersModel.js +0 -56
  693. package/dist/src/models/StockProductModel.d.ts +0 -120
  694. package/dist/src/models/StockProductModel.js +0 -81
  695. package/dist/src/models/StockProductPriceModel.d.ts +0 -39
  696. package/dist/src/models/StockProductPriceModel.js +0 -52
  697. package/dist/src/models/StockProductSummariesModel.d.ts +0 -51
  698. package/dist/src/models/StockProductSummariesModel.js +0 -56
  699. package/dist/src/models/StockProductSummaryModel.d.ts +0 -69
  700. package/dist/src/models/StockProductSummaryModel.js +0 -62
  701. package/dist/src/models/StockTransactionsEntity.d.ts +0 -74
  702. package/dist/src/models/StockTransactionsEntity.js +0 -63
  703. package/dist/src/models/SupplierEntity.d.ts +0 -80
  704. package/dist/src/models/SupplierEntity.js +0 -65
  705. package/dist/src/models/SupplierItemEntity.d.ts +0 -74
  706. package/dist/src/models/SupplierItemEntity.js +0 -63
  707. package/dist/src/models/TcxBackupEntity.d.ts +0 -80
  708. package/dist/src/models/TcxBackupEntity.js +0 -65
  709. package/dist/src/models/TcxBackupModel.d.ts +0 -140
  710. package/dist/src/models/TcxBackupModel.js +0 -85
  711. package/dist/src/models/TcxBillingEntity.d.ts +0 -86
  712. package/dist/src/models/TcxBillingEntity.js +0 -67
  713. package/dist/src/models/TcxBulkLicenceDetailsModel.d.ts +0 -40
  714. package/dist/src/models/TcxBulkLicenceDetailsModel.js +0 -53
  715. package/dist/src/models/TcxDeadLicenceEntity.d.ts +0 -44
  716. package/dist/src/models/TcxDeadLicenceEntity.js +0 -53
  717. package/dist/src/models/TcxExtsEntity.d.ts +0 -74
  718. package/dist/src/models/TcxExtsEntity.js +0 -63
  719. package/dist/src/models/TcxHostingPricingEntity.d.ts +0 -74
  720. package/dist/src/models/TcxHostingPricingEntity.js +0 -63
  721. package/dist/src/models/TcxInstallationDetailsModel.d.ts +0 -106
  722. package/dist/src/models/TcxInstallationDetailsModel.js +0 -75
  723. package/dist/src/models/TcxInstallationModel.d.ts +0 -200
  724. package/dist/src/models/TcxInstallationModel.js +0 -105
  725. package/dist/src/models/TcxInstallationsModel.d.ts +0 -51
  726. package/dist/src/models/TcxInstallationsModel.js +0 -56
  727. package/dist/src/models/TcxKeySummaryDTO.d.ts +0 -56
  728. package/dist/src/models/TcxKeySummaryDTO.js +0 -57
  729. package/dist/src/models/TcxKeysEntity.d.ts +0 -62
  730. package/dist/src/models/TcxKeysEntity.js +0 -59
  731. package/dist/src/models/TcxLicenceDetailsErrorModel.d.ts +0 -50
  732. package/dist/src/models/TcxLicenceDetailsErrorModel.js +0 -55
  733. package/dist/src/models/TcxLicenceDetailsModel.d.ts +0 -92
  734. package/dist/src/models/TcxLicenceDetailsModel.js +0 -69
  735. package/dist/src/models/TcxMacsEntity.d.ts +0 -44
  736. package/dist/src/models/TcxMacsEntity.js +0 -53
  737. package/dist/src/models/TcxMultiTenantModel.d.ts +0 -118
  738. package/dist/src/models/TcxMultiTenantModel.js +0 -83
  739. package/dist/src/models/TcxMultiTenantUserModel.d.ts +0 -44
  740. package/dist/src/models/TcxMultiTenantUserModel.js +0 -53
  741. package/dist/src/models/TcxMultiTenantsModel.d.ts +0 -51
  742. package/dist/src/models/TcxMultiTenantsModel.js +0 -56
  743. package/dist/src/models/TcxNumbersEntity.d.ts +0 -44
  744. package/dist/src/models/TcxNumbersEntity.js +0 -53
  745. package/dist/src/models/TcxOfficeHoursEntity.d.ts +0 -116
  746. package/dist/src/models/TcxOfficeHoursEntity.js +0 -77
  747. package/dist/src/models/TcxPhoneModel.d.ts +0 -68
  748. package/dist/src/models/TcxPhoneModel.js +0 -61
  749. package/dist/src/models/TcxPhonesEntity.d.ts +0 -62
  750. package/dist/src/models/TcxPhonesEntity.js +0 -59
  751. package/dist/src/models/TcxRemoteStorageModel.d.ts +0 -50
  752. package/dist/src/models/TcxRemoteStorageModel.js +0 -55
  753. package/dist/src/models/TcxSbcDTO.d.ts +0 -62
  754. package/dist/src/models/TcxSbcDTO.js +0 -59
  755. package/dist/src/models/TcxSbcEntity.d.ts +0 -122
  756. package/dist/src/models/TcxSbcEntity.js +0 -79
  757. package/dist/src/models/TcxSbcModel.d.ts +0 -122
  758. package/dist/src/models/TcxSbcModel.js +0 -79
  759. package/dist/src/models/TcxSetupEntity.d.ts +0 -207
  760. package/dist/src/models/TcxSetupEntity.js +0 -123
  761. package/dist/src/models/TcxSetupsModel.d.ts +0 -51
  762. package/dist/src/models/TcxSetupsModel.js +0 -56
  763. package/dist/src/models/TcxSipTrunksEntity.d.ts +0 -104
  764. package/dist/src/models/TcxSipTrunksEntity.js +0 -73
  765. package/dist/src/models/TcxTemplateXmlEnum.d.ts +0 -38
  766. package/dist/src/models/TcxTemplateXmlEnum.js +0 -51
  767. package/dist/src/models/TcxUsersEntity.d.ts +0 -62
  768. package/dist/src/models/TcxUsersEntity.js +0 -59
  769. package/dist/src/models/TcxWizardConfigModel.d.ts +0 -39
  770. package/dist/src/models/TcxWizardConfigModel.js +0 -52
  771. package/dist/src/models/TcxWizardModel.d.ts +0 -150
  772. package/dist/src/models/TcxWizardModel.js +0 -114
  773. package/dist/src/models/TechSupportCompanySummaryDTO.d.ts +0 -57
  774. package/dist/src/models/TechSupportCompanySummaryDTO.js +0 -58
  775. package/dist/src/models/TelephonySupportTicketModel.d.ts +0 -94
  776. package/dist/src/models/TelephonySupportTicketModel.js +0 -71
  777. package/dist/src/models/TicketSummaryModel.d.ts +0 -74
  778. package/dist/src/models/TicketSummaryModel.js +0 -63
  779. package/dist/src/models/TicketTimeDTO.d.ts +0 -80
  780. package/dist/src/models/TicketTimeDTO.js +0 -65
  781. package/dist/src/models/TokenResponseModel.d.ts +0 -44
  782. package/dist/src/models/TokenResponseModel.js +0 -53
  783. package/dist/src/models/UpdateTypeEnum.d.ts +0 -19
  784. package/dist/src/models/UpdateTypeEnum.js +0 -24
  785. package/dist/src/models/UpgradeOrderResponseModel.d.ts +0 -38
  786. package/dist/src/models/UpgradeOrderResponseModel.js +0 -51
  787. package/dist/src/models/UpgradeRequestModel.d.ts +0 -66
  788. package/dist/src/models/UpgradeRequestModel.js +0 -70
  789. package/dist/src/models/UserEntity.d.ts +0 -98
  790. package/dist/src/models/UserEntity.js +0 -71
  791. package/dist/src/models/XeroLogEntity.d.ts +0 -86
  792. package/dist/src/models/XeroLogEntity.js +0 -67
  793. package/dist/src/models/index.d.ts +0 -196
  794. package/dist/src/models/index.js +0 -214
  795. package/dist/src/runtime.d.ts +0 -184
  796. package/dist/src/runtime.js +0 -564
  797. package/docs/AccountPageDetailsDTO.md +0 -41
  798. package/docs/PostGetProductRequest.md +0 -24
  799. 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
  *
@@ -30,6 +30,9 @@ export interface AbstractOrderRequestDTO {
30
30
  * Provisioning URL
31
31
  */
32
32
  'provisioningUrl'?: string | null;
33
+ /**
34
+ * Shipping Address
35
+ */
33
36
  'shippingAddress'?: AddressModel | null;
34
37
  /**
35
38
  * Part Ship Order
@@ -40,6 +43,17 @@ export interface AbstractOrderRequestDTO {
40
43
  */
41
44
  'quote'?: boolean;
42
45
  }
46
+ /**
47
+ * Account Addresses
48
+ */
49
+ export interface AccountAddressesDTO {
50
+ 'billingAddress'?: AddressDTO;
51
+ 'shippingAddress'?: AddressDTO;
52
+ /**
53
+ * Addresses
54
+ */
55
+ 'previousShippingAddreses'?: Array<AddressDTO>;
56
+ }
43
57
  /**
44
58
  * AccountContactsEntity
45
59
  */
@@ -238,47 +252,42 @@ export interface AccountDetailedSummaryDTO {
238
252
  'balance'?: number | null;
239
253
  }
240
254
  /**
241
- * Account Page Details
255
+ * Account Finance DTO
242
256
  */
243
- export interface AccountPageDetailsDTO {
244
- /**
245
- * Xero ID
246
- */
247
- 'xeroId'?: string;
257
+ export interface AccountFinanceDTO {
248
258
  /**
249
- * Company
259
+ * Account ID
250
260
  */
251
- 'companyName'?: string;
252
- 'billingAddress'?: AddressDTO;
253
- 'shippingAddress'?: AddressDTO;
261
+ 'id'?: number;
254
262
  /**
255
- * Addresses
263
+ * Account Xero ID
256
264
  */
257
- 'previousShippingAddreses'?: Array<AddressDTO>;
265
+ 'xeroId'?: string;
258
266
  /**
259
- * Portal Access
267
+ * Account Number
260
268
  */
261
- 'portalAccess'?: boolean;
269
+ 'accountNumber'?: string;
262
270
  /**
263
- * Phone
271
+ * Credit Limit
264
272
  */
265
- 'phone'?: string;
273
+ 'creditLimit'?: number;
266
274
  /**
267
- * VAT Number
275
+ * Balance Used
268
276
  */
269
- 'vatNumber'?: string;
277
+ 'balance'?: number;
270
278
  /**
271
- * Company Number
279
+ * Overdue Amount
272
280
  */
273
- 'companyNumber'?: string;
281
+ 'overdue'?: number;
282
+ 'priceList'?: CustomerPriceListEnum;
274
283
  /**
275
- * CNAME
284
+ * SIP Trunk Channel Cost
276
285
  */
277
- 'cname'?: string;
286
+ 'sipChannelCost'?: number;
278
287
  /**
279
- * Prizes Enabled
288
+ * Xero Contact URL
280
289
  */
281
- 'prizesEnabled'?: boolean;
290
+ 'xeroUrl'?: string;
282
291
  }
283
292
  /**
284
293
  * New Account Request
@@ -608,6 +617,9 @@ export interface AdminOrderRequestDTO {
608
617
  * Provisioning URL
609
618
  */
610
619
  'provisioningUrl'?: string | null;
620
+ /**
621
+ * Shipping Address
622
+ */
611
623
  'shippingAddress'?: AddressModel | null;
612
624
  /**
613
625
  * Part Ship Order
@@ -645,7 +657,16 @@ export interface AdminOrderRequestDTO {
645
657
  * Send Order Email
646
658
  */
647
659
  'sendOrderEmail'?: boolean | null;
660
+ /**
661
+ * Payment Method
662
+ */
663
+ 'paymentMethod'?: AdminOrderRequestDTOPaymentMethodEnum | null;
648
664
  }
665
+ export declare const AdminOrderRequestDTOPaymentMethodEnum: {
666
+ readonly Card: "card";
667
+ readonly Bacs: "bacs";
668
+ };
669
+ export type AdminOrderRequestDTOPaymentMethodEnum = typeof AdminOrderRequestDTOPaymentMethodEnum[keyof typeof AdminOrderRequestDTOPaymentMethodEnum];
649
670
  /**
650
671
  * Admin User
651
672
  */
@@ -682,6 +703,14 @@ export interface AdminUserModel {
682
703
  * Secondary Colour
683
704
  */
684
705
  'secondaryHex'?: string | null;
706
+ /**
707
+ * Scopes
708
+ */
709
+ 'scopes'?: Array<string> | null;
710
+ /**
711
+ * Groups
712
+ */
713
+ 'permissions'?: Array<AdminUserModelPermissionsEnum>;
685
714
  }
686
715
  export declare const AdminUserModelRoleEnum: {
687
716
  readonly NUMBER_0: 0;
@@ -691,6 +720,14 @@ export declare const AdminUserModelRoleEnum: {
691
720
  readonly NUMBER_4: 4;
692
721
  };
693
722
  export type AdminUserModelRoleEnum = typeof AdminUserModelRoleEnum[keyof typeof AdminUserModelRoleEnum];
723
+ export declare const AdminUserModelPermissionsEnum: {
724
+ readonly All: "All";
725
+ readonly Standard: "Standard";
726
+ readonly Technical: "Technical";
727
+ readonly Privileged: "Privileged";
728
+ readonly Development: "Development";
729
+ };
730
+ export type AdminUserModelPermissionsEnum = typeof AdminUserModelPermissionsEnum[keyof typeof AdminUserModelPermissionsEnum];
694
731
  /**
695
732
  * Agent Hours Graph
696
733
  */
@@ -1461,6 +1498,14 @@ export interface CreditAccountEntity {
1461
1498
  * Prize Promo Enabled
1462
1499
  */
1463
1500
  'prizePromo'?: boolean;
1501
+ /**
1502
+ * Portal Access
1503
+ */
1504
+ 'portalAccess'?: boolean;
1505
+ /**
1506
+ * CNAME
1507
+ */
1508
+ 'cname'?: string;
1464
1509
  }
1465
1510
  /**
1466
1511
  * Credit Note
@@ -1614,7 +1659,7 @@ export interface CrmActivityDTO {
1614
1659
  */
1615
1660
  'type'?: string;
1616
1661
  /**
1617
- * Date Time
1662
+ * Activity Timestamp
1618
1663
  */
1619
1664
  'timestamp'?: string | null;
1620
1665
  /**
@@ -1676,7 +1721,7 @@ export interface CrmContactDTO {
1676
1721
  */
1677
1722
  export interface CrmDateActivitiesDTO {
1678
1723
  /**
1679
- * Date Time
1724
+ * Date
1680
1725
  */
1681
1726
  'date'?: string | null;
1682
1727
  /**
@@ -1831,6 +1876,10 @@ export interface CustomerItemRequestDTO {
1831
1876
  * 3CX Hosting
1832
1877
  */
1833
1878
  'hosting'?: boolean | null;
1879
+ /**
1880
+ * 3CX Renewal Years (Upgrade only)
1881
+ */
1882
+ 'renewalYears'?: number | null;
1834
1883
  /**
1835
1884
  * Date Time
1836
1885
  */
@@ -1865,6 +1914,9 @@ export interface CustomerOrderRequestDTO {
1865
1914
  * Provisioning URL
1866
1915
  */
1867
1916
  'provisioningUrl'?: string | null;
1917
+ /**
1918
+ * Shipping Address
1919
+ */
1868
1920
  'shippingAddress'?: AddressModel | null;
1869
1921
  /**
1870
1922
  * Part Ship Order
@@ -1964,6 +2016,10 @@ export interface DetailedItemRequestDTO {
1964
2016
  * 3CX Hosting
1965
2017
  */
1966
2018
  'hosting'?: boolean | null;
2019
+ /**
2020
+ * 3CX Renewal Years (Upgrade only)
2021
+ */
2022
+ 'renewalYears'?: number | null;
1967
2023
  /**
1968
2024
  * Date Time
1969
2025
  */
@@ -2010,6 +2066,9 @@ export interface DetailedOrderRequestDTO {
2010
2066
  * Provisioning URL
2011
2067
  */
2012
2068
  'provisioningUrl'?: string | null;
2069
+ /**
2070
+ * Shipping Address
2071
+ */
2013
2072
  'shippingAddress'?: AddressModel | null;
2014
2073
  /**
2015
2074
  * Part Ship Order
@@ -2902,6 +2961,10 @@ export interface ItemDTO {
2902
2961
  * 3CX Hosting
2903
2962
  */
2904
2963
  'hosting'?: boolean | null;
2964
+ /**
2965
+ * 3CX Renewal Years (Upgrade only)
2966
+ */
2967
+ 'renewalYears'?: number | null;
2905
2968
  /**
2906
2969
  * Promo Item
2907
2970
  */
@@ -3361,6 +3424,17 @@ export interface OfflineInstancesEntity {
3361
3424
  */
3362
3425
  'alerted'?: number;
3363
3426
  }
3427
+ /**
3428
+ * Legacy Portal Order
3429
+ */
3430
+ export interface OrderDTO {
3431
+ /**
3432
+ * Basket
3433
+ */
3434
+ 'basket'?: Array<ItemDTO>;
3435
+ 'shippingAddress'?: ShippingAddressDTO;
3436
+ 'orderDetails'?: OrderDetailsDTO;
3437
+ }
3364
3438
  /**
3365
3439
  * Order Details
3366
3440
  */
@@ -3727,6 +3801,10 @@ export interface OrderItemDTO {
3727
3801
  * 3CX Hosting
3728
3802
  */
3729
3803
  'hosting'?: boolean | null;
3804
+ /**
3805
+ * 3CX Renewal Years (Upgrade only)
3806
+ */
3807
+ 'renewalYears'?: number | null;
3730
3808
  /**
3731
3809
  * Promo Item
3732
3810
  */
@@ -3827,6 +3905,23 @@ export declare const OrderRequestModelSchoolTypeEnum: {
3827
3905
  readonly Secondary: "secondary";
3828
3906
  };
3829
3907
  export type OrderRequestModelSchoolTypeEnum = typeof OrderRequestModelSchoolTypeEnum[keyof typeof OrderRequestModelSchoolTypeEnum];
3908
+ /**
3909
+ * Legacy Portal Response
3910
+ */
3911
+ export interface OrderResponseDTO {
3912
+ /**
3913
+ * URL
3914
+ */
3915
+ 'url'?: string | null;
3916
+ /**
3917
+ * Order ID
3918
+ */
3919
+ 'orderID'?: string | null;
3920
+ /**
3921
+ * Unique ID
3922
+ */
3923
+ 'uniqueID'?: string | null;
3924
+ }
3830
3925
  /**
3831
3926
  * Sales Orders
3832
3927
  */
@@ -4101,6 +4196,51 @@ export interface OrderedItemModel {
4101
4196
  */
4102
4197
  'returnedStock'?: number;
4103
4198
  }
4199
+ /**
4200
+ * 3CX Partner Details
4201
+ */
4202
+ export interface PartnerDTO {
4203
+ /**
4204
+ * 3CX Partner ID
4205
+ */
4206
+ 'partnerId'?: string;
4207
+ /**
4208
+ * 3CX Partner Company Name
4209
+ */
4210
+ 'companyName'?: string;
4211
+ /**
4212
+ * 3CX Partner Contact Name
4213
+ */
4214
+ 'contactName'?: string;
4215
+ /**
4216
+ * 3CX Partner Contact Phone
4217
+ */
4218
+ 'contactPhone'?: string;
4219
+ /**
4220
+ * 3CX Partner Contact Email
4221
+ */
4222
+ 'contactEmail'?: string;
4223
+ /**
4224
+ * 3CX Partner Level
4225
+ */
4226
+ 'partnerLevel'?: string;
4227
+ /**
4228
+ * 3CX Partner Licence Discount Percent
4229
+ */
4230
+ 'licenceDiscountPercent'?: number;
4231
+ /**
4232
+ * 3CX Partner Hosting Discount Percent
4233
+ */
4234
+ 'hostingDisountPercent'?: number;
4235
+ /**
4236
+ * 3CX Hosting Price List ID
4237
+ */
4238
+ 'hostingPriceListId'?: number;
4239
+ /**
4240
+ * 3CX Installation URL
4241
+ */
4242
+ 'installationUrl'?: string;
4243
+ }
4104
4244
  export interface PatchUpdateAccountCnameRequest {
4105
4245
  /**
4106
4246
  * CNAME
@@ -4131,6 +4271,54 @@ export interface PatchUpdateAccountVatNumberRequest {
4131
4271
  */
4132
4272
  'vatNumber'?: string;
4133
4273
  }
4274
+ export interface PatchUpdateCreditLimitRequest {
4275
+ /**
4276
+ * Credit Limit
4277
+ */
4278
+ 'creditLimit'?: number;
4279
+ }
4280
+ export interface PatchUpdatePriceListRequest {
4281
+ /**
4282
+ * Price List
4283
+ */
4284
+ 'priceList'?: PatchUpdatePriceListRequestPriceListEnum;
4285
+ }
4286
+ export declare const PatchUpdatePriceListRequestPriceListEnum: {
4287
+ readonly Rrp: "RRP";
4288
+ readonly Trade: "Trade";
4289
+ readonly Wholesale: "Wholesale";
4290
+ readonly Itsp: "ITSP";
4291
+ readonly SubDisti: "Sub Disti";
4292
+ readonly Distributor: "Distributor";
4293
+ readonly HotelDisti: "Hotel Disti";
4294
+ };
4295
+ export type PatchUpdatePriceListRequestPriceListEnum = typeof PatchUpdatePriceListRequestPriceListEnum[keyof typeof PatchUpdatePriceListRequestPriceListEnum];
4296
+ export interface PatchUpdateSipChannelCostRequest {
4297
+ /**
4298
+ * SIP Channel Cost
4299
+ */
4300
+ 'channelCost'?: number;
4301
+ }
4302
+ export interface PatchUpdateTcxHostingPriceListRequest {
4303
+ /**
4304
+ * Price List
4305
+ */
4306
+ 'priceList'?: PatchUpdateTcxHostingPriceListRequestPriceListEnum;
4307
+ }
4308
+ export declare const PatchUpdateTcxHostingPriceListRequestPriceListEnum: {
4309
+ readonly _1: "1";
4310
+ readonly _2: "2";
4311
+ readonly _3: "3";
4312
+ readonly _4: "4";
4313
+ readonly _5: "5";
4314
+ };
4315
+ export type PatchUpdateTcxHostingPriceListRequestPriceListEnum = typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum[keyof typeof PatchUpdateTcxHostingPriceListRequestPriceListEnum];
4316
+ export interface PatchUpdateTcxPartnerIdRequest {
4317
+ /**
4318
+ * Set Account 3CX Partner ID
4319
+ */
4320
+ 'partnerId'?: string;
4321
+ }
4134
4322
  /**
4135
4323
  * Customer Account
4136
4324
  */
@@ -4219,6 +4407,14 @@ export interface PortalAccountModel {
4219
4407
  * Prize Promo Enabled
4220
4408
  */
4221
4409
  'prizePromo'?: boolean;
4410
+ /**
4411
+ * Portal Access
4412
+ */
4413
+ 'portalAccess'?: boolean;
4414
+ /**
4415
+ * Wizard CNAME
4416
+ */
4417
+ 'cname'?: string;
4222
4418
  /**
4223
4419
  * Active Direct Debit Mandate
4224
4420
  */
@@ -4227,10 +4423,6 @@ export interface PortalAccountModel {
4227
4423
  * Portal Navigation
4228
4424
  */
4229
4425
  'navigation'?: Array<NavigationModel>;
4230
- /**
4231
- * Wizard CNAME
4232
- */
4233
- 'cname'?: string;
4234
4426
  }
4235
4427
  /**
4236
4428
  * Portal Login
@@ -4297,20 +4489,10 @@ export interface PostGetProductForCustomerRequest {
4297
4489
  * 3CX Sales Code
4298
4490
  */
4299
4491
  'tcxSalesCode'?: string | null;
4300
- }
4301
- export interface PostGetProductRequest {
4302
- /**
4303
- * Quantity
4304
- */
4305
- 'quantity'?: number | null;
4306
4492
  /**
4307
- * 3CX Licence Key
4308
- */
4309
- 'licenceKey'?: string | null;
4310
- /**
4311
- * 3CX Hosting
4493
+ * 3CX Renewal Years (Upgrade Only)
4312
4494
  */
4313
- 'hosting'?: boolean | null;
4495
+ 'renewalYears'?: number | null;
4314
4496
  }
4315
4497
  export interface PostSendWelcomeEmailRequest {
4316
4498
  /**
@@ -4483,7 +4665,7 @@ export interface ProductSummaryDTO {
4483
4665
  */
4484
4666
  'stockProduct'?: boolean;
4485
4667
  /**
4486
- * Date Time
4668
+ * Due Date
4487
4669
  */
4488
4670
  'dueDate'?: string | null;
4489
4671
  /**
@@ -4498,6 +4680,9 @@ export interface ProductSummaryDTO {
4498
4680
  * RRP Price
4499
4681
  */
4500
4682
  'rrp'?: number | null;
4683
+ /**
4684
+ * 3CX Licence Details
4685
+ */
4501
4686
  'licenceDetails'?: TcxLicenceDetailsModel | null;
4502
4687
  /**
4503
4688
  * 3CX Hosting
@@ -4607,11 +4792,11 @@ export interface ProspectDTO {
4607
4792
  */
4608
4793
  'telephone'?: string | null;
4609
4794
  /**
4610
- * Date Time
4795
+ * Last Order Date
4611
4796
  */
4612
4797
  'lastOrderDate'?: string | null;
4613
4798
  /**
4614
- * Date Time
4799
+ * Call Back Date
4615
4800
  */
4616
4801
  'callbackDate'?: string | null;
4617
4802
  /**
@@ -4626,6 +4811,10 @@ export interface ProspectDTO {
4626
4811
  * Status
4627
4812
  */
4628
4813
  'status'?: ProspectDTOStatusEnum;
4814
+ /**
4815
+ * Order Count
4816
+ */
4817
+ 'orderCount'?: number;
4629
4818
  }
4630
4819
  export declare const ProspectDTOStatusEnum: {
4631
4820
  readonly NoCallBackSet: "No Call Back Set";
@@ -4633,6 +4822,7 @@ export declare const ProspectDTOStatusEnum: {
4633
4822
  readonly NoOrdersPlaced: "No Orders Placed";
4634
4823
  readonly NoOrdersInTheLast4Months: "No Orders In The Last 4 Months";
4635
4824
  readonly NoActionRequired: "No Action Required";
4825
+ readonly DoNotCall: "Do Not Call";
4636
4826
  };
4637
4827
  export type ProspectDTOStatusEnum = typeof ProspectDTOStatusEnum[keyof typeof ProspectDTOStatusEnum];
4638
4828
  /**
@@ -4767,7 +4957,13 @@ export interface RecordingBackupAzureModel {
4767
4957
  * Recordings Backup Info
4768
4958
  */
4769
4959
  export interface RecordingsBackupInfoDTO {
4960
+ /**
4961
+ * Azure Backup Storage
4962
+ */
4770
4963
  'backup'?: RecordingBackupAzureModel | null;
4964
+ /**
4965
+ * 3CX Remote Storage
4966
+ */
4771
4967
  'storage'?: TcxRemoteStorageModel | null;
4772
4968
  }
4773
4969
  /**
@@ -4846,6 +5042,43 @@ export interface S3BucketEntity {
4846
5042
  */
4847
5043
  'secretAccessKey'?: string;
4848
5044
  }
5045
+ /**
5046
+ * Legacy Portal SBC
5047
+ */
5048
+ export interface SbcDTO {
5049
+ /**
5050
+ * No Config
5051
+ */
5052
+ 'noConfig'?: boolean | null;
5053
+ /**
5054
+ * DHCP
5055
+ */
5056
+ 'dhcp'?: boolean | null;
5057
+ /**
5058
+ * 3CX URL
5059
+ */
5060
+ 'url'?: boolean | null;
5061
+ /**
5062
+ * 3CX SBC Auth Key
5063
+ */
5064
+ 'authKey'?: boolean | null;
5065
+ /**
5066
+ * LAN IP Address
5067
+ */
5068
+ 'ipAddress'?: boolean | null;
5069
+ /**
5070
+ * LAN Subnet Mask
5071
+ */
5072
+ 'subnetMask'?: boolean | null;
5073
+ /**
5074
+ * LAN Default Gateway
5075
+ */
5076
+ 'defaultGateway'?: boolean | null;
5077
+ /**
5078
+ * DNS
5079
+ */
5080
+ 'dns'?: boolean | null;
5081
+ }
4849
5082
  /**
4850
5083
  * Item MAC & Serial Details
4851
5084
  */
@@ -5202,6 +5435,9 @@ export interface ShipmentRequestDTO {
5202
5435
  * Courier
5203
5436
  */
5204
5437
  'courier'?: ShipmentRequestDTOCourierEnum;
5438
+ /**
5439
+ * Address
5440
+ */
5205
5441
  'address'?: AddressModel | null;
5206
5442
  /**
5207
5443
  * Scanned Lines
@@ -5212,7 +5448,7 @@ export interface ShipmentRequestDTO {
5212
5448
  */
5213
5449
  'service'?: string;
5214
5450
  /**
5215
- * Date Time
5451
+ * Ship Date
5216
5452
  */
5217
5453
  'shipDate'?: string | null;
5218
5454
  /**
@@ -5226,6 +5462,43 @@ export declare const ShipmentRequestDTOCourierEnum: {
5226
5462
  readonly Pops: "POPS";
5227
5463
  };
5228
5464
  export type ShipmentRequestDTOCourierEnum = typeof ShipmentRequestDTOCourierEnum[keyof typeof ShipmentRequestDTOCourierEnum];
5465
+ /**
5466
+ * Legacy Portal Shipping Address
5467
+ */
5468
+ export interface ShippingAddressDTO {
5469
+ /**
5470
+ * Ship Name
5471
+ */
5472
+ 'shipName'?: string | null;
5473
+ /**
5474
+ * Ship Company
5475
+ */
5476
+ 'shipCompany'?: string | null;
5477
+ /**
5478
+ * Ship Address Line 1
5479
+ */
5480
+ 'shipAddress1'?: string | null;
5481
+ /**
5482
+ * Ship Address Line 2
5483
+ */
5484
+ 'shipAddress2'?: string | null;
5485
+ /**
5486
+ * Ship City
5487
+ */
5488
+ 'shipCity'?: string | null;
5489
+ /**
5490
+ * Ship Region
5491
+ */
5492
+ 'shipRegion'?: string | null;
5493
+ /**
5494
+ * Ship Post Code
5495
+ */
5496
+ 'shipPostCode'?: string | null;
5497
+ /**
5498
+ * Ship ISO
5499
+ */
5500
+ 'shipIso'?: string | null;
5501
+ }
5229
5502
  export interface ShippingConsignmentModel {
5230
5503
  'service'?: ShippingServiceModel;
5231
5504
  /**
@@ -6959,7 +7232,7 @@ export interface TcxKeySummaryDTO {
6959
7232
  */
6960
7233
  'edition'?: string;
6961
7234
  /**
6962
- * Date Time
7235
+ * Expiry Date
6963
7236
  */
6964
7237
  'expiry'?: string | null;
6965
7238
  }
@@ -8106,6 +8379,21 @@ export interface XeroLogEntity {
8106
8379
  * AccountsApi - axios parameter creator
8107
8380
  */
8108
8381
  export declare const AccountsApiAxiosParamCreator: (configuration?: Configuration) => {
8382
+ /**
8383
+ * Delete Account Contact
8384
+ * @param {string} id Account Xero ID
8385
+ * @param {number} contactId Contact ID
8386
+ * @param {*} [options] Override http request option.
8387
+ * @throws {RequiredError}
8388
+ */
8389
+ deleteAdminUpdateAccountContact: (id: string, contactId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8390
+ /**
8391
+ * Delete Account
8392
+ * @param {string} id Account Xero ID
8393
+ * @param {*} [options] Override http request option.
8394
+ * @throws {RequiredError}
8395
+ */
8396
+ deleteArchiveAccount: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8109
8397
  /**
8110
8398
  * Delete client credentials
8111
8399
  * @summary Delete client credentials
@@ -8122,6 +8410,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8122
8410
  * @throws {RequiredError}
8123
8411
  */
8124
8412
  deleteUpdateAccountContact: (email: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8413
+ /**
8414
+ * Get Account Contacts
8415
+ * @param {string} id Account Xero ID
8416
+ * @param {*} [options] Override http request option.
8417
+ * @throws {RequiredError}
8418
+ */
8419
+ getAdminCreateAccountContact: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8125
8420
  /**
8126
8421
  * Get Account
8127
8422
  * @summary Get Account
@@ -8129,6 +8424,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8129
8424
  * @throws {RequiredError}
8130
8425
  */
8131
8426
  getGetAccount: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8427
+ /**
8428
+ * Get Account Addresses
8429
+ * @param {string} id Xero ID
8430
+ * @param {*} [options] Override http request option.
8431
+ * @throws {RequiredError}
8432
+ */
8433
+ getGetAccountAddresses: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8132
8434
  /**
8133
8435
  * Get Account Contacts
8134
8436
  * @summary Get Account Contacts
@@ -8145,13 +8447,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8145
8447
  * @throws {RequiredError}
8146
8448
  */
8147
8449
  getGetAccountDetailedSummary: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8148
- /**
8149
- * Get Account Page Details
8150
- * @param {string} id Xero ID
8151
- * @param {*} [options] Override http request option.
8152
- * @throws {RequiredError}
8153
- */
8154
- getGetAccountPageInfo: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8155
8450
  /**
8156
8451
  * Get Accounts
8157
8452
  * @summary Get Accounts
@@ -8177,6 +8472,20 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8177
8472
  * @throws {RequiredError}
8178
8473
  */
8179
8474
  getGetCustomerKeys: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8475
+ /**
8476
+ * Get Account Finance
8477
+ * @param {string} id Account Xero ID
8478
+ * @param {*} [options] Override http request option.
8479
+ * @throws {RequiredError}
8480
+ */
8481
+ getGetFinanceSettings: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8482
+ /**
8483
+ * Get Account 3CX Details
8484
+ * @param {string} id Xero ID
8485
+ * @param {*} [options] Override http request option.
8486
+ * @throws {RequiredError}
8487
+ */
8488
+ getGetTcxPartnerDetails: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8180
8489
  /**
8181
8490
  * Verify account email address
8182
8491
  * @summary Verify account email address
@@ -8250,15 +8559,63 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8250
8559
  */
8251
8560
  patchUpdateAccountVatNumber: (id: string, patchUpdateAccountVatNumberRequest?: PatchUpdateAccountVatNumberRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8252
8561
  /**
8253
- * Add Account Contacts
8254
- * @summary Add Account Contact
8255
- * @param {AccountContactRequestModel} [accountContactRequestModel] New account request
8562
+ * Set Account Credit Limit
8563
+ * @param {string} id Xero ID
8564
+ * @param {PatchUpdateCreditLimitRequest} [patchUpdateCreditLimitRequest] Credit Limit Request
8256
8565
  * @param {*} [options] Override http request option.
8257
8566
  * @throws {RequiredError}
8258
8567
  */
8259
- postGetAccountContacts: (accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8568
+ patchUpdateCreditLimit: (id: string, patchUpdateCreditLimitRequest?: PatchUpdateCreditLimitRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8260
8569
  /**
8261
- * Create new customer account
8570
+ * Set Account Price List
8571
+ * @param {string} id Xero ID
8572
+ * @param {PatchUpdatePriceListRequest} [patchUpdatePriceListRequest] Price List Request
8573
+ * @param {*} [options] Override http request option.
8574
+ * @throws {RequiredError}
8575
+ */
8576
+ patchUpdatePriceList: (id: string, patchUpdatePriceListRequest?: PatchUpdatePriceListRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8577
+ /**
8578
+ * Set Account SIP Channel Cost
8579
+ * @param {string} id Xero ID
8580
+ * @param {PatchUpdateSipChannelCostRequest} [patchUpdateSipChannelCostRequest] SIP Channel Cost Request
8581
+ * @param {*} [options] Override http request option.
8582
+ * @throws {RequiredError}
8583
+ */
8584
+ patchUpdateSipChannelCost: (id: string, patchUpdateSipChannelCostRequest?: PatchUpdateSipChannelCostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8585
+ /**
8586
+ * Set Account 3CX Hosting Price List
8587
+ * @param {string} id Xero ID
8588
+ * @param {PatchUpdateTcxHostingPriceListRequest} [patchUpdateTcxHostingPriceListRequest] 3CX Hosting Price List Request
8589
+ * @param {*} [options] Override http request option.
8590
+ * @throws {RequiredError}
8591
+ */
8592
+ patchUpdateTcxHostingPriceList: (id: string, patchUpdateTcxHostingPriceListRequest?: PatchUpdateTcxHostingPriceListRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8593
+ /**
8594
+ * Set Account 3CX Partner ID
8595
+ * @param {string} id Xero ID
8596
+ * @param {PatchUpdateTcxPartnerIdRequest} [patchUpdateTcxPartnerIdRequest] Set Account 3CX Partner ID
8597
+ * @param {*} [options] Override http request option.
8598
+ * @throws {RequiredError}
8599
+ */
8600
+ patchUpdateTcxPartnerId: (id: string, patchUpdateTcxPartnerIdRequest?: PatchUpdateTcxPartnerIdRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8601
+ /**
8602
+ * Create Account Contact
8603
+ * @param {string} id Account Xero ID
8604
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Create Account Contact Request
8605
+ * @param {*} [options] Override http request option.
8606
+ * @throws {RequiredError}
8607
+ */
8608
+ postAdminCreateAccountContact: (id: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8609
+ /**
8610
+ * Add Account Contacts
8611
+ * @summary Add Account Contact
8612
+ * @param {AccountContactRequestModel} [accountContactRequestModel] New account request
8613
+ * @param {*} [options] Override http request option.
8614
+ * @throws {RequiredError}
8615
+ */
8616
+ postGetAccountContacts: (accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8617
+ /**
8618
+ * Create new customer account
8262
8619
  * @summary Create a new customer account
8263
8620
  * @param {AccountRequestModel} [accountRequestModel] New account request
8264
8621
  * @param {*} [options] Override http request option.
@@ -8314,6 +8671,15 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8314
8671
  * @throws {RequiredError}
8315
8672
  */
8316
8673
  postSubmitResellerApplication: (creditRequired?: number, companyNumber?: string, vatNumber?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8674
+ /**
8675
+ * Update Account Contact
8676
+ * @param {string} id Account Xero ID
8677
+ * @param {number} contactId Contact ID
8678
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Update Account Contact Request
8679
+ * @param {*} [options] Override http request option.
8680
+ * @throws {RequiredError}
8681
+ */
8682
+ putAdminUpdateAccountContact: (id: string, contactId: number, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
8317
8683
  /**
8318
8684
  * Update Account Contacts
8319
8685
  * @summary Update Account Contact
@@ -8344,6 +8710,21 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
8344
8710
  * AccountsApi - functional programming interface
8345
8711
  */
8346
8712
  export declare const AccountsApiFp: (configuration?: Configuration) => {
8713
+ /**
8714
+ * Delete Account Contact
8715
+ * @param {string} id Account Xero ID
8716
+ * @param {number} contactId Contact ID
8717
+ * @param {*} [options] Override http request option.
8718
+ * @throws {RequiredError}
8719
+ */
8720
+ deleteAdminUpdateAccountContact(id: string, contactId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8721
+ /**
8722
+ * Delete Account
8723
+ * @param {string} id Account Xero ID
8724
+ * @param {*} [options] Override http request option.
8725
+ * @throws {RequiredError}
8726
+ */
8727
+ deleteArchiveAccount(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8347
8728
  /**
8348
8729
  * Delete client credentials
8349
8730
  * @summary Delete client credentials
@@ -8360,6 +8741,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8360
8741
  * @throws {RequiredError}
8361
8742
  */
8362
8743
  deleteUpdateAccountContact(email: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8744
+ /**
8745
+ * Get Account Contacts
8746
+ * @param {string} id Account Xero ID
8747
+ * @param {*} [options] Override http request option.
8748
+ * @throws {RequiredError}
8749
+ */
8750
+ getAdminCreateAccountContact(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<AccountContactModel>>>;
8363
8751
  /**
8364
8752
  * Get Account
8365
8753
  * @summary Get Account
@@ -8367,6 +8755,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8367
8755
  * @throws {RequiredError}
8368
8756
  */
8369
8757
  getGetAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PortalAccountModel>>;
8758
+ /**
8759
+ * Get Account Addresses
8760
+ * @param {string} id Xero ID
8761
+ * @param {*} [options] Override http request option.
8762
+ * @throws {RequiredError}
8763
+ */
8764
+ getGetAccountAddresses(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountAddressesDTO>>;
8370
8765
  /**
8371
8766
  * Get Account Contacts
8372
8767
  * @summary Get Account Contacts
@@ -8383,13 +8778,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8383
8778
  * @throws {RequiredError}
8384
8779
  */
8385
8780
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountDetailedSummaryDTO>>;
8386
- /**
8387
- * Get Account Page Details
8388
- * @param {string} id Xero ID
8389
- * @param {*} [options] Override http request option.
8390
- * @throws {RequiredError}
8391
- */
8392
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountPageDetailsDTO>>;
8393
8781
  /**
8394
8782
  * Get Accounts
8395
8783
  * @summary Get Accounts
@@ -8415,6 +8803,20 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8415
8803
  * @throws {RequiredError}
8416
8804
  */
8417
8805
  getGetCustomerKeys(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<TcxKeySummaryDTO>>>;
8806
+ /**
8807
+ * Get Account Finance
8808
+ * @param {string} id Account Xero ID
8809
+ * @param {*} [options] Override http request option.
8810
+ * @throws {RequiredError}
8811
+ */
8812
+ getGetFinanceSettings(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountFinanceDTO>>;
8813
+ /**
8814
+ * Get Account 3CX Details
8815
+ * @param {string} id Xero ID
8816
+ * @param {*} [options] Override http request option.
8817
+ * @throws {RequiredError}
8818
+ */
8819
+ getGetTcxPartnerDetails(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PartnerDTO>>;
8418
8820
  /**
8419
8821
  * Verify account email address
8420
8822
  * @summary Verify account email address
@@ -8487,6 +8889,54 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8487
8889
  * @throws {RequiredError}
8488
8890
  */
8489
8891
  patchUpdateAccountVatNumber(id: string, patchUpdateAccountVatNumberRequest?: PatchUpdateAccountVatNumberRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8892
+ /**
8893
+ * Set Account Credit Limit
8894
+ * @param {string} id Xero ID
8895
+ * @param {PatchUpdateCreditLimitRequest} [patchUpdateCreditLimitRequest] Credit Limit Request
8896
+ * @param {*} [options] Override http request option.
8897
+ * @throws {RequiredError}
8898
+ */
8899
+ patchUpdateCreditLimit(id: string, patchUpdateCreditLimitRequest?: PatchUpdateCreditLimitRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountFinanceDTO>>;
8900
+ /**
8901
+ * Set Account Price List
8902
+ * @param {string} id Xero ID
8903
+ * @param {PatchUpdatePriceListRequest} [patchUpdatePriceListRequest] Price List Request
8904
+ * @param {*} [options] Override http request option.
8905
+ * @throws {RequiredError}
8906
+ */
8907
+ patchUpdatePriceList(id: string, patchUpdatePriceListRequest?: PatchUpdatePriceListRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountFinanceDTO>>;
8908
+ /**
8909
+ * Set Account SIP Channel Cost
8910
+ * @param {string} id Xero ID
8911
+ * @param {PatchUpdateSipChannelCostRequest} [patchUpdateSipChannelCostRequest] SIP Channel Cost Request
8912
+ * @param {*} [options] Override http request option.
8913
+ * @throws {RequiredError}
8914
+ */
8915
+ patchUpdateSipChannelCost(id: string, patchUpdateSipChannelCostRequest?: PatchUpdateSipChannelCostRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountFinanceDTO>>;
8916
+ /**
8917
+ * Set Account 3CX Hosting Price List
8918
+ * @param {string} id Xero ID
8919
+ * @param {PatchUpdateTcxHostingPriceListRequest} [patchUpdateTcxHostingPriceListRequest] 3CX Hosting Price List Request
8920
+ * @param {*} [options] Override http request option.
8921
+ * @throws {RequiredError}
8922
+ */
8923
+ patchUpdateTcxHostingPriceList(id: string, patchUpdateTcxHostingPriceListRequest?: PatchUpdateTcxHostingPriceListRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PartnerDTO>>;
8924
+ /**
8925
+ * Set Account 3CX Partner ID
8926
+ * @param {string} id Xero ID
8927
+ * @param {PatchUpdateTcxPartnerIdRequest} [patchUpdateTcxPartnerIdRequest] Set Account 3CX Partner ID
8928
+ * @param {*} [options] Override http request option.
8929
+ * @throws {RequiredError}
8930
+ */
8931
+ patchUpdateTcxPartnerId(id: string, patchUpdateTcxPartnerIdRequest?: PatchUpdateTcxPartnerIdRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PartnerDTO>>;
8932
+ /**
8933
+ * Create Account Contact
8934
+ * @param {string} id Account Xero ID
8935
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Create Account Contact Request
8936
+ * @param {*} [options] Override http request option.
8937
+ * @throws {RequiredError}
8938
+ */
8939
+ postAdminCreateAccountContact(id: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8490
8940
  /**
8491
8941
  * Add Account Contacts
8492
8942
  * @summary Add Account Contact
@@ -8552,6 +9002,15 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8552
9002
  * @throws {RequiredError}
8553
9003
  */
8554
9004
  postSubmitResellerApplication(creditRequired?: number, companyNumber?: string, vatNumber?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
9005
+ /**
9006
+ * Update Account Contact
9007
+ * @param {string} id Account Xero ID
9008
+ * @param {number} contactId Contact ID
9009
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Update Account Contact Request
9010
+ * @param {*} [options] Override http request option.
9011
+ * @throws {RequiredError}
9012
+ */
9013
+ putAdminUpdateAccountContact(id: string, contactId: number, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
8555
9014
  /**
8556
9015
  * Update Account Contacts
8557
9016
  * @summary Update Account Contact
@@ -8582,6 +9041,21 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
8582
9041
  * AccountsApi - factory interface
8583
9042
  */
8584
9043
  export declare const AccountsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
9044
+ /**
9045
+ * Delete Account Contact
9046
+ * @param {string} id Account Xero ID
9047
+ * @param {number} contactId Contact ID
9048
+ * @param {*} [options] Override http request option.
9049
+ * @throws {RequiredError}
9050
+ */
9051
+ deleteAdminUpdateAccountContact(id: string, contactId: number, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9052
+ /**
9053
+ * Delete Account
9054
+ * @param {string} id Account Xero ID
9055
+ * @param {*} [options] Override http request option.
9056
+ * @throws {RequiredError}
9057
+ */
9058
+ deleteArchiveAccount(id: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8585
9059
  /**
8586
9060
  * Delete client credentials
8587
9061
  * @summary Delete client credentials
@@ -8598,6 +9072,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8598
9072
  * @throws {RequiredError}
8599
9073
  */
8600
9074
  deleteUpdateAccountContact(email: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9075
+ /**
9076
+ * Get Account Contacts
9077
+ * @param {string} id Account Xero ID
9078
+ * @param {*} [options] Override http request option.
9079
+ * @throws {RequiredError}
9080
+ */
9081
+ getAdminCreateAccountContact(id: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<AccountContactModel>>;
8601
9082
  /**
8602
9083
  * Get Account
8603
9084
  * @summary Get Account
@@ -8605,6 +9086,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8605
9086
  * @throws {RequiredError}
8606
9087
  */
8607
9088
  getGetAccount(options?: RawAxiosRequestConfig): AxiosPromise<PortalAccountModel>;
9089
+ /**
9090
+ * Get Account Addresses
9091
+ * @param {string} id Xero ID
9092
+ * @param {*} [options] Override http request option.
9093
+ * @throws {RequiredError}
9094
+ */
9095
+ getGetAccountAddresses(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountAddressesDTO>;
8608
9096
  /**
8609
9097
  * Get Account Contacts
8610
9098
  * @summary Get Account Contacts
@@ -8621,13 +9109,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8621
9109
  * @throws {RequiredError}
8622
9110
  */
8623
9111
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AccountDetailedSummaryDTO>;
8624
- /**
8625
- * Get Account Page Details
8626
- * @param {string} id Xero ID
8627
- * @param {*} [options] Override http request option.
8628
- * @throws {RequiredError}
8629
- */
8630
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountPageDetailsDTO>;
8631
9112
  /**
8632
9113
  * Get Accounts
8633
9114
  * @summary Get Accounts
@@ -8653,6 +9134,20 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8653
9134
  * @throws {RequiredError}
8654
9135
  */
8655
9136
  getGetCustomerKeys(options?: RawAxiosRequestConfig): AxiosPromise<Array<TcxKeySummaryDTO>>;
9137
+ /**
9138
+ * Get Account Finance
9139
+ * @param {string} id Account Xero ID
9140
+ * @param {*} [options] Override http request option.
9141
+ * @throws {RequiredError}
9142
+ */
9143
+ getGetFinanceSettings(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountFinanceDTO>;
9144
+ /**
9145
+ * Get Account 3CX Details
9146
+ * @param {string} id Xero ID
9147
+ * @param {*} [options] Override http request option.
9148
+ * @throws {RequiredError}
9149
+ */
9150
+ getGetTcxPartnerDetails(id: string, options?: RawAxiosRequestConfig): AxiosPromise<PartnerDTO>;
8656
9151
  /**
8657
9152
  * Verify account email address
8658
9153
  * @summary Verify account email address
@@ -8725,6 +9220,54 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8725
9220
  * @throws {RequiredError}
8726
9221
  */
8727
9222
  patchUpdateAccountVatNumber(id: string, patchUpdateAccountVatNumberRequest?: PatchUpdateAccountVatNumberRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9223
+ /**
9224
+ * Set Account Credit Limit
9225
+ * @param {string} id Xero ID
9226
+ * @param {PatchUpdateCreditLimitRequest} [patchUpdateCreditLimitRequest] Credit Limit Request
9227
+ * @param {*} [options] Override http request option.
9228
+ * @throws {RequiredError}
9229
+ */
9230
+ patchUpdateCreditLimit(id: string, patchUpdateCreditLimitRequest?: PatchUpdateCreditLimitRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountFinanceDTO>;
9231
+ /**
9232
+ * Set Account Price List
9233
+ * @param {string} id Xero ID
9234
+ * @param {PatchUpdatePriceListRequest} [patchUpdatePriceListRequest] Price List Request
9235
+ * @param {*} [options] Override http request option.
9236
+ * @throws {RequiredError}
9237
+ */
9238
+ patchUpdatePriceList(id: string, patchUpdatePriceListRequest?: PatchUpdatePriceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountFinanceDTO>;
9239
+ /**
9240
+ * Set Account SIP Channel Cost
9241
+ * @param {string} id Xero ID
9242
+ * @param {PatchUpdateSipChannelCostRequest} [patchUpdateSipChannelCostRequest] SIP Channel Cost Request
9243
+ * @param {*} [options] Override http request option.
9244
+ * @throws {RequiredError}
9245
+ */
9246
+ patchUpdateSipChannelCost(id: string, patchUpdateSipChannelCostRequest?: PatchUpdateSipChannelCostRequest, options?: RawAxiosRequestConfig): AxiosPromise<AccountFinanceDTO>;
9247
+ /**
9248
+ * Set Account 3CX Hosting Price List
9249
+ * @param {string} id Xero ID
9250
+ * @param {PatchUpdateTcxHostingPriceListRequest} [patchUpdateTcxHostingPriceListRequest] 3CX Hosting Price List Request
9251
+ * @param {*} [options] Override http request option.
9252
+ * @throws {RequiredError}
9253
+ */
9254
+ patchUpdateTcxHostingPriceList(id: string, patchUpdateTcxHostingPriceListRequest?: PatchUpdateTcxHostingPriceListRequest, options?: RawAxiosRequestConfig): AxiosPromise<PartnerDTO>;
9255
+ /**
9256
+ * Set Account 3CX Partner ID
9257
+ * @param {string} id Xero ID
9258
+ * @param {PatchUpdateTcxPartnerIdRequest} [patchUpdateTcxPartnerIdRequest] Set Account 3CX Partner ID
9259
+ * @param {*} [options] Override http request option.
9260
+ * @throws {RequiredError}
9261
+ */
9262
+ patchUpdateTcxPartnerId(id: string, patchUpdateTcxPartnerIdRequest?: PatchUpdateTcxPartnerIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<PartnerDTO>;
9263
+ /**
9264
+ * Create Account Contact
9265
+ * @param {string} id Account Xero ID
9266
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Create Account Contact Request
9267
+ * @param {*} [options] Override http request option.
9268
+ * @throws {RequiredError}
9269
+ */
9270
+ postAdminCreateAccountContact(id: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8728
9271
  /**
8729
9272
  * Add Account Contacts
8730
9273
  * @summary Add Account Contact
@@ -8790,6 +9333,15 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8790
9333
  * @throws {RequiredError}
8791
9334
  */
8792
9335
  postSubmitResellerApplication(creditRequired?: number, companyNumber?: string, vatNumber?: string, options?: RawAxiosRequestConfig): AxiosPromise<void>;
9336
+ /**
9337
+ * Update Account Contact
9338
+ * @param {string} id Account Xero ID
9339
+ * @param {number} contactId Contact ID
9340
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Update Account Contact Request
9341
+ * @param {*} [options] Override http request option.
9342
+ * @throws {RequiredError}
9343
+ */
9344
+ putAdminUpdateAccountContact(id: string, contactId: number, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): AxiosPromise<void>;
8793
9345
  /**
8794
9346
  * Update Account Contacts
8795
9347
  * @summary Update Account Contact
@@ -8820,6 +9372,21 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
8820
9372
  * AccountsApi - object-oriented interface
8821
9373
  */
8822
9374
  export declare class AccountsApi extends BaseAPI {
9375
+ /**
9376
+ * Delete Account Contact
9377
+ * @param {string} id Account Xero ID
9378
+ * @param {number} contactId Contact ID
9379
+ * @param {*} [options] Override http request option.
9380
+ * @throws {RequiredError}
9381
+ */
9382
+ deleteAdminUpdateAccountContact(id: string, contactId: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9383
+ /**
9384
+ * Delete Account
9385
+ * @param {string} id Account Xero ID
9386
+ * @param {*} [options] Override http request option.
9387
+ * @throws {RequiredError}
9388
+ */
9389
+ deleteArchiveAccount(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8823
9390
  /**
8824
9391
  * Delete client credentials
8825
9392
  * @summary Delete client credentials
@@ -8836,6 +9403,13 @@ export declare class AccountsApi extends BaseAPI {
8836
9403
  * @throws {RequiredError}
8837
9404
  */
8838
9405
  deleteUpdateAccountContact(email: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9406
+ /**
9407
+ * Get Account Contacts
9408
+ * @param {string} id Account Xero ID
9409
+ * @param {*} [options] Override http request option.
9410
+ * @throws {RequiredError}
9411
+ */
9412
+ getAdminCreateAccountContact(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountContactModel[], any, {}>>;
8839
9413
  /**
8840
9414
  * Get Account
8841
9415
  * @summary Get Account
@@ -8843,6 +9417,13 @@ export declare class AccountsApi extends BaseAPI {
8843
9417
  * @throws {RequiredError}
8844
9418
  */
8845
9419
  getGetAccount(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PortalAccountModel, any, {}>>;
9420
+ /**
9421
+ * Get Account Addresses
9422
+ * @param {string} id Xero ID
9423
+ * @param {*} [options] Override http request option.
9424
+ * @throws {RequiredError}
9425
+ */
9426
+ getGetAccountAddresses(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountAddressesDTO, any, {}>>;
8846
9427
  /**
8847
9428
  * Get Account Contacts
8848
9429
  * @summary Get Account Contacts
@@ -8859,13 +9440,6 @@ export declare class AccountsApi extends BaseAPI {
8859
9440
  * @throws {RequiredError}
8860
9441
  */
8861
9442
  getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountDetailedSummaryDTO, any, {}>>;
8862
- /**
8863
- * Get Account Page Details
8864
- * @param {string} id Xero ID
8865
- * @param {*} [options] Override http request option.
8866
- * @throws {RequiredError}
8867
- */
8868
- getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountPageDetailsDTO, any, {}>>;
8869
9443
  /**
8870
9444
  * Get Accounts
8871
9445
  * @summary Get Accounts
@@ -8891,6 +9465,20 @@ export declare class AccountsApi extends BaseAPI {
8891
9465
  * @throws {RequiredError}
8892
9466
  */
8893
9467
  getGetCustomerKeys(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TcxKeySummaryDTO[], any, {}>>;
9468
+ /**
9469
+ * Get Account Finance
9470
+ * @param {string} id Account Xero ID
9471
+ * @param {*} [options] Override http request option.
9472
+ * @throws {RequiredError}
9473
+ */
9474
+ getGetFinanceSettings(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountFinanceDTO, any, {}>>;
9475
+ /**
9476
+ * Get Account 3CX Details
9477
+ * @param {string} id Xero ID
9478
+ * @param {*} [options] Override http request option.
9479
+ * @throws {RequiredError}
9480
+ */
9481
+ getGetTcxPartnerDetails(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PartnerDTO, any, {}>>;
8894
9482
  /**
8895
9483
  * Verify account email address
8896
9484
  * @summary Verify account email address
@@ -8963,6 +9551,54 @@ export declare class AccountsApi extends BaseAPI {
8963
9551
  * @throws {RequiredError}
8964
9552
  */
8965
9553
  patchUpdateAccountVatNumber(id: string, patchUpdateAccountVatNumberRequest?: PatchUpdateAccountVatNumberRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9554
+ /**
9555
+ * Set Account Credit Limit
9556
+ * @param {string} id Xero ID
9557
+ * @param {PatchUpdateCreditLimitRequest} [patchUpdateCreditLimitRequest] Credit Limit Request
9558
+ * @param {*} [options] Override http request option.
9559
+ * @throws {RequiredError}
9560
+ */
9561
+ patchUpdateCreditLimit(id: string, patchUpdateCreditLimitRequest?: PatchUpdateCreditLimitRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountFinanceDTO, any, {}>>;
9562
+ /**
9563
+ * Set Account Price List
9564
+ * @param {string} id Xero ID
9565
+ * @param {PatchUpdatePriceListRequest} [patchUpdatePriceListRequest] Price List Request
9566
+ * @param {*} [options] Override http request option.
9567
+ * @throws {RequiredError}
9568
+ */
9569
+ patchUpdatePriceList(id: string, patchUpdatePriceListRequest?: PatchUpdatePriceListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountFinanceDTO, any, {}>>;
9570
+ /**
9571
+ * Set Account SIP Channel Cost
9572
+ * @param {string} id Xero ID
9573
+ * @param {PatchUpdateSipChannelCostRequest} [patchUpdateSipChannelCostRequest] SIP Channel Cost Request
9574
+ * @param {*} [options] Override http request option.
9575
+ * @throws {RequiredError}
9576
+ */
9577
+ patchUpdateSipChannelCost(id: string, patchUpdateSipChannelCostRequest?: PatchUpdateSipChannelCostRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountFinanceDTO, any, {}>>;
9578
+ /**
9579
+ * Set Account 3CX Hosting Price List
9580
+ * @param {string} id Xero ID
9581
+ * @param {PatchUpdateTcxHostingPriceListRequest} [patchUpdateTcxHostingPriceListRequest] 3CX Hosting Price List Request
9582
+ * @param {*} [options] Override http request option.
9583
+ * @throws {RequiredError}
9584
+ */
9585
+ patchUpdateTcxHostingPriceList(id: string, patchUpdateTcxHostingPriceListRequest?: PatchUpdateTcxHostingPriceListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PartnerDTO, any, {}>>;
9586
+ /**
9587
+ * Set Account 3CX Partner ID
9588
+ * @param {string} id Xero ID
9589
+ * @param {PatchUpdateTcxPartnerIdRequest} [patchUpdateTcxPartnerIdRequest] Set Account 3CX Partner ID
9590
+ * @param {*} [options] Override http request option.
9591
+ * @throws {RequiredError}
9592
+ */
9593
+ patchUpdateTcxPartnerId(id: string, patchUpdateTcxPartnerIdRequest?: PatchUpdateTcxPartnerIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PartnerDTO, any, {}>>;
9594
+ /**
9595
+ * Create Account Contact
9596
+ * @param {string} id Account Xero ID
9597
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Create Account Contact Request
9598
+ * @param {*} [options] Override http request option.
9599
+ * @throws {RequiredError}
9600
+ */
9601
+ postAdminCreateAccountContact(id: string, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
8966
9602
  /**
8967
9603
  * Add Account Contacts
8968
9604
  * @summary Add Account Contact
@@ -9028,6 +9664,15 @@ export declare class AccountsApi extends BaseAPI {
9028
9664
  * @throws {RequiredError}
9029
9665
  */
9030
9666
  postSubmitResellerApplication(creditRequired?: number, companyNumber?: string, vatNumber?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9667
+ /**
9668
+ * Update Account Contact
9669
+ * @param {string} id Account Xero ID
9670
+ * @param {number} contactId Contact ID
9671
+ * @param {AccountContactRequestModel} [accountContactRequestModel] Update Account Contact Request
9672
+ * @param {*} [options] Override http request option.
9673
+ * @throws {RequiredError}
9674
+ */
9675
+ putAdminUpdateAccountContact(id: string, contactId: number, accountContactRequestModel?: AccountContactRequestModel, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
9031
9676
  /**
9032
9677
  * Update Account Contacts
9033
9678
  * @summary Update Account Contact
@@ -9064,6 +9709,66 @@ export declare const PatchSetPrizePromoStateEnum: {
9064
9709
  readonly Disable: "disable";
9065
9710
  };
9066
9711
  export type PatchSetPrizePromoStateEnum = typeof PatchSetPrizePromoStateEnum[keyof typeof PatchSetPrizePromoStateEnum];
9712
+ /**
9713
+ * BillingApi - axios parameter creator
9714
+ */
9715
+ export declare const BillingApiAxiosParamCreator: (configuration?: Configuration) => {
9716
+ /**
9717
+ * Get Billing Customers
9718
+ * @summary Get Billing Customers
9719
+ * @param {*} [options] Override http request option.
9720
+ * @throws {RequiredError}
9721
+ */
9722
+ getGetAllCustomer: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
9723
+ };
9724
+ /**
9725
+ * BillingApi - functional programming interface
9726
+ */
9727
+ export declare const BillingApiFp: (configuration?: Configuration) => {
9728
+ /**
9729
+ * Get Billing Customers
9730
+ * @summary Get Billing Customers
9731
+ * @param {*} [options] Override http request option.
9732
+ * @throws {RequiredError}
9733
+ */
9734
+ getGetAllCustomer(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
9735
+ [key: string]: {
9736
+ [key: string]: string;
9737
+ };
9738
+ }>>;
9739
+ };
9740
+ /**
9741
+ * BillingApi - factory interface
9742
+ */
9743
+ export declare const BillingApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
9744
+ /**
9745
+ * Get Billing Customers
9746
+ * @summary Get Billing Customers
9747
+ * @param {*} [options] Override http request option.
9748
+ * @throws {RequiredError}
9749
+ */
9750
+ getGetAllCustomer(options?: RawAxiosRequestConfig): AxiosPromise<{
9751
+ [key: string]: {
9752
+ [key: string]: string;
9753
+ };
9754
+ }>;
9755
+ };
9756
+ /**
9757
+ * BillingApi - object-oriented interface
9758
+ */
9759
+ export declare class BillingApi extends BaseAPI {
9760
+ /**
9761
+ * Get Billing Customers
9762
+ * @summary Get Billing Customers
9763
+ * @param {*} [options] Override http request option.
9764
+ * @throws {RequiredError}
9765
+ */
9766
+ getGetAllCustomer(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
9767
+ [key: string]: {
9768
+ [key: string]: string;
9769
+ };
9770
+ }, any, {}>>;
9771
+ }
9067
9772
  /**
9068
9773
  * CRMApi - axios parameter creator
9069
9774
  */
@@ -12282,6 +12987,12 @@ export declare const OAuth20ApiAxiosParamCreator: (configuration?: Configuration
12282
12987
  * @throws {RequiredError}
12283
12988
  */
12284
12989
  postGetIdentity: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12990
+ /**
12991
+ * Remove Oauth 2.0 Cookies
12992
+ * @param {*} [options] Override http request option.
12993
+ * @throws {RequiredError}
12994
+ */
12995
+ postLogout: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12285
12996
  /**
12286
12997
  * Portal Login
12287
12998
  * @summary Portal Login
@@ -12349,6 +13060,12 @@ export declare const OAuth20ApiFp: (configuration?: Configuration) => {
12349
13060
  * @throws {RequiredError}
12350
13061
  */
12351
13062
  postGetIdentity(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ClientDetailsModel>>;
13063
+ /**
13064
+ * Remove Oauth 2.0 Cookies
13065
+ * @param {*} [options] Override http request option.
13066
+ * @throws {RequiredError}
13067
+ */
13068
+ postLogout(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
12352
13069
  /**
12353
13070
  * Portal Login
12354
13071
  * @summary Portal Login
@@ -12416,6 +13133,12 @@ export declare const OAuth20ApiFactory: (configuration?: Configuration, basePath
12416
13133
  * @throws {RequiredError}
12417
13134
  */
12418
13135
  postGetIdentity(options?: RawAxiosRequestConfig): AxiosPromise<ClientDetailsModel>;
13136
+ /**
13137
+ * Remove Oauth 2.0 Cookies
13138
+ * @param {*} [options] Override http request option.
13139
+ * @throws {RequiredError}
13140
+ */
13141
+ postLogout(options?: RawAxiosRequestConfig): AxiosPromise<void>;
12419
13142
  /**
12420
13143
  * Portal Login
12421
13144
  * @summary Portal Login
@@ -12483,6 +13206,12 @@ export declare class OAuth20Api extends BaseAPI {
12483
13206
  * @throws {RequiredError}
12484
13207
  */
12485
13208
  postGetIdentity(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ClientDetailsModel, any, {}>>;
13209
+ /**
13210
+ * Remove Oauth 2.0 Cookies
13211
+ * @param {*} [options] Override http request option.
13212
+ * @throws {RequiredError}
13213
+ */
13214
+ postLogout(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
12486
13215
  /**
12487
13216
  * Portal Login
12488
13217
  * @summary Portal Login
@@ -12708,6 +13437,14 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
12708
13437
  * @throws {RequiredError}
12709
13438
  */
12710
13439
  postCreateConsignment: (id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
13440
+ /**
13441
+ * Create an order via the legacy portal
13442
+ * @summary Create an order via the legacy portal
13443
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
13444
+ * @param {*} [options] Override http request option.
13445
+ * @throws {RequiredError}
13446
+ */
13447
+ postCreatePortalOrderLegacy: (orderDTO?: OrderDTO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
12711
13448
  /**
12712
13449
  * Create Shipment (Admin)
12713
13450
  * @summary Create Shipment (Admin)
@@ -12994,6 +13731,14 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
12994
13731
  * @throws {RequiredError}
12995
13732
  */
12996
13733
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ShipmentDTO>>;
13734
+ /**
13735
+ * Create an order via the legacy portal
13736
+ * @summary Create an order via the legacy portal
13737
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
13738
+ * @param {*} [options] Override http request option.
13739
+ * @throws {RequiredError}
13740
+ */
13741
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrderResponseDTO>>;
12997
13742
  /**
12998
13743
  * Create Shipment (Admin)
12999
13744
  * @summary Create Shipment (Admin)
@@ -13280,6 +14025,14 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
13280
14025
  * @throws {RequiredError}
13281
14026
  */
13282
14027
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): AxiosPromise<ShipmentDTO>;
14028
+ /**
14029
+ * Create an order via the legacy portal
14030
+ * @summary Create an order via the legacy portal
14031
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
14032
+ * @param {*} [options] Override http request option.
14033
+ * @throws {RequiredError}
14034
+ */
14035
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): AxiosPromise<OrderResponseDTO>;
13283
14036
  /**
13284
14037
  * Create Shipment (Admin)
13285
14038
  * @summary Create Shipment (Admin)
@@ -13566,6 +14319,14 @@ export declare class OrdersApi extends BaseAPI {
13566
14319
  * @throws {RequiredError}
13567
14320
  */
13568
14321
  postCreateConsignment(id: number, shipmentId: number, shippingRequestDTO?: ShippingRequestDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ShipmentDTO, any, {}>>;
14322
+ /**
14323
+ * Create an order via the legacy portal
14324
+ * @summary Create an order via the legacy portal
14325
+ * @param {OrderDTO} [orderDTO] Legacy Portal Order
14326
+ * @param {*} [options] Override http request option.
14327
+ * @throws {RequiredError}
14328
+ */
14329
+ postCreatePortalOrderLegacy(orderDTO?: OrderDTO, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrderResponseDTO, any, {}>>;
13569
14330
  /**
13570
14331
  * Create Shipment (Admin)
13571
14332
  * @summary Create Shipment (Admin)
@@ -14002,11 +14763,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
14002
14763
  * Get Product
14003
14764
  * @summary Get Product
14004
14765
  * @param {string} sku Product SKU
14005
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
14766
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
14006
14767
  * @param {*} [options] Override http request option.
14007
14768
  * @throws {RequiredError}
14008
14769
  */
14009
- postGetProduct: (sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14770
+ postGetProduct: (sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
14010
14771
  /**
14011
14772
  * Get Product For Customer
14012
14773
  * @summary Get Product For Customer
@@ -14089,11 +14850,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
14089
14850
  * Get Product
14090
14851
  * @summary Get Product
14091
14852
  * @param {string} sku Product SKU
14092
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
14853
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
14093
14854
  * @param {*} [options] Override http request option.
14094
14855
  * @throws {RequiredError}
14095
14856
  */
14096
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSummaryDTO>>;
14857
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSummaryDTO>>;
14097
14858
  /**
14098
14859
  * Get Product For Customer
14099
14860
  * @summary Get Product For Customer
@@ -14176,11 +14937,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
14176
14937
  * Get Product
14177
14938
  * @summary Get Product
14178
14939
  * @param {string} sku Product SKU
14179
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
14940
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
14180
14941
  * @param {*} [options] Override http request option.
14181
14942
  * @throws {RequiredError}
14182
14943
  */
14183
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
14944
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
14184
14945
  /**
14185
14946
  * Get Product For Customer
14186
14947
  * @summary Get Product For Customer
@@ -14263,11 +15024,11 @@ export declare class ProductsApi extends BaseAPI {
14263
15024
  * Get Product
14264
15025
  * @summary Get Product
14265
15026
  * @param {string} sku Product SKU
14266
- * @param {PostGetProductRequest} postGetProductRequest Product search criteria
15027
+ * @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
14267
15028
  * @param {*} [options] Override http request option.
14268
15029
  * @throws {RequiredError}
14269
15030
  */
14270
- postGetProduct(sku: string, postGetProductRequest: PostGetProductRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSummaryDTO, any, {}>>;
15031
+ postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSummaryDTO, any, {}>>;
14271
15032
  /**
14272
15033
  * Get Product For Customer
14273
15034
  * @summary Get Product For Customer