flywheel-sdk 21.2.0rc1__py3-none-any.whl → 21.3.0rc0__py3-none-any.whl

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.
flywheel/flywheel.py CHANGED
@@ -40,7 +40,7 @@ from flywheel.view_builder import ViewBuilder
40
40
  from flywheel.finder import Finder
41
41
  import flywheel.api
42
42
 
43
- SDK_VERSION = "21.2.0-rc1"
43
+ SDK_VERSION = "21.3.0-rc0"
44
44
 
45
45
  def config_from_api_key(api_key):
46
46
  parts = api_key.split(':')
@@ -630,7 +630,7 @@ class Flywheel:
630
630
  :param bool join_avatars:
631
631
  :param JoinType join:
632
632
  :param bool include_all_info: Include all info in returned objects
633
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
633
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
634
634
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
635
635
  :param int limit: The maximum number of entries to return.
636
636
  :param int skip: The number of entries to skip.
@@ -708,7 +708,7 @@ class Flywheel:
708
708
  :param bool join_avatars: add name and avatar to notes
709
709
  :param str collection_id:
710
710
  :param bool include_all_info: Include all info in returned objects
711
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
711
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
712
712
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
713
713
  :param int limit: The maximum number of entries to return.
714
714
  :param int skip: The number of entries to skip.
@@ -1167,7 +1167,7 @@ class Flywheel:
1167
1167
 
1168
1168
  :param bool inflate_job: Return job as an object instead of an id
1169
1169
  :param bool include_all_info: Include all info in returned objects
1170
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1170
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1171
1171
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1172
1172
  :param int limit: The maximum number of entries to return.
1173
1173
  :param int skip: The number of entries to skip.
@@ -1438,7 +1438,7 @@ class Flywheel:
1438
1438
 
1439
1439
  List Audit Trail Reports.
1440
1440
 
1441
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1441
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1442
1442
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1443
1443
  :param int limit: The maximum number of entries to return.
1444
1444
  :param int skip: The number of entries to skip.
@@ -1816,7 +1816,7 @@ class Flywheel:
1816
1816
  :param bool stats:
1817
1817
  :param bool include_all_info: Include all info in returned objects
1818
1818
  :param str user_id:
1819
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1819
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1820
1820
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1821
1821
  :param int limit: The maximum number of entries to return.
1822
1822
  :param int skip: The number of entries to skip.
@@ -1834,7 +1834,7 @@ class Flywheel:
1834
1834
 
1835
1835
  List all curators of collections
1836
1836
 
1837
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1837
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1838
1838
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1839
1839
  :param int limit: The maximum number of entries to return.
1840
1840
  :param int skip: The number of entries to skip.
@@ -1868,7 +1868,7 @@ class Flywheel:
1868
1868
 
1869
1869
  :param str collection_id: (required)
1870
1870
  :param str session: The id of a session, to which the acquisitions returned will be restricted
1871
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1871
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1872
1872
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1873
1873
  :param int limit: The maximum number of entries to return.
1874
1874
  :param int skip: The number of entries to skip.
@@ -1914,7 +1914,7 @@ class Flywheel:
1914
1914
 
1915
1915
  :param str collection_id: (required)
1916
1916
  :param bool include_all_info: Include all info in returned objects
1917
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
1917
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
1918
1918
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
1919
1919
  :param int limit: The maximum number of entries to return.
1920
1920
  :param int skip: The number of entries to skip.
@@ -2540,7 +2540,7 @@ class Flywheel:
2540
2540
  :param bool join_avatars:
2541
2541
  :param JoinType join:
2542
2542
  :param bool include_all_info: Include all info in returned objects
2543
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
2543
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2544
2544
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2545
2545
  :param int limit: The maximum number of entries to return.
2546
2546
  :param int skip: The number of entries to skip.
@@ -2614,7 +2614,7 @@ class Flywheel:
2614
2614
  View all containers
2615
2615
 
2616
2616
  :param str container_id: The ID of the container, one of user, group or project. Use \"site\" as containerId to save or get a site data view. (required)
2617
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
2617
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2618
2618
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2619
2619
  :param int limit: The maximum number of entries to return.
