criteo-api-marketingsolutions-sdk 0.0.240618__py3-none-any.whl → 0.0.240731__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 (20) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +1 -1
  2. criteo_api_marketingsolutions_preview/api/reco_api.py +561 -0
  3. criteo_api_marketingsolutions_preview/api_client.py +1 -1
  4. criteo_api_marketingsolutions_preview/configuration.py +1 -1
  5. criteo_api_marketingsolutions_preview/model/application_summary_model_response.py +0 -4
  6. criteo_api_marketingsolutions_preview/model/common_problem.py +2 -2
  7. criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py +1 -0
  8. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +1 -0
  9. criteo_api_marketingsolutions_preview/model/create_product_filter_request.py +263 -0
  10. criteo_api_marketingsolutions_preview/model/product_filter_config.py +275 -0
  11. criteo_api_marketingsolutions_preview/model/value_resource_collection_outcome_of_product_filter_config.py +281 -0
  12. criteo_api_marketingsolutions_preview/model/value_resource_input_of_create_product_filter_request.py +269 -0
  13. criteo_api_marketingsolutions_preview/model/value_resource_of_create_product_filter_request.py +273 -0
  14. criteo_api_marketingsolutions_preview/model/value_resource_of_product_filter_config.py +273 -0
  15. criteo_api_marketingsolutions_preview/model/value_resource_outcome_of_product_filter_config.py +281 -0
  16. criteo_api_marketingsolutions_preview/models/__init__.py +7 -0
  17. {criteo_api_marketingsolutions_sdk-0.0.240618.dist-info → criteo_api_marketingsolutions_sdk-0.0.240731.dist-info}/METADATA +3 -3
  18. {criteo_api_marketingsolutions_sdk-0.0.240618.dist-info → criteo_api_marketingsolutions_sdk-0.0.240731.dist-info}/RECORD +20 -13
  19. {criteo_api_marketingsolutions_sdk-0.0.240618.dist-info → criteo_api_marketingsolutions_sdk-0.0.240731.dist-info}/WHEEL +1 -1
  20. {criteo_api_marketingsolutions_sdk-0.0.240618.dist-info → criteo_api_marketingsolutions_sdk-0.0.240731.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,281 @@
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.common_problem import CommonProblem
34
+ from criteo_api_marketingsolutions_preview.model.value_resource_of_product_filter_config import ValueResourceOfProductFilterConfig
35
+ globals()['CommonProblem'] = CommonProblem
36
+ globals()['ValueResourceOfProductFilterConfig'] = ValueResourceOfProductFilterConfig
37
+
38
+
39
+ class ValueResourceOutcomeOfProductFilterConfig(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
+ 'data': (ValueResourceOfProductFilterConfig,), # noqa: E501
93
+ 'warnings': ([CommonProblem], none_type,), # noqa: E501
94
+ 'errors': ([CommonProblem], none_type,), # noqa: E501
95
+ }
96
+
97
+ @cached_property
98
+ def discriminator():
99
+ return None
100
+
101
+
102
+ attribute_map = {
103
+ 'data': 'data', # noqa: E501
104
+ 'warnings': 'warnings', # noqa: E501
105
+ 'errors': 'errors', # noqa: E501
106
+ }
107
+
108
+ read_only_vars = {
109
+ 'warnings', # noqa: E501
110
+ 'errors', # noqa: E501
111
+ }
112
+
113
+ _composed_schemas = {}
114
+
115
+ @classmethod
116
+ @convert_js_args_to_python_args
117
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
118
+ """ValueResourceOutcomeOfProductFilterConfig - a model defined in OpenAPI
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
+ data (ValueResourceOfProductFilterConfig): [optional] # noqa: E501
152
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
153
+ errors ([CommonProblem], none_type): [optional] # noqa: E501
154
+ """
155
+
156
+ _check_type = kwargs.pop('_check_type', True)
157
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
158
+ _path_to_item = kwargs.pop('_path_to_item', ())
159
+ _configuration = kwargs.pop('_configuration', None)
160
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
161
+
162
+ self = super(OpenApiModel, cls).__new__(cls)
163
+
164
+ if args:
165
+ for arg in args:
166
+ if isinstance(arg, dict):
167
+ kwargs.update(arg)
168
+ else:
169
+ raise ApiTypeError(
170
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
171
+ args,
172
+ self.__class__.__name__,
173
+ ),
174
+ path_to_item=_path_to_item,
175
+ valid_classes=(self.__class__,),
176
+ )
177
+
178
+ self._data_store = {}
179
+ self._check_type = _check_type
180
+ self._spec_property_naming = _spec_property_naming
181
+ self._path_to_item = _path_to_item
182
+ self._configuration = _configuration
183
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
184
+
185
+ for var_name, var_value in kwargs.items():
186
+ if var_name not in self.attribute_map and \
187
+ self._configuration is not None and \
188
+ self._configuration.discard_unknown_keys and \
189
+ self.additional_properties_type is None:
190
+ # discard variable.
191
+ continue
192
+ setattr(self, var_name, var_value)
193
+ return self
194
+
195
+ required_properties = set([
196
+ '_data_store',
197
+ '_check_type',
198
+ '_spec_property_naming',
199
+ '_path_to_item',
200
+ '_configuration',
201
+ '_visited_composed_classes',
202
+ ])
203
+
204
+ @convert_js_args_to_python_args
205
+ def __init__(self, *args, **kwargs): # noqa: E501
206
+ """ValueResourceOutcomeOfProductFilterConfig - a model defined in OpenAPI
207
+
208
+ Keyword Args:
209
+ _check_type (bool): if True, values for parameters in openapi_types
210
+ will be type checked and a TypeError will be
211
+ raised if the wrong type is input.
212
+ Defaults to True
213
+ _path_to_item (tuple/list): This is a list of keys or values to
214
+ drill down to the model in received_data
215
+ when deserializing a response
216
+ _spec_property_naming (bool): True if the variable names in the input data
217
+ are serialized names, as specified in the OpenAPI document.
218
+ False if the variable names in the input data
219
+ are pythonic names, e.g. snake case (default)
220
+ _configuration (Configuration): the instance to use when
221
+ deserializing a file_type parameter.
222
+ If passed, type conversion is attempted
223
+ If omitted no type conversion is done.
224
+ _visited_composed_classes (tuple): This stores a tuple of
225
+ classes that we have traveled through so that
226
+ if we see that class again we will not use its
227
+ discriminator again.
228
+ When traveling through a discriminator, the
229
+ composed schema that is
230
+ is traveled through is added to this set.
231
+ For example if Animal has a discriminator
232
+ petType and we pass in "Dog", and the class Dog
233
+ allOf includes Animal, we move through Animal
234
+ once using the discriminator, and pick Dog.
235
+ Then in Dog, we will make an instance of the
236
+ Animal class but this time we won't travel
237
+ through its discriminator because we passed in
238
+ _visited_composed_classes = (Animal,)
239
+ data (ValueResourceOfProductFilterConfig): [optional] # noqa: E501
240
+ warnings ([CommonProblem], none_type): [optional] # noqa: E501
241
+ errors ([CommonProblem], none_type): [optional] # noqa: E501
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
+ for var_name, var_value in kwargs.items():
272
+ if var_name not in self.attribute_map and \
273
+ self._configuration is not None and \
274
+ self._configuration.discard_unknown_keys and \
275
+ self.additional_properties_type is None:
276
+ # discard variable.
277
+ continue
278
+ setattr(self, var_name, var_value)
279
+ if var_name in self.read_only_vars:
280
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
281
+ f"class with read only attributes.")
@@ -169,6 +169,7 @@ from criteo_api_marketingsolutions_preview.model.create_coupon import CreateCoup
169
169
  from criteo_api_marketingsolutions_preview.model.create_coupon_request import CreateCouponRequest
170
170
  from criteo_api_marketingsolutions_preview.model.create_coupon_resource import CreateCouponResource
171
171
  from criteo_api_marketingsolutions_preview.model.create_image_slide import CreateImageSlide
172
+ from criteo_api_marketingsolutions_preview.model.create_product_filter_request import CreateProductFilterRequest
172
173
  from criteo_api_marketingsolutions_preview.model.create_product_set_request import CreateProductSetRequest
173
174
  from criteo_api_marketingsolutions_preview.model.creative import Creative
174
175
  from criteo_api_marketingsolutions_preview.model.creative_list_response import CreativeListResponse
@@ -297,6 +298,7 @@ from criteo_api_marketingsolutions_preview.model.price import Price
297
298
  from criteo_api_marketingsolutions_preview.model.problem_details import ProblemDetails
298
299
  from criteo_api_marketingsolutions_preview.model.problems_details import ProblemsDetails
299
300
  from criteo_api_marketingsolutions_preview.model.product import Product
301
+ from criteo_api_marketingsolutions_preview.model.product_filter_config import ProductFilterConfig
300
302
  from criteo_api_marketingsolutions_preview.model.product_importer_error import ProductImporterError
301
303
  from criteo_api_marketingsolutions_preview.model.product_importer_warning import ProductImporterWarning
302
304
  from criteo_api_marketingsolutions_preview.model.product_set import ProductSet
@@ -375,9 +377,14 @@ from criteo_api_marketingsolutions_preview.model.update_coupon_resource import U
375
377
  from criteo_api_marketingsolutions_preview.model.user_def import UserDef
376
378
  from criteo_api_marketingsolutions_preview.model.user_profile_attribute_model import UserProfileAttributeModel
377
379
  from criteo_api_marketingsolutions_preview.model.user_profile_identifier_model import UserProfileIdentifierModel
380
+ from criteo_api_marketingsolutions_preview.model.value_resource_collection_outcome_of_product_filter_config import ValueResourceCollectionOutcomeOfProductFilterConfig
381
+ from criteo_api_marketingsolutions_preview.model.value_resource_input_of_create_product_filter_request import ValueResourceInputOfCreateProductFilterRequest
378
382
  from criteo_api_marketingsolutions_preview.model.value_resource_input_of_create_product_set_request import ValueResourceInputOfCreateProductSetRequest
379
383
  from criteo_api_marketingsolutions_preview.model.value_resource_of_advertiser_creation_input import ValueResourceOfAdvertiserCreationInput
384
+ from criteo_api_marketingsolutions_preview.model.value_resource_of_create_product_filter_request import ValueResourceOfCreateProductFilterRequest
380
385
  from criteo_api_marketingsolutions_preview.model.value_resource_of_create_product_set_request import ValueResourceOfCreateProductSetRequest
386
+ from criteo_api_marketingsolutions_preview.model.value_resource_of_product_filter_config import ValueResourceOfProductFilterConfig
387
+ from criteo_api_marketingsolutions_preview.model.value_resource_outcome_of_product_filter_config import ValueResourceOutcomeOfProductFilterConfig
381
388
  from criteo_api_marketingsolutions_preview.model.video_detail import VideoDetail
382
389
  from criteo_api_marketingsolutions_preview.model.write_model_ad_set_id import WriteModelAdSetId
383
390
  from criteo_api_marketingsolutions_preview.model.write_model_patch_ad_set_v24_q1 import WriteModelPatchAdSetV24Q1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: criteo-api-marketingsolutions-sdk
3
- Version: 0.0.240618
3
+ Version: 0.0.240731
4
4
  Summary: Criteo API SDK
5
5
  Home-page: https://github.com/criteo/criteo-api-python-sdk
6
6
  Author: Criteo
@@ -26,9 +26,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
26
26
 
27
27
 
28
28
  ```sh
29
- pip install criteo-api-marketingsolutions-sdk==0.0.240618
29
+ pip install criteo-api-marketingsolutions-sdk==0.0.240731
30
30
  ```
31
- (you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.240618`)
31
+ (you may need to run `pip` with root permission: `sudo pip install criteo-api-marketingsolutions-sdk==0.0.240731`)
32
32
 
33
33
  Then import the package:
34
34
  ```python
@@ -1,7 +1,7 @@
1
- criteo_api_marketingsolutions_preview/__init__.py,sha256=5W8fqd0AMmildcAxJuxkB2TwKAdjH_iiqEm9sTC21no,1107
2
- criteo_api_marketingsolutions_preview/api_client.py,sha256=OvUtILE6X6WVXYXp0EVsqc_6CZOgRc33fECeOiH5PR0,39246
1
+ criteo_api_marketingsolutions_preview/__init__.py,sha256=VX2JAhbw0QNQ5aSPM1vBpTQWnCqj1Kohd2IN1fpz6bc,1107
2
+ criteo_api_marketingsolutions_preview/api_client.py,sha256=aGsGo4ZNVGtkjNP1Te0QURLmI7EzTgYegXm5lL3c1OU,39246
3
3
  criteo_api_marketingsolutions_preview/api_client_builder.py,sha256=2W-j9f5re32PZooV4BngIi3AvmOOpKl7SAEQc6FXVWg,1525
4
- criteo_api_marketingsolutions_preview/configuration.py,sha256=luPaffZ7LIWodjkpUJ6s4M8ZYedP8rCbyun90KWB-9w,16735
4
+ criteo_api_marketingsolutions_preview/configuration.py,sha256=kGvH_WeALWB1wb_li4VW0BhRE_tKIG0R034EG1jPvKk,16735
5
5
  criteo_api_marketingsolutions_preview/criteo_api_client.py,sha256=4uNu3e__oYicTD-lcpFerUCXl3c3_7LEugoMFqfRTM8,666
6
6
  criteo_api_marketingsolutions_preview/criteo_auth.py,sha256=RXBNjv9iz2JSqB25me0iMWN7jfeKRYe0EF6y37hw__A,4714
7
7
  criteo_api_marketingsolutions_preview/criteo_rest.py,sha256=oIDGHdVI2kWe1st1X7IHl8OAa1zJn7g1uQUSKYWwFDc,3431
@@ -18,7 +18,7 @@ criteo_api_marketingsolutions_preview/api/catalog_api.py,sha256=EpZ-dfYOUA_ER64-
18
18
  criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=PFGYd4JydI5VomFUliE7FSH15KfKyic-Xlaf-sL4viM,95945
19
19
  criteo_api_marketingsolutions_preview/api/gateway_api.py,sha256=B0zwh8HH7a3d5mVIdHLCFvR6fCeZb4i-eRG2JQrV2JY,5728
20
20
  criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py,sha256=9UkfapWMHQL5FQmuplDLh-VENfmaT6AGGPqkv2MvIDc,6287
21
- criteo_api_marketingsolutions_preview/api/reco_api.py,sha256=SSc_TPHq_RCVAbmZIx5fnsZVOFQG1AWPxyATckRIjVc,22258
21
+ criteo_api_marketingsolutions_preview/api/reco_api.py,sha256=rF0dBymmJuyrRUPed2vUTPVRFUqg6Y1PKXrie33EMco,44252
22
22
  criteo_api_marketingsolutions_preview/apis/__init__.py,sha256=cppZhhSoJ7D9oOBQW-IwFin3ob9JV3fm9hADjj5GxcY,1187
23
23
  criteo_api_marketingsolutions_preview/model/__init__.py,sha256=NURge8m2e7lhkersiowu4NeC0UclYVpZnPjaSH7ZYBM,371
24
24
  criteo_api_marketingsolutions_preview/model/ad.py,sha256=WAhwyMwRAK9lyAzcvPnTeNTIg8w9hip36HisaLMLqB8,14170
@@ -72,7 +72,7 @@ criteo_api_marketingsolutions_preview/model/api_request_of_targeting_entity.py,s
72
72
  criteo_api_marketingsolutions_preview/model/api_response_of_targeting_entity.py,sha256=N1iKCeViJHLui4QOVi8Qvh41bvfd5uQdYHg5NTMY8bA,11800
73
73
  criteo_api_marketingsolutions_preview/model/application_summary_model.py,sha256=ZhcqVIpraGB7VaW6eRpZs6ZvlCoKF6jn1sVQ6zp2ftQ,12497
74
74
  criteo_api_marketingsolutions_preview/model/application_summary_model_resource.py,sha256=1mgBzq5_25qts5UvgIjz5xf8jadl43BoHQRZaVHZQKU,11999
75
- criteo_api_marketingsolutions_preview/model/application_summary_model_response.py,sha256=IZ22BNFb2W_OZYGYq2vyKNUBAioK3Yx2QqpNDDZ5IoY,12611
75
+ criteo_api_marketingsolutions_preview/model/application_summary_model_response.py,sha256=X20dMphxHm-rh2Mkbu_hu6ZfSiNt58fISUs7nyrr2x0,12541
76
76
  criteo_api_marketingsolutions_preview/model/attribute.py,sha256=jD_zdg8DLinRUP3rA-SjQ23rr5sRbIkWjCeZ1O9m9N4,11623
77
77
  criteo_api_marketingsolutions_preview/model/audience_bulk_create_input_v1.py,sha256=o3P-Ji9FefZNQxNgQJfV005VlgvMGsdYTMjNIPkDMGc,11830
78
78
  criteo_api_marketingsolutions_preview/model/audience_bulk_delete_input_v1.py,sha256=ELkCFtgX_ICmnFooI7HiusvGukJDaBlHBwZfgsmRLRw,11830
@@ -145,18 +145,18 @@ criteo_api_marketingsolutions_preview/model/campaign_v23_q1.py,sha256=dbtVeqcpuV
145
145
  criteo_api_marketingsolutions_preview/model/campaign_v23_q1_list_response.py,sha256=XTN6zZFm6gKrmzES-wdtBRuPY-FBdvk6Iz8-XBo9or0,12492
146
146
  criteo_api_marketingsolutions_preview/model/campaign_v23_q1_resource.py,sha256=G8ydksDogUATPjGau_9mUw4W-BAt4lzDHHgYrsHMTYo,12206
147
147
  criteo_api_marketingsolutions_preview/model/campaign_v23_q1_response.py,sha256=9AkFpFJap8nc3JKuNjPz_8YPGgbgIxHoEG5rdTecVgs,12441
148
- criteo_api_marketingsolutions_preview/model/common_problem.py,sha256=dzHSf0-bQl038Ycpr6BWlwr9ltPtbklEywvESHbOBVk,14717
148
+ criteo_api_marketingsolutions_preview/model/common_problem.py,sha256=jG7XXTNdxhxZP4yCnTY7CTXGPdZflcZ3L4yZFbYC8Jw,14715
149
149
  criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1.py,sha256=ZIkd6vGsDBKA2pwZxCpEhDBHYXGhrIizKLSBfnY07Kg,12537
150
150
  criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_resource.py,sha256=P-sXtfAcy7ONDt6SqJanj6ijnAqNOcKkN4aCodK5i7E,12298
151
151
  criteo_api_marketingsolutions_preview/model/contact_list_statistics_entity_v1_response.py,sha256=z__Cwy3sTQeEnsf3XODfJ2UoO0Fshm23fkCI0zFPGMI,12603
152
152
  criteo_api_marketingsolutions_preview/model/contact_list_v1.py,sha256=-rAddF9StFVlP6RDO-iEFTX_8iI_myxEosH0rndblww,11529
153
153
  criteo_api_marketingsolutions_preview/model/contactlist_amendment.py,sha256=qvESWZ2ptUUqLCq5-FfgXtKQtDMdyYc0SYabe9e7Xe8,12092
154
- criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py,sha256=OdVOazzP5sIcF_iXXDDybWD82DtRiMBEad2csHWiV8s,13069
154
+ criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py,sha256=Je3-DOZyV9aT3Qoz9mdbIZikRPPqjBhoCmWGUdeT8fI,13111
155
155
  criteo_api_marketingsolutions_preview/model/contactlist_amendment_request.py,sha256=DqNggWXhpMNYkotwxK8nc7RmsoJspVXWX2dYMSNVgtI,11766
156
156
  criteo_api_marketingsolutions_preview/model/contactlist_operation.py,sha256=ADA1qJZg7sET6JmTeGd0MhbRfrAafRQ07tVO1s6RciU,12128
157
157
  criteo_api_marketingsolutions_preview/model/contactlist_operation_attributes.py,sha256=Hxu9hV9SXpHjpLYOtGcxc4kCzMPc-soBXoO0Dj_WEU4,13838
158
158
  criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment.py,sha256=fIRQIBdQdWciUCYWL2nToZr0en5oeGrl6Pfbef-AfI8,12270
159
- criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py,sha256=PmpI7CYDUR1bUTiExVljDhnw1cx2oitzI4sZwgCI2Qo,13597
159
+ criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py,sha256=OVu2nSHcG7WqmokJH-shmgM7JWya7mPgH4RAjPfYeCQ,13639
160
160
  criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_request.py,sha256=3cWIV3TgQzBm7z4nP1M3dI5ELBCFMVpNZluSqLMbJng,11908
161
161
  criteo_api_marketingsolutions_preview/model/coupon.py,sha256=_ndNaD7XDBfcDa6s19O1ULGe-uEPLhw_juU-5T78dE0,16373
162
162
  criteo_api_marketingsolutions_preview/model/coupon_list_response.py,sha256=JdHQor5QcIZTAt-UxRZ1GamzAl6dFQOuvPZBxGOXgSc,12522
@@ -181,6 +181,7 @@ criteo_api_marketingsolutions_preview/model/create_coupon.py,sha256=8hOZ1tqZD5IH
181
181
  criteo_api_marketingsolutions_preview/model/create_coupon_request.py,sha256=wpftcFTtKT9NKGFt7wUz426kIf4JoQkxAC4gSNJUCTM,11701
182
182
  criteo_api_marketingsolutions_preview/model/create_coupon_resource.py,sha256=2lUbyXTFC48BUp2fdfXYMeAhFVGkW2-W0hh0g6EbwH8,12089
183
183
  criteo_api_marketingsolutions_preview/model/create_image_slide.py,sha256=-7v73FrKZTQTnzKMBxIA1OfIRZb4aJz661VOuDZXq_Y,12248
184
+ criteo_api_marketingsolutions_preview/model/create_product_filter_request.py,sha256=pnOV--AGnfgqkZlyM4xkMSK8J5fh0LxqkFZ7PY6rrQk,11523
184
185
  criteo_api_marketingsolutions_preview/model/create_product_set_request.py,sha256=D6UfMYWNLrXBq3RPPJlv86iQvXst853PzhCdliLCJDo,12432
185
186
  criteo_api_marketingsolutions_preview/model/creative.py,sha256=Xknu5P2L7diY1-VbtrMmYWQLwPjYZIo8cO-kbzlepoA,15140
186
187
  criteo_api_marketingsolutions_preview/model/creative_list_response.py,sha256=TnR68_wDCQbfWXlqCoObvWbEl396ajzs62xGcize1Wc,12542
@@ -309,6 +310,7 @@ criteo_api_marketingsolutions_preview/model/price.py,sha256=8YoYfolIw8qoD564yF9B
309
310
  criteo_api_marketingsolutions_preview/model/problem_details.py,sha256=A8_qlpWbVSynQDMLa6QdNPpXbQEpcCDhO0y02LCnDzg,14718
310
311
  criteo_api_marketingsolutions_preview/model/problems_details.py,sha256=vaiTm9fVXBF1s46Th16Do6KZqroL45X-ft-MIupEEjI,11761
311
312
  criteo_api_marketingsolutions_preview/model/product.py,sha256=-V9M3ysny_wjAf_g_1jKF_ypjf243B1Vu2q4nwRIDCQ,44312
313
+ criteo_api_marketingsolutions_preview/model/product_filter_config.py,sha256=OaxkRjrr1FzwFlZHoGgTVeQF02KAh20Ar1XsPNTiO-Y,11771
312
314
  criteo_api_marketingsolutions_preview/model/product_importer_error.py,sha256=LIe7DVkliwnARK-VW9gChlkbpGcsuF3nbuYvRQDeJdk,14172
313
315
  criteo_api_marketingsolutions_preview/model/product_importer_warning.py,sha256=tLukgz3OGTKjmXbvC48776NEQWz20qZ2DXi81aDvfi0,14178
314
316
  criteo_api_marketingsolutions_preview/model/product_set.py,sha256=qsrMGlJ8yDB9tIguSLUl1DT7K0pGBZPknfgKvXKVlx4,14407
@@ -387,14 +389,19 @@ criteo_api_marketingsolutions_preview/model/update_coupon_resource.py,sha256=9dy
387
389
  criteo_api_marketingsolutions_preview/model/user_def.py,sha256=4twxoj4ZYGVEuPeUZv-aLn-hi90KV5PX3EVJ_HHU5Os,11956
388
390
  criteo_api_marketingsolutions_preview/model/user_profile_attribute_model.py,sha256=UT43Bl6blotPJ1Y5bWcAEJTH6IT8WQrlsB8UC8litN0,11671
389
391
  criteo_api_marketingsolutions_preview/model/user_profile_identifier_model.py,sha256=G1rbr6zrmr-k35cVUm7Y5_IFHw-KOgU-OWstwp5QSGE,11685
392
+ criteo_api_marketingsolutions_preview/model/value_resource_collection_outcome_of_product_filter_config.py,sha256=QfOgiQIwVXKqypnvPLcWzmLZsYq6r_wFfJz8TUjPuao,12663
393
+ criteo_api_marketingsolutions_preview/model/value_resource_input_of_create_product_filter_request.py,sha256=NY4Xub7ZBdzepiMBcjCt9qyXievMC0GFk6vsQEIizH8,11933
390
394
  criteo_api_marketingsolutions_preview/model/value_resource_input_of_create_product_set_request.py,sha256=w2Y_WTRra0trLX7DxC-ewFBJNHGIQQDK-_i_hknkMSM,11903
391
395
  criteo_api_marketingsolutions_preview/model/value_resource_of_advertiser_creation_input.py,sha256=EuLT1JmyZkOD_MkmER4-T-jthf9MrWiOg1PtU3jJBK4,12020
396
+ criteo_api_marketingsolutions_preview/model/value_resource_of_create_product_filter_request.py,sha256=qdn_G9OBpmaDHeXqP54LKH11XNpeVrl21VKTbOOK9P0,12051
392
397
  criteo_api_marketingsolutions_preview/model/value_resource_of_create_product_set_request.py,sha256=4VFzalLjPHa7ZeUq21_G4M__LqLDSALEDXaI_kF1QL8,12021
398
+ criteo_api_marketingsolutions_preview/model/value_resource_of_product_filter_config.py,sha256=2yJ0UjcLLhSzxBPxIVEjnFjqr6L4yD7wd7dWJvvGIqs,11980
399
+ criteo_api_marketingsolutions_preview/model/value_resource_outcome_of_product_filter_config.py,sha256=QiX5LGBwy8DSMd0GbiopSdFVVWpiFyI_NBc9ZEptrZg,12594
393
400
  criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=i-qvnBOBpuijRhQ2bPNwU8A5pDmWSk7O1kdpZV77Vm8,12436
394
401
  criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=AEk9Ss4tXVTbSfDxJjpDW643MJwbV5iMs_Y3BG4839I,11755
395
402
  criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q1.py,sha256=KChsY4jvU6gUu-xCbt9cmfFRugkozorko_iodtiwlSQ,12234
396
- criteo_api_marketingsolutions_preview/models/__init__.py,sha256=vFwx_jwVFe5FpY3pMI9lxrBpuBARSyAVyv2zgUVWkQo,41445
397
- criteo_api_marketingsolutions_sdk-0.0.240618.dist-info/METADATA,sha256=TnifprNxwbZs2DkfJXVk_cd8xz44a6XVYW3ONfLJjX0,1684
398
- criteo_api_marketingsolutions_sdk-0.0.240618.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
399
- criteo_api_marketingsolutions_sdk-0.0.240618.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
400
- criteo_api_marketingsolutions_sdk-0.0.240618.dist-info/RECORD,,
403
+ criteo_api_marketingsolutions_preview/models/__init__.py,sha256=spEjBQaGoOhq6ZiXrifZwXDXbTKSunlS-_H16fNSCWQ,42403
404
+ criteo_api_marketingsolutions_sdk-0.0.240731.dist-info/METADATA,sha256=S_nm2TaLAOC6RJUuhzOamSe9bM4toiMLKMxTvt30678,1684
405
+ criteo_api_marketingsolutions_sdk-0.0.240731.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
406
+ criteo_api_marketingsolutions_sdk-0.0.240731.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
407
+ criteo_api_marketingsolutions_sdk-0.0.240731.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (72.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5