wds-client 0.2.43__py3-none-any.whl → 0.2.44__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. wds_client/__init__.py +2 -2
  2. wds_client/api/general_wds_information_api.py +1 -1
  3. wds_client/api/instances_api.py +1 -1
  4. wds_client/api/records_api.py +1 -1
  5. wds_client/api/schema_api.py +1 -570
  6. wds_client/api_client.py +2 -2
  7. wds_client/configuration.py +2 -2
  8. wds_client/exceptions.py +1 -1
  9. wds_client/models/__init__.py +1 -1
  10. wds_client/models/attribute_schema.py +1 -1
  11. wds_client/models/batch_operation.py +1 -1
  12. wds_client/models/batch_record_request.py +1 -1
  13. wds_client/models/batch_response.py +1 -1
  14. wds_client/models/build.py +1 -1
  15. wds_client/models/commit.py +1 -1
  16. wds_client/models/component.py +1 -1
  17. wds_client/models/components.py +1 -1
  18. wds_client/models/db_component.py +1 -1
  19. wds_client/models/error_response.py +1 -1
  20. wds_client/models/git.py +1 -1
  21. wds_client/models/inline_object.py +1 -1
  22. wds_client/models/record_attribute_definition.py +1 -1
  23. wds_client/models/record_query_response.py +1 -1
  24. wds_client/models/record_request.py +1 -1
  25. wds_client/models/record_response.py +1 -1
  26. wds_client/models/record_type_schema.py +1 -1
  27. wds_client/models/request_body_search.py +1 -1
  28. wds_client/models/search_operator.py +1 -1
  29. wds_client/models/search_request.py +1 -1
  30. wds_client/models/search_sort_direction.py +1 -1
  31. wds_client/models/stack_trace_element.py +1 -1
  32. wds_client/models/status_response.py +1 -1
  33. wds_client/models/tsv_upload_response.py +1 -1
  34. wds_client/models/version_response.py +1 -1
  35. wds_client/rest.py +1 -1
  36. wds_client-0.2.44.dist-info/METADATA +16 -0
  37. wds_client-0.2.44.dist-info/RECORD +40 -0
  38. wds_client-0.2.43.dist-info/METADATA +0 -16
  39. wds_client-0.2.43.dist-info/RECORD +0 -40
  40. {wds_client-0.2.43.dist-info → wds_client-0.2.44.dist-info}/WHEEL +0 -0
  41. {wds_client-0.2.43.dist-info → wds_client-0.2.44.dist-info}/top_level.txt +0 -0