2620
2620
  :param int skip: The number of entries to skip.
@@ -2816,7 +2816,7 @@ class Flywheel:
2816
2816
 
2817
2817
  Retrieves all custom filters for the authenticated user's origin Args: pagination: Pagination parameters for the query auth_session: The user auth session for permission checks Returns: Page[Filter]: A paginated list of custom filters matching the user's origin Raises: BusinessLogicError: when auth session does not have user privilege
2818
2818
 
2819
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
2819
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2820
2820
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2821
2821
  :param int limit: The maximum number of entries to return.
2822
2822
  :param int skip: The number of entries to skip.
@@ -2855,7 +2855,7 @@ class Flywheel:
2855
2855
  """Get a list of data_view_executions
2856
2856
 
2857
2857
  :param bool exhaustive: Set to return a complete list regardless of permissions
2858
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
2858
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2859
2859
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2860
2860
  :param int limit: The maximum number of entries to return.
2861
2861
  :param int skip: The number of entries to skip.
@@ -2927,7 +2927,7 @@ class Flywheel:
2927
2927
  """Get Queries
2928
2928
 
2929
2929
  :param bool exhaustive: Return all queries, Admin only
2930
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
2930
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
2931
2931
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
2932
2932
  :param int limit: The maximum number of entries to return.
2933
2933
  :param int skip: The number of entries to skip.
@@ -3071,7 +3071,7 @@ class Flywheel:
3071
3071
  :param str device_id: (required)
3072
3072
  :param ApiKeyInputWithOptionalLabel body:
3073
3073
  :param bool async_: Perform the request asynchronously
3074
- :return: object
3074
+ :return: ApiKeyOutput
3075
3075
  """
3076
3076
  return self.devices_api.generate_key(device_id, **kwargs)
3077
3077
 
@@ -3082,7 +3082,7 @@ class Flywheel:
3082
3082
  Requires login.
3083
3083
 
3084
3084
  :param bool join_keys: Return device key. Admins only
3085
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
3085
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3086
3086
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3087
3087
  :param int limit: The maximum number of entries to return.
3088
3088
  :param int skip: The number of entries to skip.
@@ -3336,7 +3336,7 @@ class Flywheel:
3336
3336
 
3337
3337
  Get metadata of all current user files
3338
3338
 
3339
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
3339
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3340
3340
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3341
3341
  :param int limit: The maximum number of entries to return.
3342
3342
  :param int skip: The number of entries to skip.
@@ -3536,7 +3536,7 @@ class Flywheel:
3536
3536
  List all responses for a given task.
3537
3537
 
3538
3538
  :param str task_id: (required)
3539
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
3539
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3540
3540
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3541
3541
  :param int limit: The maximum number of entries to return.
3542
3542
  :param int skip: The number of entries to skip.
@@ -3652,7 +3652,7 @@ class Flywheel:
3652
3652
  :param str project_id:
3653
3653
  :param bool all_versions: return all versions of each gear
3654
3654
  :param bool include_invalid: return gears with the 'invalid' flag set
3655
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
3655
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3656
3656
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3657
3657
  :param int limit: The maximum number of entries to return.
3658
3658
  :param int skip: The number of entries to skip.
@@ -3976,7 +3976,7 @@ class Flywheel:
3976
3976
  Find all groups.
3977
3977
 
3978
3978
  :param bool exhaustive: Set to return a complete list regardless of permissions
3979
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
3979
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
3980
3980
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
3981
3981
  :param int limit: The maximum number of entries to return.
3982
3982
  :param int skip: The number of entries to skip.
@@ -4009,7 +4009,7 @@ class Flywheel:
4009
4009
  :param str group_id: (required)
4010
4010
  :param bool exhaustive:
4011
4011
  :param bool include_all_info: Include all info in returned objects
4012
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4012
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4013
4013
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4014
4014
  :param int limit: The maximum number of entries to return.
4015
4015
  :param int skip: The number of entries to skip.
@@ -4241,7 +4241,7 @@ class Flywheel:
4241
4241
 
4242
4242
  :param bool include_parent_info: Include the parent info for the jobs
4243
4243
  :param bool include_all_info: Include all info in returned objects
4244
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4244
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4245
4245
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4246
4246
  :param int limit: The maximum number of entries to return.
4247
4247
  :param int skip: The number of entries to skip.
@@ -4449,7 +4449,7 @@ class Flywheel:
4449
4449
 
4450
4450
  Requires login.
4451
4451
 
4452
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4452
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4453
4453
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4454
4454
  :param int limit: The maximum number of entries to return.
4455
4455
  :param int skip: The number of entries to skip.
@@ -4602,7 +4602,7 @@ class Flywheel:
4602
4602
  """Catalog List
