Skip to content

Commit

Permalink
SMS & MW methods update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvojacek committed Jul 30, 2020
1 parent 2fdb991 commit 9845848
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 57 deletions.
11 changes: 8 additions & 3 deletions src/Mw/AdminConnector.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Generated on Fri, 24 Apr 2020 9:29:56
* Generated on Thu, 30 Jul 2020 11:13:55
* Part moTV.eu SDK integration kit
*/

Expand All @@ -16,8 +16,7 @@ class AdminConnector extends \Motv\Connector

/** @var string */
protected $headerName = 'Authorization-user';

protected $exceptions = '{"-1":"ApiExternalException","0":"UnknownErrorException","1":"SuccessException","3":"UnathorizedException","4":"UnknownModuleException","5":"UnknownMethodException","6":"MissingParameterException","7":"InvalidRequestDataException","8":"ApplicationMemoryLimitException","9":"UndefinedRightException","10":"ParameterWrongTypeException","11":"DatabaseErrorTryAgainException","12":"InvalidParameterValueException","20":"LoginIncorrectHeaderFormatException","21":"LoginIncorrectUsernamePasswordException","22":"LoginInactiveUserException","23":"LoginInactiveRoleException","24":"LoginTokenExpiredException","25":"LanguageUnknownException","26":"GeneralException","27":"MissingHeaderException","28":"UnathorizedInternalException","50":"ScanDirFailedException","100":"CustomerUnknownException","101":"CustomerTooManyFoundException","102":"CustomerDuplicateLoginException","103":"CustomerIncorrectLoginPasswordException","104":"CustomerNotLoggedInException","105":"CustomerInvalidAuthorizationHeaderException","106":"CustomerUnknownQrException","107":"CustomerPasswordFormatInvalidException","108":"CustomerLicenseLimitExceededException","109":"CustomerDuplicateMacException","110":"CustomerUnknownMacException","111":"CustomerMacLoginDisabledException","200":"ProfileUnknownException","201":"ProfileCannotDeleteException","202":"ProfileDuplicateNameException","203":"ProfileInvalidBirthdayException","204":"ProfileInvalidPinException","300":"ChannelCategoryUnknownException","400":"TranscoderUnknownException","401":"TranscoderDuplicateNameException","402":"TranscoderUnableToContactException","403":"TranscoderUnknownStreamRecordingException","404":"TranscoderNotDownloadableStreamRecordingException","500":"CategoryUnknownException","502":"CategoryDuplicateNameException","600":"PackageUnknownException","601":"PackageNotActiveException","700":"ConfigUnknownValueException","800":"EpgUnknownEpgException","801":"EpgXmlMissingTagException","802":"EpgXmlMissingAttributeException","803":"EpgXmlDateParseErrorException","804":"EpgXmlSetErrorException","805":"EpgInsertErrorException","806":"EpgUnknownEpgEventException","807":"EpgUnknownRatingException","808":"EpgUnknownPlaylistException","900":"ChannelUnknownException","902":"ChannelStreamUnavailableException","903":"ChannelUnathorizedException","904":"ChannelUnknownStreamTypeException","905":"ChannelDuplicateBindIpPortCombinationException","906":"ChannelDuplicateOutputIpPortCombinationException","907":"ChannelAudioInvalidRoleException","908":"ChannelImportErrorException","909":"ChannelSubtitleInvalidRoleException","910":"ChannelAgeRestrictionException","911":"ChannelGeoblockRestrictionException","912":"ChannelAudioDuplicateRoleException","913":"ChannelSubtitleDuplicateRoleException","914":"ChannelIpRangeRestrictionException","915":"ChannelFfprobeSaveFirstException","1000":"VodUnknownException","1001":"VodUnathorizedException","1002":"VodUnknownStreamTypeException","1003":"VodFileErrorException","1004":"VodCannotTranscodeException","1005":"VodSubtitleVttException","1006":"VodAudioInvalidRoleException","1007":"VodSubtitleInvalidRoleException","1050":"GenreUnknownException","1051":"GenreDuplicateNameException","1100":"RoleUnknownException","1101":"RoleDuplicateNameException","1200":"RevisionUnknownRevisionException","1201":"RevisionUnknownMultiselectRowException","1300":"TemplateUnknownException","1301":"TemplateUsedException","1302":"TemplateDuplicateNameException","1303":"TemplateCannotEditPredefinedException","1400":"RecordingExceededLengthException","1401":"RecordingUnknownException","1402":"RecordingUnknownStreamTypeException","1500":"DeviceCountExceededException","1501":"DeviceUnknownException","1502":"DeviceConcurrentCountExceededException","1503":"DeviceUnknownTypeException","1504":"DeviceFailedToRetrieveWidevineProvisioningException","1600":"PersonUnknownPersonException","1601":"PersonDuplicateNameException","1700":"StatisticsUnknownStatisticException","1702":"StatisticsQueryErrorException","1703":"StatisticsCannotEditPredefinedException","1800":"UserUnknownException","1801":"UserDuplicateEmailException","1900":"SystemSupervisorErrorException","1901":"SystemBackupUnknownFileException","1902":"SystemSupervisorUnknownProcessException","1903":"SystemCommandFailedException","1904":"SystemFailedToUploadFileException","2000":"TemplateErrorFillingException","2100":"VendorUnknownException","2101":"HomepageUnknownRowException","2102":"HomepageUnknownHomepageException","2103":"HomepageDuplicatePriorityException","2104":"HomepageInvalidCategorySelectionSearchCriteriaException","2200":"EdgeUnknownException","2201":"EdgeInactiveException","2300":"OtaUnknownDeviceException","2301":"OtaUnknownVersionException","2400":"AdvertHomepageUnknownException","2500":"AppUnknownException","2601":"DrmUnknownContentIdException","2602":"DrmUnknownTokenException","2603":"DrmInvalidRequestException","2604":"DrmIpCountryDatabaseErrorException","2605":"DrmUnableToGetLicenseException","2606":"DrmUnableToContactServerException","2700":"WidevinePlatformInsecureException","2800":"CentreonMissingConfigValueException","2900":"MarlinUnableToRetrieveLicenseException","3000":"RecommendationEngineDisabledException","3001":"RecommendationEngineUnknownTypeException","3100":"IpRangeUnknownException","3200":"StorageUnknownException","3300":"MotvReserved01Exception","3400":"SearchTooShortException","3500":"ImageInvalidBase64Exception","3600":"WordUnknownException","3601":"WordDuplicateException","3700":"FileUnknownException"}';
protected $exceptions = '{"-1":"ApiExternalException","0":"UnknownErrorException","1":"SuccessException","3":"UnathorizedException","4":"UnknownModuleException","5":"UnknownMethodException","6":"MissingParameterException","7":"InvalidRequestDataException","8":"ApplicationMemoryLimitException","9":"UndefinedRightException","10":"ParameterWrongTypeException","11":"DatabaseErrorTryAgainException","12":"InvalidParameterValueException","13":"RedisErrorTryAgainException","20":"LoginIncorrectHeaderFormatException","21":"LoginIncorrectUsernamePasswordException","22":"LoginInactiveUserException","23":"LoginInactiveRoleException","24":"LoginTokenExpiredException","25":"LanguageUnknownException","26":"GeneralException","27":"MissingHeaderException","28":"UnathorizedInternalException","29":"DatabaseSelectionException","50":"ScanDirFailedException","100":"CustomerUnknownException","101":"CustomerTooManyFoundException","102":"CustomerDuplicateLoginException","103":"CustomerIncorrectLoginPasswordException","104":"CustomerNotLoggedInException","105":"CustomerInvalidAuthorizationHeaderException","106":"CustomerUnknownQrException","107":"CustomerPasswordFormatInvalidException","108":"CustomerLicenseLimitExceededException","109":"CustomerDuplicateMacException","110":"CustomerUnknownMacException","111":"CustomerMacLoginDisabledException","200":"ProfileUnknownException","201":"ProfileCannotDeleteException","202":"ProfileDuplicateNameException","203":"ProfileInvalidBirthdayException","204":"ProfileInvalidPinException","300":"ChannelCategoryUnknownException","400":"TranscoderUnknownException","401":"TranscoderDuplicateNameException","402":"TranscoderUnableToContactException","403":"TranscoderUnknownStreamRecordingException","404":"TranscoderNotDownloadableStreamRecordingException","500":"CategoryUnknownException","502":"CategoryDuplicateNameException","600":"PackageUnknownException","601":"PackageNotActiveException","700":"ConfigUnknownValueException","800":"EpgUnknownEpgException","801":"EpgXmlMissingTagException","802":"EpgXmlMissingAttributeException","803":"EpgXmlDateParseErrorException","804":"EpgXmlSetErrorException","805":"EpgInsertErrorException","806":"EpgUnknownEpgEventException","807":"EpgUnknownRatingException","808":"EpgUnknownPlaylistException","900":"ChannelUnknownException","902":"ChannelStreamUnavailableException","903":"ChannelUnathorizedException","904":"ChannelUnknownStreamTypeException","905":"ChannelDuplicateBindIpPortCombinationException","906":"ChannelDuplicateOutputIpPortCombinationException","907":"ChannelAudioInvalidRoleException","908":"ChannelImportErrorException","909":"ChannelSubtitleInvalidRoleException","910":"ChannelAgeRestrictionException","911":"ChannelGeoblockRestrictionException","912":"ChannelAudioDuplicateRoleException","913":"ChannelSubtitleDuplicateRoleException","914":"ChannelIpRangeRestrictionException","915":"ChannelFfprobeSaveFirstException","1000":"VodUnknownException","1001":"VodUnathorizedException","1002":"VodUnknownStreamTypeException","1003":"VodFileErrorException","1004":"VodCannotTranscodeException","1005":"VodSubtitleVttException","1006":"VodAudioInvalidRoleException","1007":"VodSubtitleInvalidRoleException","1050":"GenreUnknownException","1051":"GenreDuplicateNameException","1100":"RoleUnknownException","1101":"RoleDuplicateNameException","1200":"RevisionUnknownRevisionException","1201":"RevisionUnknownMultiselectRowException","1300":"TemplateUnknownException","1301":"TemplateUsedException","1302":"TemplateDuplicateNameException","1303":"TemplateCannotEditPredefinedException","1400":"RecordingExceededLengthException","1401":"RecordingUnknownException","1402":"RecordingUnknownStreamTypeException","1500":"DeviceCountExceededException","1501":"DeviceUnknownException","1502":"DeviceConcurrentCountExceededException","1503":"DeviceUnknownTypeException","1504":"DeviceFailedToRetrieveWidevineProvisioningException","1600":"PersonUnknownPersonException","1601":"PersonDuplicateNameException","1700":"StatisticsUnknownStatisticException","1702":"StatisticsQueryErrorException","1703":"StatisticsCannotEditPredefinedException","1800":"UserUnknownException","1801":"UserDuplicateEmailException","1900":"SystemSupervisorErrorException","1901":"SystemBackupUnknownFileException","1902":"SystemSupervisorUnknownProcessException","1903":"SystemCommandFailedException","1904":"SystemFailedToUploadFileException","2000":"TemplateErrorFillingException","2100":"VendorUnknownException","2101":"HomepageUnknownRowException","2102":"HomepageUnknownHomepageException","2103":"HomepageDuplicatePriorityException","2104":"HomepageInvalidCategorySelectionSearchCriteriaException","2200":"EdgeUnknownException","2201":"EdgeInactiveException","2300":"OtaUnknownDeviceException","2301":"OtaUnknownVersionException","2400":"AdvertHomepageUnknownException","2500":"AppUnknownException","2601":"DrmUnknownContentIdException","2602":"DrmUnknownTokenException","2603":"DrmInvalidRequestException","2604":"DrmIpCountryDatabaseErrorException","2605":"DrmUnableToGetLicenseException","2606":"DrmUnableToContactServerException","2700":"WidevinePlatformInsecureException","2800":"CentreonMissingConfigValueException","2900":"MarlinUnableToRetrieveLicenseException","3000":"RecommendationEngineDisabledException","3001":"RecommendationEngineUnknownTypeException","3100":"IpRangeUnknownException","3200":"StorageUnknownException","3300":"MotvReserved01Exception","3400":"SearchTooShortException","3500":"ImageInvalidBase64Exception","3600":"WordUnknownException","3601":"WordDuplicateException","3700":"FileUnknownException","3800":"DvbRegionUnknownException","3900":"RecognitionUnknownModelException","3901":"RecognitionUnknownModelChannelException","3902":"RecognitionUnknownTemplateImageException","3903":"RecognitionUnknownTrainingImageException","3904":"RecognitionTrainingImageDeleteException","4000":"AdvertUnknownUnitException","4002":"CampaignUnknownException","4003":"AdvertSignatureFailureException","4004":"CampaignUnknownSectionException"}';


public function AdvertHomepage(): AdvertHomepage
Expand Down Expand Up @@ -164,6 +163,12 @@ public function Profile(): Profile
}


public function Recognition(): Recognition
{
return new Recognition($this);
}


public function Recording(): Recording
{
return new Recording($this);
Expand Down
Loading

0 comments on commit 9845848

Please sign in to comment.