criteo-api-marketingsolutions-sdk 0.0.250911__py3-none-any.whl → 0.0.250915__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.

Potentially problematic release.


This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.

Files changed (26) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +1 -1
  2. criteo_api_marketingsolutions_preview/api/advertiser_api.py +3 -9
  3. criteo_api_marketingsolutions_preview/api/analytics_api.py +16 -62
  4. criteo_api_marketingsolutions_preview/api/audience_api.py +27 -94
  5. criteo_api_marketingsolutions_preview/api/campaign_api.py +63 -215
  6. criteo_api_marketingsolutions_preview/api/catalog_api.py +0 -1
  7. criteo_api_marketingsolutions_preview/api/creative_api.py +19 -60
  8. criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py +1 -4
  9. criteo_api_marketingsolutions_preview/api/reco_api.py +10 -32
  10. criteo_api_marketingsolutions_preview/api_client.py +1 -1
  11. criteo_api_marketingsolutions_preview/configuration.py +1 -1
  12. criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py +12 -8
  13. criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
  14. criteo_api_marketingsolutions_preview/model/outcome.py +16 -5
  15. criteo_api_marketingsolutions_preview/model/placements_report_query_message.py +12 -8
  16. criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py +248 -8
  17. criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py +12 -8
  18. criteo_api_marketingsolutions_preview/models/__init__.py +0 -4
  19. {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/METADATA +3 -3
  20. {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/RECORD +22 -26
  21. criteo_api_marketingsolutions_preview/model/api_error_response.py +0 -271
  22. criteo_api_marketingsolutions_preview/model/error_code_response.py +0 -281
  23. criteo_api_marketingsolutions_preview/model/error_description.py +0 -279
  24. criteo_api_marketingsolutions_preview/model/fail_response.py +0 -283
  25. {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/WHEEL +0 -0
  26. {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.250915.dist-info}/top_level.txt +0 -0
@@ -1,279 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - MarketingSolutions # noqa: E501
5
-
6
- The version of the OpenAPI document: Preview
7
- Generated by: https://openapi-generator.tech
8
- """
9
-
10
-
11
- import re # noqa: F401
12
- import sys # noqa: F401
13
-
14
- from criteo_api_marketingsolutions_preview.model_utils import ( # noqa: F401
15
- ApiTypeError,
16
- ModelComposed,
17
- ModelNormal,
18
- ModelSimple,
19
- cached_property,
20
- change_keys_js_to_python,
21
- convert_js_args_to_python_args,
22
- date,
23
- datetime,
24
- file_type,
25
- none_type,
26
- validate_get_composed_info,
27
- OpenApiModel
28
- )
29
- from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
-
31
-
32
-
33
- class ErrorDescription(ModelNormal):
34
- """NOTE: This class is auto generated by OpenAPI Generator.
35
- Ref: https://openapi-generator.tech
36
-
37
- Do not edit the class manually.
38
-
39
- Attributes:
40
- allowed_values (dict): The key is the tuple path to the attribute
41
- and the for var_name this is (var_name,). The value is a dict
42
- with a capitalized key describing the allowed value and an allowed
43
- value. These dicts store the allowed enum values.
44
- attribute_map (dict): The key is attribute name
45
- and the value is json key in definition.
46
- discriminator_value_class_map (dict): A dict to go from the discriminator
47
- variable value to the discriminator class name.
48
- validations (dict): The key is the tuple path to the attribute
49
- and the for var_name this is (var_name,). The value is a dict
50
- that stores validations for max_length, min_length, max_items,
51
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
52
- inclusive_minimum, and regex.
53
- additional_properties_type (tuple): A tuple of classes accepted
54
- as additional properties values.
55
- """
56
-
57
- allowed_values = {
58
- }
59
-
60
- validations = {
61
- }
62
-
63
- @cached_property
64
- def additional_properties_type():
65
- """
66
- This must be a method because a model may have properties that are
67
- of type self, this must run after the class is loaded
68
- """
69
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
70
-
71
- _nullable = False
72
-
73
- @cached_property
74
- def openapi_types():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
-
79
- Returns
80
- openapi_types (dict): The key is attribute name
81
- and the value is attribute type.
82
- """
83
- return {
84
- 'code': (str, none_type,), # noqa: E501
85
- 'instance': (str, none_type,), # noqa: E501
86
- 'title': (str, none_type,), # noqa: E501
87
- 'trace_id': (str, none_type,), # noqa: E501
88
- 'type': (str, none_type,), # noqa: E501
89
- }
90
-
91
- @cached_property
92
- def discriminator():
93
- return None
94
-
95
-
96
- attribute_map = {
97
- 'code': 'code', # noqa: E501
98
- 'instance': 'instance', # noqa: E501
99
- 'title': 'title', # noqa: E501
100
- 'trace_id': 'traceId', # noqa: E501
101
- 'type': 'type', # noqa: E501
102
- }
103
-
104
- read_only_vars = {
105
- }
106
-
107
- _composed_schemas = {}
108
-
109
- @classmethod
110
- @convert_js_args_to_python_args
111
- def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
112
- """ErrorDescription - a model defined in OpenAPI
113
-
114
- Keyword Args:
115
- _check_type (bool): if True, values for parameters in openapi_types
116
- will be type checked and a TypeError will be
117
- raised if the wrong type is input.
118
- Defaults to True
119
- _path_to_item (tuple/list): This is a list of keys or values to
120
- drill down to the model in received_data
121
- when deserializing a response
122
- _spec_property_naming (bool): True if the variable names in the input data
123
- are serialized names, as specified in the OpenAPI document.
124
- False if the variable names in the input data
125
- are pythonic names, e.g. snake case (default)
126
- _configuration (Configuration): the instance to use when
127
- deserializing a file_type parameter.
128
- If passed, type conversion is attempted
129
- If omitted no type conversion is done.
130
- _visited_composed_classes (tuple): This stores a tuple of
131
- classes that we have traveled through so that
132
- if we see that class again we will not use its
133
- discriminator again.
134
- When traveling through a discriminator, the
135
- composed schema that is
136
- is traveled through is added to this set.
137
- For example if Animal has a discriminator
138
- petType and we pass in "Dog", and the class Dog
139
- allOf includes Animal, we move through Animal
140
- once using the discriminator, and pick Dog.
141
- Then in Dog, we will make an instance of the
142
- Animal class but this time we won't travel
143
- through its discriminator because we passed in
144
- _visited_composed_classes = (Animal,)
145
- code (str, none_type): [optional] # noqa: E501
146
- instance (str, none_type): [optional] # noqa: E501
147
- title (str, none_type): [optional] # noqa: E501
148
- trace_id (str, none_type): [optional] # noqa: E501
149
- type (str, none_type): [optional] # noqa: E501
150
- """
151
-
152
- _check_type = kwargs.pop('_check_type', True)
153
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
154
- _path_to_item = kwargs.pop('_path_to_item', ())
155
- _configuration = kwargs.pop('_configuration', None)
156
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
157
-
158
- self = super(OpenApiModel, cls).__new__(cls)
159
-
160
- if args:
161
- for arg in args:
162
- if isinstance(arg, dict):
163
- kwargs.update(arg)
164
- else:
165
- raise ApiTypeError(
166
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
167
- args,
168
- self.__class__.__name__,
169
- ),
170
- path_to_item=_path_to_item,
171
- valid_classes=(self.__class__,),
172
- )
173
-
174
- self._data_store = {}
175
- self._check_type = _check_type
176
- self._spec_property_naming = _spec_property_naming
177
- self._path_to_item = _path_to_item
178
- self._configuration = _configuration
179
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
180
-
181
- for var_name, var_value in kwargs.items():
182
- if var_name not in self.attribute_map and \
183
- self._configuration is not None and \
184
- self._configuration.discard_unknown_keys and \
185
- self.additional_properties_type is None:
186
- # discard variable.
187
- continue
188
- setattr(self, var_name, var_value)
189
- return self
190
-
191
- required_properties = set([
192
- '_data_store',
193
- '_check_type',
194
- '_spec_property_naming',
195
- '_path_to_item',
196
- '_configuration',
197
- '_visited_composed_classes',
198
- ])
199
-
200
- @convert_js_args_to_python_args
201
- def __init__(self, *args, **kwargs): # noqa: E501
202
- """ErrorDescription - a model defined in OpenAPI
203
-
204
- Keyword Args:
205
- _check_type (bool): if True, values for parameters in openapi_types
206
- will be type checked and a TypeError will be
207
- raised if the wrong type is input.
208
- Defaults to True
209
- _path_to_item (tuple/list): This is a list of keys or values to
210
- drill down to the model in received_data
211
- when deserializing a response
212
- _spec_property_naming (bool): True if the variable names in the input data
213
- are serialized names, as specified in the OpenAPI document.
214
- False if the variable names in the input data
215
- are pythonic names, e.g. snake case (default)
216
- _configuration (Configuration): the instance to use when
217
- deserializing a file_type parameter.
218
- If passed, type conversion is attempted
219
- If omitted no type conversion is done.
220
- _visited_composed_classes (tuple): This stores a tuple of
221
- classes that we have traveled through so that
222
- if we see that class again we will not use its
223
- discriminator again.
224
- When traveling through a discriminator, the
225
- composed schema that is
226
- is traveled through is added to this set.
227
- For example if Animal has a discriminator
228
- petType and we pass in "Dog", and the class Dog
229
- allOf includes Animal, we move through Animal
230
- once using the discriminator, and pick Dog.
231
- Then in Dog, we will make an instance of the
232
- Animal class but this time we won't travel
233
- through its discriminator because we passed in
234
- _visited_composed_classes = (Animal,)
235
- code (str, none_type): [optional] # noqa: E501
236
- instance (str, none_type): [optional] # noqa: E501
237
- title (str, none_type): [optional] # noqa: E501
238
- trace_id (str, none_type): [optional] # noqa: E501
239
- type (str, none_type): [optional] # noqa: E501
240
- """
241
-
242
- _check_type = kwargs.pop('_check_type', True)
243
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
244
- _path_to_item = kwargs.pop('_path_to_item', ())
245
- _configuration = kwargs.pop('_configuration', None)
246
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
247
-
248
- if args:
249
- for arg in args:
250
- if isinstance(arg, dict):
251
- kwargs.update(arg)
252
- else:
253
- raise ApiTypeError(
254
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
255
- args,
256
- self.__class__.__name__,
257
- ),
258
- path_to_item=_path_to_item,
259
- valid_classes=(self.__class__,),
260
- )
261
-
262
- self._data_store = {}
263
- self._check_type = _check_type
264
- self._spec_property_naming = _spec_property_naming
265
- self._path_to_item = _path_to_item
266
- self._configuration = _configuration
267
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
268
-
269
- for var_name, var_value in kwargs.items():
270
- if var_name not in self.attribute_map and \
271
- self._configuration is not None and \
272
- self._configuration.discard_unknown_keys and \
273
- self.additional_properties_type is None:
274
- # discard variable.
275
- continue
276
- setattr(self, var_name, var_value)
277
- if var_name in self.read_only_vars:
278
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
279
- f"class with read only attributes.")
@@ -1,283 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - MarketingSolutions # noqa: E501
5
-
6
- The version of the OpenAPI document: Preview
7
- Generated by: https://openapi-generator.tech
8
- """
9
-
10
-
11
- import re # noqa: F401
12
- import sys # noqa: F401
13
-
14
- from criteo_api_marketingsolutions_preview.model_utils import ( # noqa: F401
15
- ApiTypeError,
16
- ModelComposed,
17
- ModelNormal,
18
- ModelSimple,
19
- cached_property,
20
- change_keys_js_to_python,
21
- convert_js_args_to_python_args,
22
- date,
23
- datetime,
24
- file_type,
25
- none_type,
26
- validate_get_composed_info,
27
- OpenApiModel
28
- )
29
- from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
30
-
31
-
32
- def lazy_import():
33
- from criteo_api_marketingsolutions_preview.model.product_importer_error import ProductImporterError
34
- from criteo_api_marketingsolutions_preview.model.product_importer_warning import ProductImporterWarning
35
- globals()['ProductImporterError'] = ProductImporterError
36
- globals()['ProductImporterWarning'] = ProductImporterWarning
37
-
38
-
39
- class FailResponse(ModelNormal):
40
- """NOTE: This class is auto generated by OpenAPI Generator.
41
- Ref: https://openapi-generator.tech
42
-
43
- Do not edit the class manually.
44
-
45
- Attributes:
46
- allowed_values (dict): The key is the tuple path to the attribute
47
- and the for var_name this is (var_name,). The value is a dict
48
- with a capitalized key describing the allowed value and an allowed
49
- value. These dicts store the allowed enum values.
50
- attribute_map (dict): The key is attribute name
51
- and the value is json key in definition.
52
- discriminator_value_class_map (dict): A dict to go from the discriminator
53
- variable value to the discriminator class name.
54
- validations (dict): The key is the tuple path to the attribute
55
- and the for var_name this is (var_name,). The value is a dict
56
- that stores validations for max_length, min_length, max_items,
57
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
58
- inclusive_minimum, and regex.
59
- additional_properties_type (tuple): A tuple of classes accepted
60
- as additional properties values.
61
- """
62
-
63
- allowed_values = {
64
- }
65
-
66
- validations = {
67
- }
68
-
69
- @cached_property
70
- def additional_properties_type():
71
- """
72
- This must be a method because a model may have properties that are
73
- of type self, this must run after the class is loaded
74
- """
75
- lazy_import()
76
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
77
-
78
- _nullable = False
79
-
80
- @cached_property
81
- def openapi_types():
82
- """
83
- This must be a method because a model may have properties that are
84
- of type self, this must run after the class is loaded
85
-
86
- Returns
87
- openapi_types (dict): The key is attribute name
88
- and the value is attribute type.
89
- """
90
- lazy_import()
91
- return {
92
- 'errors': ([ProductImporterError],), # noqa: E501
93
- 'warnings': ([ProductImporterWarning],), # noqa: E501
94
- }
95
-
96
- @cached_property
97
- def discriminator():
98
- return None
99
-
100
-
101
- attribute_map = {
102
- 'errors': 'errors', # noqa: E501
103
- 'warnings': 'warnings', # noqa: E501
104
- }
105
-
106
- read_only_vars = {
107
- }
108
-
109
- _composed_schemas = {}
110
-
111
- @classmethod
112
- @convert_js_args_to_python_args
113
- def _from_openapi_data(cls, errors, warnings, *args, **kwargs): # noqa: E501
114
- """FailResponse - a model defined in OpenAPI
115
-
116
- Args:
117
- errors ([ProductImporterError]): List of errors
118
- warnings ([ProductImporterWarning]): List of warnings
119
-
120
- Keyword Args:
121
- _check_type (bool): if True, values for parameters in openapi_types
122
- will be type checked and a TypeError will be
123
- raised if the wrong type is input.
124
- Defaults to True
125
- _path_to_item (tuple/list): This is a list of keys or values to
126
- drill down to the model in received_data
127
- when deserializing a response
128
- _spec_property_naming (bool): True if the variable names in the input data
129
- are serialized names, as specified in the OpenAPI document.
130
- False if the variable names in the input data
131
- are pythonic names, e.g. snake case (default)
132
- _configuration (Configuration): the instance to use when
133
- deserializing a file_type parameter.
134
- If passed, type conversion is attempted
135
- If omitted no type conversion is done.
136
- _visited_composed_classes (tuple): This stores a tuple of
137
- classes that we have traveled through so that
138
- if we see that class again we will not use its
139
- discriminator again.
140
- When traveling through a discriminator, the
141
- composed schema that is
142
- is traveled through is added to this set.
143
- For example if Animal has a discriminator
144
- petType and we pass in "Dog", and the class Dog
145
- allOf includes Animal, we move through Animal
146
- once using the discriminator, and pick Dog.
147
- Then in Dog, we will make an instance of the
148
- Animal class but this time we won't travel
149
- through its discriminator because we passed in
150
- _visited_composed_classes = (Animal,)
151
- """
152
-
153
- _check_type = kwargs.pop('_check_type', True)
154
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
155
- _path_to_item = kwargs.pop('_path_to_item', ())
156
- _configuration = kwargs.pop('_configuration', None)
157
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
158
-
159
- self = super(OpenApiModel, cls).__new__(cls)
160
-
161
- if args:
162
- for arg in args:
163
- if isinstance(arg, dict):
164
- kwargs.update(arg)
165
- else:
166
- raise ApiTypeError(
167
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
168
- args,
169
- self.__class__.__name__,
170
- ),
171
- path_to_item=_path_to_item,
172
- valid_classes=(self.__class__,),
173
- )
174
-
175
- self._data_store = {}
176
- self._check_type = _check_type
177
- self._spec_property_naming = _spec_property_naming
178
- self._path_to_item = _path_to_item
179
- self._configuration = _configuration
180
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
181
-
182
- self.errors = errors
183
- self.warnings = warnings
184
- for var_name, var_value in kwargs.items():
185
- if var_name not in self.attribute_map and \
186
- self._configuration is not None and \
187
- self._configuration.discard_unknown_keys and \
188
- self.additional_properties_type is None:
189
- # discard variable.
190
- continue
191
- setattr(self, var_name, var_value)
192
- return self
193
-
194
- required_properties = set([
195
- '_data_store',
196
- '_check_type',
197
- '_spec_property_naming',
198
- '_path_to_item',
199
- '_configuration',
200
- '_visited_composed_classes',
201
- ])
202
-
203
- @convert_js_args_to_python_args
204
- def __init__(self, errors, warnings, *args, **kwargs): # noqa: E501
205
- """FailResponse - a model defined in OpenAPI
206
-
207
- Args:
208
- errors ([ProductImporterError]): List of errors
209
- warnings ([ProductImporterWarning]): List of warnings
210
-
211
- Keyword Args:
212
- _check_type (bool): if True, values for parameters in openapi_types
213
- will be type checked and a TypeError will be
214
- raised if the wrong type is input.
215
- Defaults to True
216
- _path_to_item (tuple/list): This is a list of keys or values to
217
- drill down to the model in received_data
218
- when deserializing a response
219
- _spec_property_naming (bool): True if the variable names in the input data
220
- are serialized names, as specified in the OpenAPI document.
221
- False if the variable names in the input data
222
- are pythonic names, e.g. snake case (default)
223
- _configuration (Configuration): the instance to use when
224
- deserializing a file_type parameter.
225
- If passed, type conversion is attempted
226
- If omitted no type conversion is done.
227
- _visited_composed_classes (tuple): This stores a tuple of
228
- classes that we have traveled through so that
229
- if we see that class again we will not use its
230
- discriminator again.
231
- When traveling through a discriminator, the
232
- composed schema that is
233
- is traveled through is added to this set.
234
- For example if Animal has a discriminator
235
- petType and we pass in "Dog", and the class Dog
236
- allOf includes Animal, we move through Animal
237
- once using the discriminator, and pick Dog.
238
- Then in Dog, we will make an instance of the
239
- Animal class but this time we won't travel
240
- through its discriminator because we passed in
241
- _visited_composed_classes = (Animal,)
242
- """
243
-
244
- _check_type = kwargs.pop('_check_type', True)
245
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
246
- _path_to_item = kwargs.pop('_path_to_item', ())
247
- _configuration = kwargs.pop('_configuration', None)
248
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
249
-
250
- if args:
251
- for arg in args:
252
- if isinstance(arg, dict):
253
- kwargs.update(arg)
254
- else:
255
- raise ApiTypeError(
256
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
257
- args,
258
- self.__class__.__name__,
259
- ),
260
- path_to_item=_path_to_item,
261
- valid_classes=(self.__class__,),
262
- )
263
-
264
- self._data_store = {}
265
- self._check_type = _check_type
266
- self._spec_property_naming = _spec_property_naming
267
- self._path_to_item = _path_to_item
268
- self._configuration = _configuration
269
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
270
-
271
- self.errors = errors
272
- self.warnings = warnings
273
- for var_name, var_value in kwargs.items():
274
- if var_name not in self.attribute_map and \
275
- self._configuration is not None and \
276
- self._configuration.discard_unknown_keys and \
277
- self.additional_properties_type is None:
278
- # discard variable.
279
- continue
280
- setattr(self, var_name, var_value)
281
- if var_name in self.read_only_vars:
282
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
283
- f"class with read only attributes.")