4603
4603
 
4604
4604
  :param str search_string: Include only results containing the search string
4605
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4605
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4606
4606
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4607
4607
  :param int limit: The maximum number of entries to return.
4608
4608
  :param int skip: The number of entries to skip.
@@ -4949,7 +4949,7 @@ class Flywheel:
4949
4949
  :param JoinType join:
4950
4950
  :param bool exhaustive: Set to return a complete list regardless of permissions
4951
4951
  :param bool include_all_info: Include all info in returned objects
4952
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4952
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4953
4953
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4954
4954
  :param int limit: The maximum number of entries to return.
4955
4955
  :param int skip: The number of entries to skip.
@@ -4966,7 +4966,7 @@ class Flywheel:
4966
4966
  """List all groups which have a project in them
4967
4967
 
4968
4968
  :param bool exhaustive: returns exhaustive list if correct permissions
4969
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
4969
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
4970
4970
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
4971
4971
  :param int limit: The maximum number of entries to return.
4972
4972
  :param int skip: The number of entries to skip.
@@ -5009,7 +5009,7 @@ class Flywheel:
5009
5009
  :param bool exhaustive:
5010
5010
  :param JoinType join:
5011
5011
  :param bool include_all_info: Include all info in returned objects
5012
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5012
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5013
5013
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5014
5014
  :param int limit: The maximum number of entries to return.
5015
5015
  :param int skip: The number of entries to skip.
@@ -5032,7 +5032,7 @@ class Flywheel:
5032
5032
  :param bool join_avatars:
5033
5033
  :param JoinType join:
5034
5034
  :param bool include_all_info: Include all info in returned objects
5035
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5035
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5036
5036
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5037
5037
  :param int limit: The maximum number of entries to return.
5038
5038
  :param int skip: The number of entries to skip.
@@ -5118,7 +5118,7 @@ class Flywheel:
5118
5118
  :param str project_id: 24-char hex subject id (required)
5119
5119
  :param JoinType join: join file origins
5120
5120
  :param bool include_all_info: Include all info in returned objects
5121
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5121
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5122
5122
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5123
5123
  :param int limit: The maximum number of entries to return.
5124
5124
  :param int skip: The number of entries to skip.
@@ -5151,7 +5151,7 @@ class Flywheel:
5151
5151
  :param str project_id: (required)
5152
5152
  :param JoinType join:
5153
5153
  :param bool include_all_info: Include all info in returned objects
5154
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5154
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5155
5155
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5156
5156
  :param int limit: The maximum number of entries to return.
5157
5157
  :param int skip: The number of entries to skip.
@@ -5537,7 +5537,7 @@ class Flywheel:
5537
5537
 
5538
5538
  Get a paginated list of protocols.
5539
5539
 
5540
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5540
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5541
5541
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5542
5542
  :param int limit: The maximum number of entries to return.
5543
5543
  :param int skip: The number of entries to skip.
@@ -5604,7 +5604,7 @@ class Flywheel:
5604
5604
  """Get a report of access log entries for the given parameters
5605
5605
 
5606
5606
  :param bool csv: Set to download a csv file instead of json
5607
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5607
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5608
5608
  :param str sort: The sort fields and order.(e.g. label:asc,created:desc)
5609
5609
  :param int limit: The maximum number of entries to return
5610
5610
  :param int skip: The number of entries to skip
@@ -5776,7 +5776,7 @@ class Flywheel:
5776
5776
  def get_all_roles(self, **kwargs): # noqa: E501