wds_client/__init__.py CHANGED
@@ -5,7 +5,7 @@
5
5
  """
6
6
  Workspace Data Service
7
7
 
8
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
8
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
9
9
 
10
10
  The version of the OpenAPI document: v0.2
11
11
  Generated by: https://openapi-generator.tech
@@ -14,7 +14,7 @@
14
14
 
15
15
  from __future__ import absolute_import
16
16
 
17
- __version__ = "0.2.43"
17
+ __version__ = "0.2.44"
18
18
 
19
19
  # import apis into sdk package
20
20
  from wds_client.api.general_wds_information_api import GeneralWDSInformationApi
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -36,143 +36,6 @@ class SchemaApi(object):
36
36
  api_client = ApiClient()
37
37
  self.api_client = api_client
38
38
 
39
- def delete_attribute(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
40
- """Delete attribute (pending) # noqa: E501
41
-
42
- Delete attribute. This deletes all values for this attribute within the specified type. # noqa: E501
43
- This method makes a synchronous HTTP request by default. To make an
44
- asynchronous HTTP request, please pass async_req=True
45
- >>> thread = api.delete_attribute(instanceid, v, type, attribute, async_req=True)
46
- >>> result = thread.get()
47
-
48
- :param async_req bool: execute request asynchronously
49
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
50
- :param str v: API version (required)
51
- :param str type: Record type (required)
52
- :param str attribute: Attribute name (required)
53
- :param _preload_content: if False, the urllib3.HTTPResponse object will
54
- be returned without reading/decoding response
55
- data. Default is True.
56
- :param _request_timeout: timeout setting for this request. If one
57
- number provided, it will be total request
58
- timeout. It can also be a pair (tuple) of
59
- (connection, read) timeouts.
60
- :return: None
61
- If the method is called asynchronously,
62
- returns the request thread.
63
- """
64
- kwargs['_return_http_data_only'] = True
65
- return self.delete_attribute_with_http_info(instanceid, v, type, attribute, **kwargs) # noqa: E501
66
-
67
- def delete_attribute_with_http_info(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
68
- """Delete attribute (pending) # noqa: E501
69
-
70
- Delete attribute. This deletes all values for this attribute within the specified type. # noqa: E501
71
- This method makes a synchronous HTTP request by default. To make an
72
- asynchronous HTTP request, please pass async_req=True
73
- >>> thread = api.delete_attribute_with_http_info(instanceid, v, type, attribute, async_req=True)
74
- >>> result = thread.get()
75
-
76
- :param async_req bool: execute request asynchronously
77
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
78
- :param str v: API version (required)
79
- :param str type: Record type (required)
80
- :param str attribute: Attribute name (required)
81
- :param _return_http_data_only: response data without head status code
82
- and headers
83
- :param _preload_content: if False, the urllib3.HTTPResponse object will
84
- be returned without reading/decoding response
85
- data. Default is True.
86
- :param _request_timeout: timeout setting for this request. If one
87
- number provided, it will be total request
88
- timeout. It can also be a pair (tuple) of
89
- (connection, read) timeouts.
90
- :return: None
91
- If the method is called asynchronously,
92
- returns the request thread.
93
- """
94
-
95
- local_var_params = locals()
96
-
97
- all_params = [
98
- 'instanceid',
99
- 'v',
100
- 'type',
101
- 'attribute'
102
- ]
103
- all_params.extend(
104
- [
105
- 'async_req',
106
- '_return_http_data_only',
107
- '_preload_content',
108
- '_request_timeout'
109
- ]
110
- )
111
-
112
- for key, val in six.iteritems(local_var_params['kwargs']):
113
- if key not in all_params:
114
- raise ApiTypeError(
115
- "Got an unexpected keyword argument '%s'"
116
- " to method delete_attribute" % key
117
- )
118
- local_var_params[key] = val
119
- del local_var_params['kwargs']
120
- # verify the required parameter 'instanceid' is set
121
- if self.api_client.client_side_validation and ('instanceid' not in local_var_params or # noqa: E501
122
- local_var_params['instanceid'] is None): # noqa: E501
123
- raise ApiValueError("Missing the required parameter `instanceid` when calling `delete_attribute`") # noqa: E501
124
- # verify the required parameter 'v' is set
125
- if self.api_client.client_side_validation and ('v' not in local_var_params or # noqa: E501
126
- local_var_params['v'] is None): # noqa: E501
127
- raise ApiValueError("Missing the required parameter `v` when calling `delete_attribute`") # noqa: E501
128
- # verify the required parameter 'type' is set
129
- if self.api_client.client_side_validation and ('type' not in local_var_params or # noqa: E501
130
- local_var_params['type'] is None): # noqa: E501
131
- raise ApiValueError("Missing the required parameter `type` when calling `delete_attribute`") # noqa: E501
132
- # verify the required parameter 'attribute' is set
133
- if self.api_client.client_side_validation and ('attribute' not in local_var_params or # noqa: E501
134
- local_var_params['attribute'] is None): # noqa: E501
135
- raise ApiValueError("Missing the required parameter `attribute` when calling `delete_attribute`") # noqa: E501
136
-
137
- collection_formats = {}
138
-
139
- path_params = {}
140
- if 'instanceid' in local_var_params:
141
- path_params['instanceid'] = local_var_params['instanceid'] # noqa: E501
142
- if 'v' in local_var_params:
143
- path_params['v'] = local_var_params['v'] # noqa: E501
144
- if 'type' in local_var_params:
145
- path_params['type'] = local_var_params['type'] # noqa: E501
146
- if 'attribute' in local_var_params:
147
- path_params['attribute'] = local_var_params['attribute'] # noqa: E501
148
-
149
- query_params = []
150
-
151
- header_params = {}
152
-
153
- form_params = []
154
- local_var_files = {}
155
-
156
- body_params = None
157
- # Authentication setting
158
- auth_settings = [] # noqa: E501
159
-
160
- return self.api_client.call_api(
161
- '/{instanceid}/types/{type}/attributes/{v}/{attribute}', 'DELETE',
162
- path_params,
163
- query_params,
164
- header_params,
165
- body=body_params,
166
- post_params=form_params,
167
- files=local_var_files,
168
- response_type=None, # noqa: E501
169
- auth_settings=auth_settings,
170
- async_req=local_var_params.get('async_req'),
171
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
172
- _preload_content=local_var_params.get('_preload_content', True),
173
- _request_timeout=local_var_params.get('_request_timeout'),
174
- collection_formats=collection_formats)
175
-
176
39
  def delete_record_type(self, instanceid, v, type, **kwargs): # noqa: E501
177
40
  """Delete record type # noqa: E501
178
41
 
@@ -424,147 +287,6 @@ class SchemaApi(object):
424
287
  _request_timeout=local_var_params.get('_request_timeout'),
425
288
  collection_formats=collection_formats)
426
289
 
