hgs-twilio-class-lib 1.1.50 → 1.1.51
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/lib/aws/abstract/ServiceObjectStore.js +2 -10
- package/lib/aws/abstract/ServiceObjectStore.js.map +1 -0
- package/lib/aws/abstract/ServiceOpenRequest.js +2 -10
- package/lib/aws/abstract/ServiceOpenRequest.js.map +1 -0
- package/lib/aws/abstract/ServiceRequest.js +2 -7
- package/lib/aws/abstract/ServiceRequest.js.map +1 -0
- package/lib/aws/abstract/ServiceResource.js +2 -31
- package/lib/aws/abstract/ServiceResource.js.map +1 -0
- package/lib/aws/abstract/ServiceResourceFactory.js +2 -14
- package/lib/aws/abstract/ServiceResourceFactory.js.map +1 -0
- package/lib/aws/abstract/ServiceTransaction.js +2 -11
- package/lib/aws/abstract/ServiceTransaction.js.map +1 -0
- package/lib/aws/impl/AWSAPIConfig.js +2 -38
- package/lib/aws/impl/AWSAPIConfig.js.map +1 -0
- package/lib/aws/impl/AWSClient.js +2 -35
- package/lib/aws/impl/AWSClient.js.map +1 -0
- package/lib/aws/impl/AWSConnectAPIConfig.js +2 -38
- package/lib/aws/impl/AWSConnectAPIConfig.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoOpenRequest.js +2 -24
- package/lib/aws/impl/DynamoDB/DynamoOpenRequest.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoRequest.js +2 -21
- package/lib/aws/impl/DynamoDB/DynamoRequest.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoResourse.js +2 -45
- package/lib/aws/impl/DynamoDB/DynamoResourse.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoServiceFactory.js +2 -63
- package/lib/aws/impl/DynamoDB/DynamoServiceFactory.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoTable.js +2 -126
- package/lib/aws/impl/DynamoDB/DynamoTable.js.map +1 -0
- package/lib/aws/impl/DynamoDB/DynamoTransaction.js +2 -37
- package/lib/aws/impl/DynamoDB/DynamoTransaction.js.map +1 -0
- package/lib/aws/impl/HoopServices/HoopService.js +2 -124
- package/lib/aws/impl/HoopServices/HoopService.js.map +1 -0
- package/lib/aws/impl/HoopServices/HoopServiceFactory.js +2 -53
- package/lib/aws/impl/HoopServices/HoopServiceFactory.js.map +1 -0
- package/lib/aws/impl/HoopServices/HoopServiceOpenRequest.js +2 -24
- package/lib/aws/impl/HoopServices/HoopServiceOpenRequest.js.map +1 -0
- package/lib/aws/impl/HoopServices/HoopServiceResource.js +2 -46
- package/lib/aws/impl/HoopServices/HoopServiceResource.js.map +1 -0
- package/lib/aws/impl/HoopServices/HoopServiceTransaction.js +2 -37
- package/lib/aws/impl/HoopServices/HoopServiceTransaction.js.map +1 -0
- package/lib/aws/interface/IDirection.js +2 -2
- package/lib/aws/interface/IDirection.js.map +1 -0
- package/lib/aws/interface/ILink.js +2 -2
- package/lib/aws/interface/ILink.js.map +1 -0
- package/lib/aws/interface/IServiceDBOpenRequest.js +2 -2
- package/lib/aws/interface/IServiceDBOpenRequest.js.map +1 -0
- package/lib/aws/interface/IServiceObjectStore.js +2 -2
- package/lib/aws/interface/IServiceObjectStore.js.map +1 -0
- package/lib/aws/interface/IServiceObjectStoreParameters.js +2 -2
- package/lib/aws/interface/IServiceObjectStoreParameters.js.map +1 -0
- package/lib/aws/interface/IServiceRequest.js +2 -2
- package/lib/aws/interface/IServiceRequest.js.map +1 -0
- package/lib/aws/interface/IServiceResource.js +2 -2
- package/lib/aws/interface/IServiceResource.js.map +1 -0
- package/lib/aws/interface/IServiceTransation.js +2 -2
- package/lib/aws/interface/IServiceTransation.js.map +1 -0
- package/lib/aws/interface/ISubResourceUri.js +2 -2
- package/lib/aws/interface/ISubResourceUri.js.map +1 -0
- package/lib/aws/interface/ISyncItemData.js +2 -1
- package/lib/aws/interface/ISyncItemData.js.map +1 -0
- package/lib/aws/interface/ISyncObjectStoreParameters.js +2 -1
- package/lib/aws/interface/ISyncObjectStoreParameters.js.map +1 -0
- package/lib/aws/interface/ISyncTransactionOptions.js +2 -2
- package/lib/aws/interface/ISyncTransactionOptions.js.map +1 -0
- package/lib/common/abstract/CommonError.js +2 -12
- package/lib/common/abstract/CommonError.js.map +1 -0
- package/lib/common/abstract/Database.js +2 -58
- package/lib/common/abstract/Database.js.map +1 -0
- package/lib/common/abstract/DatabaseClient.js +2 -21
- package/lib/common/abstract/DatabaseClient.js.map +1 -0
- package/lib/common/abstract/DatabaseClientConfig.js +2 -9
- package/lib/common/abstract/DatabaseClientConfig.js.map +1 -0
- package/lib/common/abstract/DatabaseFactory.js +2 -32
- package/lib/common/abstract/DatabaseFactory.js.map +1 -0
- package/lib/common/abstract/DatabaseObjectStore.js +2 -13
- package/lib/common/abstract/DatabaseObjectStore.js.map +1 -0
- package/lib/common/abstract/DatabaseOpenRequest.js +2 -13
- package/lib/common/abstract/DatabaseOpenRequest.js.map +1 -0
- package/lib/common/abstract/DatabaseRequest.js +2 -14
- package/lib/common/abstract/DatabaseRequest.js.map +1 -0
- package/lib/common/abstract/DatabaseTransaction.js +2 -13
- package/lib/common/abstract/DatabaseTransaction.js.map +1 -0
- package/lib/common/abstract/Filter.js +2 -30
- package/lib/common/abstract/Filter.js.map +1 -0
- package/lib/common/enum/ErrorTypes.js +2 -9
- package/lib/common/enum/ErrorTypes.js.map +1 -0
- package/lib/common/enum/FilterTypes.js +2 -14
- package/lib/common/enum/FilterTypes.js.map +1 -0
- package/lib/common/interface/IDatabaesInfo.js +2 -2
- package/lib/common/interface/IDatabaesInfo.js.map +1 -0
- package/lib/common/interface/IDatabase.js +2 -2
- package/lib/common/interface/IDatabase.js.map +1 -0
- package/lib/common/interface/IDatabaseClient.js +2 -2
- package/lib/common/interface/IDatabaseClient.js.map +1 -0
- package/lib/common/interface/IDatabaseConfig.js +2 -10
- package/lib/common/interface/IDatabaseConfig.js.map +1 -0
- package/lib/common/interface/IDatabaseDBOpenRequest.js +2 -2
- package/lib/common/interface/IDatabaseDBOpenRequest.js.map +1 -0
- package/lib/common/interface/IDatabaseFactory.js +2 -2
- package/lib/common/interface/IDatabaseFactory.js.map +1 -0
- package/lib/common/interface/IDatabaseObjectStore.js +2 -2
- package/lib/common/interface/IDatabaseObjectStore.js.map +1 -0
- package/lib/common/interface/IDatabaseObjectStoreParameters.js +2 -2
- package/lib/common/interface/IDatabaseObjectStoreParameters.js.map +1 -0
- package/lib/common/interface/IDatabaseRecord.js +2 -2
- package/lib/common/interface/IDatabaseRecord.js.map +1 -0
- package/lib/common/interface/IDatabaseRequest.js +2 -2
- package/lib/common/interface/IDatabaseRequest.js.map +1 -0
- package/lib/common/interface/IDatabaseTransaction.js +2 -2
- package/lib/common/interface/IDatabaseTransaction.js.map +1 -0
- package/lib/common/interface/IDatabaseTransactionOptions.js +2 -2
- package/lib/common/interface/IDatabaseTransactionOptions.js.map +1 -0
- package/lib/common/interface/IError.js +2 -2
- package/lib/common/interface/IError.js.map +1 -0
- package/lib/common/interface/IErrorDetails.js +2 -2
- package/lib/common/interface/IErrorDetails.js.map +1 -0
- package/lib/common/interface/IFilter.js +2 -2
- package/lib/common/interface/IFilter.js.map +1 -0
- package/lib/common/type/DatabaseReadyType.js +2 -2
- package/lib/common/type/DatabaseReadyType.js.map +1 -0
- package/lib/common/type/FilterInputType.js +2 -2
- package/lib/common/type/FilterInputType.js.map +1 -0
- package/lib/common/type/SearchParameterType.js +2 -3
- package/lib/common/type/SearchParameterType.js.map +1 -0
- package/lib/common/utils/dateFormat.js +2 -58
- package/lib/common/utils/dateFormat.js.map +1 -0
- package/lib/common/utils/filter.js +2 -99
- package/lib/common/utils/filter.js.map +1 -0
- package/lib/common/utils/newFilter.js +2 -126
- package/lib/common/utils/newFilter.js.map +1 -0
- package/lib/common/utils/pagination.js +2 -9
- package/lib/common/utils/pagination.js.map +1 -0
- package/lib/common/utils/search.js +2 -14
- package/lib/common/utils/search.js.map +1 -0
- package/lib/common/utils/sort.js +2 -13
- package/lib/common/utils/sort.js.map +1 -0
- package/lib/config/AWSConfig.js +2 -9
- package/lib/config/AWSConfig.js.map +1 -0
- package/lib/config/DatabaseConfig.js +2 -36
- package/lib/config/DatabaseConfig.js.map +1 -0
- package/lib/config/TwilioConfig.js +2 -7
- package/lib/config/TwilioConfig.js.map +1 -0
- package/lib/controller/Common.d.ts +0 -1
- package/lib/controller/Common.d.ts.map +1 -1
- package/lib/controller/Common.js +2 -76
- package/lib/controller/Common.js.map +1 -0
- package/lib/controller/DatabaseFactoryCollection.js +2 -14
- package/lib/controller/DatabaseFactoryCollection.js.map +1 -0
- package/lib/controller/MainController.js +2 -174
- package/lib/controller/MainController.js.map +1 -0
- package/lib/controller/aws/HoopBuisnessHours.js +2 -408
- package/lib/controller/aws/HoopBuisnessHours.js.map +1 -0
- package/lib/controller/aws/HoopOperationsController.js +2 -86
- package/lib/controller/aws/HoopOperationsController.js.map +1 -0
- package/lib/controller/aws/HoopOverrideBranchesController.js +2 -40
- package/lib/controller/aws/HoopOverrideBranchesController.js.map +1 -0
- package/lib/controller/aws/HoopProfilesListController.js +2 -61
- package/lib/controller/aws/HoopProfilesListController.js.map +1 -0
- package/lib/controller/aws/PlaybackScreenrecordings.js +2 -63
- package/lib/controller/aws/PlaybackScreenrecordings.js.map +1 -0
- package/lib/controller/twilio/AgentActionsController.js +2 -177
- package/lib/controller/twilio/AgentActionsController.js.map +1 -0
- package/lib/controller/twilio/AgentScorecardController.js +2 -173
- package/lib/controller/twilio/AgentScorecardController.js.map +1 -0
- package/lib/controller/twilio/AuditLogController.js +2 -137
- package/lib/controller/twilio/AuditLogController.js.map +1 -0
- package/lib/controller/twilio/CallLogsController.js +2 -131
- package/lib/controller/twilio/CallLogsController.js.map +1 -0
- package/lib/controller/twilio/CallbackAndVoicemailController.js +2 -114
- package/lib/controller/twilio/CallbackAndVoicemailController.js.map +1 -0
- package/lib/controller/twilio/ChannelSettingTaskInfoController.js +2 -117
- package/lib/controller/twilio/ChannelSettingTaskInfoController.js.map +1 -0
- package/lib/controller/twilio/ChannelSettingsController.js +2 -142
- package/lib/controller/twilio/ChannelSettingsController.js.map +1 -0
- package/lib/controller/twilio/CxConfigAssetController.d.ts.map +1 -1
- package/lib/controller/twilio/CxConfigAssetController.js +2 -128
- package/lib/controller/twilio/CxConfigAssetController.js.map +1 -0
- package/lib/controller/twilio/CxConfigController.js +2 -112
- package/lib/controller/twilio/CxConfigController.js.map +1 -0
- package/lib/controller/twilio/CxConfigExternalNumbersController.js +2 -138
- package/lib/controller/twilio/CxConfigExternalNumbersController.js.map +1 -0
- package/lib/controller/twilio/CxConfigOther.js +2 -128
- package/lib/controller/twilio/CxConfigOther.js.map +1 -0
- package/lib/controller/twilio/CxConfigQueueMenuController.js +2 -129
- package/lib/controller/twilio/CxConfigQueueMenuController.js.map +1 -0
- package/lib/controller/twilio/CxConfigUIconfigController.js +2 -132
- package/lib/controller/twilio/CxConfigUIconfigController.js.map +1 -0
- package/lib/controller/twilio/GPMController.js +2 -151
- package/lib/controller/twilio/GPMController.js.map +1 -0
- package/lib/controller/twilio/HoopBusinessHoursController.js +2 -285
- package/lib/controller/twilio/HoopBusinessHoursController.js.map +1 -0
- package/lib/controller/twilio/HoopHolidaysController.js +2 -150
- package/lib/controller/twilio/HoopHolidaysController.js.map +1 -0
- package/lib/controller/twilio/HoopMainController.js +2 -297
- package/lib/controller/twilio/HoopMainController.js.map +1 -0
- package/lib/controller/twilio/HoopNotesController.js +2 -149
- package/lib/controller/twilio/HoopNotesController.js.map +1 -0
- package/lib/controller/twilio/HoopOperationsController.js +2 -138
- package/lib/controller/twilio/HoopOperationsController.js.map +1 -0
- package/lib/controller/twilio/HoopOverrideBranchesController.js +2 -137
- package/lib/controller/twilio/HoopOverrideBranchesController.js.map +1 -0
- package/lib/controller/twilio/HoopPartialDaysController.js +2 -150
- package/lib/controller/twilio/HoopPartialDaysController.js.map +1 -0
- package/lib/controller/twilio/HoopProfilesListController.js +2 -147
- package/lib/controller/twilio/HoopProfilesListController.js.map +1 -0
- package/lib/controller/twilio/NavigationController.js +2 -170
- package/lib/controller/twilio/NavigationController.js.map +1 -0
- package/lib/controller/twilio/QualityFormsController.js +2 -129
- package/lib/controller/twilio/QualityFormsController.js.map +1 -0
- package/lib/controller/twilio/QuickLinkController.js +2 -122
- package/lib/controller/twilio/QuickLinkController.js.map +1 -0
- package/lib/controller/twilio/RealTimeReportQueueDetailsController.js +2 -126
- package/lib/controller/twilio/RealTimeReportQueueDetailsController.js.map +1 -0
- package/lib/controller/twilio/RealTimeReportsWGDetailsController.js +2 -160
- package/lib/controller/twilio/RealTimeReportsWGDetailsController.js.map +1 -0
- package/lib/controller/twilio/TaskInfoPanelController.js +2 -134
- package/lib/controller/twilio/TaskInfoPanelController.js.map +1 -0
- package/lib/controller/twilio/filterImpl/AgentScorecardFilter.js +2 -52
- package/lib/controller/twilio/filterImpl/AgentScorecardFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/AuditLogsFilter.js +2 -89
- package/lib/controller/twilio/filterImpl/AuditLogsFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CXConfigPromptFilter.js +2 -81
- package/lib/controller/twilio/filterImpl/CXConfigPromptFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CallLogsFilter.js +2 -101
- package/lib/controller/twilio/filterImpl/CallLogsFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CxConfigAssetFilter.js +2 -59
- package/lib/controller/twilio/filterImpl/CxConfigAssetFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CxConfigExternalNumbersFilter.js +2 -67
- package/lib/controller/twilio/filterImpl/CxConfigExternalNumbersFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CxConfigOtherFilter.js +2 -52
- package/lib/controller/twilio/filterImpl/CxConfigOtherFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CxConfigQueueMenuFilter.js +2 -78
- package/lib/controller/twilio/filterImpl/CxConfigQueueMenuFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/CxConfigUIconfigFilter.js +2 -51
- package/lib/controller/twilio/filterImpl/CxConfigUIconfigFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/HoopHolidaysFilter.js +2 -55
- package/lib/controller/twilio/filterImpl/HoopHolidaysFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/HoopNotesFilter.js +2 -51
- package/lib/controller/twilio/filterImpl/HoopNotesFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/HoopPartialDaysFilter.js +2 -55
- package/lib/controller/twilio/filterImpl/HoopPartialDaysFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/MainFilterService.js +2 -108
- package/lib/controller/twilio/filterImpl/MainFilterService.js.map +1 -0
- package/lib/controller/twilio/filterImpl/NavigationFilter.js +2 -90
- package/lib/controller/twilio/filterImpl/NavigationFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/QueueDetailsFilter.js +2 -53
- package/lib/controller/twilio/filterImpl/QueueDetailsFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/TaskCompleteFilter.js +2 -62
- package/lib/controller/twilio/filterImpl/TaskCompleteFilter.js.map +1 -0
- package/lib/controller/twilio/filterImpl/TaskInfoPanelFilter.js +2 -52
- package/lib/controller/twilio/filterImpl/TaskInfoPanelFilter.js.map +1 -0
- package/lib/express/ApiResponse.js +2 -11
- package/lib/express/ApiResponse.js.map +1 -0
- package/lib/express/RequestValidator.js +2 -77
- package/lib/express/RequestValidator.js.map +1 -0
- package/lib/express/RequireParamsPicker.js +2 -14
- package/lib/express/RequireParamsPicker.js.map +1 -0
- package/lib/express/ValidateRequireParameters.js +2 -39
- package/lib/express/ValidateRequireParameters.js.map +1 -0
- package/lib/index.js +2 -100
- package/lib/index.js.map +1 -0
- package/lib/models/BatchUpdateSkills.model.js +2 -11
- package/lib/models/BatchUpdateSkills.model.js.map +1 -0
- package/lib/models/CannedMessage.model.js +2 -1
- package/lib/models/CannedMessage.model.js.map +1 -0
- package/lib/models/ChannelSettingsTaskInfo.model.js +2 -1
- package/lib/models/ChannelSettingsTaskInfo.model.js.map +1 -0
- package/lib/models/CustomerFeedback.model.js +2 -1
- package/lib/models/CustomerFeedback.model.js.map +1 -0
- package/lib/models/Filter.model.js +2 -2
- package/lib/models/Filter.model.js.map +1 -0
- package/lib/models/Hoop.model.js +2 -9
- package/lib/models/Hoop.model.js.map +1 -0
- package/lib/models/Navigation.model.js +2 -8
- package/lib/models/Navigation.model.js.map +1 -0
- package/lib/models/Roles.Model.js +2 -1
- package/lib/models/Roles.Model.js.map +1 -0
- package/lib/models/abstract/BaseModel.js +2 -40
- package/lib/models/abstract/BaseModel.js.map +1 -0
- package/lib/models/abstract/BaseModelOld.js +2 -13
- package/lib/models/abstract/BaseModelOld.js.map +1 -0
- package/lib/models/impl/AgentActionsLogsModel.js +2 -89
- package/lib/models/impl/AgentActionsLogsModel.js.map +1 -0
- package/lib/models/impl/AgentActionsModel.js +2 -60
- package/lib/models/impl/AgentActionsModel.js.map +1 -0
- package/lib/models/impl/AgentScorecardModel.js +2 -282
- package/lib/models/impl/AgentScorecardModel.js.map +1 -0
- package/lib/models/impl/AuditLogsModel.js +2 -146
- package/lib/models/impl/AuditLogsModel.js.map +1 -0
- package/lib/models/impl/CallLogsModel.js +2 -109
- package/lib/models/impl/CallLogsModel.js.map +1 -0
- package/lib/models/impl/CallStatisticsModel.js +2 -52
- package/lib/models/impl/CallStatisticsModel.js.map +1 -0
- package/lib/models/impl/CategoryDetailsModel.js +2 -44
- package/lib/models/impl/CategoryDetailsModel.js.map +1 -0
- package/lib/models/impl/MemberModel.js +2 -170
- package/lib/models/impl/MemberModel.js.map +1 -0
- package/lib/models/impl/ModelValidationError.js +2 -15
- package/lib/models/impl/ModelValidationError.js.map +1 -0
- package/lib/models/impl/NavigationModel.js +2 -126
- package/lib/models/impl/NavigationModel.js.map +1 -0
- package/lib/models/impl/PerformanceStatisticsModel.js +2 -129
- package/lib/models/impl/PerformanceStatisticsModel.js.map +1 -0
- package/lib/models/impl/PlaybackScreenrecordings.js +2 -133
- package/lib/models/impl/PlaybackScreenrecordings.js.map +1 -0
- package/lib/models/impl/ProfileModel.js +2 -102
- package/lib/models/impl/ProfileModel.js.map +1 -0
- package/lib/models/impl/QualityFormsModel.js +2 -150
- package/lib/models/impl/QualityFormsModel.js.map +1 -0
- package/lib/models/impl/QuestionDetailsModel.js +2 -173
- package/lib/models/impl/QuestionDetailsModel.js.map +1 -0
- package/lib/models/impl/QueueDetailsModel.js +2 -261
- package/lib/models/impl/QueueDetailsModel.js.map +1 -0
- package/lib/models/impl/QueueModel.js +2 -156
- package/lib/models/impl/QueueModel.js.map +1 -0
- package/lib/models/impl/QuickLinkModel.js +2 -122
- package/lib/models/impl/QuickLinkModel.js.map +1 -0
- package/lib/models/impl/StatisticsNumberDetailsModel.js +2 -72
- package/lib/models/impl/StatisticsNumberDetailsModel.js.map +1 -0
- package/lib/models/impl/StatisticsTimeDetailsModel.js +2 -72
- package/lib/models/impl/StatisticsTimeDetailsModel.js.map +1 -0
- package/lib/models/impl/TaskAttributesModel.js +2 -108
- package/lib/models/impl/TaskAttributesModel.js.map +1 -0
- package/lib/models/impl/TaskChannelModel.js +2 -69
- package/lib/models/impl/TaskChannelModel.js.map +1 -0
- package/lib/models/impl/TaskComplete.js +2 -1
- package/lib/models/impl/TaskComplete.js.map +1 -0
- package/lib/models/impl/TaskInfoPanelModel.js +2 -69
- package/lib/models/impl/TaskInfoPanelModel.js.map +1 -0
- package/lib/models/impl/TaskModel.js +2 -234
- package/lib/models/impl/TaskModel.js.map +1 -0
- package/lib/models/impl/WorkGroupDetailsModel.js +2 -281
- package/lib/models/impl/WorkGroupDetailsModel.js.map +1 -0
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailModel.js +2 -140
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailModel.js.map +1 -0
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailNamespace.js +2 -12
- package/lib/models/impl/callbackandvoicemail/CallbackAndVoicemailNamespace.js.map +1 -0
- package/lib/models/impl/callbackandvoicemail/CallbackModel.js +2 -82
- package/lib/models/impl/callbackandvoicemail/CallbackModel.js.map +1 -0
- package/lib/models/impl/callbackandvoicemail/VoicemailModel.js +2 -108
- package/lib/models/impl/callbackandvoicemail/VoicemailModel.js.map +1 -0
- package/lib/models/impl/channelsettings/ChannelSettingModel.js +2 -240
- package/lib/models/impl/channelsettings/ChannelSettingModel.js.map +1 -0
- package/lib/models/impl/channelsettings/ChannelSettingTaskInfoModel.js +2 -106
- package/lib/models/impl/channelsettings/ChannelSettingTaskInfoModel.js.map +1 -0
- package/lib/models/impl/channelsettings/TaskInfoAttributeModel.js +2 -80
- package/lib/models/impl/channelsettings/TaskInfoAttributeModel.js.map +1 -0
- package/lib/models/impl/channelsettings/TaskInfoModel.js +2 -52
- package/lib/models/impl/channelsettings/TaskInfoModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfigNamespace.js +2 -20
- package/lib/models/impl/cxconfig/CxConfigNamespace.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfigUIConfigModel.js +2 -103
- package/lib/models/impl/cxconfig/CxConfigUIConfigModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorConfigModel.js +2 -103
- package/lib/models/impl/cxconfig/CxConfiguratorConfigModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorExternalNumbersModel.js +2 -149
- package/lib/models/impl/cxconfig/CxConfiguratorExternalNumbersModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorGPMAssetModel.js +2 -179
- package/lib/models/impl/cxconfig/CxConfiguratorGPMAssetModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorGPMPromptModel.js +2 -213
- package/lib/models/impl/cxconfig/CxConfiguratorGPMPromptModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorOtherModel.js +2 -96
- package/lib/models/impl/cxconfig/CxConfiguratorOtherModel.js.map +1 -0
- package/lib/models/impl/cxconfig/CxConfiguratorQueueMenuModel.js +2 -128
- package/lib/models/impl/cxconfig/CxConfiguratorQueueMenuModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopBusinessHoursModel.js +2 -122
- package/lib/models/impl/hoop/HoopBusinessHoursModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopDescriptionModel.js +2 -64
- package/lib/models/impl/hoop/HoopDescriptionModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopHolidaysImplModel.js +2 -118
- package/lib/models/impl/hoop/HoopHolidaysImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopNotesImplModel.js +2 -117
- package/lib/models/impl/hoop/HoopNotesImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopOperationsImplModel.js +2 -161
- package/lib/models/impl/hoop/HoopOperationsImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopOverrideImplModel.js +2 -143
- package/lib/models/impl/hoop/HoopOverrideImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopPartialDaysImplModel.js +2 -140
- package/lib/models/impl/hoop/HoopPartialDaysImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopProfilesListImplModel.js +2 -104
- package/lib/models/impl/hoop/HoopProfilesListImplModel.js.map +1 -0
- package/lib/models/impl/hoop/HoopWeeklyTimingModel.js +2 -86
- package/lib/models/impl/hoop/HoopWeeklyTimingModel.js.map +1 -0
- package/lib/models/index.js +2 -53
- package/lib/models/index.js.map +1 -0
- package/lib/models/interface/IBaseModel.js +2 -2
- package/lib/models/interface/IBaseModel.js.map +1 -0
- package/lib/models/types/AgentScorecard.type.js +2 -7
- package/lib/models/types/AgentScorecard.type.js.map +1 -0
- package/lib/models/types/AuditLog.type.js +2 -10
- package/lib/models/types/AuditLog.type.js.map +1 -0
- package/lib/models/types/CallLog.type.js +2 -10
- package/lib/models/types/CallLog.type.js.map +1 -0
- package/lib/models/types/ChannelSetting.type.js +2 -11
- package/lib/models/types/ChannelSetting.type.js.map +1 -0
- package/lib/models/types/CxConfig.type.js +2 -43
- package/lib/models/types/CxConfig.type.js.map +1 -0
- package/lib/models/types/Hoop.type.js +2 -13
- package/lib/models/types/Hoop.type.js.map +1 -0
- package/lib/models/types/Navigation.type.js +2 -8
- package/lib/models/types/Navigation.type.js.map +1 -0
- package/lib/models/types/Profile.type.js +2 -2
- package/lib/models/types/Profile.type.js.map +1 -0
- package/lib/models/types/QueueDetails.type.js +2 -7
- package/lib/models/types/QueueDetails.type.js.map +1 -0
- package/lib/models/types/TaskComplete.type.js +2 -6
- package/lib/models/types/TaskComplete.type.js.map +1 -0
- package/lib/models/types/TaskInfoPanel.type.js +2 -7
- package/lib/models/types/TaskInfoPanel.type.js.map +1 -0
- package/lib/server.js +2 -39
- package/lib/server.js.map +1 -0
- package/lib/twilio/abstract/ServiceObjectStore.js +2 -10
- package/lib/twilio/abstract/ServiceObjectStore.js.map +1 -0
- package/lib/twilio/abstract/ServiceOpenRequest.js +2 -10
- package/lib/twilio/abstract/ServiceOpenRequest.js.map +1 -0
- package/lib/twilio/abstract/ServiceRequest.js +2 -7
- package/lib/twilio/abstract/ServiceRequest.js.map +1 -0
- package/lib/twilio/abstract/ServiceResource.js +2 -37
- package/lib/twilio/abstract/ServiceResource.js.map +1 -0
- package/lib/twilio/abstract/ServiceResourceFactory.js +2 -18
- package/lib/twilio/abstract/ServiceResourceFactory.js.map +1 -0
- package/lib/twilio/abstract/ServiceTransaction.js +2 -11
- package/lib/twilio/abstract/ServiceTransaction.js.map +1 -0
- package/lib/twilio/abstract/SyncServiceItemResource.js +2 -60
- package/lib/twilio/abstract/SyncServiceItemResource.js.map +1 -0
- package/lib/twilio/abstract/TwilioClientConfig.js +2 -1
- package/lib/twilio/abstract/TwilioClientConfig.js.map +1 -0
- package/lib/twilio/impl/TwilioAPIKeyConfig.js +2 -31
- package/lib/twilio/impl/TwilioAPIKeyConfig.js.map +1 -0
- package/lib/twilio/impl/TwilioAuthTokenConfig.js +2 -24
- package/lib/twilio/impl/TwilioAuthTokenConfig.js.map +1 -0
- package/lib/twilio/impl/TwilioClient.js +2 -21
- package/lib/twilio/impl/TwilioClient.js.map +1 -0
- package/lib/twilio/impl/message/messageService.js +2 -42
- package/lib/twilio/impl/message/messageService.js.map +1 -0
- package/lib/twilio/impl/sync/SyncDocument.js +2 -52
- package/lib/twilio/impl/sync/SyncDocument.js.map +1 -0
- package/lib/twilio/impl/sync/SyncDocumentTransaction.js +2 -31
- package/lib/twilio/impl/sync/SyncDocumentTransaction.js.map +1 -0
- package/lib/twilio/impl/sync/SyncList.js +2 -52
- package/lib/twilio/impl/sync/SyncList.js.map +1 -0
- package/lib/twilio/impl/sync/SyncListItem.js +2 -22
- package/lib/twilio/impl/sync/SyncListItem.js.map +1 -0
- package/lib/twilio/impl/sync/SyncListTransaction.js +2 -31
- package/lib/twilio/impl/sync/SyncListTransaction.js.map +1 -0
- package/lib/twilio/impl/sync/SyncMap.js +2 -139
- package/lib/twilio/impl/sync/SyncMap.js.map +1 -0
- package/lib/twilio/impl/sync/SyncMapItem.js +2 -7
- package/lib/twilio/impl/sync/SyncMapItem.js.map +1 -0
- package/lib/twilio/impl/sync/SyncMapTransaction.js +2 -38
- package/lib/twilio/impl/sync/SyncMapTransaction.js.map +1 -0
- package/lib/twilio/impl/sync/SyncOpenRequest.js +2 -24
- package/lib/twilio/impl/sync/SyncOpenRequest.js.map +1 -0
- package/lib/twilio/impl/sync/SyncRequest.js +2 -21
- package/lib/twilio/impl/sync/SyncRequest.js.map +1 -0
- package/lib/twilio/impl/sync/SyncResource.js +2 -97
- package/lib/twilio/impl/sync/SyncResource.js.map +1 -0
- package/lib/twilio/impl/sync/SyncServiceFactory.js +2 -117
- package/lib/twilio/impl/sync/SyncServiceFactory.js.map +1 -0
- package/lib/twilio/interface/IDirection.js +2 -2
- package/lib/twilio/interface/IDirection.js.map +1 -0
- package/lib/twilio/interface/ILink.js +2 -2
- package/lib/twilio/interface/ILink.js.map +1 -0
- package/lib/twilio/interface/IServiceDBOpenRequest.js +2 -2
- package/lib/twilio/interface/IServiceDBOpenRequest.js.map +1 -0
- package/lib/twilio/interface/IServiceObjectStore.js +2 -2
- package/lib/twilio/interface/IServiceObjectStore.js.map +1 -0
- package/lib/twilio/interface/IServiceObjectStoreParameters.js +2 -2
- package/lib/twilio/interface/IServiceObjectStoreParameters.js.map +1 -0
- package/lib/twilio/interface/IServiceRequest.js +2 -2
- package/lib/twilio/interface/IServiceRequest.js.map +1 -0
- package/lib/twilio/interface/IServiceResource.js +2 -2
- package/lib/twilio/interface/IServiceResource.js.map +1 -0
- package/lib/twilio/interface/IServiceTransation.js +2 -2
- package/lib/twilio/interface/IServiceTransation.js.map +1 -0
- package/lib/twilio/interface/ISubResourceUri.js +2 -2
- package/lib/twilio/interface/ISubResourceUri.js.map +1 -0
- package/lib/twilio/interface/ISyncItemData.js +2 -1
- package/lib/twilio/interface/ISyncItemData.js.map +1 -0
- package/lib/twilio/interface/ISyncObjectStoreParameters.js +2 -1
- package/lib/twilio/interface/ISyncObjectStoreParameters.js.map +1 -0
- package/lib/twilio/interface/ISyncTransactionOptions.js +2 -2
- package/lib/twilio/interface/ISyncTransactionOptions.js.map +1 -0
- package/package.json +10 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatisticsNumberDetailsModel.js","sources":["../../../../models/impl/StatisticsNumberDetailsModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","StatisticsNumberDetailsModel","BaseModel","constructor","currentPeriod","currentShift","previousPeriod","previousShift","super","this","_currentPeriod","_currentShift","_previousPeriod","_previousShift","value","validateData","validationMessages","push","type","fieldDescription","message","exports"],"mappings":"mGAAA,MAAkDA,EAAAC,QAAA,yBAGlD,MAAaC,UAAqCF,EAASG,UAMvD,WAAAC,CACIC,EACAC,EACAC,EACAC,GAEAC,QACAC,KAAKC,eAAiBN,EACtBK,KAAKE,cAAgBN,EACrBI,KAAKG,gBAAkBN,EACvBG,KAAKI,eAAiBN,CACzB,CAGD,iBAAWH,GACP,OAAOK,KAAKC,cACf,CAED,iBAAWN,CAAcU,GACrBL,KAAKC,eAAiBI,CACzB,CAED,gBAAWT,GACP,OAAOI,KAAKE,aACf,CAED,gBAAWN,CAAaS,GACpBL,KAAKE,cAAgBG,CACxB,CAED,kBAAWR,GACP,OAAOG,KAAKG,eACf,CAED,kBAAWN,CAAeQ,GACtBL,KAAKG,gBAAkBE,CAC1B,CAED,iBAAWP,GACP,OAAOE,KAAKI,cACf,CAED,iBAAWN,CAAcO,GACrBL,KAAKI,eAAiBC,CACzB,CAGD,YAAAC,GAmCI,OAlCAN,KAAKO,mBAAqB,IAES,iBAAxBP,KAAKC,gBAA+BD,KAAKC,eAAiB,IACjED,KAAKO,mBAAmBC,KAAK,CACzBC,KAAM,QACNC,iBAAkB,gBAClBC,QAAS,kDAIiB,iBAAvBX,KAAKE,eAA8BF,KAAKE,cAAgB,IAC/DF,KAAKO,mBAAmBC,KAAK,CACzBC,KAAM,QACNC,iBAAkB,eAClBC,QAAS,iDAImB,iBAAzBX,KAAKG,iBAAgCH,KAAKG,gBAAkB,IACnEH,KAAKO,mBAAmBC,KAAK,CACzBC,KAAM,QACNC,iBAAkB,iBAClBC,QAAS,mDAIkB,iBAAxBX,KAAKI,gBAA+BJ,KAAKI,eAAiB,IACjEJ,KAAKO,mBAAmBC,KAAK,CACzBC,KAAM,QACNC,iBAAkB,gBAClBC,QAAS,iDAIVX,KAAKO,kBACf,EAzFLK,QA0FCpB,6BAAAA"}
|
|
@@ -1,72 +1,2 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
exports.StatisticsTimeDetailsModel = void 0;
|
|
4
|
-
const BaseModel_1 = require("../abstract/BaseModel");
|
|
5
|
-
class StatisticsTimeDetailsModel extends BaseModel_1.BaseModel {
|
|
6
|
-
constructor(currentPeriod, currentShift, previousPeriod, previousShift) {
|
|
7
|
-
super();
|
|
8
|
-
this._currentPeriod = currentPeriod;
|
|
9
|
-
this._currentShift = currentShift;
|
|
10
|
-
this._previousPeriod = previousPeriod;
|
|
11
|
-
this._previousShift = previousShift;
|
|
12
|
-
}
|
|
13
|
-
// Getters and Setters
|
|
14
|
-
get currentPeriod() {
|
|
15
|
-
return this._currentPeriod;
|
|
16
|
-
}
|
|
17
|
-
set currentPeriod(value) {
|
|
18
|
-
this._currentPeriod = value;
|
|
19
|
-
}
|
|
20
|
-
get currentShift() {
|
|
21
|
-
return this._currentShift;
|
|
22
|
-
}
|
|
23
|
-
set currentShift(value) {
|
|
24
|
-
this._currentShift = value;
|
|
25
|
-
}
|
|
26
|
-
get previousPeriod() {
|
|
27
|
-
return this._previousPeriod;
|
|
28
|
-
}
|
|
29
|
-
set previousPeriod(value) {
|
|
30
|
-
this._previousPeriod = value;
|
|
31
|
-
}
|
|
32
|
-
get previousShift() {
|
|
33
|
-
return this._previousShift;
|
|
34
|
-
}
|
|
35
|
-
set previousShift(value) {
|
|
36
|
-
this._previousShift = value;
|
|
37
|
-
}
|
|
38
|
-
// Validation Method
|
|
39
|
-
validateData() {
|
|
40
|
-
this.validationMessages = [];
|
|
41
|
-
if (typeof this._currentPeriod !== "string" || !this._currentPeriod.trim()) {
|
|
42
|
-
this.validationMessages.push({
|
|
43
|
-
type: "Error",
|
|
44
|
-
fieldDescription: "currentPeriod",
|
|
45
|
-
message: "Current period must be a non-empty string",
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
if (typeof this._currentShift !== "string" || !this._currentShift.trim()) {
|
|
49
|
-
this.validationMessages.push({
|
|
50
|
-
type: "Error",
|
|
51
|
-
fieldDescription: "currentShift",
|
|
52
|
-
message: "Current shift must be a non-empty string",
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
if (typeof this._previousPeriod !== "string" || !this._previousPeriod.trim()) {
|
|
56
|
-
this.validationMessages.push({
|
|
57
|
-
type: "Error",
|
|
58
|
-
fieldDescription: "previousPeriod",
|
|
59
|
-
message: "Previous period must be a non-empty string",
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
if (typeof this._previousShift !== "string" || !this._previousShift.trim()) {
|
|
63
|
-
this.validationMessages.push({
|
|
64
|
-
type: "Error",
|
|
65
|
-
fieldDescription: "previousShift",
|
|
66
|
-
message: "Previous shift must be a non-empty string",
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
return this.validationMessages;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.StatisticsTimeDetailsModel = StatisticsTimeDetailsModel;
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.StatisticsTimeDetailsModel=void 0;const e=require("../abstract/BaseModel");class t extends e.BaseModel{constructor(e,t,i,r){super(),this._currentPeriod=e,this._currentShift=t,this._previousPeriod=i,this._previousShift=r}get currentPeriod(){return this._currentPeriod}set currentPeriod(e){this._currentPeriod=e}get currentShift(){return this._currentShift}set currentShift(e){this._currentShift=e}get previousPeriod(){return this._previousPeriod}set previousPeriod(e){this._previousPeriod=e}get previousShift(){return this._previousShift}set previousShift(e){this._previousShift=e}validateData(){return this.validationMessages=[],"string"==typeof this._currentPeriod&&this._currentPeriod.trim()||this.validationMessages.push({type:"Error",fieldDescription:"currentPeriod",message:"Current period must be a non-empty string"}),"string"==typeof this._currentShift&&this._currentShift.trim()||this.validationMessages.push({type:"Error",fieldDescription:"currentShift",message:"Current shift must be a non-empty string"}),"string"==typeof this._previousPeriod&&this._previousPeriod.trim()||this.validationMessages.push({type:"Error",fieldDescription:"previousPeriod",message:"Previous period must be a non-empty string"}),"string"==typeof this._previousShift&&this._previousShift.trim()||this.validationMessages.push({type:"Error",fieldDescription:"previousShift",message:"Previous shift must be a non-empty string"}),this.validationMessages}}exports.StatisticsTimeDetailsModel=t;
|
|
2
|
+
//# sourceMappingURL=StatisticsTimeDetailsModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StatisticsTimeDetailsModel.js","sources":["../../../../models/impl/StatisticsTimeDetailsModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","StatisticsTimeDetailsModel","BaseModel","constructor","currentPeriod","currentShift","previousPeriod","previousShift","super","this","_currentPeriod","_currentShift","_previousPeriod","_previousShift","value","validateData","validationMessages","trim","push","type","fieldDescription","message","exports"],"mappings":"iGAAA,MAAkDA,EAAAC,QAAA,yBAGlD,MAAaC,UAAmCF,EAASG,UAMrD,WAAAC,CACIC,EACAC,EACAC,EACAC,GAEAC,QACAC,KAAKC,eAAiBN,EACtBK,KAAKE,cAAgBN,EACrBI,KAAKG,gBAAkBN,EACvBG,KAAKI,eAAiBN,CACzB,CAGD,iBAAWH,GACP,OAAOK,KAAKC,cACf,CAED,iBAAWN,CAAcU,GACrBL,KAAKC,eAAiBI,CACzB,CAED,gBAAWT,GACP,OAAOI,KAAKE,aACf,CAED,gBAAWN,CAAaS,GACpBL,KAAKE,cAAgBG,CACxB,CAED,kBAAWR,GACP,OAAOG,KAAKG,eACf,CAED,kBAAWN,CAAeQ,GACtBL,KAAKG,gBAAkBE,CAC1B,CAED,iBAAWP,GACP,OAAOE,KAAKI,cACf,CAED,iBAAWN,CAAcO,GACrBL,KAAKI,eAAiBC,CACzB,CAGD,YAAAC,GAmCI,OAlCAN,KAAKO,mBAAqB,GAES,iBAAxBP,KAAKC,gBAAgCD,KAAKC,eAAeO,QAChER,KAAKO,mBAAmBE,KAAK,CACzBC,KAAM,QACNC,iBAAkB,gBAClBC,QAAS,8CAIiB,iBAAvBZ,KAAKE,eAA+BF,KAAKE,cAAcM,QAC9DR,KAAKO,mBAAmBE,KAAK,CACzBC,KAAM,QACNC,iBAAkB,eAClBC,QAAS,6CAImB,iBAAzBZ,KAAKG,iBAAiCH,KAAKG,gBAAgBK,QAClER,KAAKO,mBAAmBE,KAAK,CACzBC,KAAM,QACNC,iBAAkB,iBAClBC,QAAS,+CAIkB,iBAAxBZ,KAAKI,gBAAgCJ,KAAKI,eAAeI,QAChER,KAAKO,mBAAmBE,KAAK,CACzBC,KAAM,QACNC,iBAAkB,gBAClBC,QAAS,8CAIVZ,KAAKO,kBACf,EAzFLM,QA0FCrB,2BAAAA"}
|
|
@@ -1,108 +1,2 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
exports.TaskAttributesModel = exports.ChannelTypeEnum = void 0;
|
|
4
|
-
const BaseModel_1 = require("../abstract/BaseModel");
|
|
5
|
-
var ChannelTypeEnum;
|
|
6
|
-
(function (ChannelTypeEnum) {
|
|
7
|
-
ChannelTypeEnum["voice"] = "voice";
|
|
8
|
-
ChannelTypeEnum["chat"] = "chat";
|
|
9
|
-
ChannelTypeEnum["sms"] = "sms";
|
|
10
|
-
ChannelTypeEnum["video"] = "video";
|
|
11
|
-
ChannelTypeEnum["email"] = "email";
|
|
12
|
-
})(ChannelTypeEnum || (exports.ChannelTypeEnum = ChannelTypeEnum = {}));
|
|
13
|
-
class TaskAttributesModel extends BaseModel_1.BaseModel {
|
|
14
|
-
constructor(channelType, from, email, customerDevice, onHoldTime, conversationSid) {
|
|
15
|
-
super();
|
|
16
|
-
this._channelType = channelType;
|
|
17
|
-
this._from = from;
|
|
18
|
-
this._email = email;
|
|
19
|
-
this._customerDevice = customerDevice;
|
|
20
|
-
this._onHoldTime = onHoldTime;
|
|
21
|
-
this._conversationSid = conversationSid;
|
|
22
|
-
}
|
|
23
|
-
// Getters and Setters
|
|
24
|
-
get channelType() {
|
|
25
|
-
return this._channelType;
|
|
26
|
-
}
|
|
27
|
-
set channelType(value) {
|
|
28
|
-
this._channelType = value;
|
|
29
|
-
}
|
|
30
|
-
get from() {
|
|
31
|
-
return this._from;
|
|
32
|
-
}
|
|
33
|
-
set from(value) {
|
|
34
|
-
this._from = value;
|
|
35
|
-
}
|
|
36
|
-
get email() {
|
|
37
|
-
return this._email;
|
|
38
|
-
}
|
|
39
|
-
set email(value) {
|
|
40
|
-
this._email = value;
|
|
41
|
-
}
|
|
42
|
-
get customerDevice() {
|
|
43
|
-
return this._customerDevice;
|
|
44
|
-
}
|
|
45
|
-
set customerDevice(value) {
|
|
46
|
-
this._customerDevice = value;
|
|
47
|
-
}
|
|
48
|
-
get onHoldTime() {
|
|
49
|
-
return this._onHoldTime;
|
|
50
|
-
}
|
|
51
|
-
set onHoldTime(value) {
|
|
52
|
-
this._onHoldTime = value;
|
|
53
|
-
}
|
|
54
|
-
get conversationSid() {
|
|
55
|
-
return this._conversationSid;
|
|
56
|
-
}
|
|
57
|
-
set conversationSid(value) {
|
|
58
|
-
this._conversationSid = value;
|
|
59
|
-
}
|
|
60
|
-
// Validation Method
|
|
61
|
-
validateData() {
|
|
62
|
-
this.validationMessages = [];
|
|
63
|
-
if (!Object.values(ChannelTypeEnum).includes(this._channelType)) {
|
|
64
|
-
this.validationMessages.push({
|
|
65
|
-
type: "Error",
|
|
66
|
-
fieldDescription: "channelType",
|
|
67
|
-
message: "ChannelType must be a valid enum value",
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
if (typeof this._from !== "string" || !this._from.trim()) {
|
|
71
|
-
this.validationMessages.push({
|
|
72
|
-
type: "Error",
|
|
73
|
-
fieldDescription: "from",
|
|
74
|
-
message: "From must be a non-empty string",
|
|
75
|
-
});
|
|
76
|
-
}
|
|
77
|
-
if (typeof this._email !== "string" || !this._email.trim()) {
|
|
78
|
-
this.validationMessages.push({
|
|
79
|
-
type: "Error",
|
|
80
|
-
fieldDescription: "email",
|
|
81
|
-
message: "Email must be a non-empty string",
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
if (typeof this._customerDevice !== "string" || !this._customerDevice.trim()) {
|
|
85
|
-
this.validationMessages.push({
|
|
86
|
-
type: "Error",
|
|
87
|
-
fieldDescription: "customerDevice",
|
|
88
|
-
message: "CustomerDevice must be a non-empty string",
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
if (typeof this._onHoldTime !== "number" || this._onHoldTime < 0) {
|
|
92
|
-
this.validationMessages.push({
|
|
93
|
-
type: "Error",
|
|
94
|
-
fieldDescription: "onHoldTime",
|
|
95
|
-
message: "OnHoldTime must be a non-negative number",
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
if (typeof this._conversationSid !== "string" || !this._conversationSid.trim()) {
|
|
99
|
-
this.validationMessages.push({
|
|
100
|
-
type: "Error",
|
|
101
|
-
fieldDescription: "conversationSid",
|
|
102
|
-
message: "ConversationSid must be a non-empty string",
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
return this.validationMessages;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.TaskAttributesModel = TaskAttributesModel;
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.TaskAttributesModel=exports.ChannelTypeEnum=void 0;const e=require("../abstract/BaseModel");var s;!function(e){e.voice="voice",e.chat="chat",e.sms="sms",e.video="video",e.email="email"}(s||(exports.ChannelTypeEnum=s={}));class t extends e.BaseModel{constructor(e,s,t,i,o,n){super(),this._channelType=e,this._from=s,this._email=t,this._customerDevice=i,this._onHoldTime=o,this._conversationSid=n}get channelType(){return this._channelType}set channelType(e){this._channelType=e}get from(){return this._from}set from(e){this._from=e}get email(){return this._email}set email(e){this._email=e}get customerDevice(){return this._customerDevice}set customerDevice(e){this._customerDevice=e}get onHoldTime(){return this._onHoldTime}set onHoldTime(e){this._onHoldTime=e}get conversationSid(){return this._conversationSid}set conversationSid(e){this._conversationSid=e}validateData(){return this.validationMessages=[],Object.values(s).includes(this._channelType)||this.validationMessages.push({type:"Error",fieldDescription:"channelType",message:"ChannelType must be a valid enum value"}),"string"==typeof this._from&&this._from.trim()||this.validationMessages.push({type:"Error",fieldDescription:"from",message:"From must be a non-empty string"}),"string"==typeof this._email&&this._email.trim()||this.validationMessages.push({type:"Error",fieldDescription:"email",message:"Email must be a non-empty string"}),"string"==typeof this._customerDevice&&this._customerDevice.trim()||this.validationMessages.push({type:"Error",fieldDescription:"customerDevice",message:"CustomerDevice must be a non-empty string"}),("number"!=typeof this._onHoldTime||this._onHoldTime<0)&&this.validationMessages.push({type:"Error",fieldDescription:"onHoldTime",message:"OnHoldTime must be a non-negative number"}),"string"==typeof this._conversationSid&&this._conversationSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"conversationSid",message:"ConversationSid must be a non-empty string"}),this.validationMessages}}exports.TaskAttributesModel=t;
|
|
2
|
+
//# sourceMappingURL=TaskAttributesModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskAttributesModel.js","sources":["../../../../models/impl/TaskAttributesModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","ChannelTypeEnum","exports","TaskAttributesModel","BaseModel","constructor","channelType","from","email","customerDevice","onHoldTime","conversationSid","super","this","_channelType","_from","_email","_customerDevice","_onHoldTime","_conversationSid","value","validateData","validationMessages","Object","values","includes","push","type","fieldDescription","message","trim"],"mappings":"kHACA,MAAkDA,EAAAC,QAAA,yBAElD,IAAYC,GAAZ,SAAYA,GACRA,EAAA,MAAA,QACAA,EAAA,KAAA,OACAA,EAAA,IAAA,MACAA,EAAA,MAAA,QACAA,EAAA,MAAA,OACH,CAND,CAAYA,IAAAC,QAAAD,gBAAAA,EAMX,CAAA,IAED,MAAaE,UAA4BJ,EAASK,UAQ9C,WAAAC,CACIC,EACAC,EACAC,EACAC,EACAC,EACAC,GAEAC,QACAC,KAAKC,aAAeR,EACpBO,KAAKE,MAAQR,EACbM,KAAKG,OAASR,EACdK,KAAKI,gBAAkBR,EACvBI,KAAKK,YAAcR,EACnBG,KAAKM,iBAAmBR,CAC3B,CAGD,eAAWL,GACP,OAAOO,KAAKC,YACf,CACD,eAAWR,CAAYc,GACnBP,KAAKC,aAAeM,CACvB,CAED,QAAWb,GACP,OAAOM,KAAKE,KACf,CACD,QAAWR,CAAKa,GACZP,KAAKE,MAAQK,CAChB,CAED,SAAWZ,GACP,OAAOK,KAAKG,MACf,CACD,SAAWR,CAAMY,GACbP,KAAKG,OAASI,CACjB,CAED,kBAAWX,GACP,OAAOI,KAAKI,eACf,CACD,kBAAWR,CAAeW,GACtBP,KAAKI,gBAAkBG,CAC1B,CAED,cAAWV,GACP,OAAOG,KAAKK,WACf,CACD,cAAWR,CAAWU,GAClBP,KAAKK,YAAcE,CACtB,CAED,mBAAWT,GACP,OAAOE,KAAKM,gBACf,CACD,mBAAWR,CAAgBS,GACvBP,KAAKM,iBAAmBC,CAC3B,CAGD,YAAAC,GAmDI,OAlDAR,KAAKS,mBAAqB,GAErBC,OAAOC,OAAOvB,GAAiBwB,SAASZ,KAAKC,eAC9CD,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,cAClBC,QAAS,2CAIS,iBAAfhB,KAAKE,OAAuBF,KAAKE,MAAMe,QAC9CjB,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,OAClBC,QAAS,oCAIU,iBAAhBhB,KAAKG,QAAwBH,KAAKG,OAAOc,QAChDjB,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,QAClBC,QAAS,qCAImB,iBAAzBhB,KAAKI,iBAAiCJ,KAAKI,gBAAgBa,QAClEjB,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,iBAClBC,QAAS,+CAIe,iBAArBhB,KAAKK,aAA4BL,KAAKK,YAAc,IAC3DL,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,aAClBC,QAAS,6CAIoB,iBAA1BhB,KAAKM,kBAAkCN,KAAKM,iBAAiBW,QACpEjB,KAAKS,mBAAmBI,KAAK,CACzBC,KAAM,QACNC,iBAAkB,kBAClBC,QAAS,+CAIVhB,KAAKS,kBACf,EAzHLpB,QA0HCC,oBAAAA"}
|
|
@@ -1,69 +1,2 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
exports.TaskChannelModel = void 0;
|
|
4
|
-
const BaseModel_1 = require("../abstract/BaseModel");
|
|
5
|
-
class TaskChannelModel extends BaseModel_1.BaseModel {
|
|
6
|
-
constructor(channel, capacity, isAvailable) {
|
|
7
|
-
super();
|
|
8
|
-
this._channel = channel;
|
|
9
|
-
this._capacity = capacity;
|
|
10
|
-
this._isAvailable = isAvailable;
|
|
11
|
-
}
|
|
12
|
-
// Getters and Setters
|
|
13
|
-
get channel() {
|
|
14
|
-
return this._channel;
|
|
15
|
-
}
|
|
16
|
-
set channel(value) {
|
|
17
|
-
if (typeof value === "string" && value.trim() !== "") {
|
|
18
|
-
this._channel = value;
|
|
19
|
-
}
|
|
20
|
-
else {
|
|
21
|
-
throw new Error("Invalid channel");
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
get capacity() {
|
|
25
|
-
return this._capacity;
|
|
26
|
-
}
|
|
27
|
-
set capacity(value) {
|
|
28
|
-
if (typeof value === "number" && value >= 0) {
|
|
29
|
-
this._capacity = value;
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
throw new Error("Invalid capacity");
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
get isAvailable() {
|
|
36
|
-
return this._isAvailable;
|
|
37
|
-
}
|
|
38
|
-
set isAvailable(value) {
|
|
39
|
-
if (typeof value === "boolean") {
|
|
40
|
-
this._isAvailable = value;
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
throw new Error("Invalid isAvailable value");
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
// Validate data
|
|
47
|
-
validateData() {
|
|
48
|
-
this.validationMessages = [];
|
|
49
|
-
const validationRules = {
|
|
50
|
-
channel: (value) => typeof value === "string" && value.trim() !== "",
|
|
51
|
-
capacity: (value) => typeof value === "number" && value >= 0,
|
|
52
|
-
isAvailable: (value) => typeof value === "boolean",
|
|
53
|
-
};
|
|
54
|
-
// Validate each property
|
|
55
|
-
Object.keys(validationRules).forEach((key) => {
|
|
56
|
-
const validator = validationRules[key];
|
|
57
|
-
const fieldValue = this[key];
|
|
58
|
-
if (!validator(fieldValue)) {
|
|
59
|
-
this.validationMessages.push({
|
|
60
|
-
type: "Error",
|
|
61
|
-
fieldDescription: key,
|
|
62
|
-
message: `${key} is not valid`,
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
return this.validationMessages;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.TaskChannelModel = TaskChannelModel;
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.TaskChannelModel=void 0;const e=require("../abstract/BaseModel");class a extends e.BaseModel{constructor(e,a,t){super(),this._channel=e,this._capacity=a,this._isAvailable=t}get channel(){return this._channel}set channel(e){if("string"!=typeof e||""===e.trim())throw new Error("Invalid channel");this._channel=e}get capacity(){return this._capacity}set capacity(e){if(!("number"==typeof e&&e>=0))throw new Error("Invalid capacity");this._capacity=e}get isAvailable(){return this._isAvailable}set isAvailable(e){if("boolean"!=typeof e)throw new Error("Invalid isAvailable value");this._isAvailable=e}validateData(){this.validationMessages=[];const e={channel:e=>"string"==typeof e&&""!==e.trim(),capacity:e=>"number"==typeof e&&e>=0,isAvailable:e=>"boolean"==typeof e};return Object.keys(e).forEach((a=>{(0,e[a])(this[a])||this.validationMessages.push({type:"Error",fieldDescription:a,message:`${a} is not valid`})})),this.validationMessages}}exports.TaskChannelModel=a;
|
|
2
|
+
//# sourceMappingURL=TaskChannelModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskChannelModel.js","sources":["../../../../models/impl/TaskChannelModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","TaskChannelModel","BaseModel","constructor","channel","capacity","isAvailable","super","this","_channel","_capacity","_isAvailable","value","trim","Error","validateData","validationMessages","validationRules","Object","keys","forEach","key","validator","push","type","fieldDescription","message","exports"],"mappings":"uFAAA,MAAkDA,EAAAC,QAAA,yBAGlD,MAAaC,UAAyBF,EAASG,UAK3C,WAAAC,CAAYC,EAAiBC,EAAkBC,GAC3CC,QACAC,KAAKC,SAAWL,EAChBI,KAAKE,UAAYL,EACjBG,KAAKG,aAAeL,CACvB,CAGD,WAAIF,GACA,OAAOI,KAAKC,QACf,CAED,WAAIL,CAAQQ,GACR,GAAqB,iBAAVA,GAAuC,KAAjBA,EAAMC,OAGnC,MAAM,IAAIC,MAAM,mBAFhBN,KAAKC,SAAWG,CAIvB,CAED,YAAIP,GACA,OAAOG,KAAKE,SACf,CAED,YAAIL,CAASO,GACT,KAAqB,iBAAVA,GAAsBA,GAAS,GAGtC,MAAM,IAAIE,MAAM,oBAFhBN,KAAKE,UAAYE,CAIxB,CAED,eAAIN,GACA,OAAOE,KAAKG,YACf,CAED,eAAIL,CAAYM,GACZ,GAAqB,kBAAVA,EAGP,MAAM,IAAIE,MAAM,6BAFhBN,KAAKG,aAAeC,CAI3B,CAGD,YAAAG,GACIP,KAAKQ,mBAAqB,GAC1B,MAAMC,EAA8D,CAChEb,QAAUQ,GAA2B,iBAAVA,GAAuC,KAAjBA,EAAMC,OACvDR,SAAWO,GAA2B,iBAAVA,GAAsBA,GAAS,EAC3DN,YAAcM,GAA2B,kBAAVA,GAgBnC,OAZAM,OAAOC,KAAKF,GAAiBG,SAASC,KAG7BC,EAFaL,EAAgBI,IACfb,KAAKa,KAEpBb,KAAKQ,mBAAmBO,KAAK,CACzBC,KAAM,QACNC,iBAAkBJ,EAClBK,QAAS,GAAGL,kBAEnB,IAGEb,KAAKQ,kBACf,EAxELW,QAyEC1B,iBAAAA"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
//# sourceMappingURL=TaskComplete.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskComplete.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1,69 +1,2 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
exports.TaskInfoPanelModel = void 0;
|
|
4
|
-
const BaseModel_1 = require("../abstract/BaseModel");
|
|
5
|
-
const uuid_1 = require("uuid");
|
|
6
|
-
// id: uuidv4(),
|
|
7
|
-
// callSid,
|
|
8
|
-
// ivrPath: `${Digits}`,
|
|
9
|
-
class TaskInfoPanelModel extends BaseModel_1.BaseModel {
|
|
10
|
-
constructor(id, callSid, ivrPath) {
|
|
11
|
-
super();
|
|
12
|
-
// Initialize private attributes
|
|
13
|
-
this._id = id;
|
|
14
|
-
this._callSid = callSid;
|
|
15
|
-
this._ivrPath = ivrPath;
|
|
16
|
-
this.validateData();
|
|
17
|
-
}
|
|
18
|
-
// Getters
|
|
19
|
-
get id() {
|
|
20
|
-
return this._id;
|
|
21
|
-
}
|
|
22
|
-
get callSid() {
|
|
23
|
-
return this._callSid;
|
|
24
|
-
}
|
|
25
|
-
get ivrPath() {
|
|
26
|
-
return this._ivrPath;
|
|
27
|
-
}
|
|
28
|
-
//setters
|
|
29
|
-
set id(value) {
|
|
30
|
-
if (!(0, uuid_1.validate)(value)) {
|
|
31
|
-
throw new Error("Invalid ID format.");
|
|
32
|
-
}
|
|
33
|
-
this._id = value;
|
|
34
|
-
}
|
|
35
|
-
set callSid(value) {
|
|
36
|
-
if (typeof value !== "string" || value.trim() === "") {
|
|
37
|
-
throw new Error("callSid must be a non-empty string.");
|
|
38
|
-
}
|
|
39
|
-
this._callSid = value;
|
|
40
|
-
}
|
|
41
|
-
set ivrPath(value) {
|
|
42
|
-
this._ivrPath = value;
|
|
43
|
-
}
|
|
44
|
-
// Validation logic
|
|
45
|
-
validateData() {
|
|
46
|
-
this.validationMessages = [];
|
|
47
|
-
const validationRules = {
|
|
48
|
-
id: (value) => typeof value === "string" && (0, uuid_1.validate)(value),
|
|
49
|
-
callSid: (value) => typeof value === "string" && value.trim() !== "",
|
|
50
|
-
ivrPath: (value) => typeof value === "string" || value === null
|
|
51
|
-
};
|
|
52
|
-
for (const key in validationRules) {
|
|
53
|
-
const validator = validationRules[key];
|
|
54
|
-
const value = this[key];
|
|
55
|
-
if (!validator(value)) {
|
|
56
|
-
this.setValidationMessages({
|
|
57
|
-
type: "Error",
|
|
58
|
-
fieldDescription: key,
|
|
59
|
-
message: `${key} is invalid.`,
|
|
60
|
-
});
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
return this.validationMessages;
|
|
64
|
-
}
|
|
65
|
-
setValidationMessages(message) {
|
|
66
|
-
this.validationMessages.push(message);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.TaskInfoPanelModel = TaskInfoPanelModel;
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.TaskInfoPanelModel=void 0;const t=require("../abstract/BaseModel"),i=require("uuid");class e extends t.BaseModel{constructor(t,i,e){super(),this._id=t,this._callSid=i,this._ivrPath=e,this.validateData()}get id(){return this._id}get callSid(){return this._callSid}get ivrPath(){return this._ivrPath}set id(t){if(!(0,i.validate)(t))throw new Error("Invalid ID format.");this._id=t}set callSid(t){if("string"!=typeof t||""===t.trim())throw new Error("callSid must be a non-empty string.");this._callSid=t}set ivrPath(t){this._ivrPath=t}validateData(){this.validationMessages=[];const t={id:t=>"string"==typeof t&&(0,i.validate)(t),callSid:t=>"string"==typeof t&&""!==t.trim(),ivrPath:t=>"string"==typeof t||null===t};for(const i in t){(0,t[i])(this[i])||this.setValidationMessages({type:"Error",fieldDescription:i,message:`${i} is invalid.`})}return this.validationMessages}setValidationMessages(t){this.validationMessages.push(t)}}exports.TaskInfoPanelModel=e;
|
|
2
|
+
//# sourceMappingURL=TaskInfoPanelModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskInfoPanelModel.js","sources":["../../../../models/impl/TaskInfoPanelModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","uuid_1","TaskInfoPanelModel","BaseModel","constructor","id","callSid","ivrPath","super","this","_id","_callSid","_ivrPath","validateData","value","validate","Error","trim","validationMessages","validationRules","key","validator","setValidationMessages","type","fieldDescription","message","push","exports"],"mappings":"yFAAA,MAAkDA,EAAAC,QAAA,yBAEFC,EAAAD,QAAA,QAMhD,MAAaE,UAA2BH,EAASI,UAM7C,WAAAC,CACIC,EACAC,EACAC,GAEAC,QAEAC,KAAKC,IAAML,EACXI,KAAKE,SAAWL,EAChBG,KAAKG,SAAWL,EAChBE,KAAKI,cACR,CAGD,MAAIR,GACA,OAAOI,KAAKC,GACf,CAED,WAAIJ,GACA,OAAOG,KAAKE,QACf,CAED,WAAIJ,GACA,OAAOE,KAAKG,QACf,CAGD,MAAIP,CAAGS,GACH,KAAK,EAAAb,EAAAc,UAAaD,GACd,MAAM,IAAIE,MAAM,sBAEpBP,KAAKC,IAAMI,CACd,CAED,WAAIR,CAAQQ,GACR,GAAqB,iBAAVA,GAAuC,KAAjBA,EAAMG,OACnC,MAAM,IAAID,MAAM,uCAEpBP,KAAKE,SAAWG,CACnB,CAED,WAAIP,CAAQO,GACRL,KAAKG,SAAWE,CACnB,CAID,YAAAD,GACIJ,KAAKS,mBAAqB,GAC1B,MAAMC,EAA8D,CAChEd,GAAKS,GAA2B,iBAAVA,IAAsB,EAAAb,EAAYc,UAACD,GACzDR,QAAUQ,GAA2B,iBAAVA,GAAuC,KAAjBA,EAAMG,OACvDV,QAAUO,GAA2B,iBAAVA,GAAgC,OAAVA,GAGrD,IAAK,MAAMM,KAAOD,EAAiB,EAG1BE,EAFaF,EAAgBC,IACpBX,KAAKW,KAEfX,KAAKa,sBAAsB,CACvBC,KAAM,QACNC,iBAAkBJ,EAClBK,QAAS,GAAGL,iBAGvB,CACD,OAAOX,KAAKS,kBACf,CAED,qBAAAI,CAAsBG,GAClBhB,KAAKS,mBAAmBQ,KAAKD,EAChC,EA7ELE,QA8ECzB,mBAAAA"}
|
|
@@ -1,234 +1,2 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
exports.TaskModel = exports.AssignmentStatusEnum = void 0;
|
|
4
|
-
const BaseModel_1 = require("../abstract/BaseModel");
|
|
5
|
-
const TaskAttributesModel_1 = require("./TaskAttributesModel");
|
|
6
|
-
var AssignmentStatusEnum;
|
|
7
|
-
(function (AssignmentStatusEnum) {
|
|
8
|
-
AssignmentStatusEnum["reserved"] = "reserved";
|
|
9
|
-
AssignmentStatusEnum["pending"] = "pending";
|
|
10
|
-
AssignmentStatusEnum["assigned"] = "assigned";
|
|
11
|
-
AssignmentStatusEnum["completed"] = "completed";
|
|
12
|
-
AssignmentStatusEnum["canceled"] = "canceled";
|
|
13
|
-
})(AssignmentStatusEnum || (exports.AssignmentStatusEnum = AssignmentStatusEnum = {}));
|
|
14
|
-
class TaskModel extends BaseModel_1.BaseModel {
|
|
15
|
-
constructor(accountSid, age, assignmentStatus, attributes, dateCreated, dateUpdated, priority, reason, sid, taskQueueSid, timeout, workflowSid, workspaceSid, workflowFriendlyName, queueFriendlyName, routingTarget, requiredAttention) {
|
|
16
|
-
super();
|
|
17
|
-
this._accountSid = accountSid;
|
|
18
|
-
this._age = age;
|
|
19
|
-
this._assignmentStatus = assignmentStatus;
|
|
20
|
-
this._attributes = attributes;
|
|
21
|
-
this._dateCreated = dateCreated;
|
|
22
|
-
this._dateUpdated = dateUpdated;
|
|
23
|
-
this._priority = priority;
|
|
24
|
-
this._reason = reason;
|
|
25
|
-
this._sid = sid;
|
|
26
|
-
this._taskQueueSid = taskQueueSid;
|
|
27
|
-
this._timeout = timeout;
|
|
28
|
-
this._workflowSid = workflowSid;
|
|
29
|
-
this._workspaceSid = workspaceSid;
|
|
30
|
-
this._workflowFriendlyName = workflowFriendlyName;
|
|
31
|
-
this._queueFriendlyName = queueFriendlyName;
|
|
32
|
-
this._routingTarget = routingTarget;
|
|
33
|
-
this._requiredAttention = requiredAttention;
|
|
34
|
-
}
|
|
35
|
-
// Getters and Setters
|
|
36
|
-
set accountSid(value) {
|
|
37
|
-
this._accountSid = value;
|
|
38
|
-
}
|
|
39
|
-
get age() {
|
|
40
|
-
return this._age;
|
|
41
|
-
}
|
|
42
|
-
get assignmentStatus() {
|
|
43
|
-
return this._assignmentStatus;
|
|
44
|
-
}
|
|
45
|
-
set assignmentStatus(value) {
|
|
46
|
-
this._assignmentStatus = value;
|
|
47
|
-
}
|
|
48
|
-
get attributes() {
|
|
49
|
-
return this._attributes;
|
|
50
|
-
}
|
|
51
|
-
set attributes(value) {
|
|
52
|
-
this._attributes = value;
|
|
53
|
-
}
|
|
54
|
-
get dateCreated() {
|
|
55
|
-
return this._dateCreated;
|
|
56
|
-
}
|
|
57
|
-
get dateUpdated() {
|
|
58
|
-
return this._dateUpdated;
|
|
59
|
-
}
|
|
60
|
-
get priority() {
|
|
61
|
-
return this._priority;
|
|
62
|
-
}
|
|
63
|
-
set priority(value) {
|
|
64
|
-
this._priority = value;
|
|
65
|
-
}
|
|
66
|
-
get reason() {
|
|
67
|
-
return this._reason;
|
|
68
|
-
}
|
|
69
|
-
set reason(value) {
|
|
70
|
-
this._reason = value;
|
|
71
|
-
}
|
|
72
|
-
get sid() {
|
|
73
|
-
return this._sid;
|
|
74
|
-
}
|
|
75
|
-
set sid(value) {
|
|
76
|
-
this._sid = value;
|
|
77
|
-
}
|
|
78
|
-
get taskQueueSid() {
|
|
79
|
-
return this._taskQueueSid;
|
|
80
|
-
}
|
|
81
|
-
set taskQueueSid(value) {
|
|
82
|
-
this._taskQueueSid = value;
|
|
83
|
-
}
|
|
84
|
-
get timeout() {
|
|
85
|
-
return this._timeout;
|
|
86
|
-
}
|
|
87
|
-
set timeout(value) {
|
|
88
|
-
this._timeout = value;
|
|
89
|
-
}
|
|
90
|
-
get workflowSid() {
|
|
91
|
-
return this._workflowSid;
|
|
92
|
-
}
|
|
93
|
-
set workflowSid(value) {
|
|
94
|
-
this._workflowSid = value;
|
|
95
|
-
}
|
|
96
|
-
get workspaceSid() {
|
|
97
|
-
return this._workspaceSid;
|
|
98
|
-
}
|
|
99
|
-
get workflowFriendlyName() {
|
|
100
|
-
return this._workflowFriendlyName;
|
|
101
|
-
}
|
|
102
|
-
get queueFriendlyName() {
|
|
103
|
-
return this._queueFriendlyName;
|
|
104
|
-
}
|
|
105
|
-
set queueFriendlyName(value) {
|
|
106
|
-
this._queueFriendlyName = value;
|
|
107
|
-
}
|
|
108
|
-
get routingTarget() {
|
|
109
|
-
return this._routingTarget;
|
|
110
|
-
}
|
|
111
|
-
set routingTarget(value) {
|
|
112
|
-
this._routingTarget = value;
|
|
113
|
-
}
|
|
114
|
-
get requiredAttention() {
|
|
115
|
-
return this._requiredAttention;
|
|
116
|
-
}
|
|
117
|
-
set requiredAttention(value) {
|
|
118
|
-
this._requiredAttention = value;
|
|
119
|
-
}
|
|
120
|
-
// Validation Method
|
|
121
|
-
validateData() {
|
|
122
|
-
this.validationMessages = [];
|
|
123
|
-
if (typeof this._accountSid !== "string" || !this._accountSid.trim()) {
|
|
124
|
-
this.validationMessages.push({
|
|
125
|
-
type: "Error",
|
|
126
|
-
fieldDescription: "accountSid",
|
|
127
|
-
message: "AccountSid must be a non-empty string",
|
|
128
|
-
});
|
|
129
|
-
}
|
|
130
|
-
if (typeof this._age !== "number" || this._age < 0) {
|
|
131
|
-
this.validationMessages.push({
|
|
132
|
-
type: "Error",
|
|
133
|
-
fieldDescription: "age",
|
|
134
|
-
message: "Age must be a non-negative number",
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
if (!Object.values(AssignmentStatusEnum).includes(this._assignmentStatus)) {
|
|
138
|
-
this.validationMessages.push({
|
|
139
|
-
type: "Error",
|
|
140
|
-
fieldDescription: "assignmentStatus",
|
|
141
|
-
message: "AssignmentStatus must be a valid enum value",
|
|
142
|
-
});
|
|
143
|
-
}
|
|
144
|
-
if (!(this._attributes instanceof TaskAttributesModel_1.TaskAttributesModel)) {
|
|
145
|
-
this.validationMessages.push({
|
|
146
|
-
type: "Error",
|
|
147
|
-
fieldDescription: "attributes",
|
|
148
|
-
message: "Attributes must be an instance of TaskAttributesModel",
|
|
149
|
-
});
|
|
150
|
-
}
|
|
151
|
-
else {
|
|
152
|
-
// Validate TaskAttributesModel fields
|
|
153
|
-
if (typeof this._attributes.channelType !== "string" || !this._attributes.channelType.trim()) {
|
|
154
|
-
this.validationMessages.push({
|
|
155
|
-
type: "Error",
|
|
156
|
-
fieldDescription: "attributes.channelType",
|
|
157
|
-
message: "ChannelType must be a non-empty string",
|
|
158
|
-
});
|
|
159
|
-
}
|
|
160
|
-
if (typeof this._attributes.from !== "string" || !this._attributes.from.trim()) {
|
|
161
|
-
this.validationMessages.push({
|
|
162
|
-
type: "Error",
|
|
163
|
-
fieldDescription: "attributes.from",
|
|
164
|
-
message: "From must be a non-empty string",
|
|
165
|
-
});
|
|
166
|
-
}
|
|
167
|
-
if (typeof this._attributes.email !== "string" || !this._attributes.email.trim()) {
|
|
168
|
-
this.validationMessages.push({
|
|
169
|
-
type: "Error",
|
|
170
|
-
fieldDescription: "attributes.email",
|
|
171
|
-
message: "Email must be a non-empty string",
|
|
172
|
-
});
|
|
173
|
-
}
|
|
174
|
-
if (typeof this._attributes.customerDevice !== "string" || !this._attributes.customerDevice.trim()) {
|
|
175
|
-
this.validationMessages.push({
|
|
176
|
-
type: "Error",
|
|
177
|
-
fieldDescription: "attributes.customerDevice",
|
|
178
|
-
message: "CustomerDevice must be a non-empty string",
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
if (typeof this._attributes.onHoldTime !== "number" || this._attributes.onHoldTime < 0) {
|
|
182
|
-
this.validationMessages.push({
|
|
183
|
-
type: "Error",
|
|
184
|
-
fieldDescription: "attributes.onHoldTime",
|
|
185
|
-
message: "OnHoldTime must be a non-negative number",
|
|
186
|
-
});
|
|
187
|
-
}
|
|
188
|
-
if (typeof this._attributes.conversationSid !== "string" || !this._attributes.conversationSid.trim()) {
|
|
189
|
-
this.validationMessages.push({
|
|
190
|
-
type: "Error",
|
|
191
|
-
fieldDescription: "attributes.conversationSid",
|
|
192
|
-
message: "ConversationSid must be a non-empty string",
|
|
193
|
-
});
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
if (typeof this._sid !== "string" || !this._sid.trim()) {
|
|
197
|
-
this.validationMessages.push({
|
|
198
|
-
type: "Error",
|
|
199
|
-
fieldDescription: "sid",
|
|
200
|
-
message: "Sid must be a non-empty string",
|
|
201
|
-
});
|
|
202
|
-
}
|
|
203
|
-
if (typeof this._taskQueueSid !== "string" || !this._taskQueueSid.trim()) {
|
|
204
|
-
this.validationMessages.push({
|
|
205
|
-
type: "Error",
|
|
206
|
-
fieldDescription: "taskQueueSid",
|
|
207
|
-
message: "TaskQueueSid must be a non-empty string",
|
|
208
|
-
});
|
|
209
|
-
}
|
|
210
|
-
if (this._timeout < 0) {
|
|
211
|
-
this.validationMessages.push({
|
|
212
|
-
type: "Error",
|
|
213
|
-
fieldDescription: "timeout",
|
|
214
|
-
message: "Timeout must be a non-negative number",
|
|
215
|
-
});
|
|
216
|
-
}
|
|
217
|
-
if (typeof this._workflowSid !== "string" || !this._workflowSid.trim()) {
|
|
218
|
-
this.validationMessages.push({
|
|
219
|
-
type: "Error",
|
|
220
|
-
fieldDescription: "workflowSid",
|
|
221
|
-
message: "WorkflowSid must be a non-empty string",
|
|
222
|
-
});
|
|
223
|
-
}
|
|
224
|
-
if (typeof this._workspaceSid !== "string" || !this._workspaceSid.trim()) {
|
|
225
|
-
this.validationMessages.push({
|
|
226
|
-
type: "Error",
|
|
227
|
-
fieldDescription: "workspaceSid",
|
|
228
|
-
message: "WorkspaceSid must be a non-empty string",
|
|
229
|
-
});
|
|
230
|
-
}
|
|
231
|
-
return this.validationMessages;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
exports.TaskModel = TaskModel;
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.TaskModel=exports.AssignmentStatusEnum=void 0;const t=require("../abstract/BaseModel"),e=require("./TaskAttributesModel");var s;!function(t){t.reserved="reserved",t.pending="pending",t.assigned="assigned",t.completed="completed",t.canceled="canceled"}(s||(exports.AssignmentStatusEnum=s={}));class i extends t.BaseModel{constructor(t,e,s,i,r,a,n,o,u,d,h,g,m,p,l,_,c){super(),this._accountSid=t,this._age=e,this._assignmentStatus=s,this._attributes=i,this._dateCreated=r,this._dateUpdated=a,this._priority=n,this._reason=o,this._sid=u,this._taskQueueSid=d,this._timeout=h,this._workflowSid=g,this._workspaceSid=m,this._workflowFriendlyName=p,this._queueFriendlyName=l,this._routingTarget=_,this._requiredAttention=c}set accountSid(t){this._accountSid=t}get age(){return this._age}get assignmentStatus(){return this._assignmentStatus}set assignmentStatus(t){this._assignmentStatus=t}get attributes(){return this._attributes}set attributes(t){this._attributes=t}get dateCreated(){return this._dateCreated}get dateUpdated(){return this._dateUpdated}get priority(){return this._priority}set priority(t){this._priority=t}get reason(){return this._reason}set reason(t){this._reason=t}get sid(){return this._sid}set sid(t){this._sid=t}get taskQueueSid(){return this._taskQueueSid}set taskQueueSid(t){this._taskQueueSid=t}get timeout(){return this._timeout}set timeout(t){this._timeout=t}get workflowSid(){return this._workflowSid}set workflowSid(t){this._workflowSid=t}get workspaceSid(){return this._workspaceSid}get workflowFriendlyName(){return this._workflowFriendlyName}get queueFriendlyName(){return this._queueFriendlyName}set queueFriendlyName(t){this._queueFriendlyName=t}get routingTarget(){return this._routingTarget}set routingTarget(t){this._routingTarget=t}get requiredAttention(){return this._requiredAttention}set requiredAttention(t){this._requiredAttention=t}validateData(){return this.validationMessages=[],"string"==typeof this._accountSid&&this._accountSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"accountSid",message:"AccountSid must be a non-empty string"}),("number"!=typeof this._age||this._age<0)&&this.validationMessages.push({type:"Error",fieldDescription:"age",message:"Age must be a non-negative number"}),Object.values(s).includes(this._assignmentStatus)||this.validationMessages.push({type:"Error",fieldDescription:"assignmentStatus",message:"AssignmentStatus must be a valid enum value"}),this._attributes instanceof e.TaskAttributesModel?("string"==typeof this._attributes.channelType&&this._attributes.channelType.trim()||this.validationMessages.push({type:"Error",fieldDescription:"attributes.channelType",message:"ChannelType must be a non-empty string"}),"string"==typeof this._attributes.from&&this._attributes.from.trim()||this.validationMessages.push({type:"Error",fieldDescription:"attributes.from",message:"From must be a non-empty string"}),"string"==typeof this._attributes.email&&this._attributes.email.trim()||this.validationMessages.push({type:"Error",fieldDescription:"attributes.email",message:"Email must be a non-empty string"}),"string"==typeof this._attributes.customerDevice&&this._attributes.customerDevice.trim()||this.validationMessages.push({type:"Error",fieldDescription:"attributes.customerDevice",message:"CustomerDevice must be a non-empty string"}),("number"!=typeof this._attributes.onHoldTime||this._attributes.onHoldTime<0)&&this.validationMessages.push({type:"Error",fieldDescription:"attributes.onHoldTime",message:"OnHoldTime must be a non-negative number"}),"string"==typeof this._attributes.conversationSid&&this._attributes.conversationSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"attributes.conversationSid",message:"ConversationSid must be a non-empty string"})):this.validationMessages.push({type:"Error",fieldDescription:"attributes",message:"Attributes must be an instance of TaskAttributesModel"}),"string"==typeof this._sid&&this._sid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"sid",message:"Sid must be a non-empty string"}),"string"==typeof this._taskQueueSid&&this._taskQueueSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"taskQueueSid",message:"TaskQueueSid must be a non-empty string"}),this._timeout<0&&this.validationMessages.push({type:"Error",fieldDescription:"timeout",message:"Timeout must be a non-negative number"}),"string"==typeof this._workflowSid&&this._workflowSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"workflowSid",message:"WorkflowSid must be a non-empty string"}),"string"==typeof this._workspaceSid&&this._workspaceSid.trim()||this.validationMessages.push({type:"Error",fieldDescription:"workspaceSid",message:"WorkspaceSid must be a non-empty string"}),this.validationMessages}}exports.TaskModel=i;
|
|
2
|
+
//# sourceMappingURL=TaskModel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskModel.js","sources":["../../../../models/impl/TaskModel.ts"],"sourcesContent":[null],"names":["BaseModel_1","require","TaskAttributesModel_1","AssignmentStatusEnum","exports","TaskModel","BaseModel","constructor","accountSid","age","assignmentStatus","attributes","dateCreated","dateUpdated","priority","reason","sid","taskQueueSid","timeout","workflowSid","workspaceSid","workflowFriendlyName","queueFriendlyName","routingTarget","requiredAttention","super","this","_accountSid","_age","_assignmentStatus","_attributes","_dateCreated","_dateUpdated","_priority","_reason","_sid","_taskQueueSid","_timeout","_workflowSid","_workspaceSid","_workflowFriendlyName","_queueFriendlyName","_routingTarget","_requiredAttention","value","validateData","validationMessages","trim","push","type","fieldDescription","message","Object","values","includes","TaskAttributesModel","channelType","from","email","customerDevice","onHoldTime","conversationSid"],"mappings":"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"}
|