@@ -951,7 +951,7 @@ def get_architect_dependencytracking_consumedresources(self, id, version, object
951951 for asynchronous request. (optional)
952952 :param str id: Consuming object ID (required)
953953 :param str version: Consuming object version (required)
954- :param str object_type: Consuming object type (required)
954+ :param str object_type: Consuming object type. Only versioned types are allowed here. (required)
955955 :param list[str] resource_type: Types of consumed resources to show
956956 :return: ConsumedResourcesEntityListing
957957 If the method is called asynchronously,
@@ -1043,8 +1043,8 @@ def get_architect_dependencytracking_consumingresources(self, id, object_type, *
10431043 :param callback function: The callback function
10441044 for asynchronous request. (optional)
10451045 :param str id: Consumed object ID (required)
1046- :param str object_type: Consumed object type (only versioned object types are valid) ( required)
1047- :param list[str] resource_type: Types of consuming resources to show
1046+ :param str object_type: Consumed object type (required)
1047+ :param list[str] resource_type: Types of consuming resources to show. Only versioned types are allowed here.
10481048 :return: ConsumingResourcesEntityListing
10491049 If the method is called asynchronously,
10501050 returns the request thread.
@@ -1646,12 +1646,13 @@ def get_architect_ivrs(self, **kwargs):
16461646 :param int page_size: Page size
16471647 :param str sort_by: Sort by
16481648 :param str sort_order: Sort order
1649+ :param str name: Name of the IVR to filter by.
16491650 :return: IVREntityListing
16501651 If the method is called asynchronously,
16511652 returns the request thread.
16521653 """
16531654
1654- all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' ]
1655+ all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' , 'name' ]
16551656 all_params .append ('callback' )
16561657
16571658 params = locals ()
@@ -1678,6 +1679,8 @@ def get_architect_ivrs(self, **kwargs):
16781679 query_params ['sortBy' ] = params ['sort_by' ]
16791680 if 'sort_order' in params :
16801681 query_params ['sortOrder' ] = params ['sort_order' ]
1682+ if 'name' in params :
1683+ query_params ['name' ] = params ['name' ]
16811684
16821685 header_params = {}
16831686
@@ -2219,12 +2222,13 @@ def get_architect_schedulegroups(self, **kwargs):
22192222 :param int page_size: Page size
22202223 :param str sort_by: Sort by
22212224 :param str sort_order: Sort order
2225+ :param str name: Name of the Schedule Group to filter by.
22222226 :return: ScheduleGroupEntityListing
22232227 If the method is called asynchronously,
22242228 returns the request thread.
22252229 """
22262230
2227- all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' ]
2231+ all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' , 'name' ]
22282232 all_params .append ('callback' )
22292233
22302234 params = locals ()
@@ -2251,6 +2255,8 @@ def get_architect_schedulegroups(self, **kwargs):
22512255 query_params ['sortBy' ] = params ['sort_by' ]
22522256 if 'sort_order' in params :
22532257 query_params ['sortOrder' ] = params ['sort_order' ]
2258+ if 'name' in params :
2259+ query_params ['name' ] = params ['name' ]
22542260
22552261 header_params = {}
22562262
@@ -2303,12 +2309,13 @@ def get_architect_schedules(self, **kwargs):
23032309 :param int page_size: Page size
23042310 :param str sort_by: Sort by
23052311 :param str sort_order: Sort order
2312+ :param str name: Name of the Schedule to filter by.
23062313 :return: ScheduleEntityListing
23072314 If the method is called asynchronously,
23082315 returns the request thread.
23092316 """
23102317
2311- all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' ]
2318+ all_params = ['page_number' , 'page_size' , 'sort_by' , 'sort_order' , 'name' ]
23122319 all_params .append ('callback' )
23132320
23142321 params = locals ()
@@ -2335,6 +2342,8 @@ def get_architect_schedules(self, **kwargs):
23352342 query_params ['sortBy' ] = params ['sort_by' ]
23362343 if 'sort_order' in params :
23372344 query_params ['sortOrder' ] = params ['sort_order' ]
2345+ if 'name' in params :
2346+ query_params ['name' ] = params ['name' ]
23382347
23392348 header_params = {}
23402349
@@ -2813,15 +2822,15 @@ def get_flow_history_history_id(self, flow_id, history_id, **kwargs):
28132822 :param str history_id: History ID (generated history) (required)
28142823 :param int page_number: Page number
28152824 :param int page_size: Page size
2816- :param str sort_by: Sort by
28172825 :param str sort_order: Sort order
2818- :param list[str] action: Flow actions
2826+ :param str sort_by: Sort by
2827+ :param list[str] action: Flow actions to include (omit to include all)
28192828 :return: HistoryListing
28202829 If the method is called asynchronously,
28212830 returns the request thread.
28222831 """
28232832
2824- all_params = ['flow_id' , 'history_id' , 'page_number' , 'page_size' , 'sort_by ' , 'sort_order ' , 'action' ]
2833+ all_params = ['flow_id' , 'history_id' , 'page_number' , 'page_size' , 'sort_order ' , 'sort_by ' , 'action' ]
28252834 all_params .append ('callback' )
28262835
28272836 params = locals ()
@@ -2854,10 +2863,10 @@ def get_flow_history_history_id(self, flow_id, history_id, **kwargs):
28542863 query_params ['pageNumber' ] = params ['page_number' ]
28552864 if 'page_size' in params :
28562865 query_params ['pageSize' ] = params ['page_size' ]
2857- if 'sort_by' in params :
2858- query_params ['sortBy' ] = params ['sort_by' ]
28592866 if 'sort_order' in params :
28602867 query_params ['sortOrder' ] = params ['sort_order' ]
2868+ if 'sort_by' in params :
2869+ query_params ['sortBy' ] = params ['sort_by' ]
28612870 if 'action' in params :
28622871 query_params ['action' ] = params ['action' ]
28632872
0 commit comments