427
- def describe_attribute(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
428
- """Describe attribute (pending) # noqa: E501
429
-
430
- Returns the schema definition for this attribute. # noqa: E501
431
- This method makes a synchronous HTTP request by default. To make an
432
- asynchronous HTTP request, please pass async_req=True
433
- >>> thread = api.describe_attribute(instanceid, v, type, attribute, async_req=True)
434
- >>> result = thread.get()
435
-
436
- :param async_req bool: execute request asynchronously
437
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
438
- :param str v: API version (required)
439
- :param str type: Record type (required)
440
- :param str attribute: Attribute name (required)
441
- :param _preload_content: if False, the urllib3.HTTPResponse object will
442
- be returned without reading/decoding response
443
- data. Default is True.
444
- :param _request_timeout: timeout setting for this request. If one
445
- number provided, it will be total request
446
- timeout. It can also be a pair (tuple) of
447
- (connection, read) timeouts.
448
- :return: AttributeSchema
449
- If the method is called asynchronously,
450
- returns the request thread.
451
- """
452
- kwargs['_return_http_data_only'] = True
453
- return self.describe_attribute_with_http_info(instanceid, v, type, attribute, **kwargs) # noqa: E501
454
-
455
- def describe_attribute_with_http_info(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
456
- """Describe attribute (pending) # noqa: E501
457
-
458
- Returns the schema definition for this attribute. # noqa: E501
459
- This method makes a synchronous HTTP request by default. To make an
460
- asynchronous HTTP request, please pass async_req=True
461
- >>> thread = api.describe_attribute_with_http_info(instanceid, v, type, attribute, async_req=True)
462
- >>> result = thread.get()
463
-
464
- :param async_req bool: execute request asynchronously
465
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
466
- :param str v: API version (required)
467
- :param str type: Record type (required)
468
- :param str attribute: Attribute name (required)
469
- :param _return_http_data_only: response data without head status code
470
- and headers
471
- :param _preload_content: if False, the urllib3.HTTPResponse object will
472
- be returned without reading/decoding response
473
- data. Default is True.
474
- :param _request_timeout: timeout setting for this request. If one
475
- number provided, it will be total request
476
- timeout. It can also be a pair (tuple) of
477
- (connection, read) timeouts.
478
- :return: tuple(AttributeSchema, status_code(int), headers(HTTPHeaderDict))
479
- If the method is called asynchronously,
480
- returns the request thread.
481
- """
482
-
483
- local_var_params = locals()
484
-
485
- all_params = [
486
- 'instanceid',
487
- 'v',
488
- 'type',
489
- 'attribute'
490
- ]
491
- all_params.extend(
492
- [
493
- 'async_req',
494
- '_return_http_data_only',
495
- '_preload_content',
496
- '_request_timeout'
497
- ]
498
- )
499
-
500
- for key, val in six.iteritems(local_var_params['kwargs']):
501
- if key not in all_params:
502
- raise ApiTypeError(
503
- "Got an unexpected keyword argument '%s'"
504
- " to method describe_attribute" % key
505
- )
506
- local_var_params[key] = val
507
- del local_var_params['kwargs']
508
- # verify the required parameter 'instanceid' is set
509
- if self.api_client.client_side_validation and ('instanceid' not in local_var_params or # noqa: E501
510
- local_var_params['instanceid'] is None): # noqa: E501
511
- raise ApiValueError("Missing the required parameter `instanceid` when calling `describe_attribute`") # noqa: E501
512
- # verify the required parameter 'v' is set
513
- if self.api_client.client_side_validation and ('v' not in local_var_params or # noqa: E501
514
- local_var_params['v'] is None): # noqa: E501
515
- raise ApiValueError("Missing the required parameter `v` when calling `describe_attribute`") # noqa: E501
516
- # verify the required parameter 'type' is set
517
- if self.api_client.client_side_validation and ('type' not in local_var_params or # noqa: E501
518
- local_var_params['type'] is None): # noqa: E501
519
- raise ApiValueError("Missing the required parameter `type` when calling `describe_attribute`") # noqa: E501
520
- # verify the required parameter 'attribute' is set
521
- if self.api_client.client_side_validation and ('attribute' not in local_var_params or # noqa: E501
522
- local_var_params['attribute'] is None): # noqa: E501
523
- raise ApiValueError("Missing the required parameter `attribute` when calling `describe_attribute`") # noqa: E501
524
-
525
- collection_formats = {}
526
-
527
- path_params = {}
528
- if 'instanceid' in local_var_params:
529
- path_params['instanceid'] = local_var_params['instanceid'] # noqa: E501
530
- if 'v' in local_var_params:
531
- path_params['v'] = local_var_params['v'] # noqa: E501
532
- if 'type' in local_var_params:
533
- path_params['type'] = local_var_params['type'] # noqa: E501
534
- if 'attribute' in local_var_params:
535
- path_params['attribute'] = local_var_params['attribute'] # noqa: E501
536
-
537
- query_params = []
538
-
539
- header_params = {}
540
-
541
- form_params = []
542
- local_var_files = {}
543
-
544
- body_params = None
545
- # HTTP header `Accept`
546
- header_params['Accept'] = self.api_client.select_header_accept(
547
- ['application/json']) # noqa: E501
548
-
549
- # Authentication setting
550
- auth_settings = [] # noqa: E501
551
-
552
- return self.api_client.call_api(
553
- '/{instanceid}/types/{type}/attributes/{v}/{attribute}', 'GET',
554
- path_params,
555
- query_params,
556
- header_params,
557
- body=body_params,
558
- post_params=form_params,
559
- files=local_var_files,
560
- response_type='AttributeSchema', # noqa: E501
561
- auth_settings=auth_settings,
562
- async_req=local_var_params.get('async_req'),
563
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
564
- _preload_content=local_var_params.get('_preload_content', True),
565
- _request_timeout=local_var_params.get('_request_timeout'),
566
- collection_formats=collection_formats)
567
-
568
290
  def describe_record_type(self, instanceid, v, type, **kwargs): # noqa: E501
569
291
  """Describe record type # noqa: E501
570
292
 
@@ -696,294 +418,3 @@ class SchemaApi(object):
696
418
  _preload_content=local_var_params.get('_preload_content', True),
697
419
  _request_timeout=local_var_params.get('_request_timeout'),
698
420
  collection_formats=collection_formats)
699
-
700
- def update_attribute(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
701
- """Update attribute (pending) # noqa: E501
702
-
703
- Update attribute. All records of the specified type that contain the old attribute will now have the new attribute instead. When changing datatypes, WDS will make a best effort to cast the existing values into the new datatype. Any values that cannot be successfully cast will be changed to null. Returns the updated attribute definition. # noqa: E501
704
- This method makes a synchronous HTTP request by default. To make an
705
- asynchronous HTTP request, please pass async_req=True
706
- >>> thread = api.update_attribute(instanceid, v, type, attribute, async_req=True)
707
- >>> result = thread.get()
708
-
709
- :param async_req bool: execute request asynchronously
710
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
711
- :param str v: API version (required)
712
- :param str type: Record type (required)
713
- :param str attribute: Attribute name (required)
714
- :param AttributeSchema attribute_schema:
715
- :param _preload_content: if False, the urllib3.HTTPResponse object will
716
- be returned without reading/decoding response
717
- data. Default is True.
718
- :param _request_timeout: timeout setting for this request. If one
719
- number provided, it will be total request
720
- timeout. It can also be a pair (tuple) of
721
- (connection, read) timeouts.
722
- :return: AttributeSchema
723
- If the method is called asynchronously,
724
- returns the request thread.
725
- """
726
- kwargs['_return_http_data_only'] = True
727
- return self.update_attribute_with_http_info(instanceid, v, type, attribute, **kwargs) # noqa: E501
728
-
729
- def update_attribute_with_http_info(self, instanceid, v, type, attribute, **kwargs): # noqa: E501
730
- """Update attribute (pending) # noqa: E501
731
-
732
- Update attribute. All records of the specified type that contain the old attribute will now have the new attribute instead. When changing datatypes, WDS will make a best effort to cast the existing values into the new datatype. Any values that cannot be successfully cast will be changed to null. Returns the updated attribute definition. # noqa: E501
733
- This method makes a synchronous HTTP request by default. To make an
734
- asynchronous HTTP request, please pass async_req=True
735
- >>> thread = api.update_attribute_with_http_info(instanceid, v, type, attribute, async_req=True)
736
- >>> result = thread.get()
737
-
738
- :param async_req bool: execute request asynchronously
739
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
740
- :param str v: API version (required)
741
- :param str type: Record type (required)
742
- :param str attribute: Attribute name (required)
743
- :param AttributeSchema attribute_schema:
744
- :param _return_http_data_only: response data without head status code
745
- and headers
746
- :param _preload_content: if False, the urllib3.HTTPResponse object will
747
- be returned without reading/decoding response
748
- data. Default is True.
749
- :param _request_timeout: timeout setting for this request. If one
750
- number provided, it will be total request
751
- timeout. It can also be a pair (tuple) of
752
- (connection, read) timeouts.
753
- :return: tuple(AttributeSchema, status_code(int), headers(HTTPHeaderDict))
754
- If the method is called asynchronously,
755
- returns the request thread.
756
- """
757
-
758
- local_var_params = locals()
759
-
760
- all_params = [
761
- 'instanceid',
762
- 'v',
763
- 'type',
764
- 'attribute',
765
- 'attribute_schema'
766
- ]
767
- all_params.extend(
768
- [
769
- 'async_req',
770
- '_return_http_data_only',
771
- '_preload_content',
772
- '_request_timeout'
773
- ]
774
- )
775
-
776
- for key, val in six.iteritems(local_var_params['kwargs']):
777
- if key not in all_params:
778
- raise ApiTypeError(
779
- "Got an unexpected keyword argument '%s'"
780
- " to method update_attribute" % key
781
- )
782
- local_var_params[key] = val
783
- del local_var_params['kwargs']
784
- # verify the required parameter 'instanceid' is set
785
- if self.api_client.client_side_validation and ('instanceid' not in local_var_params or # noqa: E501
786
- local_var_params['instanceid'] is None): # noqa: E501
787
- raise ApiValueError("Missing the required parameter `instanceid` when calling `update_attribute`") # noqa: E501
788
- # verify the required parameter 'v' is set
789
- if self.api_client.client_side_validation and ('v' not in local_var_params or # noqa: E501
790
- local_var_params['v'] is None): # noqa: E501
791
- raise ApiValueError("Missing the required parameter `v` when calling `update_attribute`") # noqa: E501
792
- # verify the required parameter 'type' is set
793
- if self.api_client.client_side_validation and ('type' not in local_var_params or # noqa: E501
794
- local_var_params['type'] is None): # noqa: E501
795
- raise ApiValueError("Missing the required parameter `type` when calling `update_attribute`") # noqa: E501
796
- # verify the required parameter 'attribute' is set
797
- if self.api_client.client_side_validation and ('attribute' not in local_var_params or # noqa: E501
798
- local_var_params['attribute'] is None): # noqa: E501
799
- raise ApiValueError("Missing the required parameter `attribute` when calling `update_attribute`") # noqa: E501
800
-
801
- collection_formats = {}
802
-
803
- path_params = {}
804
- if 'instanceid' in local_var_params:
805
- path_params['instanceid'] = local_var_params['instanceid'] # noqa: E501
806
- if 'v' in local_var_params:
807
- path_params['v'] = local_var_params['v'] # noqa: E501
808
- if 'type' in local_var_params:
809
- path_params['type'] = local_var_params['type'] # noqa: E501
810
- if 'attribute' in local_var_params:
811
- path_params['attribute'] = local_var_params['attribute'] # noqa: E501
812
-
813
- query_params = []
814
-
815
- header_params = {}
816
-
817
- form_params = []
818
- local_var_files = {}
819
-
820
- body_params = None
821
- if 'attribute_schema' in local_var_params:
822
- body_params = local_var_params['attribute_schema']
823
- # HTTP header `Accept`
824
- header_params['Accept'] = self.api_client.select_header_accept(
825
- ['application/json']) # noqa: E501
826
-
827
- # HTTP header `Content-Type`
828
- header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
829
- ['application/json']) # noqa: E501
830
-
831
- # Authentication setting
832
- auth_settings = [] # noqa: E501
833
-
834
- return self.api_client.call_api(
835
- '/{instanceid}/types/{type}/attributes/{v}/{attribute}', 'PATCH',
836
- path_params,
837
- query_params,
838
- header_params,
839
- body=body_params,
840
- post_params=form_params,
841
- files=local_var_files,
842
- response_type='AttributeSchema', # noqa: E501
843
- auth_settings=auth_settings,
844
- async_req=local_var_params.get('async_req'),
845
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
846
- _preload_content=local_var_params.get('_preload_content', True),
847
- _request_timeout=local_var_params.get('_request_timeout'),
848
- collection_formats=collection_formats)
849
-
850
- def update_record_type(self, instanceid, v, type, **kwargs): # noqa: E501
851
- """Update record type (pending) # noqa: E501
852
-
853
- Update record type. All records of the old type will be updated to the new type. This API can be used to rename a record type and/or to perform batch updates to this type's attributes; see also the updateAttribute API. This API cannot be used to delete attributes; use deleteAttribute instead. Returns the updated type definition. # noqa: E501
854
- This method makes a synchronous HTTP request by default. To make an
855
- asynchronous HTTP request, please pass async_req=True
856
- >>> thread = api.update_record_type(instanceid, v, type, async_req=True)
857
- >>> result = thread.get()
858
-
859
- :param async_req bool: execute request asynchronously
860
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
861
- :param str v: API version (required)
862
- :param str type: Record type (required)
863
- :param RecordTypeSchema record_type_schema:
864
- :param _preload_content: if False, the urllib3.HTTPResponse object will
865
- be returned without reading/decoding response
866
- data. Default is True.
867
- :param _request_timeout: timeout setting for this request. If one
868
- number provided, it will be total request
869
- timeout. It can also be a pair (tuple) of
870
- (connection, read) timeouts.
871
- :return: RecordTypeSchema
872
- If the method is called asynchronously,
873
- returns the request thread.
874
- """
875
- kwargs['_return_http_data_only'] = True
876
- return self.update_record_type_with_http_info(instanceid, v, type, **kwargs) # noqa: E501
877
-
878
- def update_record_type_with_http_info(self, instanceid, v, type, **kwargs): # noqa: E501
879
- """Update record type (pending) # noqa: E501
880
-
881
- Update record type. All records of the old type will be updated to the new type. This API can be used to rename a record type and/or to perform batch updates to this type's attributes; see also the updateAttribute API. This API cannot be used to delete attributes; use deleteAttribute instead. Returns the updated type definition. # noqa: E501
882
- This method makes a synchronous HTTP request by default. To make an
883
- asynchronous HTTP request, please pass async_req=True
884
- >>> thread = api.update_record_type_with_http_info(instanceid, v, type, async_req=True)
885
- >>> result = thread.get()
886
-
887
- :param async_req bool: execute request asynchronously
888
- :param str instanceid: WDS instance id; by convention equal to workspace id (required)
889
- :param str v: API version (required)
890
- :param str type: Record type (required)
891
- :param RecordTypeSchema record_type_schema:
892
- :param _return_http_data_only: response data without head status code
893
- and headers
894
- :param _preload_content: if False, the urllib3.HTTPResponse object will
895
- be returned without reading/decoding response
896
- data. Default is True.
897
- :param _request_timeout: timeout setting for this request. If one
898
- number provided, it will be total request
899
- timeout. It can also be a pair (tuple) of
900
- (connection, read) timeouts.
901
- :return: tuple(RecordTypeSchema, status_code(int), headers(HTTPHeaderDict))
902
- If the method is called asynchronously,
903
- returns the request thread.
904
- """
905
-
906
- local_var_params = locals()
907
-
908
- all_params = [
909
- 'instanceid',
910
- 'v',
911
- 'type',
912
- 'record_type_schema'
913
- ]
914
- all_params.extend(
915
- [
916
- 'async_req',
917
- '_return_http_data_only',
918
- '_preload_content',
919
- '_request_timeout'
920
- ]
921
- )
922
-
923
- for key, val in six.iteritems(local_var_params['kwargs']):
924
- if key not in all_params:
925
- raise ApiTypeError(
926
- "Got an unexpected keyword argument '%s'"
927
- " to method update_record_type" % key
928
- )
929
- local_var_params[key] = val
930
- del local_var_params['kwargs']
931
- # verify the required parameter 'instanceid' is set
932
- if self.api_client.client_side_validation and ('instanceid' not in local_var_params or # noqa: E501
933
- local_var_params['instanceid'] is None): # noqa: E501
934
- raise ApiValueError("Missing the required parameter `instanceid` when calling `update_record_type`") # noqa: E501
935
- # verify the required parameter 'v' is set
936
- if self.api_client.client_side_validation and ('v' not in local_var_params or # noqa: E501
937
- local_var_params['v'] is None): # noqa: E501
938
- raise ApiValueError("Missing the required parameter `v` when calling `update_record_type`") # noqa: E501
939
- # verify the required parameter 'type' is set
940
- if self.api_client.client_side_validation and ('type' not in local_var_params or # noqa: E501
941
- local_var_params['type'] is None): # noqa: E501
942
- raise ApiValueError("Missing the required parameter `type` when calling `update_record_type`") # noqa: E501
943
-
944
- collection_formats = {}
945
-
946
- path_params = {}
947
- if 'instanceid' in local_var_params:
948
- path_params['instanceid'] = local_var_params['instanceid'] # noqa: E501
949
- if 'v' in local_var_params:
950
- path_params['v'] = local_var_params['v'] # noqa: E501
951
- if 'type' in local_var_params:
952
- path_params['type'] = local_var_params['type'] # noqa: E501
953
-
954
- query_params = []
955
-
956
- header_params = {}
957
-
958
- form_params = []
959
- local_var_files = {}
960
-
961
- body_params = None
962
- if 'record_type_schema' in local_var_params:
963
- body_params = local_var_params['record_type_schema']
964
- # HTTP header `Accept`
965
- header_params['Accept'] = self.api_client.select_header_accept(
966
- ['application/json']) # noqa: E501
967
-
968
- # HTTP header `Content-Type`
969
- header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
970
- ['application/json']) # noqa: E501
971
-
972
- # Authentication setting
973
- auth_settings = [] # noqa: E501
974
-
975
- return self.api_client.call_api(
976
- '/{instanceid}/types/{v}/{type}', 'PATCH',
977
- path_params,
978
- query_params,
979
- header_params,
980
- body=body_params,
981
- post_params=form_params,
982
- files=local_var_files,
983
- response_type='RecordTypeSchema', # noqa: E501
984
- auth_settings=auth_settings,
985
- async_req=local_var_params.get('async_req'),
986
- _return_http_data_only=local_var_params.get('_return_http_data_only'), # noqa: E501
987
- _preload_content=local_var_params.get('_preload_content', True),
988
- _request_timeout=local_var_params.get('_request_timeout'),
989
- collection_formats=collection_formats)
wds_client/api_client.py CHANGED
@@ -2,7 +2,7 @@
2
2
  """
3
3
  Workspace Data Service
4
4
 
5
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
5
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
6
 
7
7
  The version of the OpenAPI document: v0.2
8
8
  Generated by: https://openapi-generator.tech
@@ -78,7 +78,7 @@ class ApiClient(object):
78
78
  self.default_headers[header_name] = header_value
79
79
  self.cookie = cookie
80
80
  # Set default User-Agent.
81
- self.user_agent = 'OpenAPI-Generator/0.2.43/python'
81
+ self.user_agent = 'OpenAPI-Generator/0.2.44/python'
82
82
  self.client_side_validation = configuration.client_side_validation
83
83
 
84
84
  def __enter__(self):
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -336,7 +336,7 @@ class Configuration(object):
336
336
  "OS: {env}\n"\
337
337
  "Python Version: {pyversion}\n"\
338
338
  "Version of the API: v0.2\n"\
339
- "SDK Package Version: 0.2.43".\
339
+ "SDK Package Version: 0.2.44".\
340
340
  format(env=sys.platform, pyversion=sys.version)
341
341
 
342
342
  def get_host_settings(self):
wds_client/exceptions.py CHANGED
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -4,7 +4,7 @@
4
4
  """
5
5
  Workspace Data Service
6
6
 
7
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
8
8
 
9
9
  The version of the OpenAPI document: v0.2
10
10
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
wds_client/models/git.py CHANGED
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
wds_client/rest.py CHANGED
@@ -3,7 +3,7 @@
3
3
  """
4
4
  Workspace Data Service
5
5
 
6
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
6
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
7
7
 
8
8
  The version of the OpenAPI document: v0.2
9
9
  Generated by: https://openapi-generator.tech
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.1
2
+ Name: wds-client
3
+ Version: 0.2.44
4
+ Summary: Workspace Data Service
5
+ Home-page:
6
+ Author: OpenAPI Generator community
7
+ Author-email: team@openapitools.org
8
+ License: BSD
9
+ Keywords: OpenAPI,OpenAPI-Generator,Workspace Data Service
10
+ Requires-Dist: urllib3 (>=1.15)
11
+ Requires-Dist: six (>=1.10)
12
+ Requires-Dist: certifi
13
+ Requires-Dist: python-dateutil
14
+
15
+ This page lists current APIs. As of v0.2, all APIs are subject to change without notice. # noqa: E501
16
+
@@ -0,0 +1,40 @@
1
+ wds_client/__init__.py,sha256=7TCGuIY-xn2PVKCf4FIjRQnnUNa9oC0RN5ID5r4CpwM,2503
2
+ wds_client/api_client.py,sha256=7gHJHAUzSm1lWGv6u7Pvd6T7gLOzyQ5r7hnIVFxMTTY,26218
3
+ wds_client/configuration.py,sha256=H5M5h2TsdDheFzwEZtTX-szPGVml46oKfQpOwvl5d8E,12796
4
+ wds_client/exceptions.py,sha256=aSzfcb88Ria7Rc29tIICwpoa48cO3e39uhF1NwwhFIk,3782
5
+ wds_client/rest.py,sha256=gz_lec6SDdAJB6g3-BvjpDoi5kwuJt40Z-27llO3q_o,12310
6
+ wds_client/api/__init__.py,sha256=nU5igjRSBhZRn1Tw6W3HOc56BGC8psnqwrHiKEgqniQ,319
7
+ wds_client/api/general_wds_information_api.py,sha256=VpzEtZE8dwbxBbEDsFuHsd1GtwfehWhJfgySC1z9cAk,9762
8
+ wds_client/api/instances_api.py,sha256=VBNgRNoRfb-otw3UkSnwhZGRWvlMtTaADQekvhF9s_s,17815
9
+ wds_client/api/records_api.py,sha256=5_1usOm9o9qGO_6rFGgH5WI8CQkePZnWDtFch3D5h-A,61503
10
+ wds_client/api/schema_api.py,sha256=k-37s5xMqBpaVTs28AHh6vnQ8nLE1J9KTv8qPtkaUFM,19343
11
+ wds_client/models/__init__.py,sha256=VK27TtlH6g6ViCNA-gXDBbrs10PrDCq5wRtVeGSrJa0,1862
12
+ wds_client/models/attribute_schema.py,sha256=ZAgVQZod7G_WVEIHE013_aCuwNQPQltfbu20G2DQeqs,6288
13
+ wds_client/models/batch_operation.py,sha256=9DsndMW-H0vXdo_BHJSMsxM3KcFy38ngDwMOaPxuy8g,4708
14
+ wds_client/models/batch_record_request.py,sha256=20Kzkn10Ecbrnl5gb58Xq1vc8JGJecKmGagRaFaWqNI,5523
15
+ wds_client/models/batch_response.py,sha256=F0De-IO3ow2i413EEhgCUDr6z2VtfxWHBHsBZNb8LzU,4460
16
+ wds_client/models/build.py,sha256=GSBnf0jilFqtB3lmDkxiY6dyswzkWqYhGpR-3N02N0M,5564
17
+ wds_client/models/commit.py,sha256=_5GB_9O82S0R-3wJNdE40gJEpezaMBm9HvW7B-vfBM8,3729
18
+ wds_client/models/component.py,sha256=T-U0Yd9DKI9ImeuzCpz4quexMIWrLMu07yNta5E1XsY,3890
19
+ wds_client/models/components.py,sha256=tAcklfZgZ8NW3s9bK1QI8ea4vJOMkQr45M0zHAAt260,4510
20
+ wds_client/models/db_component.py,sha256=AqevvRNUHBMxQp8hx6bDctWP7UmiVKHfIUs7PCVOFYg,3974
21
+ wds_client/models/error_response.py,sha256=hVlcwm3exLVyWW1mX47XVpil8VIdnCBcy68MzkQ8moo,6948
22
+ wds_client/models/git.py,sha256=ud6_xJ6cXfYk8EfDzt6o_2bkEOG50gTngNa8wSF_N0k,3807
23
+ wds_client/models/inline_object.py,sha256=0a0ubuoGz05QdH7F6GMqiIhn6-5A10y3STcaRBaL08k,3561
24
+ wds_client/models/record_attribute_definition.py,sha256=_H5GvS5Snnc9dmN4KKjAVoLe7-iLA9X-yVdsuFMc4tM,3581
25
+ wds_client/models/record_query_response.py,sha256=4nDSdc3H9SvfrcHdbsauHme7y3o1fVhWOip7r3n3PzY,5724
26
+ wds_client/models/record_request.py,sha256=T5HA6_BI7iJwFvKioaRNs1CLGH444ny7aK-CxKVj8yI,3883
27
+ wds_client/models/record_response.py,sha256=jUclWTkCNnPBZSSe1LyVkg6ut6dW7x9N66a5x3Ah-GM,5459
28
+ wds_client/models/record_type_schema.py,sha256=bIwlEi6xXlVhM71qIsjE_2bs4rDIWZhSvj1hOtFDRDk,6723
29
+ wds_client/models/request_body_search.py,sha256=K9fO9cVWFKNoYSj3SSIw-Y8303aB_0poKi4rWk3Ed_U,4316
30
+ wds_client/models/search_operator.py,sha256=fxA37FkIOFGWE10Tg6AGTGLznWeNf4X5u8bvSd82itk,2799
31
+ wds_client/models/search_request.py,sha256=k7HdUZpdZ2GBAK0SW7I9CiC8IJFquwUvBYHf9zUsvbI,6219
32
+ wds_client/models/search_sort_direction.py,sha256=HPcgD5lLkOd_jZHvEb_f87N08nA8Y7OqRq7RsXPUPFs,2825
33
+ wds_client/models/stack_trace_element.py,sha256=736AWqwJnnefSWt7VbNSIxV2KeK5v9kjcRdiv0LcnTE,6497
34
+ wds_client/models/status_response.py,sha256=7xORym4glLDFTUdW2Roih7tsvCjt4HFavQM6XPwKOOo,4656
35
+ wds_client/models/tsv_upload_response.py,sha256=_Je-z2d99f7Op1rTtap33Tu9hIBTM4YPoZw1qeaw4kY,4508
36
+ wds_client/models/version_response.py,sha256=u3iS-4WPk6SS6BX7Oq_P1tqrnEMB_yxPUbq6tCaF4oc,3868
37
+ wds_client-0.2.44.dist-info/METADATA,sha256=XRDFSy03f_Za3bRT2WAuQhKD-xBrh7goOMN0gYO0Jpw,472
38
+ wds_client-0.2.44.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
39
+ wds_client-0.2.44.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
40
+ wds_client-0.2.44.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: wds-client
3
- Version: 0.2.43
4
- Summary: Workspace Data Service
5
- Home-page:
6
- Author: OpenAPI Generator community
7
- Author-email: team@openapitools.org
8
- License: BSD
9
- Keywords: OpenAPI,OpenAPI-Generator,Workspace Data Service
10
- Requires-Dist: urllib3 (>=1.15)
11
- Requires-Dist: six (>=1.10)
12
- Requires-Dist: certifi
13
- Requires-Dist: python-dateutil
14
-
15
- This page lists both current and proposed APIs. The proposed APIs which have not yet been implemented are marked as deprecated. This is incongruous, but by using the deprecated flag, we can force swagger-ui to display those endpoints differently. Error codes and responses for proposed APIs are likely to change as we gain more clarity on their implementation. As of v0.2, all APIs are subject to change without notice. # noqa: E501
16
-
@@ -1,40 +0,0 @@
1
- wds_client/__init__.py,sha256=czoDN7MxIel7lts1VJIjsI9ZC6NE5EhVTpkvQp2Nmao,2835
2
- wds_client/api_client.py,sha256=Dj4QyvPy_CTesKI8Bx-KlADl22R-xJfJtQHvrPQB_Po,26550
3
- wds_client/configuration.py,sha256=DVT-63pdhRKkZDdqOvtVLW6dkHri2DnagA7VR25Y3Ok,13128
4
- wds_client/exceptions.py,sha256=tS0QMAkI6sVjguU59oF8z-cQl1ghdNoNwMDskXWKR_I,4114
5
- wds_client/rest.py,sha256=jO2nqkamVJ08JbTWjWkFuIi20RwDeE_Djf0I0lOrQXc,12642
6
- wds_client/api/__init__.py,sha256=nU5igjRSBhZRn1Tw6W3HOc56BGC8psnqwrHiKEgqniQ,319
7
- wds_client/api/general_wds_information_api.py,sha256=Lkc7SPfD8lb1Dlr9P4aNu6MMr5LH0t9Q1PmDIsKFRhY,10094
8
- wds_client/api/instances_api.py,sha256=VZqAsyVrsuuCmnzQ1oFVP13JIrrUqqqlfHMoqAVfNWQ,18147
9
- wds_client/api/records_api.py,sha256=_sR3CPD7lKPWxkZyrWjTTPOuP5WfLCkhU-pq-EmvOxI,61835
10
- wds_client/api/schema_api.py,sha256=3RUjDBwOZ9VDld781U6X8DakBD3vOYkPcJiSpSPSiE4,49447
11
- wds_client/models/__init__.py,sha256=3m8GUc4jxs7Y8DaJJXH5Pq0pTogbR2Wqc9CtGO67ge0,2194
12
- wds_client/models/attribute_schema.py,sha256=qs0J7JefPYPvSDXepo56awDghrSE4wvbre0f6Bjx9dc,6620
13
- wds_client/models/batch_operation.py,sha256=04GyKm9u3Qa6xNA_yA-OLgQGXw-uh02JnhXEGA7BWAo,5040
14
- wds_client/models/batch_record_request.py,sha256=fLxxLAydjKvza_vrac-U6nW_z_bAybfH80p6KZXBUew,5855
15
- wds_client/models/batch_response.py,sha256=QZHhR04iZhCAwyBvcz5TtAxf1l3M7Zh-ueVYQWY6WfM,4792
16
- wds_client/models/build.py,sha256=P1rmLJ_t7lNgz93zFevnBnlbNc4Meohoo2I1-gJhHHo,5896
17
- wds_client/models/commit.py,sha256=At6cwpT15emyPpXfP9GXtB0LzhUE4eGm2JD-uAcfJ5U,4061
18
- wds_client/models/component.py,sha256=hftDjWIh2S0rPVD2UJxrTX0SdRUGhQZlWf9ElslqxtY,4222
19
- wds_client/models/components.py,sha256=O5y9kO_4FLOTwWzkuoQEjyrGLqrmWp6TGPf8JxHmTwg,4842
20
- wds_client/models/db_component.py,sha256=j46TP_GqIdRaDjOhzKNBOXs1sw0rwCVABNc5nZ4PIug,4306
21
- wds_client/models/error_response.py,sha256=g1x-Zt5c-e-aBY4GKhMEoRw-eN3RRJoHXZaNzW5h-qU,7280
22
- wds_client/models/git.py,sha256=llFrLfQgkUYqawtwG-qgdH0f6WFPV7eX9n0J2UUydCw,4139
23
- wds_client/models/inline_object.py,sha256=LaMJEpzE69m7R4ZvnCyMWmMBJ6OqbZFYhGjqV8R7_TE,3893
24
- wds_client/models/record_attribute_definition.py,sha256=NmuSe_XHiNxbU3-rI3lEiAyiP662vMgrYws6GCWbgiQ,3913
25
- wds_client/models/record_query_response.py,sha256=59u1_o0EfCCu0g2fG9ZaNNq3JfF7f2AM78gjS6rRAl4,6056
26
- wds_client/models/record_request.py,sha256=WhHUXX2TJY_YtE6hLuW7CuKlTV9C-7juEOOlwvuTpr8,4215
27
- wds_client/models/record_response.py,sha256=LNDjUQ-0vhNMr-U6llfQzs0pouiCPAJYD4QJo407M7U,5791
28
- wds_client/models/record_type_schema.py,sha256=ifRAHXouIqKlvq3E79mPl1-vo2PVHZdQdlucjPlRDkE,7055
29
- wds_client/models/request_body_search.py,sha256=1jKZSExgEEwtSjLhDwdP3mVw-Q_40YoIaRVPbEI5wRk,4648
30
- wds_client/models/search_operator.py,sha256=AQLOsl4UQQK7IA0KzWtIXHzFgIUer6VvGBvnRGTMIGY,3131
31
- wds_client/models/search_request.py,sha256=JcbZLNlJRF3VWDqx9WFO3Jd5ODWvaf8GCDztNtjG4RY,6551
32
- wds_client/models/search_sort_direction.py,sha256=sFk3idpluDkF7Q5cwUSEKwkP4Tsz2GmeZZP2UhtZLyc,3157
33
- wds_client/models/stack_trace_element.py,sha256=VBy-QPmi4jvWhetCr8tw7rU4F0zZxzuFOhrdzpEzrCg,6829
34
- wds_client/models/status_response.py,sha256=fRWollHxllHebpkNFpe-m8i0yT0FmRDf0IC7Aps4DVQ,4988
35
- wds_client/models/tsv_upload_response.py,sha256=0nQEO1lPy_iQy9k1xbkMabB2xjLTa0G-cM4bfyjp6dI,4840
36
- wds_client/models/version_response.py,sha256=SWbMr_gy1R4xt-eCZVRztCPf1irMMarPK9-R8orFIlg,4200
37
- wds_client-0.2.43.dist-info/METADATA,sha256=Crr-KptwbqzOYCqb4FZgem9eLKoPyoaWptWbs5ROyUc,804
38
- wds_client-0.2.43.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
39
- wds_client-0.2.43.dist-info/top_level.txt,sha256=hU2h533r5-3FzApV8ps3zXmQJKy74SPT3sYR8-uZhp8,11
40
- wds_client-0.2.43.dist-info/RECORD,,