criteo-api-retailmedia-sdk 0.0.250618__py3-none-any.whl → 0.0.250624__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-retailmedia-sdk might be problematic. Click here for more details.
- criteo_api_retailmedia_preview/__init__.py +1 -1
- criteo_api_retailmedia_preview/api/campaign_api.py +3 -3
- criteo_api_retailmedia_preview/api_client.py +1 -1
- criteo_api_retailmedia_preview/configuration.py +1 -1
- criteo_api_retailmedia_preview/model/recommended_categories_request_v1.py +10 -9
- criteo_api_retailmedia_preview/model/recommended_keywords_request_v1.py +10 -9
- criteo_api_retailmedia_preview/model/sponsored_products_line_item.py +15 -15
- criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py +3 -3
- {criteo_api_retailmedia_sdk-0.0.250618.dist-info → criteo_api_retailmedia_sdk-0.0.250624.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-0.0.250618.dist-info → criteo_api_retailmedia_sdk-0.0.250624.dist-info}/RECORD +12 -12
- {criteo_api_retailmedia_sdk-0.0.250618.dist-info → criteo_api_retailmedia_sdk-0.0.250624.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-0.0.250618.dist-info → criteo_api_retailmedia_sdk-0.0.250624.dist-info}/top_level.txt +0 -0
|
@@ -234,7 +234,7 @@ class CampaignApi(object):
|
|
|
234
234
|
'validations': {
|
|
235
235
|
('limit',): {
|
|
236
236
|
|
|
237
|
-
'inclusive_maximum':
|
|
237
|
+
'inclusive_maximum': 500,
|
|
238
238
|
'inclusive_minimum': 1,
|
|
239
239
|
},
|
|
240
240
|
('offset',): {
|
|
@@ -2445,7 +2445,7 @@ class CampaignApi(object):
|
|
|
2445
2445
|
},
|
|
2446
2446
|
'openapi_types': {
|
|
2447
2447
|
'retailer_id':
|
|
2448
|
-
(
|
|
2448
|
+
(str,),
|
|
2449
2449
|
'value_resource_input_recommended_keywords_request_v1':
|
|
2450
2450
|
(ValueResourceInputRecommendedKeywordsRequestV1,),
|
|
2451
2451
|
},
|
|
@@ -5944,7 +5944,7 @@ class CampaignApi(object):
|
|
|
5944
5944
|
>>> result = thread.get()
|
|
5945
5945
|
|
|
5946
5946
|
Args:
|
|
5947
|
-
retailer_id (
|
|
5947
|
+
retailer_id (str): Retailer id.
|
|
5948
5948
|
|
|
5949
5949
|
Keyword Args:
|
|
5950
5950
|
value_resource_input_recommended_keywords_request_v1 (ValueResourceInputRecommendedKeywordsRequestV1): Request of recommended keywords.. [optional]
|
|
@@ -76,7 +76,7 @@ class ApiClient(object):
|
|
|
76
76
|
self.default_headers[header_name] = header_value
|
|
77
77
|
self.cookie = cookie
|
|
78
78
|
# Set default User-Agent.
|
|
79
|
-
self.user_agent = 'OpenAPI-Generator/0.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/0.0.250624/python'
|
|
80
80
|
|
|
81
81
|
def __enter__(self):
|
|
82
82
|
return self
|
|
@@ -395,7 +395,7 @@ class Configuration(object):
|
|
|
395
395
|
"OS: {env}\n"\
|
|
396
396
|
"Python Version: {pyversion}\n"\
|
|
397
397
|
"Version of the API: Preview\n"\
|
|
398
|
-
"SDK Package Version: 0.0.
|
|
398
|
+
"SDK Package Version: 0.0.250624".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -58,7 +58,8 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
validations = {
|
|
61
|
-
('
|
|
61
|
+
('product_ids',): {
|
|
62
|
+
'max_items': 1000,
|
|
62
63
|
'min_items': 1,
|
|
63
64
|
},
|
|
64
65
|
}
|
|
@@ -84,7 +85,7 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
84
85
|
and the value is attribute type.
|
|
85
86
|
"""
|
|
86
87
|
return {
|
|
87
|
-
'
|
|
88
|
+
'product_ids': ([str],), # noqa: E501
|
|
88
89
|
}
|
|
89
90
|
|
|
90
91
|
@cached_property
|
|
@@ -93,7 +94,7 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
93
94
|
|
|
94
95
|
|
|
95
96
|
attribute_map = {
|
|
96
|
-
'
|
|
97
|
+
'product_ids': 'productIds', # noqa: E501
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
read_only_vars = {
|
|
@@ -103,11 +104,11 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
103
104
|
|
|
104
105
|
@classmethod
|
|
105
106
|
@convert_js_args_to_python_args
|
|
106
|
-
def _from_openapi_data(cls,
|
|
107
|
+
def _from_openapi_data(cls, product_ids, *args, **kwargs): # noqa: E501
|
|
107
108
|
"""RecommendedCategoriesRequestV1 - a model defined in OpenAPI
|
|
108
109
|
|
|
109
110
|
Args:
|
|
110
|
-
|
|
111
|
+
product_ids ([str]): Sku id list.
|
|
111
112
|
|
|
112
113
|
Keyword Args:
|
|
113
114
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -171,7 +172,7 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
171
172
|
self._configuration = _configuration
|
|
172
173
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
173
174
|
|
|
174
|
-
self.
|
|
175
|
+
self.product_ids = product_ids
|
|
175
176
|
for var_name, var_value in kwargs.items():
|
|
176
177
|
if var_name not in self.attribute_map and \
|
|
177
178
|
self._configuration is not None and \
|
|
@@ -192,11 +193,11 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
192
193
|
])
|
|
193
194
|
|
|
194
195
|
@convert_js_args_to_python_args
|
|
195
|
-
def __init__(self,
|
|
196
|
+
def __init__(self, product_ids, *args, **kwargs): # noqa: E501
|
|
196
197
|
"""RecommendedCategoriesRequestV1 - a model defined in OpenAPI
|
|
197
198
|
|
|
198
199
|
Args:
|
|
199
|
-
|
|
200
|
+
product_ids ([str]): Sku id list.
|
|
200
201
|
|
|
201
202
|
Keyword Args:
|
|
202
203
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -258,7 +259,7 @@ class RecommendedCategoriesRequestV1(ModelNormal):
|
|
|
258
259
|
self._configuration = _configuration
|
|
259
260
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
260
261
|
|
|
261
|
-
self.
|
|
262
|
+
self.product_ids = product_ids
|
|
262
263
|
for var_name, var_value in kwargs.items():
|
|
263
264
|
if var_name not in self.attribute_map and \
|
|
264
265
|
self._configuration is not None and \
|
|
@@ -58,7 +58,8 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
validations = {
|
|
61
|
-
('
|
|
61
|
+
('product_ids',): {
|
|
62
|
+
'max_items': 1000,
|
|
62
63
|
'min_items': 1,
|
|
63
64
|
},
|
|
64
65
|
}
|
|
@@ -78,7 +79,7 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
78
79
|
and the value is attribute type.
|
|
79
80
|
"""
|
|
80
81
|
return {
|
|
81
|
-
'
|
|
82
|
+
'product_ids': ([str],), # noqa: E501
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
@cached_property
|
|
@@ -87,7 +88,7 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
87
88
|
|
|
88
89
|
|
|
89
90
|
attribute_map = {
|
|
90
|
-
'
|
|
91
|
+
'product_ids': 'productIds', # noqa: E501
|
|
91
92
|
}
|
|
92
93
|
|
|
93
94
|
read_only_vars = {
|
|
@@ -97,11 +98,11 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
97
98
|
|
|
98
99
|
@classmethod
|
|
99
100
|
@convert_js_args_to_python_args
|
|
100
|
-
def _from_openapi_data(cls,
|
|
101
|
+
def _from_openapi_data(cls, product_ids, *args, **kwargs): # noqa: E501
|
|
101
102
|
"""RecommendedKeywordsRequestV1 - a model defined in OpenAPI
|
|
102
103
|
|
|
103
104
|
Args:
|
|
104
|
-
|
|
105
|
+
product_ids ([str]): Product Id list that the recommended keywords generated on.
|
|
105
106
|
|
|
106
107
|
Keyword Args:
|
|
107
108
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -165,7 +166,7 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
165
166
|
self._configuration = _configuration
|
|
166
167
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
167
168
|
|
|
168
|
-
self.
|
|
169
|
+
self.product_ids = product_ids
|
|
169
170
|
for var_name, var_value in kwargs.items():
|
|
170
171
|
if var_name not in self.attribute_map and \
|
|
171
172
|
self._configuration is not None and \
|
|
@@ -186,11 +187,11 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
186
187
|
])
|
|
187
188
|
|
|
188
189
|
@convert_js_args_to_python_args
|
|
189
|
-
def __init__(self,
|
|
190
|
+
def __init__(self, product_ids, *args, **kwargs): # noqa: E501
|
|
190
191
|
"""RecommendedKeywordsRequestV1 - a model defined in OpenAPI
|
|
191
192
|
|
|
192
193
|
Args:
|
|
193
|
-
|
|
194
|
+
product_ids ([str]): Product Id list that the recommended keywords generated on.
|
|
194
195
|
|
|
195
196
|
Keyword Args:
|
|
196
197
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -252,7 +253,7 @@ class RecommendedKeywordsRequestV1(ModelNormal):
|
|
|
252
253
|
self._configuration = _configuration
|
|
253
254
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
254
255
|
|
|
255
|
-
self.
|
|
256
|
+
self.product_ids = product_ids
|
|
256
257
|
for var_name, var_value in kwargs.items():
|
|
257
258
|
if var_name not in self.attribute_map and \
|
|
258
259
|
self._configuration is not None and \
|
|
@@ -74,15 +74,15 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
74
74
|
},
|
|
75
75
|
('status',): {
|
|
76
76
|
'None': None,
|
|
77
|
-
'UNKNOWN': "
|
|
78
|
-
'ACTIVE': "
|
|
79
|
-
'SCHEDULED': "
|
|
80
|
-
'DRAFT': "
|
|
81
|
-
'PAUSED': "
|
|
82
|
-
'BUDGETHIT': "
|
|
83
|
-
'ENDED': "
|
|
84
|
-
'ARCHIVED': "
|
|
85
|
-
'NOFUNDS': "
|
|
77
|
+
'UNKNOWN': "unknown",
|
|
78
|
+
'ACTIVE': "active",
|
|
79
|
+
'SCHEDULED': "scheduled",
|
|
80
|
+
'DRAFT': "draft",
|
|
81
|
+
'PAUSED': "paused",
|
|
82
|
+
'BUDGETHIT': "budgetHit",
|
|
83
|
+
'ENDED': "ended",
|
|
84
|
+
'ARCHIVED': "archived",
|
|
85
|
+
'NOFUNDS': "noFunds",
|
|
86
86
|
},
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -110,12 +110,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
110
110
|
lazy_import()
|
|
111
111
|
return {
|
|
112
112
|
'budget_remaining': (float, none_type,), # noqa: E501
|
|
113
|
-
'campaign_id': (
|
|
113
|
+
'campaign_id': (str,), # noqa: E501
|
|
114
114
|
'created_at': (datetime,), # noqa: E501
|
|
115
115
|
'external_line_item_id': (int,), # noqa: E501
|
|
116
116
|
'name': (str,), # noqa: E501
|
|
117
117
|
'start_date': (datetime,), # noqa: E501
|
|
118
|
-
'target_retailer_id': (
|
|
118
|
+
'target_retailer_id': (str,), # noqa: E501
|
|
119
119
|
'updated_at': (datetime,), # noqa: E501
|
|
120
120
|
'bid_strategy': (str, none_type,), # noqa: E501
|
|
121
121
|
'budget': (float, none_type,), # noqa: E501
|
|
@@ -171,12 +171,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
171
171
|
|
|
172
172
|
Args:
|
|
173
173
|
budget_remaining (float, none_type):
|
|
174
|
-
campaign_id (
|
|
174
|
+
campaign_id (str):
|
|
175
175
|
created_at (datetime):
|
|
176
176
|
external_line_item_id (int):
|
|
177
177
|
name (str):
|
|
178
178
|
start_date (datetime):
|
|
179
|
-
target_retailer_id (
|
|
179
|
+
target_retailer_id (str):
|
|
180
180
|
updated_at (datetime):
|
|
181
181
|
|
|
182
182
|
Keyword Args:
|
|
@@ -286,12 +286,12 @@ class SponsoredProductsLineItem(ModelNormal):
|
|
|
286
286
|
|
|
287
287
|
Args:
|
|
288
288
|
budget_remaining (float, none_type):
|
|
289
|
-
campaign_id (
|
|
289
|
+
campaign_id (str):
|
|
290
290
|
created_at (datetime):
|
|
291
291
|
external_line_item_id (int):
|
|
292
292
|
name (str):
|
|
293
293
|
start_date (datetime):
|
|
294
|
-
target_retailer_id (
|
|
294
|
+
target_retailer_id (str):
|
|
295
295
|
updated_at (datetime):
|
|
296
296
|
|
|
297
297
|
Keyword Args:
|
|
@@ -97,7 +97,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
97
97
|
return {
|
|
98
98
|
'name': (str,), # noqa: E501
|
|
99
99
|
'start_date': (datetime,), # noqa: E501
|
|
100
|
-
'target_retailer_id': (
|
|
100
|
+
'target_retailer_id': (str,), # noqa: E501
|
|
101
101
|
'bid_strategy': (str,), # noqa: E501
|
|
102
102
|
'budget': (float, none_type,), # noqa: E501
|
|
103
103
|
'daily_pacing': (float, none_type,), # noqa: E501
|
|
@@ -144,7 +144,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
144
144
|
Args:
|
|
145
145
|
name (str):
|
|
146
146
|
start_date (datetime):
|
|
147
|
-
target_retailer_id (
|
|
147
|
+
target_retailer_id (str):
|
|
148
148
|
|
|
149
149
|
Keyword Args:
|
|
150
150
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -247,7 +247,7 @@ class SponsoredProductsLineItemCreateRequestModel(ModelNormal):
|
|
|
247
247
|
Args:
|
|
248
248
|
name (str):
|
|
249
249
|
start_date (datetime):
|
|
250
|
-
target_retailer_id (
|
|
250
|
+
target_retailer_id (str):
|
|
251
251
|
|
|
252
252
|
Keyword Args:
|
|
253
253
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: criteo-api-retailmedia-sdk
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.250624
|
|
4
4
|
Summary: Criteo API SDK
|
|
5
5
|
Home-page: https://github.com/criteo/criteo-api-python-sdk
|
|
6
6
|
Author: Criteo
|
|
@@ -35,9 +35,9 @@ IMPORTANT: This Python package links to Criteo production environment. Any test
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
```sh
|
|
38
|
-
pip install criteo-api-retailmedia-sdk==0.0.
|
|
38
|
+
pip install criteo-api-retailmedia-sdk==0.0.250624
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==0.0.250624`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_retailmedia_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_retailmedia_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_retailmedia_preview/__init__.py,sha256=HgpDn8rYtqDabDpxzdduNvLbIlVKtQ80LalsROE2F4M,1023
|
|
2
|
+
criteo_api_retailmedia_preview/api_client.py,sha256=y78LOgA0NDVDMMNV59UelvUiM2boTZZWQhRAeSZjIWU,39425
|
|
3
3
|
criteo_api_retailmedia_preview/api_client_builder.py,sha256=GA_82AyTtGhe8KsCV4WRibYrDshmKbXDRLdELNYmBEo,1504
|
|
4
|
-
criteo_api_retailmedia_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_retailmedia_preview/configuration.py,sha256=s2awVFG-5TTa-X0p5MsJ2jo1Vc2GChzL_aXTXLWO22I,16714
|
|
5
5
|
criteo_api_retailmedia_preview/criteo_api_client.py,sha256=OMLOZH6PXNNHEZ-9_X1b-jNJT80YCrfQrxln-6rWo3k,652
|
|
6
6
|
criteo_api_retailmedia_preview/criteo_auth.py,sha256=1pjObPpytC72QM8YxL3NmwDI0ePSXuRFIiMpq6j3LF0,4693
|
|
7
7
|
criteo_api_retailmedia_preview/criteo_rest.py,sha256=7fjy1FXDYlgRVnUqEvXaa3daGnZAB0rUPqmFxgBeRmk,3410
|
|
@@ -15,7 +15,7 @@ criteo_api_retailmedia_preview/api/analytics_api.py,sha256=SLVp4zmtDtKyWRraJBxWj
|
|
|
15
15
|
criteo_api_retailmedia_preview/api/audience_api.py,sha256=MqabSJv6TkPiWAnsseqpey-yUP6NwDii4PbAcdlUwAM,96328
|
|
16
16
|
criteo_api_retailmedia_preview/api/balance_api.py,sha256=uic6Oio8pAmLTI68KSNHl9jA9e3VPMtb2oOsE8-gn9g,39445
|
|
17
17
|
criteo_api_retailmedia_preview/api/billing_api.py,sha256=R6wrFFopBkdZKz_Fnl9WEazHHkAph79R2OiB1X8Hhcc,17744
|
|
18
|
-
criteo_api_retailmedia_preview/api/campaign_api.py,sha256=
|
|
18
|
+
criteo_api_retailmedia_preview/api/campaign_api.py,sha256=AVW_zEhcWnJy97b2gcNUu5SJE2GLFseAC44fmygmexw,264056
|
|
19
19
|
criteo_api_retailmedia_preview/api/catalog_api.py,sha256=J-flsW5g2qeVtJagiEK_eB4UiQSZ8hYNJXDjVWL5h8o,12384
|
|
20
20
|
criteo_api_retailmedia_preview/api/gateway_api.py,sha256=kEmtDyfACdByE6SbIMwV0OH7HsRvtN7jnmc1qDCtiLs,5693
|
|
21
21
|
criteo_api_retailmedia_preview/api/on_site_recommendation_api.py,sha256=yeEY6PXg4HoGYcEStM2kPLKPTSSLY3NLMbdHSCK8KtU,6779
|
|
@@ -177,8 +177,8 @@ criteo_api_retailmedia_preview/model/promoted_product.py,sha256=8l5qOhN98YQ5RkK0
|
|
|
177
177
|
criteo_api_retailmedia_preview/model/promoted_product_resource.py,sha256=2vkMpWE8_ISRRIhlfgWr_UZ8P5u_gbLWWHZgCPUSBZU,11794
|
|
178
178
|
criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py,sha256=VY2yKcfXTCksKh3ST2KcxWRaMM7y8dXcYjn-gU50Ork,11460
|
|
179
179
|
criteo_api_retailmedia_preview/model/promoted_product_resource_collection_outcome.py,sha256=-zRuh8uLkUTb3pzWQkKKJhoYiOQ-gfUtU5dYcwi95KA,12610
|
|
180
|
-
criteo_api_retailmedia_preview/model/recommended_categories_request_v1.py,sha256=
|
|
181
|
-
criteo_api_retailmedia_preview/model/recommended_keywords_request_v1.py,sha256
|
|
180
|
+
criteo_api_retailmedia_preview/model/recommended_categories_request_v1.py,sha256=FPSfJ7p30NhcmCSX91GTFO2wpW1a-BG2L2hR3CxR0AE,11681
|
|
181
|
+
criteo_api_retailmedia_preview/model/recommended_keywords_request_v1.py,sha256=-i4zaPH07qevlcxkDTjBEQMsIq2UduC5hJyuQV9XBdM,11494
|
|
182
182
|
criteo_api_retailmedia_preview/model/recommended_keywords_response_v1.py,sha256=u8EBLnwwhdVo365Bsb5IuRbsH8BKn4srTfxquIu7bvE,11507
|
|
183
183
|
criteo_api_retailmedia_preview/model/report_data_response_resource.py,sha256=KbbDrIYd3GZfnyoJN6CIBMvNILv46UF9_So1eCWM1Io,11948
|
|
184
184
|
criteo_api_retailmedia_preview/model/report_detail_error.py,sha256=lWVHKhKzd70lLMDL2XfCxKCZjEX1aj956Vdx6ZIt5DU,12803
|
|
@@ -311,8 +311,8 @@ criteo_api_retailmedia_preview/model/sku_slim_data_preview.py,sha256=pCJYPgB9zmf
|
|
|
311
311
|
criteo_api_retailmedia_preview/model/sku_slim_data_preview_list_response.py,sha256=BPEq6ShRzSQKtsux6mtlhlopPccmqXfsCPEAafRDn0k,12434
|
|
312
312
|
criteo_api_retailmedia_preview/model/sku_slim_data_v2.py,sha256=KWgrWNiUpFMvXNhzydQ46WNaXlTznNf_V2Ttzd1Uokc,14818
|
|
313
313
|
criteo_api_retailmedia_preview/model/sku_slim_data_v2_list_response.py,sha256=JMdUpqH1wiwa2p1yDI4b2hViEUdwwMm43991fDId8k0,12384
|
|
314
|
-
criteo_api_retailmedia_preview/model/sponsored_products_line_item.py,sha256=
|
|
315
|
-
criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py,sha256=
|
|
314
|
+
criteo_api_retailmedia_preview/model/sponsored_products_line_item.py,sha256=tETHJBBinlix31RdC1YFvJjMAtKaIaWPbcX7LumrPDI,17373
|
|
315
|
+
criteo_api_retailmedia_preview/model/sponsored_products_line_item_create_request_model.py,sha256=5BDqPMJPm_9-6dbHlwlxvvuZIrXXTPliP_L2dC0BzV0,15119
|
|
316
316
|
criteo_api_retailmedia_preview/model/sponsored_products_line_item_update_request_model.py,sha256=3s6_587Xfc6Q9j0U6koAWZUo6sDMKruYTgUadyzEBkI,14806
|
|
317
317
|
criteo_api_retailmedia_preview/model/status_response.py,sha256=ANHplnX0oeW-cQMvE6bJpbR-hiUi9Z7U-z7bM3hcryc,13283
|
|
318
318
|
criteo_api_retailmedia_preview/model/status_response_resource.py,sha256=Y7ltrUwi49Wiczz3En5d7pHBPJ5ePYB49g4-dr3wdvA,12080
|
|
@@ -369,7 +369,7 @@ criteo_api_retailmedia_preview/model/value_resource_retail_media_keywords_review
|
|
|
369
369
|
criteo_api_retailmedia_preview/model/value_resource_retail_media_keywords_review_result.py,sha256=Af_a5NYKq-u83q7yOxX2qcBTfzTN2XZg3v864eb134Q,11816
|
|
370
370
|
criteo_api_retailmedia_preview/model/video_variable_value.py,sha256=MutQTssNekmvLKDmu2kTKk0ZrijtpRwYToR_-nlo3SM,12078
|
|
371
371
|
criteo_api_retailmedia_preview/models/__init__.py,sha256=elT7iTczC2UqjWg38dp56mNbfs29YJ7yNOTVOvBvLXY,38600
|
|
372
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
373
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
374
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
375
|
-
criteo_api_retailmedia_sdk-0.0.
|
|
372
|
+
criteo_api_retailmedia_sdk-0.0.250624.dist-info/METADATA,sha256=XjiOE8ItQZ4MwTUMfJzKx_hlUpBCH6Chr4cph6Wuqng,1848
|
|
373
|
+
criteo_api_retailmedia_sdk-0.0.250624.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
374
|
+
criteo_api_retailmedia_sdk-0.0.250624.dist-info/top_level.txt,sha256=mR8aaWgc27pZ23OyoxxkhvUuHPeOkKiUaNQ-RiAivhc,31
|
|
375
|
+
criteo_api_retailmedia_sdk-0.0.250624.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|