criteo-api-retailmedia-sdk 2025.1.0.250819__py3-none-any.whl → 2025.1.0.251112__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.
Files changed (83) hide show
  1. {criteo_api_retailmedia_sdk-2025.1.0.250819.dist-info → criteo_api_retailmedia_sdk-2025.1.0.251112.dist-info}/METADATA +3 -3
  2. {criteo_api_retailmedia_sdk-2025.1.0.250819.dist-info → criteo_api_retailmedia_sdk-2025.1.0.251112.dist-info}/RECORD +81 -83
  3. criteo_api_retailmedia_v2025_01/__init__.py +1 -1
  4. criteo_api_retailmedia_v2025_01/api/accounts_api.py +10 -15
  5. criteo_api_retailmedia_v2025_01/api/analytics_api.py +8 -28
  6. criteo_api_retailmedia_v2025_01/api/audience_api.py +165 -193
  7. criteo_api_retailmedia_v2025_01/api/balance_api.py +257 -261
  8. criteo_api_retailmedia_v2025_01/api/campaign_api.py +1571 -1569
  9. criteo_api_retailmedia_v2025_01/api_client.py +1 -1
  10. criteo_api_retailmedia_v2025_01/configuration.py +1 -1
  11. criteo_api_retailmedia_v2025_01/model/add_funds_to_balance_v2.py +6 -6
  12. criteo_api_retailmedia_v2025_01/model/{external_add_to_basket_ids_update_model202110.py → add_to_basket_ids_update_model202110.py} +3 -3
  13. criteo_api_retailmedia_v2025_01/model/{external_add_to_basket_target202110.py → add_to_basket_target202110.py} +3 -3
  14. criteo_api_retailmedia_v2025_01/model/add_to_basket_target202110_response.py +8 -8
  15. criteo_api_retailmedia_v2025_01/model/async_campaigns_report.py +14 -0
  16. criteo_api_retailmedia_v2025_01/model/async_line_items_report.py +14 -0
  17. criteo_api_retailmedia_v2025_01/model/async_revenue_report.py +11 -0
  18. criteo_api_retailmedia_v2025_01/model/{external_auction_line_item.py → auction_line_item.py} +19 -25
  19. criteo_api_retailmedia_v2025_01/model/{external_auction_line_item_create_model.py → auction_line_item_create_model.py} +3 -3
  20. criteo_api_retailmedia_v2025_01/model/auction_line_item_paged_list_response.py +8 -8
  21. criteo_api_retailmedia_v2025_01/model/auction_line_item_response.py +8 -8
  22. criteo_api_retailmedia_v2025_01/model/{external_auction_line_item_update_model.py → auction_line_item_update_model.py} +6 -6
  23. criteo_api_retailmedia_v2025_01/model/{external_audience_ids_update_model202110.py → audience_ids_update_model202110.py} +3 -3
  24. criteo_api_retailmedia_v2025_01/model/{external_audience_target202110.py → audience_target202110.py} +3 -3
  25. criteo_api_retailmedia_v2025_01/model/audience_target202110_response.py +8 -8
  26. criteo_api_retailmedia_v2025_01/model/balance_campaign202110_paged_list_response.py +8 -8
  27. criteo_api_retailmedia_v2025_01/model/balance_response_v2.py +6 -6
  28. criteo_api_retailmedia_v2025_01/model/{paged_resource_collection_outcome_of_balance_response_v2.py → balance_response_v2_paged_list_response.py} +3 -3
  29. criteo_api_retailmedia_v2025_01/model/campaign_attributes_v202301.py +11 -15
  30. criteo_api_retailmedia_v2025_01/model/campaign_v202301.py +23 -33
  31. criteo_api_retailmedia_v2025_01/model/change_dates_of_balance_v2.py +9 -9
  32. criteo_api_retailmedia_v2025_01/model/common_error.py +2 -2
  33. criteo_api_retailmedia_v2025_01/model/{external_common_line_item.py → common_line_item.py} +19 -25
  34. criteo_api_retailmedia_v2025_01/model/common_line_item_paged_list_response.py +8 -8
  35. criteo_api_retailmedia_v2025_01/model/common_line_item_response.py +8 -8
  36. criteo_api_retailmedia_v2025_01/model/common_warning.py +2 -2
  37. criteo_api_retailmedia_v2025_01/model/create_balance_v2.py +6 -6
  38. criteo_api_retailmedia_v2025_01/model/editable_campaign_attributes_v202301.py +11 -15
  39. criteo_api_retailmedia_v2025_01/model/files_variable_value.py +0 -3
  40. criteo_api_retailmedia_v2025_01/model/input_resource_of_auction_line_item_create_model.py +5 -5
  41. criteo_api_retailmedia_v2025_01/model/input_resource_of_preferred_line_item_create_model_v2.py +5 -5
  42. criteo_api_retailmedia_v2025_01/model/{json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py → json_api_body_with_line_item_bid_multipliers_v2.py} +8 -8
  43. criteo_api_retailmedia_v2025_01/model/json_api_single_response_of_line_item_bid_multipliers_v2.py +5 -5
  44. criteo_api_retailmedia_v2025_01/model/{external_keyword_target202110.py → keyword_target202110.py} +3 -3
  45. criteo_api_retailmedia_v2025_01/model/keyword_target202110_response.py +8 -8
  46. criteo_api_retailmedia_v2025_01/model/{external_line_item_bid_multipliers_v2.py → line_item_bid_multipliers_v2.py} +5 -5
  47. criteo_api_retailmedia_v2025_01/model/{external_line_item_capping_v2.py → line_item_capping_v2.py} +3 -3
  48. criteo_api_retailmedia_v2025_01/model/{external_line_item_page_category_v2.py → line_item_page_category_v2.py} +3 -3
  49. criteo_api_retailmedia_v2025_01/model/{external_line_item_page_v2.py → line_item_page_v2.py} +9 -9
  50. criteo_api_retailmedia_v2025_01/model/{external_preferred_line_item_create_model_v2.py → preferred_line_item_create_model_v2.py} +16 -16
  51. criteo_api_retailmedia_v2025_01/model/{external_preferred_line_item_update_model_v2.py → preferred_line_item_update_model_v2.py} +16 -16
  52. criteo_api_retailmedia_v2025_01/model/{external_preferred_line_item_v2.py → preferred_line_item_v2.py} +33 -35
  53. criteo_api_retailmedia_v2025_01/model/resource_of_auction_line_item.py +5 -5
  54. criteo_api_retailmedia_v2025_01/model/resource_of_auction_line_item_update_model.py +5 -5
  55. criteo_api_retailmedia_v2025_01/model/resource_of_common_line_item.py +5 -5
  56. criteo_api_retailmedia_v2025_01/model/resource_of_line_item_bid_multipliers_v2.py +5 -5
  57. criteo_api_retailmedia_v2025_01/model/resource_of_preferred_line_item_update_model_v2.py +5 -5
  58. criteo_api_retailmedia_v2025_01/model/resource_of_preferred_line_item_v2.py +5 -5
  59. criteo_api_retailmedia_v2025_01/model/rm_contact_list_create_v1.py +1 -0
  60. criteo_api_retailmedia_v2025_01/model/rm_contact_list_v1.py +1 -0
  61. criteo_api_retailmedia_v2025_01/model/rm_events_create_v1.py +0 -2
  62. criteo_api_retailmedia_v2025_01/model/rm_events_update_v1.py +0 -2
  63. criteo_api_retailmedia_v2025_01/model/{external_store_ids_update_model202110.py → store_ids_update_model202110.py} +3 -3
  64. criteo_api_retailmedia_v2025_01/model/{external_store_target202110.py → store_target202110.py} +3 -3
  65. criteo_api_retailmedia_v2025_01/model/store_target202110_response.py +8 -8
  66. criteo_api_retailmedia_v2025_01/model/value_resource_of_campaign_budget_overrides.py +2 -2
  67. criteo_api_retailmedia_v2025_01/model/value_resource_of_line_item_budget_overrides.py +2 -2
  68. criteo_api_retailmedia_v2025_01/model/value_resource_of_recommended_keywords_result.py +2 -2
  69. criteo_api_retailmedia_v2025_01/model/value_resource_outcome_of_campaign_budget_overrides.py +8 -8
  70. criteo_api_retailmedia_v2025_01/model/value_resource_outcome_of_line_item_budget_overrides.py +8 -8
  71. criteo_api_retailmedia_v2025_01/model/value_resource_outcome_of_recommended_keywords_result.py +8 -8
  72. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_add_to_basket_ids_update_model202110.py +5 -5
  73. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_add_to_basket_target202110.py +5 -5
  74. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_audience_ids_update_model202110.py +5 -5
  75. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_audience_target202110.py +5 -5
  76. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_keyword_target202110.py +5 -5
  77. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_store_ids_update_model202110.py +5 -5
  78. criteo_api_retailmedia_v2025_01/model/value_type_resource_of_store_target202110.py +5 -5
  79. criteo_api_retailmedia_v2025_01/models/__init__.py +20 -22
  80. criteo_api_retailmedia_v2025_01/model/error_code_response.py +0 -281
  81. criteo_api_retailmedia_v2025_01/model/report_outcome.py +0 -275
  82. {criteo_api_retailmedia_sdk-2025.1.0.250819.dist-info → criteo_api_retailmedia_sdk-2025.1.0.251112.dist-info}/WHEEL +0 -0
  83. {criteo_api_retailmedia_sdk-2025.1.0.250819.dist-info → criteo_api_retailmedia_sdk-2025.1.0.251112.dist-info}/top_level.txt +0 -0
