hgs-twilio-class-lib 1.1.70 → 1.1.72
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/README.md +5 -5
- package/package.json +56 -56
- package/lib/aws/abstract/ServiceObjectStore.d.ts +0 -9
- package/lib/aws/abstract/ServiceObjectStore.js +0 -10
- package/lib/aws/abstract/ServiceOpenRequest.d.ts +0 -7
- package/lib/aws/abstract/ServiceOpenRequest.js +0 -10
- package/lib/aws/abstract/ServiceRequest.d.ts +0 -3
- package/lib/aws/abstract/ServiceRequest.js +0 -7
- package/lib/aws/abstract/ServiceResource.d.ts +0 -20
- package/lib/aws/abstract/ServiceResource.js +0 -31
- package/lib/aws/abstract/ServiceResourceFactory.d.ts +0 -13
- package/lib/aws/abstract/ServiceResourceFactory.js +0 -14
- package/lib/aws/abstract/ServiceTransaction.d.ts +0 -6
- package/lib/aws/abstract/ServiceTransaction.js +0 -11
- package/lib/aws/impl/AWSAPIConfig.d.ts +0 -14
- package/lib/aws/impl/AWSAPIConfig.js +0 -38
- package/lib/aws/impl/AWSClient.d.ts +0 -5
- package/lib/aws/impl/AWSClient.js +0 -21
- package/lib/aws/impl/AWSConnectAPIConfig.d.ts +0 -17
- package/lib/aws/impl/AWSConnectAPIConfig.js +0 -38
- package/lib/aws/impl/DynamoDB/DynamoOpenRequest.d.ts +0 -18
- package/lib/aws/impl/DynamoDB/DynamoOpenRequest.js +0 -24
- package/lib/aws/impl/DynamoDB/DynamoRequest.d.ts +0 -16
- package/lib/aws/impl/DynamoDB/DynamoRequest.js +0 -21
- package/lib/aws/impl/DynamoDB/DynamoResourse.d.ts +0 -29
- package/lib/aws/impl/DynamoDB/DynamoResourse.js +0 -45
- package/lib/aws/impl/DynamoDB/DynamoServiceFactory.d.ts +0 -16
- package/lib/aws/impl/DynamoDB/DynamoServiceFactory.js +0 -63
- package/lib/aws/impl/DynamoDB/DynamoTable.d.ts +0 -26
- package/lib/aws/impl/DynamoDB/DynamoTable.js +0 -126
- package/lib/aws/impl/DynamoDB/DynamoTransaction.d.ts +0 -21
- package/lib/aws/impl/DynamoDB/DynamoTransaction.js +0 -37
- package/lib/aws/impl/HoopServices/HoopService.d.ts +0 -28
- package/lib/aws/impl/HoopServices/HoopService.js +0 -124
- package/lib/aws/impl/HoopServices/HoopServiceFactory.d.ts +0 -17
- package/lib/aws/impl/HoopServices/HoopServiceFactory.js +0 -53
- package/lib/aws/impl/HoopServices/HoopServiceOpenRequest.d.ts +0 -18
- package/lib/aws/impl/HoopServices/HoopServiceOpenRequest.js +0 -24
- package/lib/aws/impl/HoopServices/HoopServiceResource.d.ts +0 -29
- package/lib/aws/impl/HoopServices/HoopServiceResource.js +0 -46
- package/lib/aws/impl/HoopServices/HoopServiceTransaction.d.ts +0 -22
- package/lib/aws/impl/HoopServices/HoopServiceTransaction.js +0 -37
- package/lib/aws/interface/IDirection.d.ts +0 -2
- package/lib/aws/interface/IDirection.js +0 -2
- package/lib/aws/interface/ILink.d.ts +0 -2
- package/lib/aws/interface/ILink.js +0 -2
- package/lib/aws/interface/IServiceDBOpenRequest.d.ts +0 -3
- package/lib/aws/interface/IServiceDBOpenRequest.js +0 -2
- package/lib/aws/interface/IServiceObjectStore.d.ts +0 -3
- package/lib/aws/interface/IServiceObjectStore.js +0 -2
- package/lib/aws/interface/IServiceObjectStoreParameters.d.ts +0 -4
- package/lib/aws/interface/IServiceObjectStoreParameters.js +0 -2
- package/lib/aws/interface/IServiceRequest.d.ts +0 -3
- package/lib/aws/interface/IServiceRequest.js +0 -2
- package/lib/aws/interface/IServiceResource.d.ts +0 -7
- package/lib/aws/interface/IServiceResource.js +0 -2
- package/lib/aws/interface/IServiceTransation.d.ts +0 -3
- package/lib/aws/interface/IServiceTransation.js +0 -2
- package/lib/aws/interface/ISubResourceUri.d.ts +0 -2
- package/lib/aws/interface/ISubResourceUri.js +0 -2
- package/lib/aws/interface/ISyncItemData.d.ts +0 -0
- package/lib/aws/interface/ISyncItemData.js +0 -1
- package/lib/aws/interface/ISyncObjectStoreParameters.d.ts +0 -0
- package/lib/aws/interface/ISyncObjectStoreParameters.js +0 -1
- package/lib/aws/interface/ISyncTransactionOptions.d.ts +0 -4
- package/lib/aws/interface/ISyncTransactionOptions.js +0 -2
- package/lib/common/abstract/CommonError.d.ts +0 -8
- package/lib/common/abstract/CommonError.js +0 -12
- package/lib/common/abstract/Database.d.ts +0 -44
- package/lib/common/abstract/Database.js +0 -58
- package/lib/common/abstract/DatabaseClient.d.ts +0 -11
- package/lib/common/abstract/DatabaseClient.js +0 -21
- package/lib/common/abstract/DatabaseClientConfig.d.ts +0 -5
- package/lib/common/abstract/DatabaseClientConfig.js +0 -9
- package/lib/common/abstract/DatabaseFactory.d.ts +0 -70
- package/lib/common/abstract/DatabaseFactory.js +0 -32
- package/lib/common/abstract/DatabaseObjectStore.d.ts +0 -29
- package/lib/common/abstract/DatabaseObjectStore.js +0 -13
- package/lib/common/abstract/DatabaseOpenRequest.d.ts +0 -24
- package/lib/common/abstract/DatabaseOpenRequest.js +0 -13
- package/lib/common/abstract/DatabaseRequest.d.ts +0 -21
- package/lib/common/abstract/DatabaseRequest.js +0 -14
- package/lib/common/abstract/DatabaseTransaction.d.ts +0 -22
- package/lib/common/abstract/DatabaseTransaction.js +0 -13
- package/lib/common/abstract/Filter.d.ts +0 -12
- package/lib/common/abstract/Filter.js +0 -30
- package/lib/common/enum/ErrorTypes.d.ts +0 -4
- package/lib/common/enum/ErrorTypes.js +0 -9
- package/lib/common/enum/FilterTypes.d.ts +0 -10
- package/lib/common/enum/FilterTypes.js +0 -14
- package/lib/common/interface/IDatabaesInfo.d.ts +0 -2
- package/lib/common/interface/IDatabaesInfo.js +0 -2
- package/lib/common/interface/IDatabase.d.ts +0 -4
- package/lib/common/interface/IDatabase.js +0 -2
- package/lib/common/interface/IDatabaseClient.d.ts +0 -5
- package/lib/common/interface/IDatabaseClient.js +0 -2
- package/lib/common/interface/IDatabaseConfig.d.ts +0 -8
- package/lib/common/interface/IDatabaseConfig.js +0 -10
- package/lib/common/interface/IDatabaseDBOpenRequest.d.ts +0 -2
- package/lib/common/interface/IDatabaseDBOpenRequest.js +0 -2
- package/lib/common/interface/IDatabaseFactory.d.ts +0 -21
- package/lib/common/interface/IDatabaseFactory.js +0 -2
- package/lib/common/interface/IDatabaseObjectStore.d.ts +0 -2
- package/lib/common/interface/IDatabaseObjectStore.js +0 -2
- package/lib/common/interface/IDatabaseObjectStoreParameters.d.ts +0 -2
- package/lib/common/interface/IDatabaseObjectStoreParameters.js +0 -2
- package/lib/common/interface/IDatabaseRecord.d.ts +0 -2
- package/lib/common/interface/IDatabaseRecord.js +0 -2
- package/lib/common/interface/IDatabaseRequest.d.ts +0 -2
- package/lib/common/interface/IDatabaseRequest.js +0 -2
- package/lib/common/interface/IDatabaseTransaction.d.ts +0 -2
- package/lib/common/interface/IDatabaseTransaction.js +0 -2
- package/lib/common/interface/IDatabaseTransactionOptions.d.ts +0 -2
- package/lib/common/interface/IDatabaseTransactionOptions.js +0 -2
- package/lib/common/interface/IError.d.ts +0 -5
- package/lib/common/interface/IError.js +0 -2
- package/lib/common/interface/IErrorDetails.d.ts +0 -6
- package/lib/common/interface/IErrorDetails.js +0 -2
- package/lib/common/interface/IFilter.d.ts +0 -25
- package/lib/common/interface/IFilter.js +0 -2
- package/lib/common/type/DatabaseReadyType.d.ts +0 -1
- package/lib/common/type/DatabaseReadyType.js +0 -2
- package/lib/common/type/FilterInputType.d.ts +0 -1
- package/lib/common/type/FilterInputType.js +0 -2
- package/lib/common/type/SearchParameterType.d.ts +0 -15
- package/lib/common/type/SearchParameterType.js +0 -3
- package/lib/common/utils/dateFormat.d.ts +0 -1
- package/lib/common/utils/dateFormat.js +0 -58
- package/lib/common/utils/filter.d.ts +0 -1
- package/lib/common/utils/filter.js +0 -99
- package/lib/common/utils/newFilter.d.ts +0 -1
- package/lib/common/utils/newFilter.js +0 -126
- package/lib/common/utils/pagination.d.ts +0 -1
- package/lib/common/utils/pagination.js +0 -9
- package/lib/common/utils/search.d.ts +0 -1
- package/lib/common/utils/search.js +0 -14
- package/lib/common/utils/sort.d.ts +0 -1
- package/lib/common/utils/sort.js +0 -29
- package/lib/config/AWSConfig.d.ts +0 -6
- package/lib/config/AWSConfig.js +0 -9
- package/lib/config/DatabaseConfig.d.ts +0 -33
- package/lib/config/DatabaseConfig.js +0 -36
- package/lib/config/TwilioConfig.d.ts +0 -4
- package/lib/config/TwilioConfig.js +0 -7
- package/lib/controller/Common.d.ts +0 -20
- package/lib/controller/Common.js +0 -57
- package/lib/controller/DatabaseFactoryCollection.d.ts +0 -6
- package/lib/controller/DatabaseFactoryCollection.js +0 -14
- package/lib/controller/MainController.d.ts +0 -6
- package/lib/controller/MainController.js +0 -174
- package/lib/controller/aws/HoopBuisnessHours.d.ts +0 -23
- package/lib/controller/aws/HoopBuisnessHours.js +0 -408
- package/lib/controller/aws/HoopOperationsController.d.ts +0 -9
- package/lib/controller/aws/HoopOperationsController.js +0 -86
- package/lib/controller/aws/HoopOverrideBranchesController.d.ts +0 -7
- package/lib/controller/aws/HoopOverrideBranchesController.js +0 -40
- package/lib/controller/aws/HoopProfilesListController.d.ts +0 -8
- package/lib/controller/aws/HoopProfilesListController.js +0 -61
- package/lib/controller/aws/PlaybackScreenrecordings.d.ts +0 -9
- package/lib/controller/aws/PlaybackScreenrecordings.js +0 -63
- package/lib/controller/twilio/AgentActionsController.d.ts +0 -54
- package/lib/controller/twilio/AgentActionsController.js +0 -177
- package/lib/controller/twilio/AgentScorecardController.d.ts +0 -53
- package/lib/controller/twilio/AgentScorecardController.js +0 -173
- package/lib/controller/twilio/AuditLogController.d.ts +0 -15
- package/lib/controller/twilio/AuditLogController.js +0 -137
- package/lib/controller/twilio/CallLogsController.d.ts +0 -12
- package/lib/controller/twilio/CallLogsController.js +0 -131
- package/lib/controller/twilio/CallbackAndVoicemailController.d.ts +0 -12
- package/lib/controller/twilio/CallbackAndVoicemailController.js +0 -114
- package/lib/controller/twilio/ChannelSettingTaskInfoController.d.ts +0 -11
- package/lib/controller/twilio/ChannelSettingTaskInfoController.js +0 -117
- package/lib/controller/twilio/ChannelSettingsController.d.ts +0 -16
- package/lib/controller/twilio/ChannelSettingsController.js +0 -142
- package/lib/controller/twilio/CxConfigAssetController.d.ts +0 -12
- package/lib/controller/twilio/CxConfigAssetController.js +0 -128
- package/lib/controller/twilio/CxConfigController.d.ts +0 -18
- package/lib/controller/twilio/CxConfigController.js +0 -112
- package/lib/controller/twilio/CxConfigExternalNumbersController.d.ts +0 -12
- package/lib/controller/twilio/CxConfigExternalNumbersController.js +0 -138
- package/lib/controller/twilio/CxConfigOther.d.ts +0 -16
- package/lib/controller/twilio/CxConfigOther.js +0 -128
- package/lib/controller/twilio/CxConfigQueueMenuController.d.ts +0 -12
- package/lib/controller/twilio/CxConfigQueueMenuController.js +0 -129
- package/lib/controller/twilio/CxConfigUIconfigController.d.ts +0 -12
- package/lib/controller/twilio/CxConfigUIconfigController.js +0 -132
- package/lib/controller/twilio/GPMController.d.ts +0 -12
- package/lib/controller/twilio/GPMController.js +0 -151
- package/lib/controller/twilio/HoopBusinessHoursController.d.ts +0 -18
- package/lib/controller/twilio/HoopBusinessHoursController.js +0 -285
- package/lib/controller/twilio/HoopHolidaysController.d.ts +0 -14
- package/lib/controller/twilio/HoopHolidaysController.js +0 -152
- package/lib/controller/twilio/HoopMainController.d.ts +0 -13
- package/lib/controller/twilio/HoopMainController.js +0 -297
- package/lib/controller/twilio/HoopNotesController.d.ts +0 -14
- package/lib/controller/twilio/HoopNotesController.js +0 -149
- package/lib/controller/twilio/HoopOperationsController.d.ts +0 -14
- package/lib/controller/twilio/HoopOperationsController.js +0 -138
- package/lib/controller/twilio/HoopOverrideBranchesController.d.ts +0 -14
- package/lib/controller/twilio/HoopOverrideBranchesController.js +0 -137
- package/lib/controller/twilio/HoopPartialDaysController.d.ts +0 -14
- package/lib/controller/twilio/HoopPartialDaysController.js +0 -152
- package/lib/controller/twilio/HoopProfilesListController.d.ts +0 -14
- package/lib/controller/twilio/HoopProfilesListController.js +0 -147
- package/lib/controller/twilio/NavigationController.d.ts +0 -13
- package/lib/controller/twilio/NavigationController.js +0 -170
- package/lib/controller/twilio/QualityFormsController.d.ts +0 -12
- package/lib/controller/twilio/QualityFormsController.js +0 -129
- package/lib/controller/twilio/QuickLinkController.d.ts +0 -11
- package/lib/controller/twilio/QuickLinkController.js +0 -122
- package/lib/controller/twilio/RealTimeReportQueueDetailsController.d.ts +0 -14
- package/lib/controller/twilio/RealTimeReportQueueDetailsController.js +0 -126
- package/lib/controller/twilio/RealTimeReportsWGDetailsController.d.ts +0 -53
- package/lib/controller/twilio/RealTimeReportsWGDetailsController.js +0 -160
- package/lib/controller/twilio/TaskInfoPanelController.d.ts +0 -15
- package/lib/controller/twilio/TaskInfoPanelController.js +0 -134
- package/lib/controller/twilio/filterImpl/AgentScorecardFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/AgentScorecardFilter.js +0 -52
- package/lib/controller/twilio/filterImpl/AuditLogsFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/AuditLogsFilter.js +0 -89
- package/lib/controller/twilio/filterImpl/CXConfigPromptFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/CXConfigPromptFilter.js +0 -81
- package/lib/controller/twilio/filterImpl/CallLogsFilter.d.ts +0 -20
- package/lib/controller/twilio/filterImpl/CallLogsFilter.js +0 -101
- package/lib/controller/twilio/filterImpl/CxConfigAssetFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/CxConfigAssetFilter.js +0 -59
- package/lib/controller/twilio/filterImpl/CxConfigExternalNumbersFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/CxConfigExternalNumbersFilter.js +0 -67
- package/lib/controller/twilio/filterImpl/CxConfigOtherFilter.d.ts +0 -14
- package/lib/controller/twilio/filterImpl/CxConfigOtherFilter.js +0 -52
- package/lib/controller/twilio/filterImpl/CxConfigQueueMenuFilter.d.ts +0 -17
- package/lib/controller/twilio/filterImpl/CxConfigQueueMenuFilter.js +0 -78
- package/lib/controller/twilio/filterImpl/CxConfigUIconfigFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/CxConfigUIconfigFilter.js +0 -51
- package/lib/controller/twilio/filterImpl/HoopHolidaysFilter.d.ts +0 -14
- package/lib/controller/twilio/filterImpl/HoopHolidaysFilter.js +0 -58
- package/lib/controller/twilio/filterImpl/HoopNotesFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/HoopNotesFilter.js +0 -51
- package/lib/controller/twilio/filterImpl/HoopPartialDaysFilter.d.ts +0 -14
- package/lib/controller/twilio/filterImpl/HoopPartialDaysFilter.js +0 -58
- package/lib/controller/twilio/filterImpl/MainFilterService.d.ts +0 -4
- package/lib/controller/twilio/filterImpl/MainFilterService.js +0 -108
- package/lib/controller/twilio/filterImpl/NavigationFilter.d.ts +0 -20
- package/lib/controller/twilio/filterImpl/NavigationFilter.js +0 -90
- package/lib/controller/twilio/filterImpl/QueueDetailsFilter.d.ts +0 -14
- package/lib/controller/twilio/filterImpl/QueueDetailsFilter.js +0 -53
- package/lib/controller/twilio/filterImpl/TaskCompleteFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/TaskCompleteFilter.js +0 -62
- package/lib/controller/twilio/filterImpl/TaskInfoPanelFilter.d.ts +0 -12
- package/lib/controller/twilio/filterImpl/TaskInfoPanelFilter.js +0 -52
- package/lib/express/ApiResponse.d.ts +0 -15
- package/lib/express/ApiResponse.js +0 -11
- package/lib/express/RequestValidator.d.ts +0 -50
- package/lib/express/RequestValidator.js +0 -77
- package/lib/express/RequireParamsPicker.d.ts +0 -7
- package/lib/express/RequireParamsPicker.js +0 -14
- package/lib/express/ValidateRequireParameters.d.ts +0 -3
- package/lib/express/ValidateRequireParameters.js +0 -39
- package/lib/index.d.ts +0 -39
- package/lib/index.js +0 -100
- package/lib/models/BatchUpdateSkills.model.d.ts +0 -0
- package/lib/models/BatchUpdateSkills.model.js +0 -11
- package/lib/models/CannedMessage.model.d.ts +0 -4
- package/lib/models/CannedMessage.model.js +0 -1
- package/lib/models/ChannelSettingsTaskInfo.model.d.ts +0 -87
- package/lib/models/ChannelSettingsTaskInfo.model.js +0 -1
- package/lib/models/CustomerFeedback.model.d.ts +0 -9
- package/lib/models/CustomerFeedback.model.js +0 -1
- package/lib/models/Filter.model.d.ts +0 -15
- package/lib/models/Filter.model.js +0 -2
- package/lib/models/Hoop.model.d.ts +0 -15
- package/lib/models/Hoop.model.js +0 -18
- package/lib/models/Navigation.model.d.ts +0 -28
- package/lib/models/Navigation.model.js +0 -8
- package/lib/models/Roles.Model.d.ts +0 -8
- package/lib/models/Roles.Model.js +0 -1
- package/lib/models/abstract/BaseModel.d.ts +0 -17
- package/lib/models/abstract/BaseModel.js +0 -40
- package/lib/models/impl/AgentActionsLogsModel.d.ts +0 -27
- package/lib/models/impl/AgentActionsLogsModel.js +0 -89
- package/lib/models/impl/AgentActionsModel.d.ts +0 -19
- package/lib/models/impl/AgentActionsModel.js +0 -60
- package/lib/models/impl/AgentScorecardModel.d.ts +0 -66
- package/lib/models/impl/AgentScorecardModel.js +0 -282
- package/lib/models/impl/AuditLogsModel.d.ts +0 -31
- package/lib/models/impl/AuditLogsModel.js +0 -146
- package/lib/models/impl/CallLogsModel.d.ts +0 -37
- package/lib/models/impl/CallLogsModel.js +0 -109
- package/lib/models/impl/CallStatisticsModel.d.ts +0 -16
- package/lib/models/impl/CallStatisticsModel.js +0 -52
- package/lib/models/impl/CategoryDetailsModel.d.ts +0 -17
- package/lib/models/impl/CategoryDetailsModel.js +0 -44
- package/lib/models/impl/MemberModel.d.ts +0 -42
- package/lib/models/impl/MemberModel.js +0 -170
- package/lib/models/impl/ModelValidationError.d.ts +0 -6
- package/lib/models/impl/ModelValidationError.js +0 -15
- package/lib/models/impl/NavigationModel.d.ts +0 -39
- package/lib/models/impl/NavigationModel.js +0 -126
- package/lib/models/impl/PerformanceStatisticsModel.d.ts +0 -41
- package/lib/models/impl/PerformanceStatisticsModel.js +0 -129
- package/lib/models/impl/PlaybackScreenrecordings.d.ts +0 -39
- package/lib/models/impl/PlaybackScreenrecordings.js +0 -133
- package/lib/models/impl/ProfileModel.d.ts +0 -23
- package/lib/models/impl/ProfileModel.js +0 -102
- package/lib/models/impl/QualityFormsModel.d.ts +0 -39
- package/lib/models/impl/QualityFormsModel.js +0 -150
- package/lib/models/impl/QuestionDetailsModel.d.ts +0 -39
- package/lib/models/impl/QuestionDetailsModel.js +0 -173
- package/lib/models/impl/QueueDetailsModel.d.ts +0 -63
- package/lib/models/impl/QueueDetailsModel.js +0 -261
- package/lib/models/impl/QueueModel.d.ts +0 -39
- package/lib/models/impl/QueueModel.js +0 -156
- package/lib/models/impl/QuickLinkModel.d.ts +0 -24
- package/lib/models/impl/QuickLinkModel.js +0 -122
- package/lib/models/impl/StatisticsNumberDetailsModel.d.ts +0 -18
- package/lib/models/impl/StatisticsNumberDetailsModel.js +0 -72
- package/lib/models/impl/StatisticsTimeDetailsModel.d.ts +0 -18
- package/lib/models/impl/StatisticsTimeDetailsModel.js +0 -72
- package/lib/models/impl/TaskAttributesModel.d.ts +0 -31
- package/lib/models/impl/TaskAttributesModel.js +0 -108
- package/lib/models/impl/TaskChannelModel.d.ts +0 -15
- package/lib/models/impl/TaskChannelModel.js +0 -69
- package/lib/models/impl/TaskComplete.d.ts +0 -0
- package/lib/models/impl/TaskComplete.js +0 -1
- package/lib/models/impl/TaskInfoPanelModel.d.ts +0 -16
- package/lib/models/impl/TaskInfoPanelModel.js +0 -69
- package/lib/models/impl/TaskModel.d.ts +0 -59
- package/lib/models/impl/TaskModel.js +0 -234
- package/lib/models/impl/WorkGroupDetailsModel.d.ts +0 -63
- package/lib/models/impl/WorkGroupDetailsModel.js +0 -281
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailModel.d.ts +0 -33
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailModel.js +0 -140
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailNamespace.d.ts +0 -8
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailNamespace.js +0 -12
- package/lib/models/impl/callbackandvoicemail/CallbackModel.d.ts +0 -19
- package/lib/models/impl/callbackandvoicemail/CallbackModel.js +0 -82
- package/lib/models/impl/callbackandvoicemail/VoicemailModel.d.ts +0 -25
- package/lib/models/impl/callbackandvoicemail/VoicemailModel.js +0 -108
- package/lib/models/impl/channelsettings/ChannelSettingModel.d.ts +0 -68
- package/lib/models/impl/channelsettings/ChannelSettingModel.js +0 -240
- package/lib/models/impl/channelsettings/ChannelSettingTaskInfoModel.d.ts +0 -31
- package/lib/models/impl/channelsettings/ChannelSettingTaskInfoModel.js +0 -106
- package/lib/models/impl/channelsettings/TaskInfoAttributeModel.d.ts +0 -25
- package/lib/models/impl/channelsettings/TaskInfoAttributeModel.js +0 -80
- package/lib/models/impl/channelsettings/TaskInfoModel.d.ts +0 -13
- package/lib/models/impl/channelsettings/TaskInfoModel.js +0 -52
- package/lib/models/impl/cxconfig/CxConfigNamespace.d.ts +0 -16
- package/lib/models/impl/cxconfig/CxConfigNamespace.js +0 -20
- package/lib/models/impl/cxconfig/CxConfigUIConfigModel.d.ts +0 -27
- package/lib/models/impl/cxconfig/CxConfigUIConfigModel.js +0 -173
- package/lib/models/impl/cxconfig/CxConfiguratorConfigModel.d.ts +0 -24
- package/lib/models/impl/cxconfig/CxConfiguratorConfigModel.js +0 -103
- package/lib/models/impl/cxconfig/CxConfiguratorExternalNumbersModel.d.ts +0 -24
- package/lib/models/impl/cxconfig/CxConfiguratorExternalNumbersModel.js +0 -149
- package/lib/models/impl/cxconfig/CxConfiguratorGPMAssetModel.d.ts +0 -27
- package/lib/models/impl/cxconfig/CxConfiguratorGPMAssetModel.js +0 -179
- package/lib/models/impl/cxconfig/CxConfiguratorGPMPromptModel.d.ts +0 -37
- package/lib/models/impl/cxconfig/CxConfiguratorGPMPromptModel.js +0 -197
- package/lib/models/impl/cxconfig/CxConfiguratorOtherModel.d.ts +0 -27
- package/lib/models/impl/cxconfig/CxConfiguratorOtherModel.js +0 -159
- package/lib/models/impl/cxconfig/CxConfiguratorQueueMenuModel.d.ts +0 -40
- package/lib/models/impl/cxconfig/CxConfiguratorQueueMenuModel.js +0 -128
- package/lib/models/impl/hoop/HoopBusinessHoursModel.d.ts +0 -39
- package/lib/models/impl/hoop/HoopBusinessHoursModel.js +0 -122
- package/lib/models/impl/hoop/HoopDescriptionModel.d.ts +0 -16
- package/lib/models/impl/hoop/HoopDescriptionModel.js +0 -64
- package/lib/models/impl/hoop/HoopHolidaysImplModel.d.ts +0 -25
- package/lib/models/impl/hoop/HoopHolidaysImplModel.js +0 -118
- package/lib/models/impl/hoop/HoopNotesImplModel.d.ts +0 -25
- package/lib/models/impl/hoop/HoopNotesImplModel.js +0 -117
- package/lib/models/impl/hoop/HoopOperationsImplModel.d.ts +0 -28
- package/lib/models/impl/hoop/HoopOperationsImplModel.js +0 -161
- package/lib/models/impl/hoop/HoopOverrideImplModel.d.ts +0 -22
- package/lib/models/impl/hoop/HoopOverrideImplModel.js +0 -143
- package/lib/models/impl/hoop/HoopPartialDaysImplModel.d.ts +0 -31
- package/lib/models/impl/hoop/HoopPartialDaysImplModel.js +0 -140
- package/lib/models/impl/hoop/HoopProfilesListImplModel.d.ts +0 -22
- package/lib/models/impl/hoop/HoopProfilesListImplModel.js +0 -104
- package/lib/models/impl/hoop/HoopWeeklyTimingModel.d.ts +0 -22
- package/lib/models/impl/hoop/HoopWeeklyTimingModel.js +0 -86
- package/lib/models/index.d.ts +0 -25
- package/lib/models/index.js +0 -53
- package/lib/models/interface/IBaseModel.d.ts +0 -11
- package/lib/models/interface/IBaseModel.js +0 -2
- package/lib/models/types/AgentScorecard.type.d.ts +0 -6
- package/lib/models/types/AgentScorecard.type.js +0 -7
- package/lib/models/types/AuditLog.type.d.ts +0 -13
- package/lib/models/types/AuditLog.type.js +0 -10
- package/lib/models/types/CallLog.type.d.ts +0 -16
- package/lib/models/types/CallLog.type.js +0 -10
- package/lib/models/types/ChannelSetting.type.d.ts +0 -7
- package/lib/models/types/ChannelSetting.type.js +0 -11
- package/lib/models/types/CxConfig.type.d.ts +0 -72
- package/lib/models/types/CxConfig.type.js +0 -43
- package/lib/models/types/Hoop.type.d.ts +0 -9
- package/lib/models/types/Hoop.type.js +0 -13
- package/lib/models/types/Navigation.type.d.ts +0 -11
- package/lib/models/types/Navigation.type.js +0 -8
- package/lib/models/types/Profile.type.d.ts +0 -1
- package/lib/models/types/Profile.type.js +0 -2
- package/lib/models/types/QueueDetails.type.d.ts +0 -6
- package/lib/models/types/QueueDetails.type.js +0 -7
- package/lib/models/types/TaskComplete.type.d.ts +0 -7
- package/lib/models/types/TaskComplete.type.js +0 -6
- package/lib/models/types/TaskInfoPanel.type.d.ts +0 -6
- package/lib/models/types/TaskInfoPanel.type.js +0 -7
- package/lib/server.d.ts +0 -1
- package/lib/server.js +0 -39
- package/lib/twilio/abstract/ServiceObjectStore.d.ts +0 -6
- package/lib/twilio/abstract/ServiceObjectStore.js +0 -10
- package/lib/twilio/abstract/ServiceOpenRequest.d.ts +0 -7
- package/lib/twilio/abstract/ServiceOpenRequest.js +0 -10
- package/lib/twilio/abstract/ServiceRequest.d.ts +0 -3
- package/lib/twilio/abstract/ServiceRequest.js +0 -7
- package/lib/twilio/abstract/ServiceResource.d.ts +0 -23
- package/lib/twilio/abstract/ServiceResource.js +0 -37
- package/lib/twilio/abstract/ServiceResourceFactory.d.ts +0 -15
- package/lib/twilio/abstract/ServiceResourceFactory.js +0 -18
- package/lib/twilio/abstract/ServiceTransaction.d.ts +0 -6
- package/lib/twilio/abstract/ServiceTransaction.js +0 -11
- package/lib/twilio/abstract/SyncServiceItemResource.d.ts +0 -31
- package/lib/twilio/abstract/SyncServiceItemResource.js +0 -60
- package/lib/twilio/abstract/TwilioClientConfig.d.ts +0 -0
- package/lib/twilio/abstract/TwilioClientConfig.js +0 -1
- package/lib/twilio/impl/TwilioAPIKeyConfig.d.ts +0 -14
- package/lib/twilio/impl/TwilioAPIKeyConfig.js +0 -31
- package/lib/twilio/impl/TwilioAuthTokenConfig.d.ts +0 -11
- package/lib/twilio/impl/TwilioAuthTokenConfig.js +0 -24
- package/lib/twilio/impl/TwilioClient.d.ts +0 -6
- package/lib/twilio/impl/TwilioClient.js +0 -21
- package/lib/twilio/impl/message/messageService.d.ts +0 -0
- package/lib/twilio/impl/message/messageService.js +0 -42
- package/lib/twilio/impl/sync/SyncDocument.d.ts +0 -24
- package/lib/twilio/impl/sync/SyncDocument.js +0 -52
- package/lib/twilio/impl/sync/SyncDocumentTransaction.d.ts +0 -20
- package/lib/twilio/impl/sync/SyncDocumentTransaction.js +0 -31
- package/lib/twilio/impl/sync/SyncList.d.ts +0 -24
- package/lib/twilio/impl/sync/SyncList.js +0 -52
- package/lib/twilio/impl/sync/SyncListItem.d.ts +0 -5
- package/lib/twilio/impl/sync/SyncListItem.js +0 -22
- package/lib/twilio/impl/sync/SyncListTransaction.d.ts +0 -20
- package/lib/twilio/impl/sync/SyncListTransaction.js +0 -31
- package/lib/twilio/impl/sync/SyncMap.d.ts +0 -25
- package/lib/twilio/impl/sync/SyncMap.js +0 -139
- package/lib/twilio/impl/sync/SyncMapItem.d.ts +0 -5
- package/lib/twilio/impl/sync/SyncMapItem.js +0 -7
- package/lib/twilio/impl/sync/SyncMapTransaction.d.ts +0 -22
- package/lib/twilio/impl/sync/SyncMapTransaction.js +0 -38
- package/lib/twilio/impl/sync/SyncOpenRequest.d.ts +0 -18
- package/lib/twilio/impl/sync/SyncOpenRequest.js +0 -24
- package/lib/twilio/impl/sync/SyncRequest.d.ts +0 -16
- package/lib/twilio/impl/sync/SyncRequest.js +0 -21
- package/lib/twilio/impl/sync/SyncResource.d.ts +0 -50
- package/lib/twilio/impl/sync/SyncResource.js +0 -97
- package/lib/twilio/impl/sync/SyncServiceFactory.d.ts +0 -22
- package/lib/twilio/impl/sync/SyncServiceFactory.js +0 -117
- package/lib/twilio/interface/IDirection.d.ts +0 -2
- package/lib/twilio/interface/IDirection.js +0 -2
- package/lib/twilio/interface/ILink.d.ts +0 -2
- package/lib/twilio/interface/ILink.js +0 -2
- package/lib/twilio/interface/IServiceDBOpenRequest.d.ts +0 -3
- package/lib/twilio/interface/IServiceDBOpenRequest.js +0 -2
- package/lib/twilio/interface/IServiceObjectStore.d.ts +0 -3
- package/lib/twilio/interface/IServiceObjectStore.js +0 -2
- package/lib/twilio/interface/IServiceObjectStoreParameters.d.ts +0 -4
- package/lib/twilio/interface/IServiceObjectStoreParameters.js +0 -2
- package/lib/twilio/interface/IServiceRequest.d.ts +0 -3
- package/lib/twilio/interface/IServiceRequest.js +0 -2
- package/lib/twilio/interface/IServiceResource.d.ts +0 -8
- package/lib/twilio/interface/IServiceResource.js +0 -2
- package/lib/twilio/interface/IServiceTransation.d.ts +0 -3
- package/lib/twilio/interface/IServiceTransation.js +0 -2
- package/lib/twilio/interface/ISubResourceUri.d.ts +0 -2
- package/lib/twilio/interface/ISubResourceUri.js +0 -2
- package/lib/twilio/interface/ISyncItemData.d.ts +0 -0
- package/lib/twilio/interface/ISyncItemData.js +0 -1
- package/lib/twilio/interface/ISyncObjectStoreParameters.d.ts +0 -0
- package/lib/twilio/interface/ISyncObjectStoreParameters.js +0 -1
- package/lib/twilio/interface/ISyncTransactionOptions.d.ts +0 -4
- package/lib/twilio/interface/ISyncTransactionOptions.js +0 -2
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AgentScorecardallowedFields = void 0;
|
|
4
|
-
var AgentScorecardallowedFields;
|
|
5
|
-
(function (AgentScorecardallowedFields) {
|
|
6
|
-
AgentScorecardallowedFields[AgentScorecardallowedFields["uniqueName"] = 0] = "uniqueName";
|
|
7
|
-
})(AgentScorecardallowedFields || (exports.AgentScorecardallowedFields = AgentScorecardallowedFields = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export type AuditLogsFilterFields = {
|
|
2
|
-
workerSid: "string";
|
|
3
|
-
fieldName: "string";
|
|
4
|
-
category: "string";
|
|
5
|
-
date: "dateTimeRange";
|
|
6
|
-
action: "string";
|
|
7
|
-
};
|
|
8
|
-
export declare enum AuditLogsallowedFields {
|
|
9
|
-
workerSid = 0,
|
|
10
|
-
fieldName = 1,
|
|
11
|
-
category = 2,
|
|
12
|
-
action = 3
|
|
13
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AuditLogsallowedFields = void 0;
|
|
4
|
-
var AuditLogsallowedFields;
|
|
5
|
-
(function (AuditLogsallowedFields) {
|
|
6
|
-
AuditLogsallowedFields[AuditLogsallowedFields["workerSid"] = 0] = "workerSid";
|
|
7
|
-
AuditLogsallowedFields[AuditLogsallowedFields["fieldName"] = 1] = "fieldName";
|
|
8
|
-
AuditLogsallowedFields[AuditLogsallowedFields["category"] = 2] = "category";
|
|
9
|
-
AuditLogsallowedFields[AuditLogsallowedFields["action"] = 3] = "action";
|
|
10
|
-
})(AuditLogsallowedFields || (exports.AuditLogsallowedFields = AuditLogsallowedFields = {}));
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export type hangUpType = "Customer" | "Agent";
|
|
2
|
-
export declare enum CallLogsallowedFields {
|
|
3
|
-
disposition = 0,
|
|
4
|
-
fromNumber = 1,
|
|
5
|
-
toNumber = 2,
|
|
6
|
-
hangUpDirection = 3
|
|
7
|
-
}
|
|
8
|
-
export type CallLogsFilterFields = {
|
|
9
|
-
disposition: "string";
|
|
10
|
-
fromNumber: "string";
|
|
11
|
-
toNumber: "string";
|
|
12
|
-
start: "dateTimeRange";
|
|
13
|
-
end: "dateTimeRange";
|
|
14
|
-
callSid: "string";
|
|
15
|
-
hangUpDirection: "string";
|
|
16
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CallLogsallowedFields = void 0;
|
|
4
|
-
var CallLogsallowedFields;
|
|
5
|
-
(function (CallLogsallowedFields) {
|
|
6
|
-
CallLogsallowedFields[CallLogsallowedFields["disposition"] = 0] = "disposition";
|
|
7
|
-
CallLogsallowedFields[CallLogsallowedFields["fromNumber"] = 1] = "fromNumber";
|
|
8
|
-
CallLogsallowedFields[CallLogsallowedFields["toNumber"] = 2] = "toNumber";
|
|
9
|
-
CallLogsallowedFields[CallLogsallowedFields["hangUpDirection"] = 3] = "hangUpDirection";
|
|
10
|
-
})(CallLogsallowedFields || (exports.CallLogsallowedFields = CallLogsallowedFields = {}));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ChannelTypeEnum = void 0;
|
|
4
|
-
var ChannelTypeEnum;
|
|
5
|
-
(function (ChannelTypeEnum) {
|
|
6
|
-
ChannelTypeEnum["voice"] = "voice";
|
|
7
|
-
ChannelTypeEnum["chat"] = "chat";
|
|
8
|
-
ChannelTypeEnum["sms"] = "sms";
|
|
9
|
-
ChannelTypeEnum["video"] = "video";
|
|
10
|
-
ChannelTypeEnum["email"] = "email";
|
|
11
|
-
})(ChannelTypeEnum || (exports.ChannelTypeEnum = ChannelTypeEnum = {}));
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* UI config
|
|
3
|
-
*/
|
|
4
|
-
export declare enum UIConfigAllowedFields {
|
|
5
|
-
}
|
|
6
|
-
export type UIConfigFilterFields = {
|
|
7
|
-
name: "string";
|
|
8
|
-
};
|
|
9
|
-
/**
|
|
10
|
-
* External Phone number section
|
|
11
|
-
*/
|
|
12
|
-
export declare enum ExternalNumbersAllowedFields {
|
|
13
|
-
phonenumber = 0,
|
|
14
|
-
type = 1
|
|
15
|
-
}
|
|
16
|
-
export type ExternalNumbersFilterFields = {
|
|
17
|
-
name: "string";
|
|
18
|
-
phonenumber: "string";
|
|
19
|
-
type: "string";
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* GPM
|
|
23
|
-
*/
|
|
24
|
-
export type PromptWidgetType = "Gather" | "Say";
|
|
25
|
-
export type PromptFileType = "Text" | "Audio";
|
|
26
|
-
export declare enum PromptsAllowedFields {
|
|
27
|
-
type = 0,
|
|
28
|
-
language = 1,
|
|
29
|
-
voice = 2
|
|
30
|
-
}
|
|
31
|
-
export type PromptsFilterFields = {
|
|
32
|
-
name: "string";
|
|
33
|
-
type: "string";
|
|
34
|
-
language: "string";
|
|
35
|
-
voice: "string";
|
|
36
|
-
hints: "string";
|
|
37
|
-
};
|
|
38
|
-
/**
|
|
39
|
-
* Asset
|
|
40
|
-
*/
|
|
41
|
-
export declare enum AssetAllowedFields {
|
|
42
|
-
type = 0
|
|
43
|
-
}
|
|
44
|
-
export type AssetFilterFields = {
|
|
45
|
-
name: "string";
|
|
46
|
-
type: "string";
|
|
47
|
-
};
|
|
48
|
-
/**
|
|
49
|
-
* Other
|
|
50
|
-
*/
|
|
51
|
-
export declare enum OtherAllowedFields {
|
|
52
|
-
}
|
|
53
|
-
export type OtherFilterFields = {
|
|
54
|
-
name: "string";
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Queue Menu
|
|
58
|
-
*/
|
|
59
|
-
export type QueueMenuMessageType = "text" | "audio";
|
|
60
|
-
export type QueueMenuCategoryType = "holdmusicmessage" | "queueposition" | "waitmessage";
|
|
61
|
-
export declare enum QueueMenuAllowedFields {
|
|
62
|
-
type = 0,
|
|
63
|
-
voice = 1,
|
|
64
|
-
order = 2,
|
|
65
|
-
category = 3
|
|
66
|
-
}
|
|
67
|
-
export type QueueMenuFilterFields = {
|
|
68
|
-
name: "string";
|
|
69
|
-
type: "string";
|
|
70
|
-
voice: "string";
|
|
71
|
-
order: "number";
|
|
72
|
-
};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* UI config
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.QueueMenuAllowedFields = exports.OtherAllowedFields = exports.AssetAllowedFields = exports.PromptsAllowedFields = exports.ExternalNumbersAllowedFields = exports.UIConfigAllowedFields = void 0;
|
|
7
|
-
var UIConfigAllowedFields;
|
|
8
|
-
(function (UIConfigAllowedFields) {
|
|
9
|
-
})(UIConfigAllowedFields || (exports.UIConfigAllowedFields = UIConfigAllowedFields = {}));
|
|
10
|
-
/**
|
|
11
|
-
* External Phone number section
|
|
12
|
-
*/
|
|
13
|
-
var ExternalNumbersAllowedFields;
|
|
14
|
-
(function (ExternalNumbersAllowedFields) {
|
|
15
|
-
ExternalNumbersAllowedFields[ExternalNumbersAllowedFields["phonenumber"] = 0] = "phonenumber";
|
|
16
|
-
ExternalNumbersAllowedFields[ExternalNumbersAllowedFields["type"] = 1] = "type";
|
|
17
|
-
})(ExternalNumbersAllowedFields || (exports.ExternalNumbersAllowedFields = ExternalNumbersAllowedFields = {}));
|
|
18
|
-
var PromptsAllowedFields;
|
|
19
|
-
(function (PromptsAllowedFields) {
|
|
20
|
-
PromptsAllowedFields[PromptsAllowedFields["type"] = 0] = "type";
|
|
21
|
-
PromptsAllowedFields[PromptsAllowedFields["language"] = 1] = "language";
|
|
22
|
-
PromptsAllowedFields[PromptsAllowedFields["voice"] = 2] = "voice";
|
|
23
|
-
})(PromptsAllowedFields || (exports.PromptsAllowedFields = PromptsAllowedFields = {}));
|
|
24
|
-
/**
|
|
25
|
-
* Asset
|
|
26
|
-
*/
|
|
27
|
-
var AssetAllowedFields;
|
|
28
|
-
(function (AssetAllowedFields) {
|
|
29
|
-
AssetAllowedFields[AssetAllowedFields["type"] = 0] = "type";
|
|
30
|
-
})(AssetAllowedFields || (exports.AssetAllowedFields = AssetAllowedFields = {}));
|
|
31
|
-
/**
|
|
32
|
-
* Other
|
|
33
|
-
*/
|
|
34
|
-
var OtherAllowedFields;
|
|
35
|
-
(function (OtherAllowedFields) {
|
|
36
|
-
})(OtherAllowedFields || (exports.OtherAllowedFields = OtherAllowedFields = {}));
|
|
37
|
-
var QueueMenuAllowedFields;
|
|
38
|
-
(function (QueueMenuAllowedFields) {
|
|
39
|
-
QueueMenuAllowedFields[QueueMenuAllowedFields["type"] = 0] = "type";
|
|
40
|
-
QueueMenuAllowedFields[QueueMenuAllowedFields["voice"] = 1] = "voice";
|
|
41
|
-
QueueMenuAllowedFields[QueueMenuAllowedFields["order"] = 2] = "order";
|
|
42
|
-
QueueMenuAllowedFields[QueueMenuAllowedFields["category"] = 3] = "category";
|
|
43
|
-
})(QueueMenuAllowedFields || (exports.QueueMenuAllowedFields = QueueMenuAllowedFields = {}));
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AvailableDay = void 0;
|
|
4
|
-
var AvailableDay;
|
|
5
|
-
(function (AvailableDay) {
|
|
6
|
-
AvailableDay[AvailableDay["monday"] = 0] = "monday";
|
|
7
|
-
AvailableDay[AvailableDay["tuesday"] = 1] = "tuesday";
|
|
8
|
-
AvailableDay[AvailableDay["wednesday"] = 2] = "wednesday";
|
|
9
|
-
AvailableDay[AvailableDay["thursday"] = 3] = "thursday";
|
|
10
|
-
AvailableDay[AvailableDay["friday"] = 4] = "friday";
|
|
11
|
-
AvailableDay[AvailableDay["saturday"] = 5] = "saturday";
|
|
12
|
-
AvailableDay[AvailableDay["sunday"] = 6] = "sunday";
|
|
13
|
-
})(AvailableDay || (exports.AvailableDay = AvailableDay = {}));
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare enum NavigationAllowedFields {
|
|
2
|
-
appliedVersion = 0,
|
|
3
|
-
latestVersion = 1
|
|
4
|
-
}
|
|
5
|
-
export type NavigationFilterFields = {
|
|
6
|
-
name: "string";
|
|
7
|
-
is_enabled: "boolean";
|
|
8
|
-
appliedVersion: "string";
|
|
9
|
-
latestVersion: "string";
|
|
10
|
-
dateOflatestVersion: "dateRange";
|
|
11
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NavigationAllowedFields = void 0;
|
|
4
|
-
var NavigationAllowedFields;
|
|
5
|
-
(function (NavigationAllowedFields) {
|
|
6
|
-
NavigationAllowedFields[NavigationAllowedFields["appliedVersion"] = 0] = "appliedVersion";
|
|
7
|
-
NavigationAllowedFields[NavigationAllowedFields["latestVersion"] = 1] = "latestVersion";
|
|
8
|
-
})(NavigationAllowedFields || (exports.NavigationAllowedFields = NavigationAllowedFields = {}));
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type ActivityType = "Online" | "Offline" | "Busy";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QueueDetailsAllowedFields = void 0;
|
|
4
|
-
var QueueDetailsAllowedFields;
|
|
5
|
-
(function (QueueDetailsAllowedFields) {
|
|
6
|
-
QueueDetailsAllowedFields[QueueDetailsAllowedFields["uniqueName"] = 0] = "uniqueName";
|
|
7
|
-
})(QueueDetailsAllowedFields || (exports.QueueDetailsAllowedFields = QueueDetailsAllowedFields = {}));
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TaskCompleteAllowedFields = void 0;
|
|
4
|
-
var TaskCompleteAllowedFields;
|
|
5
|
-
(function (TaskCompleteAllowedFields) {
|
|
6
|
-
})(TaskCompleteAllowedFields || (exports.TaskCompleteAllowedFields = TaskCompleteAllowedFields = {}));
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TaskInfoPanelallowedFields = void 0;
|
|
4
|
-
var TaskInfoPanelallowedFields;
|
|
5
|
-
(function (TaskInfoPanelallowedFields) {
|
|
6
|
-
TaskInfoPanelallowedFields[TaskInfoPanelallowedFields["callSid"] = 0] = "callSid";
|
|
7
|
-
})(TaskInfoPanelallowedFields || (exports.TaskInfoPanelallowedFields = TaskInfoPanelallowedFields = {}));
|
package/lib/server.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/lib/server.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
const express_1 = __importDefault(require("express"));
|
|
7
|
-
const MainController_1 = require("./controller/MainController");
|
|
8
|
-
var cors = require('cors');
|
|
9
|
-
const app = (0, express_1.default)();
|
|
10
|
-
const PORT = 3010;
|
|
11
|
-
// Middleware to parse JSON bodies
|
|
12
|
-
app.use(express_1.default.json());
|
|
13
|
-
app.use(cors());
|
|
14
|
-
// Define a route handler for a POST request to /api/data
|
|
15
|
-
// app.get('/gpm/getAll', async (req: Request, res: Response) => {
|
|
16
|
-
// // Example logic to handle POST request
|
|
17
|
-
// const requestData = req.body;
|
|
18
|
-
// // Process requestData...
|
|
19
|
-
// const response: any = await GpmController.get(req, res)
|
|
20
|
-
// // Send a JSON response
|
|
21
|
-
// // res.json(response);
|
|
22
|
-
// });
|
|
23
|
-
// app.delete('/gpm/delete/:name', async (req: Request, res: Response) => {
|
|
24
|
-
// // Example logic to handle POST request
|
|
25
|
-
// const requestData = req.body;
|
|
26
|
-
// // Process requestData...
|
|
27
|
-
// const response: any = await GpmController.delete(req, res)
|
|
28
|
-
// // Send a JSON response
|
|
29
|
-
// res.json(response);
|
|
30
|
-
// });
|
|
31
|
-
/*
|
|
32
|
-
Do not remove Below code
|
|
33
|
-
*/
|
|
34
|
-
// app.use(validateRequiredCommonParams, validateRequiredParams)
|
|
35
|
-
app.use('/', (req, res, next) => new MainController_1.MainController().routeHandler(req, res));
|
|
36
|
-
// Start the server
|
|
37
|
-
app.listen(PORT, () => {
|
|
38
|
-
console.log(`Server is running on port ${PORT}`);
|
|
39
|
-
});
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DatabaseObjectStore } from "../../common/abstract/DatabaseObjectStore";
|
|
2
|
-
import { IServiceObjectStore } from "../interface/IServiceObjectStore";
|
|
3
|
-
import { IServiceTransaction } from "../interface/IServiceTransation";
|
|
4
|
-
export declare abstract class ServiceObjectStore extends DatabaseObjectStore implements IServiceObjectStore {
|
|
5
|
-
constructor(name: string, transaction?: IServiceTransaction, autoIncrement?: boolean, indexNames?: DOMStringList, keyPath?: string);
|
|
6
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceObjectStore = void 0;
|
|
4
|
-
const DatabaseObjectStore_1 = require("../../common/abstract/DatabaseObjectStore");
|
|
5
|
-
class ServiceObjectStore extends DatabaseObjectStore_1.DatabaseObjectStore {
|
|
6
|
-
constructor(name, transaction, autoIncrement, indexNames, keyPath) {
|
|
7
|
-
super(name, transaction, autoIncrement, indexNames, keyPath);
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.ServiceObjectStore = ServiceObjectStore;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DatabaseOpenRequest } from "../../common/abstract/DatabaseOpenRequest";
|
|
2
|
-
import { IServiceDBOpenRequest } from "../interface/IServiceDBOpenRequest";
|
|
3
|
-
import { IServiceObjectStore } from "../interface/IServiceObjectStore";
|
|
4
|
-
import { IServiceTransaction } from "../interface/IServiceTransation";
|
|
5
|
-
export declare abstract class ServiceDBOpenRequest extends DatabaseOpenRequest implements IServiceDBOpenRequest {
|
|
6
|
-
constructor(result: any, readyState: IDBRequestReadyState, source?: IServiceObjectStore, transaction?: IServiceTransaction | null, error?: DOMException | null);
|
|
7
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceDBOpenRequest = void 0;
|
|
4
|
-
const DatabaseOpenRequest_1 = require("../../common/abstract/DatabaseOpenRequest");
|
|
5
|
-
class ServiceDBOpenRequest extends DatabaseOpenRequest_1.DatabaseOpenRequest {
|
|
6
|
-
constructor(result, readyState, source, transaction, error) {
|
|
7
|
-
super(result, readyState, source, transaction, error);
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.ServiceDBOpenRequest = ServiceDBOpenRequest;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceRequest = void 0;
|
|
4
|
-
const DatabaseRequest_1 = require("../../common/abstract/DatabaseRequest");
|
|
5
|
-
class ServiceRequest extends DatabaseRequest_1.DatabaseRequest {
|
|
6
|
-
}
|
|
7
|
-
exports.ServiceRequest = ServiceRequest;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Database } from "../../common/abstract/Database";
|
|
2
|
-
import { IServiceObjectStore } from "../interface/IServiceObjectStore";
|
|
3
|
-
import { IServiceObjectStoreParameters } from "../interface/IServiceObjectStoreParameters";
|
|
4
|
-
import { IServiceResource } from "../interface/IServiceResource";
|
|
5
|
-
export declare abstract class ServiceResource extends Database implements IServiceResource {
|
|
6
|
-
private _accountSid;
|
|
7
|
-
private _dateCreated;
|
|
8
|
-
private _dateUpdated;
|
|
9
|
-
private _links;
|
|
10
|
-
private _sid;
|
|
11
|
-
get accountSid(): string;
|
|
12
|
-
set accountSid(value: string);
|
|
13
|
-
get dateCreated(): Date;
|
|
14
|
-
set dateCreated(value: Date);
|
|
15
|
-
get dateUpdated(): Date;
|
|
16
|
-
set dateUpdated(value: Date);
|
|
17
|
-
get links(): Record<string, string>;
|
|
18
|
-
set links(value: Record<string, string>);
|
|
19
|
-
get sid(): string;
|
|
20
|
-
set sid(value: string);
|
|
21
|
-
abstract createObjectStore(name: string, options?: IServiceObjectStoreParameters | undefined): IServiceObjectStore;
|
|
22
|
-
abstract fetchObjectStores(): IServiceObjectStore[];
|
|
23
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceResource = void 0;
|
|
4
|
-
const Database_1 = require("../../common/abstract/Database");
|
|
5
|
-
class ServiceResource extends Database_1.Database {
|
|
6
|
-
get accountSid() {
|
|
7
|
-
return this._accountSid;
|
|
8
|
-
}
|
|
9
|
-
set accountSid(value) {
|
|
10
|
-
this._accountSid = value;
|
|
11
|
-
}
|
|
12
|
-
get dateCreated() {
|
|
13
|
-
return this._dateCreated;
|
|
14
|
-
}
|
|
15
|
-
set dateCreated(value) {
|
|
16
|
-
this._dateCreated = value;
|
|
17
|
-
}
|
|
18
|
-
get dateUpdated() {
|
|
19
|
-
return this._dateUpdated;
|
|
20
|
-
}
|
|
21
|
-
set dateUpdated(value) {
|
|
22
|
-
this._dateUpdated = value;
|
|
23
|
-
}
|
|
24
|
-
get links() {
|
|
25
|
-
return this._links;
|
|
26
|
-
}
|
|
27
|
-
set links(value) {
|
|
28
|
-
this._links = value;
|
|
29
|
-
}
|
|
30
|
-
get sid() {
|
|
31
|
-
return this._sid;
|
|
32
|
-
}
|
|
33
|
-
set sid(value) {
|
|
34
|
-
this._sid = value;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
exports.ServiceResource = ServiceResource;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { DatabaseFactory } from "../../common/abstract/DatabaseFactory";
|
|
2
|
-
import { IDatabaseInfo } from "../../common/interface/IDatabaesInfo";
|
|
3
|
-
import { TwilioClient } from "../impl/TwilioClient";
|
|
4
|
-
import { IServiceDBOpenRequest } from "../interface/IServiceDBOpenRequest";
|
|
5
|
-
export declare abstract class ServiceResourceFactory extends DatabaseFactory {
|
|
6
|
-
private _syncService;
|
|
7
|
-
private _syncMessage;
|
|
8
|
-
constructor(twilioClient: TwilioClient);
|
|
9
|
-
get syncService(): any;
|
|
10
|
-
get syncMessage(): any;
|
|
11
|
-
abstract open(name: string, version?: number): IServiceDBOpenRequest;
|
|
12
|
-
abstract asyncOpen(name: string, version: number): Promise<IServiceDBOpenRequest>;
|
|
13
|
-
abstract deleteDatabase(name: string): IServiceDBOpenRequest;
|
|
14
|
-
abstract databases(): Promise<IDatabaseInfo[]>;
|
|
15
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceResourceFactory = void 0;
|
|
4
|
-
const DatabaseFactory_1 = require("../../common/abstract/DatabaseFactory");
|
|
5
|
-
class ServiceResourceFactory extends DatabaseFactory_1.DatabaseFactory {
|
|
6
|
-
constructor(twilioClient) {
|
|
7
|
-
super(twilioClient);
|
|
8
|
-
this._syncService = this.databaseClient.databaseInstance.sync.v1.services;
|
|
9
|
-
this._syncMessage = this.databaseClient.databaseInstance.messages;
|
|
10
|
-
}
|
|
11
|
-
get syncService() {
|
|
12
|
-
return this._syncService;
|
|
13
|
-
}
|
|
14
|
-
get syncMessage() {
|
|
15
|
-
return this._syncMessage;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.ServiceResourceFactory = ServiceResourceFactory;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { DatabaseTransaction } from "../../common/abstract/DatabaseTransaction";
|
|
2
|
-
import { IServiceResource } from "../interface/IServiceResource";
|
|
3
|
-
export declare abstract class ServiceTransaction extends DatabaseTransaction {
|
|
4
|
-
private _syncResource;
|
|
5
|
-
constructor(db: IServiceResource, mode: IDBTransactionMode, error?: DOMException | null, objectStoreNames?: DOMStringList, durability?: IDBTransactionDurability);
|
|
6
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ServiceTransaction = void 0;
|
|
4
|
-
const DatabaseTransaction_1 = require("../../common/abstract/DatabaseTransaction");
|
|
5
|
-
class ServiceTransaction extends DatabaseTransaction_1.DatabaseTransaction {
|
|
6
|
-
constructor(db, mode, error, objectStoreNames, durability) {
|
|
7
|
-
super(db, mode, error, objectStoreNames, durability);
|
|
8
|
-
this._syncResource = this.db;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
exports.ServiceTransaction = ServiceTransaction;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
type SyncResourceItemData = Record<string, string | number | Date | boolean>;
|
|
2
|
-
export declare abstract class SyncServiceItemResource {
|
|
3
|
-
private _accountSid;
|
|
4
|
-
private _createdBy;
|
|
5
|
-
private _dateCreated;
|
|
6
|
-
private _dateUpdated;
|
|
7
|
-
private _dateExpires;
|
|
8
|
-
private _data;
|
|
9
|
-
private _revision;
|
|
10
|
-
private _serviceSid;
|
|
11
|
-
private _url;
|
|
12
|
-
get accountSid(): string;
|
|
13
|
-
set accountSid(value: string);
|
|
14
|
-
get createdBy(): string;
|
|
15
|
-
set createdBy(value: string);
|
|
16
|
-
get dateCreated(): Date;
|
|
17
|
-
set dateCreated(value: Date);
|
|
18
|
-
get dateUpdated(): Date;
|
|
19
|
-
set dateUpdated(value: Date);
|
|
20
|
-
get dateExpires(): Date;
|
|
21
|
-
set dateExpires(value: Date);
|
|
22
|
-
get data(): SyncResourceItemData;
|
|
23
|
-
set data(value: SyncResourceItemData);
|
|
24
|
-
get revision(): string;
|
|
25
|
-
set revision(value: string);
|
|
26
|
-
get serviceSid(): string;
|
|
27
|
-
set serviceSid(value: string);
|
|
28
|
-
get url(): string;
|
|
29
|
-
set url(value: string);
|
|
30
|
-
}
|
|
31
|
-
export {};
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SyncServiceItemResource = void 0;
|
|
4
|
-
class SyncServiceItemResource {
|
|
5
|
-
get accountSid() {
|
|
6
|
-
return this._accountSid;
|
|
7
|
-
}
|
|
8
|
-
set accountSid(value) {
|
|
9
|
-
this._accountSid = value;
|
|
10
|
-
}
|
|
11
|
-
get createdBy() {
|
|
12
|
-
return this._createdBy;
|
|
13
|
-
}
|
|
14
|
-
set createdBy(value) {
|
|
15
|
-
this._createdBy = value;
|
|
16
|
-
}
|
|
17
|
-
get dateCreated() {
|
|
18
|
-
return this._dateCreated;
|
|
19
|
-
}
|
|
20
|
-
set dateCreated(value) {
|
|
21
|
-
this._dateCreated = value;
|
|
22
|
-
}
|
|
23
|
-
get dateUpdated() {
|
|
24
|
-
return this._dateUpdated;
|
|
25
|
-
}
|
|
26
|
-
set dateUpdated(value) {
|
|
27
|
-
this._dateUpdated = value;
|
|
28
|
-
}
|
|
29
|
-
get dateExpires() {
|
|
30
|
-
return this._dateExpires;
|
|
31
|
-
}
|
|
32
|
-
set dateExpires(value) {
|
|
33
|
-
this._dateExpires = value;
|
|
34
|
-
}
|
|
35
|
-
get data() {
|
|
36
|
-
return this._data;
|
|
37
|
-
}
|
|
38
|
-
set data(value) {
|
|
39
|
-
this._data = value;
|
|
40
|
-
}
|
|
41
|
-
get revision() {
|
|
42
|
-
return this._revision;
|
|
43
|
-
}
|
|
44
|
-
set revision(value) {
|
|
45
|
-
this._revision = value;
|
|
46
|
-
}
|
|
47
|
-
get serviceSid() {
|
|
48
|
-
return this._serviceSid;
|
|
49
|
-
}
|
|
50
|
-
set serviceSid(value) {
|
|
51
|
-
this._serviceSid = value;
|
|
52
|
-
}
|
|
53
|
-
get url() {
|
|
54
|
-
return this._url;
|
|
55
|
-
}
|
|
56
|
-
set url(value) {
|
|
57
|
-
this._url = value;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
exports.SyncServiceItemResource = SyncServiceItemResource;
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { DatabaseTypes, IDatabaseClientConfig } from "../../common/interface/IDatabaseConfig";
|
|
2
|
-
export declare class TwilioAPIKeyConfig implements IDatabaseClientConfig {
|
|
3
|
-
type: DatabaseTypes;
|
|
4
|
-
private _apiKey;
|
|
5
|
-
private _apiSecret;
|
|
6
|
-
private _accountSid;
|
|
7
|
-
constructor(accountSid: string, apiKey: string, apiSecret: string);
|
|
8
|
-
set apiKey(value: string);
|
|
9
|
-
get apiKey(): string;
|
|
10
|
-
set apiSecret(value: string);
|
|
11
|
-
get apiSecret(): string;
|
|
12
|
-
set accountSid(value: string);
|
|
13
|
-
get accountSid(): string;
|
|
14
|
-
}
|