diff --git a/sajari_client/model/query_aggregate_result_analysis.py b/sajari_client/model/query_aggregate_result_analysis.py index 90d767d..0026f24 100644 --- a/sajari_client/model/query_aggregate_result_analysis.py +++ b/sajari_client/model/query_aggregate_result_analysis.py @@ -62,7 +62,7 @@ class QueryAggregateResultAnalysis(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -80,7 +80,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { diff --git a/sajari_client/model/query_aggregate_result_buckets_bucket.py b/sajari_client/model/query_aggregate_result_buckets_bucket.py index effacad..4b524d6 100644 --- a/sajari_client/model/query_aggregate_result_buckets_bucket.py +++ b/sajari_client/model/query_aggregate_result_buckets_bucket.py @@ -62,7 +62,7 @@ class QueryAggregateResultBucketsBucket(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_aggregate_result_count.py b/sajari_client/model/query_aggregate_result_count.py index 69b533b..c0bf26b 100644 --- a/sajari_client/model/query_aggregate_result_count.py +++ b/sajari_client/model/query_aggregate_result_count.py @@ -62,7 +62,7 @@ class QueryAggregateResultCount(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -76,7 +76,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -85,14 +85,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_aggregate_result_date.py b/sajari_client/model/query_aggregate_result_date.py index ba11f36..bb648ba 100644 --- a/sajari_client/model/query_aggregate_result_date.py +++ b/sajari_client/model/query_aggregate_result_date.py @@ -62,7 +62,7 @@ class QueryAggregateResultDate(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -76,7 +76,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -85,14 +85,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_aggregate_result_metric.py b/sajari_client/model/query_aggregate_result_metric.py index e8c5467..7816aed 100644 --- a/sajari_client/model/query_aggregate_result_metric.py +++ b/sajari_client/model/query_aggregate_result_metric.py @@ -62,7 +62,7 @@ class QueryAggregateResultMetric(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -76,7 +76,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -85,14 +85,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_collection_request_pipeline.py b/sajari_client/model/query_collection_request_pipeline.py index 4ad69f2..527f8d7 100644 --- a/sajari_client/model/query_collection_request_pipeline.py +++ b/sajari_client/model/query_collection_request_pipeline.py @@ -62,7 +62,7 @@ class QueryCollectionRequestPipeline(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, name, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_collection_request_tracking_type.py b/sajari_client/model/query_collection_request_tracking_type.py index 7a60db4..84a4998 100644 --- a/sajari_client/model/query_collection_request_tracking_type.py +++ b/sajari_client/model/query_collection_request_tracking_type.py @@ -64,7 +64,7 @@ class QueryCollectionRequestTrackingType(ModelSimple): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -78,21 +78,15 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = {} _composed_schemas = None - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): diff --git a/sajari_client/model/query_collection_response_pipeline.py b/sajari_client/model/query_collection_response_pipeline.py index 748acd4..e655c33 100644 --- a/sajari_client/model/query_collection_response_pipeline.py +++ b/sajari_client/model/query_collection_response_pipeline.py @@ -62,7 +62,7 @@ class QueryCollectionResponsePipeline(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_result_token_click.py b/sajari_client/model/query_result_token_click.py index e389285..8d29f38 100644 --- a/sajari_client/model/query_result_token_click.py +++ b/sajari_client/model/query_result_token_click.py @@ -62,7 +62,7 @@ class QueryResultTokenClick(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -76,7 +76,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -85,14 +85,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/query_result_token_pos_neg.py b/sajari_client/model/query_result_token_pos_neg.py index 7d2a2ff..3facd0e 100644 --- a/sajari_client/model/query_result_token_pos_neg.py +++ b/sajari_client/model/query_result_token_pos_neg.py @@ -62,7 +62,7 @@ class QueryResultTokenPosNeg(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/record_key.py b/sajari_client/model/record_key.py index 0699452..ac59ece 100644 --- a/sajari_client/model/record_key.py +++ b/sajari_client/model/record_key.py @@ -62,7 +62,7 @@ class RecordKey(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, field, value, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/schema_field_mode.py b/sajari_client/model/schema_field_mode.py index ced828e..3dc8c37 100644 --- a/sajari_client/model/schema_field_mode.py +++ b/sajari_client/model/schema_field_mode.py @@ -64,7 +64,7 @@ class SchemaFieldMode(ModelSimple): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -78,21 +78,15 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = {} _composed_schemas = None - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): diff --git a/sajari_client/model/schema_field_type.py b/sajari_client/model/schema_field_type.py index 3950fd1..47b8b9d 100644 --- a/sajari_client/model/schema_field_type.py +++ b/sajari_client/model/schema_field_type.py @@ -67,7 +67,7 @@ class SchemaFieldType(ModelSimple): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -81,21 +81,15 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = {} _composed_schemas = None - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, *args, **kwargs): diff --git a/sajari_client/model/send_event_request.py b/sajari_client/model/send_event_request.py index 1f210b8..e1d5b94 100644 --- a/sajari_client/model/send_event_request.py +++ b/sajari_client/model/send_event_request.py @@ -62,7 +62,7 @@ class SendEventRequest(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -80,7 +80,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -92,14 +92,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, name, token, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/set_default_version_request.py b/sajari_client/model/set_default_version_request.py index b96b978..91e0fef 100644 --- a/sajari_client/model/set_default_version_request.py +++ b/sajari_client/model/set_default_version_request.py @@ -62,7 +62,7 @@ class SetDefaultVersionRequest(ModelNormal): _nullable = False @cached_property - def openapi_types(): + def openapi_types(self): """ This must be a method because a model may have properties that are of type self, this must run after the class is loaded @@ -76,7 +76,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -85,14 +85,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, version, *args, **kwargs): # noqa: E501 diff --git a/sajari_client/model/upsert_record_request_pipeline.py b/sajari_client/model/upsert_record_request_pipeline.py index 9f27f3a..4d0ca1f 100644 --- a/sajari_client/model/upsert_record_request_pipeline.py +++ b/sajari_client/model/upsert_record_request_pipeline.py @@ -77,7 +77,7 @@ def openapi_types(): } @cached_property - def discriminator(): + def discriminator(self): return None attribute_map = { @@ -87,14 +87,8 @@ def discriminator(): _composed_schemas = {} - required_properties = set([ - '_data_store', - '_check_type', - '_spec_property_naming', - '_path_to_item', - '_configuration', - '_visited_composed_classes', - ]) + required_properties = {'_data_store', '_check_type', '_spec_property_naming', '_path_to_item', '_configuration', + '_visited_composed_classes'} @convert_js_args_to_python_args def __init__(self, name, *args, **kwargs): # noqa: E501