yellowgrid-api-ts 3.2.134-dev.0 → 3.2.134
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.
- package/.openapi-generator/FILES +14 -2
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator-ignore +0 -0
- package/README.md +29 -4
- package/api.ts +1697 -379
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/config.json +3 -3
- package/configuration.ts +3 -3
- package/dist/api.d.ts +848 -91
- package/dist/api.js +1672 -392
- package/dist/base.d.ts +1 -1
- package/dist/base.js +2 -2
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +3 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/models/CourierEnum.d.ts +0 -0
- package/dist/models/CourierEnum.js +0 -0
- package/dist/models/EventStatusEnum.d.ts +0 -0
- package/dist/models/EventStatusEnum.js +0 -0
- package/dist/models/EventTypeEnum.d.ts +0 -0
- package/dist/models/EventTypeEnum.js +0 -0
- package/dist/models/HostingPriceListEnum.d.ts +28 -0
- package/dist/models/HostingPriceListEnum.js +30 -0
- package/dist/models/PaymentMethodEnum.d.ts +13 -0
- package/dist/models/PaymentMethodEnum.js +15 -0
- package/dist/models/PortStatusEnum.d.ts +0 -0
- package/dist/models/PortStatusEnum.js +0 -0
- package/dist/models/PrinterEnum.d.ts +0 -0
- package/dist/models/PrinterEnum.js +0 -0
- package/dist/models/ScheduledTaskEnum.d.ts +0 -0
- package/dist/models/ScheduledTaskEnum.js +0 -0
- package/dist/models/ServiceEnum.d.ts +5 -0
- package/dist/models/ServiceEnum.js +5 -0
- package/dist/models/ServiceHealthEnum.d.ts +0 -0
- package/dist/models/ServiceHealthEnum.js +0 -0
- package/dist/models/ServiceStatusEnum.d.ts +0 -0
- package/dist/models/ServiceStatusEnum.js +0 -0
- package/dist/models/UpdateTypeEnum.d.ts +0 -0
- package/dist/models/UpdateTypeEnum.js +0 -0
- package/dist/models/UserGroupEnum.d.ts +28 -0
- package/dist/models/UserGroupEnum.js +30 -0
- package/docs/AbstractOrderRequestDTO.md +1 -1
- package/docs/AccountAddressesDTO.md +25 -0
- package/docs/AccountContactEntity.md +0 -0
- package/docs/AccountContactModel.md +0 -0
- package/docs/AccountContactRequestModel.md +0 -0
- package/docs/AccountDetailedSummaryDTO.md +0 -0
- package/docs/AccountFinanceDTO.md +37 -0
- package/docs/AccountRequestModel.md +0 -0
- package/docs/AccountSummaryDTO.md +0 -0
- package/docs/AccountsApi.md +839 -145
- package/docs/AccountsResponseModel.md +0 -0
- package/docs/AddressDTO.md +0 -0
- package/docs/AddressModel.md +0 -0
- package/docs/AddressRequestModel.md +0 -0
- package/docs/AdminNumberPortDTO.md +0 -0
- package/docs/AdminOrderRequestDTO.md +3 -1
- package/docs/AdminUserModel.md +4 -0
- package/docs/AgentHoursGraphModel.md +0 -0
- package/docs/AgentHoursGraphMonthModel.md +0 -0
- package/docs/ApiLogEntity.md +0 -0
- package/docs/AreaCodeModel.md +0 -0
- package/docs/AttachmentModel.md +0 -0
- package/docs/AttributeSetEnum.md +0 -0
- package/docs/AuditLogEntity.md +0 -0
- package/docs/AuthCodeResponseModel.md +0 -0
- package/docs/BasicItemDTO.md +0 -0
- package/docs/BasicProductDTO.md +0 -0
- package/docs/BatchDTO.md +0 -0
- package/docs/BatchEntity.md +0 -0
- package/docs/BillingApi.md +55 -0
- package/docs/CRMApi.md +1 -1
- package/docs/CallBarringModel.md +0 -0
- package/docs/Class3CXApi.md +1 -1
- package/docs/Class3CXInstallationWizardApi.md +1 -1
- package/docs/Class3CXInstallationsApi.md +1 -1
- package/docs/Class3CXIntegrationsApi.md +1 -1
- package/docs/Class3CXMultiTenantApi.md +1 -1
- package/docs/ClientDetailsModel.md +0 -0
- package/docs/ClientModel.md +0 -0
- package/docs/CompanyContractModel.md +0 -0
- package/docs/ContactInfoModel.md +0 -0
- package/docs/ConversationModel.md +0 -0
- package/docs/CourierPriceEntity.md +0 -0
- package/docs/CreateCrmNoteBody.md +0 -0
- package/docs/CreditAccountEntity.md +4 -0
- package/docs/CreditNoteDTO.md +0 -0
- package/docs/CreditNoteEntity.md +0 -0
- package/docs/CreditNoteItemDTO.md +0 -0
- package/docs/CreditNoteItemEntity.md +0 -0
- package/docs/CreditNoteItemModel.md +0 -0
- package/docs/CreditNoteModel.md +0 -0
- package/docs/{CrmActivitiesResponseDto.md → CrmActivitiesResponseDTO.md} +0 -0
- package/docs/{CrmActivityDto.md → CrmActivityDTO.md} +1 -1
- package/docs/CrmContactDTO.md +0 -0
- package/docs/CrmDateActivitiesDTO.md +1 -1
- package/docs/CrmNoteEntity.md +0 -0
- package/docs/CrmNoteModel.md +0 -0
- package/docs/CustomerInformationModel.md +0 -0
- package/docs/CustomerItemRequestDTO.md +2 -0
- package/docs/CustomerOrderRequestDTO.md +1 -1
- package/docs/CustomerPriceListEnum.md +0 -0
- package/docs/CustomerSummaryReportDTO.md +0 -0
- package/docs/DdiRangeRequestModel.md +0 -0
- package/docs/DdiRangesRequestModel.md +0 -0
- package/docs/DetailedItemRequestDTO.md +2 -0
- package/docs/DetailedOrderRequestDTO.md +1 -1
- package/docs/DivertRequestModel.md +0 -0
- package/docs/DivertResponseModel.md +0 -0
- package/docs/EdTechProClientEntity.md +0 -0
- package/docs/EdTechProSchoolModel.md +0 -0
- package/docs/EdTechProSchoolsModel.md +0 -0
- package/docs/EdTechProSetupModel.md +0 -0
- package/docs/EventDTO.md +0 -0
- package/docs/EventRequestDTO.md +0 -0
- package/docs/EventSubscriptionModel.md +0 -0
- package/docs/EventUpdateDTO.md +0 -0
- package/docs/EventUpdateEntity.md +0 -0
- package/docs/EventUpdateRequestDTO.md +0 -0
- package/docs/FraudManagementModel.md +0 -0
- package/docs/FreshdeskCompanyTicketsModel.md +0 -0
- package/docs/FreshdeskTicketEntity.md +0 -0
- package/docs/FtpAccountsEntity.md +0 -0
- package/docs/GenericFileModel.md +0 -0
- package/docs/GetGetPrice200Response.md +0 -0
- package/docs/GetGetRecording200Response.md +0 -0
- package/docs/HostingChangeResponseModel.md +0 -0
- package/docs/HostingRegionDTO.md +0 -0
- package/docs/InstallationDetailsDTO.md +0 -0
- package/docs/InstanceAutoFailoverEntity.md +0 -0
- package/docs/InstanceDeletionScheduleEntity.md +0 -0
- package/docs/InstanceEntity.md +0 -0
- package/docs/InstanceFailoverEntity.md +0 -0
- package/docs/InstanceMonitoringEntity.md +0 -0
- package/docs/InstanceMonitoringLogEntity.md +0 -0
- package/docs/InstanceScheduledTasksEntity.md +0 -0
- package/docs/InstanceTcxDetailsEntity.md +0 -0
- package/docs/InstanceUserCredentialsEntity.md +0 -0
- package/docs/ItemDTO.md +2 -0
- package/docs/ItemDiscountEntity.md +0 -0
- package/docs/ItemEntity.md +0 -0
- package/docs/LinkedOrderEntity.md +0 -0
- package/docs/MFARequiredModel.md +0 -0
- package/docs/MonthlyUsageModel.md +0 -0
- package/docs/MultiTenantChangeResponseModel.md +0 -0
- package/docs/MyPBXToolsApi.md +1 -1
- package/docs/NavigationModel.md +0 -0
- package/docs/NumberPortAdminNoteBody.md +0 -0
- package/docs/NumberPortDTO.md +0 -0
- package/docs/NumberPortNoteDTO.md +0 -0
- package/docs/NumberPortRangeDTO.md +0 -0
- package/docs/NumberPortRangeRequestDTO.md +0 -0
- package/docs/NumberPortingApi.md +1 -1
- package/docs/NumberPortsModel.md +0 -0
- package/docs/OAuth20Api.md +49 -1
- package/docs/OfflineInstancesEntity.md +0 -0
- package/docs/OrderDTO.md +25 -0
- package/docs/OrderDetailsDTO.md +0 -0
- package/docs/OrderEntity.md +0 -0
- package/docs/OrderItemDTO.md +2 -0
- package/docs/OrderRequestModel.md +0 -0
- package/docs/OrderResponseDTO.md +25 -0
- package/docs/OrderSummariesModel.md +0 -0
- package/docs/OrderSummaryDTO.md +0 -0
- package/docs/OrderTotalModel.md +0 -0
- package/docs/OrderedItemEntity.md +0 -0
- package/docs/OrderedItemModel.md +0 -0
- package/docs/OrdersApi.md +57 -1
- package/docs/PartnerDTO.md +39 -0
- package/docs/PatchUpdateAccountCnameRequest.md +0 -0
- package/docs/PatchUpdateAccountCompanyNumberRequest.md +0 -0
- package/docs/PatchUpdateAccountContactPasswordRequest.md +0 -0
- package/docs/PatchUpdateAccountPhoneRequest.md +0 -0
- package/docs/PatchUpdateAccountVatNumberRequest.md +0 -0
- package/docs/{PatchSetTcxWizardCnameRequest.md → PatchUpdateCreditLimitRequest.md} +5 -5
- package/docs/{PostCreateCrmNoteRequest.md → PatchUpdatePriceListRequest.md} +5 -5
- package/docs/{PostAddAdminNoteRequest.md → PatchUpdateSipChannelCostRequest.md} +5 -5
- package/docs/PatchUpdateTcxHostingPriceListRequest.md +20 -0
- package/docs/{PatchSendWelcomeEmailRequest.md → PatchUpdateTcxPartnerIdRequest.md} +5 -5
- package/docs/PortalAccountModel.md +4 -2
- package/docs/PortalLoginModel.md +0 -0
- package/docs/PostAddOrderNoteRequest.md +0 -0
- package/docs/PostAddWebhook200Response.md +0 -0
- package/docs/PostGetClientCredentialsRequest.md +0 -0
- package/docs/PostGetProductForCustomerRequest.md +2 -0
- package/docs/PostSendWelcomeEmailRequest.md +0 -0
- package/docs/PostSplitOrderRequest.md +0 -0
- package/docs/PriceListItemModel.md +0 -0
- package/docs/PricingApi.md +1 -1
- package/docs/PrinterEntity.md +0 -0
- package/docs/PrizesEntity.md +0 -0
- package/docs/ProductPriceListItemModel.md +0 -0
- package/docs/ProductSearchResultsModel.md +0 -0
- package/docs/ProductSerialInfoModel.md +0 -0
- package/docs/ProductSummaryDTO.md +2 -2
- package/docs/ProductsApi.md +6 -6
- package/docs/PromoCodesEntity.md +0 -0
- package/docs/PromoItemsEntity.md +0 -0
- package/docs/ProspectDTO.md +2 -2
- package/docs/ProspectEntity.md +0 -0
- package/docs/ProspectsApi.md +1 -1
- package/docs/ProvisioningApi.md +1 -1
- package/docs/ProvisioningModel.md +0 -0
- package/docs/ProvisioningRequestEntity.md +0 -0
- package/docs/PutAllocateItemsRequest.md +0 -0
- package/docs/PutAllocateItemsRequestItemsInner.md +0 -0
- package/docs/RecordingBackupAzureModel.md +0 -0
- package/docs/RecordingsBackupInfoDTO.md +2 -2
- package/docs/RemoteStorageDTO.md +0 -0
- package/docs/ResourceNotReadyException.md +0 -0
- package/docs/RootAccessModel.md +0 -0
- package/docs/S3BucketEntity.md +0 -0
- package/docs/SIPTrunksApi.md +1 -1
- package/docs/SMSApi.md +1 -1
- package/docs/SbcDTO.md +35 -0
- package/docs/ScannedItemModel.md +0 -0
- package/docs/ScopeModel.md +0 -0
- package/docs/ServiceHealthDTO.md +0 -0
- package/docs/ServiceStatusDTO.md +0 -0
- package/docs/ServicesApi.md +1 -1
- package/docs/ShipmentAddressEntity.md +0 -0
- package/docs/ShipmentDTO.md +0 -0
- package/docs/ShipmentEntity.md +0 -0
- package/docs/ShipmentItemDTO.md +0 -0
- package/docs/ShipmentItemEntity.md +0 -0
- package/docs/ShipmentItemModel.md +0 -0
- package/docs/ShipmentModel.md +0 -0
- package/docs/ShipmentRequestDTO.md +2 -2
- package/docs/ShippingAddressDTO.md +35 -0
- package/docs/ShippingApi.md +1 -1
- package/docs/ShippingConsignmentModel.md +0 -0
- package/docs/ShippingInformationDTO.md +0 -0
- package/docs/ShippingRequestDTO.md +0 -0
- package/docs/ShippingServiceDTO.md +0 -0
- package/docs/ShippingServiceModel.md +0 -0
- package/docs/ShippingServicesModel.md +0 -0
- package/docs/SipTrunkChangeResponseModel.md +0 -0
- package/docs/SipTrunkCreationRequestModel.md +0 -0
- package/docs/SipTrunkEntity.md +0 -0
- package/docs/SipTrunksResponseModel.md +0 -0
- package/docs/SmsAccountDTO.md +0 -0
- package/docs/SmsAccountEntity.md +0 -0
- package/docs/SmsAccountRequestDTO.md +0 -0
- package/docs/SmsDataModel.md +0 -0
- package/docs/SmsMessageModel.md +0 -0
- package/docs/SmsNumbersEntity.md +0 -0
- package/docs/SmsPayloadModel.md +0 -0
- package/docs/SmsPhoneNumberModel.md +0 -0
- package/docs/SmsResponseModel.md +0 -0
- package/docs/SmsWhitelistEntity.md +0 -0
- package/docs/StockManagementApi.md +1 -1
- package/docs/StockOrderCourierEntity.md +0 -0
- package/docs/StockOrderDeductionModel.md +0 -0
- package/docs/StockOrderDeductionRequestModel.md +0 -0
- package/docs/StockOrderDeductionsEntity.md +0 -0
- package/docs/StockOrderEntity.md +0 -0
- package/docs/StockOrderItemEntity.md +0 -0
- package/docs/StockOrderItemModel.md +0 -0
- package/docs/StockOrderItemRequestModel.md +0 -0
- package/docs/StockOrderModel.md +0 -0
- package/docs/StockOrderProductEntity.md +0 -0
- package/docs/StockOrderRequestModel.md +0 -0
- package/docs/StockOrderSupplierEntity.md +0 -0
- package/docs/StockOrderSupplierModel.md +0 -0
- package/docs/StockOrdersModel.md +0 -0
- package/docs/StockProductModel.md +0 -0
- package/docs/StockProductPriceModel.md +0 -0
- package/docs/StockProductSummariesModel.md +0 -0
- package/docs/StockProductSummaryModel.md +0 -0
- package/docs/StockTransactionsEntity.md +0 -0
- package/docs/SupplierEntity.md +0 -0
- package/docs/SupplierItemEntity.md +0 -0
- package/docs/SupplierItemModel.md +0 -0
- package/docs/SupplierModel.md +0 -0
- package/docs/SupportTicketModel.md +0 -0
- package/docs/SystemApi.md +1 -1
- package/docs/TcxBackupEntity.md +0 -0
- package/docs/TcxBackupModel.md +0 -0
- package/docs/TcxBillingEntity.md +0 -0
- package/docs/TcxBulkLicenceDetailsModel.md +0 -0
- package/docs/TcxDeadLicenceEntity.md +0 -0
- package/docs/TcxExtsEntity.md +0 -0
- package/docs/TcxHostingPricingEntity.md +0 -0
- package/docs/TcxInstallationModel.md +0 -0
- package/docs/TcxInstallationsModel.md +0 -0
- package/docs/TcxKeySummaryDTO.md +1 -1
- package/docs/TcxKeysEntity.md +0 -0
- package/docs/TcxLicenceDetailsErrorModel.md +0 -0
- package/docs/TcxLicenceDetailsModel.md +0 -0
- package/docs/TcxMacsEntity.md +0 -0
- package/docs/TcxMultiTenantModel.md +0 -0
- package/docs/TcxMultiTenantUserModel.md +0 -0
- package/docs/TcxMultiTenantsModel.md +0 -0
- package/docs/TcxNumbersEntity.md +0 -0
- package/docs/TcxOfficeHoursEntity.md +0 -0
- package/docs/TcxPhoneModel.md +0 -0
- package/docs/TcxPhonesEntity.md +0 -0
- package/docs/TcxRemoteStorageModel.md +0 -0
- package/docs/TcxSbcDTO.md +0 -0
- package/docs/TcxSbcEntity.md +0 -0
- package/docs/TcxSbcModel.md +0 -0
- package/docs/TcxSbcResponseDTO.md +0 -0
- package/docs/TcxSetupEntity.md +0 -0
- package/docs/TcxSetupsModel.md +0 -0
- package/docs/TcxSipTrunksEntity.md +0 -0
- package/docs/TcxTemplateXmlEnum.md +0 -0
- package/docs/TcxUsersEntity.md +0 -0
- package/docs/TcxWizardConfigModel.md +0 -0
- package/docs/TcxWizardModel.md +0 -0
- package/docs/TechSupportCompanySummaryDTO.md +0 -0
- package/docs/TicketSummaryModel.md +0 -0
- package/docs/TicketTimeDTO.md +0 -0
- package/docs/TicketsApi.md +1 -1
- package/docs/TokenResponseModel.md +0 -0
- package/docs/UpgradeOrderResponseModel.md +0 -0
- package/docs/UpgradeRequestModel.md +0 -0
- package/docs/UserEntity.md +0 -0
- package/docs/WebhooksApi.md +1 -1
- package/docs/XeroLogEntity.md +0 -0
- package/getEnums.php +31 -31
- package/git_push.sh +0 -0
- package/index.ts +1 -1
- package/models/CourierEnum.ts +0 -0
- package/models/EventStatusEnum.ts +0 -0
- package/models/EventTypeEnum.ts +0 -0
- package/models/HostingPriceListEnum.ts +29 -0
- package/models/PaymentMethodEnum.ts +14 -0
- package/models/PortStatusEnum.ts +0 -0
- package/models/PrinterEnum.ts +0 -0
- package/models/ScheduledTaskEnum.ts +0 -0
- package/models/ServiceEnum.ts +5 -0
- package/models/ServiceHealthEnum.ts +0 -0
- package/models/ServiceStatusEnum.ts +0 -0
- package/models/UpdateTypeEnum.ts +0 -0
- package/models/UserGroupEnum.ts +29 -0
- package/openapitools.json +1 -1
- package/package.json +2 -2
- package/tsconfig.json +0 -0
- package/dist/models/StatusEnum.d.ts +0 -18
- package/dist/models/StatusEnum.js +0 -20
- package/dist/src/apis/AccountsApi.d.ts +0 -258
- package/dist/src/apis/AccountsApi.js +0 -975
- package/dist/src/apis/CRMApi.d.ts +0 -26
- package/dist/src/apis/CRMApi.js +0 -122
- package/dist/src/apis/Class3CXApi.d.ts +0 -44
- package/dist/src/apis/Class3CXApi.js +0 -177
- package/dist/src/apis/Class3CXInstallationWizardApi.d.ts +0 -446
- package/dist/src/apis/Class3CXInstallationWizardApi.js +0 -1740
- package/dist/src/apis/Class3CXInstallationsApi.d.ts +0 -253
- package/dist/src/apis/Class3CXInstallationsApi.js +0 -806
- package/dist/src/apis/Class3CXIntegrationsApi.d.ts +0 -102
- package/dist/src/apis/Class3CXIntegrationsApi.js +0 -386
- package/dist/src/apis/Class3CXMultiTenantApi.d.ts +0 -122
- package/dist/src/apis/Class3CXMultiTenantApi.js +0 -431
- package/dist/src/apis/MyPBXToolsApi.d.ts +0 -32
- package/dist/src/apis/MyPBXToolsApi.js +0 -136
- package/dist/src/apis/OAuth20Api.d.ts +0 -185
- package/dist/src/apis/OAuth20Api.js +0 -507
- package/dist/src/apis/OrdersApi.d.ts +0 -154
- package/dist/src/apis/OrdersApi.js +0 -512
- package/dist/src/apis/PricingApi.d.ts +0 -154
- package/dist/src/apis/PricingApi.js +0 -308
- package/dist/src/apis/ProductsApi.d.ts +0 -135
- package/dist/src/apis/ProductsApi.js +0 -531
- package/dist/src/apis/ProvisioningApi.d.ts +0 -112
- package/dist/src/apis/ProvisioningApi.js +0 -427
- package/dist/src/apis/SIPTrunksApi.d.ts +0 -315
- package/dist/src/apis/SIPTrunksApi.js +0 -1197
- package/dist/src/apis/SMSApi.d.ts +0 -30
- package/dist/src/apis/SMSApi.js +0 -130
- package/dist/src/apis/ServicesApi.d.ts +0 -81
- package/dist/src/apis/ServicesApi.js +0 -386
- package/dist/src/apis/ShippingApi.d.ts +0 -45
- package/dist/src/apis/ShippingApi.js +0 -179
- package/dist/src/apis/StockManagementApi.d.ts +0 -345
- package/dist/src/apis/StockManagementApi.js +0 -1293
- package/dist/src/apis/SystemApi.d.ts +0 -37
- package/dist/src/apis/SystemApi.js +0 -146
- package/dist/src/apis/TicketsApi.d.ts +0 -79
- package/dist/src/apis/TicketsApi.js +0 -360
- package/dist/src/apis/WebhooksApi.d.ts +0 -56
- package/dist/src/apis/WebhooksApi.js +0 -189
- package/dist/src/apis/index.d.ts +0 -21
- package/dist/src/apis/index.js +0 -39
- package/dist/src/index.d.ts +0 -3
- package/dist/src/index.js +0 -21
- package/dist/src/models/AbstractOrderRequestDTO.d.ts +0 -71
- package/dist/src/models/AbstractOrderRequestDTO.js +0 -64
- package/dist/src/models/AccountContactEntity.d.ts +0 -104
- package/dist/src/models/AccountContactEntity.js +0 -73
- package/dist/src/models/AccountContactModel.d.ts +0 -104
- package/dist/src/models/AccountContactModel.js +0 -73
- package/dist/src/models/AccountContactRequestModel.d.ts +0 -80
- package/dist/src/models/AccountContactRequestModel.js +0 -65
- package/dist/src/models/AccountDetailedSummaryDTO.d.ts +0 -89
- package/dist/src/models/AccountDetailedSummaryDTO.js +0 -70
- package/dist/src/models/AccountRequestModel.d.ts +0 -128
- package/dist/src/models/AccountRequestModel.js +0 -81
- package/dist/src/models/AccountSummaryDTO.d.ts +0 -44
- package/dist/src/models/AccountSummaryDTO.js +0 -53
- package/dist/src/models/AccountsResponseModel.d.ts +0 -51
- package/dist/src/models/AccountsResponseModel.js +0 -56
- package/dist/src/models/AddressModel.d.ts +0 -110
- package/dist/src/models/AddressModel.js +0 -75
- package/dist/src/models/AddressRequestModel.d.ts +0 -50
- package/dist/src/models/AddressRequestModel.js +0 -55
- package/dist/src/models/AdminOrderRequestDTO.d.ts +0 -113
- package/dist/src/models/AdminOrderRequestDTO.js +0 -78
- package/dist/src/models/AdminUserModel.d.ts +0 -79
- package/dist/src/models/AdminUserModel.js +0 -72
- package/dist/src/models/AgentHoursGraphModel.d.ts +0 -51
- package/dist/src/models/AgentHoursGraphModel.js +0 -56
- package/dist/src/models/AgentHoursGraphMonthModel.d.ts +0 -38
- package/dist/src/models/AgentHoursGraphMonthModel.js +0 -51
- package/dist/src/models/ApiLogEntity.d.ts +0 -98
- package/dist/src/models/ApiLogEntity.js +0 -71
- package/dist/src/models/AreaCodeModel.d.ts +0 -38
- package/dist/src/models/AreaCodeModel.js +0 -51
- package/dist/src/models/AttachmentModel.d.ts +0 -56
- package/dist/src/models/AttachmentModel.js +0 -57
- package/dist/src/models/AttributeSetEnum.d.ts +0 -38
- package/dist/src/models/AttributeSetEnum.js +0 -51
- package/dist/src/models/AuditLogEntity.d.ts +0 -80
- package/dist/src/models/AuditLogEntity.js +0 -65
- package/dist/src/models/AuthCodeResponseModel.d.ts +0 -44
- package/dist/src/models/AuthCodeResponseModel.js +0 -53
- package/dist/src/models/BasicItemDTO.d.ts +0 -38
- package/dist/src/models/BasicItemDTO.js +0 -51
- package/dist/src/models/BasicProductDTO.d.ts +0 -38
- package/dist/src/models/BasicProductDTO.js +0 -51
- package/dist/src/models/BatchEntity.d.ts +0 -128
- package/dist/src/models/BatchEntity.js +0 -81
- package/dist/src/models/CallBarringModel.d.ts +0 -56
- package/dist/src/models/CallBarringModel.js +0 -57
- package/dist/src/models/ClientDetailsModel.d.ts +0 -68
- package/dist/src/models/ClientDetailsModel.js +0 -61
- package/dist/src/models/ClientModel.d.ts +0 -50
- package/dist/src/models/ClientModel.js +0 -55
- package/dist/src/models/CompanyContractModel.d.ts +0 -56
- package/dist/src/models/CompanyContractModel.js +0 -57
- package/dist/src/models/ContactInfoModel.d.ts +0 -56
- package/dist/src/models/ContactInfoModel.js +0 -57
- package/dist/src/models/ConversationModel.d.ts +0 -75
- package/dist/src/models/ConversationModel.js +0 -64
- package/dist/src/models/CourierPriceEntity.d.ts +0 -86
- package/dist/src/models/CourierPriceEntity.js +0 -67
- package/dist/src/models/CreditAccountEntity.d.ts +0 -152
- package/dist/src/models/CreditAccountEntity.js +0 -89
- package/dist/src/models/CrmContactDTO.d.ts +0 -68
- package/dist/src/models/CrmContactDTO.js +0 -61
- package/dist/src/models/CustomerInformationModel.d.ts +0 -68
- package/dist/src/models/CustomerInformationModel.js +0 -61
- package/dist/src/models/CustomerItemRequestDTO.d.ts +0 -81
- package/dist/src/models/CustomerItemRequestDTO.js +0 -66
- package/dist/src/models/CustomerOrderRequestDTO.d.ts +0 -71
- package/dist/src/models/CustomerOrderRequestDTO.js +0 -64
- package/dist/src/models/CustomerPriceListEnum.d.ts +0 -38
- package/dist/src/models/CustomerPriceListEnum.js +0 -51
- package/dist/src/models/CustomerSummaryReportDTO.d.ts +0 -65
- package/dist/src/models/CustomerSummaryReportDTO.js +0 -62
- package/dist/src/models/DdiRangeRequestModel.d.ts +0 -44
- package/dist/src/models/DdiRangeRequestModel.js +0 -53
- package/dist/src/models/DdiRangesRequestModel.d.ts +0 -33
- package/dist/src/models/DdiRangesRequestModel.js +0 -50
- package/dist/src/models/DetailedItemRequestDTO.d.ts +0 -99
- package/dist/src/models/DetailedItemRequestDTO.js +0 -72
- package/dist/src/models/DetailedOrderRequestDTO.d.ts +0 -71
- package/dist/src/models/DetailedOrderRequestDTO.js +0 -64
- package/dist/src/models/DivertRequestModel.d.ts +0 -38
- package/dist/src/models/DivertRequestModel.js +0 -51
- package/dist/src/models/DivertResponseModel.d.ts +0 -52
- package/dist/src/models/DivertResponseModel.js +0 -61
- package/dist/src/models/EdTechProClientEntity.d.ts +0 -56
- package/dist/src/models/EdTechProClientEntity.js +0 -57
- package/dist/src/models/EdTechProSchoolModel.d.ts +0 -104
- package/dist/src/models/EdTechProSchoolModel.js +0 -73
- package/dist/src/models/EdTechProSchoolsModel.d.ts +0 -51
- package/dist/src/models/EdTechProSchoolsModel.js +0 -56
- package/dist/src/models/EdTechProSetupModel.d.ts +0 -56
- package/dist/src/models/EdTechProSetupModel.js +0 -57
- package/dist/src/models/EventDTO.d.ts +0 -84
- package/dist/src/models/EventDTO.js +0 -73
- package/dist/src/models/EventRequestDTO.d.ts +0 -44
- package/dist/src/models/EventRequestDTO.js +0 -53
- package/dist/src/models/EventSubscriptionModel.d.ts +0 -38
- package/dist/src/models/EventSubscriptionModel.js +0 -51
- package/dist/src/models/EventTypeEnum.d.ts +0 -19
- package/dist/src/models/EventTypeEnum.js +0 -24
- package/dist/src/models/EventUpdateDTO.d.ts +0 -50
- package/dist/src/models/EventUpdateDTO.js +0 -55
- package/dist/src/models/EventUpdateEntity.d.ts +0 -56
- package/dist/src/models/EventUpdateEntity.js +0 -57
- package/dist/src/models/EventUpdateRequestDTO.d.ts +0 -44
- package/dist/src/models/EventUpdateRequestDTO.js +0 -53
- package/dist/src/models/FraudManagementModel.d.ts +0 -38
- package/dist/src/models/FraudManagementModel.js +0 -51
- package/dist/src/models/FreshdeskCompanyTicketsModel.d.ts +0 -51
- package/dist/src/models/FreshdeskCompanyTicketsModel.js +0 -56
- package/dist/src/models/FreshdeskTicketEntity.d.ts +0 -68
- package/dist/src/models/FreshdeskTicketEntity.js +0 -61
- package/dist/src/models/FtpAccountsEntity.d.ts +0 -56
- package/dist/src/models/FtpAccountsEntity.js +0 -57
- package/dist/src/models/GenericFileModel.d.ts +0 -44
- package/dist/src/models/GenericFileModel.js +0 -53
- package/dist/src/models/GetGetPrice200Response.d.ts +0 -32
- package/dist/src/models/GetGetPrice200Response.js +0 -49
- package/dist/src/models/GetGetRecording200Response.d.ts +0 -32
- package/dist/src/models/GetGetRecording200Response.js +0 -49
- package/dist/src/models/HostingChangeResponseModel.d.ts +0 -64
- package/dist/src/models/HostingChangeResponseModel.js +0 -65
- package/dist/src/models/HostingRegionDTO.d.ts +0 -59
- package/dist/src/models/HostingRegionDTO.js +0 -68
- package/dist/src/models/InstanceAutoFailoverEntity.d.ts +0 -56
- package/dist/src/models/InstanceAutoFailoverEntity.js +0 -57
- package/dist/src/models/InstanceDeletionScheduleEntity.d.ts +0 -50
- package/dist/src/models/InstanceDeletionScheduleEntity.js +0 -55
- package/dist/src/models/InstanceEntity.d.ts +0 -152
- package/dist/src/models/InstanceEntity.js +0 -89
- package/dist/src/models/InstanceFailoverEntity.d.ts +0 -92
- package/dist/src/models/InstanceFailoverEntity.js +0 -69
- package/dist/src/models/InstanceMonitoringEntity.d.ts +0 -44
- package/dist/src/models/InstanceMonitoringEntity.js +0 -53
- package/dist/src/models/InstanceMonitoringLogEntity.d.ts +0 -62
- package/dist/src/models/InstanceMonitoringLogEntity.js +0 -59
- package/dist/src/models/InstanceScheduledTasksEntity.d.ts +0 -62
- package/dist/src/models/InstanceScheduledTasksEntity.js +0 -59
- package/dist/src/models/InstanceTcxDetailsEntity.d.ts +0 -86
- package/dist/src/models/InstanceTcxDetailsEntity.js +0 -67
- package/dist/src/models/InstanceUserCredentialsEntity.d.ts +0 -56
- package/dist/src/models/InstanceUserCredentialsEntity.js +0 -57
- package/dist/src/models/ItemDTO.d.ts +0 -117
- package/dist/src/models/ItemDTO.js +0 -78
- package/dist/src/models/ItemDiscountEntity.d.ts +0 -77
- package/dist/src/models/ItemDiscountEntity.js +0 -70
- package/dist/src/models/ItemEntity.d.ts +0 -158
- package/dist/src/models/ItemEntity.js +0 -91
- package/dist/src/models/LinkedOrderEntity.d.ts +0 -38
- package/dist/src/models/LinkedOrderEntity.js +0 -51
- package/dist/src/models/MFARequiredModel.d.ts +0 -38
- package/dist/src/models/MFARequiredModel.js +0 -51
- package/dist/src/models/MonthlyUsageModel.d.ts +0 -38
- package/dist/src/models/MonthlyUsageModel.js +0 -51
- package/dist/src/models/MultiTenantChangeResponseModel.d.ts +0 -70
- package/dist/src/models/MultiTenantChangeResponseModel.js +0 -75
- package/dist/src/models/NavigationModel.d.ts +0 -50
- package/dist/src/models/NavigationModel.js +0 -55
- package/dist/src/models/OfflineInstancesEntity.d.ts +0 -56
- package/dist/src/models/OfflineInstancesEntity.js +0 -57
- package/dist/src/models/OrderEntity.d.ts +0 -374
- package/dist/src/models/OrderEntity.js +0 -163
- package/dist/src/models/OrderRequestModel.d.ts +0 -120
- package/dist/src/models/OrderRequestModel.js +0 -88
- package/dist/src/models/OrderSummariesModel.d.ts +0 -51
- package/dist/src/models/OrderSummariesModel.js +0 -56
- package/dist/src/models/OrderSummaryDTO.d.ts +0 -126
- package/dist/src/models/OrderSummaryDTO.js +0 -83
- package/dist/src/models/OrderTotalModel.d.ts +0 -111
- package/dist/src/models/OrderTotalModel.js +0 -100
- package/dist/src/models/OrderedItemEntity.d.ts +0 -110
- package/dist/src/models/OrderedItemEntity.js +0 -75
- package/dist/src/models/PatchSetTcxWizardCnameRequest.d.ts +0 -32
- package/dist/src/models/PatchSetTcxWizardCnameRequest.js +0 -49
- package/dist/src/models/PatchUpdateAccountContactPasswordRequest.d.ts +0 -32
- package/dist/src/models/PatchUpdateAccountContactPasswordRequest.js +0 -49
- package/dist/src/models/PortalAccountModel.d.ts +0 -171
- package/dist/src/models/PortalAccountModel.js +0 -96
- package/dist/src/models/PortalLoginModel.d.ts +0 -68
- package/dist/src/models/PortalLoginModel.js +0 -61
- package/dist/src/models/PostAddWebhook200Response.d.ts +0 -32
- package/dist/src/models/PostAddWebhook200Response.js +0 -49
- package/dist/src/models/PostGetClientCredentialsRequest.d.ts +0 -32
- package/dist/src/models/PostGetClientCredentialsRequest.js +0 -49
- package/dist/src/models/PostGetProductForCustomerRequest.d.ts +0 -50
- package/dist/src/models/PostGetProductForCustomerRequest.js +0 -55
- package/dist/src/models/PostGetProductRequest.d.ts +0 -44
- package/dist/src/models/PostGetProductRequest.js +0 -53
- package/dist/src/models/PriceListItemModel.d.ts +0 -56
- package/dist/src/models/PriceListItemModel.js +0 -57
- package/dist/src/models/PrizesEntity.d.ts +0 -62
- package/dist/src/models/PrizesEntity.js +0 -59
- package/dist/src/models/ProductPriceListItemModel.d.ts +0 -62
- package/dist/src/models/ProductPriceListItemModel.js +0 -59
- package/dist/src/models/ProductSearchResultsModel.d.ts +0 -33
- package/dist/src/models/ProductSearchResultsModel.js +0 -50
- package/dist/src/models/ProductSerialInfoModel.d.ts +0 -50
- package/dist/src/models/ProductSerialInfoModel.js +0 -55
- package/dist/src/models/ProductSummaryDTO.d.ts +0 -81
- package/dist/src/models/ProductSummaryDTO.js +0 -66
- package/dist/src/models/PromoCodesEntity.d.ts +0 -98
- package/dist/src/models/PromoCodesEntity.js +0 -71
- package/dist/src/models/PromoItemsEntity.d.ts +0 -74
- package/dist/src/models/PromoItemsEntity.js +0 -63
- package/dist/src/models/ProvisioningModel.d.ts +0 -56
- package/dist/src/models/ProvisioningModel.js +0 -57
- package/dist/src/models/ProvisioningRequestEntity.d.ts +0 -44
- package/dist/src/models/ProvisioningRequestEntity.js +0 -53
- package/dist/src/models/RecordingBackupAzureModel.d.ts +0 -50
- package/dist/src/models/RecordingBackupAzureModel.js +0 -55
- package/dist/src/models/RecordingsBackupInfoDTO.d.ts +0 -40
- package/dist/src/models/RecordingsBackupInfoDTO.js +0 -53
- package/dist/src/models/ResourceNotReadyException.d.ts +0 -44
- package/dist/src/models/ResourceNotReadyException.js +0 -53
- package/dist/src/models/RootAccessModel.d.ts +0 -44
- package/dist/src/models/RootAccessModel.js +0 -53
- package/dist/src/models/S3BucketEntity.d.ts +0 -50
- package/dist/src/models/S3BucketEntity.js +0 -55
- package/dist/src/models/ScannedItemModel.d.ts +0 -56
- package/dist/src/models/ScannedItemModel.js +0 -57
- package/dist/src/models/ScopeModel.d.ts +0 -38
- package/dist/src/models/ScopeModel.js +0 -51
- package/dist/src/models/ServiceEnum.d.ts +0 -14
- package/dist/src/models/ServiceEnum.js +0 -19
- package/dist/src/models/ServiceHealthDTO.d.ts +0 -48
- package/dist/src/models/ServiceHealthDTO.js +0 -61
- package/dist/src/models/ServiceHealthEnum.d.ts +0 -19
- package/dist/src/models/ServiceHealthEnum.js +0 -24
- package/dist/src/models/ServiceStatusDTO.d.ts +0 -60
- package/dist/src/models/ServiceStatusDTO.js +0 -65
- package/dist/src/models/ServiceStatusEnum.d.ts +0 -19
- package/dist/src/models/ServiceStatusEnum.js +0 -24
- package/dist/src/models/ShipmentAddressEntity.d.ts +0 -92
- package/dist/src/models/ShipmentAddressEntity.js +0 -69
- package/dist/src/models/ShipmentEntity.d.ts +0 -98
- package/dist/src/models/ShipmentEntity.js +0 -71
- package/dist/src/models/ShipmentItemEntity.d.ts +0 -56
- package/dist/src/models/ShipmentItemEntity.js +0 -57
- package/dist/src/models/ShippingConsignmentModel.d.ts +0 -51
- package/dist/src/models/ShippingConsignmentModel.js +0 -56
- package/dist/src/models/ShippingInformationDTO.d.ts +0 -45
- package/dist/src/models/ShippingInformationDTO.js +0 -54
- package/dist/src/models/ShippingServiceDTO.d.ts +0 -47
- package/dist/src/models/ShippingServiceDTO.js +0 -60
- package/dist/src/models/ShippingServiceModel.d.ts +0 -71
- package/dist/src/models/ShippingServiceModel.js +0 -68
- package/dist/src/models/ShippingServicesModel.d.ts +0 -33
- package/dist/src/models/ShippingServicesModel.js +0 -50
- package/dist/src/models/SipTrunkChangeResponseModel.d.ts +0 -77
- package/dist/src/models/SipTrunkChangeResponseModel.js +0 -78
- package/dist/src/models/SipTrunkCreationRequestModel.d.ts +0 -66
- package/dist/src/models/SipTrunkCreationRequestModel.js +0 -63
- package/dist/src/models/SipTrunkEntity.d.ts +0 -98
- package/dist/src/models/SipTrunkEntity.js +0 -71
- package/dist/src/models/SipTrunksResponseModel.d.ts +0 -51
- package/dist/src/models/SipTrunksResponseModel.js +0 -56
- package/dist/src/models/SmsAccountEntity.d.ts +0 -68
- package/dist/src/models/SmsAccountEntity.js +0 -61
- package/dist/src/models/SmsDataModel.d.ts +0 -33
- package/dist/src/models/SmsDataModel.js +0 -50
- package/dist/src/models/SmsMessageModel.d.ts +0 -44
- package/dist/src/models/SmsMessageModel.js +0 -53
- package/dist/src/models/SmsNumbersEntity.d.ts +0 -38
- package/dist/src/models/SmsNumbersEntity.js +0 -51
- package/dist/src/models/SmsPayloadModel.d.ts +0 -45
- package/dist/src/models/SmsPayloadModel.js +0 -54
- package/dist/src/models/SmsPhoneNumberModel.d.ts +0 -53
- package/dist/src/models/SmsPhoneNumberModel.js +0 -66
- package/dist/src/models/SmsResponseModel.d.ts +0 -67
- package/dist/src/models/SmsResponseModel.js +0 -68
- package/dist/src/models/SmsWhitelistEntity.d.ts +0 -38
- package/dist/src/models/SmsWhitelistEntity.js +0 -51
- package/dist/src/models/StockOrderCourierEntity.d.ts +0 -50
- package/dist/src/models/StockOrderCourierEntity.js +0 -55
- package/dist/src/models/StockOrderDeductionModel.d.ts +0 -50
- package/dist/src/models/StockOrderDeductionModel.js +0 -55
- package/dist/src/models/StockOrderDeductionRequestModel.d.ts +0 -38
- package/dist/src/models/StockOrderDeductionRequestModel.js +0 -51
- package/dist/src/models/StockOrderDeductionsEntity.d.ts +0 -50
- package/dist/src/models/StockOrderDeductionsEntity.js +0 -55
- package/dist/src/models/StockOrderEntity.d.ts +0 -158
- package/dist/src/models/StockOrderEntity.js +0 -91
- package/dist/src/models/StockOrderItemEntity.d.ts +0 -68
- package/dist/src/models/StockOrderItemEntity.js +0 -61
- package/dist/src/models/StockOrderItemModel.d.ts +0 -80
- package/dist/src/models/StockOrderItemModel.js +0 -65
- package/dist/src/models/StockOrderItemRequestModel.d.ts +0 -50
- package/dist/src/models/StockOrderItemRequestModel.js +0 -55
- package/dist/src/models/StockOrderModel.d.ts +0 -137
- package/dist/src/models/StockOrderModel.js +0 -97
- package/dist/src/models/StockOrderProductEntity.d.ts +0 -62
- package/dist/src/models/StockOrderProductEntity.js +0 -59
- package/dist/src/models/StockOrderRequestModel.d.ts +0 -46
- package/dist/src/models/StockOrderRequestModel.js +0 -55
- package/dist/src/models/StockOrderSupplierEntity.d.ts +0 -80
- package/dist/src/models/StockOrderSupplierEntity.js +0 -65
- package/dist/src/models/StockOrderSupplierModel.d.ts +0 -80
- package/dist/src/models/StockOrderSupplierModel.js +0 -65
- package/dist/src/models/StockOrdersModel.d.ts +0 -51
- package/dist/src/models/StockOrdersModel.js +0 -56
- package/dist/src/models/StockProductModel.d.ts +0 -120
- package/dist/src/models/StockProductModel.js +0 -81
- package/dist/src/models/StockProductPriceModel.d.ts +0 -39
- package/dist/src/models/StockProductPriceModel.js +0 -52
- package/dist/src/models/StockProductSummariesModel.d.ts +0 -51
- package/dist/src/models/StockProductSummariesModel.js +0 -56
- package/dist/src/models/StockProductSummaryModel.d.ts +0 -69
- package/dist/src/models/StockProductSummaryModel.js +0 -62
- package/dist/src/models/StockTransactionsEntity.d.ts +0 -74
- package/dist/src/models/StockTransactionsEntity.js +0 -63
- package/dist/src/models/SupplierEntity.d.ts +0 -80
- package/dist/src/models/SupplierEntity.js +0 -65
- package/dist/src/models/SupplierItemEntity.d.ts +0 -74
- package/dist/src/models/SupplierItemEntity.js +0 -63
- package/dist/src/models/TcxBackupEntity.d.ts +0 -80
- package/dist/src/models/TcxBackupEntity.js +0 -65
- package/dist/src/models/TcxBackupModel.d.ts +0 -140
- package/dist/src/models/TcxBackupModel.js +0 -85
- package/dist/src/models/TcxBillingEntity.d.ts +0 -86
- package/dist/src/models/TcxBillingEntity.js +0 -67
- package/dist/src/models/TcxBulkLicenceDetailsModel.d.ts +0 -40
- package/dist/src/models/TcxBulkLicenceDetailsModel.js +0 -53
- package/dist/src/models/TcxDeadLicenceEntity.d.ts +0 -44
- package/dist/src/models/TcxDeadLicenceEntity.js +0 -53
- package/dist/src/models/TcxExtsEntity.d.ts +0 -74
- package/dist/src/models/TcxExtsEntity.js +0 -63
- package/dist/src/models/TcxHostingPricingEntity.d.ts +0 -74
- package/dist/src/models/TcxHostingPricingEntity.js +0 -63
- package/dist/src/models/TcxInstallationDetailsModel.d.ts +0 -106
- package/dist/src/models/TcxInstallationDetailsModel.js +0 -75
- package/dist/src/models/TcxInstallationModel.d.ts +0 -200
- package/dist/src/models/TcxInstallationModel.js +0 -105
- package/dist/src/models/TcxInstallationsModel.d.ts +0 -51
- package/dist/src/models/TcxInstallationsModel.js +0 -56
- package/dist/src/models/TcxKeySummaryDTO.d.ts +0 -56
- package/dist/src/models/TcxKeySummaryDTO.js +0 -57
- package/dist/src/models/TcxKeysEntity.d.ts +0 -62
- package/dist/src/models/TcxKeysEntity.js +0 -59
- package/dist/src/models/TcxLicenceDetailsErrorModel.d.ts +0 -50
- package/dist/src/models/TcxLicenceDetailsErrorModel.js +0 -55
- package/dist/src/models/TcxLicenceDetailsModel.d.ts +0 -92
- package/dist/src/models/TcxLicenceDetailsModel.js +0 -69
- package/dist/src/models/TcxMacsEntity.d.ts +0 -44
- package/dist/src/models/TcxMacsEntity.js +0 -53
- package/dist/src/models/TcxMultiTenantModel.d.ts +0 -118
- package/dist/src/models/TcxMultiTenantModel.js +0 -83
- package/dist/src/models/TcxMultiTenantUserModel.d.ts +0 -44
- package/dist/src/models/TcxMultiTenantUserModel.js +0 -53
- package/dist/src/models/TcxMultiTenantsModel.d.ts +0 -51
- package/dist/src/models/TcxMultiTenantsModel.js +0 -56
- package/dist/src/models/TcxNumbersEntity.d.ts +0 -44
- package/dist/src/models/TcxNumbersEntity.js +0 -53
- package/dist/src/models/TcxOfficeHoursEntity.d.ts +0 -116
- package/dist/src/models/TcxOfficeHoursEntity.js +0 -77
- package/dist/src/models/TcxPhoneModel.d.ts +0 -68
- package/dist/src/models/TcxPhoneModel.js +0 -61
- package/dist/src/models/TcxPhonesEntity.d.ts +0 -62
- package/dist/src/models/TcxPhonesEntity.js +0 -59
- package/dist/src/models/TcxRemoteStorageModel.d.ts +0 -50
- package/dist/src/models/TcxRemoteStorageModel.js +0 -55
- package/dist/src/models/TcxSbcDTO.d.ts +0 -62
- package/dist/src/models/TcxSbcDTO.js +0 -59
- package/dist/src/models/TcxSbcEntity.d.ts +0 -122
- package/dist/src/models/TcxSbcEntity.js +0 -79
- package/dist/src/models/TcxSbcModel.d.ts +0 -122
- package/dist/src/models/TcxSbcModel.js +0 -79
- package/dist/src/models/TcxSetupEntity.d.ts +0 -207
- package/dist/src/models/TcxSetupEntity.js +0 -123
- package/dist/src/models/TcxSetupsModel.d.ts +0 -51
- package/dist/src/models/TcxSetupsModel.js +0 -56
- package/dist/src/models/TcxSipTrunksEntity.d.ts +0 -104
- package/dist/src/models/TcxSipTrunksEntity.js +0 -73
- package/dist/src/models/TcxTemplateXmlEnum.d.ts +0 -38
- package/dist/src/models/TcxTemplateXmlEnum.js +0 -51
- package/dist/src/models/TcxUsersEntity.d.ts +0 -62
- package/dist/src/models/TcxUsersEntity.js +0 -59
- package/dist/src/models/TcxWizardConfigModel.d.ts +0 -39
- package/dist/src/models/TcxWizardConfigModel.js +0 -52
- package/dist/src/models/TcxWizardModel.d.ts +0 -150
- package/dist/src/models/TcxWizardModel.js +0 -114
- package/dist/src/models/TechSupportCompanySummaryDTO.d.ts +0 -57
- package/dist/src/models/TechSupportCompanySummaryDTO.js +0 -58
- package/dist/src/models/TelephonySupportTicketModel.d.ts +0 -94
- package/dist/src/models/TelephonySupportTicketModel.js +0 -71
- package/dist/src/models/TicketSummaryModel.d.ts +0 -74
- package/dist/src/models/TicketSummaryModel.js +0 -63
- package/dist/src/models/TicketTimeDTO.d.ts +0 -80
- package/dist/src/models/TicketTimeDTO.js +0 -65
- package/dist/src/models/TokenResponseModel.d.ts +0 -44
- package/dist/src/models/TokenResponseModel.js +0 -53
- package/dist/src/models/UpdateTypeEnum.d.ts +0 -19
- package/dist/src/models/UpdateTypeEnum.js +0 -24
- package/dist/src/models/UpgradeOrderResponseModel.d.ts +0 -38
- package/dist/src/models/UpgradeOrderResponseModel.js +0 -51
- package/dist/src/models/UpgradeRequestModel.d.ts +0 -66
- package/dist/src/models/UpgradeRequestModel.js +0 -70
- package/dist/src/models/UserEntity.d.ts +0 -98
- package/dist/src/models/UserEntity.js +0 -71
- package/dist/src/models/XeroLogEntity.d.ts +0 -86
- package/dist/src/models/XeroLogEntity.js +0 -67
- package/dist/src/models/index.d.ts +0 -196
- package/dist/src/models/index.js +0 -214
- package/dist/src/runtime.d.ts +0 -184
- package/dist/src/runtime.js +0 -564
- package/docs/AccountPageDetailsDTO.md +0 -41
- package/docs/PostGetProductRequest.md +0 -24
- 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.
|
|
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
|
|
255
|
+
* Account Finance DTO
|
|
242
256
|
*/
|
|
243
|
-
export interface
|
|
244
|
-
/**
|
|
245
|
-
* Xero ID
|
|
246
|
-
*/
|
|
247
|
-
'xeroId'?: string;
|
|
257
|
+
export interface AccountFinanceDTO {
|
|
248
258
|
/**
|
|
249
|
-
*
|
|
259
|
+
* Account ID
|
|
250
260
|
*/
|
|
251
|
-
'
|
|
252
|
-
'billingAddress'?: AddressDTO;
|
|
253
|
-
'shippingAddress'?: AddressDTO;
|
|
261
|
+
'id'?: number;
|
|
254
262
|
/**
|
|
255
|
-
*
|
|
263
|
+
* Account Xero ID
|
|
256
264
|
*/
|
|
257
|
-
'
|
|
265
|
+
'xeroId'?: string;
|
|
258
266
|
/**
|
|
259
|
-
*
|
|
267
|
+
* Account Number
|
|
260
268
|
*/
|
|
261
|
-
'
|
|
269
|
+
'accountNumber'?: string;
|
|
262
270
|
/**
|
|
263
|
-
*
|
|
271
|
+
* Credit Limit
|
|
264
272
|
*/
|
|
265
|
-
'
|
|
273
|
+
'creditLimit'?: number;
|
|
266
274
|
/**
|
|
267
|
-
*
|
|
275
|
+
* Balance Used
|
|
268
276
|
*/
|
|
269
|
-
'
|
|
277
|
+
'balance'?: number;
|
|
270
278
|
/**
|
|
271
|
-
*
|
|
279
|
+
* Overdue Amount
|
|
272
280
|
*/
|
|
273
|
-
'
|
|
281
|
+
'overdue'?: number;
|
|
282
|
+
'priceList'?: CustomerPriceListEnum;
|
|
274
283
|
/**
|
|
275
|
-
*
|
|
284
|
+
* SIP Trunk Channel Cost
|
|
276
285
|
*/
|
|
277
|
-
'
|
|
286
|
+
'sipChannelCost'?: number;
|
|
278
287
|
/**
|
|
279
|
-
*
|
|
288
|
+
* Xero Contact URL
|
|
280
289
|
*/
|
|
281
|
-
'
|
|
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
|
-
*
|
|
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
|
|
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
|
|
4308
|
-
*/
|
|
4309
|
-
'licenceKey'?: string | null;
|
|
4310
|
-
/**
|
|
4311
|
-
* 3CX Hosting
|
|
4493
|
+
* 3CX Renewal Years (Upgrade Only)
|
|
4312
4494
|
*/
|
|
4313
|
-
'
|
|
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
|
|
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
|
|
4795
|
+
* Last Order Date
|
|
4611
4796
|
*/
|
|
4612
4797
|
'lastOrderDate'?: string | null;
|
|
4613
4798
|
/**
|
|
4614
|
-
* Date
|
|
4799
|
+
* Call Back Date
|
|
4615
4800
|
*/
|
|
4616
4801
|
'callbackDate'?: string | null;
|
|
4617
4802
|
/**
|
|
@@ -4637,6 +4822,7 @@ export declare const ProspectDTOStatusEnum: {
|
|
|
4637
4822
|
readonly NoOrdersPlaced: "No Orders Placed";
|
|
4638
4823
|
readonly NoOrdersInTheLast4Months: "No Orders In The Last 4 Months";
|
|
4639
4824
|
readonly NoActionRequired: "No Action Required";
|
|
4825
|
+
readonly DoNotCall: "Do Not Call";
|
|
4640
4826
|
};
|
|
4641
4827
|
export type ProspectDTOStatusEnum = typeof ProspectDTOStatusEnum[keyof typeof ProspectDTOStatusEnum];
|
|
4642
4828
|
/**
|
|
@@ -4771,7 +4957,13 @@ export interface RecordingBackupAzureModel {
|
|
|
4771
4957
|
* Recordings Backup Info
|
|
4772
4958
|
*/
|
|
4773
4959
|
export interface RecordingsBackupInfoDTO {
|
|
4960
|
+
/**
|
|
4961
|
+
* Azure Backup Storage
|
|
4962
|
+
*/
|
|
4774
4963
|
'backup'?: RecordingBackupAzureModel | null;
|
|
4964
|
+
/**
|
|
4965
|
+
* 3CX Remote Storage
|
|
4966
|
+
*/
|
|
4775
4967
|
'storage'?: TcxRemoteStorageModel | null;
|
|
4776
4968
|
}
|
|
4777
4969
|
/**
|
|
@@ -4850,6 +5042,43 @@ export interface S3BucketEntity {
|
|
|
4850
5042
|
*/
|
|
4851
5043
|
'secretAccessKey'?: string;
|
|
4852
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
|
+
}
|
|
4853
5082
|
/**
|
|
4854
5083
|
* Item MAC & Serial Details
|
|
4855
5084
|
*/
|
|
@@ -5206,6 +5435,9 @@ export interface ShipmentRequestDTO {
|
|
|
5206
5435
|
* Courier
|
|
5207
5436
|
*/
|
|
5208
5437
|
'courier'?: ShipmentRequestDTOCourierEnum;
|
|
5438
|
+
/**
|
|
5439
|
+
* Address
|
|
5440
|
+
*/
|
|
5209
5441
|
'address'?: AddressModel | null;
|
|
5210
5442
|
/**
|
|
5211
5443
|
* Scanned Lines
|
|
@@ -5216,7 +5448,7 @@ export interface ShipmentRequestDTO {
|
|
|
5216
5448
|
*/
|
|
5217
5449
|
'service'?: string;
|
|
5218
5450
|
/**
|
|
5219
|
-
* Date
|
|
5451
|
+
* Ship Date
|
|
5220
5452
|
*/
|
|
5221
5453
|
'shipDate'?: string | null;
|
|
5222
5454
|
/**
|
|
@@ -5230,6 +5462,43 @@ export declare const ShipmentRequestDTOCourierEnum: {
|
|
|
5230
5462
|
readonly Pops: "POPS";
|
|
5231
5463
|
};
|
|
5232
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
|
+
}
|
|
5233
5502
|
export interface ShippingConsignmentModel {
|
|
5234
5503
|
'service'?: ShippingServiceModel;
|
|
5235
5504
|
/**
|
|
@@ -6963,7 +7232,7 @@ export interface TcxKeySummaryDTO {
|
|
|
6963
7232
|
*/
|
|
6964
7233
|
'edition'?: string;
|
|
6965
7234
|
/**
|
|
6966
|
-
* Date
|
|
7235
|
+
* Expiry Date
|
|
6967
7236
|
*/
|
|
6968
7237
|
'expiry'?: string | null;
|
|
6969
7238
|
}
|
|
@@ -8110,6 +8379,21 @@ export interface XeroLogEntity {
|
|
|
8110
8379
|
* AccountsApi - axios parameter creator
|
|
8111
8380
|
*/
|
|
8112
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>;
|
|
8113
8397
|
/**
|
|
8114
8398
|
* Delete client credentials
|
|
8115
8399
|
* @summary Delete client credentials
|
|
@@ -8126,6 +8410,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8126
8410
|
* @throws {RequiredError}
|
|
8127
8411
|
*/
|
|
8128
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>;
|
|
8129
8420
|
/**
|
|
8130
8421
|
* Get Account
|
|
8131
8422
|
* @summary Get Account
|
|
@@ -8133,6 +8424,13 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8133
8424
|
* @throws {RequiredError}
|
|
8134
8425
|
*/
|
|
8135
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>;
|
|
8136
8434
|
/**
|
|
8137
8435
|
* Get Account Contacts
|
|
8138
8436
|
* @summary Get Account Contacts
|
|
@@ -8149,13 +8447,6 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8149
8447
|
* @throws {RequiredError}
|
|
8150
8448
|
*/
|
|
8151
8449
|
getGetAccountDetailedSummary: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8152
|
-
/**
|
|
8153
|
-
* Get Account Page Details
|
|
8154
|
-
* @param {string} id Xero ID
|
|
8155
|
-
* @param {*} [options] Override http request option.
|
|
8156
|
-
* @throws {RequiredError}
|
|
8157
|
-
*/
|
|
8158
|
-
getGetAccountPageInfo: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8159
8450
|
/**
|
|
8160
8451
|
* Get Accounts
|
|
8161
8452
|
* @summary Get Accounts
|
|
@@ -8181,6 +8472,20 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8181
8472
|
* @throws {RequiredError}
|
|
8182
8473
|
*/
|
|
8183
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>;
|
|
8184
8489
|
/**
|
|
8185
8490
|
* Verify account email address
|
|
8186
8491
|
* @summary Verify account email address
|
|
@@ -8254,17 +8559,65 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8254
8559
|
*/
|
|
8255
8560
|
patchUpdateAccountVatNumber: (id: string, patchUpdateAccountVatNumberRequest?: PatchUpdateAccountVatNumberRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8256
8561
|
/**
|
|
8257
|
-
*
|
|
8258
|
-
* @
|
|
8259
|
-
* @param {
|
|
8562
|
+
* Set Account Credit Limit
|
|
8563
|
+
* @param {string} id Xero ID
|
|
8564
|
+
* @param {PatchUpdateCreditLimitRequest} [patchUpdateCreditLimitRequest] Credit Limit Request
|
|
8260
8565
|
* @param {*} [options] Override http request option.
|
|
8261
8566
|
* @throws {RequiredError}
|
|
8262
8567
|
*/
|
|
8263
|
-
|
|
8568
|
+
patchUpdateCreditLimit: (id: string, patchUpdateCreditLimitRequest?: PatchUpdateCreditLimitRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
8264
8569
|
/**
|
|
8265
|
-
*
|
|
8266
|
-
* @
|
|
8267
|
-
* @param {
|
|
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
|
|
8619
|
+
* @summary Create a new customer account
|
|
8620
|
+
* @param {AccountRequestModel} [accountRequestModel] New account request
|
|
8268
8621
|
* @param {*} [options] Override http request option.
|
|
8269
8622
|
* @throws {RequiredError}
|
|
8270
8623
|
*/
|
|
@@ -8318,6 +8671,15 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8318
8671
|
* @throws {RequiredError}
|
|
8319
8672
|
*/
|
|
8320
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>;
|
|
8321
8683
|
/**
|
|
8322
8684
|
* Update Account Contacts
|
|
8323
8685
|
* @summary Update Account Contact
|
|
@@ -8348,6 +8710,21 @@ export declare const AccountsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
8348
8710
|
* AccountsApi - functional programming interface
|
|
8349
8711
|
*/
|
|
8350
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>>;
|
|
8351
8728
|
/**
|
|
8352
8729
|
* Delete client credentials
|
|
8353
8730
|
* @summary Delete client credentials
|
|
@@ -8364,6 +8741,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8364
8741
|
* @throws {RequiredError}
|
|
8365
8742
|
*/
|
|
8366
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>>>;
|
|
8367
8751
|
/**
|
|
8368
8752
|
* Get Account
|
|
8369
8753
|
* @summary Get Account
|
|
@@ -8371,6 +8755,13 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8371
8755
|
* @throws {RequiredError}
|
|
8372
8756
|
*/
|
|
8373
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>>;
|
|
8374
8765
|
/**
|
|
8375
8766
|
* Get Account Contacts
|
|
8376
8767
|
* @summary Get Account Contacts
|
|
@@ -8387,13 +8778,6 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8387
8778
|
* @throws {RequiredError}
|
|
8388
8779
|
*/
|
|
8389
8780
|
getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountDetailedSummaryDTO>>;
|
|
8390
|
-
/**
|
|
8391
|
-
* Get Account Page Details
|
|
8392
|
-
* @param {string} id Xero ID
|
|
8393
|
-
* @param {*} [options] Override http request option.
|
|
8394
|
-
* @throws {RequiredError}
|
|
8395
|
-
*/
|
|
8396
|
-
getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<AccountPageDetailsDTO>>;
|
|
8397
8781
|
/**
|
|
8398
8782
|
* Get Accounts
|
|
8399
8783
|
* @summary Get Accounts
|
|
@@ -8419,6 +8803,20 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8419
8803
|
* @throws {RequiredError}
|
|
8420
8804
|
*/
|
|
8421
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>>;
|
|
8422
8820
|
/**
|
|
8423
8821
|
* Verify account email address
|
|
8424
8822
|
* @summary Verify account email address
|
|
@@ -8491,6 +8889,54 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8491
8889
|
* @throws {RequiredError}
|
|
8492
8890
|
*/
|
|
8493
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>>;
|
|
8494
8940
|
/**
|
|
8495
8941
|
* Add Account Contacts
|
|
8496
8942
|
* @summary Add Account Contact
|
|
@@ -8556,6 +9002,15 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8556
9002
|
* @throws {RequiredError}
|
|
8557
9003
|
*/
|
|
8558
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>>;
|
|
8559
9014
|
/**
|
|
8560
9015
|
* Update Account Contacts
|
|
8561
9016
|
* @summary Update Account Contact
|
|
@@ -8586,6 +9041,21 @@ export declare const AccountsApiFp: (configuration?: Configuration) => {
|
|
|
8586
9041
|
* AccountsApi - factory interface
|
|
8587
9042
|
*/
|
|
8588
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>;
|
|
8589
9059
|
/**
|
|
8590
9060
|
* Delete client credentials
|
|
8591
9061
|
* @summary Delete client credentials
|
|
@@ -8602,6 +9072,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8602
9072
|
* @throws {RequiredError}
|
|
8603
9073
|
*/
|
|
8604
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>>;
|
|
8605
9082
|
/**
|
|
8606
9083
|
* Get Account
|
|
8607
9084
|
* @summary Get Account
|
|
@@ -8609,6 +9086,13 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8609
9086
|
* @throws {RequiredError}
|
|
8610
9087
|
*/
|
|
8611
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>;
|
|
8612
9096
|
/**
|
|
8613
9097
|
* Get Account Contacts
|
|
8614
9098
|
* @summary Get Account Contacts
|
|
@@ -8625,13 +9109,6 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8625
9109
|
* @throws {RequiredError}
|
|
8626
9110
|
*/
|
|
8627
9111
|
getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): AxiosPromise<AccountDetailedSummaryDTO>;
|
|
8628
|
-
/**
|
|
8629
|
-
* Get Account Page Details
|
|
8630
|
-
* @param {string} id Xero ID
|
|
8631
|
-
* @param {*} [options] Override http request option.
|
|
8632
|
-
* @throws {RequiredError}
|
|
8633
|
-
*/
|
|
8634
|
-
getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): AxiosPromise<AccountPageDetailsDTO>;
|
|
8635
9112
|
/**
|
|
8636
9113
|
* Get Accounts
|
|
8637
9114
|
* @summary Get Accounts
|
|
@@ -8657,6 +9134,20 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8657
9134
|
* @throws {RequiredError}
|
|
8658
9135
|
*/
|
|
8659
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>;
|
|
8660
9151
|
/**
|
|
8661
9152
|
* Verify account email address
|
|
8662
9153
|
* @summary Verify account email address
|
|
@@ -8729,6 +9220,54 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8729
9220
|
* @throws {RequiredError}
|
|
8730
9221
|
*/
|
|
8731
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>;
|
|
8732
9271
|
/**
|
|
8733
9272
|
* Add Account Contacts
|
|
8734
9273
|
* @summary Add Account Contact
|
|
@@ -8794,6 +9333,15 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8794
9333
|
* @throws {RequiredError}
|
|
8795
9334
|
*/
|
|
8796
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>;
|
|
8797
9345
|
/**
|
|
8798
9346
|
* Update Account Contacts
|
|
8799
9347
|
* @summary Update Account Contact
|
|
@@ -8824,6 +9372,21 @@ export declare const AccountsApiFactory: (configuration?: Configuration, basePat
|
|
|
8824
9372
|
* AccountsApi - object-oriented interface
|
|
8825
9373
|
*/
|
|
8826
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, {}>>;
|
|
8827
9390
|
/**
|
|
8828
9391
|
* Delete client credentials
|
|
8829
9392
|
* @summary Delete client credentials
|
|
@@ -8840,6 +9403,13 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
8840
9403
|
* @throws {RequiredError}
|
|
8841
9404
|
*/
|
|
8842
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, {}>>;
|
|
8843
9413
|
/**
|
|
8844
9414
|
* Get Account
|
|
8845
9415
|
* @summary Get Account
|
|
@@ -8847,6 +9417,13 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
8847
9417
|
* @throws {RequiredError}
|
|
8848
9418
|
*/
|
|
8849
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, {}>>;
|
|
8850
9427
|
/**
|
|
8851
9428
|
* Get Account Contacts
|
|
8852
9429
|
* @summary Get Account Contacts
|
|
@@ -8863,13 +9440,6 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
8863
9440
|
* @throws {RequiredError}
|
|
8864
9441
|
*/
|
|
8865
9442
|
getGetAccountDetailedSummary(id: number, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountDetailedSummaryDTO, any, {}>>;
|
|
8866
|
-
/**
|
|
8867
|
-
* Get Account Page Details
|
|
8868
|
-
* @param {string} id Xero ID
|
|
8869
|
-
* @param {*} [options] Override http request option.
|
|
8870
|
-
* @throws {RequiredError}
|
|
8871
|
-
*/
|
|
8872
|
-
getGetAccountPageInfo(id: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<AccountPageDetailsDTO, any, {}>>;
|
|
8873
9443
|
/**
|
|
8874
9444
|
* Get Accounts
|
|
8875
9445
|
* @summary Get Accounts
|
|
@@ -8895,6 +9465,20 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
8895
9465
|
* @throws {RequiredError}
|
|
8896
9466
|
*/
|
|
8897
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, {}>>;
|
|
8898
9482
|
/**
|
|
8899
9483
|
* Verify account email address
|
|
8900
9484
|
* @summary Verify account email address
|
|
@@ -8967,6 +9551,54 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
8967
9551
|
* @throws {RequiredError}
|
|
8968
9552
|
*/
|
|
8969
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, {}>>;
|
|
8970
9602
|
/**
|
|
8971
9603
|
* Add Account Contacts
|
|
8972
9604
|
* @summary Add Account Contact
|
|
@@ -9032,6 +9664,15 @@ export declare class AccountsApi extends BaseAPI {
|
|
|
9032
9664
|
* @throws {RequiredError}
|
|
9033
9665
|
*/
|
|
9034
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, {}>>;
|
|
9035
9676
|
/**
|
|
9036
9677
|
* Update Account Contacts
|
|
9037
9678
|
* @summary Update Account Contact
|
|
@@ -9068,6 +9709,66 @@ export declare const PatchSetPrizePromoStateEnum: {
|
|
|
9068
9709
|
readonly Disable: "disable";
|
|
9069
9710
|
};
|
|
9070
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
|
+
}
|
|
9071
9772
|
/**
|
|
9072
9773
|
* CRMApi - axios parameter creator
|
|
9073
9774
|
*/
|
|
@@ -12286,6 +12987,12 @@ export declare const OAuth20ApiAxiosParamCreator: (configuration?: Configuration
|
|
|
12286
12987
|
* @throws {RequiredError}
|
|
12287
12988
|
*/
|
|
12288
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>;
|
|
12289
12996
|
/**
|
|
12290
12997
|
* Portal Login
|
|
12291
12998
|
* @summary Portal Login
|
|
@@ -12353,6 +13060,12 @@ export declare const OAuth20ApiFp: (configuration?: Configuration) => {
|
|
|
12353
13060
|
* @throws {RequiredError}
|
|
12354
13061
|
*/
|
|
12355
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>>;
|
|
12356
13069
|
/**
|
|
12357
13070
|
* Portal Login
|
|
12358
13071
|
* @summary Portal Login
|
|
@@ -12420,6 +13133,12 @@ export declare const OAuth20ApiFactory: (configuration?: Configuration, basePath
|
|
|
12420
13133
|
* @throws {RequiredError}
|
|
12421
13134
|
*/
|
|
12422
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>;
|
|
12423
13142
|
/**
|
|
12424
13143
|
* Portal Login
|
|
12425
13144
|
* @summary Portal Login
|
|
@@ -12487,6 +13206,12 @@ export declare class OAuth20Api extends BaseAPI {
|
|
|
12487
13206
|
* @throws {RequiredError}
|
|
12488
13207
|
*/
|
|
12489
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, {}>>;
|
|
12490
13215
|
/**
|
|
12491
13216
|
* Portal Login
|
|
12492
13217
|
* @summary Portal Login
|
|
@@ -12712,6 +13437,14 @@ export declare const OrdersApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
12712
13437
|
* @throws {RequiredError}
|
|
12713
13438
|
*/
|
|
12714
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>;
|
|
12715
13448
|
/**
|
|
12716
13449
|
* Create Shipment (Admin)
|
|
12717
13450
|
* @summary Create Shipment (Admin)
|
|
@@ -12998,6 +13731,14 @@ export declare const OrdersApiFp: (configuration?: Configuration) => {
|
|
|
12998
13731
|
* @throws {RequiredError}
|
|
12999
13732
|
*/
|
|
13000
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>>;
|
|
13001
13742
|
/**
|
|
13002
13743
|
* Create Shipment (Admin)
|
|
13003
13744
|
* @summary Create Shipment (Admin)
|
|
@@ -13284,6 +14025,14 @@ export declare const OrdersApiFactory: (configuration?: Configuration, basePath?
|
|
|
13284
14025
|
* @throws {RequiredError}
|
|
13285
14026
|
*/
|
|
13286
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>;
|
|
13287
14036
|
/**
|
|
13288
14037
|
* Create Shipment (Admin)
|
|
13289
14038
|
* @summary Create Shipment (Admin)
|
|
@@ -13570,6 +14319,14 @@ export declare class OrdersApi extends BaseAPI {
|
|
|
13570
14319
|
* @throws {RequiredError}
|
|
13571
14320
|
*/
|
|
13572
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, {}>>;
|
|
13573
14330
|
/**
|
|
13574
14331
|
* Create Shipment (Admin)
|
|
13575
14332
|
* @summary Create Shipment (Admin)
|
|
@@ -14006,11 +14763,11 @@ export declare const ProductsApiAxiosParamCreator: (configuration?: Configuratio
|
|
|
14006
14763
|
* Get Product
|
|
14007
14764
|
* @summary Get Product
|
|
14008
14765
|
* @param {string} sku Product SKU
|
|
14009
|
-
* @param {
|
|
14766
|
+
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
14010
14767
|
* @param {*} [options] Override http request option.
|
|
14011
14768
|
* @throws {RequiredError}
|
|
14012
14769
|
*/
|
|
14013
|
-
postGetProduct: (sku: string,
|
|
14770
|
+
postGetProduct: (sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14014
14771
|
/**
|
|
14015
14772
|
* Get Product For Customer
|
|
14016
14773
|
* @summary Get Product For Customer
|
|
@@ -14093,11 +14850,11 @@ export declare const ProductsApiFp: (configuration?: Configuration) => {
|
|
|
14093
14850
|
* Get Product
|
|
14094
14851
|
* @summary Get Product
|
|
14095
14852
|
* @param {string} sku Product SKU
|
|
14096
|
-
* @param {
|
|
14853
|
+
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
14097
14854
|
* @param {*} [options] Override http request option.
|
|
14098
14855
|
* @throws {RequiredError}
|
|
14099
14856
|
*/
|
|
14100
|
-
postGetProduct(sku: string,
|
|
14857
|
+
postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ProductSummaryDTO>>;
|
|
14101
14858
|
/**
|
|
14102
14859
|
* Get Product For Customer
|
|
14103
14860
|
* @summary Get Product For Customer
|
|
@@ -14180,11 +14937,11 @@ export declare const ProductsApiFactory: (configuration?: Configuration, basePat
|
|
|
14180
14937
|
* Get Product
|
|
14181
14938
|
* @summary Get Product
|
|
14182
14939
|
* @param {string} sku Product SKU
|
|
14183
|
-
* @param {
|
|
14940
|
+
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
14184
14941
|
* @param {*} [options] Override http request option.
|
|
14185
14942
|
* @throws {RequiredError}
|
|
14186
14943
|
*/
|
|
14187
|
-
postGetProduct(sku: string,
|
|
14944
|
+
postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): AxiosPromise<ProductSummaryDTO>;
|
|
14188
14945
|
/**
|
|
14189
14946
|
* Get Product For Customer
|
|
14190
14947
|
* @summary Get Product For Customer
|
|
@@ -14267,11 +15024,11 @@ export declare class ProductsApi extends BaseAPI {
|
|
|
14267
15024
|
* Get Product
|
|
14268
15025
|
* @summary Get Product
|
|
14269
15026
|
* @param {string} sku Product SKU
|
|
14270
|
-
* @param {
|
|
15027
|
+
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
14271
15028
|
* @param {*} [options] Override http request option.
|
|
14272
15029
|
* @throws {RequiredError}
|
|
14273
15030
|
*/
|
|
14274
|
-
postGetProduct(sku: string,
|
|
15031
|
+
postGetProduct(sku: string, postGetProductForCustomerRequest: PostGetProductForCustomerRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ProductSummaryDTO, any, {}>>;
|
|
14275
15032
|
/**
|
|
14276
15033
|
* Get Product For Customer
|
|
14277
15034
|
* @summary Get Product For Customer
|