5777
5777
  """Get list of all roles
5778
5778
 
5779
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
5779
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
5780
5780
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
5781
5781
  :param int limit: The maximum number of entries to return.
5782
5782
  :param int skip: The number of entries to skip.
@@ -6201,7 +6201,7 @@ class Flywheel:
6201
6201
  :param JoinType join: join file origins
6202
6202
  :param bool include_all_info: Include all info in returned objects
6203
6203
  :param str user_id:
6204
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6204
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6205
6205
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6206
6206
  :param int limit: The maximum number of entries to return.
6207
6207
  :param int skip: The number of entries to skip.
@@ -6239,7 +6239,7 @@ class Flywheel:
6239
6239
  :param bool exhaustive:
6240
6240
  :param JoinType join:
6241
6241
  :param bool include_all_info: Include all info in returned objects
6242
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6242
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6243
6243
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6244
6244
  :param int limit: The maximum number of entries to return.
6245
6245
  :param int skip: The number of entries to skip.
@@ -6262,7 +6262,7 @@ class Flywheel:
6262
6262
  :param bool join_avatars:
6263
6263
  :param JoinType join:
6264
6264
  :param bool include_all_info: Include all info in returned objects
6265
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6265
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6266
6266
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6267
6267
  :param int limit: The maximum number of entries to return.
6268
6268
  :param int skip: The number of entries to skip.
@@ -6313,7 +6313,7 @@ class Flywheel:
6313
6313
  :param list[str] states: filter results by job state
6314
6314
  :param list[str] tags: filter results by job tags
6315
6315
  :param bool include_all_info: Include all info in returned objects
6316
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6316
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6317
6317
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6318
6318
  :param int limit: The maximum number of entries to return.
6319
6319
  :param int skip: The number of entries to skip.
@@ -6596,7 +6596,7 @@ class Flywheel:
6596
6596
  Return a list of all providers on the site
6597
6597
 
6598
6598
  :param ProviderClass _class: Limit the response to the given provider class
6599
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6599
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6600
6600
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6601
6601
  :param int limit: The maximum number of entries to return.
6602
6602
  :param int skip: The number of entries to skip.
@@ -6722,7 +6722,7 @@ class Flywheel:
6722
6722
  def find_all_api_staffing_pools_get(self, **kwargs): # noqa: E501
6723
6723
  """Find All
6724
6724
 
6725
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
6725
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
6726
6726
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
6727
6727
  :param int limit: The maximum number of entries to return.
6728
6728
  :param int skip: The number of entries to skip.
@@ -7173,7 +7173,7 @@ class Flywheel:
7173
7173
  :param JoinType join: join file origins
7174
7174
  :param bool join_avatars: add name and avatar to notes
7175
7175
  :param bool include_all_info: Include all info in returned objects
7176
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7176
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7177
7177
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7178
7178
  :param int limit: The maximum number of entries to return.
7179
7179
  :param int skip: The number of entries to skip.
@@ -7211,7 +7211,7 @@ class Flywheel:
7211
7211
  :param bool join_avatars:
7212
7212
  :param JoinType join:
7213
7213
  :param bool include_all_info: Include all info in returned objects
7214
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7214
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7215
7215
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7216
7216
  :param int limit: The maximum number of entries to return.
7217
7217
  :param int skip: The number of entries to skip.
@@ -7274,7 +7274,7 @@ class Flywheel:
7274
7274
  :param str subject_id: 24-char hex subject id (required)
7275
7275
  :param JoinType join: join file origins
7276
7276
  :param bool include_all_info: Include all info in returned objects
7277
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7277
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7278
7278
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7279
7279
  :param int limit: The maximum number of entries to return.
7280
7280
  :param int skip: The number of entries to skip.
@@ -7510,17 +7510,17 @@ class Flywheel:
7510
7510
  return self.tasks_api.batch_create_reader_task(body, **kwargs)
7511
7511
 
7512
7512
 
