yellowgrid-api-ts 3.2.23 → 3.2.25-dev.0
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 +9 -1
- package/.openapi-generator/VERSION +1 -1
- package/.openapi-generator-ignore +0 -0
- package/README.md +14 -0
- package/api.ts +636 -3614
- package/base.ts +1 -25
- package/common.ts +2 -39
- package/config.json +3 -3
- package/configuration.ts +25 -19
- package/dist/api.d.ts +379 -3613
- package/dist/api.js +548 -359
- package/dist/base.d.ts +1 -25
- package/dist/base.js +1 -20
- package/dist/common.d.ts +1 -38
- package/dist/common.js +1 -38
- package/dist/configuration.d.ts +25 -18
- package/dist/configuration.js +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/docs/AbstractOrderRequestDTO.md +0 -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/AccountRequestModel.md +0 -0
- package/docs/AccountSummaryDTO.md +0 -0
- package/docs/AccountsApi.md +0 -0
- package/docs/AccountsResponseModel.md +0 -0
- package/docs/AddressModel.md +0 -0
- package/docs/AddressRequestModel.md +0 -0
- package/docs/AdminOrderRequestDTO.md +0 -0
- package/docs/AdminUserModel.md +0 -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/BatchEntity.md +0 -0
- package/docs/CRMApi.md +0 -0
- package/docs/CallBarringModel.md +0 -0
- package/docs/Class3CXApi.md +0 -0
- package/docs/Class3CXInstallationWizardApi.md +0 -0
- package/docs/Class3CXInstallationsApi.md +0 -0
- package/docs/Class3CXIntegrationsApi.md +0 -0
- package/docs/Class3CXMultiTenantApi.md +0 -0
- 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/CreditAccountEntity.md +0 -0
- package/docs/CrmContactDTO.md +0 -0
- package/docs/CustomerInformationModel.md +0 -0
- package/docs/CustomerItemRequestDTO.md +0 -0
- package/docs/CustomerOrderRequestDTO.md +0 -0
- 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 +0 -0
- package/docs/DetailedOrderRequestDTO.md +0 -0
- 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/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/IncidentDTO.md +31 -0
- package/docs/IncidentRequestDTO.md +25 -0
- package/docs/IncidentSubscriptionModel.md +23 -0
- package/docs/IncidentUpdateDTO.md +25 -0
- package/docs/IncidentUpdateEntity.md +29 -0
- package/docs/IncidentUpdateRequestDTO.md +23 -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 +0 -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 +0 -0
- package/docs/NavigationModel.md +0 -0
- package/docs/NumberPortDTO.md +51 -0
- package/docs/NumberPortEntity.md +47 -0
- package/docs/NumberPortModel.md +51 -0
- package/docs/NumberPortRangeDTO.md +33 -0
- package/docs/NumberPortRangeRequestDTO.md +27 -0
- package/docs/NumberPortingApi.md +658 -0
- package/docs/NumberPortsModel.md +27 -0
- package/docs/OAuth20Api.md +0 -0
- package/docs/OfflineInstancesEntity.md +0 -0
- package/docs/OrderEntity.md +0 -0
- package/docs/OrderRequestModel.md +0 -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/OrdersApi.md +0 -0
- package/docs/PatchSetTcxWizardCnameRequest.md +0 -0
- package/docs/PatchUpdateAccountContactPasswordRequest.md +0 -0
- package/docs/PortalAccountModel.md +0 -0
- package/docs/PortalLoginModel.md +0 -0
- package/docs/PostAddWebhook200Response.md +0 -0
- package/docs/PostGetClientCredentialsRequest.md +0 -0
- package/docs/PostGetProductForCustomerRequest.md +0 -0
- package/docs/PostGetProductRequest.md +0 -0
- package/docs/PriceListItemModel.md +0 -0
- package/docs/PricingApi.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 +0 -0
- package/docs/ProductsApi.md +0 -0
- package/docs/PromoCodesEntity.md +0 -0
- package/docs/PromoItemsEntity.md +0 -0
- package/docs/ProvisioningApi.md +0 -0
- package/docs/ProvisioningModel.md +0 -0
- package/docs/ProvisioningRequestEntity.md +0 -0
- package/docs/RecordingBackupAzureModel.md +0 -0
- package/docs/RecordingsBackupInfoDTO.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 +0 -0
- package/docs/SMSApi.md +0 -0
- package/docs/ScannedItemModel.md +0 -0
- package/docs/ScopeModel.md +0 -0
- package/docs/ServiceHealthDTO.md +23 -0
- package/docs/ServiceStatusDTO.md +25 -0
- package/docs/ServicesApi.md +330 -0
- package/docs/ShipmentAddressEntity.md +0 -0
- package/docs/ShipmentEntity.md +0 -0
- package/docs/ShipmentItemEntity.md +0 -0
- package/docs/ShippingApi.md +0 -0
- package/docs/ShippingConsignmentModel.md +0 -0
- package/docs/ShippingInformationDTO.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/SmsAccountEntity.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 +0 -0
- 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/SupportTicketModel.md +41 -0
- package/docs/SystemApi.md +0 -0
- 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/TcxInstallationDetailsModel.md +0 -0
- package/docs/TcxInstallationModel.md +0 -0
- package/docs/TcxInstallationsModel.md +0 -0
- package/docs/TcxKeySummaryDTO.md +0 -0
- 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/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/TelephonySupportTicketModel.md +0 -0
- package/docs/TicketSummaryModel.md +0 -0
- package/docs/TicketTimeDTO.md +0 -0
- package/docs/TicketsApi.md +0 -0
- 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 +0 -0
- package/docs/XeroLogEntity.md +0 -0
- package/git_push.sh +0 -0
- package/index.ts +1 -1
- package/openapitools.json +1 -1
- package/package.json +1 -1
- package/tsconfig.json +0 -0
package/dist/api.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
/**
|
|
5
5
|
* Yellowgrid
|
|
6
|
-
* Welcome to the Yellowgrid API documentation.
|
|
6
|
+
* 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: `http://api.yellowgrid.local` For questions or technical support, please contact support@yellowgrid.co.uk.
|
|
7
7
|
*
|
|
8
8
|
* The version of the OpenAPI document: 0
|
|
9
9
|
*
|
|
@@ -84,9 +84,9 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
84
84
|
return to.concat(ar || Array.prototype.slice.call(from));
|
|
85
85
|
};
|
|
86
86
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.PostAddWebhookWebhookUriEnum = exports.WebhooksApi = exports.WebhooksApiFactory = exports.WebhooksApiFp = exports.WebhooksApiAxiosParamCreator = exports.TicketsApi = exports.TicketsApiFactory = exports.TicketsApiFp = exports.TicketsApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.StockManagementApi = exports.StockManagementApiFactory = exports.StockManagementApiFp = exports.StockManagementApiAxiosParamCreator = exports.ShippingApi = exports.ShippingApiFactory = exports.ShippingApiFp = exports.ShippingApiAxiosParamCreator = exports.SMSApi = exports.SMSApiFactory = exports.SMSApiFp = exports.SMSApiAxiosParamCreator = void 0;
|
|
87
|
+
exports.Class3CXInstallationsApiFp = exports.Class3CXInstallationsApiAxiosParamCreator = exports.Class3CXInstallationWizardApi = exports.Class3CXInstallationWizardApiFactory = exports.Class3CXInstallationWizardApiFp = exports.Class3CXInstallationWizardApiAxiosParamCreator = exports.Class3CXApi = exports.Class3CXApiFactory = exports.Class3CXApiFp = exports.Class3CXApiAxiosParamCreator = exports.CRMApi = exports.CRMApiFactory = exports.CRMApiFp = exports.CRMApiAxiosParamCreator = exports.AccountsApi = exports.AccountsApiFactory = exports.AccountsApiFp = exports.AccountsApiAxiosParamCreator = exports.UpgradeRequestModelSchoolTypeEnum = exports.UpgradeRequestModelLicenceTypeEnum = exports.TcxWizardModelInstallationStatusEnum = exports.TcxWizardModelInstallTypeEnum = exports.TcxSetupEntityRegionEnum = exports.TcxSetupEntityInstallTypeEnum = exports.TcxMultiTenantModelPackageEnum = exports.StockOrderModelPaidEnum = exports.StockOrderModelDeliveryMethodEnum = exports.SmsResponseModelEventTypeEnum = exports.SmsPhoneNumberModelStatusEnum = exports.SipTrunkChangeResponseModelTypeEnum = exports.ShippingServiceModelCourierEnum = exports.ShippingServiceDTOCourierEnum = exports.ServiceStatusDTOStatusEnum = exports.ServiceHealthDTOGlobalStatusEnum = exports.OrderTotalModelCurrencyEnum = exports.OrderRequestModelSchoolTypeEnum = exports.OrderRequestModelLicenceTypeEnum = exports.MultiTenantChangeResponseModelTypeEnum = exports.ItemDiscountEntityTypeEnum = exports.IncidentUpdateRequestDTOTypeEnum = exports.IncidentUpdateDTOTypeEnum = exports.IncidentRequestDTOServiceEnum = exports.IncidentRequestDTOTypeEnum = exports.IncidentDTOStatusEnum = exports.IncidentDTOServiceEnum = exports.IncidentDTOTypeEnum = exports.HostingRegionDTOCodeEnum = exports.HostingChangeResponseModelTypeEnum = exports.DivertResponseModelStatusEnum = exports.AdminUserModelRoleEnum = void 0;
|
|
88
|
+
exports.ProductsApi = exports.ProductsApiFactory = exports.ProductsApiFp = exports.ProductsApiAxiosParamCreator = exports.PostSendPriceListCategoryEnum = exports.PostSendPriceListFormatEnum = exports.PostSendPriceListTypeEnum = exports.GetGetPriceListCategoryEnum = exports.GetGetPriceListFormatEnum = exports.GetGetPriceListTypeEnum = exports.PricingApi = exports.PricingApiFactory = exports.PricingApiFp = exports.PricingApiAxiosParamCreator = exports.GetGetOrdersFilterEnum = exports.GetGetOrdersStatusEnum = exports.OrdersApi = exports.OrdersApiFactory = exports.OrdersApiFp = exports.OrdersApiAxiosParamCreator = exports.PostAuthoriseScopeEnum = exports.PostAccessTokenTokenExchangeTypeEnum = exports.PostAccessTokenScopeEnum = exports.PostAccessTokenGrantTypeEnum = exports.OAuth20Api = exports.OAuth20ApiFactory = exports.OAuth20ApiFp = exports.OAuth20ApiAxiosParamCreator = exports.MyPBXToolsApi = exports.MyPBXToolsApiFactory = exports.MyPBXToolsApiFp = exports.MyPBXToolsApiAxiosParamCreator = exports.GetGetTenantsStatusEnum = exports.Class3CXMultiTenantApi = exports.Class3CXMultiTenantApiFactory = exports.Class3CXMultiTenantApiFp = exports.Class3CXMultiTenantApiAxiosParamCreator = exports.GetGetPriceSchoolTypeEnum = exports.GetGetPriceLicenceTypeEnum = exports.Class3CXIntegrationsApi = exports.Class3CXIntegrationsApiFactory = exports.Class3CXIntegrationsApiFp = exports.Class3CXIntegrationsApiAxiosParamCreator = exports.PostResizeInstanceSizeEnum = exports.PostFailoverInstanceTypeEnum = exports.GetGetInstallationsInstallTypeEnum = exports.GetGetInstallationsHostingEnum = exports.GetGetInstallationsStatusEnum = exports.Class3CXInstallationsApi = exports.Class3CXInstallationsApiFactory = void 0;
|
|
89
|
+
exports.PostAddWebhookWebhookUriEnum = exports.WebhooksApi = exports.WebhooksApiFactory = exports.WebhooksApiFp = exports.WebhooksApiAxiosParamCreator = exports.TicketsApi = exports.TicketsApiFactory = exports.TicketsApiFp = exports.TicketsApiAxiosParamCreator = exports.SystemApi = exports.SystemApiFactory = exports.SystemApiFp = exports.SystemApiAxiosParamCreator = exports.StockManagementApi = exports.StockManagementApiFactory = exports.StockManagementApiFp = exports.StockManagementApiAxiosParamCreator = exports.ShippingApi = exports.ShippingApiFactory = exports.ShippingApiFp = exports.ShippingApiAxiosParamCreator = exports.ServicesApi = exports.ServicesApiFactory = exports.ServicesApiFp = exports.ServicesApiAxiosParamCreator = exports.SMSApi = exports.SMSApiFactory = exports.SMSApiFp = exports.SMSApiAxiosParamCreator = exports.SIPTrunksApi = exports.SIPTrunksApiFactory = exports.SIPTrunksApiFp = exports.SIPTrunksApiAxiosParamCreator = exports.ProvisioningApi = exports.ProvisioningApiFactory = exports.ProvisioningApiFp = exports.ProvisioningApiAxiosParamCreator = exports.GetGetLegacyStockListFormatEnum = void 0;
|
|
90
90
|
var axios_1 = require("axios");
|
|
91
91
|
// Some imports not used depending on template conditions
|
|
92
92
|
// @ts-ignore
|
|
@@ -119,6 +119,35 @@ exports.HostingRegionDTOCodeEnum = {
|
|
|
119
119
|
UsEastVa1: 'US-EAST-VA-1',
|
|
120
120
|
UsWestOr1: 'US-WEST-OR-1'
|
|
121
121
|
};
|
|
122
|
+
exports.IncidentDTOTypeEnum = {
|
|
123
|
+
NUMBER_0: 0,
|
|
124
|
+
NUMBER_1: 1
|
|
125
|
+
};
|
|
126
|
+
exports.IncidentDTOServiceEnum = {
|
|
127
|
+
NUMBER_0: 0
|
|
128
|
+
};
|
|
129
|
+
exports.IncidentDTOStatusEnum = {
|
|
130
|
+
NUMBER_0: 0,
|
|
131
|
+
NUMBER_1: 1,
|
|
132
|
+
NUMBER_2: 2
|
|
133
|
+
};
|
|
134
|
+
exports.IncidentRequestDTOTypeEnum = {
|
|
135
|
+
NUMBER_0: 0,
|
|
136
|
+
NUMBER_1: 1
|
|
137
|
+
};
|
|
138
|
+
exports.IncidentRequestDTOServiceEnum = {
|
|
139
|
+
NUMBER_0: 0
|
|
140
|
+
};
|
|
141
|
+
exports.IncidentUpdateDTOTypeEnum = {
|
|
142
|
+
NUMBER_0: 0,
|
|
143
|
+
NUMBER_1: 1,
|
|
144
|
+
NUMBER_2: 2
|
|
145
|
+
};
|
|
146
|
+
exports.IncidentUpdateRequestDTOTypeEnum = {
|
|
147
|
+
NUMBER_0: 0,
|
|
148
|
+
NUMBER_1: 1,
|
|
149
|
+
NUMBER_2: 2
|
|
150
|
+
};
|
|
122
151
|
exports.ItemDiscountEntityTypeEnum = {
|
|
123
152
|
TcxPhones: 'TCX_PHONES',
|
|
124
153
|
PhoneBulk: 'PHONE_BULK',
|
|
@@ -181,6 +210,16 @@ exports.OrderTotalModelCurrencyEnum = {
|
|
|
181
210
|
Thb: 'THB',
|
|
182
211
|
Zar: 'ZAR'
|
|
183
212
|
};
|
|
213
|
+
exports.ServiceHealthDTOGlobalStatusEnum = {
|
|
214
|
+
NUMBER_0: 0,
|
|
215
|
+
NUMBER_1: 1,
|
|
216
|
+
NUMBER_2: 2
|
|
217
|
+
};
|
|
218
|
+
exports.ServiceStatusDTOStatusEnum = {
|
|
219
|
+
NUMBER_0: 0,
|
|
220
|
+
NUMBER_1: 1,
|
|
221
|
+
NUMBER_2: 2
|
|
222
|
+
};
|
|
184
223
|
exports.ShippingServiceDTOCourierEnum = {
|
|
185
224
|
Dpd: 'DPD',
|
|
186
225
|
ChorltonPallet: 'Chorlton Pallet',
|
|
@@ -286,7 +325,6 @@ exports.UpgradeRequestModelSchoolTypeEnum = {
|
|
|
286
325
|
};
|
|
287
326
|
/**
|
|
288
327
|
* AccountsApi - axios parameter creator
|
|
289
|
-
* @export
|
|
290
328
|
*/
|
|
291
329
|
var AccountsApiAxiosParamCreator = function (configuration) {
|
|
292
330
|
var _this = this;
|
|
@@ -1010,7 +1048,6 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
1010
1048
|
exports.AccountsApiAxiosParamCreator = AccountsApiAxiosParamCreator;
|
|
1011
1049
|
/**
|
|
1012
1050
|
* AccountsApi - functional programming interface
|
|
1013
|
-
* @export
|
|
1014
1051
|
*/
|
|
1015
1052
|
var AccountsApiFp = function (configuration) {
|
|
1016
1053
|
var localVarAxiosParamCreator = (0, exports.AccountsApiAxiosParamCreator)(configuration);
|
|
@@ -1459,7 +1496,6 @@ var AccountsApiFp = function (configuration) {
|
|
|
1459
1496
|
exports.AccountsApiFp = AccountsApiFp;
|
|
1460
1497
|
/**
|
|
1461
1498
|
* AccountsApi - factory interface
|
|
1462
|
-
* @export
|
|
1463
1499
|
*/
|
|
1464
1500
|
var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
1465
1501
|
var localVarFp = (0, exports.AccountsApiFp)(configuration);
|
|
@@ -1661,9 +1697,6 @@ var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
1661
1697
|
exports.AccountsApiFactory = AccountsApiFactory;
|
|
1662
1698
|
/**
|
|
1663
1699
|
* AccountsApi - object-oriented interface
|
|
1664
|
-
* @export
|
|
1665
|
-
* @class AccountsApi
|
|
1666
|
-
* @extends {BaseAPI}
|
|
1667
1700
|
*/
|
|
1668
1701
|
var AccountsApi = /** @class */ (function (_super) {
|
|
1669
1702
|
__extends(AccountsApi, _super);
|
|
@@ -1676,7 +1709,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1676
1709
|
* @param {string} id OAuth 2.0 Client ID
|
|
1677
1710
|
* @param {*} [options] Override http request option.
|
|
1678
1711
|
* @throws {RequiredError}
|
|
1679
|
-
* @memberof AccountsApi
|
|
1680
1712
|
*/
|
|
1681
1713
|
AccountsApi.prototype.deleteDeleteClientCredentials = function (id, options) {
|
|
1682
1714
|
var _this = this;
|
|
@@ -1688,7 +1720,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1688
1720
|
* @param {string} email Contact Email Address
|
|
1689
1721
|
* @param {*} [options] Override http request option.
|
|
1690
1722
|
* @throws {RequiredError}
|
|
1691
|
-
* @memberof AccountsApi
|
|
1692
1723
|
*/
|
|
1693
1724
|
AccountsApi.prototype.deleteUpdateAccountContact = function (email, options) {
|
|
1694
1725
|
var _this = this;
|
|
@@ -1699,7 +1730,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1699
1730
|
* @summary Get Account
|
|
1700
1731
|
* @param {*} [options] Override http request option.
|
|
1701
1732
|
* @throws {RequiredError}
|
|
1702
|
-
* @memberof AccountsApi
|
|
1703
1733
|
*/
|
|
1704
1734
|
AccountsApi.prototype.getGetAccount = function (options) {
|
|
1705
1735
|
var _this = this;
|
|
@@ -1711,7 +1741,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1711
1741
|
* @param {string} [email] Contact Email Address
|
|
1712
1742
|
* @param {*} [options] Override http request option.
|
|
1713
1743
|
* @throws {RequiredError}
|
|
1714
|
-
* @memberof AccountsApi
|
|
1715
1744
|
*/
|
|
1716
1745
|
AccountsApi.prototype.getGetAccountContacts = function (email, options) {
|
|
1717
1746
|
var _this = this;
|
|
@@ -1723,7 +1752,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1723
1752
|
* @param {number} id Customer ID
|
|
1724
1753
|
* @param {*} [options] Override http request option.
|
|
1725
1754
|
* @throws {RequiredError}
|
|
1726
|
-
* @memberof AccountsApi
|
|
1727
1755
|
*/
|
|
1728
1756
|
AccountsApi.prototype.getGetAccountDetailedSummary = function (id, options) {
|
|
1729
1757
|
var _this = this;
|
|
@@ -1738,7 +1766,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1738
1766
|
* @param {boolean} [active] Active
|
|
1739
1767
|
* @param {*} [options] Override http request option.
|
|
1740
1768
|
* @throws {RequiredError}
|
|
1741
|
-
* @memberof AccountsApi
|
|
1742
1769
|
*/
|
|
1743
1770
|
AccountsApi.prototype.getGetAccounts = function (pageSize, page, search, active, options) {
|
|
1744
1771
|
var _this = this;
|
|
@@ -1749,7 +1776,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1749
1776
|
* @summary Get user\'s client credentials
|
|
1750
1777
|
* @param {*} [options] Override http request option.
|
|
1751
1778
|
* @throws {RequiredError}
|
|
1752
|
-
* @memberof AccountsApi
|
|
1753
1779
|
*/
|
|
1754
1780
|
AccountsApi.prototype.getGetClientCredentials = function (options) {
|
|
1755
1781
|
var _this = this;
|
|
@@ -1760,7 +1786,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1760
1786
|
* @summary Get 3CX Keys
|
|
1761
1787
|
* @param {*} [options] Override http request option.
|
|
1762
1788
|
* @throws {RequiredError}
|
|
1763
|
-
* @memberof AccountsApi
|
|
1764
1789
|
*/
|
|
1765
1790
|
AccountsApi.prototype.getGetCustomerKeys = function (options) {
|
|
1766
1791
|
var _this = this;
|
|
@@ -1772,7 +1797,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1772
1797
|
* @param {string} token Verification Token
|
|
1773
1798
|
* @param {*} [options] Override http request option.
|
|
1774
1799
|
* @throws {RequiredError}
|
|
1775
|
-
* @memberof AccountsApi
|
|
1776
1800
|
*/
|
|
1777
1801
|
AccountsApi.prototype.getVerifyEmailAddress = function (token, options) {
|
|
1778
1802
|
var _this = this;
|
|
@@ -1783,7 +1807,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1783
1807
|
* @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
|
|
1784
1808
|
* @param {*} [options] Override http request option.
|
|
1785
1809
|
* @throws {RequiredError}
|
|
1786
|
-
* @memberof AccountsApi
|
|
1787
1810
|
*/
|
|
1788
1811
|
AccountsApi.prototype.patchSetTcxWizardCname = function (patchSetTcxWizardCnameRequest, options) {
|
|
1789
1812
|
var _this = this;
|
|
@@ -1796,7 +1819,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1796
1819
|
* @param {PatchUpdateAccountContactPasswordRequest} [patchUpdateAccountContactPasswordRequest] New account request
|
|
1797
1820
|
* @param {*} [options] Override http request option.
|
|
1798
1821
|
* @throws {RequiredError}
|
|
1799
|
-
* @memberof AccountsApi
|
|
1800
1822
|
*/
|
|
1801
1823
|
AccountsApi.prototype.patchUpdateAccountContactPassword = function (token, patchUpdateAccountContactPasswordRequest, options) {
|
|
1802
1824
|
var _this = this;
|
|
@@ -1808,7 +1830,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1808
1830
|
* @param {AccountContactRequestModel} [accountContactRequestModel] New account request
|
|
1809
1831
|
* @param {*} [options] Override http request option.
|
|
1810
1832
|
* @throws {RequiredError}
|
|
1811
|
-
* @memberof AccountsApi
|
|
1812
1833
|
*/
|
|
1813
1834
|
AccountsApi.prototype.postGetAccountContacts = function (accountContactRequestModel, options) {
|
|
1814
1835
|
var _this = this;
|
|
@@ -1820,7 +1841,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1820
1841
|
* @param {AccountRequestModel} [accountRequestModel] New account request
|
|
1821
1842
|
* @param {*} [options] Override http request option.
|
|
1822
1843
|
* @throws {RequiredError}
|
|
1823
|
-
* @memberof AccountsApi
|
|
1824
1844
|
*/
|
|
1825
1845
|
AccountsApi.prototype.postGetAccounts = function (accountRequestModel, options) {
|
|
1826
1846
|
var _this = this;
|
|
@@ -1831,7 +1851,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1831
1851
|
* @summary Get Admin Account
|
|
1832
1852
|
* @param {*} [options] Override http request option.
|
|
1833
1853
|
* @throws {RequiredError}
|
|
1834
|
-
* @memberof AccountsApi
|
|
1835
1854
|
*/
|
|
1836
1855
|
AccountsApi.prototype.postGetAdminAccount = function (options) {
|
|
1837
1856
|
var _this = this;
|
|
@@ -1843,7 +1862,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1843
1862
|
* @param {PostGetClientCredentialsRequest} [postGetClientCredentialsRequest] New client credentials request
|
|
1844
1863
|
* @param {*} [options] Override http request option.
|
|
1845
1864
|
* @throws {RequiredError}
|
|
1846
|
-
* @memberof AccountsApi
|
|
1847
1865
|
*/
|
|
1848
1866
|
AccountsApi.prototype.postGetClientCredentials = function (postGetClientCredentialsRequest, options) {
|
|
1849
1867
|
var _this = this;
|
|
@@ -1855,7 +1873,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1855
1873
|
* @param {string} email Email Address
|
|
1856
1874
|
* @param {*} [options] Override http request option.
|
|
1857
1875
|
* @throws {RequiredError}
|
|
1858
|
-
* @memberof AccountsApi
|
|
1859
1876
|
*/
|
|
1860
1877
|
AccountsApi.prototype.postSendEmailVerificationEmail = function (email, options) {
|
|
1861
1878
|
var _this = this;
|
|
@@ -1867,7 +1884,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1867
1884
|
* @param {string} email Email Address
|
|
1868
1885
|
* @param {*} [options] Override http request option.
|
|
1869
1886
|
* @throws {RequiredError}
|
|
1870
|
-
* @memberof AccountsApi
|
|
1871
1887
|
*/
|
|
1872
1888
|
AccountsApi.prototype.postSendPasswordReset = function (email, options) {
|
|
1873
1889
|
var _this = this;
|
|
@@ -1881,7 +1897,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1881
1897
|
* @param {string} [vatNumber] VAT Number
|
|
1882
1898
|
* @param {*} [options] Override http request option.
|
|
1883
1899
|
* @throws {RequiredError}
|
|
1884
|
-
* @memberof AccountsApi
|
|
1885
1900
|
*/
|
|
1886
1901
|
AccountsApi.prototype.postSubmitResellerApplication = function (creditRequired, companyNumber, vatNumber, options) {
|
|
1887
1902
|
var _this = this;
|
|
@@ -1894,7 +1909,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1894
1909
|
* @param {AccountContactRequestModel} [accountContactRequestModel] Account request
|
|
1895
1910
|
* @param {*} [options] Override http request option.
|
|
1896
1911
|
* @throws {RequiredError}
|
|
1897
|
-
* @memberof AccountsApi
|
|
1898
1912
|
*/
|
|
1899
1913
|
AccountsApi.prototype.putUpdateAccountContact = function (email, accountContactRequestModel, options) {
|
|
1900
1914
|
var _this = this;
|
|
@@ -1905,7 +1919,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1905
1919
|
exports.AccountsApi = AccountsApi;
|
|
1906
1920
|
/**
|
|
1907
1921
|
* CRMApi - axios parameter creator
|
|
1908
|
-
* @export
|
|
1909
1922
|
*/
|
|
1910
1923
|
var CRMApiAxiosParamCreator = function (configuration) {
|
|
1911
1924
|
var _this = this;
|
|
@@ -1947,7 +1960,6 @@ var CRMApiAxiosParamCreator = function (configuration) {
|
|
|
1947
1960
|
exports.CRMApiAxiosParamCreator = CRMApiAxiosParamCreator;
|
|
1948
1961
|
/**
|
|
1949
1962
|
* CRMApi - functional programming interface
|
|
1950
|
-
* @export
|
|
1951
1963
|
*/
|
|
1952
1964
|
var CRMApiFp = function (configuration) {
|
|
1953
1965
|
var localVarAxiosParamCreator = (0, exports.CRMApiAxiosParamCreator)(configuration);
|
|
@@ -1978,7 +1990,6 @@ var CRMApiFp = function (configuration) {
|
|
|
1978
1990
|
exports.CRMApiFp = CRMApiFp;
|
|
1979
1991
|
/**
|
|
1980
1992
|
* CRMApi - factory interface
|
|
1981
|
-
* @export
|
|
1982
1993
|
*/
|
|
1983
1994
|
var CRMApiFactory = function (configuration, basePath, axios) {
|
|
1984
1995
|
var localVarFp = (0, exports.CRMApiFp)(configuration);
|
|
@@ -1996,9 +2007,6 @@ var CRMApiFactory = function (configuration, basePath, axios) {
|
|
|
1996
2007
|
exports.CRMApiFactory = CRMApiFactory;
|
|
1997
2008
|
/**
|
|
1998
2009
|
* CRMApi - object-oriented interface
|
|
1999
|
-
* @export
|
|
2000
|
-
* @class CRMApi
|
|
2001
|
-
* @extends {BaseAPI}
|
|
2002
2010
|
*/
|
|
2003
2011
|
var CRMApi = /** @class */ (function (_super) {
|
|
2004
2012
|
__extends(CRMApi, _super);
|
|
@@ -2009,7 +2017,6 @@ var CRMApi = /** @class */ (function (_super) {
|
|
|
2009
2017
|
* Search for contacts by phone number
|
|
2010
2018
|
* @param {*} [options] Override http request option.
|
|
2011
2019
|
* @throws {RequiredError}
|
|
2012
|
-
* @memberof CRMApi
|
|
2013
2020
|
*/
|
|
2014
2021
|
CRMApi.prototype.getSearchByPhone = function (options) {
|
|
2015
2022
|
var _this = this;
|
|
@@ -2020,7 +2027,6 @@ var CRMApi = /** @class */ (function (_super) {
|
|
|
2020
2027
|
exports.CRMApi = CRMApi;
|
|
2021
2028
|
/**
|
|
2022
2029
|
* Class3CXApi - axios parameter creator
|
|
2023
|
-
* @export
|
|
2024
2030
|
*/
|
|
2025
2031
|
var Class3CXApiAxiosParamCreator = function (configuration) {
|
|
2026
2032
|
var _this = this;
|
|
@@ -2105,7 +2111,6 @@ var Class3CXApiAxiosParamCreator = function (configuration) {
|
|
|
2105
2111
|
exports.Class3CXApiAxiosParamCreator = Class3CXApiAxiosParamCreator;
|
|
2106
2112
|
/**
|
|
2107
2113
|
* Class3CXApi - functional programming interface
|
|
2108
|
-
* @export
|
|
2109
2114
|
*/
|
|
2110
2115
|
var Class3CXApiFp = function (configuration) {
|
|
2111
2116
|
var localVarAxiosParamCreator = (0, exports.Class3CXApiAxiosParamCreator)(configuration);
|
|
@@ -2161,7 +2166,6 @@ var Class3CXApiFp = function (configuration) {
|
|
|
2161
2166
|
exports.Class3CXApiFp = Class3CXApiFp;
|
|
2162
2167
|
/**
|
|
2163
2168
|
* Class3CXApi - factory interface
|
|
2164
|
-
* @export
|
|
2165
2169
|
*/
|
|
2166
2170
|
var Class3CXApiFactory = function (configuration, basePath, axios) {
|
|
2167
2171
|
var localVarFp = (0, exports.Class3CXApiFp)(configuration);
|
|
@@ -2191,9 +2195,6 @@ var Class3CXApiFactory = function (configuration, basePath, axios) {
|
|
|
2191
2195
|
exports.Class3CXApiFactory = Class3CXApiFactory;
|
|
2192
2196
|
/**
|
|
2193
2197
|
* Class3CXApi - object-oriented interface
|
|
2194
|
-
* @export
|
|
2195
|
-
* @class Class3CXApi
|
|
2196
|
-
* @extends {BaseAPI}
|
|
2197
2198
|
*/
|
|
2198
2199
|
var Class3CXApi = /** @class */ (function (_super) {
|
|
2199
2200
|
__extends(Class3CXApi, _super);
|
|
@@ -2206,7 +2207,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2206
2207
|
* @param {string} key 3CX Licence Key
|
|
2207
2208
|
* @param {*} [options] Override http request option.
|
|
2208
2209
|
* @throws {RequiredError}
|
|
2209
|
-
* @memberof Class3CXApi
|
|
2210
2210
|
*/
|
|
2211
2211
|
Class3CXApi.prototype.getGetLicenceDetails = function (key, options) {
|
|
2212
2212
|
var _this = this;
|
|
@@ -2218,7 +2218,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2218
2218
|
* @param {Array<string>} [requestBody] Licence Lookup Request
|
|
2219
2219
|
* @param {*} [options] Override http request option.
|
|
2220
2220
|
* @throws {RequiredError}
|
|
2221
|
-
* @memberof Class3CXApi
|
|
2222
2221
|
*/
|
|
2223
2222
|
Class3CXApi.prototype.postGetBulkLicenceDetails = function (requestBody, options) {
|
|
2224
2223
|
var _this = this;
|
|
@@ -2229,7 +2228,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2229
2228
|
exports.Class3CXApi = Class3CXApi;
|
|
2230
2229
|
/**
|
|
2231
2230
|
* Class3CXInstallationWizardApi - axios parameter creator
|
|
2232
|
-
* @export
|
|
2233
2231
|
*/
|
|
2234
2232
|
var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
2235
2233
|
var _this = this;
|
|
@@ -3479,7 +3477,6 @@ var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
|
3479
3477
|
exports.Class3CXInstallationWizardApiAxiosParamCreator = Class3CXInstallationWizardApiAxiosParamCreator;
|
|
3480
3478
|
/**
|
|
3481
3479
|
* Class3CXInstallationWizardApi - functional programming interface
|
|
3482
|
-
* @export
|
|
3483
3480
|
*/
|
|
3484
3481
|
var Class3CXInstallationWizardApiFp = function (configuration) {
|
|
3485
3482
|
var localVarAxiosParamCreator = (0, exports.Class3CXInstallationWizardApiAxiosParamCreator)(configuration);
|
|
@@ -4252,7 +4249,6 @@ var Class3CXInstallationWizardApiFp = function (configuration) {
|
|
|
4252
4249
|
exports.Class3CXInstallationWizardApiFp = Class3CXInstallationWizardApiFp;
|
|
4253
4250
|
/**
|
|
4254
4251
|
* Class3CXInstallationWizardApi - factory interface
|
|
4255
|
-
* @export
|
|
4256
4252
|
*/
|
|
4257
4253
|
var Class3CXInstallationWizardApiFactory = function (configuration, basePath, axios) {
|
|
4258
4254
|
var localVarFp = (0, exports.Class3CXInstallationWizardApiFp)(configuration);
|
|
@@ -4596,9 +4592,6 @@ var Class3CXInstallationWizardApiFactory = function (configuration, basePath, ax
|
|
|
4596
4592
|
exports.Class3CXInstallationWizardApiFactory = Class3CXInstallationWizardApiFactory;
|
|
4597
4593
|
/**
|
|
4598
4594
|
* Class3CXInstallationWizardApi - object-oriented interface
|
|
4599
|
-
* @export
|
|
4600
|
-
* @class Class3CXInstallationWizardApi
|
|
4601
|
-
* @extends {BaseAPI}
|
|
4602
4595
|
*/
|
|
4603
4596
|
var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
4604
4597
|
__extends(Class3CXInstallationWizardApi, _super);
|
|
@@ -4611,7 +4604,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4611
4604
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extensions
|
|
4612
4605
|
* @param {*} [options] Override http request option.
|
|
4613
4606
|
* @throws {RequiredError}
|
|
4614
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4615
4607
|
*/
|
|
4616
4608
|
Class3CXInstallationWizardApi.prototype.deleteAddExtensions = function (tcxExtsEntity, options) {
|
|
4617
4609
|
var _this = this;
|
|
@@ -4623,7 +4615,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4623
4615
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4624
4616
|
* @param {*} [options] Override http request option.
|
|
4625
4617
|
* @throws {RequiredError}
|
|
4626
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4627
4618
|
*/
|
|
4628
4619
|
Class3CXInstallationWizardApi.prototype.deleteAddNumbers = function (tcxNumbersEntity, options) {
|
|
4629
4620
|
var _this = this;
|
|
@@ -4635,7 +4626,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4635
4626
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4636
4627
|
* @param {*} [options] Override http request option.
|
|
4637
4628
|
* @throws {RequiredError}
|
|
4638
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4639
4629
|
*/
|
|
4640
4630
|
Class3CXInstallationWizardApi.prototype.deleteAddPhones = function (tcxPhonesEntity, options) {
|
|
4641
4631
|
var _this = this;
|
|
@@ -4647,7 +4637,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4647
4637
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4648
4638
|
* @param {*} [options] Override http request option.
|
|
4649
4639
|
* @throws {RequiredError}
|
|
4650
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4651
4640
|
*/
|
|
4652
4641
|
Class3CXInstallationWizardApi.prototype.deleteAddSbcs = function (tcxSbcModel, options) {
|
|
4653
4642
|
var _this = this;
|
|
@@ -4658,7 +4647,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4658
4647
|
* @summary Delete 3CX Installation Wizard
|
|
4659
4648
|
* @param {*} [options] Override http request option.
|
|
4660
4649
|
* @throws {RequiredError}
|
|
4661
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4662
4650
|
*/
|
|
4663
4651
|
Class3CXInstallationWizardApi.prototype.deleteGetWizard = function (options) {
|
|
4664
4652
|
var _this = this;
|
|
@@ -4669,7 +4657,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4669
4657
|
* @summary Get phones on linked order and MAC addresses
|
|
4670
4658
|
* @param {*} [options] Override http request option.
|
|
4671
4659
|
* @throws {RequiredError}
|
|
4672
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4673
4660
|
*/
|
|
4674
4661
|
Class3CXInstallationWizardApi.prototype.getAddPhones = function (options) {
|
|
4675
4662
|
var _this = this;
|
|
@@ -4680,7 +4667,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4680
4667
|
* @summary Get UK National Area Codes
|
|
4681
4668
|
* @param {*} [options] Override http request option.
|
|
4682
4669
|
* @throws {RequiredError}
|
|
4683
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4684
4670
|
*/
|
|
4685
4671
|
Class3CXInstallationWizardApi.prototype.getGetAreaCodesTcxWizard = function (options) {
|
|
4686
4672
|
var _this = this;
|
|
@@ -4692,7 +4678,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4692
4678
|
* @param {number} id SIP Trunk ID
|
|
4693
4679
|
* @param {*} [options] Override http request option.
|
|
4694
4680
|
* @throws {RequiredError}
|
|
4695
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4696
4681
|
*/
|
|
4697
4682
|
Class3CXInstallationWizardApi.prototype.getGetDdisTcxWizard = function (id, options) {
|
|
4698
4683
|
var _this = this;
|
|
@@ -4703,7 +4688,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4703
4688
|
* @summary Get Hosting Price
|
|
4704
4689
|
* @param {*} [options] Override http request option.
|
|
4705
4690
|
* @throws {RequiredError}
|
|
4706
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4707
4691
|
*/
|
|
4708
4692
|
Class3CXInstallationWizardApi.prototype.getGetHostingPrice = function (options) {
|
|
4709
4693
|
var _this = this;
|
|
@@ -4714,7 +4698,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4714
4698
|
* @summary Get 3CX Hosting Regions
|
|
4715
4699
|
* @param {*} [options] Override http request option.
|
|
4716
4700
|
* @throws {RequiredError}
|
|
4717
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4718
4701
|
*/
|
|
4719
4702
|
Class3CXInstallationWizardApi.prototype.getGetHostingRegions = function (options) {
|
|
4720
4703
|
var _this = this;
|
|
@@ -4730,7 +4713,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4730
4713
|
* @param {*} [options] Override http request option.
|
|
4731
4714
|
* @deprecated
|
|
4732
4715
|
* @throws {RequiredError}
|
|
4733
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4734
4716
|
*/
|
|
4735
4717
|
Class3CXInstallationWizardApi.prototype.getGetInstallStatus = function (id, u, c, p, options) {
|
|
4736
4718
|
var _this = this;
|
|
@@ -4741,7 +4723,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4741
4723
|
* @summary Get 3CX Instance Install Status
|
|
4742
4724
|
* @param {*} [options] Override http request option.
|
|
4743
4725
|
* @throws {RequiredError}
|
|
4744
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4745
4726
|
*/
|
|
4746
4727
|
Class3CXInstallationWizardApi.prototype.getGetInstanceInstallStatus = function (options) {
|
|
4747
4728
|
var _this = this;
|
|
@@ -4752,7 +4733,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4752
4733
|
* @summary Get PBX IP Address
|
|
4753
4734
|
* @param {*} [options] Override http request option.
|
|
4754
4735
|
* @throws {RequiredError}
|
|
4755
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4756
4736
|
*/
|
|
4757
4737
|
Class3CXInstallationWizardApi.prototype.getGetPbxIpAddress = function (options) {
|
|
4758
4738
|
var _this = this;
|
|
@@ -4764,7 +4744,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4764
4744
|
* @param {number} id SIP Trunk ID
|
|
4765
4745
|
* @param {*} [options] Override http request option.
|
|
4766
4746
|
* @throws {RequiredError}
|
|
4767
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4768
4747
|
*/
|
|
4769
4748
|
Class3CXInstallationWizardApi.prototype.getGetSipTrunkTcxWizard = function (id, options) {
|
|
4770
4749
|
var _this = this;
|
|
@@ -4778,7 +4757,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4778
4757
|
* @param {string} [search] Search
|
|
4779
4758
|
* @param {*} [options] Override http request option.
|
|
4780
4759
|
* @throws {RequiredError}
|
|
4781
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4782
4760
|
*/
|
|
4783
4761
|
Class3CXInstallationWizardApi.prototype.getGetSipTrunksTcxWizard = function (pageSize, page, search, options) {
|
|
4784
4762
|
var _this = this;
|
|
@@ -4789,7 +4767,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4789
4767
|
* @summary Get 3CX Installation Wizard
|
|
4790
4768
|
* @param {*} [options] Override http request option.
|
|
4791
4769
|
* @throws {RequiredError}
|
|
4792
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4793
4770
|
*/
|
|
4794
4771
|
Class3CXInstallationWizardApi.prototype.getGetWizard = function (options) {
|
|
4795
4772
|
var _this = this;
|
|
@@ -4801,7 +4778,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4801
4778
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extensions
|
|
4802
4779
|
* @param {*} [options] Override http request option.
|
|
4803
4780
|
* @throws {RequiredError}
|
|
4804
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4805
4781
|
*/
|
|
4806
4782
|
Class3CXInstallationWizardApi.prototype.patchAddExtensions = function (tcxExtsEntity, options) {
|
|
4807
4783
|
var _this = this;
|
|
@@ -4813,7 +4789,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4813
4789
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4814
4790
|
* @param {*} [options] Override http request option.
|
|
4815
4791
|
* @throws {RequiredError}
|
|
4816
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4817
4792
|
*/
|
|
4818
4793
|
Class3CXInstallationWizardApi.prototype.patchAddNumbers = function (tcxNumbersEntity, options) {
|
|
4819
4794
|
var _this = this;
|
|
@@ -4825,7 +4800,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4825
4800
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4826
4801
|
* @param {*} [options] Override http request option.
|
|
4827
4802
|
* @throws {RequiredError}
|
|
4828
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4829
4803
|
*/
|
|
4830
4804
|
Class3CXInstallationWizardApi.prototype.patchAddPhones = function (tcxPhonesEntity, options) {
|
|
4831
4805
|
var _this = this;
|
|
@@ -4837,7 +4811,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4837
4811
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4838
4812
|
* @param {*} [options] Override http request option.
|
|
4839
4813
|
* @throws {RequiredError}
|
|
4840
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4841
4814
|
*/
|
|
4842
4815
|
Class3CXInstallationWizardApi.prototype.patchAddSbcs = function (tcxSbcModel, options) {
|
|
4843
4816
|
var _this = this;
|
|
@@ -4849,7 +4822,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4849
4822
|
* @param {TcxWizardModel} [tcxWizardModel] 3CX Wizard
|
|
4850
4823
|
* @param {*} [options] Override http request option.
|
|
4851
4824
|
* @throws {RequiredError}
|
|
4852
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4853
4825
|
*/
|
|
4854
4826
|
Class3CXInstallationWizardApi.prototype.patchGetWizard = function (tcxWizardModel, options) {
|
|
4855
4827
|
var _this = this;
|
|
@@ -4861,7 +4833,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4861
4833
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extension
|
|
4862
4834
|
* @param {*} [options] Override http request option.
|
|
4863
4835
|
* @throws {RequiredError}
|
|
4864
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4865
4836
|
*/
|
|
4866
4837
|
Class3CXInstallationWizardApi.prototype.postAddExtensions = function (tcxExtsEntity, options) {
|
|
4867
4838
|
var _this = this;
|
|
@@ -4873,7 +4844,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4873
4844
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4874
4845
|
* @param {*} [options] Override http request option.
|
|
4875
4846
|
* @throws {RequiredError}
|
|
4876
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4877
4847
|
*/
|
|
4878
4848
|
Class3CXInstallationWizardApi.prototype.postAddNumbers = function (tcxNumbersEntity, options) {
|
|
4879
4849
|
var _this = this;
|
|
@@ -4885,7 +4855,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4885
4855
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4886
4856
|
* @param {*} [options] Override http request option.
|
|
4887
4857
|
* @throws {RequiredError}
|
|
4888
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4889
4858
|
*/
|
|
4890
4859
|
Class3CXInstallationWizardApi.prototype.postAddPhones = function (tcxPhonesEntity, options) {
|
|
4891
4860
|
var _this = this;
|
|
@@ -4897,7 +4866,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4897
4866
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4898
4867
|
* @param {*} [options] Override http request option.
|
|
4899
4868
|
* @throws {RequiredError}
|
|
4900
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4901
4869
|
*/
|
|
4902
4870
|
Class3CXInstallationWizardApi.prototype.postAddSbcs = function (tcxSbcModel, options) {
|
|
4903
4871
|
var _this = this;
|
|
@@ -4908,7 +4876,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4908
4876
|
* @summary Build Instance From 3CX Installation Wizard
|
|
4909
4877
|
* @param {*} [options] Override http request option.
|
|
4910
4878
|
* @throws {RequiredError}
|
|
4911
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4912
4879
|
*/
|
|
4913
4880
|
Class3CXInstallationWizardApi.prototype.postBuildInstance = function (options) {
|
|
4914
4881
|
var _this = this;
|
|
@@ -4924,7 +4891,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4924
4891
|
* @param {*} [options] Override http request option.
|
|
4925
4892
|
* @deprecated
|
|
4926
4893
|
* @throws {RequiredError}
|
|
4927
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4928
4894
|
*/
|
|
4929
4895
|
Class3CXInstallationWizardApi.prototype.postBuildInstanceFromWizard = function (id, u, c, p, options) {
|
|
4930
4896
|
var _this = this;
|
|
@@ -4935,7 +4901,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4935
4901
|
* @summary Create Instance From 3CX Installation Wizard
|
|
4936
4902
|
* @param {*} [options] Override http request option.
|
|
4937
4903
|
* @throws {RequiredError}
|
|
4938
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4939
4904
|
*/
|
|
4940
4905
|
Class3CXInstallationWizardApi.prototype.postCreateInstance = function (options) {
|
|
4941
4906
|
var _this = this;
|
|
@@ -4951,7 +4916,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4951
4916
|
* @param {*} [options] Override http request option.
|
|
4952
4917
|
* @deprecated
|
|
4953
4918
|
* @throws {RequiredError}
|
|
4954
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4955
4919
|
*/
|
|
4956
4920
|
Class3CXInstallationWizardApi.prototype.postCreateInstanceFromWizard = function (id, u, c, p, options) {
|
|
4957
4921
|
var _this = this;
|
|
@@ -4964,7 +4928,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4964
4928
|
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
4965
4929
|
* @param {*} [options] Override http request option.
|
|
4966
4930
|
* @throws {RequiredError}
|
|
4967
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4968
4931
|
*/
|
|
4969
4932
|
Class3CXInstallationWizardApi.prototype.postGetDdisTcxWizard = function (id, ddiRangesRequestModel, options) {
|
|
4970
4933
|
var _this = this;
|
|
@@ -4976,7 +4939,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4976
4939
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
4977
4940
|
* @param {*} [options] Override http request option.
|
|
4978
4941
|
* @throws {RequiredError}
|
|
4979
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4980
4942
|
*/
|
|
4981
4943
|
Class3CXInstallationWizardApi.prototype.postGetRequestedDdisTcxWizard = function (sipTrunkChangeResponseModel, options) {
|
|
4982
4944
|
var _this = this;
|
|
@@ -4988,7 +4950,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4988
4950
|
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
4989
4951
|
* @param {*} [options] Override http request option.
|
|
4990
4952
|
* @throws {RequiredError}
|
|
4991
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4992
4953
|
*/
|
|
4993
4954
|
Class3CXInstallationWizardApi.prototype.postGetSipTrunksTcxWizard = function (sipTrunkCreationRequestModel, options) {
|
|
4994
4955
|
var _this = this;
|
|
@@ -4999,7 +4960,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4999
4960
|
* @param {File} backup 3CX Backup ZIP File
|
|
5000
4961
|
* @param {*} [options] Override http request option.
|
|
5001
4962
|
* @throws {RequiredError}
|
|
5002
|
-
* @memberof Class3CXInstallationWizardApi
|
|
5003
4963
|
*/
|
|
5004
4964
|
Class3CXInstallationWizardApi.prototype.postUploadBackup = function (backup, options) {
|
|
5005
4965
|
var _this = this;
|
|
@@ -5010,7 +4970,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
5010
4970
|
exports.Class3CXInstallationWizardApi = Class3CXInstallationWizardApi;
|
|
5011
4971
|
/**
|
|
5012
4972
|
* Class3CXInstallationsApi - axios parameter creator
|
|
5013
|
-
* @export
|
|
5014
4973
|
*/
|
|
5015
4974
|
var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
5016
4975
|
var _this = this;
|
|
@@ -5501,7 +5460,6 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5501
5460
|
exports.Class3CXInstallationsApiAxiosParamCreator = Class3CXInstallationsApiAxiosParamCreator;
|
|
5502
5461
|
/**
|
|
5503
5462
|
* Class3CXInstallationsApi - functional programming interface
|
|
5504
|
-
* @export
|
|
5505
5463
|
*/
|
|
5506
5464
|
var Class3CXInstallationsApiFp = function (configuration) {
|
|
5507
5465
|
var localVarAxiosParamCreator = (0, exports.Class3CXInstallationsApiAxiosParamCreator)(configuration);
|
|
@@ -5779,7 +5737,6 @@ var Class3CXInstallationsApiFp = function (configuration) {
|
|
|
5779
5737
|
exports.Class3CXInstallationsApiFp = Class3CXInstallationsApiFp;
|
|
5780
5738
|
/**
|
|
5781
5739
|
* Class3CXInstallationsApi - factory interface
|
|
5782
|
-
* @export
|
|
5783
5740
|
*/
|
|
5784
5741
|
var Class3CXInstallationsApiFactory = function (configuration, basePath, axios) {
|
|
5785
5742
|
var localVarFp = (0, exports.Class3CXInstallationsApiFp)(configuration);
|
|
@@ -5914,9 +5871,6 @@ var Class3CXInstallationsApiFactory = function (configuration, basePath, axios)
|
|
|
5914
5871
|
exports.Class3CXInstallationsApiFactory = Class3CXInstallationsApiFactory;
|
|
5915
5872
|
/**
|
|
5916
5873
|
* Class3CXInstallationsApi - object-oriented interface
|
|
5917
|
-
* @export
|
|
5918
|
-
* @class Class3CXInstallationsApi
|
|
5919
|
-
* @extends {BaseAPI}
|
|
5920
5874
|
*/
|
|
5921
5875
|
var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
5922
5876
|
__extends(Class3CXInstallationsApi, _super);
|
|
@@ -5929,7 +5883,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5929
5883
|
* @param {number} wizardId Wizard ID
|
|
5930
5884
|
* @param {*} [options] Override http request option.
|
|
5931
5885
|
* @throws {RequiredError}
|
|
5932
|
-
* @memberof Class3CXInstallationsApi
|
|
5933
5886
|
*/
|
|
5934
5887
|
Class3CXInstallationsApi.prototype.getGetDetails = function (wizardId, options) {
|
|
5935
5888
|
var _this = this;
|
|
@@ -5947,7 +5900,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5947
5900
|
* @param {GetGetInstallationsInstallTypeEnum} [installType] Install Type
|
|
5948
5901
|
* @param {*} [options] Override http request option.
|
|
5949
5902
|
* @throws {RequiredError}
|
|
5950
|
-
* @memberof Class3CXInstallationsApi
|
|
5951
5903
|
*/
|
|
5952
5904
|
Class3CXInstallationsApi.prototype.getGetInstallations = function (pageSize, page, customerId, search, status, hosting, installType, options) {
|
|
5953
5905
|
var _this = this;
|
|
@@ -5961,7 +5913,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5961
5913
|
* @param {string} ipAddress Whitelist IP Address
|
|
5962
5914
|
* @param {*} [options] Override http request option.
|
|
5963
5915
|
* @throws {RequiredError}
|
|
5964
|
-
* @memberof Class3CXInstallationsApi
|
|
5965
5916
|
*/
|
|
5966
5917
|
Class3CXInstallationsApi.prototype.postCreateSshUser = function (instanceId, expiryDate, ipAddress, options) {
|
|
5967
5918
|
var _this = this;
|
|
@@ -5973,7 +5924,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5973
5924
|
* @param {string} instanceId Instance ID
|
|
5974
5925
|
* @param {*} [options] Override http request option.
|
|
5975
5926
|
* @throws {RequiredError}
|
|
5976
|
-
* @memberof Class3CXInstallationsApi
|
|
5977
5927
|
*/
|
|
5978
5928
|
Class3CXInstallationsApi.prototype.postDeleteInstance = function (instanceId, options) {
|
|
5979
5929
|
var _this = this;
|
|
@@ -5987,7 +5937,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5987
5937
|
* @param {string} schedule Scheduled Task (Date & Time)
|
|
5988
5938
|
* @param {*} [options] Override http request option.
|
|
5989
5939
|
* @throws {RequiredError}
|
|
5990
|
-
* @memberof Class3CXInstallationsApi
|
|
5991
5940
|
*/
|
|
5992
5941
|
Class3CXInstallationsApi.prototype.postExtendDisk = function (instanceId, gigabytes, schedule, options) {
|
|
5993
5942
|
var _this = this;
|
|
@@ -6000,7 +5949,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6000
5949
|
* @param {PostFailoverInstanceTypeEnum} type Failover Type
|
|
6001
5950
|
* @param {*} [options] Override http request option.
|
|
6002
5951
|
* @throws {RequiredError}
|
|
6003
|
-
* @memberof Class3CXInstallationsApi
|
|
6004
5952
|
*/
|
|
6005
5953
|
Class3CXInstallationsApi.prototype.postFailoverInstance = function (instanceId, type, options) {
|
|
6006
5954
|
var _this = this;
|
|
@@ -6012,7 +5960,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6012
5960
|
* @param {string} instanceId Instance ID
|
|
6013
5961
|
* @param {*} [options] Override http request option.
|
|
6014
5962
|
* @throws {RequiredError}
|
|
6015
|
-
* @memberof Class3CXInstallationsApi
|
|
6016
5963
|
*/
|
|
6017
5964
|
Class3CXInstallationsApi.prototype.postRebootInstance = function (instanceId, options) {
|
|
6018
5965
|
var _this = this;
|
|
@@ -6026,7 +5973,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6026
5973
|
* @param {string} [schedule] Scheduled Task (Date & Time)
|
|
6027
5974
|
* @param {*} [options] Override http request option.
|
|
6028
5975
|
* @throws {RequiredError}
|
|
6029
|
-
* @memberof Class3CXInstallationsApi
|
|
6030
5976
|
*/
|
|
6031
5977
|
Class3CXInstallationsApi.prototype.postResizeInstance = function (instanceId, size, schedule, options) {
|
|
6032
5978
|
var _this = this;
|
|
@@ -6039,7 +5985,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6039
5985
|
* @param {string} [schedule] Scheduled Task (Date & Time)
|
|
6040
5986
|
* @param {*} [options] Override http request option.
|
|
6041
5987
|
* @throws {RequiredError}
|
|
6042
|
-
* @memberof Class3CXInstallationsApi
|
|
6043
5988
|
*/
|
|
6044
5989
|
Class3CXInstallationsApi.prototype.postSuspendInstance = function (instanceId, schedule, options) {
|
|
6045
5990
|
var _this = this;
|
|
@@ -6051,7 +5996,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6051
5996
|
* @param {string} instanceId Instance ID
|
|
6052
5997
|
* @param {*} [options] Override http request option.
|
|
6053
5998
|
* @throws {RequiredError}
|
|
6054
|
-
* @memberof Class3CXInstallationsApi
|
|
6055
5999
|
*/
|
|
6056
6000
|
Class3CXInstallationsApi.prototype.postUnsuspendInstance = function (instanceId, options) {
|
|
6057
6001
|
var _this = this;
|
|
@@ -6064,7 +6008,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6064
6008
|
* @param {string} schedule Scheduled Task (Date & Time)
|
|
6065
6009
|
* @param {*} [options] Override http request option.
|
|
6066
6010
|
* @throws {RequiredError}
|
|
6067
|
-
* @memberof Class3CXInstallationsApi
|
|
6068
6011
|
*/
|
|
6069
6012
|
Class3CXInstallationsApi.prototype.postUpgradeDebian = function (instanceId, schedule, options) {
|
|
6070
6013
|
var _this = this;
|
|
@@ -6073,43 +6016,28 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6073
6016
|
return Class3CXInstallationsApi;
|
|
6074
6017
|
}(base_1.BaseAPI));
|
|
6075
6018
|
exports.Class3CXInstallationsApi = Class3CXInstallationsApi;
|
|
6076
|
-
/**
|
|
6077
|
-
* @export
|
|
6078
|
-
*/
|
|
6079
6019
|
exports.GetGetInstallationsStatusEnum = {
|
|
6080
6020
|
Completed: 'Completed',
|
|
6081
6021
|
Outstanding: 'Outstanding',
|
|
6082
6022
|
Offline: 'Offline',
|
|
6083
6023
|
FailedOver: 'Failed Over'
|
|
6084
6024
|
};
|
|
6085
|
-
/**
|
|
6086
|
-
* @export
|
|
6087
|
-
*/
|
|
6088
6025
|
exports.GetGetInstallationsHostingEnum = {
|
|
6089
6026
|
Yellowgrid: 'yellowgrid',
|
|
6090
6027
|
MultiTenant: 'multi-tenant',
|
|
6091
6028
|
Onprem: 'onprem',
|
|
6092
6029
|
All: 'all'
|
|
6093
6030
|
};
|
|
6094
|
-
/**
|
|
6095
|
-
* @export
|
|
6096
|
-
*/
|
|
6097
6031
|
exports.GetGetInstallationsInstallTypeEnum = {
|
|
6098
6032
|
New: 'new',
|
|
6099
6033
|
Restore: 'restore',
|
|
6100
6034
|
Failover: 'failover',
|
|
6101
6035
|
MultiTenant: 'multi-tenant'
|
|
6102
6036
|
};
|
|
6103
|
-
/**
|
|
6104
|
-
* @export
|
|
6105
|
-
*/
|
|
6106
6037
|
exports.PostFailoverInstanceTypeEnum = {
|
|
6107
6038
|
Config: 'config',
|
|
6108
6039
|
Image: 'image'
|
|
6109
6040
|
};
|
|
6110
|
-
/**
|
|
6111
|
-
* @export
|
|
6112
|
-
*/
|
|
6113
6041
|
exports.PostResizeInstanceSizeEnum = {
|
|
6114
6042
|
D24: 'd2-4',
|
|
6115
6043
|
D28: 'd2-8',
|
|
@@ -6117,7 +6045,6 @@ exports.PostResizeInstanceSizeEnum = {
|
|
|
6117
6045
|
};
|
|
6118
6046
|
/**
|
|
6119
6047
|
* Class3CXIntegrationsApi - axios parameter creator
|
|
6120
|
-
* @export
|
|
6121
6048
|
*/
|
|
6122
6049
|
var Class3CXIntegrationsApiAxiosParamCreator = function (configuration) {
|
|
6123
6050
|
var _this = this;
|
|
@@ -6363,7 +6290,6 @@ var Class3CXIntegrationsApiAxiosParamCreator = function (configuration) {
|
|
|
6363
6290
|
exports.Class3CXIntegrationsApiAxiosParamCreator = Class3CXIntegrationsApiAxiosParamCreator;
|
|
6364
6291
|
/**
|
|
6365
6292
|
* Class3CXIntegrationsApi - functional programming interface
|
|
6366
|
-
* @export
|
|
6367
6293
|
*/
|
|
6368
6294
|
var Class3CXIntegrationsApiFp = function (configuration) {
|
|
6369
6295
|
var localVarAxiosParamCreator = (0, exports.Class3CXIntegrationsApiAxiosParamCreator)(configuration);
|
|
@@ -6509,7 +6435,6 @@ var Class3CXIntegrationsApiFp = function (configuration) {
|
|
|
6509
6435
|
exports.Class3CXIntegrationsApiFp = Class3CXIntegrationsApiFp;
|
|
6510
6436
|
/**
|
|
6511
6437
|
* Class3CXIntegrationsApi - factory interface
|
|
6512
|
-
* @export
|
|
6513
6438
|
*/
|
|
6514
6439
|
var Class3CXIntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
6515
6440
|
var localVarFp = (0, exports.Class3CXIntegrationsApiFp)(configuration);
|
|
@@ -6577,9 +6502,6 @@ var Class3CXIntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6577
6502
|
exports.Class3CXIntegrationsApiFactory = Class3CXIntegrationsApiFactory;
|
|
6578
6503
|
/**
|
|
6579
6504
|
* Class3CXIntegrationsApi - object-oriented interface
|
|
6580
|
-
* @export
|
|
6581
|
-
* @class Class3CXIntegrationsApi
|
|
6582
|
-
* @extends {BaseAPI}
|
|
6583
6505
|
*/
|
|
6584
6506
|
var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
6585
6507
|
__extends(Class3CXIntegrationsApi, _super);
|
|
@@ -6592,7 +6514,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6592
6514
|
* @param {GetGetPriceSchoolTypeEnum} schoolType EdTechPro School Type
|
|
6593
6515
|
* @param {*} [options] Override http request option.
|
|
6594
6516
|
* @throws {RequiredError}
|
|
6595
|
-
* @memberof Class3CXIntegrationsApi
|
|
6596
6517
|
*/
|
|
6597
6518
|
Class3CXIntegrationsApi.prototype.getGetPrice = function (licenceType, schoolType, options) {
|
|
6598
6519
|
var _this = this;
|
|
@@ -6605,7 +6526,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6605
6526
|
* @param {string} [search] Search
|
|
6606
6527
|
* @param {*} [options] Override http request option.
|
|
6607
6528
|
* @throws {RequiredError}
|
|
6608
|
-
* @memberof Class3CXIntegrationsApi
|
|
6609
6529
|
*/
|
|
6610
6530
|
Class3CXIntegrationsApi.prototype.getGetSchools = function (pageSize, page, search, options) {
|
|
6611
6531
|
var _this = this;
|
|
@@ -6615,7 +6535,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6615
6535
|
* Get EdTechPro Trusts
|
|
6616
6536
|
* @param {*} [options] Override http request option.
|
|
6617
6537
|
* @throws {RequiredError}
|
|
6618
|
-
* @memberof Class3CXIntegrationsApi
|
|
6619
6538
|
*/
|
|
6620
6539
|
Class3CXIntegrationsApi.prototype.getGetTrusts = function (options) {
|
|
6621
6540
|
var _this = this;
|
|
@@ -6628,7 +6547,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6628
6547
|
* @param {string} ref School Order Reference
|
|
6629
6548
|
* @param {*} [options] Override http request option.
|
|
6630
6549
|
* @throws {RequiredError}
|
|
6631
|
-
* @memberof Class3CXIntegrationsApi
|
|
6632
6550
|
*/
|
|
6633
6551
|
Class3CXIntegrationsApi.prototype.patchUpdateEtpOrderReference = function (clientId, schoolId, ref, options) {
|
|
6634
6552
|
var _this = this;
|
|
@@ -6639,7 +6557,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6639
6557
|
* @param {OrderRequestModel} [orderRequestModel] New EdTechPro Order Request
|
|
6640
6558
|
* @param {*} [options] Override http request option.
|
|
6641
6559
|
* @throws {RequiredError}
|
|
6642
|
-
* @memberof Class3CXIntegrationsApi
|
|
6643
6560
|
*/
|
|
6644
6561
|
Class3CXIntegrationsApi.prototype.postOrderEdTechPro = function (orderRequestModel, options) {
|
|
6645
6562
|
var _this = this;
|
|
@@ -6650,7 +6567,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6650
6567
|
* @param {UpgradeRequestModel} [upgradeRequestModel] New EdTechPro Upgrade Request
|
|
6651
6568
|
* @param {*} [options] Override http request option.
|
|
6652
6569
|
* @throws {RequiredError}
|
|
6653
|
-
* @memberof Class3CXIntegrationsApi
|
|
6654
6570
|
*/
|
|
6655
6571
|
Class3CXIntegrationsApi.prototype.postUpgradeEdTechPro = function (upgradeRequestModel, options) {
|
|
6656
6572
|
var _this = this;
|
|
@@ -6659,23 +6575,16 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6659
6575
|
return Class3CXIntegrationsApi;
|
|
6660
6576
|
}(base_1.BaseAPI));
|
|
6661
6577
|
exports.Class3CXIntegrationsApi = Class3CXIntegrationsApi;
|
|
6662
|
-
/**
|
|
6663
|
-
* @export
|
|
6664
|
-
*/
|
|
6665
6578
|
exports.GetGetPriceLicenceTypeEnum = {
|
|
6666
6579
|
Lite: 'lite',
|
|
6667
6580
|
Pro: 'pro'
|
|
6668
6581
|
};
|
|
6669
|
-
/**
|
|
6670
|
-
* @export
|
|
6671
|
-
*/
|
|
6672
6582
|
exports.GetGetPriceSchoolTypeEnum = {
|
|
6673
6583
|
Primary: 'primary',
|
|
6674
6584
|
Secondary: 'secondary'
|
|
6675
6585
|
};
|
|
6676
6586
|
/**
|
|
6677
6587
|
* Class3CXMultiTenantApi - axios parameter creator
|
|
6678
|
-
* @export
|
|
6679
6588
|
*/
|
|
6680
6589
|
var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
6681
6590
|
var _this = this;
|
|
@@ -6955,7 +6864,6 @@ var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
|
6955
6864
|
exports.Class3CXMultiTenantApiAxiosParamCreator = Class3CXMultiTenantApiAxiosParamCreator;
|
|
6956
6865
|
/**
|
|
6957
6866
|
* Class3CXMultiTenantApi - functional programming interface
|
|
6958
|
-
* @export
|
|
6959
6867
|
*/
|
|
6960
6868
|
var Class3CXMultiTenantApiFp = function (configuration) {
|
|
6961
6869
|
var localVarAxiosParamCreator = (0, exports.Class3CXMultiTenantApiAxiosParamCreator)(configuration);
|
|
@@ -7129,7 +7037,6 @@ var Class3CXMultiTenantApiFp = function (configuration) {
|
|
|
7129
7037
|
exports.Class3CXMultiTenantApiFp = Class3CXMultiTenantApiFp;
|
|
7130
7038
|
/**
|
|
7131
7039
|
* Class3CXMultiTenantApi - factory interface
|
|
7132
|
-
* @export
|
|
7133
7040
|
*/
|
|
7134
7041
|
var Class3CXMultiTenantApiFactory = function (configuration, basePath, axios) {
|
|
7135
7042
|
var localVarFp = (0, exports.Class3CXMultiTenantApiFp)(configuration);
|
|
@@ -7212,9 +7119,6 @@ var Class3CXMultiTenantApiFactory = function (configuration, basePath, axios) {
|
|
|
7212
7119
|
exports.Class3CXMultiTenantApiFactory = Class3CXMultiTenantApiFactory;
|
|
7213
7120
|
/**
|
|
7214
7121
|
* Class3CXMultiTenantApi - object-oriented interface
|
|
7215
|
-
* @export
|
|
7216
|
-
* @class Class3CXMultiTenantApi
|
|
7217
|
-
* @extends {BaseAPI}
|
|
7218
7122
|
*/
|
|
7219
7123
|
var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
7220
7124
|
__extends(Class3CXMultiTenantApi, _super);
|
|
@@ -7227,7 +7131,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7227
7131
|
* @param {string} reference Tenant Reference
|
|
7228
7132
|
* @param {*} [options] Override http request option.
|
|
7229
7133
|
* @throws {RequiredError}
|
|
7230
|
-
* @memberof Class3CXMultiTenantApi
|
|
7231
7134
|
*/
|
|
7232
7135
|
Class3CXMultiTenantApi.prototype.deleteGetTenant = function (reference, options) {
|
|
7233
7136
|
var _this = this;
|
|
@@ -7239,7 +7142,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7239
7142
|
* @param {string} reference Tenant Reference
|
|
7240
7143
|
* @param {*} [options] Override http request option.
|
|
7241
7144
|
* @throws {RequiredError}
|
|
7242
|
-
* @memberof Class3CXMultiTenantApi
|
|
7243
7145
|
*/
|
|
7244
7146
|
Class3CXMultiTenantApi.prototype.getGetTenant = function (reference, options) {
|
|
7245
7147
|
var _this = this;
|
|
@@ -7254,7 +7156,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7254
7156
|
* @param {GetGetTenantsStatusEnum} [status] Status
|
|
7255
7157
|
* @param {*} [options] Override http request option.
|
|
7256
7158
|
* @throws {RequiredError}
|
|
7257
|
-
* @memberof Class3CXMultiTenantApi
|
|
7258
7159
|
*/
|
|
7259
7160
|
Class3CXMultiTenantApi.prototype.getGetTenants = function (pageSize, page, search, status, options) {
|
|
7260
7161
|
var _this = this;
|
|
@@ -7266,7 +7167,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7266
7167
|
* @param {string} areacode Area Code
|
|
7267
7168
|
* @param {*} [options] Override http request option.
|
|
7268
7169
|
* @throws {RequiredError}
|
|
7269
|
-
* @memberof Class3CXMultiTenantApi
|
|
7270
7170
|
*/
|
|
7271
7171
|
Class3CXMultiTenantApi.prototype.postAddMtDdi = function (areacode, options) {
|
|
7272
7172
|
var _this = this;
|
|
@@ -7278,7 +7178,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7278
7178
|
* @param {MultiTenantChangeResponseModel} [multiTenantChangeResponseModel] Multi-Tenant Change Request
|
|
7279
7179
|
* @param {*} [options] Override http request option.
|
|
7280
7180
|
* @throws {RequiredError}
|
|
7281
|
-
* @memberof Class3CXMultiTenantApi
|
|
7282
7181
|
*/
|
|
7283
7182
|
Class3CXMultiTenantApi.prototype.postGetMtNewDdis = function (multiTenantChangeResponseModel, options) {
|
|
7284
7183
|
var _this = this;
|
|
@@ -7290,7 +7189,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7290
7189
|
* @param {TcxMultiTenantModel} [tcxMultiTenantModel] New 3CX Starter Bundle Request
|
|
7291
7190
|
* @param {*} [options] Override http request option.
|
|
7292
7191
|
* @throws {RequiredError}
|
|
7293
|
-
* @memberof Class3CXMultiTenantApi
|
|
7294
7192
|
*/
|
|
7295
7193
|
Class3CXMultiTenantApi.prototype.postGetTenants = function (tcxMultiTenantModel, options) {
|
|
7296
7194
|
var _this = this;
|
|
@@ -7302,7 +7200,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7302
7200
|
* @param {MultiTenantChangeResponseModel} [multiTenantChangeResponseModel] Multi-Tenant Change Request
|
|
7303
7201
|
* @param {*} [options] Override http request option.
|
|
7304
7202
|
* @throws {RequiredError}
|
|
7305
|
-
* @memberof Class3CXMultiTenantApi
|
|
7306
7203
|
*/
|
|
7307
7204
|
Class3CXMultiTenantApi.prototype.postTrackMtChange = function (multiTenantChangeResponseModel, options) {
|
|
7308
7205
|
var _this = this;
|
|
@@ -7311,9 +7208,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7311
7208
|
return Class3CXMultiTenantApi;
|
|
7312
7209
|
}(base_1.BaseAPI));
|
|
7313
7210
|
exports.Class3CXMultiTenantApi = Class3CXMultiTenantApi;
|
|
7314
|
-
/**
|
|
7315
|
-
* @export
|
|
7316
|
-
*/
|
|
7317
7211
|
exports.GetGetTenantsStatusEnum = {
|
|
7318
7212
|
Completed: 'Completed',
|
|
7319
7213
|
Outstanding: 'Outstanding',
|
|
@@ -7322,7 +7216,6 @@ exports.GetGetTenantsStatusEnum = {
|
|
|
7322
7216
|
};
|
|
7323
7217
|
/**
|
|
7324
7218
|
* MyPBXToolsApi - axios parameter creator
|
|
7325
|
-
* @export
|
|
7326
7219
|
*/
|
|
7327
7220
|
var MyPBXToolsApiAxiosParamCreator = function (configuration) {
|
|
7328
7221
|
var _this = this;
|
|
@@ -7377,7 +7270,6 @@ var MyPBXToolsApiAxiosParamCreator = function (configuration) {
|
|
|
7377
7270
|
exports.MyPBXToolsApiAxiosParamCreator = MyPBXToolsApiAxiosParamCreator;
|
|
7378
7271
|
/**
|
|
7379
7272
|
* MyPBXToolsApi - functional programming interface
|
|
7380
|
-
* @export
|
|
7381
7273
|
*/
|
|
7382
7274
|
var MyPBXToolsApiFp = function (configuration) {
|
|
7383
7275
|
var localVarAxiosParamCreator = (0, exports.MyPBXToolsApiAxiosParamCreator)(configuration);
|
|
@@ -7411,7 +7303,6 @@ var MyPBXToolsApiFp = function (configuration) {
|
|
|
7411
7303
|
exports.MyPBXToolsApiFp = MyPBXToolsApiFp;
|
|
7412
7304
|
/**
|
|
7413
7305
|
* MyPBXToolsApi - factory interface
|
|
7414
|
-
* @export
|
|
7415
7306
|
*/
|
|
7416
7307
|
var MyPBXToolsApiFactory = function (configuration, basePath, axios) {
|
|
7417
7308
|
var localVarFp = (0, exports.MyPBXToolsApiFp)(configuration);
|
|
@@ -7432,9 +7323,6 @@ var MyPBXToolsApiFactory = function (configuration, basePath, axios) {
|
|
|
7432
7323
|
exports.MyPBXToolsApiFactory = MyPBXToolsApiFactory;
|
|
7433
7324
|
/**
|
|
7434
7325
|
* MyPBXToolsApi - object-oriented interface
|
|
7435
|
-
* @export
|
|
7436
|
-
* @class MyPBXToolsApi
|
|
7437
|
-
* @extends {BaseAPI}
|
|
7438
7326
|
*/
|
|
7439
7327
|
var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
7440
7328
|
__extends(MyPBXToolsApi, _super);
|
|
@@ -7448,7 +7336,6 @@ var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
|
7448
7336
|
* @param {string} fileName File Name
|
|
7449
7337
|
* @param {*} [options] Override http request option.
|
|
7450
7338
|
* @throws {RequiredError}
|
|
7451
|
-
* @memberof MyPBXToolsApi
|
|
7452
7339
|
*/
|
|
7453
7340
|
MyPBXToolsApi.prototype.getGetRecording = function (licenceKey, fileName, options) {
|
|
7454
7341
|
var _this = this;
|
|
@@ -7459,7 +7346,6 @@ var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
|
7459
7346
|
exports.MyPBXToolsApi = MyPBXToolsApi;
|
|
7460
7347
|
/**
|
|
7461
7348
|
* OAuth20Api - axios parameter creator
|
|
7462
|
-
* @export
|
|
7463
7349
|
*/
|
|
7464
7350
|
var OAuth20ApiAxiosParamCreator = function (configuration) {
|
|
7465
7351
|
var _this = this;
|
|
@@ -7755,7 +7641,6 @@ var OAuth20ApiAxiosParamCreator = function (configuration) {
|
|
|
7755
7641
|
exports.OAuth20ApiAxiosParamCreator = OAuth20ApiAxiosParamCreator;
|
|
7756
7642
|
/**
|
|
7757
7643
|
* OAuth20Api - functional programming interface
|
|
7758
|
-
* @export
|
|
7759
7644
|
*/
|
|
7760
7645
|
var OAuth20ApiFp = function (configuration) {
|
|
7761
7646
|
var localVarAxiosParamCreator = (0, exports.OAuth20ApiAxiosParamCreator)(configuration);
|
|
@@ -7917,7 +7802,6 @@ var OAuth20ApiFp = function (configuration) {
|
|
|
7917
7802
|
exports.OAuth20ApiFp = OAuth20ApiFp;
|
|
7918
7803
|
/**
|
|
7919
7804
|
* OAuth20Api - factory interface
|
|
7920
|
-
* @export
|
|
7921
7805
|
*/
|
|
7922
7806
|
var OAuth20ApiFactory = function (configuration, basePath, axios) {
|
|
7923
7807
|
var localVarFp = (0, exports.OAuth20ApiFp)(configuration);
|
|
@@ -8001,9 +7885,6 @@ var OAuth20ApiFactory = function (configuration, basePath, axios) {
|
|
|
8001
7885
|
exports.OAuth20ApiFactory = OAuth20ApiFactory;
|
|
8002
7886
|
/**
|
|
8003
7887
|
* OAuth20Api - object-oriented interface
|
|
8004
|
-
* @export
|
|
8005
|
-
* @class OAuth20Api
|
|
8006
|
-
* @extends {BaseAPI}
|
|
8007
7888
|
*/
|
|
8008
7889
|
var OAuth20Api = /** @class */ (function (_super) {
|
|
8009
7890
|
__extends(OAuth20Api, _super);
|
|
@@ -8015,7 +7896,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8015
7896
|
* @summary Get MFA QR Code
|
|
8016
7897
|
* @param {*} [options] Override http request option.
|
|
8017
7898
|
* @throws {RequiredError}
|
|
8018
|
-
* @memberof OAuth20Api
|
|
8019
7899
|
*/
|
|
8020
7900
|
OAuth20Api.prototype.getGetMfaQrCode = function (options) {
|
|
8021
7901
|
var _this = this;
|
|
@@ -8026,7 +7906,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8026
7906
|
* @summary Get Scopes
|
|
8027
7907
|
* @param {*} [options] Override http request option.
|
|
8028
7908
|
* @throws {RequiredError}
|
|
8029
|
-
* @memberof OAuth20Api
|
|
8030
7909
|
*/
|
|
8031
7910
|
OAuth20Api.prototype.getGetScopes = function (options) {
|
|
8032
7911
|
var _this = this;
|
|
@@ -8049,7 +7928,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8049
7928
|
* @param {boolean | null} [endUser] End User (Only used in Token Exchange)
|
|
8050
7929
|
* @param {*} [options] Override http request option.
|
|
8051
7930
|
* @throws {RequiredError}
|
|
8052
|
-
* @memberof OAuth20Api
|
|
8053
7931
|
*/
|
|
8054
7932
|
OAuth20Api.prototype.postAccessToken = function (clientId, clientSecret, grantType, scope, redirectUri, code, refreshToken, codeVerifier, token, tokenExchangeType, licenceKey, endUser, options) {
|
|
8055
7933
|
var _this = this;
|
|
@@ -8067,7 +7945,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8067
7945
|
* @param {string} [codeChallengeMethod] OAuth 2.0 Code Challenge Method
|
|
8068
7946
|
* @param {*} [options] Override http request option.
|
|
8069
7947
|
* @throws {RequiredError}
|
|
8070
|
-
* @memberof OAuth20Api
|
|
8071
7948
|
*/
|
|
8072
7949
|
OAuth20Api.prototype.postAuthorise = function (clientId, responseType, scope, redirectUri, state, codeChallenge, codeChallengeMethod, options) {
|
|
8073
7950
|
var _this = this;
|
|
@@ -8078,7 +7955,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8078
7955
|
* @summary Get Token Identity
|
|
8079
7956
|
* @param {*} [options] Override http request option.
|
|
8080
7957
|
* @throws {RequiredError}
|
|
8081
|
-
* @memberof OAuth20Api
|
|
8082
7958
|
*/
|
|
8083
7959
|
OAuth20Api.prototype.postGetIdentity = function (options) {
|
|
8084
7960
|
var _this = this;
|
|
@@ -8090,7 +7966,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8090
7966
|
* @param {PortalLoginModel} [portalLoginModel] Login Credentials
|
|
8091
7967
|
* @param {*} [options] Override http request option.
|
|
8092
7968
|
* @throws {RequiredError}
|
|
8093
|
-
* @memberof OAuth20Api
|
|
8094
7969
|
*/
|
|
8095
7970
|
OAuth20Api.prototype.postPortalLogin = function (portalLoginModel, options) {
|
|
8096
7971
|
var _this = this;
|
|
@@ -8099,9 +7974,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8099
7974
|
return OAuth20Api;
|
|
8100
7975
|
}(base_1.BaseAPI));
|
|
8101
7976
|
exports.OAuth20Api = OAuth20Api;
|
|
8102
|
-
/**
|
|
8103
|
-
* @export
|
|
8104
|
-
*/
|
|
8105
7977
|
exports.PostAccessTokenGrantTypeEnum = {
|
|
8106
7978
|
ClientCredentials: 'client_credentials',
|
|
8107
7979
|
Code: 'code',
|
|
@@ -8111,9 +7983,6 @@ exports.PostAccessTokenGrantTypeEnum = {
|
|
|
8111
7983
|
TokenExchange: 'token_exchange',
|
|
8112
7984
|
Password: 'password'
|
|
8113
7985
|
};
|
|
8114
|
-
/**
|
|
8115
|
-
* @export
|
|
8116
|
-
*/
|
|
8117
7986
|
exports.PostAccessTokenScopeEnum = {
|
|
8118
7987
|
Star: '*',
|
|
8119
7988
|
Fdps: 'fdps',
|
|
@@ -8140,16 +8009,10 @@ exports.PostAccessTokenScopeEnum = {
|
|
|
8140
8009
|
TicketsRead: 'tickets.read',
|
|
8141
8010
|
TicketsWrite: 'tickets.write'
|
|
8142
8011
|
};
|
|
8143
|
-
/**
|
|
8144
|
-
* @export
|
|
8145
|
-
*/
|
|
8146
8012
|
exports.PostAccessTokenTokenExchangeTypeEnum = {
|
|
8147
8013
|
TcxWizard: 'tcx_wizard',
|
|
8148
8014
|
Portal: 'portal'
|
|
8149
8015
|
};
|
|
8150
|
-
/**
|
|
8151
|
-
* @export
|
|
8152
|
-
*/
|
|
8153
8016
|
exports.PostAuthoriseScopeEnum = {
|
|
8154
8017
|
Star: '*',
|
|
8155
8018
|
Fdps: 'fdps',
|
|
@@ -8178,7 +8041,6 @@ exports.PostAuthoriseScopeEnum = {
|
|
|
8178
8041
|
};
|
|
8179
8042
|
/**
|
|
8180
8043
|
* OrdersApi - axios parameter creator
|
|
8181
|
-
* @export
|
|
8182
8044
|
*/
|
|
8183
8045
|
var OrdersApiAxiosParamCreator = function (configuration) {
|
|
8184
8046
|
var _this = this;
|
|
@@ -8528,7 +8390,6 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
8528
8390
|
exports.OrdersApiAxiosParamCreator = OrdersApiAxiosParamCreator;
|
|
8529
8391
|
/**
|
|
8530
8392
|
* OrdersApi - functional programming interface
|
|
8531
|
-
* @export
|
|
8532
8393
|
*/
|
|
8533
8394
|
var OrdersApiFp = function (configuration) {
|
|
8534
8395
|
var localVarAxiosParamCreator = (0, exports.OrdersApiAxiosParamCreator)(configuration);
|
|
@@ -8734,7 +8595,6 @@ var OrdersApiFp = function (configuration) {
|
|
|
8734
8595
|
exports.OrdersApiFp = OrdersApiFp;
|
|
8735
8596
|
/**
|
|
8736
8597
|
* OrdersApi - factory interface
|
|
8737
|
-
* @export
|
|
8738
8598
|
*/
|
|
8739
8599
|
var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
8740
8600
|
var localVarFp = (0, exports.OrdersApiFp)(configuration);
|
|
@@ -8836,9 +8696,6 @@ var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
|
8836
8696
|
exports.OrdersApiFactory = OrdersApiFactory;
|
|
8837
8697
|
/**
|
|
8838
8698
|
* OrdersApi - object-oriented interface
|
|
8839
|
-
* @export
|
|
8840
|
-
* @class OrdersApi
|
|
8841
|
-
* @extends {BaseAPI}
|
|
8842
8699
|
*/
|
|
8843
8700
|
var OrdersApi = /** @class */ (function (_super) {
|
|
8844
8701
|
__extends(OrdersApi, _super);
|
|
@@ -8851,7 +8708,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8851
8708
|
* @param {number} id Order ID
|
|
8852
8709
|
* @param {*} [options] Override http request option.
|
|
8853
8710
|
* @throws {RequiredError}
|
|
8854
|
-
* @memberof OrdersApi
|
|
8855
8711
|
*/
|
|
8856
8712
|
OrdersApi.prototype.deleteUpdateOrder = function (id, options) {
|
|
8857
8713
|
var _this = this;
|
|
@@ -8863,7 +8719,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8863
8719
|
* @param {number} id Order ID
|
|
8864
8720
|
* @param {*} [options] Override http request option.
|
|
8865
8721
|
* @throws {RequiredError}
|
|
8866
|
-
* @memberof OrdersApi
|
|
8867
8722
|
*/
|
|
8868
8723
|
OrdersApi.prototype.getGetAdminEditableOrder = function (id, options) {
|
|
8869
8724
|
var _this = this;
|
|
@@ -8875,7 +8730,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8875
8730
|
* @param {number} id Order ID
|
|
8876
8731
|
* @param {*} [options] Override http request option.
|
|
8877
8732
|
* @throws {RequiredError}
|
|
8878
|
-
* @memberof OrdersApi
|
|
8879
8733
|
*/
|
|
8880
8734
|
OrdersApi.prototype.getGetEditableOrder = function (id, options) {
|
|
8881
8735
|
var _this = this;
|
|
@@ -8893,7 +8747,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8893
8747
|
* @param {number | null} [customerId] Customer ID
|
|
8894
8748
|
* @param {*} [options] Override http request option.
|
|
8895
8749
|
* @throws {RequiredError}
|
|
8896
|
-
* @memberof OrdersApi
|
|
8897
8750
|
*/
|
|
8898
8751
|
OrdersApi.prototype.getGetOrders = function (pageSize, page, search, fulfillable, status, filter, customerId, options) {
|
|
8899
8752
|
var _this = this;
|
|
@@ -8906,7 +8759,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8906
8759
|
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
8907
8760
|
* @param {*} [options] Override http request option.
|
|
8908
8761
|
* @throws {RequiredError}
|
|
8909
|
-
* @memberof OrdersApi
|
|
8910
8762
|
*/
|
|
8911
8763
|
OrdersApi.prototype.postCreateAdminOrder = function (readonly, adminOrderRequestDTO, options) {
|
|
8912
8764
|
var _this = this;
|
|
@@ -8919,7 +8771,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8919
8771
|
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
8920
8772
|
* @param {*} [options] Override http request option.
|
|
8921
8773
|
* @throws {RequiredError}
|
|
8922
|
-
* @memberof OrdersApi
|
|
8923
8774
|
*/
|
|
8924
8775
|
OrdersApi.prototype.postGetOrders = function (readonly, customerOrderRequestDTO, options) {
|
|
8925
8776
|
var _this = this;
|
|
@@ -8933,7 +8784,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8933
8784
|
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
8934
8785
|
* @param {*} [options] Override http request option.
|
|
8935
8786
|
* @throws {RequiredError}
|
|
8936
|
-
* @memberof OrdersApi
|
|
8937
8787
|
*/
|
|
8938
8788
|
OrdersApi.prototype.putUpdateAdminOrder = function (id, readonly, adminOrderRequestDTO, options) {
|
|
8939
8789
|
var _this = this;
|
|
@@ -8947,7 +8797,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8947
8797
|
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
8948
8798
|
* @param {*} [options] Override http request option.
|
|
8949
8799
|
* @throws {RequiredError}
|
|
8950
|
-
* @memberof OrdersApi
|
|
8951
8800
|
*/
|
|
8952
8801
|
OrdersApi.prototype.putUpdateOrder = function (id, readonly, customerOrderRequestDTO, options) {
|
|
8953
8802
|
var _this = this;
|
|
@@ -8956,18 +8805,12 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8956
8805
|
return OrdersApi;
|
|
8957
8806
|
}(base_1.BaseAPI));
|
|
8958
8807
|
exports.OrdersApi = OrdersApi;
|
|
8959
|
-
/**
|
|
8960
|
-
* @export
|
|
8961
|
-
*/
|
|
8962
8808
|
exports.GetGetOrdersStatusEnum = {
|
|
8963
8809
|
Paid: 'PAID',
|
|
8964
8810
|
InvoicePaid: 'INVOICE_PAID',
|
|
8965
8811
|
Unpaid: 'UNPAID',
|
|
8966
8812
|
Quote: 'QUOTE'
|
|
8967
8813
|
};
|
|
8968
|
-
/**
|
|
8969
|
-
* @export
|
|
8970
|
-
*/
|
|
8971
8814
|
exports.GetGetOrdersFilterEnum = {
|
|
8972
8815
|
Outstanding: 'OUTSTANDING',
|
|
8973
8816
|
Quotes: 'QUOTES',
|
|
@@ -8976,7 +8819,6 @@ exports.GetGetOrdersFilterEnum = {
|
|
|
8976
8819
|
};
|
|
8977
8820
|
/**
|
|
8978
8821
|
* PricingApi - axios parameter creator
|
|
8979
|
-
* @export
|
|
8980
8822
|
*/
|
|
8981
8823
|
var PricingApiAxiosParamCreator = function (configuration) {
|
|
8982
8824
|
var _this = this;
|
|
@@ -9100,7 +8942,6 @@ var PricingApiAxiosParamCreator = function (configuration) {
|
|
|
9100
8942
|
exports.PricingApiAxiosParamCreator = PricingApiAxiosParamCreator;
|
|
9101
8943
|
/**
|
|
9102
8944
|
* PricingApi - functional programming interface
|
|
9103
|
-
* @export
|
|
9104
8945
|
*/
|
|
9105
8946
|
var PricingApiFp = function (configuration) {
|
|
9106
8947
|
var localVarAxiosParamCreator = (0, exports.PricingApiAxiosParamCreator)(configuration);
|
|
@@ -9163,7 +9004,6 @@ var PricingApiFp = function (configuration) {
|
|
|
9163
9004
|
exports.PricingApiFp = PricingApiFp;
|
|
9164
9005
|
/**
|
|
9165
9006
|
* PricingApi - factory interface
|
|
9166
|
-
* @export
|
|
9167
9007
|
*/
|
|
9168
9008
|
var PricingApiFactory = function (configuration, basePath, axios) {
|
|
9169
9009
|
var localVarFp = (0, exports.PricingApiFp)(configuration);
|
|
@@ -9200,9 +9040,6 @@ var PricingApiFactory = function (configuration, basePath, axios) {
|
|
|
9200
9040
|
exports.PricingApiFactory = PricingApiFactory;
|
|
9201
9041
|
/**
|
|
9202
9042
|
* PricingApi - object-oriented interface
|
|
9203
|
-
* @export
|
|
9204
|
-
* @class PricingApi
|
|
9205
|
-
* @extends {BaseAPI}
|
|
9206
9043
|
*/
|
|
9207
9044
|
var PricingApi = /** @class */ (function (_super) {
|
|
9208
9045
|
__extends(PricingApi, _super);
|
|
@@ -9218,7 +9055,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9218
9055
|
* @param {string} [customerId] Customer ID
|
|
9219
9056
|
* @param {*} [options] Override http request option.
|
|
9220
9057
|
* @throws {RequiredError}
|
|
9221
|
-
* @memberof PricingApi
|
|
9222
9058
|
*/
|
|
9223
9059
|
PricingApi.prototype.getGetPriceList = function (type, format, category, customerId, options) {
|
|
9224
9060
|
var _this = this;
|
|
@@ -9234,7 +9070,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9234
9070
|
* @param {PostSendPriceListCategoryEnum} [category] Product Category
|
|
9235
9071
|
* @param {*} [options] Override http request option.
|
|
9236
9072
|
* @throws {RequiredError}
|
|
9237
|
-
* @memberof PricingApi
|
|
9238
9073
|
*/
|
|
9239
9074
|
PricingApi.prototype.postSendPriceList = function (email, customerId, type, format, category, options) {
|
|
9240
9075
|
var _this = this;
|
|
@@ -9243,9 +9078,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9243
9078
|
return PricingApi;
|
|
9244
9079
|
}(base_1.BaseAPI));
|
|
9245
9080
|
exports.PricingApi = PricingApi;
|
|
9246
|
-
/**
|
|
9247
|
-
* @export
|
|
9248
|
-
*/
|
|
9249
9081
|
exports.GetGetPriceListTypeEnum = {
|
|
9250
9082
|
Products: 'Products',
|
|
9251
9083
|
StockProducts: 'Stock Products',
|
|
@@ -9256,9 +9088,6 @@ exports.GetGetPriceListTypeEnum = {
|
|
|
9256
9088
|
Sms: 'SMS',
|
|
9257
9089
|
SipTrunks: 'SIP Trunks'
|
|
9258
9090
|
};
|
|
9259
|
-
/**
|
|
9260
|
-
* @export
|
|
9261
|
-
*/
|
|
9262
9091
|
exports.GetGetPriceListFormatEnum = {
|
|
9263
9092
|
Pdf: 'pdf',
|
|
9264
9093
|
Json: 'json',
|
|
@@ -9266,9 +9095,6 @@ exports.GetGetPriceListFormatEnum = {
|
|
|
9266
9095
|
Xml: 'xml',
|
|
9267
9096
|
Html: 'html'
|
|
9268
9097
|
};
|
|
9269
|
-
/**
|
|
9270
|
-
* @export
|
|
9271
|
-
*/
|
|
9272
9098
|
exports.GetGetPriceListCategoryEnum = {
|
|
9273
9099
|
Yealink: 'Yealink',
|
|
9274
9100
|
Mairdi: 'Mairdi',
|
|
@@ -9291,9 +9117,6 @@ exports.GetGetPriceListCategoryEnum = {
|
|
|
9291
9117
|
FanvilAccessories: 'Fanvil Accessories',
|
|
9292
9118
|
FanvilHotelPhones: 'Fanvil Hotel Phones'
|
|
9293
9119
|
};
|
|
9294
|
-
/**
|
|
9295
|
-
* @export
|
|
9296
|
-
*/
|
|
9297
9120
|
exports.PostSendPriceListTypeEnum = {
|
|
9298
9121
|
Products: 'Products',
|
|
9299
9122
|
StockProducts: 'Stock Products',
|
|
@@ -9304,9 +9127,6 @@ exports.PostSendPriceListTypeEnum = {
|
|
|
9304
9127
|
Sms: 'SMS',
|
|
9305
9128
|
SipTrunks: 'SIP Trunks'
|
|
9306
9129
|
};
|
|
9307
|
-
/**
|
|
9308
|
-
* @export
|
|
9309
|
-
*/
|
|
9310
9130
|
exports.PostSendPriceListFormatEnum = {
|
|
9311
9131
|
Pdf: 'pdf',
|
|
9312
9132
|
Json: 'json',
|
|
@@ -9314,9 +9134,6 @@ exports.PostSendPriceListFormatEnum = {
|
|
|
9314
9134
|
Xml: 'xml',
|
|
9315
9135
|
Html: 'html'
|
|
9316
9136
|
};
|
|
9317
|
-
/**
|
|
9318
|
-
* @export
|
|
9319
|
-
*/
|
|
9320
9137
|
exports.PostSendPriceListCategoryEnum = {
|
|
9321
9138
|
Yealink: 'Yealink',
|
|
9322
9139
|
Mairdi: 'Mairdi',
|
|
@@ -9341,7 +9158,6 @@ exports.PostSendPriceListCategoryEnum = {
|
|
|
9341
9158
|
};
|
|
9342
9159
|
/**
|
|
9343
9160
|
* ProductsApi - axios parameter creator
|
|
9344
|
-
* @export
|
|
9345
9161
|
*/
|
|
9346
9162
|
var ProductsApiAxiosParamCreator = function (configuration) {
|
|
9347
9163
|
var _this = this;
|
|
@@ -9691,7 +9507,6 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
9691
9507
|
exports.ProductsApiAxiosParamCreator = ProductsApiAxiosParamCreator;
|
|
9692
9508
|
/**
|
|
9693
9509
|
* ProductsApi - functional programming interface
|
|
9694
|
-
* @export
|
|
9695
9510
|
*/
|
|
9696
9511
|
var ProductsApiFp = function (configuration) {
|
|
9697
9512
|
var localVarAxiosParamCreator = (0, exports.ProductsApiAxiosParamCreator)(configuration);
|
|
@@ -9909,7 +9724,6 @@ var ProductsApiFp = function (configuration) {
|
|
|
9909
9724
|
exports.ProductsApiFp = ProductsApiFp;
|
|
9910
9725
|
/**
|
|
9911
9726
|
* ProductsApi - factory interface
|
|
9912
|
-
* @export
|
|
9913
9727
|
*/
|
|
9914
9728
|
var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
9915
9729
|
var localVarFp = (0, exports.ProductsApiFp)(configuration);
|
|
@@ -10010,9 +9824,6 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
10010
9824
|
exports.ProductsApiFactory = ProductsApiFactory;
|
|
10011
9825
|
/**
|
|
10012
9826
|
* ProductsApi - object-oriented interface
|
|
10013
|
-
* @export
|
|
10014
|
-
* @class ProductsApi
|
|
10015
|
-
* @extends {BaseAPI}
|
|
10016
9827
|
*/
|
|
10017
9828
|
var ProductsApi = /** @class */ (function (_super) {
|
|
10018
9829
|
__extends(ProductsApi, _super);
|
|
@@ -10024,7 +9835,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10024
9835
|
* @summary Get Attribute Sets
|
|
10025
9836
|
* @param {*} [options] Override http request option.
|
|
10026
9837
|
* @throws {RequiredError}
|
|
10027
|
-
* @memberof ProductsApi
|
|
10028
9838
|
*/
|
|
10029
9839
|
ProductsApi.prototype.getGetAttributeSets = function (options) {
|
|
10030
9840
|
var _this = this;
|
|
@@ -10035,7 +9845,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10035
9845
|
* @summary Get Customer Price Lists
|
|
10036
9846
|
* @param {*} [options] Override http request option.
|
|
10037
9847
|
* @throws {RequiredError}
|
|
10038
|
-
* @memberof ProductsApi
|
|
10039
9848
|
*/
|
|
10040
9849
|
ProductsApi.prototype.getGetCustomerPriceLists = function (options) {
|
|
10041
9850
|
var _this = this;
|
|
@@ -10048,7 +9857,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10048
9857
|
* @param {*} [options] Override http request option.
|
|
10049
9858
|
* @deprecated
|
|
10050
9859
|
* @throws {RequiredError}
|
|
10051
|
-
* @memberof ProductsApi
|
|
10052
9860
|
*/
|
|
10053
9861
|
ProductsApi.prototype.getGetLegacyStockList = function (format, options) {
|
|
10054
9862
|
var _this = this;
|
|
@@ -10059,7 +9867,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10059
9867
|
* @summary Get Products
|
|
10060
9868
|
* @param {*} [options] Override http request option.
|
|
10061
9869
|
* @throws {RequiredError}
|
|
10062
|
-
* @memberof ProductsApi
|
|
10063
9870
|
*/
|
|
10064
9871
|
ProductsApi.prototype.getGetProducts = function (options) {
|
|
10065
9872
|
var _this = this;
|
|
@@ -10070,7 +9877,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10070
9877
|
* @summary Get Current Stock & Pricing
|
|
10071
9878
|
* @param {*} [options] Override http request option.
|
|
10072
9879
|
* @throws {RequiredError}
|
|
10073
|
-
* @memberof ProductsApi
|
|
10074
9880
|
*/
|
|
10075
9881
|
ProductsApi.prototype.getGetStockList = function (options) {
|
|
10076
9882
|
var _this = this;
|
|
@@ -10081,7 +9887,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10081
9887
|
* @summary Get 3CX Templates
|
|
10082
9888
|
* @param {*} [options] Override http request option.
|
|
10083
9889
|
* @throws {RequiredError}
|
|
10084
|
-
* @memberof ProductsApi
|
|
10085
9890
|
*/
|
|
10086
9891
|
ProductsApi.prototype.getGetTcxTemplates = function (options) {
|
|
10087
9892
|
var _this = this;
|
|
@@ -10095,7 +9900,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10095
9900
|
* @param {string} [search] Search
|
|
10096
9901
|
* @param {*} [options] Override http request option.
|
|
10097
9902
|
* @throws {RequiredError}
|
|
10098
|
-
* @memberof ProductsApi
|
|
10099
9903
|
*/
|
|
10100
9904
|
ProductsApi.prototype.getSearchProducts = function (pageSize, page, search, options) {
|
|
10101
9905
|
var _this = this;
|
|
@@ -10108,7 +9912,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10108
9912
|
* @param {PostGetProductRequest} postGetProductRequest Product search criteria
|
|
10109
9913
|
* @param {*} [options] Override http request option.
|
|
10110
9914
|
* @throws {RequiredError}
|
|
10111
|
-
* @memberof ProductsApi
|
|
10112
9915
|
*/
|
|
10113
9916
|
ProductsApi.prototype.postGetProduct = function (sku, postGetProductRequest, options) {
|
|
10114
9917
|
var _this = this;
|
|
@@ -10122,7 +9925,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10122
9925
|
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
10123
9926
|
* @param {*} [options] Override http request option.
|
|
10124
9927
|
* @throws {RequiredError}
|
|
10125
|
-
* @memberof ProductsApi
|
|
10126
9928
|
*/
|
|
10127
9929
|
ProductsApi.prototype.postGetProductForCustomer = function (customerId, sku, postGetProductForCustomerRequest, options) {
|
|
10128
9930
|
var _this = this;
|
|
@@ -10131,16 +9933,12 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10131
9933
|
return ProductsApi;
|
|
10132
9934
|
}(base_1.BaseAPI));
|
|
10133
9935
|
exports.ProductsApi = ProductsApi;
|
|
10134
|
-
/**
|
|
10135
|
-
* @export
|
|
10136
|
-
*/
|
|
10137
9936
|
exports.GetGetLegacyStockListFormatEnum = {
|
|
10138
9937
|
Xml: 'XML',
|
|
10139
9938
|
Csv: 'CSV'
|
|
10140
9939
|
};
|
|
10141
9940
|
/**
|
|
10142
9941
|
* ProvisioningApi - axios parameter creator
|
|
10143
|
-
* @export
|
|
10144
9942
|
*/
|
|
10145
9943
|
var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
10146
9944
|
var _this = this;
|
|
@@ -10420,7 +10218,6 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
10420
10218
|
exports.ProvisioningApiAxiosParamCreator = ProvisioningApiAxiosParamCreator;
|
|
10421
10219
|
/**
|
|
10422
10220
|
* ProvisioningApi - functional programming interface
|
|
10423
|
-
* @export
|
|
10424
10221
|
*/
|
|
10425
10222
|
var ProvisioningApiFp = function (configuration) {
|
|
10426
10223
|
var localVarAxiosParamCreator = (0, exports.ProvisioningApiAxiosParamCreator)(configuration);
|
|
@@ -10594,7 +10391,6 @@ var ProvisioningApiFp = function (configuration) {
|
|
|
10594
10391
|
exports.ProvisioningApiFp = ProvisioningApiFp;
|
|
10595
10392
|
/**
|
|
10596
10393
|
* ProvisioningApi - factory interface
|
|
10597
|
-
* @export
|
|
10598
10394
|
*/
|
|
10599
10395
|
var ProvisioningApiFactory = function (configuration, basePath, axios) {
|
|
10600
10396
|
var localVarFp = (0, exports.ProvisioningApiFp)(configuration);
|
|
@@ -10677,9 +10473,6 @@ var ProvisioningApiFactory = function (configuration, basePath, axios) {
|
|
|
10677
10473
|
exports.ProvisioningApiFactory = ProvisioningApiFactory;
|
|
10678
10474
|
/**
|
|
10679
10475
|
* ProvisioningApi - object-oriented interface
|
|
10680
|
-
* @export
|
|
10681
|
-
* @class ProvisioningApi
|
|
10682
|
-
* @extends {BaseAPI}
|
|
10683
10476
|
*/
|
|
10684
10477
|
var ProvisioningApi = /** @class */ (function (_super) {
|
|
10685
10478
|
__extends(ProvisioningApi, _super);
|
|
@@ -10693,7 +10486,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10693
10486
|
* @param {string} mac MAC Address
|
|
10694
10487
|
* @param {*} [options] Override http request option.
|
|
10695
10488
|
* @throws {RequiredError}
|
|
10696
|
-
* @memberof ProvisioningApi
|
|
10697
10489
|
*/
|
|
10698
10490
|
ProvisioningApi.prototype.deleteAddFanvilMac = function (id, mac, options) {
|
|
10699
10491
|
var _this = this;
|
|
@@ -10705,7 +10497,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10705
10497
|
* @param {string} id Group ID
|
|
10706
10498
|
* @param {*} [options] Override http request option.
|
|
10707
10499
|
* @throws {RequiredError}
|
|
10708
|
-
* @memberof ProvisioningApi
|
|
10709
10500
|
*/
|
|
10710
10501
|
ProvisioningApi.prototype.deleteDeleteFanvilGroup = function (id, options) {
|
|
10711
10502
|
var _this = this;
|
|
@@ -10718,7 +10509,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10718
10509
|
* @param {string} mac MAC Address
|
|
10719
10510
|
* @param {*} [options] Override http request option.
|
|
10720
10511
|
* @throws {RequiredError}
|
|
10721
|
-
* @memberof ProvisioningApi
|
|
10722
10512
|
*/
|
|
10723
10513
|
ProvisioningApi.prototype.getGetFanvilEncryptionKey = function (id, mac, options) {
|
|
10724
10514
|
var _this = this;
|
|
@@ -10730,7 +10520,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10730
10520
|
* @param {string} id Group ID
|
|
10731
10521
|
* @param {*} [options] Override http request option.
|
|
10732
10522
|
* @throws {RequiredError}
|
|
10733
|
-
* @memberof ProvisioningApi
|
|
10734
10523
|
*/
|
|
10735
10524
|
ProvisioningApi.prototype.getGetFanvilGroupMacs = function (id, options) {
|
|
10736
10525
|
var _this = this;
|
|
@@ -10742,7 +10531,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10742
10531
|
* @param {string} [id] Customer ID
|
|
10743
10532
|
* @param {*} [options] Override http request option.
|
|
10744
10533
|
* @throws {RequiredError}
|
|
10745
|
-
* @memberof ProvisioningApi
|
|
10746
10534
|
*/
|
|
10747
10535
|
ProvisioningApi.prototype.getGetGroups = function (id, options) {
|
|
10748
10536
|
var _this = this;
|
|
@@ -10754,7 +10542,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10754
10542
|
* @param {ProvisioningRequestEntity} [provisioningRequestEntity] Provisioning Group Request
|
|
10755
10543
|
* @param {*} [options] Override http request option.
|
|
10756
10544
|
* @throws {RequiredError}
|
|
10757
|
-
* @memberof ProvisioningApi
|
|
10758
10545
|
*/
|
|
10759
10546
|
ProvisioningApi.prototype.postAddFanvilGroup = function (provisioningRequestEntity, options) {
|
|
10760
10547
|
var _this = this;
|
|
@@ -10767,7 +10554,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10767
10554
|
* @param {string} mac MAC Address
|
|
10768
10555
|
* @param {*} [options] Override http request option.
|
|
10769
10556
|
* @throws {RequiredError}
|
|
10770
|
-
* @memberof ProvisioningApi
|
|
10771
10557
|
*/
|
|
10772
10558
|
ProvisioningApi.prototype.postAddFanvilMac = function (id, mac, options) {
|
|
10773
10559
|
var _this = this;
|
|
@@ -10778,7 +10564,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10778
10564
|
exports.ProvisioningApi = ProvisioningApi;
|
|
10779
10565
|
/**
|
|
10780
10566
|
* SIPTrunksApi - axios parameter creator
|
|
10781
|
-
* @export
|
|
10782
10567
|
*/
|
|
10783
10568
|
var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
10784
10569
|
var _this = this;
|
|
@@ -11662,7 +11447,6 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
11662
11447
|
exports.SIPTrunksApiAxiosParamCreator = SIPTrunksApiAxiosParamCreator;
|
|
11663
11448
|
/**
|
|
11664
11449
|
* SIPTrunksApi - functional programming interface
|
|
11665
|
-
* @export
|
|
11666
11450
|
*/
|
|
11667
11451
|
var SIPTrunksApiFp = function (configuration) {
|
|
11668
11452
|
var localVarAxiosParamCreator = (0, exports.SIPTrunksApiAxiosParamCreator)(configuration);
|
|
@@ -12191,7 +11975,6 @@ var SIPTrunksApiFp = function (configuration) {
|
|
|
12191
11975
|
exports.SIPTrunksApiFp = SIPTrunksApiFp;
|
|
12192
11976
|
/**
|
|
12193
11977
|
* SIPTrunksApi - factory interface
|
|
12194
|
-
* @export
|
|
12195
11978
|
*/
|
|
12196
11979
|
var SIPTrunksApiFactory = function (configuration, basePath, axios) {
|
|
12197
11980
|
var localVarFp = (0, exports.SIPTrunksApiFp)(configuration);
|
|
@@ -12434,9 +12217,6 @@ var SIPTrunksApiFactory = function (configuration, basePath, axios) {
|
|
|
12434
12217
|
exports.SIPTrunksApiFactory = SIPTrunksApiFactory;
|
|
12435
12218
|
/**
|
|
12436
12219
|
* SIPTrunksApi - object-oriented interface
|
|
12437
|
-
* @export
|
|
12438
|
-
* @class SIPTrunksApi
|
|
12439
|
-
* @extends {BaseAPI}
|
|
12440
12220
|
*/
|
|
12441
12221
|
var SIPTrunksApi = /** @class */ (function (_super) {
|
|
12442
12222
|
__extends(SIPTrunksApi, _super);
|
|
@@ -12449,7 +12229,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12449
12229
|
* @param {number} id SIP Trunk ID
|
|
12450
12230
|
* @param {*} [options] Override http request option.
|
|
12451
12231
|
* @throws {RequiredError}
|
|
12452
|
-
* @memberof SIPTrunksApi
|
|
12453
12232
|
*/
|
|
12454
12233
|
SIPTrunksApi.prototype.deleteGetSipTrunk = function (id, options) {
|
|
12455
12234
|
var _this = this;
|
|
@@ -12461,7 +12240,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12461
12240
|
* @param {number} id SIP Trunk ID
|
|
12462
12241
|
* @param {*} [options] Override http request option.
|
|
12463
12242
|
* @throws {RequiredError}
|
|
12464
|
-
* @memberof SIPTrunksApi
|
|
12465
12243
|
*/
|
|
12466
12244
|
SIPTrunksApi.prototype.getCanDivert = function (id, options) {
|
|
12467
12245
|
var _this = this;
|
|
@@ -12473,7 +12251,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12473
12251
|
* @param {number} id SIP Trunk ID
|
|
12474
12252
|
* @param {*} [options] Override http request option.
|
|
12475
12253
|
* @throws {RequiredError}
|
|
12476
|
-
* @memberof SIPTrunksApi
|
|
12477
12254
|
*/
|
|
12478
12255
|
SIPTrunksApi.prototype.getGetAddress = function (id, options) {
|
|
12479
12256
|
var _this = this;
|
|
@@ -12484,7 +12261,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12484
12261
|
* @summary Get UK National Area Codes
|
|
12485
12262
|
* @param {*} [options] Override http request option.
|
|
12486
12263
|
* @throws {RequiredError}
|
|
12487
|
-
* @memberof SIPTrunksApi
|
|
12488
12264
|
*/
|
|
12489
12265
|
SIPTrunksApi.prototype.getGetAreaCodes = function (options) {
|
|
12490
12266
|
var _this = this;
|
|
@@ -12496,7 +12272,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12496
12272
|
* @param {number} id SIP Trunk ID
|
|
12497
12273
|
* @param {*} [options] Override http request option.
|
|
12498
12274
|
* @throws {RequiredError}
|
|
12499
|
-
* @memberof SIPTrunksApi
|
|
12500
12275
|
*/
|
|
12501
12276
|
SIPTrunksApi.prototype.getGetCliFlexibility = function (id, options) {
|
|
12502
12277
|
var _this = this;
|
|
@@ -12508,7 +12283,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12508
12283
|
* @param {number} id SIP Trunk ID
|
|
12509
12284
|
* @param {*} [options] Override http request option.
|
|
12510
12285
|
* @throws {RequiredError}
|
|
12511
|
-
* @memberof SIPTrunksApi
|
|
12512
12286
|
*/
|
|
12513
12287
|
SIPTrunksApi.prototype.getGetDdis = function (id, options) {
|
|
12514
12288
|
var _this = this;
|
|
@@ -12521,7 +12295,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12521
12295
|
* @param {boolean} [enabled] Enabled Diverts
|
|
12522
12296
|
* @param {*} [options] Override http request option.
|
|
12523
12297
|
* @throws {RequiredError}
|
|
12524
|
-
* @memberof SIPTrunksApi
|
|
12525
12298
|
*/
|
|
12526
12299
|
SIPTrunksApi.prototype.getGetDiverts = function (id, enabled, options) {
|
|
12527
12300
|
var _this = this;
|
|
@@ -12533,7 +12306,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12533
12306
|
* @param {number} id SIP Trunk ID
|
|
12534
12307
|
* @param {*} [options] Override http request option.
|
|
12535
12308
|
* @throws {RequiredError}
|
|
12536
|
-
* @memberof SIPTrunksApi
|
|
12537
12309
|
*/
|
|
12538
12310
|
SIPTrunksApi.prototype.getGetSipTrunk = function (id, options) {
|
|
12539
12311
|
var _this = this;
|
|
@@ -12547,7 +12319,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12547
12319
|
* @param {string} [search] Search
|
|
12548
12320
|
* @param {*} [options] Override http request option.
|
|
12549
12321
|
* @throws {RequiredError}
|
|
12550
|
-
* @memberof SIPTrunksApi
|
|
12551
12322
|
*/
|
|
12552
12323
|
SIPTrunksApi.prototype.getGetSipTrunks = function (pageSize, page, search, options) {
|
|
12553
12324
|
var _this = this;
|
|
@@ -12560,7 +12331,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12560
12331
|
* @param {boolean} enabled Enabled
|
|
12561
12332
|
* @param {*} [options] Override http request option.
|
|
12562
12333
|
* @throws {RequiredError}
|
|
12563
|
-
* @memberof SIPTrunksApi
|
|
12564
12334
|
*/
|
|
12565
12335
|
SIPTrunksApi.prototype.patchGetCliFlexibility = function (id, enabled, options) {
|
|
12566
12336
|
var _this = this;
|
|
@@ -12572,7 +12342,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12572
12342
|
* @param {number} id SIP Trunk ID
|
|
12573
12343
|
* @param {*} [options] Override http request option.
|
|
12574
12344
|
* @throws {RequiredError}
|
|
12575
|
-
* @memberof SIPTrunksApi
|
|
12576
12345
|
*/
|
|
12577
12346
|
SIPTrunksApi.prototype.patchSetAsAvailable = function (id, options) {
|
|
12578
12347
|
var _this = this;
|
|
@@ -12586,7 +12355,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12586
12355
|
* @param {number} [billingCustomerId] Billing Customer ID
|
|
12587
12356
|
* @param {*} [options] Override http request option.
|
|
12588
12357
|
* @throws {RequiredError}
|
|
12589
|
-
* @memberof SIPTrunksApi
|
|
12590
12358
|
*/
|
|
12591
12359
|
SIPTrunksApi.prototype.patchSetOwnership = function (id, ownerId, billingCustomerId, options) {
|
|
12592
12360
|
var _this = this;
|
|
@@ -12599,7 +12367,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12599
12367
|
* @param {number} channels SIP Channels
|
|
12600
12368
|
* @param {*} [options] Override http request option.
|
|
12601
12369
|
* @throws {RequiredError}
|
|
12602
|
-
* @memberof SIPTrunksApi
|
|
12603
12370
|
*/
|
|
12604
12371
|
SIPTrunksApi.prototype.patchUpdateChannelCount = function (id, channels, options) {
|
|
12605
12372
|
var _this = this;
|
|
@@ -12612,7 +12379,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12612
12379
|
* @param {string} company Company Name
|
|
12613
12380
|
* @param {*} [options] Override http request option.
|
|
12614
12381
|
* @throws {RequiredError}
|
|
12615
|
-
* @memberof SIPTrunksApi
|
|
12616
12382
|
*/
|
|
12617
12383
|
SIPTrunksApi.prototype.patchUpdateCompanyName = function (id, company, options) {
|
|
12618
12384
|
var _this = this;
|
|
@@ -12625,7 +12391,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12625
12391
|
* @param {string} number Main Trunk Number
|
|
12626
12392
|
* @param {*} [options] Override http request option.
|
|
12627
12393
|
* @throws {RequiredError}
|
|
12628
|
-
* @memberof SIPTrunksApi
|
|
12629
12394
|
*/
|
|
12630
12395
|
SIPTrunksApi.prototype.patchUpdateMainTrunkNumber = function (id, number, options) {
|
|
12631
12396
|
var _this = this;
|
|
@@ -12638,7 +12403,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12638
12403
|
* @param {string} ipAddress PBX IP Address
|
|
12639
12404
|
* @param {*} [options] Override http request option.
|
|
12640
12405
|
* @throws {RequiredError}
|
|
12641
|
-
* @memberof SIPTrunksApi
|
|
12642
12406
|
*/
|
|
12643
12407
|
SIPTrunksApi.prototype.patchUpdatePbxIPAddress = function (id, ipAddress, options) {
|
|
12644
12408
|
var _this = this;
|
|
@@ -12651,7 +12415,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12651
12415
|
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
12652
12416
|
* @param {*} [options] Override http request option.
|
|
12653
12417
|
* @throws {RequiredError}
|
|
12654
|
-
* @memberof SIPTrunksApi
|
|
12655
12418
|
*/
|
|
12656
12419
|
SIPTrunksApi.prototype.postGetDdis = function (id, ddiRangesRequestModel, options) {
|
|
12657
12420
|
var _this = this;
|
|
@@ -12663,7 +12426,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12663
12426
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
12664
12427
|
* @param {*} [options] Override http request option.
|
|
12665
12428
|
* @throws {RequiredError}
|
|
12666
|
-
* @memberof SIPTrunksApi
|
|
12667
12429
|
*/
|
|
12668
12430
|
SIPTrunksApi.prototype.postGetRequestedDdis = function (sipTrunkChangeResponseModel, options) {
|
|
12669
12431
|
var _this = this;
|
|
@@ -12675,7 +12437,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12675
12437
|
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
12676
12438
|
* @param {*} [options] Override http request option.
|
|
12677
12439
|
* @throws {RequiredError}
|
|
12678
|
-
* @memberof SIPTrunksApi
|
|
12679
12440
|
*/
|
|
12680
12441
|
SIPTrunksApi.prototype.postGetSipTrunks = function (sipTrunkCreationRequestModel, options) {
|
|
12681
12442
|
var _this = this;
|
|
@@ -12687,7 +12448,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12687
12448
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
12688
12449
|
* @param {*} [options] Override http request option.
|
|
12689
12450
|
* @throws {RequiredError}
|
|
12690
|
-
* @memberof SIPTrunksApi
|
|
12691
12451
|
*/
|
|
12692
12452
|
SIPTrunksApi.prototype.postTrackChange = function (sipTrunkChangeResponseModel, options) {
|
|
12693
12453
|
var _this = this;
|
|
@@ -12700,7 +12460,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12700
12460
|
* @param {AddressRequestModel} [addressRequestModel] Address Request
|
|
12701
12461
|
* @param {*} [options] Override http request option.
|
|
12702
12462
|
* @throws {RequiredError}
|
|
12703
|
-
* @memberof SIPTrunksApi
|
|
12704
12463
|
*/
|
|
12705
12464
|
SIPTrunksApi.prototype.putGetAddress = function (id, addressRequestModel, options) {
|
|
12706
12465
|
var _this = this;
|
|
@@ -12714,7 +12473,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12714
12473
|
* @param {DivertRequestModel} [divertRequestModel] Divert Request
|
|
12715
12474
|
* @param {*} [options] Override http request option.
|
|
12716
12475
|
* @throws {RequiredError}
|
|
12717
|
-
* @memberof SIPTrunksApi
|
|
12718
12476
|
*/
|
|
12719
12477
|
SIPTrunksApi.prototype.putGetDiverts = function (id, enabled, divertRequestModel, options) {
|
|
12720
12478
|
var _this = this;
|
|
@@ -12725,7 +12483,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12725
12483
|
exports.SIPTrunksApi = SIPTrunksApi;
|
|
12726
12484
|
/**
|
|
12727
12485
|
* SMSApi - axios parameter creator
|
|
12728
|
-
* @export
|
|
12729
12486
|
*/
|
|
12730
12487
|
var SMSApiAxiosParamCreator = function (configuration) {
|
|
12731
12488
|
var _this = this;
|
|
@@ -12776,7 +12533,6 @@ var SMSApiAxiosParamCreator = function (configuration) {
|
|
|
12776
12533
|
exports.SMSApiAxiosParamCreator = SMSApiAxiosParamCreator;
|
|
12777
12534
|
/**
|
|
12778
12535
|
* SMSApi - functional programming interface
|
|
12779
|
-
* @export
|
|
12780
12536
|
*/
|
|
12781
12537
|
var SMSApiFp = function (configuration) {
|
|
12782
12538
|
var localVarAxiosParamCreator = (0, exports.SMSApiAxiosParamCreator)(configuration);
|
|
@@ -12809,7 +12565,6 @@ var SMSApiFp = function (configuration) {
|
|
|
12809
12565
|
exports.SMSApiFp = SMSApiFp;
|
|
12810
12566
|
/**
|
|
12811
12567
|
* SMSApi - factory interface
|
|
12812
|
-
* @export
|
|
12813
12568
|
*/
|
|
12814
12569
|
var SMSApiFactory = function (configuration, basePath, axios) {
|
|
12815
12570
|
var localVarFp = (0, exports.SMSApiFp)(configuration);
|
|
@@ -12829,9 +12584,6 @@ var SMSApiFactory = function (configuration, basePath, axios) {
|
|
|
12829
12584
|
exports.SMSApiFactory = SMSApiFactory;
|
|
12830
12585
|
/**
|
|
12831
12586
|
* SMSApi - object-oriented interface
|
|
12832
|
-
* @export
|
|
12833
|
-
* @class SMSApi
|
|
12834
|
-
* @extends {BaseAPI}
|
|
12835
12587
|
*/
|
|
12836
12588
|
var SMSApi = /** @class */ (function (_super) {
|
|
12837
12589
|
__extends(SMSApi, _super);
|
|
@@ -12844,7 +12596,6 @@ var SMSApi = /** @class */ (function (_super) {
|
|
|
12844
12596
|
* @param {SmsMessageModel} [smsMessageModel] SMS Message
|
|
12845
12597
|
* @param {*} [options] Override http request option.
|
|
12846
12598
|
* @throws {RequiredError}
|
|
12847
|
-
* @memberof SMSApi
|
|
12848
12599
|
*/
|
|
12849
12600
|
SMSApi.prototype.postSendSms = function (authorization, smsMessageModel, options) {
|
|
12850
12601
|
var _this = this;
|
|
@@ -12853,9 +12604,513 @@ var SMSApi = /** @class */ (function (_super) {
|
|
|
12853
12604
|
return SMSApi;
|
|
12854
12605
|
}(base_1.BaseAPI));
|
|
12855
12606
|
exports.SMSApi = SMSApi;
|
|
12607
|
+
/**
|
|
12608
|
+
* ServicesApi - axios parameter creator
|
|
12609
|
+
*/
|
|
12610
|
+
var ServicesApiAxiosParamCreator = function (configuration) {
|
|
12611
|
+
var _this = this;
|
|
12612
|
+
return {
|
|
12613
|
+
/**
|
|
12614
|
+
*
|
|
12615
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12616
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12617
|
+
* @param {*} [options] Override http request option.
|
|
12618
|
+
* @throws {RequiredError}
|
|
12619
|
+
*/
|
|
12620
|
+
deleteUnsubscribe: function (id_1, email_1) {
|
|
12621
|
+
var args_1 = [];
|
|
12622
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
12623
|
+
args_1[_i - 2] = arguments[_i];
|
|
12624
|
+
}
|
|
12625
|
+
return __awaiter(_this, __spreadArray([id_1, email_1], args_1, true), void 0, function (id, email, options) {
|
|
12626
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12627
|
+
if (options === void 0) { options = {}; }
|
|
12628
|
+
return __generator(this, function (_a) {
|
|
12629
|
+
localVarPath = "/services/incidents/unsubscribe";
|
|
12630
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12631
|
+
if (configuration) {
|
|
12632
|
+
baseOptions = configuration.baseOptions;
|
|
12633
|
+
}
|
|
12634
|
+
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
12635
|
+
localVarHeaderParameter = {};
|
|
12636
|
+
localVarQueryParameter = {};
|
|
12637
|
+
if (id !== undefined) {
|
|
12638
|
+
localVarQueryParameter['id'] = id;
|
|
12639
|
+
}
|
|
12640
|
+
if (email !== undefined) {
|
|
12641
|
+
localVarQueryParameter['email'] = email;
|
|
12642
|
+
}
|
|
12643
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12644
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12645
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12646
|
+
return [2 /*return*/, {
|
|
12647
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12648
|
+
options: localVarRequestOptions,
|
|
12649
|
+
}];
|
|
12650
|
+
});
|
|
12651
|
+
});
|
|
12652
|
+
},
|
|
12653
|
+
/**
|
|
12654
|
+
*
|
|
12655
|
+
* @param {*} [options] Override http request option.
|
|
12656
|
+
* @throws {RequiredError}
|
|
12657
|
+
*/
|
|
12658
|
+
getGetServiceHealth: function () {
|
|
12659
|
+
var args_1 = [];
|
|
12660
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
12661
|
+
args_1[_i] = arguments[_i];
|
|
12662
|
+
}
|
|
12663
|
+
return __awaiter(_this, __spreadArray([], args_1, true), void 0, function (options) {
|
|
12664
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12665
|
+
if (options === void 0) { options = {}; }
|
|
12666
|
+
return __generator(this, function (_a) {
|
|
12667
|
+
localVarPath = "/services/health";
|
|
12668
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12669
|
+
if (configuration) {
|
|
12670
|
+
baseOptions = configuration.baseOptions;
|
|
12671
|
+
}
|
|
12672
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
12673
|
+
localVarHeaderParameter = {};
|
|
12674
|
+
localVarQueryParameter = {};
|
|
12675
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12676
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12677
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12678
|
+
return [2 /*return*/, {
|
|
12679
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12680
|
+
options: localVarRequestOptions,
|
|
12681
|
+
}];
|
|
12682
|
+
});
|
|
12683
|
+
});
|
|
12684
|
+
},
|
|
12685
|
+
/**
|
|
12686
|
+
*
|
|
12687
|
+
* @param {string} id Group ID
|
|
12688
|
+
* @param {*} [options] Override http request option.
|
|
12689
|
+
* @throws {RequiredError}
|
|
12690
|
+
*/
|
|
12691
|
+
patchArchiveIncident: function (id_1) {
|
|
12692
|
+
var args_1 = [];
|
|
12693
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12694
|
+
args_1[_i - 1] = arguments[_i];
|
|
12695
|
+
}
|
|
12696
|
+
return __awaiter(_this, __spreadArray([id_1], args_1, true), void 0, function (id, options) {
|
|
12697
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12698
|
+
if (options === void 0) { options = {}; }
|
|
12699
|
+
return __generator(this, function (_a) {
|
|
12700
|
+
// verify required parameter 'id' is not null or undefined
|
|
12701
|
+
(0, common_1.assertParamExists)('patchArchiveIncident', 'id', id);
|
|
12702
|
+
localVarPath = "/services/incidents/{id}/archive"
|
|
12703
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
12704
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12705
|
+
if (configuration) {
|
|
12706
|
+
baseOptions = configuration.baseOptions;
|
|
12707
|
+
}
|
|
12708
|
+
localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), options);
|
|
12709
|
+
localVarHeaderParameter = {};
|
|
12710
|
+
localVarQueryParameter = {};
|
|
12711
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12712
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12713
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12714
|
+
return [2 /*return*/, {
|
|
12715
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12716
|
+
options: localVarRequestOptions,
|
|
12717
|
+
}];
|
|
12718
|
+
});
|
|
12719
|
+
});
|
|
12720
|
+
},
|
|
12721
|
+
/**
|
|
12722
|
+
*
|
|
12723
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
12724
|
+
* @param {*} [options] Override http request option.
|
|
12725
|
+
* @throws {RequiredError}
|
|
12726
|
+
*/
|
|
12727
|
+
postCreateIncident: function (incidentRequestDTO_1) {
|
|
12728
|
+
var args_1 = [];
|
|
12729
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12730
|
+
args_1[_i - 1] = arguments[_i];
|
|
12731
|
+
}
|
|
12732
|
+
return __awaiter(_this, __spreadArray([incidentRequestDTO_1], args_1, true), void 0, function (incidentRequestDTO, options) {
|
|
12733
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12734
|
+
if (options === void 0) { options = {}; }
|
|
12735
|
+
return __generator(this, function (_a) {
|
|
12736
|
+
localVarPath = "/services/incidents";
|
|
12737
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12738
|
+
if (configuration) {
|
|
12739
|
+
baseOptions = configuration.baseOptions;
|
|
12740
|
+
}
|
|
12741
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12742
|
+
localVarHeaderParameter = {};
|
|
12743
|
+
localVarQueryParameter = {};
|
|
12744
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
12745
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12746
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12747
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12748
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(incidentRequestDTO, localVarRequestOptions, configuration);
|
|
12749
|
+
return [2 /*return*/, {
|
|
12750
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12751
|
+
options: localVarRequestOptions,
|
|
12752
|
+
}];
|
|
12753
|
+
});
|
|
12754
|
+
});
|
|
12755
|
+
},
|
|
12756
|
+
/**
|
|
12757
|
+
*
|
|
12758
|
+
* @param {string} id Group ID
|
|
12759
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
12760
|
+
* @param {*} [options] Override http request option.
|
|
12761
|
+
* @throws {RequiredError}
|
|
12762
|
+
*/
|
|
12763
|
+
postCreateIncidentUpdate: function (id_1, incidentUpdateRequestDTO_1) {
|
|
12764
|
+
var args_1 = [];
|
|
12765
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
12766
|
+
args_1[_i - 2] = arguments[_i];
|
|
12767
|
+
}
|
|
12768
|
+
return __awaiter(_this, __spreadArray([id_1, incidentUpdateRequestDTO_1], args_1, true), void 0, function (id, incidentUpdateRequestDTO, options) {
|
|
12769
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12770
|
+
if (options === void 0) { options = {}; }
|
|
12771
|
+
return __generator(this, function (_a) {
|
|
12772
|
+
// verify required parameter 'id' is not null or undefined
|
|
12773
|
+
(0, common_1.assertParamExists)('postCreateIncidentUpdate', 'id', id);
|
|
12774
|
+
localVarPath = "/services/incidents/{id}/updates"
|
|
12775
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
12776
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12777
|
+
if (configuration) {
|
|
12778
|
+
baseOptions = configuration.baseOptions;
|
|
12779
|
+
}
|
|
12780
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12781
|
+
localVarHeaderParameter = {};
|
|
12782
|
+
localVarQueryParameter = {};
|
|
12783
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
12784
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12785
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12786
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12787
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(incidentUpdateRequestDTO, localVarRequestOptions, configuration);
|
|
12788
|
+
return [2 /*return*/, {
|
|
12789
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12790
|
+
options: localVarRequestOptions,
|
|
12791
|
+
}];
|
|
12792
|
+
});
|
|
12793
|
+
});
|
|
12794
|
+
},
|
|
12795
|
+
/**
|
|
12796
|
+
*
|
|
12797
|
+
* @param {string} [email] Subscription Email Address
|
|
12798
|
+
* @param {*} [options] Override http request option.
|
|
12799
|
+
* @throws {RequiredError}
|
|
12800
|
+
*/
|
|
12801
|
+
postSubscribe: function (email_1) {
|
|
12802
|
+
var args_1 = [];
|
|
12803
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12804
|
+
args_1[_i - 1] = arguments[_i];
|
|
12805
|
+
}
|
|
12806
|
+
return __awaiter(_this, __spreadArray([email_1], args_1, true), void 0, function (email, options) {
|
|
12807
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12808
|
+
if (options === void 0) { options = {}; }
|
|
12809
|
+
return __generator(this, function (_a) {
|
|
12810
|
+
localVarPath = "/services/incidents/subscribe";
|
|
12811
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12812
|
+
if (configuration) {
|
|
12813
|
+
baseOptions = configuration.baseOptions;
|
|
12814
|
+
}
|
|
12815
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12816
|
+
localVarHeaderParameter = {};
|
|
12817
|
+
localVarQueryParameter = {};
|
|
12818
|
+
if (email !== undefined) {
|
|
12819
|
+
localVarQueryParameter['email'] = email;
|
|
12820
|
+
}
|
|
12821
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12822
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12823
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12824
|
+
return [2 /*return*/, {
|
|
12825
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12826
|
+
options: localVarRequestOptions,
|
|
12827
|
+
}];
|
|
12828
|
+
});
|
|
12829
|
+
});
|
|
12830
|
+
},
|
|
12831
|
+
};
|
|
12832
|
+
};
|
|
12833
|
+
exports.ServicesApiAxiosParamCreator = ServicesApiAxiosParamCreator;
|
|
12834
|
+
/**
|
|
12835
|
+
* ServicesApi - functional programming interface
|
|
12836
|
+
*/
|
|
12837
|
+
var ServicesApiFp = function (configuration) {
|
|
12838
|
+
var localVarAxiosParamCreator = (0, exports.ServicesApiAxiosParamCreator)(configuration);
|
|
12839
|
+
return {
|
|
12840
|
+
/**
|
|
12841
|
+
*
|
|
12842
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12843
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12844
|
+
* @param {*} [options] Override http request option.
|
|
12845
|
+
* @throws {RequiredError}
|
|
12846
|
+
*/
|
|
12847
|
+
deleteUnsubscribe: function (id, email, options) {
|
|
12848
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12849
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12850
|
+
var _a, _b, _c;
|
|
12851
|
+
return __generator(this, function (_d) {
|
|
12852
|
+
switch (_d.label) {
|
|
12853
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteUnsubscribe(id, email, options)];
|
|
12854
|
+
case 1:
|
|
12855
|
+
localVarAxiosArgs = _d.sent();
|
|
12856
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12857
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.deleteUnsubscribe']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12858
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12859
|
+
}
|
|
12860
|
+
});
|
|
12861
|
+
});
|
|
12862
|
+
},
|
|
12863
|
+
/**
|
|
12864
|
+
*
|
|
12865
|
+
* @param {*} [options] Override http request option.
|
|
12866
|
+
* @throws {RequiredError}
|
|
12867
|
+
*/
|
|
12868
|
+
getGetServiceHealth: function (options) {
|
|
12869
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12870
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12871
|
+
var _a, _b, _c;
|
|
12872
|
+
return __generator(this, function (_d) {
|
|
12873
|
+
switch (_d.label) {
|
|
12874
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetServiceHealth(options)];
|
|
12875
|
+
case 1:
|
|
12876
|
+
localVarAxiosArgs = _d.sent();
|
|
12877
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12878
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.getGetServiceHealth']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12879
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12880
|
+
}
|
|
12881
|
+
});
|
|
12882
|
+
});
|
|
12883
|
+
},
|
|
12884
|
+
/**
|
|
12885
|
+
*
|
|
12886
|
+
* @param {string} id Group ID
|
|
12887
|
+
* @param {*} [options] Override http request option.
|
|
12888
|
+
* @throws {RequiredError}
|
|
12889
|
+
*/
|
|
12890
|
+
patchArchiveIncident: function (id, options) {
|
|
12891
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12892
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12893
|
+
var _a, _b, _c;
|
|
12894
|
+
return __generator(this, function (_d) {
|
|
12895
|
+
switch (_d.label) {
|
|
12896
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchArchiveIncident(id, options)];
|
|
12897
|
+
case 1:
|
|
12898
|
+
localVarAxiosArgs = _d.sent();
|
|
12899
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12900
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.patchArchiveIncident']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12901
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12902
|
+
}
|
|
12903
|
+
});
|
|
12904
|
+
});
|
|
12905
|
+
},
|
|
12906
|
+
/**
|
|
12907
|
+
*
|
|
12908
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
12909
|
+
* @param {*} [options] Override http request option.
|
|
12910
|
+
* @throws {RequiredError}
|
|
12911
|
+
*/
|
|
12912
|
+
postCreateIncident: function (incidentRequestDTO, options) {
|
|
12913
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12914
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12915
|
+
var _a, _b, _c;
|
|
12916
|
+
return __generator(this, function (_d) {
|
|
12917
|
+
switch (_d.label) {
|
|
12918
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postCreateIncident(incidentRequestDTO, options)];
|
|
12919
|
+
case 1:
|
|
12920
|
+
localVarAxiosArgs = _d.sent();
|
|
12921
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12922
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postCreateIncident']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12923
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12924
|
+
}
|
|
12925
|
+
});
|
|
12926
|
+
});
|
|
12927
|
+
},
|
|
12928
|
+
/**
|
|
12929
|
+
*
|
|
12930
|
+
* @param {string} id Group ID
|
|
12931
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
12932
|
+
* @param {*} [options] Override http request option.
|
|
12933
|
+
* @throws {RequiredError}
|
|
12934
|
+
*/
|
|
12935
|
+
postCreateIncidentUpdate: function (id, incidentUpdateRequestDTO, options) {
|
|
12936
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12937
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12938
|
+
var _a, _b, _c;
|
|
12939
|
+
return __generator(this, function (_d) {
|
|
12940
|
+
switch (_d.label) {
|
|
12941
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options)];
|
|
12942
|
+
case 1:
|
|
12943
|
+
localVarAxiosArgs = _d.sent();
|
|
12944
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12945
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postCreateIncidentUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12946
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12947
|
+
}
|
|
12948
|
+
});
|
|
12949
|
+
});
|
|
12950
|
+
},
|
|
12951
|
+
/**
|
|
12952
|
+
*
|
|
12953
|
+
* @param {string} [email] Subscription Email Address
|
|
12954
|
+
* @param {*} [options] Override http request option.
|
|
12955
|
+
* @throws {RequiredError}
|
|
12956
|
+
*/
|
|
12957
|
+
postSubscribe: function (email, options) {
|
|
12958
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12959
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12960
|
+
var _a, _b, _c;
|
|
12961
|
+
return __generator(this, function (_d) {
|
|
12962
|
+
switch (_d.label) {
|
|
12963
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postSubscribe(email, options)];
|
|
12964
|
+
case 1:
|
|
12965
|
+
localVarAxiosArgs = _d.sent();
|
|
12966
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12967
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postSubscribe']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12968
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12969
|
+
}
|
|
12970
|
+
});
|
|
12971
|
+
});
|
|
12972
|
+
},
|
|
12973
|
+
};
|
|
12974
|
+
};
|
|
12975
|
+
exports.ServicesApiFp = ServicesApiFp;
|
|
12976
|
+
/**
|
|
12977
|
+
* ServicesApi - factory interface
|
|
12978
|
+
*/
|
|
12979
|
+
var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
12980
|
+
var localVarFp = (0, exports.ServicesApiFp)(configuration);
|
|
12981
|
+
return {
|
|
12982
|
+
/**
|
|
12983
|
+
*
|
|
12984
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12985
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12986
|
+
* @param {*} [options] Override http request option.
|
|
12987
|
+
* @throws {RequiredError}
|
|
12988
|
+
*/
|
|
12989
|
+
deleteUnsubscribe: function (id, email, options) {
|
|
12990
|
+
return localVarFp.deleteUnsubscribe(id, email, options).then(function (request) { return request(axios, basePath); });
|
|
12991
|
+
},
|
|
12992
|
+
/**
|
|
12993
|
+
*
|
|
12994
|
+
* @param {*} [options] Override http request option.
|
|
12995
|
+
* @throws {RequiredError}
|
|
12996
|
+
*/
|
|
12997
|
+
getGetServiceHealth: function (options) {
|
|
12998
|
+
return localVarFp.getGetServiceHealth(options).then(function (request) { return request(axios, basePath); });
|
|
12999
|
+
},
|
|
13000
|
+
/**
|
|
13001
|
+
*
|
|
13002
|
+
* @param {string} id Group ID
|
|
13003
|
+
* @param {*} [options] Override http request option.
|
|
13004
|
+
* @throws {RequiredError}
|
|
13005
|
+
*/
|
|
13006
|
+
patchArchiveIncident: function (id, options) {
|
|
13007
|
+
return localVarFp.patchArchiveIncident(id, options).then(function (request) { return request(axios, basePath); });
|
|
13008
|
+
},
|
|
13009
|
+
/**
|
|
13010
|
+
*
|
|
13011
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
13012
|
+
* @param {*} [options] Override http request option.
|
|
13013
|
+
* @throws {RequiredError}
|
|
13014
|
+
*/
|
|
13015
|
+
postCreateIncident: function (incidentRequestDTO, options) {
|
|
13016
|
+
return localVarFp.postCreateIncident(incidentRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
13017
|
+
},
|
|
13018
|
+
/**
|
|
13019
|
+
*
|
|
13020
|
+
* @param {string} id Group ID
|
|
13021
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
13022
|
+
* @param {*} [options] Override http request option.
|
|
13023
|
+
* @throws {RequiredError}
|
|
13024
|
+
*/
|
|
13025
|
+
postCreateIncidentUpdate: function (id, incidentUpdateRequestDTO, options) {
|
|
13026
|
+
return localVarFp.postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
13027
|
+
},
|
|
13028
|
+
/**
|
|
13029
|
+
*
|
|
13030
|
+
* @param {string} [email] Subscription Email Address
|
|
13031
|
+
* @param {*} [options] Override http request option.
|
|
13032
|
+
* @throws {RequiredError}
|
|
13033
|
+
*/
|
|
13034
|
+
postSubscribe: function (email, options) {
|
|
13035
|
+
return localVarFp.postSubscribe(email, options).then(function (request) { return request(axios, basePath); });
|
|
13036
|
+
},
|
|
13037
|
+
};
|
|
13038
|
+
};
|
|
13039
|
+
exports.ServicesApiFactory = ServicesApiFactory;
|
|
13040
|
+
/**
|
|
13041
|
+
* ServicesApi - object-oriented interface
|
|
13042
|
+
*/
|
|
13043
|
+
var ServicesApi = /** @class */ (function (_super) {
|
|
13044
|
+
__extends(ServicesApi, _super);
|
|
13045
|
+
function ServicesApi() {
|
|
13046
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
13047
|
+
}
|
|
13048
|
+
/**
|
|
13049
|
+
*
|
|
13050
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
13051
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
13052
|
+
* @param {*} [options] Override http request option.
|
|
13053
|
+
* @throws {RequiredError}
|
|
13054
|
+
*/
|
|
13055
|
+
ServicesApi.prototype.deleteUnsubscribe = function (id, email, options) {
|
|
13056
|
+
var _this = this;
|
|
13057
|
+
return (0, exports.ServicesApiFp)(this.configuration).deleteUnsubscribe(id, email, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13058
|
+
};
|
|
13059
|
+
/**
|
|
13060
|
+
*
|
|
13061
|
+
* @param {*} [options] Override http request option.
|
|
13062
|
+
* @throws {RequiredError}
|
|
13063
|
+
*/
|
|
13064
|
+
ServicesApi.prototype.getGetServiceHealth = function (options) {
|
|
13065
|
+
var _this = this;
|
|
13066
|
+
return (0, exports.ServicesApiFp)(this.configuration).getGetServiceHealth(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13067
|
+
};
|
|
13068
|
+
/**
|
|
13069
|
+
*
|
|
13070
|
+
* @param {string} id Group ID
|
|
13071
|
+
* @param {*} [options] Override http request option.
|
|
13072
|
+
* @throws {RequiredError}
|
|
13073
|
+
*/
|
|
13074
|
+
ServicesApi.prototype.patchArchiveIncident = function (id, options) {
|
|
13075
|
+
var _this = this;
|
|
13076
|
+
return (0, exports.ServicesApiFp)(this.configuration).patchArchiveIncident(id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13077
|
+
};
|
|
13078
|
+
/**
|
|
13079
|
+
*
|
|
13080
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
13081
|
+
* @param {*} [options] Override http request option.
|
|
13082
|
+
* @throws {RequiredError}
|
|
13083
|
+
*/
|
|
13084
|
+
ServicesApi.prototype.postCreateIncident = function (incidentRequestDTO, options) {
|
|
13085
|
+
var _this = this;
|
|
13086
|
+
return (0, exports.ServicesApiFp)(this.configuration).postCreateIncident(incidentRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13087
|
+
};
|
|
13088
|
+
/**
|
|
13089
|
+
*
|
|
13090
|
+
* @param {string} id Group ID
|
|
13091
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
13092
|
+
* @param {*} [options] Override http request option.
|
|
13093
|
+
* @throws {RequiredError}
|
|
13094
|
+
*/
|
|
13095
|
+
ServicesApi.prototype.postCreateIncidentUpdate = function (id, incidentUpdateRequestDTO, options) {
|
|
13096
|
+
var _this = this;
|
|
13097
|
+
return (0, exports.ServicesApiFp)(this.configuration).postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13098
|
+
};
|
|
13099
|
+
/**
|
|
13100
|
+
*
|
|
13101
|
+
* @param {string} [email] Subscription Email Address
|
|
13102
|
+
* @param {*} [options] Override http request option.
|
|
13103
|
+
* @throws {RequiredError}
|
|
13104
|
+
*/
|
|
13105
|
+
ServicesApi.prototype.postSubscribe = function (email, options) {
|
|
13106
|
+
var _this = this;
|
|
13107
|
+
return (0, exports.ServicesApiFp)(this.configuration).postSubscribe(email, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13108
|
+
};
|
|
13109
|
+
return ServicesApi;
|
|
13110
|
+
}(base_1.BaseAPI));
|
|
13111
|
+
exports.ServicesApi = ServicesApi;
|
|
12856
13112
|
/**
|
|
12857
13113
|
* ShippingApi - axios parameter creator
|
|
12858
|
-
* @export
|
|
12859
13114
|
*/
|
|
12860
13115
|
var ShippingApiAxiosParamCreator = function (configuration) {
|
|
12861
13116
|
var _this = this;
|
|
@@ -12943,7 +13198,6 @@ var ShippingApiAxiosParamCreator = function (configuration) {
|
|
|
12943
13198
|
exports.ShippingApiAxiosParamCreator = ShippingApiAxiosParamCreator;
|
|
12944
13199
|
/**
|
|
12945
13200
|
* ShippingApi - functional programming interface
|
|
12946
|
-
* @export
|
|
12947
13201
|
*/
|
|
12948
13202
|
var ShippingApiFp = function (configuration) {
|
|
12949
13203
|
var localVarAxiosParamCreator = (0, exports.ShippingApiAxiosParamCreator)(configuration);
|
|
@@ -13000,7 +13254,6 @@ var ShippingApiFp = function (configuration) {
|
|
|
13000
13254
|
exports.ShippingApiFp = ShippingApiFp;
|
|
13001
13255
|
/**
|
|
13002
13256
|
* ShippingApi - factory interface
|
|
13003
|
-
* @export
|
|
13004
13257
|
*/
|
|
13005
13258
|
var ShippingApiFactory = function (configuration, basePath, axios) {
|
|
13006
13259
|
var localVarFp = (0, exports.ShippingApiFp)(configuration);
|
|
@@ -13031,9 +13284,6 @@ var ShippingApiFactory = function (configuration, basePath, axios) {
|
|
|
13031
13284
|
exports.ShippingApiFactory = ShippingApiFactory;
|
|
13032
13285
|
/**
|
|
13033
13286
|
* ShippingApi - object-oriented interface
|
|
13034
|
-
* @export
|
|
13035
|
-
* @class ShippingApi
|
|
13036
|
-
* @extends {BaseAPI}
|
|
13037
13287
|
*/
|
|
13038
13288
|
var ShippingApi = /** @class */ (function (_super) {
|
|
13039
13289
|
__extends(ShippingApi, _super);
|
|
@@ -13047,7 +13297,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13047
13297
|
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
13048
13298
|
* @param {*} [options] Override http request option.
|
|
13049
13299
|
* @throws {RequiredError}
|
|
13050
|
-
* @memberof ShippingApi
|
|
13051
13300
|
*/
|
|
13052
13301
|
ShippingApi.prototype.postGetAdminShippingServices = function (customerId, shippingInformationDTO, options) {
|
|
13053
13302
|
var _this = this;
|
|
@@ -13059,7 +13308,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13059
13308
|
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
13060
13309
|
* @param {*} [options] Override http request option.
|
|
13061
13310
|
* @throws {RequiredError}
|
|
13062
|
-
* @memberof ShippingApi
|
|
13063
13311
|
*/
|
|
13064
13312
|
ShippingApi.prototype.postGetShippingServices = function (shippingInformationDTO, options) {
|
|
13065
13313
|
var _this = this;
|
|
@@ -13070,7 +13318,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13070
13318
|
exports.ShippingApi = ShippingApi;
|
|
13071
13319
|
/**
|
|
13072
13320
|
* StockManagementApi - axios parameter creator
|
|
13073
|
-
* @export
|
|
13074
13321
|
*/
|
|
13075
13322
|
var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
13076
13323
|
var _this = this;
|
|
@@ -14035,7 +14282,6 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
14035
14282
|
exports.StockManagementApiAxiosParamCreator = StockManagementApiAxiosParamCreator;
|
|
14036
14283
|
/**
|
|
14037
14284
|
* StockManagementApi - functional programming interface
|
|
14038
|
-
* @export
|
|
14039
14285
|
*/
|
|
14040
14286
|
var StockManagementApiFp = function (configuration) {
|
|
14041
14287
|
var localVarAxiosParamCreator = (0, exports.StockManagementApiAxiosParamCreator)(configuration);
|
|
@@ -14614,7 +14860,6 @@ var StockManagementApiFp = function (configuration) {
|
|
|
14614
14860
|
exports.StockManagementApiFp = StockManagementApiFp;
|
|
14615
14861
|
/**
|
|
14616
14862
|
* StockManagementApi - factory interface
|
|
14617
|
-
* @export
|
|
14618
14863
|
*/
|
|
14619
14864
|
var StockManagementApiFactory = function (configuration, basePath, axios) {
|
|
14620
14865
|
var localVarFp = (0, exports.StockManagementApiFp)(configuration);
|
|
@@ -14881,9 +15126,6 @@ var StockManagementApiFactory = function (configuration, basePath, axios) {
|
|
|
14881
15126
|
exports.StockManagementApiFactory = StockManagementApiFactory;
|
|
14882
15127
|
/**
|
|
14883
15128
|
* StockManagementApi - object-oriented interface
|
|
14884
|
-
* @export
|
|
14885
|
-
* @class StockManagementApi
|
|
14886
|
-
* @extends {BaseAPI}
|
|
14887
15129
|
*/
|
|
14888
15130
|
var StockManagementApi = /** @class */ (function (_super) {
|
|
14889
15131
|
__extends(StockManagementApi, _super);
|
|
@@ -14896,7 +15138,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14896
15138
|
* @param {number} id Stock Order ID
|
|
14897
15139
|
* @param {*} [options] Override http request option.
|
|
14898
15140
|
* @throws {RequiredError}
|
|
14899
|
-
* @memberof StockManagementApi
|
|
14900
15141
|
*/
|
|
14901
15142
|
StockManagementApi.prototype.deleteDeleteStockOrder = function (id, options) {
|
|
14902
15143
|
var _this = this;
|
|
@@ -14909,7 +15150,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14909
15150
|
* @param {number} deductionId Stock Order Deduction ID
|
|
14910
15151
|
* @param {*} [options] Override http request option.
|
|
14911
15152
|
* @throws {RequiredError}
|
|
14912
|
-
* @memberof StockManagementApi
|
|
14913
15153
|
*/
|
|
14914
15154
|
StockManagementApi.prototype.deleteDeleteStockOrderDeduction = function (orderId, deductionId, options) {
|
|
14915
15155
|
var _this = this;
|
|
@@ -14922,7 +15162,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14922
15162
|
* @param {number} itemId Stock Order Item ID
|
|
14923
15163
|
* @param {*} [options] Override http request option.
|
|
14924
15164
|
* @throws {RequiredError}
|
|
14925
|
-
* @memberof StockManagementApi
|
|
14926
15165
|
*/
|
|
14927
15166
|
StockManagementApi.prototype.deleteDeleteStockOrderItem = function (orderId, itemId, options) {
|
|
14928
15167
|
var _this = this;
|
|
@@ -14934,7 +15173,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14934
15173
|
* @param {number} id Stock Product ID
|
|
14935
15174
|
* @param {*} [options] Override http request option.
|
|
14936
15175
|
* @throws {RequiredError}
|
|
14937
|
-
* @memberof StockManagementApi
|
|
14938
15176
|
*/
|
|
14939
15177
|
StockManagementApi.prototype.deleteGetStockProduct = function (id, options) {
|
|
14940
15178
|
var _this = this;
|
|
@@ -14946,7 +15184,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14946
15184
|
* @param {number} id Stock Order ID
|
|
14947
15185
|
* @param {*} [options] Override http request option.
|
|
14948
15186
|
* @throws {RequiredError}
|
|
14949
|
-
* @memberof StockManagementApi
|
|
14950
15187
|
*/
|
|
14951
15188
|
StockManagementApi.prototype.getDeleteStockOrder = function (id, options) {
|
|
14952
15189
|
var _this = this;
|
|
@@ -14958,7 +15195,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14958
15195
|
* @param {string} sku Product SKU
|
|
14959
15196
|
* @param {*} [options] Override http request option.
|
|
14960
15197
|
* @throws {RequiredError}
|
|
14961
|
-
* @memberof StockManagementApi
|
|
14962
15198
|
*/
|
|
14963
15199
|
StockManagementApi.prototype.getGetProductDetails = function (sku, options) {
|
|
14964
15200
|
var _this = this;
|
|
@@ -14970,7 +15206,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14970
15206
|
* @param {number} id Stock Order ID
|
|
14971
15207
|
* @param {*} [options] Override http request option.
|
|
14972
15208
|
* @throws {RequiredError}
|
|
14973
|
-
* @memberof StockManagementApi
|
|
14974
15209
|
*/
|
|
14975
15210
|
StockManagementApi.prototype.getGetStockOrderPurchaseOrder = function (id, options) {
|
|
14976
15211
|
var _this = this;
|
|
@@ -14982,7 +15217,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14982
15217
|
* @param {number} id Stock Order ID
|
|
14983
15218
|
* @param {*} [options] Override http request option.
|
|
14984
15219
|
* @throws {RequiredError}
|
|
14985
|
-
* @memberof StockManagementApi
|
|
14986
15220
|
*/
|
|
14987
15221
|
StockManagementApi.prototype.getGetStockOrderSupplierEmail = function (id, options) {
|
|
14988
15222
|
var _this = this;
|
|
@@ -14997,7 +15231,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14997
15231
|
* @param {boolean} [outstanding] Outstanding Orders
|
|
14998
15232
|
* @param {*} [options] Override http request option.
|
|
14999
15233
|
* @throws {RequiredError}
|
|
15000
|
-
* @memberof StockManagementApi
|
|
15001
15234
|
*/
|
|
15002
15235
|
StockManagementApi.prototype.getGetStockOrders = function (pageSize, page, search, outstanding, options) {
|
|
15003
15236
|
var _this = this;
|
|
@@ -15009,7 +15242,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15009
15242
|
* @param {number} id Stock Product ID
|
|
15010
15243
|
* @param {*} [options] Override http request option.
|
|
15011
15244
|
* @throws {RequiredError}
|
|
15012
|
-
* @memberof StockManagementApi
|
|
15013
15245
|
*/
|
|
15014
15246
|
StockManagementApi.prototype.getGetStockProduct = function (id, options) {
|
|
15015
15247
|
var _this = this;
|
|
@@ -15020,7 +15252,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15020
15252
|
* @summary Get Stock Product Suppliers
|
|
15021
15253
|
* @param {*} [options] Override http request option.
|
|
15022
15254
|
* @throws {RequiredError}
|
|
15023
|
-
* @memberof StockManagementApi
|
|
15024
15255
|
*/
|
|
15025
15256
|
StockManagementApi.prototype.getGetStockProductSuppliers = function (options) {
|
|
15026
15257
|
var _this = this;
|
|
@@ -15034,7 +15265,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15034
15265
|
* @param {string} [search] Search
|
|
15035
15266
|
* @param {*} [options] Override http request option.
|
|
15036
15267
|
* @throws {RequiredError}
|
|
15037
|
-
* @memberof StockManagementApi
|
|
15038
15268
|
*/
|
|
15039
15269
|
StockManagementApi.prototype.getGetStockProducts = function (pageSize, page, search, options) {
|
|
15040
15270
|
var _this = this;
|
|
@@ -15046,7 +15276,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15046
15276
|
* @param {number} id Supplier ID
|
|
15047
15277
|
* @param {*} [options] Override http request option.
|
|
15048
15278
|
* @throws {RequiredError}
|
|
15049
|
-
* @memberof StockManagementApi
|
|
15050
15279
|
*/
|
|
15051
15280
|
StockManagementApi.prototype.getGetStockSupplierProducts = function (id, options) {
|
|
15052
15281
|
var _this = this;
|
|
@@ -15058,7 +15287,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15058
15287
|
* @param {number} id Stock Order ID
|
|
15059
15288
|
* @param {*} [options] Override http request option.
|
|
15060
15289
|
* @throws {RequiredError}
|
|
15061
|
-
* @memberof StockManagementApi
|
|
15062
15290
|
*/
|
|
15063
15291
|
StockManagementApi.prototype.getUploadStockOrderInvoice = function (id, options) {
|
|
15064
15292
|
var _this = this;
|
|
@@ -15071,7 +15299,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15071
15299
|
* @param {StockOrderModel} [stockOrderModel]
|
|
15072
15300
|
* @param {*} [options] Override http request option.
|
|
15073
15301
|
* @throws {RequiredError}
|
|
15074
|
-
* @memberof StockManagementApi
|
|
15075
15302
|
*/
|
|
15076
15303
|
StockManagementApi.prototype.patchDeleteStockOrder = function (id, stockOrderModel, options) {
|
|
15077
15304
|
var _this = this;
|
|
@@ -15085,7 +15312,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15085
15312
|
* @param {StockOrderDeductionModel} [stockOrderDeductionModel]
|
|
15086
15313
|
* @param {*} [options] Override http request option.
|
|
15087
15314
|
* @throws {RequiredError}
|
|
15088
|
-
* @memberof StockManagementApi
|
|
15089
15315
|
*/
|
|
15090
15316
|
StockManagementApi.prototype.patchDeleteStockOrderDeduction = function (orderId, deductionId, stockOrderDeductionModel, options) {
|
|
15091
15317
|
var _this = this;
|
|
@@ -15099,7 +15325,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15099
15325
|
* @param {StockOrderItemModel} [stockOrderItemModel]
|
|
15100
15326
|
* @param {*} [options] Override http request option.
|
|
15101
15327
|
* @throws {RequiredError}
|
|
15102
|
-
* @memberof StockManagementApi
|
|
15103
15328
|
*/
|
|
15104
15329
|
StockManagementApi.prototype.patchDeleteStockOrderItem = function (orderId, itemId, stockOrderItemModel, options) {
|
|
15105
15330
|
var _this = this;
|
|
@@ -15112,7 +15337,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15112
15337
|
* @param {Array<StockOrderDeductionRequestModel>} [stockOrderDeductionRequestModel]
|
|
15113
15338
|
* @param {*} [options] Override http request option.
|
|
15114
15339
|
* @throws {RequiredError}
|
|
15115
|
-
* @memberof StockManagementApi
|
|
15116
15340
|
*/
|
|
15117
15341
|
StockManagementApi.prototype.postAddStockOrderDeduction = function (id, stockOrderDeductionRequestModel, options) {
|
|
15118
15342
|
var _this = this;
|
|
@@ -15125,7 +15349,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15125
15349
|
* @param {Array<StockOrderItemRequestModel>} [stockOrderItemRequestModel]
|
|
15126
15350
|
* @param {*} [options] Override http request option.
|
|
15127
15351
|
* @throws {RequiredError}
|
|
15128
|
-
* @memberof StockManagementApi
|
|
15129
15352
|
*/
|
|
15130
15353
|
StockManagementApi.prototype.postAddStockOrderItem = function (id, stockOrderItemRequestModel, options) {
|
|
15131
15354
|
var _this = this;
|
|
@@ -15137,7 +15360,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15137
15360
|
* @param {StockOrderRequestModel} [stockOrderRequestModel]
|
|
15138
15361
|
* @param {*} [options] Override http request option.
|
|
15139
15362
|
* @throws {RequiredError}
|
|
15140
|
-
* @memberof StockManagementApi
|
|
15141
15363
|
*/
|
|
15142
15364
|
StockManagementApi.prototype.postGetStockOrders = function (stockOrderRequestModel, options) {
|
|
15143
15365
|
var _this = this;
|
|
@@ -15149,7 +15371,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15149
15371
|
* @param {StockProductModel} [stockProductModel] Stock Product
|
|
15150
15372
|
* @param {*} [options] Override http request option.
|
|
15151
15373
|
* @throws {RequiredError}
|
|
15152
|
-
* @memberof StockManagementApi
|
|
15153
15374
|
*/
|
|
15154
15375
|
StockManagementApi.prototype.postGetStockProducts = function (stockProductModel, options) {
|
|
15155
15376
|
var _this = this;
|
|
@@ -15162,7 +15383,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15162
15383
|
* @param {File} invoice Supplier Invoice
|
|
15163
15384
|
* @param {*} [options] Override http request option.
|
|
15164
15385
|
* @throws {RequiredError}
|
|
15165
|
-
* @memberof StockManagementApi
|
|
15166
15386
|
*/
|
|
15167
15387
|
StockManagementApi.prototype.postUploadStockOrderInvoice = function (id, invoice, options) {
|
|
15168
15388
|
var _this = this;
|
|
@@ -15175,7 +15395,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15175
15395
|
* @param {StockProductModel} [stockProductModel] Stock Product
|
|
15176
15396
|
* @param {*} [options] Override http request option.
|
|
15177
15397
|
* @throws {RequiredError}
|
|
15178
|
-
* @memberof StockManagementApi
|
|
15179
15398
|
*/
|
|
15180
15399
|
StockManagementApi.prototype.putGetStockProduct = function (id, stockProductModel, options) {
|
|
15181
15400
|
var _this = this;
|
|
@@ -15189,7 +15408,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15189
15408
|
* @param {number} received Quantity Received
|
|
15190
15409
|
* @param {*} [options] Override http request option.
|
|
15191
15410
|
* @throws {RequiredError}
|
|
15192
|
-
* @memberof StockManagementApi
|
|
15193
15411
|
*/
|
|
15194
15412
|
StockManagementApi.prototype.putReceiveStockOrderItem = function (orderId, itemId, received, options) {
|
|
15195
15413
|
var _this = this;
|
|
@@ -15200,7 +15418,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15200
15418
|
exports.StockManagementApi = StockManagementApi;
|
|
15201
15419
|
/**
|
|
15202
15420
|
* SystemApi - axios parameter creator
|
|
15203
|
-
* @export
|
|
15204
15421
|
*/
|
|
15205
15422
|
var SystemApiAxiosParamCreator = function (configuration) {
|
|
15206
15423
|
var _this = this;
|
|
@@ -15274,7 +15491,6 @@ var SystemApiAxiosParamCreator = function (configuration) {
|
|
|
15274
15491
|
exports.SystemApiAxiosParamCreator = SystemApiAxiosParamCreator;
|
|
15275
15492
|
/**
|
|
15276
15493
|
* SystemApi - functional programming interface
|
|
15277
|
-
* @export
|
|
15278
15494
|
*/
|
|
15279
15495
|
var SystemApiFp = function (configuration) {
|
|
15280
15496
|
var localVarAxiosParamCreator = (0, exports.SystemApiAxiosParamCreator)(configuration);
|
|
@@ -15313,7 +15529,6 @@ var SystemApiFp = function (configuration) {
|
|
|
15313
15529
|
exports.SystemApiFp = SystemApiFp;
|
|
15314
15530
|
/**
|
|
15315
15531
|
* SystemApi - factory interface
|
|
15316
|
-
* @export
|
|
15317
15532
|
*/
|
|
15318
15533
|
var SystemApiFactory = function (configuration, basePath, axios) {
|
|
15319
15534
|
var localVarFp = (0, exports.SystemApiFp)(configuration);
|
|
@@ -15339,9 +15554,6 @@ var SystemApiFactory = function (configuration, basePath, axios) {
|
|
|
15339
15554
|
exports.SystemApiFactory = SystemApiFactory;
|
|
15340
15555
|
/**
|
|
15341
15556
|
* SystemApi - object-oriented interface
|
|
15342
|
-
* @export
|
|
15343
|
-
* @class SystemApi
|
|
15344
|
-
* @extends {BaseAPI}
|
|
15345
15557
|
*/
|
|
15346
15558
|
var SystemApi = /** @class */ (function (_super) {
|
|
15347
15559
|
__extends(SystemApi, _super);
|
|
@@ -15360,7 +15572,6 @@ var SystemApi = /** @class */ (function (_super) {
|
|
|
15360
15572
|
* @param {number} [page] Page Number
|
|
15361
15573
|
* @param {*} [options] Override http request option.
|
|
15362
15574
|
* @throws {RequiredError}
|
|
15363
|
-
* @memberof SystemApi
|
|
15364
15575
|
*/
|
|
15365
15576
|
SystemApi.prototype.getLogSearch = function (clientId, clientIp, responseCode, date, filterOutDomain, pageSize, page, options) {
|
|
15366
15577
|
var _this = this;
|
|
@@ -15371,7 +15582,6 @@ var SystemApi = /** @class */ (function (_super) {
|
|
|
15371
15582
|
exports.SystemApi = SystemApi;
|
|
15372
15583
|
/**
|
|
15373
15584
|
* TicketsApi - axios parameter creator
|
|
15374
|
-
* @export
|
|
15375
15585
|
*/
|
|
15376
15586
|
var TicketsApiAxiosParamCreator = function (configuration) {
|
|
15377
15587
|
var _this = this;
|
|
@@ -15595,7 +15805,6 @@ var TicketsApiAxiosParamCreator = function (configuration) {
|
|
|
15595
15805
|
exports.TicketsApiAxiosParamCreator = TicketsApiAxiosParamCreator;
|
|
15596
15806
|
/**
|
|
15597
15807
|
* TicketsApi - functional programming interface
|
|
15598
|
-
* @export
|
|
15599
15808
|
*/
|
|
15600
15809
|
var TicketsApiFp = function (configuration) {
|
|
15601
15810
|
var localVarAxiosParamCreator = (0, exports.TicketsApiAxiosParamCreator)(configuration);
|
|
@@ -15721,7 +15930,6 @@ var TicketsApiFp = function (configuration) {
|
|
|
15721
15930
|
exports.TicketsApiFp = TicketsApiFp;
|
|
15722
15931
|
/**
|
|
15723
15932
|
* TicketsApi - factory interface
|
|
15724
|
-
* @export
|
|
15725
15933
|
*/
|
|
15726
15934
|
var TicketsApiFactory = function (configuration, basePath, axios) {
|
|
15727
15935
|
var localVarFp = (0, exports.TicketsApiFp)(configuration);
|
|
@@ -15782,9 +15990,6 @@ var TicketsApiFactory = function (configuration, basePath, axios) {
|
|
|
15782
15990
|
exports.TicketsApiFactory = TicketsApiFactory;
|
|
15783
15991
|
/**
|
|
15784
15992
|
* TicketsApi - object-oriented interface
|
|
15785
|
-
* @export
|
|
15786
|
-
* @class TicketsApi
|
|
15787
|
-
* @extends {BaseAPI}
|
|
15788
15993
|
*/
|
|
15789
15994
|
var TicketsApi = /** @class */ (function (_super) {
|
|
15790
15995
|
__extends(TicketsApi, _super);
|
|
@@ -15798,7 +16003,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15798
16003
|
* @param {number} [page] Page Number
|
|
15799
16004
|
* @param {*} [options] Override http request option.
|
|
15800
16005
|
* @throws {RequiredError}
|
|
15801
|
-
* @memberof TicketsApi
|
|
15802
16006
|
*/
|
|
15803
16007
|
TicketsApi.prototype.getCreateTicket = function (search, pageSize, page, options) {
|
|
15804
16008
|
var _this = this;
|
|
@@ -15809,7 +16013,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15809
16013
|
* @param {number} id Ticket ID
|
|
15810
16014
|
* @param {*} [options] Override http request option.
|
|
15811
16015
|
* @throws {RequiredError}
|
|
15812
|
-
* @memberof TicketsApi
|
|
15813
16016
|
*/
|
|
15814
16017
|
TicketsApi.prototype.getGetTicket = function (id, options) {
|
|
15815
16018
|
var _this = this;
|
|
@@ -15820,7 +16023,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15820
16023
|
* @param {number} id Ticket ID
|
|
15821
16024
|
* @param {*} [options] Override http request option.
|
|
15822
16025
|
* @throws {RequiredError}
|
|
15823
|
-
* @memberof TicketsApi
|
|
15824
16026
|
*/
|
|
15825
16027
|
TicketsApi.prototype.patchCloseTicket = function (id, options) {
|
|
15826
16028
|
var _this = this;
|
|
@@ -15833,7 +16035,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15833
16035
|
* @param {Array<File>} [attachments] Attachments (up to 20MB combined)
|
|
15834
16036
|
* @param {*} [options] Override http request option.
|
|
15835
16037
|
* @throws {RequiredError}
|
|
15836
|
-
* @memberof TicketsApi
|
|
15837
16038
|
*/
|
|
15838
16039
|
TicketsApi.prototype.postCreateTicket = function (subject, message, attachments, options) {
|
|
15839
16040
|
var _this = this;
|
|
@@ -15846,7 +16047,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15846
16047
|
* @param {Array<File>} [attachments] Attachments (up to 20MB combined)
|
|
15847
16048
|
* @param {*} [options] Override http request option.
|
|
15848
16049
|
* @throws {RequiredError}
|
|
15849
|
-
* @memberof TicketsApi
|
|
15850
16050
|
*/
|
|
15851
16051
|
TicketsApi.prototype.postTicketReply = function (id, body, attachments, options) {
|
|
15852
16052
|
var _this = this;
|
|
@@ -15857,7 +16057,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15857
16057
|
exports.TicketsApi = TicketsApi;
|
|
15858
16058
|
/**
|
|
15859
16059
|
* WebhooksApi - axios parameter creator
|
|
15860
|
-
* @export
|
|
15861
16060
|
*/
|
|
15862
16061
|
var WebhooksApiAxiosParamCreator = function (configuration) {
|
|
15863
16062
|
var _this = this;
|
|
@@ -15945,7 +16144,6 @@ var WebhooksApiAxiosParamCreator = function (configuration) {
|
|
|
15945
16144
|
exports.WebhooksApiAxiosParamCreator = WebhooksApiAxiosParamCreator;
|
|
15946
16145
|
/**
|
|
15947
16146
|
* WebhooksApi - functional programming interface
|
|
15948
|
-
* @export
|
|
15949
16147
|
*/
|
|
15950
16148
|
var WebhooksApiFp = function (configuration) {
|
|
15951
16149
|
var localVarAxiosParamCreator = (0, exports.WebhooksApiAxiosParamCreator)(configuration);
|
|
@@ -16001,7 +16199,6 @@ var WebhooksApiFp = function (configuration) {
|
|
|
16001
16199
|
exports.WebhooksApiFp = WebhooksApiFp;
|
|
16002
16200
|
/**
|
|
16003
16201
|
* WebhooksApi - factory interface
|
|
16004
|
-
* @export
|
|
16005
16202
|
*/
|
|
16006
16203
|
var WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
16007
16204
|
var localVarFp = (0, exports.WebhooksApiFp)(configuration);
|
|
@@ -16031,9 +16228,6 @@ var WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
|
16031
16228
|
exports.WebhooksApiFactory = WebhooksApiFactory;
|
|
16032
16229
|
/**
|
|
16033
16230
|
* WebhooksApi - object-oriented interface
|
|
16034
|
-
* @export
|
|
16035
|
-
* @class WebhooksApi
|
|
16036
|
-
* @extends {BaseAPI}
|
|
16037
16231
|
*/
|
|
16038
16232
|
var WebhooksApi = /** @class */ (function (_super) {
|
|
16039
16233
|
__extends(WebhooksApi, _super);
|
|
@@ -16046,7 +16240,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16046
16240
|
* @param {string} authKey Webhook Authentication Key
|
|
16047
16241
|
* @param {*} [options] Override http request option.
|
|
16048
16242
|
* @throws {RequiredError}
|
|
16049
|
-
* @memberof WebhooksApi
|
|
16050
16243
|
*/
|
|
16051
16244
|
WebhooksApi.prototype.deleteRevokeWebhook = function (authKey, options) {
|
|
16052
16245
|
var _this = this;
|
|
@@ -16058,7 +16251,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16058
16251
|
* @param {PostAddWebhookWebhookUriEnum} webhookUri Webhook URI
|
|
16059
16252
|
* @param {*} [options] Override http request option.
|
|
16060
16253
|
* @throws {RequiredError}
|
|
16061
|
-
* @memberof WebhooksApi
|
|
16062
16254
|
*/
|
|
16063
16255
|
WebhooksApi.prototype.postAddWebhook = function (webhookUri, options) {
|
|
16064
16256
|
var _this = this;
|
|
@@ -16067,9 +16259,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16067
16259
|
return WebhooksApi;
|
|
16068
16260
|
}(base_1.BaseAPI));
|
|
16069
16261
|
exports.WebhooksApi = WebhooksApi;
|
|
16070
|
-
/**
|
|
16071
|
-
* @export
|
|
16072
|
-
*/
|
|
16073
16262
|
exports.PostAddWebhookWebhookUriEnum = {
|
|
16074
16263
|
WebhookComposerInstall: '/webhook/composer/install',
|
|
16075
16264
|
WebhookFreshdeskCreate: '/webhook/freshdesk/create',
|