@@ -296,7 +296,7 @@ def service_name(self, service_name: str) -> None:
296296 """
297297 if isinstance (service_name , int ):
298298 service_name = str (service_name )
299- allowed_values = ["LanguageUnderstanding" , "ContentManagement" , "PeoplePermissions" , "Presence" , "Architect" , "ContactCenter" , "Quality" , "SpeechAndTextAnalytics" , "PredictiveEngagement" , "Knowledge" , "Coaching" , "Learning" , "Gamification" , "EmployeeEngagement" , "WorkforceManagement" , "Triggers" , "ProcessAutomation" , "ResponseManagement" , "Groups" , "Telephony" , "Outbound" , "Routing" , "Integrations" , "Webhooks" , "AnalyticsReporting" , "Limits" , "EmployeePerformance" , "Datatables" , "Messaging" , "WebDeployments" , "Supportability" , "Callback" , "Directory" , "ExternalContacts" , "TaskManagement" , "SCIM" , "NumberPurchasing" , "Marketplace" , "LogCapture" , "GDPR" , "ExternalContactsExport" , "AgentConfig" , "Emails" , "Scripter" , "Billing" , "JourneyAnalytics" , "NerService" , "Onboarding" , "SocialListening" , "BusinessRules" , "SocialEscalationRules" , "Alerting" ]
299+ allowed_values = ["LanguageUnderstanding" , "ContentManagement" , "PeoplePermissions" , "Presence" , "Architect" , "ContactCenter" , "Quality" , "SpeechAndTextAnalytics" , "PredictiveEngagement" , "Knowledge" , "Coaching" , "Learning" , "Gamification" , "EmployeeEngagement" , "WorkforceManagement" , "Triggers" , "ProcessAutomation" , "ResponseManagement" , "Groups" , "Telephony" , "Outbound" , "Routing" , "Integrations" , "Webhooks" , "AnalyticsReporting" , "Limits" , "EmployeePerformance" , "Datatables" , "Messaging" , "WebDeployments" , "Supportability" , "Callback" , "Directory" , "ExternalContacts" , "TaskManagement" , "SCIM" , "NumberPurchasing" , "Marketplace" , "LogCapture" , "GDPR" , "DSAR" , " ExternalContactsExport" , "AgentConfig" , "Emails" , "Scripter" , "Billing" , "JourneyAnalytics" , "NerService" , "Onboarding" , "SocialListening" , "BusinessRules" , "SocialEscalationRules" , "Alerting" ]
300300 if service_name .lower () not in map (str .lower , allowed_values ):
301301 # print("Invalid value for service_name -> " + service_name)
302302 self ._service_name = "outdated_sdk_version"
@@ -397,7 +397,7 @@ def action(self, action: str) -> None:
397397 """
398398 if isinstance (action , int ):
399399 action = str (action )
400- allowed_values = ["View" , "Create" , "Update" , "Delete" , "Move" , "Copy" , "Download" , "ShareAdd" , "ShareRemove" , "Fax" , "VersionCreate" , "TagAdd" , "TagRemove" , "TagUpdate" , "Add" , "Remove" , "MemberAdd" , "MemberUpdate" , "MemberRemove" , "Authorize" , "Deauthorize" , "Authenticate" , "ChangePassword" , "AuthenticationFailed" , "Revoke" , "Checkin" , "Checkout" , "Deactivate" , "Debug" , "Publish" , "Revert" , "Save" , "Transcode" , "Upload" , "WrapupCodeAdd" , "WrapupCodeRemove" , "Read" , "Execute" , "Abandon" , "Archive" , "Export" , "RestoreRequest" , "RestoreComplete" , "UpdateRetention" , "ApplyProtection" , "RevokeProtection" , "Rotate" , "DeleteAll" , "Reassign" , "Unarchive" , "Activate" , "Assign" , "Unassign" , "Reset" , "Reschedule" , "Complete" , "Cancel" , "Unpublish" , "Purge" , "Processed" , "Enable" , "Disable" , "Recycle" , "Append" , "ContactsUpdated" , "ContactsDeleted" , "Restore" , "Block" , "Unblock" , "Open" , "Approved" , "Rejected" , "Rollback" , "ImplementingChange" , "ChangeImplemented" , "ImplementingRollback" , "RollbackImplemented" , "Write" , "Replace" , "UpdateInService" , "UpdateOutOfService" , "Cycle" , "Scale" , "AsgInservice" , "AwsOutofservice" , "AsgTerminate" , "Detach" , "Terminate" , "BlockUpgrade" , "UnblockUpgrade" , "AsgSwapInstanceType" , "RecreateAsg" , "DeleteUnconfiguredEdge" , "GetAsgList" , "GetAsg" , "UpgradeOrganizationSite" , "UpdateAwsConfig" , "GetAwsConfig" , "DeleteGhostEdgeRecord" , "UpgradeCleanup" , "IpAllowlistClear" , "AddPairingRole" , "Verify" , "RestoreDeleted" , "RestoreAll" , "Approve" , "Reject" , "Reverse" , "Send" , "HardDelete" , "SoftDelete" , "Submit" , "EnableCapture" , "DownloadCapture" , "Succeeded" , "Failed" , "Initiate" , "ReverseManually" , "Calculate" , "Provisioned" , "UpdateAborted" ]
400+ allowed_values = ["View" , "Create" , "Update" , "Delete" , "Move" , "Copy" , "Download" , "ShareAdd" , "ShareRemove" , "Fax" , "VersionCreate" , "TagAdd" , "TagRemove" , "TagUpdate" , "Add" , "Remove" , "MemberAdd" , "MemberUpdate" , "MemberRemove" , "Authenticate" , "AuthenticationFailed" , "SingleLogout" , "SingleLogoutFailed" , "Authorize" , "Deauthorize" , "AuthorizationChanged" , "ChangePassword" , "Revoke" , "Checkin" , "Checkout" , "Deactivate" , "Debug" , "Publish" , "Revert" , "Save" , "Transcode" , "Upload" , "WrapupCodeAdd" , "WrapupCodeRemove" , "Read" , "Execute" , "Abandon" , "Archive" , "Export" , "RestoreRequest" , "RestoreComplete" , "UpdateRetention" , "ApplyProtection" , "RevokeProtection" , "Rotate" , "DeleteAll" , "Reassign" , "Unarchive" , "Activate" , "Assign" , "Unassign" , "Reset" , "Reschedule" , "Complete" , "Cancel" , "Unpublish" , "Purge" , "Processed" , "Enable" , "Disable" , "Recycle" , "Append" , "ContactsUpdated" , "ContactsDeleted" , "Restore" , "Block" , "Unblock" , "Open" , "Approved" , "Rejected" , "Rollback" , "ImplementingChange" , "ChangeImplemented" , "ImplementingRollback" , "RollbackImplemented" , "Write" , "Replace" , "UpdateInService" , "UpdateOutOfService" , "Cycle" , "Scale" , "AsgInservice" , "AwsOutofservice" , "AsgTerminate" , "Detach" , "Terminate" , "BlockUpgrade" , "UnblockUpgrade" , "AsgSwapInstanceType" , "RecreateAsg" , "DeleteUnconfiguredEdge" , "GetAsgList" , "GetAsg" , "UpgradeOrganizationSite" , "UpdateAwsConfig" , "GetAwsConfig" , "DeleteGhostEdgeRecord" , "UpgradeCleanup" , "IpAllowlistClear" , "AddPairingRole" , "Verify" , "RestoreDeleted" , "RestoreAll" , "Approve" , "Reject" , "Reverse" , "Send" , "HardDelete" , "SoftDelete" , "Submit" , "EnableCapture" , "DownloadCapture" , "Succeeded" , "Failed" , "Initiate" , "ReverseManually" , "Calculate" , "Provisioned" , "UpdateAborted" ]
401401 if action .lower () not in map (str .lower , allowed_values ):
402402 # print("Invalid value for action -> " + action)
403403 self ._action = "outdated_sdk_version"
@@ -426,7 +426,7 @@ def entity_type(self, entity_type: str) -> None:
426426 """
427427 if isinstance (entity_type , int ):
428428 entity_type = str (entity_type )
429- allowed_values = ["Feedback" , "Document" , "Workspace" , "Tag" , "AccessToken" , "OAuthClientAuthorization" , "AuthOrganization" , "OAuthClient" , "AuthUser" , "OrganizationAuthorizationTrust" , "OrganizationAuthorizationUserTrust" , "Role" , "RoleSettings" , "Policy" , "VoicemailUserPolicy" , "UserPresence" , "DependencyTrackingBuild" , "Flow" , "Prompt" , "PromptResource" , "FlowOutcome" , "FlowMilestone" , "Grammar" , "GrammarLanguage" , "AgentRoutingInfo" , "Queue" , "WrapupCode" , "MaxOrgRoutingUtilizationCapacity" , "ConversationAttributes" , "RoutingUtilizationTag" , "Evaluation" , "Calibration" , "Survey" , "EvaluationForm" , "SurveyForm" , "Recording" , "ScreenRecording" , "BulkActions" , "OrphanedRecording" , "RecordingAnnotation" , "RecordingSettings" , "RecordingKey" , "RecordingKeyConfig" , "Topic" , "Program" , "Category" , "SentimentFeedback" , "DictionaryFeedback" , "InteractionReprocessingJob" , "Segment" , "Outcome" , "ActionMap" , "ActionTemplate" , "ClickstreamSettings" , "EventType" , "SessionType" , "KnowledgeBase" , "KnowledgeCategory" , "KnowledgeContext" , "KnowledgeContextValue" , "KnowledgeDocument" , "KnowledgeDocumentVariation" , "KnowledgeLabel" , "KnowledgeTraining" , "KnowledgeSearchFeedback" , "TranscriptionSettings" , "SpeechTextAnalyticsSettings" , "Appointment" , "Annotation" , "Organization" , "Module" , "Rule" , "Assignment" , "Contest" , "Recognition" , "ActivityCode" , "ActivityPlan" , "ActivityPlanOccurrence" , "AdherenceExplanation" , "AlternativeShift" , "BusinessUnit" , "Forecast" , "ManagementUnit" , "PlanningGroup" , "Schedule" , "ServiceGoalTemplate" , "ShiftTrade" , "TimeOffLimit" , "TimeOffPlan" , "TimeOffRequest" , "WorkPlan" , "WorkPlanBid" , "WorkPlanBidGroup" , "WorkPlanRotation" , "HistoricalData" , "StaffingGroup" , "CapacityPlan" , "Trigger" , "Response" , "ResponseLibrary" , "ResponseAsset" , "SkillGroup" , "DirectoryGroup" , "Team" , "SkillGroupDefinition" , "Edge" , "EdgeGroup" , "VoicemailPolicy" , "RoutingTranscriptionSettings" , "Trunk" , "TrunkBase" , "ScheduleGroup" , "EmergencyGroup" , "IVR" , "AlertablePresencesOverrides" , "DID" , "DIDPool" , "Extension" , "ExtensionPool" , "Phone" , "PhoneBase" , "Line" , "LineBase" , "OutboundRoute" , "NumberPlan" , "Site" , "AttemptLimits" , "CallableTimeSet" , "Campaign" , "CampaignRule" , "CampaignSchedule" , "Sequence" , "SequenceSchedule" , "ContactList" , "ContactListFilter" , "ContactListTemplate" , "DigitalRuleSet" , "DNCList" , "FileSpecificationTemplate" , "ImportTemplate" , "OrganizationSettings" , "CallAnalysisResponseSet" , "RuleSet" , "WrapUpCodeMapping" , "MessagingCampaign" , "MessagingCampaignSchedule" , "EmailCampaignSchedule" , "Predictor" , "KpiSpecification" , "Metric" , "Status" , "Profile" , "ProfileMembers" , "Action" , "ActionDraft" , "Integration" , "Webhook" , "DashboardSettings" , "InsightSettings" , "AnalyticsReportingSettings" , "CustomCalculations" , "ScheduledExports" , "Exports" , "ExportPdfTemplates" , "ChangeRequest" , "Migration" , "ExternalMetricsDefinition" , "ExternalMetricsData" , "Schema" , "Row" , "Bulk" , "SupportedContent" , "ConversationPhoneNumber" , "ConversationRecipient" , "ConversationAccount" , "ConversationDefaultSupportedContent" , "ConversationThreadingWindow" , "Deployment" , "Configuration" , "ConfigurationVersion" , "EdgePreferences" , "EdgeTraceLevel" , "OrganizationIntegrationsAccess" , "SupportFile" , "EdgeLogZip" , "Pcaps" , "MediaDiagnosticsTraceFile" , "EdgePcaps" , "EdgeLog" , "OrganizationFeature" , "Product" , "User" , "Location" , "Conversation" , "OrganizationSuspension" , "OperationalEvent" , "Participant" , "ContactSchema" , "ExternalOrganizationSchema" , "Workbin" , "Worktype" , "BulkJob" , "Credential" , "NumberOrder" , "EnterpriseAgreement" , "VendorListing" , "GdprRequest" , "ExportRequest" , "DefaultPanelSettings" , "InboundDomain" , "OutboundDomain" , "InboundRoute" , "OrganizationLimits" , "ComposerPage" , "ComposerPublishedScript" , "ComposerScript" , "ComposerTemplate" , "IntentMiner" , "TopicMiner" , "SoftSuspension" , "JourneyView" , "CustomEntity" , "DirectoryFeature" , "RuleCategory" , "DecisionTable" , "DecisionTableVersion" , "DecisionTableRow" , "EscalationRule" , "Rules" ]
429+ allowed_values = ["Feedback" , "Document" , "Workspace" , "Tag" , "UserSamlAuthentication" , "AccessToken" , "OAuthClientAuthorization" , "AuthOrganization" , "OAuthClient" , "AuthUser" , "OrganizationAuthorizationTrust" , "OrganizationAuthorizationUserTrust" , "Role" , "RoleSettings" , "Policy" , "VoicemailUserPolicy" , "UserPresence" , "DependencyTrackingBuild" , "Flow" , "Prompt" , "PromptResource" , "FlowOutcome" , "FlowMilestone" , "Grammar" , "GrammarLanguage" , "AgentRoutingInfo" , "Queue" , "WrapupCode" , "MaxOrgRoutingUtilizationCapacity" , "ConversationAttributes" , "RoutingUtilizationTag" , "Evaluation" , "Calibration" , "Survey" , "EvaluationForm" , "SurveyForm" , "Recording" , "ScreenRecording" , "BulkActions" , "OrphanedRecording" , "RecordingAnnotation" , "RecordingSettings" , "RecordingKey" , "RecordingKeyConfig" , "Topic" , "Program" , "Category" , "SentimentFeedback" , "DictionaryFeedback" , "InteractionReprocessingJob" , "Segment" , "Outcome" , "ActionMap" , "ActionTemplate" , "ClickstreamSettings" , "EventType" , "SessionType" , "KnowledgeBase" , "KnowledgeCategory" , "KnowledgeContext" , "KnowledgeContextValue" , "KnowledgeDocument" , "KnowledgeDocumentVariation" , "KnowledgeLabel" , "KnowledgeTraining" , "KnowledgeSearchFeedback" , "TranscriptionSettings" , "SpeechTextAnalyticsSettings" , "Appointment" , "Annotation" , "Organization" , "Module" , "Rule" , "Assignment" , "Contest" , "Recognition" , "ActivityCode" , "ActivityPlan" , "ActivityPlanOccurrence" , "AdherenceExplanation" , "AlternativeShift" , "BusinessUnit" , "Forecast" , "ManagementUnit" , "PlanningGroup" , "Schedule" , "ServiceGoalTemplate" , "ShiftTrade" , "TimeOffLimit" , "TimeOffPlan" , "TimeOffRequest" , "WorkPlan" , "WorkPlanBid" , "WorkPlanBidGroup" , "WorkPlanRotation" , "HistoricalData" , "StaffingGroup" , "CapacityPlan" , "Trigger" , "Response" , "ResponseLibrary" , "ResponseAsset" , "SkillGroup" , "DirectoryGroup" , "Team" , "SkillGroupDefinition" , "Edge" , "EdgeGroup" , "VoicemailPolicy" , "RoutingTranscriptionSettings" , "Trunk" , "TrunkBase" , "ScheduleGroup" , "EmergencyGroup" , "IVR" , "AlertablePresencesOverrides" , "DID" , "DIDPool" , "Extension" , "ExtensionPool" , "Phone" , "PhoneBase" , "Line" , "LineBase" , "OutboundRoute" , "NumberPlan" , "Site" , "AttemptLimits" , "CallableTimeSet" , "Campaign" , "CampaignRule" , "CampaignSchedule" , "Sequence" , "SequenceSchedule" , "ContactList" , "ContactListFilter" , "ContactListTemplate" , "DigitalRuleSet" , "DNCList" , "FileSpecificationTemplate" , "ImportTemplate" , "OrganizationSettings" , "CallAnalysisResponseSet" , "RuleSet" , "WrapUpCodeMapping" , "MessagingCampaign" , "MessagingCampaignSchedule" , "EmailCampaignSchedule" , "Predictor" , "KpiSpecification" , "Metric" , "Status" , "Profile" , "ProfileMembers" , "Action" , "ActionDraft" , "Integration" , "Webhook" , "DashboardSettings" , "InsightSettings" , "AnalyticsReportingSettings" , "CustomCalculations" , "ScheduledExports" , "Exports" , "ExportPdfTemplates" , "ChangeRequest" , "Migration" , "ExternalMetricsDefinition" , "ExternalMetricsData" , "Schema" , "Row" , "Bulk" , "SupportedContent" , "ConversationPhoneNumber" , "ConversationRecipient" , "ConversationAccount" , "ConversationDefaultSupportedContent" , "ConversationThreadingWindow" , "Deployment" , "Configuration" , "ConfigurationVersion" , "EdgePreferences" , "EdgeTraceLevel" , "OrganizationIntegrationsAccess" , "SupportFile" , "EdgeLogZip" , "Pcaps" , "MediaDiagnosticsTraceFile" , "EdgePcaps" , "EdgeLog" , "OrganizationFeature" , "Product" , "User" , "Location" , "Conversation" , "OrganizationSuspension" , "OperationalEvent" , "Participant" , "ContactSchema" , "ExternalOrganizationSchema" , "Workbin" , "Worktype" , "BulkJob" , "Credential" , "NumberOrder" , "EnterpriseAgreement" , "VendorListing" , "GdprRequest" , "DsarRequest" , "ExportRequest" , "DefaultPanelSettings" , "InboundDomain" , "OutboundDomain" , "InboundRoute" , "OrganizationLimits" , "ComposerPage" , "ComposerPublishedScript" , "ComposerScript" , "ComposerTemplate" , "IntentMiner" , "TopicMiner" , "SoftSuspension" , "JourneyView" , "CustomEntity" , "DirectoryFeature" , "RuleCategory" , "DecisionTable" , "DecisionTableVersion" , "DecisionTableRow" , "EscalationRule" , "Rules" ]
430430 if entity_type .lower () not in map (str .lower , allowed_values ):
431431 # print("Invalid value for entity_type -> " + entity_type)
432432 self ._entity_type = "outdated_sdk_version"
0 commit comments