7513
- def complete_reader_task(self, task_id, body, **kwargs): # noqa: E501
7513
+ def complete_reader_task(self, task_id, **kwargs): # noqa: E501
7514
7514
  """Complete
7515
7515
 
7516
7516
  Complete a reader task.
7517
7517
 
7518
7518
  :param str task_id: (required)
7519
- :param TaskSubmission body: (required)
7519
+ :param TaskSubmission body:
7520
7520
  :param bool async_: Perform the request asynchronously
7521
7521
  :return: ReaderTask
7522
7522
  """
7523
- return self.tasks_api.complete_reader_task(task_id, body, **kwargs)
7523
+ return self.tasks_api.complete_reader_task(task_id, **kwargs)
7524
7524
 
7525
7525
 
7526
7526
  def create_reader_task(self, body, **kwargs): # noqa: E501
@@ -7594,7 +7594,7 @@ class Flywheel:
7594
7594
  :param GraphFilter body: (required)
7595
7595
  :param bool exhaustive:
7596
7596
  :param bool include_all_info: Include all info in returned objects
7597
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7597
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7598
7598
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7599
7599
  :param int limit: The maximum number of entries to return.
7600
7600
  :param int skip: The number of entries to skip.
@@ -7786,7 +7786,7 @@ class Flywheel:
7786
7786
 
7787
7787
  Gets all users with pagination Args:
7788
7788
 
7789
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7789
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7790
7790
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7791
7791
  :param int limit: The maximum number of entries to return.
7792
7792
  :param int skip: The number of entries to skip.
@@ -7841,7 +7841,7 @@ class Flywheel:
7841
7841
 
7842
7842
  :param str gear: Gear name. Get only the jobs which are related to a specific gear.
7843
7843
  :param bool exhaustive:
7844
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7844
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7845
7845
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7846
7846
  :param int limit: The maximum number of entries to return.
7847
7847
  :param int skip: The number of entries to skip.
@@ -7875,7 +7875,7 @@ class Flywheel:
7875
7875
  :param str uid: (required)
7876
7876
  :param bool exhaustive: Set to return a complete list regardless of permissions
7877
7877
  :param bool include_all_info: Include all info in returned objects
7878
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7878
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7879
7879
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7880
7880
  :param int limit: The maximum number of entries to return.
7881
7881
  :param int skip: The number of entries to skip.
