@@ -333,49 +333,49 @@ public function getModelName()
333333 public const SORT__VARIATION_SEND_COHORT = '$variation_send_cohort ' ;
334334 public const SORT___VARIATION_SEND_COHORT = '-$variation_send_cohort ' ;
335335 public const SORT_BOUNCE_TYPE = 'Bounce Type ' ;
336- public const SORT_BOUNCE_TYPE = '-Bounce Type ' ;
336+ public const SORT_BOUNCE_TYPE_DESC = '-Bounce Type ' ;
337337 public const SORT_CAMPAIGN_NAME = 'Campaign Name ' ;
338- public const SORT_CAMPAIGN_NAME = '-Campaign Name ' ;
338+ public const SORT_CAMPAIGN_NAME_DESC = '-Campaign Name ' ;
339339 public const SORT_CLIENT_CANONICAL = 'Client Canonical ' ;
340- public const SORT_CLIENT_CANONICAL = '-Client Canonical ' ;
340+ public const SORT_CLIENT_CANONICAL_DESC = '-Client Canonical ' ;
341341 public const SORT_CLIENT_NAME = 'Client Name ' ;
342- public const SORT_CLIENT_NAME = '-Client Name ' ;
342+ public const SORT_CLIENT_NAME_DESC = '-Client Name ' ;
343343 public const SORT_CLIENT_TYPE = 'Client Type ' ;
344- public const SORT_CLIENT_TYPE = '-Client Type ' ;
344+ public const SORT_CLIENT_TYPE_DESC = '-Client Type ' ;
345345 public const SORT_EMAIL_DOMAIN = 'Email Domain ' ;
346- public const SORT_EMAIL_DOMAIN = '-Email Domain ' ;
346+ public const SORT_EMAIL_DOMAIN_DESC = '-Email Domain ' ;
347347 public const SORT_FAILURE_SOURCE = 'Failure Source ' ;
348- public const SORT_FAILURE_SOURCE = '-Failure Source ' ;
348+ public const SORT_FAILURE_SOURCE_DESC = '-Failure Source ' ;
349349 public const SORT_FAILURE_TYPE = 'Failure Type ' ;
350- public const SORT_FAILURE_TYPE = '-Failure Type ' ;
350+ public const SORT_FAILURE_TYPE_DESC = '-Failure Type ' ;
351351 public const SORT_FROM_NUMBER = 'From Number ' ;
352- public const SORT_FROM_NUMBER = '-From Number ' ;
352+ public const SORT_FROM_NUMBER_DESC = '-From Number ' ;
353353 public const SORT_FROM_PHONE_REGION = 'From Phone Region ' ;
354- public const SORT_FROM_PHONE_REGION = '-From Phone Region ' ;
354+ public const SORT_FROM_PHONE_REGION_DESC = '-From Phone Region ' ;
355355 public const SORT__LIST = 'List ' ;
356- public const SORT__LIST = '-List ' ;
356+ public const SORT__LIST_DESC = '-List ' ;
357357 public const SORT_MESSAGE_NAME = 'Message Name ' ;
358- public const SORT_MESSAGE_NAME = '-Message Name ' ;
358+ public const SORT_MESSAGE_NAME_DESC = '-Message Name ' ;
359359 public const SORT_MESSAGE_TYPE = 'Message Type ' ;
360- public const SORT_MESSAGE_TYPE = '-Message Type ' ;
360+ public const SORT_MESSAGE_TYPE_DESC = '-Message Type ' ;
361361 public const SORT_METHOD = 'Method ' ;
362- public const SORT_METHOD = '-Method ' ;
362+ public const SORT_METHOD_DESC = '-Method ' ;
363363 public const SORT_SUBJECT = 'Subject ' ;
364- public const SORT_SUBJECT = '-Subject ' ;
364+ public const SORT_SUBJECT_DESC = '-Subject ' ;
365365 public const SORT_TO_NUMBER = 'To Number ' ;
366- public const SORT_TO_NUMBER = '-To Number ' ;
366+ public const SORT_TO_NUMBER_DESC = '-To Number ' ;
367367 public const SORT_TO_PHONE_REGION = 'To Phone Region ' ;
368- public const SORT_TO_PHONE_REGION = '-To Phone Region ' ;
368+ public const SORT_TO_PHONE_REGION_DESC = '-To Phone Region ' ;
369369 public const SORT_URL = 'URL ' ;
370- public const SORT_URL = '-URL ' ;
370+ public const SORT_URL_DESC = '-URL ' ;
371371 public const SORT_COUNT = 'count ' ;
372- public const SORT_COUNT = '-count ' ;
372+ public const SORT_COUNT_DESC = '-count ' ;
373373 public const SORT_FORM_ID = 'form_id ' ;
374- public const SORT_FORM_ID = '-form_id ' ;
374+ public const SORT_FORM_ID_DESC = '-form_id ' ;
375375 public const SORT_SUM_VALUE = 'sum_value ' ;
376- public const SORT_SUM_VALUE = '-sum_value ' ;
376+ public const SORT_SUM_VALUE_DESC = '-sum_value ' ;
377377 public const SORT_UNIQUE = 'unique ' ;
378- public const SORT_UNIQUE = '-unique ' ;
378+ public const SORT_UNIQUE_DESC = '-unique ' ;
379379
380380 /**
381381 * Gets allowable values of the enum
@@ -478,49 +478,49 @@ public function getSortAllowableValues()
478478 self ::SORT__VARIATION_SEND_COHORT ,
479479 self ::SORT___VARIATION_SEND_COHORT ,
480480 self ::SORT_BOUNCE_TYPE ,
481- self ::SORT_BOUNCE_TYPE ,
482- self ::SORT_CAMPAIGN_NAME ,
481+ self ::SORT_BOUNCE_TYPE_DESC ,
483482 self ::SORT_CAMPAIGN_NAME ,
483+ self ::SORT_CAMPAIGN_NAME_DESC ,
484484 self ::SORT_CLIENT_CANONICAL ,
485- self ::SORT_CLIENT_CANONICAL ,
485+ self ::SORT_CLIENT_CANONICAL_DESC ,
486486 self ::SORT_CLIENT_NAME ,
487- self ::SORT_CLIENT_NAME ,
488- self ::SORT_CLIENT_TYPE ,
487+ self ::SORT_CLIENT_NAME_DESC ,
489488 self ::SORT_CLIENT_TYPE ,
489+ self ::SORT_CLIENT_TYPE_DESC ,
490490 self ::SORT_EMAIL_DOMAIN ,
491- self ::SORT_EMAIL_DOMAIN ,
491+ self ::SORT_EMAIL_DOMAIN_DESC ,
492492 self ::SORT_FAILURE_SOURCE ,
493- self ::SORT_FAILURE_SOURCE ,
494- self ::SORT_FAILURE_TYPE ,
493+ self ::SORT_FAILURE_SOURCE_DESC ,
495494 self ::SORT_FAILURE_TYPE ,
495+ self ::SORT_FAILURE_TYPE_DESC ,
496496 self ::SORT_FROM_NUMBER ,
497- self ::SORT_FROM_NUMBER ,
497+ self ::SORT_FROM_NUMBER_DESC ,
498498 self ::SORT_FROM_PHONE_REGION ,
499- self ::SORT_FROM_PHONE_REGION ,
500- self ::SORT__LIST ,
499+ self ::SORT_FROM_PHONE_REGION_DESC ,
501500 self ::SORT__LIST ,
501+ self ::SORT__LIST_DESC ,
502502 self ::SORT_MESSAGE_NAME ,
503- self ::SORT_MESSAGE_NAME ,
504- self ::SORT_MESSAGE_TYPE ,
503+ self ::SORT_MESSAGE_NAME_DESC ,
505504 self ::SORT_MESSAGE_TYPE ,
505+ self ::SORT_MESSAGE_TYPE_DESC ,
506506 self ::SORT_METHOD ,
507- self ::SORT_METHOD ,
507+ self ::SORT_METHOD_DESC ,
508508 self ::SORT_SUBJECT ,
509- self ::SORT_SUBJECT ,
510- self ::SORT_TO_NUMBER ,
509+ self ::SORT_SUBJECT_DESC ,
511510 self ::SORT_TO_NUMBER ,
511+ self ::SORT_TO_NUMBER_DESC ,
512512 self ::SORT_TO_PHONE_REGION ,
513- self ::SORT_TO_PHONE_REGION ,
513+ self ::SORT_TO_PHONE_REGION_DESC ,
514514 self ::SORT_URL ,
515- self ::SORT_URL ,
516- self ::SORT_COUNT ,
515+ self ::SORT_URL_DESC ,
517516 self ::SORT_COUNT ,
517+ self ::SORT_COUNT_DESC ,
518518 self ::SORT_FORM_ID ,
519- self ::SORT_FORM_ID ,
519+ self ::SORT_FORM_ID_DESC ,
520520 self ::SORT_SUM_VALUE ,
521- self ::SORT_SUM_VALUE ,
522- self ::SORT_UNIQUE ,
521+ self ::SORT_SUM_VALUE_DESC ,
523522 self ::SORT_UNIQUE ,
523+ self ::SORT_UNIQUE_DESC ,
524524 ];
525525 }
526526
0 commit comments