yellowgrid-api-ts 3.2.26 → 3.2.27-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 +654 -3616
- 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 +397 -3615
- package/dist/api.js +551 -362
- 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 +2 -2
- 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 +35 -0
- package/docs/IncidentRequestDTO.md +25 -0
- package/docs/IncidentSubscriptionModel.md +23 -0
- package/docs/IncidentUpdateDTO.md +27 -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 +27 -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.IncidentRequestDTOSeverityEnum = exports.IncidentDTOStatusEnum = exports.IncidentDTOServiceEnum = exports.IncidentDTOSeverityEnum = 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,37 @@ exports.HostingRegionDTOCodeEnum = {
|
|
|
119
119
|
UsEastVa1: 'US-EAST-VA-1',
|
|
120
120
|
UsWestOr1: 'US-WEST-OR-1'
|
|
121
121
|
};
|
|
122
|
+
exports.IncidentDTOSeverityEnum = {
|
|
123
|
+
NUMBER_0: 0,
|
|
124
|
+
NUMBER_1: 1
|
|
125
|
+
};
|
|
126
|
+
exports.IncidentDTOServiceEnum = {
|
|
127
|
+
NUMBER_0: 0,
|
|
128
|
+
NUMBER_1: 1
|
|
129
|
+
};
|
|
130
|
+
exports.IncidentDTOStatusEnum = {
|
|
131
|
+
NUMBER_0: 0,
|
|
132
|
+
NUMBER_1: 1,
|
|
133
|
+
NUMBER_2: 2
|
|
134
|
+
};
|
|
135
|
+
exports.IncidentRequestDTOSeverityEnum = {
|
|
136
|
+
NUMBER_0: 0,
|
|
137
|
+
NUMBER_1: 1
|
|
138
|
+
};
|
|
139
|
+
exports.IncidentRequestDTOServiceEnum = {
|
|
140
|
+
NUMBER_0: 0,
|
|
141
|
+
NUMBER_1: 1
|
|
142
|
+
};
|
|
143
|
+
exports.IncidentUpdateDTOTypeEnum = {
|
|
144
|
+
NUMBER_0: 0,
|
|
145
|
+
NUMBER_1: 1,
|
|
146
|
+
NUMBER_2: 2
|
|
147
|
+
};
|
|
148
|
+
exports.IncidentUpdateRequestDTOTypeEnum = {
|
|
149
|
+
NUMBER_0: 0,
|
|
150
|
+
NUMBER_1: 1,
|
|
151
|
+
NUMBER_2: 2
|
|
152
|
+
};
|
|
122
153
|
exports.ItemDiscountEntityTypeEnum = {
|
|
123
154
|
TcxPhones: 'TCX_PHONES',
|
|
124
155
|
PhoneBulk: 'PHONE_BULK',
|
|
@@ -181,6 +212,16 @@ exports.OrderTotalModelCurrencyEnum = {
|
|
|
181
212
|
Thb: 'THB',
|
|
182
213
|
Zar: 'ZAR'
|
|
183
214
|
};
|
|
215
|
+
exports.ServiceHealthDTOGlobalStatusEnum = {
|
|
216
|
+
NUMBER_0: 0,
|
|
217
|
+
NUMBER_1: 1,
|
|
218
|
+
NUMBER_2: 2
|
|
219
|
+
};
|
|
220
|
+
exports.ServiceStatusDTOStatusEnum = {
|
|
221
|
+
NUMBER_0: 0,
|
|
222
|
+
NUMBER_1: 1,
|
|
223
|
+
NUMBER_2: 2
|
|
224
|
+
};
|
|
184
225
|
exports.ShippingServiceDTOCourierEnum = {
|
|
185
226
|
Dpd: 'DPD',
|
|
186
227
|
ChorltonPallet: 'Chorlton Pallet',
|
|
@@ -286,7 +327,6 @@ exports.UpgradeRequestModelSchoolTypeEnum = {
|
|
|
286
327
|
};
|
|
287
328
|
/**
|
|
288
329
|
* AccountsApi - axios parameter creator
|
|
289
|
-
* @export
|
|
290
330
|
*/
|
|
291
331
|
var AccountsApiAxiosParamCreator = function (configuration) {
|
|
292
332
|
var _this = this;
|
|
@@ -1010,7 +1050,6 @@ var AccountsApiAxiosParamCreator = function (configuration) {
|
|
|
1010
1050
|
exports.AccountsApiAxiosParamCreator = AccountsApiAxiosParamCreator;
|
|
1011
1051
|
/**
|
|
1012
1052
|
* AccountsApi - functional programming interface
|
|
1013
|
-
* @export
|
|
1014
1053
|
*/
|
|
1015
1054
|
var AccountsApiFp = function (configuration) {
|
|
1016
1055
|
var localVarAxiosParamCreator = (0, exports.AccountsApiAxiosParamCreator)(configuration);
|
|
@@ -1459,7 +1498,6 @@ var AccountsApiFp = function (configuration) {
|
|
|
1459
1498
|
exports.AccountsApiFp = AccountsApiFp;
|
|
1460
1499
|
/**
|
|
1461
1500
|
* AccountsApi - factory interface
|
|
1462
|
-
* @export
|
|
1463
1501
|
*/
|
|
1464
1502
|
var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
1465
1503
|
var localVarFp = (0, exports.AccountsApiFp)(configuration);
|
|
@@ -1661,9 +1699,6 @@ var AccountsApiFactory = function (configuration, basePath, axios) {
|
|
|
1661
1699
|
exports.AccountsApiFactory = AccountsApiFactory;
|
|
1662
1700
|
/**
|
|
1663
1701
|
* AccountsApi - object-oriented interface
|
|
1664
|
-
* @export
|
|
1665
|
-
* @class AccountsApi
|
|
1666
|
-
* @extends {BaseAPI}
|
|
1667
1702
|
*/
|
|
1668
1703
|
var AccountsApi = /** @class */ (function (_super) {
|
|
1669
1704
|
__extends(AccountsApi, _super);
|
|
@@ -1676,7 +1711,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1676
1711
|
* @param {string} id OAuth 2.0 Client ID
|
|
1677
1712
|
* @param {*} [options] Override http request option.
|
|
1678
1713
|
* @throws {RequiredError}
|
|
1679
|
-
* @memberof AccountsApi
|
|
1680
1714
|
*/
|
|
1681
1715
|
AccountsApi.prototype.deleteDeleteClientCredentials = function (id, options) {
|
|
1682
1716
|
var _this = this;
|
|
@@ -1688,7 +1722,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1688
1722
|
* @param {string} email Contact Email Address
|
|
1689
1723
|
* @param {*} [options] Override http request option.
|
|
1690
1724
|
* @throws {RequiredError}
|
|
1691
|
-
* @memberof AccountsApi
|
|
1692
1725
|
*/
|
|
1693
1726
|
AccountsApi.prototype.deleteUpdateAccountContact = function (email, options) {
|
|
1694
1727
|
var _this = this;
|
|
@@ -1699,7 +1732,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1699
1732
|
* @summary Get Account
|
|
1700
1733
|
* @param {*} [options] Override http request option.
|
|
1701
1734
|
* @throws {RequiredError}
|
|
1702
|
-
* @memberof AccountsApi
|
|
1703
1735
|
*/
|
|
1704
1736
|
AccountsApi.prototype.getGetAccount = function (options) {
|
|
1705
1737
|
var _this = this;
|
|
@@ -1711,7 +1743,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1711
1743
|
* @param {string} [email] Contact Email Address
|
|
1712
1744
|
* @param {*} [options] Override http request option.
|
|
1713
1745
|
* @throws {RequiredError}
|
|
1714
|
-
* @memberof AccountsApi
|
|
1715
1746
|
*/
|
|
1716
1747
|
AccountsApi.prototype.getGetAccountContacts = function (email, options) {
|
|
1717
1748
|
var _this = this;
|
|
@@ -1723,7 +1754,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1723
1754
|
* @param {number} id Customer ID
|
|
1724
1755
|
* @param {*} [options] Override http request option.
|
|
1725
1756
|
* @throws {RequiredError}
|
|
1726
|
-
* @memberof AccountsApi
|
|
1727
1757
|
*/
|
|
1728
1758
|
AccountsApi.prototype.getGetAccountDetailedSummary = function (id, options) {
|
|
1729
1759
|
var _this = this;
|
|
@@ -1738,7 +1768,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1738
1768
|
* @param {boolean} [active] Active
|
|
1739
1769
|
* @param {*} [options] Override http request option.
|
|
1740
1770
|
* @throws {RequiredError}
|
|
1741
|
-
* @memberof AccountsApi
|
|
1742
1771
|
*/
|
|
1743
1772
|
AccountsApi.prototype.getGetAccounts = function (pageSize, page, search, active, options) {
|
|
1744
1773
|
var _this = this;
|
|
@@ -1749,7 +1778,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1749
1778
|
* @summary Get user\'s client credentials
|
|
1750
1779
|
* @param {*} [options] Override http request option.
|
|
1751
1780
|
* @throws {RequiredError}
|
|
1752
|
-
* @memberof AccountsApi
|
|
1753
1781
|
*/
|
|
1754
1782
|
AccountsApi.prototype.getGetClientCredentials = function (options) {
|
|
1755
1783
|
var _this = this;
|
|
@@ -1760,7 +1788,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1760
1788
|
* @summary Get 3CX Keys
|
|
1761
1789
|
* @param {*} [options] Override http request option.
|
|
1762
1790
|
* @throws {RequiredError}
|
|
1763
|
-
* @memberof AccountsApi
|
|
1764
1791
|
*/
|
|
1765
1792
|
AccountsApi.prototype.getGetCustomerKeys = function (options) {
|
|
1766
1793
|
var _this = this;
|
|
@@ -1772,7 +1799,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1772
1799
|
* @param {string} token Verification Token
|
|
1773
1800
|
* @param {*} [options] Override http request option.
|
|
1774
1801
|
* @throws {RequiredError}
|
|
1775
|
-
* @memberof AccountsApi
|
|
1776
1802
|
*/
|
|
1777
1803
|
AccountsApi.prototype.getVerifyEmailAddress = function (token, options) {
|
|
1778
1804
|
var _this = this;
|
|
@@ -1783,7 +1809,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1783
1809
|
* @param {PatchSetTcxWizardCnameRequest} [patchSetTcxWizardCnameRequest] CNAME Request
|
|
1784
1810
|
* @param {*} [options] Override http request option.
|
|
1785
1811
|
* @throws {RequiredError}
|
|
1786
|
-
* @memberof AccountsApi
|
|
1787
1812
|
*/
|
|
1788
1813
|
AccountsApi.prototype.patchSetTcxWizardCname = function (patchSetTcxWizardCnameRequest, options) {
|
|
1789
1814
|
var _this = this;
|
|
@@ -1796,7 +1821,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1796
1821
|
* @param {PatchUpdateAccountContactPasswordRequest} [patchUpdateAccountContactPasswordRequest] New account request
|
|
1797
1822
|
* @param {*} [options] Override http request option.
|
|
1798
1823
|
* @throws {RequiredError}
|
|
1799
|
-
* @memberof AccountsApi
|
|
1800
1824
|
*/
|
|
1801
1825
|
AccountsApi.prototype.patchUpdateAccountContactPassword = function (token, patchUpdateAccountContactPasswordRequest, options) {
|
|
1802
1826
|
var _this = this;
|
|
@@ -1808,7 +1832,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1808
1832
|
* @param {AccountContactRequestModel} [accountContactRequestModel] New account request
|
|
1809
1833
|
* @param {*} [options] Override http request option.
|
|
1810
1834
|
* @throws {RequiredError}
|
|
1811
|
-
* @memberof AccountsApi
|
|
1812
1835
|
*/
|
|
1813
1836
|
AccountsApi.prototype.postGetAccountContacts = function (accountContactRequestModel, options) {
|
|
1814
1837
|
var _this = this;
|
|
@@ -1820,7 +1843,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1820
1843
|
* @param {AccountRequestModel} [accountRequestModel] New account request
|
|
1821
1844
|
* @param {*} [options] Override http request option.
|
|
1822
1845
|
* @throws {RequiredError}
|
|
1823
|
-
* @memberof AccountsApi
|
|
1824
1846
|
*/
|
|
1825
1847
|
AccountsApi.prototype.postGetAccounts = function (accountRequestModel, options) {
|
|
1826
1848
|
var _this = this;
|
|
@@ -1831,7 +1853,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1831
1853
|
* @summary Get Admin Account
|
|
1832
1854
|
* @param {*} [options] Override http request option.
|
|
1833
1855
|
* @throws {RequiredError}
|
|
1834
|
-
* @memberof AccountsApi
|
|
1835
1856
|
*/
|
|
1836
1857
|
AccountsApi.prototype.postGetAdminAccount = function (options) {
|
|
1837
1858
|
var _this = this;
|
|
@@ -1843,7 +1864,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1843
1864
|
* @param {PostGetClientCredentialsRequest} [postGetClientCredentialsRequest] New client credentials request
|
|
1844
1865
|
* @param {*} [options] Override http request option.
|
|
1845
1866
|
* @throws {RequiredError}
|
|
1846
|
-
* @memberof AccountsApi
|
|
1847
1867
|
*/
|
|
1848
1868
|
AccountsApi.prototype.postGetClientCredentials = function (postGetClientCredentialsRequest, options) {
|
|
1849
1869
|
var _this = this;
|
|
@@ -1855,7 +1875,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1855
1875
|
* @param {string} email Email Address
|
|
1856
1876
|
* @param {*} [options] Override http request option.
|
|
1857
1877
|
* @throws {RequiredError}
|
|
1858
|
-
* @memberof AccountsApi
|
|
1859
1878
|
*/
|
|
1860
1879
|
AccountsApi.prototype.postSendEmailVerificationEmail = function (email, options) {
|
|
1861
1880
|
var _this = this;
|
|
@@ -1867,7 +1886,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1867
1886
|
* @param {string} email Email Address
|
|
1868
1887
|
* @param {*} [options] Override http request option.
|
|
1869
1888
|
* @throws {RequiredError}
|
|
1870
|
-
* @memberof AccountsApi
|
|
1871
1889
|
*/
|
|
1872
1890
|
AccountsApi.prototype.postSendPasswordReset = function (email, options) {
|
|
1873
1891
|
var _this = this;
|
|
@@ -1881,7 +1899,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1881
1899
|
* @param {string} [vatNumber] VAT Number
|
|
1882
1900
|
* @param {*} [options] Override http request option.
|
|
1883
1901
|
* @throws {RequiredError}
|
|
1884
|
-
* @memberof AccountsApi
|
|
1885
1902
|
*/
|
|
1886
1903
|
AccountsApi.prototype.postSubmitResellerApplication = function (creditRequired, companyNumber, vatNumber, options) {
|
|
1887
1904
|
var _this = this;
|
|
@@ -1894,7 +1911,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1894
1911
|
* @param {AccountContactRequestModel} [accountContactRequestModel] Account request
|
|
1895
1912
|
* @param {*} [options] Override http request option.
|
|
1896
1913
|
* @throws {RequiredError}
|
|
1897
|
-
* @memberof AccountsApi
|
|
1898
1914
|
*/
|
|
1899
1915
|
AccountsApi.prototype.putUpdateAccountContact = function (email, accountContactRequestModel, options) {
|
|
1900
1916
|
var _this = this;
|
|
@@ -1905,7 +1921,6 @@ var AccountsApi = /** @class */ (function (_super) {
|
|
|
1905
1921
|
exports.AccountsApi = AccountsApi;
|
|
1906
1922
|
/**
|
|
1907
1923
|
* CRMApi - axios parameter creator
|
|
1908
|
-
* @export
|
|
1909
1924
|
*/
|
|
1910
1925
|
var CRMApiAxiosParamCreator = function (configuration) {
|
|
1911
1926
|
var _this = this;
|
|
@@ -1947,7 +1962,6 @@ var CRMApiAxiosParamCreator = function (configuration) {
|
|
|
1947
1962
|
exports.CRMApiAxiosParamCreator = CRMApiAxiosParamCreator;
|
|
1948
1963
|
/**
|
|
1949
1964
|
* CRMApi - functional programming interface
|
|
1950
|
-
* @export
|
|
1951
1965
|
*/
|
|
1952
1966
|
var CRMApiFp = function (configuration) {
|
|
1953
1967
|
var localVarAxiosParamCreator = (0, exports.CRMApiAxiosParamCreator)(configuration);
|
|
@@ -1978,7 +1992,6 @@ var CRMApiFp = function (configuration) {
|
|
|
1978
1992
|
exports.CRMApiFp = CRMApiFp;
|
|
1979
1993
|
/**
|
|
1980
1994
|
* CRMApi - factory interface
|
|
1981
|
-
* @export
|
|
1982
1995
|
*/
|
|
1983
1996
|
var CRMApiFactory = function (configuration, basePath, axios) {
|
|
1984
1997
|
var localVarFp = (0, exports.CRMApiFp)(configuration);
|
|
@@ -1996,9 +2009,6 @@ var CRMApiFactory = function (configuration, basePath, axios) {
|
|
|
1996
2009
|
exports.CRMApiFactory = CRMApiFactory;
|
|
1997
2010
|
/**
|
|
1998
2011
|
* CRMApi - object-oriented interface
|
|
1999
|
-
* @export
|
|
2000
|
-
* @class CRMApi
|
|
2001
|
-
* @extends {BaseAPI}
|
|
2002
2012
|
*/
|
|
2003
2013
|
var CRMApi = /** @class */ (function (_super) {
|
|
2004
2014
|
__extends(CRMApi, _super);
|
|
@@ -2009,7 +2019,6 @@ var CRMApi = /** @class */ (function (_super) {
|
|
|
2009
2019
|
* Search for contacts by phone number
|
|
2010
2020
|
* @param {*} [options] Override http request option.
|
|
2011
2021
|
* @throws {RequiredError}
|
|
2012
|
-
* @memberof CRMApi
|
|
2013
2022
|
*/
|
|
2014
2023
|
CRMApi.prototype.getSearchByPhone = function (options) {
|
|
2015
2024
|
var _this = this;
|
|
@@ -2020,7 +2029,6 @@ var CRMApi = /** @class */ (function (_super) {
|
|
|
2020
2029
|
exports.CRMApi = CRMApi;
|
|
2021
2030
|
/**
|
|
2022
2031
|
* Class3CXApi - axios parameter creator
|
|
2023
|
-
* @export
|
|
2024
2032
|
*/
|
|
2025
2033
|
var Class3CXApiAxiosParamCreator = function (configuration) {
|
|
2026
2034
|
var _this = this;
|
|
@@ -2105,7 +2113,6 @@ var Class3CXApiAxiosParamCreator = function (configuration) {
|
|
|
2105
2113
|
exports.Class3CXApiAxiosParamCreator = Class3CXApiAxiosParamCreator;
|
|
2106
2114
|
/**
|
|
2107
2115
|
* Class3CXApi - functional programming interface
|
|
2108
|
-
* @export
|
|
2109
2116
|
*/
|
|
2110
2117
|
var Class3CXApiFp = function (configuration) {
|
|
2111
2118
|
var localVarAxiosParamCreator = (0, exports.Class3CXApiAxiosParamCreator)(configuration);
|
|
@@ -2161,7 +2168,6 @@ var Class3CXApiFp = function (configuration) {
|
|
|
2161
2168
|
exports.Class3CXApiFp = Class3CXApiFp;
|
|
2162
2169
|
/**
|
|
2163
2170
|
* Class3CXApi - factory interface
|
|
2164
|
-
* @export
|
|
2165
2171
|
*/
|
|
2166
2172
|
var Class3CXApiFactory = function (configuration, basePath, axios) {
|
|
2167
2173
|
var localVarFp = (0, exports.Class3CXApiFp)(configuration);
|
|
@@ -2191,9 +2197,6 @@ var Class3CXApiFactory = function (configuration, basePath, axios) {
|
|
|
2191
2197
|
exports.Class3CXApiFactory = Class3CXApiFactory;
|
|
2192
2198
|
/**
|
|
2193
2199
|
* Class3CXApi - object-oriented interface
|
|
2194
|
-
* @export
|
|
2195
|
-
* @class Class3CXApi
|
|
2196
|
-
* @extends {BaseAPI}
|
|
2197
2200
|
*/
|
|
2198
2201
|
var Class3CXApi = /** @class */ (function (_super) {
|
|
2199
2202
|
__extends(Class3CXApi, _super);
|
|
@@ -2206,7 +2209,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2206
2209
|
* @param {string} key 3CX Licence Key
|
|
2207
2210
|
* @param {*} [options] Override http request option.
|
|
2208
2211
|
* @throws {RequiredError}
|
|
2209
|
-
* @memberof Class3CXApi
|
|
2210
2212
|
*/
|
|
2211
2213
|
Class3CXApi.prototype.getGetLicenceDetails = function (key, options) {
|
|
2212
2214
|
var _this = this;
|
|
@@ -2218,7 +2220,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2218
2220
|
* @param {Array<string>} [requestBody] Licence Lookup Request
|
|
2219
2221
|
* @param {*} [options] Override http request option.
|
|
2220
2222
|
* @throws {RequiredError}
|
|
2221
|
-
* @memberof Class3CXApi
|
|
2222
2223
|
*/
|
|
2223
2224
|
Class3CXApi.prototype.postGetBulkLicenceDetails = function (requestBody, options) {
|
|
2224
2225
|
var _this = this;
|
|
@@ -2229,7 +2230,6 @@ var Class3CXApi = /** @class */ (function (_super) {
|
|
|
2229
2230
|
exports.Class3CXApi = Class3CXApi;
|
|
2230
2231
|
/**
|
|
2231
2232
|
* Class3CXInstallationWizardApi - axios parameter creator
|
|
2232
|
-
* @export
|
|
2233
2233
|
*/
|
|
2234
2234
|
var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
2235
2235
|
var _this = this;
|
|
@@ -3479,7 +3479,6 @@ var Class3CXInstallationWizardApiAxiosParamCreator = function (configuration) {
|
|
|
3479
3479
|
exports.Class3CXInstallationWizardApiAxiosParamCreator = Class3CXInstallationWizardApiAxiosParamCreator;
|
|
3480
3480
|
/**
|
|
3481
3481
|
* Class3CXInstallationWizardApi - functional programming interface
|
|
3482
|
-
* @export
|
|
3483
3482
|
*/
|
|
3484
3483
|
var Class3CXInstallationWizardApiFp = function (configuration) {
|
|
3485
3484
|
var localVarAxiosParamCreator = (0, exports.Class3CXInstallationWizardApiAxiosParamCreator)(configuration);
|
|
@@ -4252,7 +4251,6 @@ var Class3CXInstallationWizardApiFp = function (configuration) {
|
|
|
4252
4251
|
exports.Class3CXInstallationWizardApiFp = Class3CXInstallationWizardApiFp;
|
|
4253
4252
|
/**
|
|
4254
4253
|
* Class3CXInstallationWizardApi - factory interface
|
|
4255
|
-
* @export
|
|
4256
4254
|
*/
|
|
4257
4255
|
var Class3CXInstallationWizardApiFactory = function (configuration, basePath, axios) {
|
|
4258
4256
|
var localVarFp = (0, exports.Class3CXInstallationWizardApiFp)(configuration);
|
|
@@ -4596,9 +4594,6 @@ var Class3CXInstallationWizardApiFactory = function (configuration, basePath, ax
|
|
|
4596
4594
|
exports.Class3CXInstallationWizardApiFactory = Class3CXInstallationWizardApiFactory;
|
|
4597
4595
|
/**
|
|
4598
4596
|
* Class3CXInstallationWizardApi - object-oriented interface
|
|
4599
|
-
* @export
|
|
4600
|
-
* @class Class3CXInstallationWizardApi
|
|
4601
|
-
* @extends {BaseAPI}
|
|
4602
4597
|
*/
|
|
4603
4598
|
var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
4604
4599
|
__extends(Class3CXInstallationWizardApi, _super);
|
|
@@ -4611,7 +4606,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4611
4606
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extensions
|
|
4612
4607
|
* @param {*} [options] Override http request option.
|
|
4613
4608
|
* @throws {RequiredError}
|
|
4614
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4615
4609
|
*/
|
|
4616
4610
|
Class3CXInstallationWizardApi.prototype.deleteAddExtensions = function (tcxExtsEntity, options) {
|
|
4617
4611
|
var _this = this;
|
|
@@ -4623,7 +4617,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4623
4617
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4624
4618
|
* @param {*} [options] Override http request option.
|
|
4625
4619
|
* @throws {RequiredError}
|
|
4626
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4627
4620
|
*/
|
|
4628
4621
|
Class3CXInstallationWizardApi.prototype.deleteAddNumbers = function (tcxNumbersEntity, options) {
|
|
4629
4622
|
var _this = this;
|
|
@@ -4635,7 +4628,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4635
4628
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4636
4629
|
* @param {*} [options] Override http request option.
|
|
4637
4630
|
* @throws {RequiredError}
|
|
4638
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4639
4631
|
*/
|
|
4640
4632
|
Class3CXInstallationWizardApi.prototype.deleteAddPhones = function (tcxPhonesEntity, options) {
|
|
4641
4633
|
var _this = this;
|
|
@@ -4647,7 +4639,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4647
4639
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4648
4640
|
* @param {*} [options] Override http request option.
|
|
4649
4641
|
* @throws {RequiredError}
|
|
4650
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4651
4642
|
*/
|
|
4652
4643
|
Class3CXInstallationWizardApi.prototype.deleteAddSbcs = function (tcxSbcModel, options) {
|
|
4653
4644
|
var _this = this;
|
|
@@ -4658,7 +4649,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4658
4649
|
* @summary Delete 3CX Installation Wizard
|
|
4659
4650
|
* @param {*} [options] Override http request option.
|
|
4660
4651
|
* @throws {RequiredError}
|
|
4661
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4662
4652
|
*/
|
|
4663
4653
|
Class3CXInstallationWizardApi.prototype.deleteGetWizard = function (options) {
|
|
4664
4654
|
var _this = this;
|
|
@@ -4669,7 +4659,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4669
4659
|
* @summary Get phones on linked order and MAC addresses
|
|
4670
4660
|
* @param {*} [options] Override http request option.
|
|
4671
4661
|
* @throws {RequiredError}
|
|
4672
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4673
4662
|
*/
|
|
4674
4663
|
Class3CXInstallationWizardApi.prototype.getAddPhones = function (options) {
|
|
4675
4664
|
var _this = this;
|
|
@@ -4680,7 +4669,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4680
4669
|
* @summary Get UK National Area Codes
|
|
4681
4670
|
* @param {*} [options] Override http request option.
|
|
4682
4671
|
* @throws {RequiredError}
|
|
4683
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4684
4672
|
*/
|
|
4685
4673
|
Class3CXInstallationWizardApi.prototype.getGetAreaCodesTcxWizard = function (options) {
|
|
4686
4674
|
var _this = this;
|
|
@@ -4692,7 +4680,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4692
4680
|
* @param {number} id SIP Trunk ID
|
|
4693
4681
|
* @param {*} [options] Override http request option.
|
|
4694
4682
|
* @throws {RequiredError}
|
|
4695
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4696
4683
|
*/
|
|
4697
4684
|
Class3CXInstallationWizardApi.prototype.getGetDdisTcxWizard = function (id, options) {
|
|
4698
4685
|
var _this = this;
|
|
@@ -4703,7 +4690,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4703
4690
|
* @summary Get Hosting Price
|
|
4704
4691
|
* @param {*} [options] Override http request option.
|
|
4705
4692
|
* @throws {RequiredError}
|
|
4706
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4707
4693
|
*/
|
|
4708
4694
|
Class3CXInstallationWizardApi.prototype.getGetHostingPrice = function (options) {
|
|
4709
4695
|
var _this = this;
|
|
@@ -4714,7 +4700,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4714
4700
|
* @summary Get 3CX Hosting Regions
|
|
4715
4701
|
* @param {*} [options] Override http request option.
|
|
4716
4702
|
* @throws {RequiredError}
|
|
4717
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4718
4703
|
*/
|
|
4719
4704
|
Class3CXInstallationWizardApi.prototype.getGetHostingRegions = function (options) {
|
|
4720
4705
|
var _this = this;
|
|
@@ -4730,7 +4715,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4730
4715
|
* @param {*} [options] Override http request option.
|
|
4731
4716
|
* @deprecated
|
|
4732
4717
|
* @throws {RequiredError}
|
|
4733
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4734
4718
|
*/
|
|
4735
4719
|
Class3CXInstallationWizardApi.prototype.getGetInstallStatus = function (id, u, c, p, options) {
|
|
4736
4720
|
var _this = this;
|
|
@@ -4741,7 +4725,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4741
4725
|
* @summary Get 3CX Instance Install Status
|
|
4742
4726
|
* @param {*} [options] Override http request option.
|
|
4743
4727
|
* @throws {RequiredError}
|
|
4744
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4745
4728
|
*/
|
|
4746
4729
|
Class3CXInstallationWizardApi.prototype.getGetInstanceInstallStatus = function (options) {
|
|
4747
4730
|
var _this = this;
|
|
@@ -4752,7 +4735,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4752
4735
|
* @summary Get PBX IP Address
|
|
4753
4736
|
* @param {*} [options] Override http request option.
|
|
4754
4737
|
* @throws {RequiredError}
|
|
4755
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4756
4738
|
*/
|
|
4757
4739
|
Class3CXInstallationWizardApi.prototype.getGetPbxIpAddress = function (options) {
|
|
4758
4740
|
var _this = this;
|
|
@@ -4764,7 +4746,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4764
4746
|
* @param {number} id SIP Trunk ID
|
|
4765
4747
|
* @param {*} [options] Override http request option.
|
|
4766
4748
|
* @throws {RequiredError}
|
|
4767
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4768
4749
|
*/
|
|
4769
4750
|
Class3CXInstallationWizardApi.prototype.getGetSipTrunkTcxWizard = function (id, options) {
|
|
4770
4751
|
var _this = this;
|
|
@@ -4778,7 +4759,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4778
4759
|
* @param {string} [search] Search
|
|
4779
4760
|
* @param {*} [options] Override http request option.
|
|
4780
4761
|
* @throws {RequiredError}
|
|
4781
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4782
4762
|
*/
|
|
4783
4763
|
Class3CXInstallationWizardApi.prototype.getGetSipTrunksTcxWizard = function (pageSize, page, search, options) {
|
|
4784
4764
|
var _this = this;
|
|
@@ -4789,7 +4769,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4789
4769
|
* @summary Get 3CX Installation Wizard
|
|
4790
4770
|
* @param {*} [options] Override http request option.
|
|
4791
4771
|
* @throws {RequiredError}
|
|
4792
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4793
4772
|
*/
|
|
4794
4773
|
Class3CXInstallationWizardApi.prototype.getGetWizard = function (options) {
|
|
4795
4774
|
var _this = this;
|
|
@@ -4801,7 +4780,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4801
4780
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extensions
|
|
4802
4781
|
* @param {*} [options] Override http request option.
|
|
4803
4782
|
* @throws {RequiredError}
|
|
4804
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4805
4783
|
*/
|
|
4806
4784
|
Class3CXInstallationWizardApi.prototype.patchAddExtensions = function (tcxExtsEntity, options) {
|
|
4807
4785
|
var _this = this;
|
|
@@ -4813,7 +4791,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4813
4791
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4814
4792
|
* @param {*} [options] Override http request option.
|
|
4815
4793
|
* @throws {RequiredError}
|
|
4816
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4817
4794
|
*/
|
|
4818
4795
|
Class3CXInstallationWizardApi.prototype.patchAddNumbers = function (tcxNumbersEntity, options) {
|
|
4819
4796
|
var _this = this;
|
|
@@ -4825,7 +4802,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4825
4802
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4826
4803
|
* @param {*} [options] Override http request option.
|
|
4827
4804
|
* @throws {RequiredError}
|
|
4828
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4829
4805
|
*/
|
|
4830
4806
|
Class3CXInstallationWizardApi.prototype.patchAddPhones = function (tcxPhonesEntity, options) {
|
|
4831
4807
|
var _this = this;
|
|
@@ -4837,7 +4813,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4837
4813
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4838
4814
|
* @param {*} [options] Override http request option.
|
|
4839
4815
|
* @throws {RequiredError}
|
|
4840
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4841
4816
|
*/
|
|
4842
4817
|
Class3CXInstallationWizardApi.prototype.patchAddSbcs = function (tcxSbcModel, options) {
|
|
4843
4818
|
var _this = this;
|
|
@@ -4849,7 +4824,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4849
4824
|
* @param {TcxWizardModel} [tcxWizardModel] 3CX Wizard
|
|
4850
4825
|
* @param {*} [options] Override http request option.
|
|
4851
4826
|
* @throws {RequiredError}
|
|
4852
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4853
4827
|
*/
|
|
4854
4828
|
Class3CXInstallationWizardApi.prototype.patchGetWizard = function (tcxWizardModel, options) {
|
|
4855
4829
|
var _this = this;
|
|
@@ -4861,7 +4835,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4861
4835
|
* @param {Array<TcxExtsEntity>} [tcxExtsEntity] 3CX Wizard Extension
|
|
4862
4836
|
* @param {*} [options] Override http request option.
|
|
4863
4837
|
* @throws {RequiredError}
|
|
4864
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4865
4838
|
*/
|
|
4866
4839
|
Class3CXInstallationWizardApi.prototype.postAddExtensions = function (tcxExtsEntity, options) {
|
|
4867
4840
|
var _this = this;
|
|
@@ -4873,7 +4846,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4873
4846
|
* @param {Array<TcxNumbersEntity>} [tcxNumbersEntity] 3CX Wizard Numbers
|
|
4874
4847
|
* @param {*} [options] Override http request option.
|
|
4875
4848
|
* @throws {RequiredError}
|
|
4876
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4877
4849
|
*/
|
|
4878
4850
|
Class3CXInstallationWizardApi.prototype.postAddNumbers = function (tcxNumbersEntity, options) {
|
|
4879
4851
|
var _this = this;
|
|
@@ -4885,7 +4857,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4885
4857
|
* @param {Array<TcxPhonesEntity>} [tcxPhonesEntity] 3CX Wizard Phones
|
|
4886
4858
|
* @param {*} [options] Override http request option.
|
|
4887
4859
|
* @throws {RequiredError}
|
|
4888
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4889
4860
|
*/
|
|
4890
4861
|
Class3CXInstallationWizardApi.prototype.postAddPhones = function (tcxPhonesEntity, options) {
|
|
4891
4862
|
var _this = this;
|
|
@@ -4897,7 +4868,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4897
4868
|
* @param {Array<TcxSbcModel>} [tcxSbcModel] 3CX Wizard SBCs
|
|
4898
4869
|
* @param {*} [options] Override http request option.
|
|
4899
4870
|
* @throws {RequiredError}
|
|
4900
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4901
4871
|
*/
|
|
4902
4872
|
Class3CXInstallationWizardApi.prototype.postAddSbcs = function (tcxSbcModel, options) {
|
|
4903
4873
|
var _this = this;
|
|
@@ -4908,7 +4878,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4908
4878
|
* @summary Build Instance From 3CX Installation Wizard
|
|
4909
4879
|
* @param {*} [options] Override http request option.
|
|
4910
4880
|
* @throws {RequiredError}
|
|
4911
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4912
4881
|
*/
|
|
4913
4882
|
Class3CXInstallationWizardApi.prototype.postBuildInstance = function (options) {
|
|
4914
4883
|
var _this = this;
|
|
@@ -4924,7 +4893,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4924
4893
|
* @param {*} [options] Override http request option.
|
|
4925
4894
|
* @deprecated
|
|
4926
4895
|
* @throws {RequiredError}
|
|
4927
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4928
4896
|
*/
|
|
4929
4897
|
Class3CXInstallationWizardApi.prototype.postBuildInstanceFromWizard = function (id, u, c, p, options) {
|
|
4930
4898
|
var _this = this;
|
|
@@ -4935,7 +4903,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4935
4903
|
* @summary Create Instance From 3CX Installation Wizard
|
|
4936
4904
|
* @param {*} [options] Override http request option.
|
|
4937
4905
|
* @throws {RequiredError}
|
|
4938
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4939
4906
|
*/
|
|
4940
4907
|
Class3CXInstallationWizardApi.prototype.postCreateInstance = function (options) {
|
|
4941
4908
|
var _this = this;
|
|
@@ -4951,7 +4918,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4951
4918
|
* @param {*} [options] Override http request option.
|
|
4952
4919
|
* @deprecated
|
|
4953
4920
|
* @throws {RequiredError}
|
|
4954
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4955
4921
|
*/
|
|
4956
4922
|
Class3CXInstallationWizardApi.prototype.postCreateInstanceFromWizard = function (id, u, c, p, options) {
|
|
4957
4923
|
var _this = this;
|
|
@@ -4964,7 +4930,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4964
4930
|
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
4965
4931
|
* @param {*} [options] Override http request option.
|
|
4966
4932
|
* @throws {RequiredError}
|
|
4967
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4968
4933
|
*/
|
|
4969
4934
|
Class3CXInstallationWizardApi.prototype.postGetDdisTcxWizard = function (id, ddiRangesRequestModel, options) {
|
|
4970
4935
|
var _this = this;
|
|
@@ -4976,7 +4941,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4976
4941
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
4977
4942
|
* @param {*} [options] Override http request option.
|
|
4978
4943
|
* @throws {RequiredError}
|
|
4979
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4980
4944
|
*/
|
|
4981
4945
|
Class3CXInstallationWizardApi.prototype.postGetRequestedDdisTcxWizard = function (sipTrunkChangeResponseModel, options) {
|
|
4982
4946
|
var _this = this;
|
|
@@ -4988,7 +4952,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4988
4952
|
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
4989
4953
|
* @param {*} [options] Override http request option.
|
|
4990
4954
|
* @throws {RequiredError}
|
|
4991
|
-
* @memberof Class3CXInstallationWizardApi
|
|
4992
4955
|
*/
|
|
4993
4956
|
Class3CXInstallationWizardApi.prototype.postGetSipTrunksTcxWizard = function (sipTrunkCreationRequestModel, options) {
|
|
4994
4957
|
var _this = this;
|
|
@@ -4999,7 +4962,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
4999
4962
|
* @param {File} backup 3CX Backup ZIP File
|
|
5000
4963
|
* @param {*} [options] Override http request option.
|
|
5001
4964
|
* @throws {RequiredError}
|
|
5002
|
-
* @memberof Class3CXInstallationWizardApi
|
|
5003
4965
|
*/
|
|
5004
4966
|
Class3CXInstallationWizardApi.prototype.postUploadBackup = function (backup, options) {
|
|
5005
4967
|
var _this = this;
|
|
@@ -5010,7 +4972,6 @@ var Class3CXInstallationWizardApi = /** @class */ (function (_super) {
|
|
|
5010
4972
|
exports.Class3CXInstallationWizardApi = Class3CXInstallationWizardApi;
|
|
5011
4973
|
/**
|
|
5012
4974
|
* Class3CXInstallationsApi - axios parameter creator
|
|
5013
|
-
* @export
|
|
5014
4975
|
*/
|
|
5015
4976
|
var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
5016
4977
|
var _this = this;
|
|
@@ -5501,7 +5462,6 @@ var Class3CXInstallationsApiAxiosParamCreator = function (configuration) {
|
|
|
5501
5462
|
exports.Class3CXInstallationsApiAxiosParamCreator = Class3CXInstallationsApiAxiosParamCreator;
|
|
5502
5463
|
/**
|
|
5503
5464
|
* Class3CXInstallationsApi - functional programming interface
|
|
5504
|
-
* @export
|
|
5505
5465
|
*/
|
|
5506
5466
|
var Class3CXInstallationsApiFp = function (configuration) {
|
|
5507
5467
|
var localVarAxiosParamCreator = (0, exports.Class3CXInstallationsApiAxiosParamCreator)(configuration);
|
|
@@ -5779,7 +5739,6 @@ var Class3CXInstallationsApiFp = function (configuration) {
|
|
|
5779
5739
|
exports.Class3CXInstallationsApiFp = Class3CXInstallationsApiFp;
|
|
5780
5740
|
/**
|
|
5781
5741
|
* Class3CXInstallationsApi - factory interface
|
|
5782
|
-
* @export
|
|
5783
5742
|
*/
|
|
5784
5743
|
var Class3CXInstallationsApiFactory = function (configuration, basePath, axios) {
|
|
5785
5744
|
var localVarFp = (0, exports.Class3CXInstallationsApiFp)(configuration);
|
|
@@ -5914,9 +5873,6 @@ var Class3CXInstallationsApiFactory = function (configuration, basePath, axios)
|
|
|
5914
5873
|
exports.Class3CXInstallationsApiFactory = Class3CXInstallationsApiFactory;
|
|
5915
5874
|
/**
|
|
5916
5875
|
* Class3CXInstallationsApi - object-oriented interface
|
|
5917
|
-
* @export
|
|
5918
|
-
* @class Class3CXInstallationsApi
|
|
5919
|
-
* @extends {BaseAPI}
|
|
5920
5876
|
*/
|
|
5921
5877
|
var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
5922
5878
|
__extends(Class3CXInstallationsApi, _super);
|
|
@@ -5929,7 +5885,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5929
5885
|
* @param {number} wizardId Wizard ID
|
|
5930
5886
|
* @param {*} [options] Override http request option.
|
|
5931
5887
|
* @throws {RequiredError}
|
|
5932
|
-
* @memberof Class3CXInstallationsApi
|
|
5933
5888
|
*/
|
|
5934
5889
|
Class3CXInstallationsApi.prototype.getGetDetails = function (wizardId, options) {
|
|
5935
5890
|
var _this = this;
|
|
@@ -5947,7 +5902,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5947
5902
|
* @param {GetGetInstallationsInstallTypeEnum} [installType] Install Type
|
|
5948
5903
|
* @param {*} [options] Override http request option.
|
|
5949
5904
|
* @throws {RequiredError}
|
|
5950
|
-
* @memberof Class3CXInstallationsApi
|
|
5951
5905
|
*/
|
|
5952
5906
|
Class3CXInstallationsApi.prototype.getGetInstallations = function (pageSize, page, customerId, search, status, hosting, installType, options) {
|
|
5953
5907
|
var _this = this;
|
|
@@ -5961,7 +5915,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5961
5915
|
* @param {string} ipAddress Whitelist IP Address
|
|
5962
5916
|
* @param {*} [options] Override http request option.
|
|
5963
5917
|
* @throws {RequiredError}
|
|
5964
|
-
* @memberof Class3CXInstallationsApi
|
|
5965
5918
|
*/
|
|
5966
5919
|
Class3CXInstallationsApi.prototype.postCreateSshUser = function (instanceId, expiryDate, ipAddress, options) {
|
|
5967
5920
|
var _this = this;
|
|
@@ -5973,7 +5926,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5973
5926
|
* @param {string} instanceId Instance ID
|
|
5974
5927
|
* @param {*} [options] Override http request option.
|
|
5975
5928
|
* @throws {RequiredError}
|
|
5976
|
-
* @memberof Class3CXInstallationsApi
|
|
5977
5929
|
*/
|
|
5978
5930
|
Class3CXInstallationsApi.prototype.postDeleteInstance = function (instanceId, options) {
|
|
5979
5931
|
var _this = this;
|
|
@@ -5987,7 +5939,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
5987
5939
|
* @param {string} schedule Scheduled Task (Date & Time)
|
|
5988
5940
|
* @param {*} [options] Override http request option.
|
|
5989
5941
|
* @throws {RequiredError}
|
|
5990
|
-
* @memberof Class3CXInstallationsApi
|
|
5991
5942
|
*/
|
|
5992
5943
|
Class3CXInstallationsApi.prototype.postExtendDisk = function (instanceId, gigabytes, schedule, options) {
|
|
5993
5944
|
var _this = this;
|
|
@@ -6000,7 +5951,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6000
5951
|
* @param {PostFailoverInstanceTypeEnum} type Failover Type
|
|
6001
5952
|
* @param {*} [options] Override http request option.
|
|
6002
5953
|
* @throws {RequiredError}
|
|
6003
|
-
* @memberof Class3CXInstallationsApi
|
|
6004
5954
|
*/
|
|
6005
5955
|
Class3CXInstallationsApi.prototype.postFailoverInstance = function (instanceId, type, options) {
|
|
6006
5956
|
var _this = this;
|
|
@@ -6012,7 +5962,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6012
5962
|
* @param {string} instanceId Instance ID
|
|
6013
5963
|
* @param {*} [options] Override http request option.
|
|
6014
5964
|
* @throws {RequiredError}
|
|
6015
|
-
* @memberof Class3CXInstallationsApi
|
|
6016
5965
|
*/
|
|
6017
5966
|
Class3CXInstallationsApi.prototype.postRebootInstance = function (instanceId, options) {
|
|
6018
5967
|
var _this = this;
|
|
@@ -6026,7 +5975,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6026
5975
|
* @param {string} [schedule] Scheduled Task (Date & Time)
|
|
6027
5976
|
* @param {*} [options] Override http request option.
|
|
6028
5977
|
* @throws {RequiredError}
|
|
6029
|
-
* @memberof Class3CXInstallationsApi
|
|
6030
5978
|
*/
|
|
6031
5979
|
Class3CXInstallationsApi.prototype.postResizeInstance = function (instanceId, size, schedule, options) {
|
|
6032
5980
|
var _this = this;
|
|
@@ -6039,7 +5987,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6039
5987
|
* @param {string} [schedule] Scheduled Task (Date & Time)
|
|
6040
5988
|
* @param {*} [options] Override http request option.
|
|
6041
5989
|
* @throws {RequiredError}
|
|
6042
|
-
* @memberof Class3CXInstallationsApi
|
|
6043
5990
|
*/
|
|
6044
5991
|
Class3CXInstallationsApi.prototype.postSuspendInstance = function (instanceId, schedule, options) {
|
|
6045
5992
|
var _this = this;
|
|
@@ -6051,7 +5998,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6051
5998
|
* @param {string} instanceId Instance ID
|
|
6052
5999
|
* @param {*} [options] Override http request option.
|
|
6053
6000
|
* @throws {RequiredError}
|
|
6054
|
-
* @memberof Class3CXInstallationsApi
|
|
6055
6001
|
*/
|
|
6056
6002
|
Class3CXInstallationsApi.prototype.postUnsuspendInstance = function (instanceId, options) {
|
|
6057
6003
|
var _this = this;
|
|
@@ -6064,7 +6010,6 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6064
6010
|
* @param {string} schedule Scheduled Task (Date & Time)
|
|
6065
6011
|
* @param {*} [options] Override http request option.
|
|
6066
6012
|
* @throws {RequiredError}
|
|
6067
|
-
* @memberof Class3CXInstallationsApi
|
|
6068
6013
|
*/
|
|
6069
6014
|
Class3CXInstallationsApi.prototype.postUpgradeDebian = function (instanceId, schedule, options) {
|
|
6070
6015
|
var _this = this;
|
|
@@ -6073,53 +6018,35 @@ var Class3CXInstallationsApi = /** @class */ (function (_super) {
|
|
|
6073
6018
|
return Class3CXInstallationsApi;
|
|
6074
6019
|
}(base_1.BaseAPI));
|
|
6075
6020
|
exports.Class3CXInstallationsApi = Class3CXInstallationsApi;
|
|
6076
|
-
/**
|
|
6077
|
-
* @export
|
|
6078
|
-
*/
|
|
6079
6021
|
exports.GetGetInstallationsStatusEnum = {
|
|
6080
6022
|
Completed: 'Completed',
|
|
6081
6023
|
Outstanding: 'Outstanding',
|
|
6082
6024
|
Offline: 'Offline',
|
|
6083
6025
|
FailedOver: 'Failed Over'
|
|
6084
6026
|
};
|
|
6085
|
-
/**
|
|
6086
|
-
* @export
|
|
6087
|
-
*/
|
|
6088
6027
|
exports.GetGetInstallationsHostingEnum = {
|
|
6089
6028
|
Yellowgrid: 'yellowgrid',
|
|
6090
6029
|
MultiTenant: 'multi-tenant',
|
|
6091
6030
|
Onprem: 'onprem',
|
|
6092
6031
|
All: 'all'
|
|
6093
6032
|
};
|
|
6094
|
-
/**
|
|
6095
|
-
* @export
|
|
6096
|
-
*/
|
|
6097
6033
|
exports.GetGetInstallationsInstallTypeEnum = {
|
|
6098
6034
|
New: 'new',
|
|
6099
6035
|
Restore: 'restore',
|
|
6100
6036
|
Failover: 'failover',
|
|
6101
6037
|
MultiTenant: 'multi-tenant'
|
|
6102
6038
|
};
|
|
6103
|
-
/**
|
|
6104
|
-
* @export
|
|
6105
|
-
*/
|
|
6106
6039
|
exports.PostFailoverInstanceTypeEnum = {
|
|
6107
6040
|
Config: 'config',
|
|
6108
6041
|
Image: 'image'
|
|
6109
6042
|
};
|
|
6110
|
-
/**
|
|
6111
|
-
* @export
|
|
6112
|
-
*/
|
|
6113
6043
|
exports.PostResizeInstanceSizeEnum = {
|
|
6114
6044
|
D24: 'd2-4',
|
|
6115
6045
|
D28: 'd2-8',
|
|
6116
|
-
B230: 'b2-30'
|
|
6117
|
-
S2vcpu4gb: 's-2vcpu-4gb',
|
|
6118
|
-
S4vcpu8gb: 's-4vcpu-8gb'
|
|
6046
|
+
B230: 'b2-30'
|
|
6119
6047
|
};
|
|
6120
6048
|
/**
|
|
6121
6049
|
* Class3CXIntegrationsApi - axios parameter creator
|
|
6122
|
-
* @export
|
|
6123
6050
|
*/
|
|
6124
6051
|
var Class3CXIntegrationsApiAxiosParamCreator = function (configuration) {
|
|
6125
6052
|
var _this = this;
|
|
@@ -6365,7 +6292,6 @@ var Class3CXIntegrationsApiAxiosParamCreator = function (configuration) {
|
|
|
6365
6292
|
exports.Class3CXIntegrationsApiAxiosParamCreator = Class3CXIntegrationsApiAxiosParamCreator;
|
|
6366
6293
|
/**
|
|
6367
6294
|
* Class3CXIntegrationsApi - functional programming interface
|
|
6368
|
-
* @export
|
|
6369
6295
|
*/
|
|
6370
6296
|
var Class3CXIntegrationsApiFp = function (configuration) {
|
|
6371
6297
|
var localVarAxiosParamCreator = (0, exports.Class3CXIntegrationsApiAxiosParamCreator)(configuration);
|
|
@@ -6511,7 +6437,6 @@ var Class3CXIntegrationsApiFp = function (configuration) {
|
|
|
6511
6437
|
exports.Class3CXIntegrationsApiFp = Class3CXIntegrationsApiFp;
|
|
6512
6438
|
/**
|
|
6513
6439
|
* Class3CXIntegrationsApi - factory interface
|
|
6514
|
-
* @export
|
|
6515
6440
|
*/
|
|
6516
6441
|
var Class3CXIntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
6517
6442
|
var localVarFp = (0, exports.Class3CXIntegrationsApiFp)(configuration);
|
|
@@ -6579,9 +6504,6 @@ var Class3CXIntegrationsApiFactory = function (configuration, basePath, axios) {
|
|
|
6579
6504
|
exports.Class3CXIntegrationsApiFactory = Class3CXIntegrationsApiFactory;
|
|
6580
6505
|
/**
|
|
6581
6506
|
* Class3CXIntegrationsApi - object-oriented interface
|
|
6582
|
-
* @export
|
|
6583
|
-
* @class Class3CXIntegrationsApi
|
|
6584
|
-
* @extends {BaseAPI}
|
|
6585
6507
|
*/
|
|
6586
6508
|
var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
6587
6509
|
__extends(Class3CXIntegrationsApi, _super);
|
|
@@ -6594,7 +6516,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6594
6516
|
* @param {GetGetPriceSchoolTypeEnum} schoolType EdTechPro School Type
|
|
6595
6517
|
* @param {*} [options] Override http request option.
|
|
6596
6518
|
* @throws {RequiredError}
|
|
6597
|
-
* @memberof Class3CXIntegrationsApi
|
|
6598
6519
|
*/
|
|
6599
6520
|
Class3CXIntegrationsApi.prototype.getGetPrice = function (licenceType, schoolType, options) {
|
|
6600
6521
|
var _this = this;
|
|
@@ -6607,7 +6528,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6607
6528
|
* @param {string} [search] Search
|
|
6608
6529
|
* @param {*} [options] Override http request option.
|
|
6609
6530
|
* @throws {RequiredError}
|
|
6610
|
-
* @memberof Class3CXIntegrationsApi
|
|
6611
6531
|
*/
|
|
6612
6532
|
Class3CXIntegrationsApi.prototype.getGetSchools = function (pageSize, page, search, options) {
|
|
6613
6533
|
var _this = this;
|
|
@@ -6617,7 +6537,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6617
6537
|
* Get EdTechPro Trusts
|
|
6618
6538
|
* @param {*} [options] Override http request option.
|
|
6619
6539
|
* @throws {RequiredError}
|
|
6620
|
-
* @memberof Class3CXIntegrationsApi
|
|
6621
6540
|
*/
|
|
6622
6541
|
Class3CXIntegrationsApi.prototype.getGetTrusts = function (options) {
|
|
6623
6542
|
var _this = this;
|
|
@@ -6630,7 +6549,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6630
6549
|
* @param {string} ref School Order Reference
|
|
6631
6550
|
* @param {*} [options] Override http request option.
|
|
6632
6551
|
* @throws {RequiredError}
|
|
6633
|
-
* @memberof Class3CXIntegrationsApi
|
|
6634
6552
|
*/
|
|
6635
6553
|
Class3CXIntegrationsApi.prototype.patchUpdateEtpOrderReference = function (clientId, schoolId, ref, options) {
|
|
6636
6554
|
var _this = this;
|
|
@@ -6641,7 +6559,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6641
6559
|
* @param {OrderRequestModel} [orderRequestModel] New EdTechPro Order Request
|
|
6642
6560
|
* @param {*} [options] Override http request option.
|
|
6643
6561
|
* @throws {RequiredError}
|
|
6644
|
-
* @memberof Class3CXIntegrationsApi
|
|
6645
6562
|
*/
|
|
6646
6563
|
Class3CXIntegrationsApi.prototype.postOrderEdTechPro = function (orderRequestModel, options) {
|
|
6647
6564
|
var _this = this;
|
|
@@ -6652,7 +6569,6 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6652
6569
|
* @param {UpgradeRequestModel} [upgradeRequestModel] New EdTechPro Upgrade Request
|
|
6653
6570
|
* @param {*} [options] Override http request option.
|
|
6654
6571
|
* @throws {RequiredError}
|
|
6655
|
-
* @memberof Class3CXIntegrationsApi
|
|
6656
6572
|
*/
|
|
6657
6573
|
Class3CXIntegrationsApi.prototype.postUpgradeEdTechPro = function (upgradeRequestModel, options) {
|
|
6658
6574
|
var _this = this;
|
|
@@ -6661,23 +6577,16 @@ var Class3CXIntegrationsApi = /** @class */ (function (_super) {
|
|
|
6661
6577
|
return Class3CXIntegrationsApi;
|
|
6662
6578
|
}(base_1.BaseAPI));
|
|
6663
6579
|
exports.Class3CXIntegrationsApi = Class3CXIntegrationsApi;
|
|
6664
|
-
/**
|
|
6665
|
-
* @export
|
|
6666
|
-
*/
|
|
6667
6580
|
exports.GetGetPriceLicenceTypeEnum = {
|
|
6668
6581
|
Lite: 'lite',
|
|
6669
6582
|
Pro: 'pro'
|
|
6670
6583
|
};
|
|
6671
|
-
/**
|
|
6672
|
-
* @export
|
|
6673
|
-
*/
|
|
6674
6584
|
exports.GetGetPriceSchoolTypeEnum = {
|
|
6675
6585
|
Primary: 'primary',
|
|
6676
6586
|
Secondary: 'secondary'
|
|
6677
6587
|
};
|
|
6678
6588
|
/**
|
|
6679
6589
|
* Class3CXMultiTenantApi - axios parameter creator
|
|
6680
|
-
* @export
|
|
6681
6590
|
*/
|
|
6682
6591
|
var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
6683
6592
|
var _this = this;
|
|
@@ -6957,7 +6866,6 @@ var Class3CXMultiTenantApiAxiosParamCreator = function (configuration) {
|
|
|
6957
6866
|
exports.Class3CXMultiTenantApiAxiosParamCreator = Class3CXMultiTenantApiAxiosParamCreator;
|
|
6958
6867
|
/**
|
|
6959
6868
|
* Class3CXMultiTenantApi - functional programming interface
|
|
6960
|
-
* @export
|
|
6961
6869
|
*/
|
|
6962
6870
|
var Class3CXMultiTenantApiFp = function (configuration) {
|
|
6963
6871
|
var localVarAxiosParamCreator = (0, exports.Class3CXMultiTenantApiAxiosParamCreator)(configuration);
|
|
@@ -7131,7 +7039,6 @@ var Class3CXMultiTenantApiFp = function (configuration) {
|
|
|
7131
7039
|
exports.Class3CXMultiTenantApiFp = Class3CXMultiTenantApiFp;
|
|
7132
7040
|
/**
|
|
7133
7041
|
* Class3CXMultiTenantApi - factory interface
|
|
7134
|
-
* @export
|
|
7135
7042
|
*/
|
|
7136
7043
|
var Class3CXMultiTenantApiFactory = function (configuration, basePath, axios) {
|
|
7137
7044
|
var localVarFp = (0, exports.Class3CXMultiTenantApiFp)(configuration);
|
|
@@ -7214,9 +7121,6 @@ var Class3CXMultiTenantApiFactory = function (configuration, basePath, axios) {
|
|
|
7214
7121
|
exports.Class3CXMultiTenantApiFactory = Class3CXMultiTenantApiFactory;
|
|
7215
7122
|
/**
|
|
7216
7123
|
* Class3CXMultiTenantApi - object-oriented interface
|
|
7217
|
-
* @export
|
|
7218
|
-
* @class Class3CXMultiTenantApi
|
|
7219
|
-
* @extends {BaseAPI}
|
|
7220
7124
|
*/
|
|
7221
7125
|
var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
7222
7126
|
__extends(Class3CXMultiTenantApi, _super);
|
|
@@ -7229,7 +7133,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7229
7133
|
* @param {string} reference Tenant Reference
|
|
7230
7134
|
* @param {*} [options] Override http request option.
|
|
7231
7135
|
* @throws {RequiredError}
|
|
7232
|
-
* @memberof Class3CXMultiTenantApi
|
|
7233
7136
|
*/
|
|
7234
7137
|
Class3CXMultiTenantApi.prototype.deleteGetTenant = function (reference, options) {
|
|
7235
7138
|
var _this = this;
|
|
@@ -7241,7 +7144,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7241
7144
|
* @param {string} reference Tenant Reference
|
|
7242
7145
|
* @param {*} [options] Override http request option.
|
|
7243
7146
|
* @throws {RequiredError}
|
|
7244
|
-
* @memberof Class3CXMultiTenantApi
|
|
7245
7147
|
*/
|
|
7246
7148
|
Class3CXMultiTenantApi.prototype.getGetTenant = function (reference, options) {
|
|
7247
7149
|
var _this = this;
|
|
@@ -7256,7 +7158,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7256
7158
|
* @param {GetGetTenantsStatusEnum} [status] Status
|
|
7257
7159
|
* @param {*} [options] Override http request option.
|
|
7258
7160
|
* @throws {RequiredError}
|
|
7259
|
-
* @memberof Class3CXMultiTenantApi
|
|
7260
7161
|
*/
|
|
7261
7162
|
Class3CXMultiTenantApi.prototype.getGetTenants = function (pageSize, page, search, status, options) {
|
|
7262
7163
|
var _this = this;
|
|
@@ -7268,7 +7169,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7268
7169
|
* @param {string} areacode Area Code
|
|
7269
7170
|
* @param {*} [options] Override http request option.
|
|
7270
7171
|
* @throws {RequiredError}
|
|
7271
|
-
* @memberof Class3CXMultiTenantApi
|
|
7272
7172
|
*/
|
|
7273
7173
|
Class3CXMultiTenantApi.prototype.postAddMtDdi = function (areacode, options) {
|
|
7274
7174
|
var _this = this;
|
|
@@ -7280,7 +7180,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7280
7180
|
* @param {MultiTenantChangeResponseModel} [multiTenantChangeResponseModel] Multi-Tenant Change Request
|
|
7281
7181
|
* @param {*} [options] Override http request option.
|
|
7282
7182
|
* @throws {RequiredError}
|
|
7283
|
-
* @memberof Class3CXMultiTenantApi
|
|
7284
7183
|
*/
|
|
7285
7184
|
Class3CXMultiTenantApi.prototype.postGetMtNewDdis = function (multiTenantChangeResponseModel, options) {
|
|
7286
7185
|
var _this = this;
|
|
@@ -7292,7 +7191,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7292
7191
|
* @param {TcxMultiTenantModel} [tcxMultiTenantModel] New 3CX Starter Bundle Request
|
|
7293
7192
|
* @param {*} [options] Override http request option.
|
|
7294
7193
|
* @throws {RequiredError}
|
|
7295
|
-
* @memberof Class3CXMultiTenantApi
|
|
7296
7194
|
*/
|
|
7297
7195
|
Class3CXMultiTenantApi.prototype.postGetTenants = function (tcxMultiTenantModel, options) {
|
|
7298
7196
|
var _this = this;
|
|
@@ -7304,7 +7202,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7304
7202
|
* @param {MultiTenantChangeResponseModel} [multiTenantChangeResponseModel] Multi-Tenant Change Request
|
|
7305
7203
|
* @param {*} [options] Override http request option.
|
|
7306
7204
|
* @throws {RequiredError}
|
|
7307
|
-
* @memberof Class3CXMultiTenantApi
|
|
7308
7205
|
*/
|
|
7309
7206
|
Class3CXMultiTenantApi.prototype.postTrackMtChange = function (multiTenantChangeResponseModel, options) {
|
|
7310
7207
|
var _this = this;
|
|
@@ -7313,9 +7210,6 @@ var Class3CXMultiTenantApi = /** @class */ (function (_super) {
|
|
|
7313
7210
|
return Class3CXMultiTenantApi;
|
|
7314
7211
|
}(base_1.BaseAPI));
|
|
7315
7212
|
exports.Class3CXMultiTenantApi = Class3CXMultiTenantApi;
|
|
7316
|
-
/**
|
|
7317
|
-
* @export
|
|
7318
|
-
*/
|
|
7319
7213
|
exports.GetGetTenantsStatusEnum = {
|
|
7320
7214
|
Completed: 'Completed',
|
|
7321
7215
|
Outstanding: 'Outstanding',
|
|
@@ -7324,7 +7218,6 @@ exports.GetGetTenantsStatusEnum = {
|
|
|
7324
7218
|
};
|
|
7325
7219
|
/**
|
|
7326
7220
|
* MyPBXToolsApi - axios parameter creator
|
|
7327
|
-
* @export
|
|
7328
7221
|
*/
|
|
7329
7222
|
var MyPBXToolsApiAxiosParamCreator = function (configuration) {
|
|
7330
7223
|
var _this = this;
|
|
@@ -7379,7 +7272,6 @@ var MyPBXToolsApiAxiosParamCreator = function (configuration) {
|
|
|
7379
7272
|
exports.MyPBXToolsApiAxiosParamCreator = MyPBXToolsApiAxiosParamCreator;
|
|
7380
7273
|
/**
|
|
7381
7274
|
* MyPBXToolsApi - functional programming interface
|
|
7382
|
-
* @export
|
|
7383
7275
|
*/
|
|
7384
7276
|
var MyPBXToolsApiFp = function (configuration) {
|
|
7385
7277
|
var localVarAxiosParamCreator = (0, exports.MyPBXToolsApiAxiosParamCreator)(configuration);
|
|
@@ -7413,7 +7305,6 @@ var MyPBXToolsApiFp = function (configuration) {
|
|
|
7413
7305
|
exports.MyPBXToolsApiFp = MyPBXToolsApiFp;
|
|
7414
7306
|
/**
|
|
7415
7307
|
* MyPBXToolsApi - factory interface
|
|
7416
|
-
* @export
|
|
7417
7308
|
*/
|
|
7418
7309
|
var MyPBXToolsApiFactory = function (configuration, basePath, axios) {
|
|
7419
7310
|
var localVarFp = (0, exports.MyPBXToolsApiFp)(configuration);
|
|
@@ -7434,9 +7325,6 @@ var MyPBXToolsApiFactory = function (configuration, basePath, axios) {
|
|
|
7434
7325
|
exports.MyPBXToolsApiFactory = MyPBXToolsApiFactory;
|
|
7435
7326
|
/**
|
|
7436
7327
|
* MyPBXToolsApi - object-oriented interface
|
|
7437
|
-
* @export
|
|
7438
|
-
* @class MyPBXToolsApi
|
|
7439
|
-
* @extends {BaseAPI}
|
|
7440
7328
|
*/
|
|
7441
7329
|
var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
7442
7330
|
__extends(MyPBXToolsApi, _super);
|
|
@@ -7450,7 +7338,6 @@ var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
|
7450
7338
|
* @param {string} fileName File Name
|
|
7451
7339
|
* @param {*} [options] Override http request option.
|
|
7452
7340
|
* @throws {RequiredError}
|
|
7453
|
-
* @memberof MyPBXToolsApi
|
|
7454
7341
|
*/
|
|
7455
7342
|
MyPBXToolsApi.prototype.getGetRecording = function (licenceKey, fileName, options) {
|
|
7456
7343
|
var _this = this;
|
|
@@ -7461,7 +7348,6 @@ var MyPBXToolsApi = /** @class */ (function (_super) {
|
|
|
7461
7348
|
exports.MyPBXToolsApi = MyPBXToolsApi;
|
|
7462
7349
|
/**
|
|
7463
7350
|
* OAuth20Api - axios parameter creator
|
|
7464
|
-
* @export
|
|
7465
7351
|
*/
|
|
7466
7352
|
var OAuth20ApiAxiosParamCreator = function (configuration) {
|
|
7467
7353
|
var _this = this;
|
|
@@ -7757,7 +7643,6 @@ var OAuth20ApiAxiosParamCreator = function (configuration) {
|
|
|
7757
7643
|
exports.OAuth20ApiAxiosParamCreator = OAuth20ApiAxiosParamCreator;
|
|
7758
7644
|
/**
|
|
7759
7645
|
* OAuth20Api - functional programming interface
|
|
7760
|
-
* @export
|
|
7761
7646
|
*/
|
|
7762
7647
|
var OAuth20ApiFp = function (configuration) {
|
|
7763
7648
|
var localVarAxiosParamCreator = (0, exports.OAuth20ApiAxiosParamCreator)(configuration);
|
|
@@ -7919,7 +7804,6 @@ var OAuth20ApiFp = function (configuration) {
|
|
|
7919
7804
|
exports.OAuth20ApiFp = OAuth20ApiFp;
|
|
7920
7805
|
/**
|
|
7921
7806
|
* OAuth20Api - factory interface
|
|
7922
|
-
* @export
|
|
7923
7807
|
*/
|
|
7924
7808
|
var OAuth20ApiFactory = function (configuration, basePath, axios) {
|
|
7925
7809
|
var localVarFp = (0, exports.OAuth20ApiFp)(configuration);
|
|
@@ -8003,9 +7887,6 @@ var OAuth20ApiFactory = function (configuration, basePath, axios) {
|
|
|
8003
7887
|
exports.OAuth20ApiFactory = OAuth20ApiFactory;
|
|
8004
7888
|
/**
|
|
8005
7889
|
* OAuth20Api - object-oriented interface
|
|
8006
|
-
* @export
|
|
8007
|
-
* @class OAuth20Api
|
|
8008
|
-
* @extends {BaseAPI}
|
|
8009
7890
|
*/
|
|
8010
7891
|
var OAuth20Api = /** @class */ (function (_super) {
|
|
8011
7892
|
__extends(OAuth20Api, _super);
|
|
@@ -8017,7 +7898,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8017
7898
|
* @summary Get MFA QR Code
|
|
8018
7899
|
* @param {*} [options] Override http request option.
|
|
8019
7900
|
* @throws {RequiredError}
|
|
8020
|
-
* @memberof OAuth20Api
|
|
8021
7901
|
*/
|
|
8022
7902
|
OAuth20Api.prototype.getGetMfaQrCode = function (options) {
|
|
8023
7903
|
var _this = this;
|
|
@@ -8028,7 +7908,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8028
7908
|
* @summary Get Scopes
|
|
8029
7909
|
* @param {*} [options] Override http request option.
|
|
8030
7910
|
* @throws {RequiredError}
|
|
8031
|
-
* @memberof OAuth20Api
|
|
8032
7911
|
*/
|
|
8033
7912
|
OAuth20Api.prototype.getGetScopes = function (options) {
|
|
8034
7913
|
var _this = this;
|
|
@@ -8051,7 +7930,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8051
7930
|
* @param {boolean | null} [endUser] End User (Only used in Token Exchange)
|
|
8052
7931
|
* @param {*} [options] Override http request option.
|
|
8053
7932
|
* @throws {RequiredError}
|
|
8054
|
-
* @memberof OAuth20Api
|
|
8055
7933
|
*/
|
|
8056
7934
|
OAuth20Api.prototype.postAccessToken = function (clientId, clientSecret, grantType, scope, redirectUri, code, refreshToken, codeVerifier, token, tokenExchangeType, licenceKey, endUser, options) {
|
|
8057
7935
|
var _this = this;
|
|
@@ -8069,7 +7947,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8069
7947
|
* @param {string} [codeChallengeMethod] OAuth 2.0 Code Challenge Method
|
|
8070
7948
|
* @param {*} [options] Override http request option.
|
|
8071
7949
|
* @throws {RequiredError}
|
|
8072
|
-
* @memberof OAuth20Api
|
|
8073
7950
|
*/
|
|
8074
7951
|
OAuth20Api.prototype.postAuthorise = function (clientId, responseType, scope, redirectUri, state, codeChallenge, codeChallengeMethod, options) {
|
|
8075
7952
|
var _this = this;
|
|
@@ -8080,7 +7957,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8080
7957
|
* @summary Get Token Identity
|
|
8081
7958
|
* @param {*} [options] Override http request option.
|
|
8082
7959
|
* @throws {RequiredError}
|
|
8083
|
-
* @memberof OAuth20Api
|
|
8084
7960
|
*/
|
|
8085
7961
|
OAuth20Api.prototype.postGetIdentity = function (options) {
|
|
8086
7962
|
var _this = this;
|
|
@@ -8092,7 +7968,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8092
7968
|
* @param {PortalLoginModel} [portalLoginModel] Login Credentials
|
|
8093
7969
|
* @param {*} [options] Override http request option.
|
|
8094
7970
|
* @throws {RequiredError}
|
|
8095
|
-
* @memberof OAuth20Api
|
|
8096
7971
|
*/
|
|
8097
7972
|
OAuth20Api.prototype.postPortalLogin = function (portalLoginModel, options) {
|
|
8098
7973
|
var _this = this;
|
|
@@ -8101,9 +7976,6 @@ var OAuth20Api = /** @class */ (function (_super) {
|
|
|
8101
7976
|
return OAuth20Api;
|
|
8102
7977
|
}(base_1.BaseAPI));
|
|
8103
7978
|
exports.OAuth20Api = OAuth20Api;
|
|
8104
|
-
/**
|
|
8105
|
-
* @export
|
|
8106
|
-
*/
|
|
8107
7979
|
exports.PostAccessTokenGrantTypeEnum = {
|
|
8108
7980
|
ClientCredentials: 'client_credentials',
|
|
8109
7981
|
Code: 'code',
|
|
@@ -8113,9 +7985,6 @@ exports.PostAccessTokenGrantTypeEnum = {
|
|
|
8113
7985
|
TokenExchange: 'token_exchange',
|
|
8114
7986
|
Password: 'password'
|
|
8115
7987
|
};
|
|
8116
|
-
/**
|
|
8117
|
-
* @export
|
|
8118
|
-
*/
|
|
8119
7988
|
exports.PostAccessTokenScopeEnum = {
|
|
8120
7989
|
Star: '*',
|
|
8121
7990
|
Fdps: 'fdps',
|
|
@@ -8142,16 +8011,10 @@ exports.PostAccessTokenScopeEnum = {
|
|
|
8142
8011
|
TicketsRead: 'tickets.read',
|
|
8143
8012
|
TicketsWrite: 'tickets.write'
|
|
8144
8013
|
};
|
|
8145
|
-
/**
|
|
8146
|
-
* @export
|
|
8147
|
-
*/
|
|
8148
8014
|
exports.PostAccessTokenTokenExchangeTypeEnum = {
|
|
8149
8015
|
TcxWizard: 'tcx_wizard',
|
|
8150
8016
|
Portal: 'portal'
|
|
8151
8017
|
};
|
|
8152
|
-
/**
|
|
8153
|
-
* @export
|
|
8154
|
-
*/
|
|
8155
8018
|
exports.PostAuthoriseScopeEnum = {
|
|
8156
8019
|
Star: '*',
|
|
8157
8020
|
Fdps: 'fdps',
|
|
@@ -8180,7 +8043,6 @@ exports.PostAuthoriseScopeEnum = {
|
|
|
8180
8043
|
};
|
|
8181
8044
|
/**
|
|
8182
8045
|
* OrdersApi - axios parameter creator
|
|
8183
|
-
* @export
|
|
8184
8046
|
*/
|
|
8185
8047
|
var OrdersApiAxiosParamCreator = function (configuration) {
|
|
8186
8048
|
var _this = this;
|
|
@@ -8530,7 +8392,6 @@ var OrdersApiAxiosParamCreator = function (configuration) {
|
|
|
8530
8392
|
exports.OrdersApiAxiosParamCreator = OrdersApiAxiosParamCreator;
|
|
8531
8393
|
/**
|
|
8532
8394
|
* OrdersApi - functional programming interface
|
|
8533
|
-
* @export
|
|
8534
8395
|
*/
|
|
8535
8396
|
var OrdersApiFp = function (configuration) {
|
|
8536
8397
|
var localVarAxiosParamCreator = (0, exports.OrdersApiAxiosParamCreator)(configuration);
|
|
@@ -8736,7 +8597,6 @@ var OrdersApiFp = function (configuration) {
|
|
|
8736
8597
|
exports.OrdersApiFp = OrdersApiFp;
|
|
8737
8598
|
/**
|
|
8738
8599
|
* OrdersApi - factory interface
|
|
8739
|
-
* @export
|
|
8740
8600
|
*/
|
|
8741
8601
|
var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
8742
8602
|
var localVarFp = (0, exports.OrdersApiFp)(configuration);
|
|
@@ -8838,9 +8698,6 @@ var OrdersApiFactory = function (configuration, basePath, axios) {
|
|
|
8838
8698
|
exports.OrdersApiFactory = OrdersApiFactory;
|
|
8839
8699
|
/**
|
|
8840
8700
|
* OrdersApi - object-oriented interface
|
|
8841
|
-
* @export
|
|
8842
|
-
* @class OrdersApi
|
|
8843
|
-
* @extends {BaseAPI}
|
|
8844
8701
|
*/
|
|
8845
8702
|
var OrdersApi = /** @class */ (function (_super) {
|
|
8846
8703
|
__extends(OrdersApi, _super);
|
|
@@ -8853,7 +8710,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8853
8710
|
* @param {number} id Order ID
|
|
8854
8711
|
* @param {*} [options] Override http request option.
|
|
8855
8712
|
* @throws {RequiredError}
|
|
8856
|
-
* @memberof OrdersApi
|
|
8857
8713
|
*/
|
|
8858
8714
|
OrdersApi.prototype.deleteUpdateOrder = function (id, options) {
|
|
8859
8715
|
var _this = this;
|
|
@@ -8865,7 +8721,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8865
8721
|
* @param {number} id Order ID
|
|
8866
8722
|
* @param {*} [options] Override http request option.
|
|
8867
8723
|
* @throws {RequiredError}
|
|
8868
|
-
* @memberof OrdersApi
|
|
8869
8724
|
*/
|
|
8870
8725
|
OrdersApi.prototype.getGetAdminEditableOrder = function (id, options) {
|
|
8871
8726
|
var _this = this;
|
|
@@ -8877,7 +8732,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8877
8732
|
* @param {number} id Order ID
|
|
8878
8733
|
* @param {*} [options] Override http request option.
|
|
8879
8734
|
* @throws {RequiredError}
|
|
8880
|
-
* @memberof OrdersApi
|
|
8881
8735
|
*/
|
|
8882
8736
|
OrdersApi.prototype.getGetEditableOrder = function (id, options) {
|
|
8883
8737
|
var _this = this;
|
|
@@ -8895,7 +8749,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8895
8749
|
* @param {number | null} [customerId] Customer ID
|
|
8896
8750
|
* @param {*} [options] Override http request option.
|
|
8897
8751
|
* @throws {RequiredError}
|
|
8898
|
-
* @memberof OrdersApi
|
|
8899
8752
|
*/
|
|
8900
8753
|
OrdersApi.prototype.getGetOrders = function (pageSize, page, search, fulfillable, status, filter, customerId, options) {
|
|
8901
8754
|
var _this = this;
|
|
@@ -8908,7 +8761,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8908
8761
|
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Admin Order Request
|
|
8909
8762
|
* @param {*} [options] Override http request option.
|
|
8910
8763
|
* @throws {RequiredError}
|
|
8911
|
-
* @memberof OrdersApi
|
|
8912
8764
|
*/
|
|
8913
8765
|
OrdersApi.prototype.postCreateAdminOrder = function (readonly, adminOrderRequestDTO, options) {
|
|
8914
8766
|
var _this = this;
|
|
@@ -8921,7 +8773,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8921
8773
|
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
8922
8774
|
* @param {*} [options] Override http request option.
|
|
8923
8775
|
* @throws {RequiredError}
|
|
8924
|
-
* @memberof OrdersApi
|
|
8925
8776
|
*/
|
|
8926
8777
|
OrdersApi.prototype.postGetOrders = function (readonly, customerOrderRequestDTO, options) {
|
|
8927
8778
|
var _this = this;
|
|
@@ -8935,7 +8786,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8935
8786
|
* @param {AdminOrderRequestDTO} [adminOrderRequestDTO] Order Request
|
|
8936
8787
|
* @param {*} [options] Override http request option.
|
|
8937
8788
|
* @throws {RequiredError}
|
|
8938
|
-
* @memberof OrdersApi
|
|
8939
8789
|
*/
|
|
8940
8790
|
OrdersApi.prototype.putUpdateAdminOrder = function (id, readonly, adminOrderRequestDTO, options) {
|
|
8941
8791
|
var _this = this;
|
|
@@ -8949,7 +8799,6 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8949
8799
|
* @param {CustomerOrderRequestDTO} [customerOrderRequestDTO] Order Request
|
|
8950
8800
|
* @param {*} [options] Override http request option.
|
|
8951
8801
|
* @throws {RequiredError}
|
|
8952
|
-
* @memberof OrdersApi
|
|
8953
8802
|
*/
|
|
8954
8803
|
OrdersApi.prototype.putUpdateOrder = function (id, readonly, customerOrderRequestDTO, options) {
|
|
8955
8804
|
var _this = this;
|
|
@@ -8958,18 +8807,12 @@ var OrdersApi = /** @class */ (function (_super) {
|
|
|
8958
8807
|
return OrdersApi;
|
|
8959
8808
|
}(base_1.BaseAPI));
|
|
8960
8809
|
exports.OrdersApi = OrdersApi;
|
|
8961
|
-
/**
|
|
8962
|
-
* @export
|
|
8963
|
-
*/
|
|
8964
8810
|
exports.GetGetOrdersStatusEnum = {
|
|
8965
8811
|
Paid: 'PAID',
|
|
8966
8812
|
InvoicePaid: 'INVOICE_PAID',
|
|
8967
8813
|
Unpaid: 'UNPAID',
|
|
8968
8814
|
Quote: 'QUOTE'
|
|
8969
8815
|
};
|
|
8970
|
-
/**
|
|
8971
|
-
* @export
|
|
8972
|
-
*/
|
|
8973
8816
|
exports.GetGetOrdersFilterEnum = {
|
|
8974
8817
|
Outstanding: 'OUTSTANDING',
|
|
8975
8818
|
Quotes: 'QUOTES',
|
|
@@ -8978,7 +8821,6 @@ exports.GetGetOrdersFilterEnum = {
|
|
|
8978
8821
|
};
|
|
8979
8822
|
/**
|
|
8980
8823
|
* PricingApi - axios parameter creator
|
|
8981
|
-
* @export
|
|
8982
8824
|
*/
|
|
8983
8825
|
var PricingApiAxiosParamCreator = function (configuration) {
|
|
8984
8826
|
var _this = this;
|
|
@@ -9102,7 +8944,6 @@ var PricingApiAxiosParamCreator = function (configuration) {
|
|
|
9102
8944
|
exports.PricingApiAxiosParamCreator = PricingApiAxiosParamCreator;
|
|
9103
8945
|
/**
|
|
9104
8946
|
* PricingApi - functional programming interface
|
|
9105
|
-
* @export
|
|
9106
8947
|
*/
|
|
9107
8948
|
var PricingApiFp = function (configuration) {
|
|
9108
8949
|
var localVarAxiosParamCreator = (0, exports.PricingApiAxiosParamCreator)(configuration);
|
|
@@ -9165,7 +9006,6 @@ var PricingApiFp = function (configuration) {
|
|
|
9165
9006
|
exports.PricingApiFp = PricingApiFp;
|
|
9166
9007
|
/**
|
|
9167
9008
|
* PricingApi - factory interface
|
|
9168
|
-
* @export
|
|
9169
9009
|
*/
|
|
9170
9010
|
var PricingApiFactory = function (configuration, basePath, axios) {
|
|
9171
9011
|
var localVarFp = (0, exports.PricingApiFp)(configuration);
|
|
@@ -9202,9 +9042,6 @@ var PricingApiFactory = function (configuration, basePath, axios) {
|
|
|
9202
9042
|
exports.PricingApiFactory = PricingApiFactory;
|
|
9203
9043
|
/**
|
|
9204
9044
|
* PricingApi - object-oriented interface
|
|
9205
|
-
* @export
|
|
9206
|
-
* @class PricingApi
|
|
9207
|
-
* @extends {BaseAPI}
|
|
9208
9045
|
*/
|
|
9209
9046
|
var PricingApi = /** @class */ (function (_super) {
|
|
9210
9047
|
__extends(PricingApi, _super);
|
|
@@ -9220,7 +9057,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9220
9057
|
* @param {string} [customerId] Customer ID
|
|
9221
9058
|
* @param {*} [options] Override http request option.
|
|
9222
9059
|
* @throws {RequiredError}
|
|
9223
|
-
* @memberof PricingApi
|
|
9224
9060
|
*/
|
|
9225
9061
|
PricingApi.prototype.getGetPriceList = function (type, format, category, customerId, options) {
|
|
9226
9062
|
var _this = this;
|
|
@@ -9236,7 +9072,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9236
9072
|
* @param {PostSendPriceListCategoryEnum} [category] Product Category
|
|
9237
9073
|
* @param {*} [options] Override http request option.
|
|
9238
9074
|
* @throws {RequiredError}
|
|
9239
|
-
* @memberof PricingApi
|
|
9240
9075
|
*/
|
|
9241
9076
|
PricingApi.prototype.postSendPriceList = function (email, customerId, type, format, category, options) {
|
|
9242
9077
|
var _this = this;
|
|
@@ -9245,9 +9080,6 @@ var PricingApi = /** @class */ (function (_super) {
|
|
|
9245
9080
|
return PricingApi;
|
|
9246
9081
|
}(base_1.BaseAPI));
|
|
9247
9082
|
exports.PricingApi = PricingApi;
|
|
9248
|
-
/**
|
|
9249
|
-
* @export
|
|
9250
|
-
*/
|
|
9251
9083
|
exports.GetGetPriceListTypeEnum = {
|
|
9252
9084
|
Products: 'Products',
|
|
9253
9085
|
StockProducts: 'Stock Products',
|
|
@@ -9258,9 +9090,6 @@ exports.GetGetPriceListTypeEnum = {
|
|
|
9258
9090
|
Sms: 'SMS',
|
|
9259
9091
|
SipTrunks: 'SIP Trunks'
|
|
9260
9092
|
};
|
|
9261
|
-
/**
|
|
9262
|
-
* @export
|
|
9263
|
-
*/
|
|
9264
9093
|
exports.GetGetPriceListFormatEnum = {
|
|
9265
9094
|
Pdf: 'pdf',
|
|
9266
9095
|
Json: 'json',
|
|
@@ -9268,9 +9097,6 @@ exports.GetGetPriceListFormatEnum = {
|
|
|
9268
9097
|
Xml: 'xml',
|
|
9269
9098
|
Html: 'html'
|
|
9270
9099
|
};
|
|
9271
|
-
/**
|
|
9272
|
-
* @export
|
|
9273
|
-
*/
|
|
9274
9100
|
exports.GetGetPriceListCategoryEnum = {
|
|
9275
9101
|
Yealink: 'Yealink',
|
|
9276
9102
|
Mairdi: 'Mairdi',
|
|
@@ -9293,9 +9119,6 @@ exports.GetGetPriceListCategoryEnum = {
|
|
|
9293
9119
|
FanvilAccessories: 'Fanvil Accessories',
|
|
9294
9120
|
FanvilHotelPhones: 'Fanvil Hotel Phones'
|
|
9295
9121
|
};
|
|
9296
|
-
/**
|
|
9297
|
-
* @export
|
|
9298
|
-
*/
|
|
9299
9122
|
exports.PostSendPriceListTypeEnum = {
|
|
9300
9123
|
Products: 'Products',
|
|
9301
9124
|
StockProducts: 'Stock Products',
|
|
@@ -9306,9 +9129,6 @@ exports.PostSendPriceListTypeEnum = {
|
|
|
9306
9129
|
Sms: 'SMS',
|
|
9307
9130
|
SipTrunks: 'SIP Trunks'
|
|
9308
9131
|
};
|
|
9309
|
-
/**
|
|
9310
|
-
* @export
|
|
9311
|
-
*/
|
|
9312
9132
|
exports.PostSendPriceListFormatEnum = {
|
|
9313
9133
|
Pdf: 'pdf',
|
|
9314
9134
|
Json: 'json',
|
|
@@ -9316,9 +9136,6 @@ exports.PostSendPriceListFormatEnum = {
|
|
|
9316
9136
|
Xml: 'xml',
|
|
9317
9137
|
Html: 'html'
|
|
9318
9138
|
};
|
|
9319
|
-
/**
|
|
9320
|
-
* @export
|
|
9321
|
-
*/
|
|
9322
9139
|
exports.PostSendPriceListCategoryEnum = {
|
|
9323
9140
|
Yealink: 'Yealink',
|
|
9324
9141
|
Mairdi: 'Mairdi',
|
|
@@ -9343,7 +9160,6 @@ exports.PostSendPriceListCategoryEnum = {
|
|
|
9343
9160
|
};
|
|
9344
9161
|
/**
|
|
9345
9162
|
* ProductsApi - axios parameter creator
|
|
9346
|
-
* @export
|
|
9347
9163
|
*/
|
|
9348
9164
|
var ProductsApiAxiosParamCreator = function (configuration) {
|
|
9349
9165
|
var _this = this;
|
|
@@ -9693,7 +9509,6 @@ var ProductsApiAxiosParamCreator = function (configuration) {
|
|
|
9693
9509
|
exports.ProductsApiAxiosParamCreator = ProductsApiAxiosParamCreator;
|
|
9694
9510
|
/**
|
|
9695
9511
|
* ProductsApi - functional programming interface
|
|
9696
|
-
* @export
|
|
9697
9512
|
*/
|
|
9698
9513
|
var ProductsApiFp = function (configuration) {
|
|
9699
9514
|
var localVarAxiosParamCreator = (0, exports.ProductsApiAxiosParamCreator)(configuration);
|
|
@@ -9911,7 +9726,6 @@ var ProductsApiFp = function (configuration) {
|
|
|
9911
9726
|
exports.ProductsApiFp = ProductsApiFp;
|
|
9912
9727
|
/**
|
|
9913
9728
|
* ProductsApi - factory interface
|
|
9914
|
-
* @export
|
|
9915
9729
|
*/
|
|
9916
9730
|
var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
9917
9731
|
var localVarFp = (0, exports.ProductsApiFp)(configuration);
|
|
@@ -10012,9 +9826,6 @@ var ProductsApiFactory = function (configuration, basePath, axios) {
|
|
|
10012
9826
|
exports.ProductsApiFactory = ProductsApiFactory;
|
|
10013
9827
|
/**
|
|
10014
9828
|
* ProductsApi - object-oriented interface
|
|
10015
|
-
* @export
|
|
10016
|
-
* @class ProductsApi
|
|
10017
|
-
* @extends {BaseAPI}
|
|
10018
9829
|
*/
|
|
10019
9830
|
var ProductsApi = /** @class */ (function (_super) {
|
|
10020
9831
|
__extends(ProductsApi, _super);
|
|
@@ -10026,7 +9837,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10026
9837
|
* @summary Get Attribute Sets
|
|
10027
9838
|
* @param {*} [options] Override http request option.
|
|
10028
9839
|
* @throws {RequiredError}
|
|
10029
|
-
* @memberof ProductsApi
|
|
10030
9840
|
*/
|
|
10031
9841
|
ProductsApi.prototype.getGetAttributeSets = function (options) {
|
|
10032
9842
|
var _this = this;
|
|
@@ -10037,7 +9847,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10037
9847
|
* @summary Get Customer Price Lists
|
|
10038
9848
|
* @param {*} [options] Override http request option.
|
|
10039
9849
|
* @throws {RequiredError}
|
|
10040
|
-
* @memberof ProductsApi
|
|
10041
9850
|
*/
|
|
10042
9851
|
ProductsApi.prototype.getGetCustomerPriceLists = function (options) {
|
|
10043
9852
|
var _this = this;
|
|
@@ -10050,7 +9859,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10050
9859
|
* @param {*} [options] Override http request option.
|
|
10051
9860
|
* @deprecated
|
|
10052
9861
|
* @throws {RequiredError}
|
|
10053
|
-
* @memberof ProductsApi
|
|
10054
9862
|
*/
|
|
10055
9863
|
ProductsApi.prototype.getGetLegacyStockList = function (format, options) {
|
|
10056
9864
|
var _this = this;
|
|
@@ -10061,7 +9869,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10061
9869
|
* @summary Get Products
|
|
10062
9870
|
* @param {*} [options] Override http request option.
|
|
10063
9871
|
* @throws {RequiredError}
|
|
10064
|
-
* @memberof ProductsApi
|
|
10065
9872
|
*/
|
|
10066
9873
|
ProductsApi.prototype.getGetProducts = function (options) {
|
|
10067
9874
|
var _this = this;
|
|
@@ -10072,7 +9879,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10072
9879
|
* @summary Get Current Stock & Pricing
|
|
10073
9880
|
* @param {*} [options] Override http request option.
|
|
10074
9881
|
* @throws {RequiredError}
|
|
10075
|
-
* @memberof ProductsApi
|
|
10076
9882
|
*/
|
|
10077
9883
|
ProductsApi.prototype.getGetStockList = function (options) {
|
|
10078
9884
|
var _this = this;
|
|
@@ -10083,7 +9889,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10083
9889
|
* @summary Get 3CX Templates
|
|
10084
9890
|
* @param {*} [options] Override http request option.
|
|
10085
9891
|
* @throws {RequiredError}
|
|
10086
|
-
* @memberof ProductsApi
|
|
10087
9892
|
*/
|
|
10088
9893
|
ProductsApi.prototype.getGetTcxTemplates = function (options) {
|
|
10089
9894
|
var _this = this;
|
|
@@ -10097,7 +9902,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10097
9902
|
* @param {string} [search] Search
|
|
10098
9903
|
* @param {*} [options] Override http request option.
|
|
10099
9904
|
* @throws {RequiredError}
|
|
10100
|
-
* @memberof ProductsApi
|
|
10101
9905
|
*/
|
|
10102
9906
|
ProductsApi.prototype.getSearchProducts = function (pageSize, page, search, options) {
|
|
10103
9907
|
var _this = this;
|
|
@@ -10110,7 +9914,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10110
9914
|
* @param {PostGetProductRequest} postGetProductRequest Product search criteria
|
|
10111
9915
|
* @param {*} [options] Override http request option.
|
|
10112
9916
|
* @throws {RequiredError}
|
|
10113
|
-
* @memberof ProductsApi
|
|
10114
9917
|
*/
|
|
10115
9918
|
ProductsApi.prototype.postGetProduct = function (sku, postGetProductRequest, options) {
|
|
10116
9919
|
var _this = this;
|
|
@@ -10124,7 +9927,6 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10124
9927
|
* @param {PostGetProductForCustomerRequest} postGetProductForCustomerRequest Product search criteria
|
|
10125
9928
|
* @param {*} [options] Override http request option.
|
|
10126
9929
|
* @throws {RequiredError}
|
|
10127
|
-
* @memberof ProductsApi
|
|
10128
9930
|
*/
|
|
10129
9931
|
ProductsApi.prototype.postGetProductForCustomer = function (customerId, sku, postGetProductForCustomerRequest, options) {
|
|
10130
9932
|
var _this = this;
|
|
@@ -10133,16 +9935,12 @@ var ProductsApi = /** @class */ (function (_super) {
|
|
|
10133
9935
|
return ProductsApi;
|
|
10134
9936
|
}(base_1.BaseAPI));
|
|
10135
9937
|
exports.ProductsApi = ProductsApi;
|
|
10136
|
-
/**
|
|
10137
|
-
* @export
|
|
10138
|
-
*/
|
|
10139
9938
|
exports.GetGetLegacyStockListFormatEnum = {
|
|
10140
9939
|
Xml: 'XML',
|
|
10141
9940
|
Csv: 'CSV'
|
|
10142
9941
|
};
|
|
10143
9942
|
/**
|
|
10144
9943
|
* ProvisioningApi - axios parameter creator
|
|
10145
|
-
* @export
|
|
10146
9944
|
*/
|
|
10147
9945
|
var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
10148
9946
|
var _this = this;
|
|
@@ -10422,7 +10220,6 @@ var ProvisioningApiAxiosParamCreator = function (configuration) {
|
|
|
10422
10220
|
exports.ProvisioningApiAxiosParamCreator = ProvisioningApiAxiosParamCreator;
|
|
10423
10221
|
/**
|
|
10424
10222
|
* ProvisioningApi - functional programming interface
|
|
10425
|
-
* @export
|
|
10426
10223
|
*/
|
|
10427
10224
|
var ProvisioningApiFp = function (configuration) {
|
|
10428
10225
|
var localVarAxiosParamCreator = (0, exports.ProvisioningApiAxiosParamCreator)(configuration);
|
|
@@ -10596,7 +10393,6 @@ var ProvisioningApiFp = function (configuration) {
|
|
|
10596
10393
|
exports.ProvisioningApiFp = ProvisioningApiFp;
|
|
10597
10394
|
/**
|
|
10598
10395
|
* ProvisioningApi - factory interface
|
|
10599
|
-
* @export
|
|
10600
10396
|
*/
|
|
10601
10397
|
var ProvisioningApiFactory = function (configuration, basePath, axios) {
|
|
10602
10398
|
var localVarFp = (0, exports.ProvisioningApiFp)(configuration);
|
|
@@ -10679,9 +10475,6 @@ var ProvisioningApiFactory = function (configuration, basePath, axios) {
|
|
|
10679
10475
|
exports.ProvisioningApiFactory = ProvisioningApiFactory;
|
|
10680
10476
|
/**
|
|
10681
10477
|
* ProvisioningApi - object-oriented interface
|
|
10682
|
-
* @export
|
|
10683
|
-
* @class ProvisioningApi
|
|
10684
|
-
* @extends {BaseAPI}
|
|
10685
10478
|
*/
|
|
10686
10479
|
var ProvisioningApi = /** @class */ (function (_super) {
|
|
10687
10480
|
__extends(ProvisioningApi, _super);
|
|
@@ -10695,7 +10488,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10695
10488
|
* @param {string} mac MAC Address
|
|
10696
10489
|
* @param {*} [options] Override http request option.
|
|
10697
10490
|
* @throws {RequiredError}
|
|
10698
|
-
* @memberof ProvisioningApi
|
|
10699
10491
|
*/
|
|
10700
10492
|
ProvisioningApi.prototype.deleteAddFanvilMac = function (id, mac, options) {
|
|
10701
10493
|
var _this = this;
|
|
@@ -10707,7 +10499,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10707
10499
|
* @param {string} id Group ID
|
|
10708
10500
|
* @param {*} [options] Override http request option.
|
|
10709
10501
|
* @throws {RequiredError}
|
|
10710
|
-
* @memberof ProvisioningApi
|
|
10711
10502
|
*/
|
|
10712
10503
|
ProvisioningApi.prototype.deleteDeleteFanvilGroup = function (id, options) {
|
|
10713
10504
|
var _this = this;
|
|
@@ -10720,7 +10511,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10720
10511
|
* @param {string} mac MAC Address
|
|
10721
10512
|
* @param {*} [options] Override http request option.
|
|
10722
10513
|
* @throws {RequiredError}
|
|
10723
|
-
* @memberof ProvisioningApi
|
|
10724
10514
|
*/
|
|
10725
10515
|
ProvisioningApi.prototype.getGetFanvilEncryptionKey = function (id, mac, options) {
|
|
10726
10516
|
var _this = this;
|
|
@@ -10732,7 +10522,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10732
10522
|
* @param {string} id Group ID
|
|
10733
10523
|
* @param {*} [options] Override http request option.
|
|
10734
10524
|
* @throws {RequiredError}
|
|
10735
|
-
* @memberof ProvisioningApi
|
|
10736
10525
|
*/
|
|
10737
10526
|
ProvisioningApi.prototype.getGetFanvilGroupMacs = function (id, options) {
|
|
10738
10527
|
var _this = this;
|
|
@@ -10744,7 +10533,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10744
10533
|
* @param {string} [id] Customer ID
|
|
10745
10534
|
* @param {*} [options] Override http request option.
|
|
10746
10535
|
* @throws {RequiredError}
|
|
10747
|
-
* @memberof ProvisioningApi
|
|
10748
10536
|
*/
|
|
10749
10537
|
ProvisioningApi.prototype.getGetGroups = function (id, options) {
|
|
10750
10538
|
var _this = this;
|
|
@@ -10756,7 +10544,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10756
10544
|
* @param {ProvisioningRequestEntity} [provisioningRequestEntity] Provisioning Group Request
|
|
10757
10545
|
* @param {*} [options] Override http request option.
|
|
10758
10546
|
* @throws {RequiredError}
|
|
10759
|
-
* @memberof ProvisioningApi
|
|
10760
10547
|
*/
|
|
10761
10548
|
ProvisioningApi.prototype.postAddFanvilGroup = function (provisioningRequestEntity, options) {
|
|
10762
10549
|
var _this = this;
|
|
@@ -10769,7 +10556,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10769
10556
|
* @param {string} mac MAC Address
|
|
10770
10557
|
* @param {*} [options] Override http request option.
|
|
10771
10558
|
* @throws {RequiredError}
|
|
10772
|
-
* @memberof ProvisioningApi
|
|
10773
10559
|
*/
|
|
10774
10560
|
ProvisioningApi.prototype.postAddFanvilMac = function (id, mac, options) {
|
|
10775
10561
|
var _this = this;
|
|
@@ -10780,7 +10566,6 @@ var ProvisioningApi = /** @class */ (function (_super) {
|
|
|
10780
10566
|
exports.ProvisioningApi = ProvisioningApi;
|
|
10781
10567
|
/**
|
|
10782
10568
|
* SIPTrunksApi - axios parameter creator
|
|
10783
|
-
* @export
|
|
10784
10569
|
*/
|
|
10785
10570
|
var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
10786
10571
|
var _this = this;
|
|
@@ -11664,7 +11449,6 @@ var SIPTrunksApiAxiosParamCreator = function (configuration) {
|
|
|
11664
11449
|
exports.SIPTrunksApiAxiosParamCreator = SIPTrunksApiAxiosParamCreator;
|
|
11665
11450
|
/**
|
|
11666
11451
|
* SIPTrunksApi - functional programming interface
|
|
11667
|
-
* @export
|
|
11668
11452
|
*/
|
|
11669
11453
|
var SIPTrunksApiFp = function (configuration) {
|
|
11670
11454
|
var localVarAxiosParamCreator = (0, exports.SIPTrunksApiAxiosParamCreator)(configuration);
|
|
@@ -12193,7 +11977,6 @@ var SIPTrunksApiFp = function (configuration) {
|
|
|
12193
11977
|
exports.SIPTrunksApiFp = SIPTrunksApiFp;
|
|
12194
11978
|
/**
|
|
12195
11979
|
* SIPTrunksApi - factory interface
|
|
12196
|
-
* @export
|
|
12197
11980
|
*/
|
|
12198
11981
|
var SIPTrunksApiFactory = function (configuration, basePath, axios) {
|
|
12199
11982
|
var localVarFp = (0, exports.SIPTrunksApiFp)(configuration);
|
|
@@ -12436,9 +12219,6 @@ var SIPTrunksApiFactory = function (configuration, basePath, axios) {
|
|
|
12436
12219
|
exports.SIPTrunksApiFactory = SIPTrunksApiFactory;
|
|
12437
12220
|
/**
|
|
12438
12221
|
* SIPTrunksApi - object-oriented interface
|
|
12439
|
-
* @export
|
|
12440
|
-
* @class SIPTrunksApi
|
|
12441
|
-
* @extends {BaseAPI}
|
|
12442
12222
|
*/
|
|
12443
12223
|
var SIPTrunksApi = /** @class */ (function (_super) {
|
|
12444
12224
|
__extends(SIPTrunksApi, _super);
|
|
@@ -12451,7 +12231,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12451
12231
|
* @param {number} id SIP Trunk ID
|
|
12452
12232
|
* @param {*} [options] Override http request option.
|
|
12453
12233
|
* @throws {RequiredError}
|
|
12454
|
-
* @memberof SIPTrunksApi
|
|
12455
12234
|
*/
|
|
12456
12235
|
SIPTrunksApi.prototype.deleteGetSipTrunk = function (id, options) {
|
|
12457
12236
|
var _this = this;
|
|
@@ -12463,7 +12242,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12463
12242
|
* @param {number} id SIP Trunk ID
|
|
12464
12243
|
* @param {*} [options] Override http request option.
|
|
12465
12244
|
* @throws {RequiredError}
|
|
12466
|
-
* @memberof SIPTrunksApi
|
|
12467
12245
|
*/
|
|
12468
12246
|
SIPTrunksApi.prototype.getCanDivert = function (id, options) {
|
|
12469
12247
|
var _this = this;
|
|
@@ -12475,7 +12253,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12475
12253
|
* @param {number} id SIP Trunk ID
|
|
12476
12254
|
* @param {*} [options] Override http request option.
|
|
12477
12255
|
* @throws {RequiredError}
|
|
12478
|
-
* @memberof SIPTrunksApi
|
|
12479
12256
|
*/
|
|
12480
12257
|
SIPTrunksApi.prototype.getGetAddress = function (id, options) {
|
|
12481
12258
|
var _this = this;
|
|
@@ -12486,7 +12263,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12486
12263
|
* @summary Get UK National Area Codes
|
|
12487
12264
|
* @param {*} [options] Override http request option.
|
|
12488
12265
|
* @throws {RequiredError}
|
|
12489
|
-
* @memberof SIPTrunksApi
|
|
12490
12266
|
*/
|
|
12491
12267
|
SIPTrunksApi.prototype.getGetAreaCodes = function (options) {
|
|
12492
12268
|
var _this = this;
|
|
@@ -12498,7 +12274,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12498
12274
|
* @param {number} id SIP Trunk ID
|
|
12499
12275
|
* @param {*} [options] Override http request option.
|
|
12500
12276
|
* @throws {RequiredError}
|
|
12501
|
-
* @memberof SIPTrunksApi
|
|
12502
12277
|
*/
|
|
12503
12278
|
SIPTrunksApi.prototype.getGetCliFlexibility = function (id, options) {
|
|
12504
12279
|
var _this = this;
|
|
@@ -12510,7 +12285,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12510
12285
|
* @param {number} id SIP Trunk ID
|
|
12511
12286
|
* @param {*} [options] Override http request option.
|
|
12512
12287
|
* @throws {RequiredError}
|
|
12513
|
-
* @memberof SIPTrunksApi
|
|
12514
12288
|
*/
|
|
12515
12289
|
SIPTrunksApi.prototype.getGetDdis = function (id, options) {
|
|
12516
12290
|
var _this = this;
|
|
@@ -12523,7 +12297,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12523
12297
|
* @param {boolean} [enabled] Enabled Diverts
|
|
12524
12298
|
* @param {*} [options] Override http request option.
|
|
12525
12299
|
* @throws {RequiredError}
|
|
12526
|
-
* @memberof SIPTrunksApi
|
|
12527
12300
|
*/
|
|
12528
12301
|
SIPTrunksApi.prototype.getGetDiverts = function (id, enabled, options) {
|
|
12529
12302
|
var _this = this;
|
|
@@ -12535,7 +12308,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12535
12308
|
* @param {number} id SIP Trunk ID
|
|
12536
12309
|
* @param {*} [options] Override http request option.
|
|
12537
12310
|
* @throws {RequiredError}
|
|
12538
|
-
* @memberof SIPTrunksApi
|
|
12539
12311
|
*/
|
|
12540
12312
|
SIPTrunksApi.prototype.getGetSipTrunk = function (id, options) {
|
|
12541
12313
|
var _this = this;
|
|
@@ -12549,7 +12321,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12549
12321
|
* @param {string} [search] Search
|
|
12550
12322
|
* @param {*} [options] Override http request option.
|
|
12551
12323
|
* @throws {RequiredError}
|
|
12552
|
-
* @memberof SIPTrunksApi
|
|
12553
12324
|
*/
|
|
12554
12325
|
SIPTrunksApi.prototype.getGetSipTrunks = function (pageSize, page, search, options) {
|
|
12555
12326
|
var _this = this;
|
|
@@ -12562,7 +12333,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12562
12333
|
* @param {boolean} enabled Enabled
|
|
12563
12334
|
* @param {*} [options] Override http request option.
|
|
12564
12335
|
* @throws {RequiredError}
|
|
12565
|
-
* @memberof SIPTrunksApi
|
|
12566
12336
|
*/
|
|
12567
12337
|
SIPTrunksApi.prototype.patchGetCliFlexibility = function (id, enabled, options) {
|
|
12568
12338
|
var _this = this;
|
|
@@ -12574,7 +12344,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12574
12344
|
* @param {number} id SIP Trunk ID
|
|
12575
12345
|
* @param {*} [options] Override http request option.
|
|
12576
12346
|
* @throws {RequiredError}
|
|
12577
|
-
* @memberof SIPTrunksApi
|
|
12578
12347
|
*/
|
|
12579
12348
|
SIPTrunksApi.prototype.patchSetAsAvailable = function (id, options) {
|
|
12580
12349
|
var _this = this;
|
|
@@ -12588,7 +12357,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12588
12357
|
* @param {number} [billingCustomerId] Billing Customer ID
|
|
12589
12358
|
* @param {*} [options] Override http request option.
|
|
12590
12359
|
* @throws {RequiredError}
|
|
12591
|
-
* @memberof SIPTrunksApi
|
|
12592
12360
|
*/
|
|
12593
12361
|
SIPTrunksApi.prototype.patchSetOwnership = function (id, ownerId, billingCustomerId, options) {
|
|
12594
12362
|
var _this = this;
|
|
@@ -12601,7 +12369,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12601
12369
|
* @param {number} channels SIP Channels
|
|
12602
12370
|
* @param {*} [options] Override http request option.
|
|
12603
12371
|
* @throws {RequiredError}
|
|
12604
|
-
* @memberof SIPTrunksApi
|
|
12605
12372
|
*/
|
|
12606
12373
|
SIPTrunksApi.prototype.patchUpdateChannelCount = function (id, channels, options) {
|
|
12607
12374
|
var _this = this;
|
|
@@ -12614,7 +12381,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12614
12381
|
* @param {string} company Company Name
|
|
12615
12382
|
* @param {*} [options] Override http request option.
|
|
12616
12383
|
* @throws {RequiredError}
|
|
12617
|
-
* @memberof SIPTrunksApi
|
|
12618
12384
|
*/
|
|
12619
12385
|
SIPTrunksApi.prototype.patchUpdateCompanyName = function (id, company, options) {
|
|
12620
12386
|
var _this = this;
|
|
@@ -12627,7 +12393,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12627
12393
|
* @param {string} number Main Trunk Number
|
|
12628
12394
|
* @param {*} [options] Override http request option.
|
|
12629
12395
|
* @throws {RequiredError}
|
|
12630
|
-
* @memberof SIPTrunksApi
|
|
12631
12396
|
*/
|
|
12632
12397
|
SIPTrunksApi.prototype.patchUpdateMainTrunkNumber = function (id, number, options) {
|
|
12633
12398
|
var _this = this;
|
|
@@ -12640,7 +12405,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12640
12405
|
* @param {string} ipAddress PBX IP Address
|
|
12641
12406
|
* @param {*} [options] Override http request option.
|
|
12642
12407
|
* @throws {RequiredError}
|
|
12643
|
-
* @memberof SIPTrunksApi
|
|
12644
12408
|
*/
|
|
12645
12409
|
SIPTrunksApi.prototype.patchUpdatePbxIPAddress = function (id, ipAddress, options) {
|
|
12646
12410
|
var _this = this;
|
|
@@ -12653,7 +12417,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12653
12417
|
* @param {DdiRangesRequestModel} [ddiRangesRequestModel] DDI Request
|
|
12654
12418
|
* @param {*} [options] Override http request option.
|
|
12655
12419
|
* @throws {RequiredError}
|
|
12656
|
-
* @memberof SIPTrunksApi
|
|
12657
12420
|
*/
|
|
12658
12421
|
SIPTrunksApi.prototype.postGetDdis = function (id, ddiRangesRequestModel, options) {
|
|
12659
12422
|
var _this = this;
|
|
@@ -12665,7 +12428,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12665
12428
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
12666
12429
|
* @param {*} [options] Override http request option.
|
|
12667
12430
|
* @throws {RequiredError}
|
|
12668
|
-
* @memberof SIPTrunksApi
|
|
12669
12431
|
*/
|
|
12670
12432
|
SIPTrunksApi.prototype.postGetRequestedDdis = function (sipTrunkChangeResponseModel, options) {
|
|
12671
12433
|
var _this = this;
|
|
@@ -12677,7 +12439,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12677
12439
|
* @param {SipTrunkCreationRequestModel} [sipTrunkCreationRequestModel] New SIP Trunk Request
|
|
12678
12440
|
* @param {*} [options] Override http request option.
|
|
12679
12441
|
* @throws {RequiredError}
|
|
12680
|
-
* @memberof SIPTrunksApi
|
|
12681
12442
|
*/
|
|
12682
12443
|
SIPTrunksApi.prototype.postGetSipTrunks = function (sipTrunkCreationRequestModel, options) {
|
|
12683
12444
|
var _this = this;
|
|
@@ -12689,7 +12450,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12689
12450
|
* @param {SipTrunkChangeResponseModel} [sipTrunkChangeResponseModel] Change Request
|
|
12690
12451
|
* @param {*} [options] Override http request option.
|
|
12691
12452
|
* @throws {RequiredError}
|
|
12692
|
-
* @memberof SIPTrunksApi
|
|
12693
12453
|
*/
|
|
12694
12454
|
SIPTrunksApi.prototype.postTrackChange = function (sipTrunkChangeResponseModel, options) {
|
|
12695
12455
|
var _this = this;
|
|
@@ -12702,7 +12462,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12702
12462
|
* @param {AddressRequestModel} [addressRequestModel] Address Request
|
|
12703
12463
|
* @param {*} [options] Override http request option.
|
|
12704
12464
|
* @throws {RequiredError}
|
|
12705
|
-
* @memberof SIPTrunksApi
|
|
12706
12465
|
*/
|
|
12707
12466
|
SIPTrunksApi.prototype.putGetAddress = function (id, addressRequestModel, options) {
|
|
12708
12467
|
var _this = this;
|
|
@@ -12716,7 +12475,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12716
12475
|
* @param {DivertRequestModel} [divertRequestModel] Divert Request
|
|
12717
12476
|
* @param {*} [options] Override http request option.
|
|
12718
12477
|
* @throws {RequiredError}
|
|
12719
|
-
* @memberof SIPTrunksApi
|
|
12720
12478
|
*/
|
|
12721
12479
|
SIPTrunksApi.prototype.putGetDiverts = function (id, enabled, divertRequestModel, options) {
|
|
12722
12480
|
var _this = this;
|
|
@@ -12727,7 +12485,6 @@ var SIPTrunksApi = /** @class */ (function (_super) {
|
|
|
12727
12485
|
exports.SIPTrunksApi = SIPTrunksApi;
|
|
12728
12486
|
/**
|
|
12729
12487
|
* SMSApi - axios parameter creator
|
|
12730
|
-
* @export
|
|
12731
12488
|
*/
|
|
12732
12489
|
var SMSApiAxiosParamCreator = function (configuration) {
|
|
12733
12490
|
var _this = this;
|
|
@@ -12778,7 +12535,6 @@ var SMSApiAxiosParamCreator = function (configuration) {
|
|
|
12778
12535
|
exports.SMSApiAxiosParamCreator = SMSApiAxiosParamCreator;
|
|
12779
12536
|
/**
|
|
12780
12537
|
* SMSApi - functional programming interface
|
|
12781
|
-
* @export
|
|
12782
12538
|
*/
|
|
12783
12539
|
var SMSApiFp = function (configuration) {
|
|
12784
12540
|
var localVarAxiosParamCreator = (0, exports.SMSApiAxiosParamCreator)(configuration);
|
|
@@ -12811,7 +12567,6 @@ var SMSApiFp = function (configuration) {
|
|
|
12811
12567
|
exports.SMSApiFp = SMSApiFp;
|
|
12812
12568
|
/**
|
|
12813
12569
|
* SMSApi - factory interface
|
|
12814
|
-
* @export
|
|
12815
12570
|
*/
|
|
12816
12571
|
var SMSApiFactory = function (configuration, basePath, axios) {
|
|
12817
12572
|
var localVarFp = (0, exports.SMSApiFp)(configuration);
|
|
@@ -12831,9 +12586,6 @@ var SMSApiFactory = function (configuration, basePath, axios) {
|
|
|
12831
12586
|
exports.SMSApiFactory = SMSApiFactory;
|
|
12832
12587
|
/**
|
|
12833
12588
|
* SMSApi - object-oriented interface
|
|
12834
|
-
* @export
|
|
12835
|
-
* @class SMSApi
|
|
12836
|
-
* @extends {BaseAPI}
|
|
12837
12589
|
*/
|
|
12838
12590
|
var SMSApi = /** @class */ (function (_super) {
|
|
12839
12591
|
__extends(SMSApi, _super);
|
|
@@ -12846,7 +12598,6 @@ var SMSApi = /** @class */ (function (_super) {
|
|
|
12846
12598
|
* @param {SmsMessageModel} [smsMessageModel] SMS Message
|
|
12847
12599
|
* @param {*} [options] Override http request option.
|
|
12848
12600
|
* @throws {RequiredError}
|
|
12849
|
-
* @memberof SMSApi
|
|
12850
12601
|
*/
|
|
12851
12602
|
SMSApi.prototype.postSendSms = function (authorization, smsMessageModel, options) {
|
|
12852
12603
|
var _this = this;
|
|
@@ -12855,9 +12606,513 @@ var SMSApi = /** @class */ (function (_super) {
|
|
|
12855
12606
|
return SMSApi;
|
|
12856
12607
|
}(base_1.BaseAPI));
|
|
12857
12608
|
exports.SMSApi = SMSApi;
|
|
12609
|
+
/**
|
|
12610
|
+
* ServicesApi - axios parameter creator
|
|
12611
|
+
*/
|
|
12612
|
+
var ServicesApiAxiosParamCreator = function (configuration) {
|
|
12613
|
+
var _this = this;
|
|
12614
|
+
return {
|
|
12615
|
+
/**
|
|
12616
|
+
*
|
|
12617
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12618
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12619
|
+
* @param {*} [options] Override http request option.
|
|
12620
|
+
* @throws {RequiredError}
|
|
12621
|
+
*/
|
|
12622
|
+
deleteUnsubscribe: function (id_1, email_1) {
|
|
12623
|
+
var args_1 = [];
|
|
12624
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
12625
|
+
args_1[_i - 2] = arguments[_i];
|
|
12626
|
+
}
|
|
12627
|
+
return __awaiter(_this, __spreadArray([id_1, email_1], args_1, true), void 0, function (id, email, options) {
|
|
12628
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12629
|
+
if (options === void 0) { options = {}; }
|
|
12630
|
+
return __generator(this, function (_a) {
|
|
12631
|
+
localVarPath = "/services/incidents/unsubscribe";
|
|
12632
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12633
|
+
if (configuration) {
|
|
12634
|
+
baseOptions = configuration.baseOptions;
|
|
12635
|
+
}
|
|
12636
|
+
localVarRequestOptions = __assign(__assign({ method: 'DELETE' }, baseOptions), options);
|
|
12637
|
+
localVarHeaderParameter = {};
|
|
12638
|
+
localVarQueryParameter = {};
|
|
12639
|
+
if (id !== undefined) {
|
|
12640
|
+
localVarQueryParameter['id'] = id;
|
|
12641
|
+
}
|
|
12642
|
+
if (email !== undefined) {
|
|
12643
|
+
localVarQueryParameter['email'] = email;
|
|
12644
|
+
}
|
|
12645
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12646
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12647
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12648
|
+
return [2 /*return*/, {
|
|
12649
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12650
|
+
options: localVarRequestOptions,
|
|
12651
|
+
}];
|
|
12652
|
+
});
|
|
12653
|
+
});
|
|
12654
|
+
},
|
|
12655
|
+
/**
|
|
12656
|
+
*
|
|
12657
|
+
* @param {*} [options] Override http request option.
|
|
12658
|
+
* @throws {RequiredError}
|
|
12659
|
+
*/
|
|
12660
|
+
getGetServiceHealth: function () {
|
|
12661
|
+
var args_1 = [];
|
|
12662
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
12663
|
+
args_1[_i] = arguments[_i];
|
|
12664
|
+
}
|
|
12665
|
+
return __awaiter(_this, __spreadArray([], args_1, true), void 0, function (options) {
|
|
12666
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12667
|
+
if (options === void 0) { options = {}; }
|
|
12668
|
+
return __generator(this, function (_a) {
|
|
12669
|
+
localVarPath = "/services/health";
|
|
12670
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12671
|
+
if (configuration) {
|
|
12672
|
+
baseOptions = configuration.baseOptions;
|
|
12673
|
+
}
|
|
12674
|
+
localVarRequestOptions = __assign(__assign({ method: 'GET' }, baseOptions), options);
|
|
12675
|
+
localVarHeaderParameter = {};
|
|
12676
|
+
localVarQueryParameter = {};
|
|
12677
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12678
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12679
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12680
|
+
return [2 /*return*/, {
|
|
12681
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12682
|
+
options: localVarRequestOptions,
|
|
12683
|
+
}];
|
|
12684
|
+
});
|
|
12685
|
+
});
|
|
12686
|
+
},
|
|
12687
|
+
/**
|
|
12688
|
+
*
|
|
12689
|
+
* @param {string} id Group ID
|
|
12690
|
+
* @param {*} [options] Override http request option.
|
|
12691
|
+
* @throws {RequiredError}
|
|
12692
|
+
*/
|
|
12693
|
+
patchArchiveIncident: function (id_1) {
|
|
12694
|
+
var args_1 = [];
|
|
12695
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12696
|
+
args_1[_i - 1] = arguments[_i];
|
|
12697
|
+
}
|
|
12698
|
+
return __awaiter(_this, __spreadArray([id_1], args_1, true), void 0, function (id, options) {
|
|
12699
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12700
|
+
if (options === void 0) { options = {}; }
|
|
12701
|
+
return __generator(this, function (_a) {
|
|
12702
|
+
// verify required parameter 'id' is not null or undefined
|
|
12703
|
+
(0, common_1.assertParamExists)('patchArchiveIncident', 'id', id);
|
|
12704
|
+
localVarPath = "/services/incidents/{id}/archive"
|
|
12705
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
12706
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12707
|
+
if (configuration) {
|
|
12708
|
+
baseOptions = configuration.baseOptions;
|
|
12709
|
+
}
|
|
12710
|
+
localVarRequestOptions = __assign(__assign({ method: 'PATCH' }, baseOptions), options);
|
|
12711
|
+
localVarHeaderParameter = {};
|
|
12712
|
+
localVarQueryParameter = {};
|
|
12713
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12714
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12715
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12716
|
+
return [2 /*return*/, {
|
|
12717
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12718
|
+
options: localVarRequestOptions,
|
|
12719
|
+
}];
|
|
12720
|
+
});
|
|
12721
|
+
});
|
|
12722
|
+
},
|
|
12723
|
+
/**
|
|
12724
|
+
*
|
|
12725
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
12726
|
+
* @param {*} [options] Override http request option.
|
|
12727
|
+
* @throws {RequiredError}
|
|
12728
|
+
*/
|
|
12729
|
+
postCreateIncident: function (incidentRequestDTO_1) {
|
|
12730
|
+
var args_1 = [];
|
|
12731
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12732
|
+
args_1[_i - 1] = arguments[_i];
|
|
12733
|
+
}
|
|
12734
|
+
return __awaiter(_this, __spreadArray([incidentRequestDTO_1], args_1, true), void 0, function (incidentRequestDTO, options) {
|
|
12735
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12736
|
+
if (options === void 0) { options = {}; }
|
|
12737
|
+
return __generator(this, function (_a) {
|
|
12738
|
+
localVarPath = "/services/incidents";
|
|
12739
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12740
|
+
if (configuration) {
|
|
12741
|
+
baseOptions = configuration.baseOptions;
|
|
12742
|
+
}
|
|
12743
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12744
|
+
localVarHeaderParameter = {};
|
|
12745
|
+
localVarQueryParameter = {};
|
|
12746
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
12747
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12748
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12749
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12750
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(incidentRequestDTO, localVarRequestOptions, configuration);
|
|
12751
|
+
return [2 /*return*/, {
|
|
12752
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12753
|
+
options: localVarRequestOptions,
|
|
12754
|
+
}];
|
|
12755
|
+
});
|
|
12756
|
+
});
|
|
12757
|
+
},
|
|
12758
|
+
/**
|
|
12759
|
+
*
|
|
12760
|
+
* @param {string} id Group ID
|
|
12761
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
12762
|
+
* @param {*} [options] Override http request option.
|
|
12763
|
+
* @throws {RequiredError}
|
|
12764
|
+
*/
|
|
12765
|
+
postCreateIncidentUpdate: function (id_1, incidentUpdateRequestDTO_1) {
|
|
12766
|
+
var args_1 = [];
|
|
12767
|
+
for (var _i = 2; _i < arguments.length; _i++) {
|
|
12768
|
+
args_1[_i - 2] = arguments[_i];
|
|
12769
|
+
}
|
|
12770
|
+
return __awaiter(_this, __spreadArray([id_1, incidentUpdateRequestDTO_1], args_1, true), void 0, function (id, incidentUpdateRequestDTO, options) {
|
|
12771
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12772
|
+
if (options === void 0) { options = {}; }
|
|
12773
|
+
return __generator(this, function (_a) {
|
|
12774
|
+
// verify required parameter 'id' is not null or undefined
|
|
12775
|
+
(0, common_1.assertParamExists)('postCreateIncidentUpdate', 'id', id);
|
|
12776
|
+
localVarPath = "/services/incidents/{id}/updates"
|
|
12777
|
+
.replace("{".concat("id", "}"), encodeURIComponent(String(id)));
|
|
12778
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12779
|
+
if (configuration) {
|
|
12780
|
+
baseOptions = configuration.baseOptions;
|
|
12781
|
+
}
|
|
12782
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12783
|
+
localVarHeaderParameter = {};
|
|
12784
|
+
localVarQueryParameter = {};
|
|
12785
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
12786
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12787
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12788
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12789
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(incidentUpdateRequestDTO, localVarRequestOptions, configuration);
|
|
12790
|
+
return [2 /*return*/, {
|
|
12791
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12792
|
+
options: localVarRequestOptions,
|
|
12793
|
+
}];
|
|
12794
|
+
});
|
|
12795
|
+
});
|
|
12796
|
+
},
|
|
12797
|
+
/**
|
|
12798
|
+
*
|
|
12799
|
+
* @param {string} [email] Subscription Email Address
|
|
12800
|
+
* @param {*} [options] Override http request option.
|
|
12801
|
+
* @throws {RequiredError}
|
|
12802
|
+
*/
|
|
12803
|
+
postSubscribe: function (email_1) {
|
|
12804
|
+
var args_1 = [];
|
|
12805
|
+
for (var _i = 1; _i < arguments.length; _i++) {
|
|
12806
|
+
args_1[_i - 1] = arguments[_i];
|
|
12807
|
+
}
|
|
12808
|
+
return __awaiter(_this, __spreadArray([email_1], args_1, true), void 0, function (email, options) {
|
|
12809
|
+
var localVarPath, localVarUrlObj, baseOptions, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
|
|
12810
|
+
if (options === void 0) { options = {}; }
|
|
12811
|
+
return __generator(this, function (_a) {
|
|
12812
|
+
localVarPath = "/services/incidents/subscribe";
|
|
12813
|
+
localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
12814
|
+
if (configuration) {
|
|
12815
|
+
baseOptions = configuration.baseOptions;
|
|
12816
|
+
}
|
|
12817
|
+
localVarRequestOptions = __assign(__assign({ method: 'POST' }, baseOptions), options);
|
|
12818
|
+
localVarHeaderParameter = {};
|
|
12819
|
+
localVarQueryParameter = {};
|
|
12820
|
+
if (email !== undefined) {
|
|
12821
|
+
localVarQueryParameter['email'] = email;
|
|
12822
|
+
}
|
|
12823
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
12824
|
+
headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
12825
|
+
localVarRequestOptions.headers = __assign(__assign(__assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
12826
|
+
return [2 /*return*/, {
|
|
12827
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
12828
|
+
options: localVarRequestOptions,
|
|
12829
|
+
}];
|
|
12830
|
+
});
|
|
12831
|
+
});
|
|
12832
|
+
},
|
|
12833
|
+
};
|
|
12834
|
+
};
|
|
12835
|
+
exports.ServicesApiAxiosParamCreator = ServicesApiAxiosParamCreator;
|
|
12836
|
+
/**
|
|
12837
|
+
* ServicesApi - functional programming interface
|
|
12838
|
+
*/
|
|
12839
|
+
var ServicesApiFp = function (configuration) {
|
|
12840
|
+
var localVarAxiosParamCreator = (0, exports.ServicesApiAxiosParamCreator)(configuration);
|
|
12841
|
+
return {
|
|
12842
|
+
/**
|
|
12843
|
+
*
|
|
12844
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12845
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12846
|
+
* @param {*} [options] Override http request option.
|
|
12847
|
+
* @throws {RequiredError}
|
|
12848
|
+
*/
|
|
12849
|
+
deleteUnsubscribe: function (id, email, options) {
|
|
12850
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12851
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12852
|
+
var _a, _b, _c;
|
|
12853
|
+
return __generator(this, function (_d) {
|
|
12854
|
+
switch (_d.label) {
|
|
12855
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.deleteUnsubscribe(id, email, options)];
|
|
12856
|
+
case 1:
|
|
12857
|
+
localVarAxiosArgs = _d.sent();
|
|
12858
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12859
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.deleteUnsubscribe']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12860
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12861
|
+
}
|
|
12862
|
+
});
|
|
12863
|
+
});
|
|
12864
|
+
},
|
|
12865
|
+
/**
|
|
12866
|
+
*
|
|
12867
|
+
* @param {*} [options] Override http request option.
|
|
12868
|
+
* @throws {RequiredError}
|
|
12869
|
+
*/
|
|
12870
|
+
getGetServiceHealth: function (options) {
|
|
12871
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12872
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12873
|
+
var _a, _b, _c;
|
|
12874
|
+
return __generator(this, function (_d) {
|
|
12875
|
+
switch (_d.label) {
|
|
12876
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.getGetServiceHealth(options)];
|
|
12877
|
+
case 1:
|
|
12878
|
+
localVarAxiosArgs = _d.sent();
|
|
12879
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12880
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.getGetServiceHealth']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12881
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12882
|
+
}
|
|
12883
|
+
});
|
|
12884
|
+
});
|
|
12885
|
+
},
|
|
12886
|
+
/**
|
|
12887
|
+
*
|
|
12888
|
+
* @param {string} id Group ID
|
|
12889
|
+
* @param {*} [options] Override http request option.
|
|
12890
|
+
* @throws {RequiredError}
|
|
12891
|
+
*/
|
|
12892
|
+
patchArchiveIncident: function (id, options) {
|
|
12893
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12894
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12895
|
+
var _a, _b, _c;
|
|
12896
|
+
return __generator(this, function (_d) {
|
|
12897
|
+
switch (_d.label) {
|
|
12898
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.patchArchiveIncident(id, options)];
|
|
12899
|
+
case 1:
|
|
12900
|
+
localVarAxiosArgs = _d.sent();
|
|
12901
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12902
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.patchArchiveIncident']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12903
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12904
|
+
}
|
|
12905
|
+
});
|
|
12906
|
+
});
|
|
12907
|
+
},
|
|
12908
|
+
/**
|
|
12909
|
+
*
|
|
12910
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
12911
|
+
* @param {*} [options] Override http request option.
|
|
12912
|
+
* @throws {RequiredError}
|
|
12913
|
+
*/
|
|
12914
|
+
postCreateIncident: function (incidentRequestDTO, options) {
|
|
12915
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12916
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12917
|
+
var _a, _b, _c;
|
|
12918
|
+
return __generator(this, function (_d) {
|
|
12919
|
+
switch (_d.label) {
|
|
12920
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postCreateIncident(incidentRequestDTO, options)];
|
|
12921
|
+
case 1:
|
|
12922
|
+
localVarAxiosArgs = _d.sent();
|
|
12923
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12924
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postCreateIncident']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12925
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12926
|
+
}
|
|
12927
|
+
});
|
|
12928
|
+
});
|
|
12929
|
+
},
|
|
12930
|
+
/**
|
|
12931
|
+
*
|
|
12932
|
+
* @param {string} id Group ID
|
|
12933
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
12934
|
+
* @param {*} [options] Override http request option.
|
|
12935
|
+
* @throws {RequiredError}
|
|
12936
|
+
*/
|
|
12937
|
+
postCreateIncidentUpdate: function (id, incidentUpdateRequestDTO, options) {
|
|
12938
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12939
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12940
|
+
var _a, _b, _c;
|
|
12941
|
+
return __generator(this, function (_d) {
|
|
12942
|
+
switch (_d.label) {
|
|
12943
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options)];
|
|
12944
|
+
case 1:
|
|
12945
|
+
localVarAxiosArgs = _d.sent();
|
|
12946
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12947
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postCreateIncidentUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12948
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12949
|
+
}
|
|
12950
|
+
});
|
|
12951
|
+
});
|
|
12952
|
+
},
|
|
12953
|
+
/**
|
|
12954
|
+
*
|
|
12955
|
+
* @param {string} [email] Subscription Email Address
|
|
12956
|
+
* @param {*} [options] Override http request option.
|
|
12957
|
+
* @throws {RequiredError}
|
|
12958
|
+
*/
|
|
12959
|
+
postSubscribe: function (email, options) {
|
|
12960
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
12961
|
+
var localVarAxiosArgs, localVarOperationServerIndex, localVarOperationServerBasePath;
|
|
12962
|
+
var _a, _b, _c;
|
|
12963
|
+
return __generator(this, function (_d) {
|
|
12964
|
+
switch (_d.label) {
|
|
12965
|
+
case 0: return [4 /*yield*/, localVarAxiosParamCreator.postSubscribe(email, options)];
|
|
12966
|
+
case 1:
|
|
12967
|
+
localVarAxiosArgs = _d.sent();
|
|
12968
|
+
localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
12969
|
+
localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['ServicesApi.postSubscribe']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
12970
|
+
return [2 /*return*/, function (axios, basePath) { return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }];
|
|
12971
|
+
}
|
|
12972
|
+
});
|
|
12973
|
+
});
|
|
12974
|
+
},
|
|
12975
|
+
};
|
|
12976
|
+
};
|
|
12977
|
+
exports.ServicesApiFp = ServicesApiFp;
|
|
12978
|
+
/**
|
|
12979
|
+
* ServicesApi - factory interface
|
|
12980
|
+
*/
|
|
12981
|
+
var ServicesApiFactory = function (configuration, basePath, axios) {
|
|
12982
|
+
var localVarFp = (0, exports.ServicesApiFp)(configuration);
|
|
12983
|
+
return {
|
|
12984
|
+
/**
|
|
12985
|
+
*
|
|
12986
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
12987
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
12988
|
+
* @param {*} [options] Override http request option.
|
|
12989
|
+
* @throws {RequiredError}
|
|
12990
|
+
*/
|
|
12991
|
+
deleteUnsubscribe: function (id, email, options) {
|
|
12992
|
+
return localVarFp.deleteUnsubscribe(id, email, options).then(function (request) { return request(axios, basePath); });
|
|
12993
|
+
},
|
|
12994
|
+
/**
|
|
12995
|
+
*
|
|
12996
|
+
* @param {*} [options] Override http request option.
|
|
12997
|
+
* @throws {RequiredError}
|
|
12998
|
+
*/
|
|
12999
|
+
getGetServiceHealth: function (options) {
|
|
13000
|
+
return localVarFp.getGetServiceHealth(options).then(function (request) { return request(axios, basePath); });
|
|
13001
|
+
},
|
|
13002
|
+
/**
|
|
13003
|
+
*
|
|
13004
|
+
* @param {string} id Group ID
|
|
13005
|
+
* @param {*} [options] Override http request option.
|
|
13006
|
+
* @throws {RequiredError}
|
|
13007
|
+
*/
|
|
13008
|
+
patchArchiveIncident: function (id, options) {
|
|
13009
|
+
return localVarFp.patchArchiveIncident(id, options).then(function (request) { return request(axios, basePath); });
|
|
13010
|
+
},
|
|
13011
|
+
/**
|
|
13012
|
+
*
|
|
13013
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
13014
|
+
* @param {*} [options] Override http request option.
|
|
13015
|
+
* @throws {RequiredError}
|
|
13016
|
+
*/
|
|
13017
|
+
postCreateIncident: function (incidentRequestDTO, options) {
|
|
13018
|
+
return localVarFp.postCreateIncident(incidentRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
13019
|
+
},
|
|
13020
|
+
/**
|
|
13021
|
+
*
|
|
13022
|
+
* @param {string} id Group ID
|
|
13023
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
13024
|
+
* @param {*} [options] Override http request option.
|
|
13025
|
+
* @throws {RequiredError}
|
|
13026
|
+
*/
|
|
13027
|
+
postCreateIncidentUpdate: function (id, incidentUpdateRequestDTO, options) {
|
|
13028
|
+
return localVarFp.postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options).then(function (request) { return request(axios, basePath); });
|
|
13029
|
+
},
|
|
13030
|
+
/**
|
|
13031
|
+
*
|
|
13032
|
+
* @param {string} [email] Subscription Email Address
|
|
13033
|
+
* @param {*} [options] Override http request option.
|
|
13034
|
+
* @throws {RequiredError}
|
|
13035
|
+
*/
|
|
13036
|
+
postSubscribe: function (email, options) {
|
|
13037
|
+
return localVarFp.postSubscribe(email, options).then(function (request) { return request(axios, basePath); });
|
|
13038
|
+
},
|
|
13039
|
+
};
|
|
13040
|
+
};
|
|
13041
|
+
exports.ServicesApiFactory = ServicesApiFactory;
|
|
13042
|
+
/**
|
|
13043
|
+
* ServicesApi - object-oriented interface
|
|
13044
|
+
*/
|
|
13045
|
+
var ServicesApi = /** @class */ (function (_super) {
|
|
13046
|
+
__extends(ServicesApi, _super);
|
|
13047
|
+
function ServicesApi() {
|
|
13048
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
13049
|
+
}
|
|
13050
|
+
/**
|
|
13051
|
+
*
|
|
13052
|
+
* @param {string} [id] Unsubscribe Email ID
|
|
13053
|
+
* @param {string} [email] Unsubscribe Email Address
|
|
13054
|
+
* @param {*} [options] Override http request option.
|
|
13055
|
+
* @throws {RequiredError}
|
|
13056
|
+
*/
|
|
13057
|
+
ServicesApi.prototype.deleteUnsubscribe = function (id, email, options) {
|
|
13058
|
+
var _this = this;
|
|
13059
|
+
return (0, exports.ServicesApiFp)(this.configuration).deleteUnsubscribe(id, email, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13060
|
+
};
|
|
13061
|
+
/**
|
|
13062
|
+
*
|
|
13063
|
+
* @param {*} [options] Override http request option.
|
|
13064
|
+
* @throws {RequiredError}
|
|
13065
|
+
*/
|
|
13066
|
+
ServicesApi.prototype.getGetServiceHealth = function (options) {
|
|
13067
|
+
var _this = this;
|
|
13068
|
+
return (0, exports.ServicesApiFp)(this.configuration).getGetServiceHealth(options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13069
|
+
};
|
|
13070
|
+
/**
|
|
13071
|
+
*
|
|
13072
|
+
* @param {string} id Group ID
|
|
13073
|
+
* @param {*} [options] Override http request option.
|
|
13074
|
+
* @throws {RequiredError}
|
|
13075
|
+
*/
|
|
13076
|
+
ServicesApi.prototype.patchArchiveIncident = function (id, options) {
|
|
13077
|
+
var _this = this;
|
|
13078
|
+
return (0, exports.ServicesApiFp)(this.configuration).patchArchiveIncident(id, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13079
|
+
};
|
|
13080
|
+
/**
|
|
13081
|
+
*
|
|
13082
|
+
* @param {IncidentRequestDTO} [incidentRequestDTO]
|
|
13083
|
+
* @param {*} [options] Override http request option.
|
|
13084
|
+
* @throws {RequiredError}
|
|
13085
|
+
*/
|
|
13086
|
+
ServicesApi.prototype.postCreateIncident = function (incidentRequestDTO, options) {
|
|
13087
|
+
var _this = this;
|
|
13088
|
+
return (0, exports.ServicesApiFp)(this.configuration).postCreateIncident(incidentRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13089
|
+
};
|
|
13090
|
+
/**
|
|
13091
|
+
*
|
|
13092
|
+
* @param {string} id Group ID
|
|
13093
|
+
* @param {IncidentUpdateRequestDTO} [incidentUpdateRequestDTO]
|
|
13094
|
+
* @param {*} [options] Override http request option.
|
|
13095
|
+
* @throws {RequiredError}
|
|
13096
|
+
*/
|
|
13097
|
+
ServicesApi.prototype.postCreateIncidentUpdate = function (id, incidentUpdateRequestDTO, options) {
|
|
13098
|
+
var _this = this;
|
|
13099
|
+
return (0, exports.ServicesApiFp)(this.configuration).postCreateIncidentUpdate(id, incidentUpdateRequestDTO, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13100
|
+
};
|
|
13101
|
+
/**
|
|
13102
|
+
*
|
|
13103
|
+
* @param {string} [email] Subscription Email Address
|
|
13104
|
+
* @param {*} [options] Override http request option.
|
|
13105
|
+
* @throws {RequiredError}
|
|
13106
|
+
*/
|
|
13107
|
+
ServicesApi.prototype.postSubscribe = function (email, options) {
|
|
13108
|
+
var _this = this;
|
|
13109
|
+
return (0, exports.ServicesApiFp)(this.configuration).postSubscribe(email, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
13110
|
+
};
|
|
13111
|
+
return ServicesApi;
|
|
13112
|
+
}(base_1.BaseAPI));
|
|
13113
|
+
exports.ServicesApi = ServicesApi;
|
|
12858
13114
|
/**
|
|
12859
13115
|
* ShippingApi - axios parameter creator
|
|
12860
|
-
* @export
|
|
12861
13116
|
*/
|
|
12862
13117
|
var ShippingApiAxiosParamCreator = function (configuration) {
|
|
12863
13118
|
var _this = this;
|
|
@@ -12945,7 +13200,6 @@ var ShippingApiAxiosParamCreator = function (configuration) {
|
|
|
12945
13200
|
exports.ShippingApiAxiosParamCreator = ShippingApiAxiosParamCreator;
|
|
12946
13201
|
/**
|
|
12947
13202
|
* ShippingApi - functional programming interface
|
|
12948
|
-
* @export
|
|
12949
13203
|
*/
|
|
12950
13204
|
var ShippingApiFp = function (configuration) {
|
|
12951
13205
|
var localVarAxiosParamCreator = (0, exports.ShippingApiAxiosParamCreator)(configuration);
|
|
@@ -13002,7 +13256,6 @@ var ShippingApiFp = function (configuration) {
|
|
|
13002
13256
|
exports.ShippingApiFp = ShippingApiFp;
|
|
13003
13257
|
/**
|
|
13004
13258
|
* ShippingApi - factory interface
|
|
13005
|
-
* @export
|
|
13006
13259
|
*/
|
|
13007
13260
|
var ShippingApiFactory = function (configuration, basePath, axios) {
|
|
13008
13261
|
var localVarFp = (0, exports.ShippingApiFp)(configuration);
|
|
@@ -13033,9 +13286,6 @@ var ShippingApiFactory = function (configuration, basePath, axios) {
|
|
|
13033
13286
|
exports.ShippingApiFactory = ShippingApiFactory;
|
|
13034
13287
|
/**
|
|
13035
13288
|
* ShippingApi - object-oriented interface
|
|
13036
|
-
* @export
|
|
13037
|
-
* @class ShippingApi
|
|
13038
|
-
* @extends {BaseAPI}
|
|
13039
13289
|
*/
|
|
13040
13290
|
var ShippingApi = /** @class */ (function (_super) {
|
|
13041
13291
|
__extends(ShippingApi, _super);
|
|
@@ -13049,7 +13299,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13049
13299
|
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
13050
13300
|
* @param {*} [options] Override http request option.
|
|
13051
13301
|
* @throws {RequiredError}
|
|
13052
|
-
* @memberof ShippingApi
|
|
13053
13302
|
*/
|
|
13054
13303
|
ShippingApi.prototype.postGetAdminShippingServices = function (customerId, shippingInformationDTO, options) {
|
|
13055
13304
|
var _this = this;
|
|
@@ -13061,7 +13310,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13061
13310
|
* @param {ShippingInformationDTO} [shippingInformationDTO] Shipping Information
|
|
13062
13311
|
* @param {*} [options] Override http request option.
|
|
13063
13312
|
* @throws {RequiredError}
|
|
13064
|
-
* @memberof ShippingApi
|
|
13065
13313
|
*/
|
|
13066
13314
|
ShippingApi.prototype.postGetShippingServices = function (shippingInformationDTO, options) {
|
|
13067
13315
|
var _this = this;
|
|
@@ -13072,7 +13320,6 @@ var ShippingApi = /** @class */ (function (_super) {
|
|
|
13072
13320
|
exports.ShippingApi = ShippingApi;
|
|
13073
13321
|
/**
|
|
13074
13322
|
* StockManagementApi - axios parameter creator
|
|
13075
|
-
* @export
|
|
13076
13323
|
*/
|
|
13077
13324
|
var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
13078
13325
|
var _this = this;
|
|
@@ -14037,7 +14284,6 @@ var StockManagementApiAxiosParamCreator = function (configuration) {
|
|
|
14037
14284
|
exports.StockManagementApiAxiosParamCreator = StockManagementApiAxiosParamCreator;
|
|
14038
14285
|
/**
|
|
14039
14286
|
* StockManagementApi - functional programming interface
|
|
14040
|
-
* @export
|
|
14041
14287
|
*/
|
|
14042
14288
|
var StockManagementApiFp = function (configuration) {
|
|
14043
14289
|
var localVarAxiosParamCreator = (0, exports.StockManagementApiAxiosParamCreator)(configuration);
|
|
@@ -14616,7 +14862,6 @@ var StockManagementApiFp = function (configuration) {
|
|
|
14616
14862
|
exports.StockManagementApiFp = StockManagementApiFp;
|
|
14617
14863
|
/**
|
|
14618
14864
|
* StockManagementApi - factory interface
|
|
14619
|
-
* @export
|
|
14620
14865
|
*/
|
|
14621
14866
|
var StockManagementApiFactory = function (configuration, basePath, axios) {
|
|
14622
14867
|
var localVarFp = (0, exports.StockManagementApiFp)(configuration);
|
|
@@ -14883,9 +15128,6 @@ var StockManagementApiFactory = function (configuration, basePath, axios) {
|
|
|
14883
15128
|
exports.StockManagementApiFactory = StockManagementApiFactory;
|
|
14884
15129
|
/**
|
|
14885
15130
|
* StockManagementApi - object-oriented interface
|
|
14886
|
-
* @export
|
|
14887
|
-
* @class StockManagementApi
|
|
14888
|
-
* @extends {BaseAPI}
|
|
14889
15131
|
*/
|
|
14890
15132
|
var StockManagementApi = /** @class */ (function (_super) {
|
|
14891
15133
|
__extends(StockManagementApi, _super);
|
|
@@ -14898,7 +15140,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14898
15140
|
* @param {number} id Stock Order ID
|
|
14899
15141
|
* @param {*} [options] Override http request option.
|
|
14900
15142
|
* @throws {RequiredError}
|
|
14901
|
-
* @memberof StockManagementApi
|
|
14902
15143
|
*/
|
|
14903
15144
|
StockManagementApi.prototype.deleteDeleteStockOrder = function (id, options) {
|
|
14904
15145
|
var _this = this;
|
|
@@ -14911,7 +15152,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14911
15152
|
* @param {number} deductionId Stock Order Deduction ID
|
|
14912
15153
|
* @param {*} [options] Override http request option.
|
|
14913
15154
|
* @throws {RequiredError}
|
|
14914
|
-
* @memberof StockManagementApi
|
|
14915
15155
|
*/
|
|
14916
15156
|
StockManagementApi.prototype.deleteDeleteStockOrderDeduction = function (orderId, deductionId, options) {
|
|
14917
15157
|
var _this = this;
|
|
@@ -14924,7 +15164,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14924
15164
|
* @param {number} itemId Stock Order Item ID
|
|
14925
15165
|
* @param {*} [options] Override http request option.
|
|
14926
15166
|
* @throws {RequiredError}
|
|
14927
|
-
* @memberof StockManagementApi
|
|
14928
15167
|
*/
|
|
14929
15168
|
StockManagementApi.prototype.deleteDeleteStockOrderItem = function (orderId, itemId, options) {
|
|
14930
15169
|
var _this = this;
|
|
@@ -14936,7 +15175,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14936
15175
|
* @param {number} id Stock Product ID
|
|
14937
15176
|
* @param {*} [options] Override http request option.
|
|
14938
15177
|
* @throws {RequiredError}
|
|
14939
|
-
* @memberof StockManagementApi
|
|
14940
15178
|
*/
|
|
14941
15179
|
StockManagementApi.prototype.deleteGetStockProduct = function (id, options) {
|
|
14942
15180
|
var _this = this;
|
|
@@ -14948,7 +15186,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14948
15186
|
* @param {number} id Stock Order ID
|
|
14949
15187
|
* @param {*} [options] Override http request option.
|
|
14950
15188
|
* @throws {RequiredError}
|
|
14951
|
-
* @memberof StockManagementApi
|
|
14952
15189
|
*/
|
|
14953
15190
|
StockManagementApi.prototype.getDeleteStockOrder = function (id, options) {
|
|
14954
15191
|
var _this = this;
|
|
@@ -14960,7 +15197,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14960
15197
|
* @param {string} sku Product SKU
|
|
14961
15198
|
* @param {*} [options] Override http request option.
|
|
14962
15199
|
* @throws {RequiredError}
|
|
14963
|
-
* @memberof StockManagementApi
|
|
14964
15200
|
*/
|
|
14965
15201
|
StockManagementApi.prototype.getGetProductDetails = function (sku, options) {
|
|
14966
15202
|
var _this = this;
|
|
@@ -14972,7 +15208,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14972
15208
|
* @param {number} id Stock Order ID
|
|
14973
15209
|
* @param {*} [options] Override http request option.
|
|
14974
15210
|
* @throws {RequiredError}
|
|
14975
|
-
* @memberof StockManagementApi
|
|
14976
15211
|
*/
|
|
14977
15212
|
StockManagementApi.prototype.getGetStockOrderPurchaseOrder = function (id, options) {
|
|
14978
15213
|
var _this = this;
|
|
@@ -14984,7 +15219,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14984
15219
|
* @param {number} id Stock Order ID
|
|
14985
15220
|
* @param {*} [options] Override http request option.
|
|
14986
15221
|
* @throws {RequiredError}
|
|
14987
|
-
* @memberof StockManagementApi
|
|
14988
15222
|
*/
|
|
14989
15223
|
StockManagementApi.prototype.getGetStockOrderSupplierEmail = function (id, options) {
|
|
14990
15224
|
var _this = this;
|
|
@@ -14999,7 +15233,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
14999
15233
|
* @param {boolean} [outstanding] Outstanding Orders
|
|
15000
15234
|
* @param {*} [options] Override http request option.
|
|
15001
15235
|
* @throws {RequiredError}
|
|
15002
|
-
* @memberof StockManagementApi
|
|
15003
15236
|
*/
|
|
15004
15237
|
StockManagementApi.prototype.getGetStockOrders = function (pageSize, page, search, outstanding, options) {
|
|
15005
15238
|
var _this = this;
|
|
@@ -15011,7 +15244,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15011
15244
|
* @param {number} id Stock Product ID
|
|
15012
15245
|
* @param {*} [options] Override http request option.
|
|
15013
15246
|
* @throws {RequiredError}
|
|
15014
|
-
* @memberof StockManagementApi
|
|
15015
15247
|
*/
|
|
15016
15248
|
StockManagementApi.prototype.getGetStockProduct = function (id, options) {
|
|
15017
15249
|
var _this = this;
|
|
@@ -15022,7 +15254,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15022
15254
|
* @summary Get Stock Product Suppliers
|
|
15023
15255
|
* @param {*} [options] Override http request option.
|
|
15024
15256
|
* @throws {RequiredError}
|
|
15025
|
-
* @memberof StockManagementApi
|
|
15026
15257
|
*/
|
|
15027
15258
|
StockManagementApi.prototype.getGetStockProductSuppliers = function (options) {
|
|
15028
15259
|
var _this = this;
|
|
@@ -15036,7 +15267,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15036
15267
|
* @param {string} [search] Search
|
|
15037
15268
|
* @param {*} [options] Override http request option.
|
|
15038
15269
|
* @throws {RequiredError}
|
|
15039
|
-
* @memberof StockManagementApi
|
|
15040
15270
|
*/
|
|
15041
15271
|
StockManagementApi.prototype.getGetStockProducts = function (pageSize, page, search, options) {
|
|
15042
15272
|
var _this = this;
|
|
@@ -15048,7 +15278,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15048
15278
|
* @param {number} id Supplier ID
|
|
15049
15279
|
* @param {*} [options] Override http request option.
|
|
15050
15280
|
* @throws {RequiredError}
|
|
15051
|
-
* @memberof StockManagementApi
|
|
15052
15281
|
*/
|
|
15053
15282
|
StockManagementApi.prototype.getGetStockSupplierProducts = function (id, options) {
|
|
15054
15283
|
var _this = this;
|
|
@@ -15060,7 +15289,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15060
15289
|
* @param {number} id Stock Order ID
|
|
15061
15290
|
* @param {*} [options] Override http request option.
|
|
15062
15291
|
* @throws {RequiredError}
|
|
15063
|
-
* @memberof StockManagementApi
|
|
15064
15292
|
*/
|
|
15065
15293
|
StockManagementApi.prototype.getUploadStockOrderInvoice = function (id, options) {
|
|
15066
15294
|
var _this = this;
|
|
@@ -15073,7 +15301,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15073
15301
|
* @param {StockOrderModel} [stockOrderModel]
|
|
15074
15302
|
* @param {*} [options] Override http request option.
|
|
15075
15303
|
* @throws {RequiredError}
|
|
15076
|
-
* @memberof StockManagementApi
|
|
15077
15304
|
*/
|
|
15078
15305
|
StockManagementApi.prototype.patchDeleteStockOrder = function (id, stockOrderModel, options) {
|
|
15079
15306
|
var _this = this;
|
|
@@ -15087,7 +15314,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15087
15314
|
* @param {StockOrderDeductionModel} [stockOrderDeductionModel]
|
|
15088
15315
|
* @param {*} [options] Override http request option.
|
|
15089
15316
|
* @throws {RequiredError}
|
|
15090
|
-
* @memberof StockManagementApi
|
|
15091
15317
|
*/
|
|
15092
15318
|
StockManagementApi.prototype.patchDeleteStockOrderDeduction = function (orderId, deductionId, stockOrderDeductionModel, options) {
|
|
15093
15319
|
var _this = this;
|
|
@@ -15101,7 +15327,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15101
15327
|
* @param {StockOrderItemModel} [stockOrderItemModel]
|
|
15102
15328
|
* @param {*} [options] Override http request option.
|
|
15103
15329
|
* @throws {RequiredError}
|
|
15104
|
-
* @memberof StockManagementApi
|
|
15105
15330
|
*/
|
|
15106
15331
|
StockManagementApi.prototype.patchDeleteStockOrderItem = function (orderId, itemId, stockOrderItemModel, options) {
|
|
15107
15332
|
var _this = this;
|
|
@@ -15114,7 +15339,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15114
15339
|
* @param {Array<StockOrderDeductionRequestModel>} [stockOrderDeductionRequestModel]
|
|
15115
15340
|
* @param {*} [options] Override http request option.
|
|
15116
15341
|
* @throws {RequiredError}
|
|
15117
|
-
* @memberof StockManagementApi
|
|
15118
15342
|
*/
|
|
15119
15343
|
StockManagementApi.prototype.postAddStockOrderDeduction = function (id, stockOrderDeductionRequestModel, options) {
|
|
15120
15344
|
var _this = this;
|
|
@@ -15127,7 +15351,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15127
15351
|
* @param {Array<StockOrderItemRequestModel>} [stockOrderItemRequestModel]
|
|
15128
15352
|
* @param {*} [options] Override http request option.
|
|
15129
15353
|
* @throws {RequiredError}
|
|
15130
|
-
* @memberof StockManagementApi
|
|
15131
15354
|
*/
|
|
15132
15355
|
StockManagementApi.prototype.postAddStockOrderItem = function (id, stockOrderItemRequestModel, options) {
|
|
15133
15356
|
var _this = this;
|
|
@@ -15139,7 +15362,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15139
15362
|
* @param {StockOrderRequestModel} [stockOrderRequestModel]
|
|
15140
15363
|
* @param {*} [options] Override http request option.
|
|
15141
15364
|
* @throws {RequiredError}
|
|
15142
|
-
* @memberof StockManagementApi
|
|
15143
15365
|
*/
|
|
15144
15366
|
StockManagementApi.prototype.postGetStockOrders = function (stockOrderRequestModel, options) {
|
|
15145
15367
|
var _this = this;
|
|
@@ -15151,7 +15373,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15151
15373
|
* @param {StockProductModel} [stockProductModel] Stock Product
|
|
15152
15374
|
* @param {*} [options] Override http request option.
|
|
15153
15375
|
* @throws {RequiredError}
|
|
15154
|
-
* @memberof StockManagementApi
|
|
15155
15376
|
*/
|
|
15156
15377
|
StockManagementApi.prototype.postGetStockProducts = function (stockProductModel, options) {
|
|
15157
15378
|
var _this = this;
|
|
@@ -15164,7 +15385,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15164
15385
|
* @param {File} invoice Supplier Invoice
|
|
15165
15386
|
* @param {*} [options] Override http request option.
|
|
15166
15387
|
* @throws {RequiredError}
|
|
15167
|
-
* @memberof StockManagementApi
|
|
15168
15388
|
*/
|
|
15169
15389
|
StockManagementApi.prototype.postUploadStockOrderInvoice = function (id, invoice, options) {
|
|
15170
15390
|
var _this = this;
|
|
@@ -15177,7 +15397,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15177
15397
|
* @param {StockProductModel} [stockProductModel] Stock Product
|
|
15178
15398
|
* @param {*} [options] Override http request option.
|
|
15179
15399
|
* @throws {RequiredError}
|
|
15180
|
-
* @memberof StockManagementApi
|
|
15181
15400
|
*/
|
|
15182
15401
|
StockManagementApi.prototype.putGetStockProduct = function (id, stockProductModel, options) {
|
|
15183
15402
|
var _this = this;
|
|
@@ -15191,7 +15410,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15191
15410
|
* @param {number} received Quantity Received
|
|
15192
15411
|
* @param {*} [options] Override http request option.
|
|
15193
15412
|
* @throws {RequiredError}
|
|
15194
|
-
* @memberof StockManagementApi
|
|
15195
15413
|
*/
|
|
15196
15414
|
StockManagementApi.prototype.putReceiveStockOrderItem = function (orderId, itemId, received, options) {
|
|
15197
15415
|
var _this = this;
|
|
@@ -15202,7 +15420,6 @@ var StockManagementApi = /** @class */ (function (_super) {
|
|
|
15202
15420
|
exports.StockManagementApi = StockManagementApi;
|
|
15203
15421
|
/**
|
|
15204
15422
|
* SystemApi - axios parameter creator
|
|
15205
|
-
* @export
|
|
15206
15423
|
*/
|
|
15207
15424
|
var SystemApiAxiosParamCreator = function (configuration) {
|
|
15208
15425
|
var _this = this;
|
|
@@ -15276,7 +15493,6 @@ var SystemApiAxiosParamCreator = function (configuration) {
|
|
|
15276
15493
|
exports.SystemApiAxiosParamCreator = SystemApiAxiosParamCreator;
|
|
15277
15494
|
/**
|
|
15278
15495
|
* SystemApi - functional programming interface
|
|
15279
|
-
* @export
|
|
15280
15496
|
*/
|
|
15281
15497
|
var SystemApiFp = function (configuration) {
|
|
15282
15498
|
var localVarAxiosParamCreator = (0, exports.SystemApiAxiosParamCreator)(configuration);
|
|
@@ -15315,7 +15531,6 @@ var SystemApiFp = function (configuration) {
|
|
|
15315
15531
|
exports.SystemApiFp = SystemApiFp;
|
|
15316
15532
|
/**
|
|
15317
15533
|
* SystemApi - factory interface
|
|
15318
|
-
* @export
|
|
15319
15534
|
*/
|
|
15320
15535
|
var SystemApiFactory = function (configuration, basePath, axios) {
|
|
15321
15536
|
var localVarFp = (0, exports.SystemApiFp)(configuration);
|
|
@@ -15341,9 +15556,6 @@ var SystemApiFactory = function (configuration, basePath, axios) {
|
|
|
15341
15556
|
exports.SystemApiFactory = SystemApiFactory;
|
|
15342
15557
|
/**
|
|
15343
15558
|
* SystemApi - object-oriented interface
|
|
15344
|
-
* @export
|
|
15345
|
-
* @class SystemApi
|
|
15346
|
-
* @extends {BaseAPI}
|
|
15347
15559
|
*/
|
|
15348
15560
|
var SystemApi = /** @class */ (function (_super) {
|
|
15349
15561
|
__extends(SystemApi, _super);
|
|
@@ -15362,7 +15574,6 @@ var SystemApi = /** @class */ (function (_super) {
|
|
|
15362
15574
|
* @param {number} [page] Page Number
|
|
15363
15575
|
* @param {*} [options] Override http request option.
|
|
15364
15576
|
* @throws {RequiredError}
|
|
15365
|
-
* @memberof SystemApi
|
|
15366
15577
|
*/
|
|
15367
15578
|
SystemApi.prototype.getLogSearch = function (clientId, clientIp, responseCode, date, filterOutDomain, pageSize, page, options) {
|
|
15368
15579
|
var _this = this;
|
|
@@ -15373,7 +15584,6 @@ var SystemApi = /** @class */ (function (_super) {
|
|
|
15373
15584
|
exports.SystemApi = SystemApi;
|
|
15374
15585
|
/**
|
|
15375
15586
|
* TicketsApi - axios parameter creator
|
|
15376
|
-
* @export
|
|
15377
15587
|
*/
|
|
15378
15588
|
var TicketsApiAxiosParamCreator = function (configuration) {
|
|
15379
15589
|
var _this = this;
|
|
@@ -15597,7 +15807,6 @@ var TicketsApiAxiosParamCreator = function (configuration) {
|
|
|
15597
15807
|
exports.TicketsApiAxiosParamCreator = TicketsApiAxiosParamCreator;
|
|
15598
15808
|
/**
|
|
15599
15809
|
* TicketsApi - functional programming interface
|
|
15600
|
-
* @export
|
|
15601
15810
|
*/
|
|
15602
15811
|
var TicketsApiFp = function (configuration) {
|
|
15603
15812
|
var localVarAxiosParamCreator = (0, exports.TicketsApiAxiosParamCreator)(configuration);
|
|
@@ -15723,7 +15932,6 @@ var TicketsApiFp = function (configuration) {
|
|
|
15723
15932
|
exports.TicketsApiFp = TicketsApiFp;
|
|
15724
15933
|
/**
|
|
15725
15934
|
* TicketsApi - factory interface
|
|
15726
|
-
* @export
|
|
15727
15935
|
*/
|
|
15728
15936
|
var TicketsApiFactory = function (configuration, basePath, axios) {
|
|
15729
15937
|
var localVarFp = (0, exports.TicketsApiFp)(configuration);
|
|
@@ -15784,9 +15992,6 @@ var TicketsApiFactory = function (configuration, basePath, axios) {
|
|
|
15784
15992
|
exports.TicketsApiFactory = TicketsApiFactory;
|
|
15785
15993
|
/**
|
|
15786
15994
|
* TicketsApi - object-oriented interface
|
|
15787
|
-
* @export
|
|
15788
|
-
* @class TicketsApi
|
|
15789
|
-
* @extends {BaseAPI}
|
|
15790
15995
|
*/
|
|
15791
15996
|
var TicketsApi = /** @class */ (function (_super) {
|
|
15792
15997
|
__extends(TicketsApi, _super);
|
|
@@ -15800,7 +16005,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15800
16005
|
* @param {number} [page] Page Number
|
|
15801
16006
|
* @param {*} [options] Override http request option.
|
|
15802
16007
|
* @throws {RequiredError}
|
|
15803
|
-
* @memberof TicketsApi
|
|
15804
16008
|
*/
|
|
15805
16009
|
TicketsApi.prototype.getCreateTicket = function (search, pageSize, page, options) {
|
|
15806
16010
|
var _this = this;
|
|
@@ -15811,7 +16015,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15811
16015
|
* @param {number} id Ticket ID
|
|
15812
16016
|
* @param {*} [options] Override http request option.
|
|
15813
16017
|
* @throws {RequiredError}
|
|
15814
|
-
* @memberof TicketsApi
|
|
15815
16018
|
*/
|
|
15816
16019
|
TicketsApi.prototype.getGetTicket = function (id, options) {
|
|
15817
16020
|
var _this = this;
|
|
@@ -15822,7 +16025,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15822
16025
|
* @param {number} id Ticket ID
|
|
15823
16026
|
* @param {*} [options] Override http request option.
|
|
15824
16027
|
* @throws {RequiredError}
|
|
15825
|
-
* @memberof TicketsApi
|
|
15826
16028
|
*/
|
|
15827
16029
|
TicketsApi.prototype.patchCloseTicket = function (id, options) {
|
|
15828
16030
|
var _this = this;
|
|
@@ -15835,7 +16037,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15835
16037
|
* @param {Array<File>} [attachments] Attachments (up to 20MB combined)
|
|
15836
16038
|
* @param {*} [options] Override http request option.
|
|
15837
16039
|
* @throws {RequiredError}
|
|
15838
|
-
* @memberof TicketsApi
|
|
15839
16040
|
*/
|
|
15840
16041
|
TicketsApi.prototype.postCreateTicket = function (subject, message, attachments, options) {
|
|
15841
16042
|
var _this = this;
|
|
@@ -15848,7 +16049,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15848
16049
|
* @param {Array<File>} [attachments] Attachments (up to 20MB combined)
|
|
15849
16050
|
* @param {*} [options] Override http request option.
|
|
15850
16051
|
* @throws {RequiredError}
|
|
15851
|
-
* @memberof TicketsApi
|
|
15852
16052
|
*/
|
|
15853
16053
|
TicketsApi.prototype.postTicketReply = function (id, body, attachments, options) {
|
|
15854
16054
|
var _this = this;
|
|
@@ -15859,7 +16059,6 @@ var TicketsApi = /** @class */ (function (_super) {
|
|
|
15859
16059
|
exports.TicketsApi = TicketsApi;
|
|
15860
16060
|
/**
|
|
15861
16061
|
* WebhooksApi - axios parameter creator
|
|
15862
|
-
* @export
|
|
15863
16062
|
*/
|
|
15864
16063
|
var WebhooksApiAxiosParamCreator = function (configuration) {
|
|
15865
16064
|
var _this = this;
|
|
@@ -15947,7 +16146,6 @@ var WebhooksApiAxiosParamCreator = function (configuration) {
|
|
|
15947
16146
|
exports.WebhooksApiAxiosParamCreator = WebhooksApiAxiosParamCreator;
|
|
15948
16147
|
/**
|
|
15949
16148
|
* WebhooksApi - functional programming interface
|
|
15950
|
-
* @export
|
|
15951
16149
|
*/
|
|
15952
16150
|
var WebhooksApiFp = function (configuration) {
|
|
15953
16151
|
var localVarAxiosParamCreator = (0, exports.WebhooksApiAxiosParamCreator)(configuration);
|
|
@@ -16003,7 +16201,6 @@ var WebhooksApiFp = function (configuration) {
|
|
|
16003
16201
|
exports.WebhooksApiFp = WebhooksApiFp;
|
|
16004
16202
|
/**
|
|
16005
16203
|
* WebhooksApi - factory interface
|
|
16006
|
-
* @export
|
|
16007
16204
|
*/
|
|
16008
16205
|
var WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
16009
16206
|
var localVarFp = (0, exports.WebhooksApiFp)(configuration);
|
|
@@ -16033,9 +16230,6 @@ var WebhooksApiFactory = function (configuration, basePath, axios) {
|
|
|
16033
16230
|
exports.WebhooksApiFactory = WebhooksApiFactory;
|
|
16034
16231
|
/**
|
|
16035
16232
|
* WebhooksApi - object-oriented interface
|
|
16036
|
-
* @export
|
|
16037
|
-
* @class WebhooksApi
|
|
16038
|
-
* @extends {BaseAPI}
|
|
16039
16233
|
*/
|
|
16040
16234
|
var WebhooksApi = /** @class */ (function (_super) {
|
|
16041
16235
|
__extends(WebhooksApi, _super);
|
|
@@ -16048,7 +16242,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16048
16242
|
* @param {string} authKey Webhook Authentication Key
|
|
16049
16243
|
* @param {*} [options] Override http request option.
|
|
16050
16244
|
* @throws {RequiredError}
|
|
16051
|
-
* @memberof WebhooksApi
|
|
16052
16245
|
*/
|
|
16053
16246
|
WebhooksApi.prototype.deleteRevokeWebhook = function (authKey, options) {
|
|
16054
16247
|
var _this = this;
|
|
@@ -16060,7 +16253,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16060
16253
|
* @param {PostAddWebhookWebhookUriEnum} webhookUri Webhook URI
|
|
16061
16254
|
* @param {*} [options] Override http request option.
|
|
16062
16255
|
* @throws {RequiredError}
|
|
16063
|
-
* @memberof WebhooksApi
|
|
16064
16256
|
*/
|
|
16065
16257
|
WebhooksApi.prototype.postAddWebhook = function (webhookUri, options) {
|
|
16066
16258
|
var _this = this;
|
|
@@ -16069,9 +16261,6 @@ var WebhooksApi = /** @class */ (function (_super) {
|
|
|
16069
16261
|
return WebhooksApi;
|
|
16070
16262
|
}(base_1.BaseAPI));
|
|
16071
16263
|
exports.WebhooksApi = WebhooksApi;
|
|
16072
|
-
/**
|
|
16073
|
-
* @export
|
|
16074
|
-
*/
|
|
16075
16264
|
exports.PostAddWebhookWebhookUriEnum = {
|
|
16076
16265
|
WebhookComposerInstall: '/webhook/composer/install',
|
|
16077
16266
|
WebhookFreshdeskCreate: '/webhook/freshdesk/create',
|