@@ -7904,7 +7904,7 @@ class Flywheel:
7904
7904
  """Get all collections that belong to the given user.
7905
7905
 
7906
7906
  :param str user_id: (required)
7907
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7907
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7908
7908
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7909
7909
  :param int limit: The maximum number of entries to return.
7910
7910
  :param int skip: The number of entries to skip.
@@ -7922,7 +7922,7 @@ class Flywheel:
7922
7922
 
7923
7923
  :param str uid: (required)
7924
7924
  :param bool exhaustive: Set to return a complete list regardless of permissions
7925
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7925
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7926
7926
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7927
7927
  :param int limit: The maximum number of entries to return.
7928
7928
  :param int skip: The number of entries to skip.
@@ -7943,7 +7943,7 @@ class Flywheel:
7943
7943
  :param str uid: (required)
7944
7944
  :param bool exhaustive: Set to return a complete list regardless of permissions
7945
7945
  :param bool include_all_info: Include all info in returned objects
7946
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7946
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7947
7947
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7948
7948
  :param int limit: The maximum number of entries to return.
7949
7949
  :param int skip: The number of entries to skip.
@@ -7963,7 +7963,7 @@ class Flywheel:
7963
7963
  :param str uid: (required)
7964
7964
  :param bool exhaustive:
7965
7965
  :param bool include_all_info: Include all info in returned objects
7966
- :param str filter: The filter to apply. (e.g. label=my-label,created>2018-09-22)
7966
+ :param str filter: Comma separated filters to apply. Commas not used as separators must be escaped with backslash '\\'. (e.g. label=my-label,created>2018-09-22)
7967
7967
  :param str sort: The sort fields and order. (e.g. label:asc,created:desc)
7968
7968
  :param int limit: The maximum number of entries to return.
7969
7969
  :param int skip: The number of entries to skip.
@@ -22,6 +22,7 @@ from typing import TYPE_CHECKING
22
22
  if TYPE_CHECKING:
23
23
  from flywheel.models.container_reference import ContainerReference # noqa: F401,E501
24
24
  from flywheel.models.custom_form import CustomForm # noqa: F401,E501
25
+ from flywheel.models.origin import Origin # noqa: F401,E501
25
26
  from flywheel.models.protocol_e_signature_config import ProtocolESignatureConfig # noqa: F401,E501
26
27
  from flywheel.models.protocol_status import ProtocolStatus # noqa: F401,E501
27
28
  from flywheel.models.reader_task_config import ReaderTaskConfig # noqa: F401,E501
@@ -42,7 +43,8 @@ class Protocol(object):
42
43
  'task_type': 'str',
43
44
  'completion_tags': 'list[str]',
44
45
  'notes': 'str',
45
- 'esignature_config': 'ProtocolESignatureConfig'
46
+ 'esignature_config': 'ProtocolESignatureConfig',
47
+ 'modified_by': 'Origin'
46
48
  }
47
49
 
48
50
  attribute_map = {
@@ -59,7 +61,8 @@ class Protocol(object):
59
61
  'task_type': 'task_type',
60
62
  'completion_tags': 'completion_tags',
61
63
  'notes': 'notes',
62
- 'esignature_config': 'esignature_config'
64
+ 'esignature_config': 'esignature_config',
65
+ 'modified_by': 'modified_by'
63
66
  }
64
67
 
65
68
  rattribute_map = {
@@ -76,10 +79,11 @@ class Protocol(object):
76
79
  'task_type': 'task_type',
77
80
  'completion_tags': 'completion_tags',
78
81
  'notes': 'notes',
79
- 'esignature_config': 'esignature_config'
82
+ 'esignature_config': 'esignature_config',
83
+ 'modified_by': 'modified_by'
80
84
  }
81
85
 
82
- def __init__(self, id=None, label=None, form=None, protocol_config=None, created=None, modified=None, replaced=None, version=None, status=None, parent_ref=None, task_type=None, completion_tags=None, notes=None, esignature_config=None): # noqa: E501
86
+ def __init__(self, id=None, label=None, form=None, protocol_config=None, created=None, modified=None, replaced=None, version=None, status=None, parent_ref=None, task_type=None, completion_tags=None, notes=None, esignature_config=None, modified_by=None): # noqa: E501
83
87
  """Protocol - a model defined in Swagger"""
84
88
  super(Protocol, self).__init__()
85
89
 
@@ -97,6 +101,7 @@ class Protocol(object):
97
101
  self._completion_tags = None
98
102
  self._notes = None
99
103
  self._esignature_config = None
104
+ self._modified_by = None
100
105
  self.discriminator = None
101
106
  self.alt_discriminator = None
102
107
 
@@ -121,6 +126,8 @@ class Protocol(object):
121
126
  self.notes = notes
122
127
  if esignature_config is not None:
123
128
  self.esignature_config = esignature_config
129
+ if modified_by is not None:
130
+ self.modified_by = modified_by
124
131
 
125
132
  @property
126
133
  def id(self):
@@ -416,6 +423,27 @@ class Protocol(object):
416
423
 
417
424
  self._esignature_config = esignature_config
418
425
 
426
+ @property
427
+ def modified_by(self):
428
+ """Gets the modified_by of this Protocol.
429
+
430
+
431
+ :return: The modified_by of this Protocol.
432
+ :rtype: Origin
433
+ """
434
+ return self._modified_by
435
+
436
+ @modified_by.setter
437
+ def modified_by(self, modified_by):
438
+ """Sets the modified_by of this Protocol.
439
+
440
+
441
+ :param modified_by: The modified_by of this Protocol. # noqa: E501
442
+ :type: Origin
443
+ """
444
+
445
+ self._modified_by = modified_by
446
+
419
447
 
420
448
  @staticmethod
421
449
  def positional_to_model(value):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: flywheel-sdk
3
- Version: 21.2.0rc1
3
+ Version: 21.3.0rc0
4
4
  Summary: Flywheel SDK
5
5
  Project-URL: homepage, https://flywheel.io
6
6
  Project-URL: documentation, https://api-docs.flywheel.io