@@ -1,275 +0,0 @@
1
- """
2
- Criteo API
3
-
4
- Criteo API - RetailMedia # noqa: E501
5
-
6
- The version of the OpenAPI document: 2025-01
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_retailmedia_v2025_01.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_retailmedia_v2025_01.exceptions import ApiAttributeError
30
-
31
-
32
- def lazy_import():
33
- from criteo_api_retailmedia_v2025_01.model.common_problem import CommonProblem
34
- globals()['CommonProblem'] = CommonProblem
35
-
36
-
37
- class ReportOutcome(ModelNormal):
38
- """NOTE: This class is auto generated by OpenAPI Generator.
39
- Ref: https://openapi-generator.tech
40
-
41
- Do not edit the class manually.
42
-
43
- Attributes:
44
- allowed_values (dict): The key is the tuple path to the attribute
45
- and the for var_name this is (var_name,). The value is a dict
46
- with a capitalized key describing the allowed value and an allowed
47
- value. These dicts store the allowed enum values.
48
- attribute_map (dict): The key is attribute name
49
- and the value is json key in definition.
50
- discriminator_value_class_map (dict): A dict to go from the discriminator
51
- variable value to the discriminator class name.
52
- validations (dict): The key is the tuple path to the attribute
53
- and the for var_name this is (var_name,). The value is a dict
54
- that stores validations for max_length, min_length, max_items,
55
- min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
56
- inclusive_minimum, and regex.
57
- additional_properties_type (tuple): A tuple of classes accepted
58
- as additional properties values.
59
- """
60
-
61
- allowed_values = {
62
- }
63
-
64
- validations = {
65
- }
66
-
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- lazy_import()
74
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
75
-
76
- _nullable = False
77
-
78
- @cached_property
79
- def openapi_types():
80
- """
81
- This must be a method because a model may have properties that are
82
- of type self, this must run after the class is loaded
83
-
84
- Returns
85
- openapi_types (dict): The key is attribute name
86
- and the value is attribute type.
87
- """
88
- lazy_import()
89
- return {
90
- 'errors': ([CommonProblem], none_type,), # noqa: E501
91
- 'warnings': ([CommonProblem], none_type,), # noqa: E501
92
- }
93
-
94
- @cached_property
95
- def discriminator():
96
- return None
97
-
98
-
99
- attribute_map = {
100
- 'errors': 'errors', # noqa: E501
101
- 'warnings': 'warnings', # noqa: E501
102
- }
103
-
104
- read_only_vars = {
105
- 'errors', # noqa: E501
106
- 'warnings', # noqa: E501
107
- }
108
-
109
- _composed_schemas = {}
110
-
111
- @classmethod
112
- @convert_js_args_to_python_args
113
- def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
114
- """ReportOutcome - a model defined in OpenAPI
115
-
116
- Keyword Args:
117
- _check_type (bool): if True, values for parameters in openapi_types
118
- will be type checked and a TypeError will be
119
- raised if the wrong type is input.
120
- Defaults to True
121
- _path_to_item (tuple/list): This is a list of keys or values to
122
- drill down to the model in received_data
123
- when deserializing a response
124
- _spec_property_naming (bool): True if the variable names in the input data
125
- are serialized names, as specified in the OpenAPI document.
126
- False if the variable names in the input data
127
- are pythonic names, e.g. snake case (default)
128
- _configuration (Configuration): the instance to use when
129
- deserializing a file_type parameter.
130
- If passed, type conversion is attempted
131
- If omitted no type conversion is done.
132
- _visited_composed_classes (tuple): This stores a tuple of
133
- classes that we have traveled through so that
134
- if we see that class again we will not use its
135
- discriminator again.
136
- When traveling through a discriminator, the
137
- composed schema that is
138
- is traveled through is added to this set.
139
- For example if Animal has a discriminator
140
- petType and we pass in "Dog", and the class Dog
141
- allOf includes Animal, we move through Animal
142
- once using the discriminator, and pick Dog.
143
- Then in Dog, we will make an instance of the
144
- Animal class but this time we won't travel
145
- through its discriminator because we passed in
146
- _visited_composed_classes = (Animal,)
147
- errors ([CommonProblem], none_type): [optional] # noqa: E501
148
- warnings ([CommonProblem], none_type): [optional] # noqa: E501
149
- """
150
-
151
- _check_type = kwargs.pop('_check_type', True)
152
- _spec_property_naming = kwargs.pop('_spec_property_naming', True)
153
- _path_to_item = kwargs.pop('_path_to_item', ())
154
- _configuration = kwargs.pop('_configuration', None)
155
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
156
-
157
- self = super(OpenApiModel, cls).__new__(cls)
158
-
159
- if args:
160
- for arg in args:
161
- if isinstance(arg, dict):
162
- kwargs.update(arg)
163
- else:
164
- raise ApiTypeError(
165
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
166
- args,
167
- self.__class__.__name__,
168
- ),
169
- path_to_item=_path_to_item,
170
- valid_classes=(self.__class__,),
171
- )
172
-
173
- self._data_store = {}
174
- self._check_type = _check_type
175
- self._spec_property_naming = _spec_property_naming
176
- self._path_to_item = _path_to_item
177
- self._configuration = _configuration
178
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
179
-
180
- for var_name, var_value in kwargs.items():
181
- if var_name not in self.attribute_map and \
182
- self._configuration is not None and \
183
- self._configuration.discard_unknown_keys and \
184
- self.additional_properties_type is None:
185
- # discard variable.
186
- continue
187
- setattr(self, var_name, var_value)
188
- return self
189
-
190
- required_properties = set([
191
- '_data_store',
192
- '_check_type',
193
- '_spec_property_naming',
194
- '_path_to_item',
195
- '_configuration',
196
- '_visited_composed_classes',
197
- ])
198
-
199
- @convert_js_args_to_python_args
200
- def __init__(self, *args, **kwargs): # noqa: E501
201
- """ReportOutcome - a model defined in OpenAPI
202
-
203
- Keyword Args:
204
- _check_type (bool): if True, values for parameters in openapi_types
205
- will be type checked and a TypeError will be
206
- raised if the wrong type is input.
207
- Defaults to True
208
- _path_to_item (tuple/list): This is a list of keys or values to
209
- drill down to the model in received_data
210
- when deserializing a response
211
- _spec_property_naming (bool): True if the variable names in the input data
212
- are serialized names, as specified in the OpenAPI document.
213
- False if the variable names in the input data
214
- are pythonic names, e.g. snake case (default)
215
- _configuration (Configuration): the instance to use when
216
- deserializing a file_type parameter.
217
- If passed, type conversion is attempted
218
- If omitted no type conversion is done.
219
- _visited_composed_classes (tuple): This stores a tuple of
220
- classes that we have traveled through so that
221
- if we see that class again we will not use its
222
- discriminator again.
223
- When traveling through a discriminator, the
224
- composed schema that is
225
- is traveled through is added to this set.
226
- For example if Animal has a discriminator
227
- petType and we pass in "Dog", and the class Dog
228
- allOf includes Animal, we move through Animal
229
- once using the discriminator, and pick Dog.
230
- Then in Dog, we will make an instance of the
231
- Animal class but this time we won't travel
232
- through its discriminator because we passed in
233
- _visited_composed_classes = (Animal,)
234
- errors ([CommonProblem], none_type): [optional] # noqa: E501
235
- warnings ([CommonProblem], none_type): [optional] # noqa: E501
236
- """
237
-
238
- _check_type = kwargs.pop('_check_type', True)
239
- _spec_property_naming = kwargs.pop('_spec_property_naming', False)
240
- _path_to_item = kwargs.pop('_path_to_item', ())
241
- _configuration = kwargs.pop('_configuration', None)
242
- _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
243
-
244
- if args:
245
- for arg in args:
246
- if isinstance(arg, dict):
247
- kwargs.update(arg)
248
- else:
249
- raise ApiTypeError(
250
- "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
251
- args,
252
- self.__class__.__name__,
253
- ),
254
- path_to_item=_path_to_item,
255
- valid_classes=(self.__class__,),
256
- )
257
-
258
- self._data_store = {}
259
- self._check_type = _check_type
260
- self._spec_property_naming = _spec_property_naming
261
- self._path_to_item = _path_to_item
262
- self._configuration = _configuration
263
- self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
264
-
265
- for var_name, var_value in kwargs.items():
266
- if var_name not in self.attribute_map and \
267
- self._configuration is not None and \
268
- self._configuration.discard_unknown_keys and \
269
- self.additional_properties_type is None:
270
- # discard variable.
271
- continue
272
- setattr(self, var_name, var_value)
273
- if var_name in self.read_only_vars:
274
- raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
275
- f"class with read only attributes.")