criteo-api-retailmedia-sdk 2024.10.0.250129__py3-none-any.whl → 2024.10.0.250211__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_sdk-2024.10.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info}/METADATA +3 -3
- {criteo_api_retailmedia_sdk-2024.10.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info}/RECORD +20 -21
- criteo_api_retailmedia_v2024_10/__init__.py +1 -1
- criteo_api_retailmedia_v2024_10/api/campaign_api.py +6 -5
- criteo_api_retailmedia_v2024_10/api_client.py +1 -1
- criteo_api_retailmedia_v2024_10/configuration.py +1 -1
- criteo_api_retailmedia_v2024_10/model/async_campaigns_report.py +4 -0
- criteo_api_retailmedia_v2024_10/model/async_line_items_report.py +4 -0
- criteo_api_retailmedia_v2024_10/model/balance_response_v2.py +4 -4
- criteo_api_retailmedia_v2024_10/model/campaign_attributes_v202301.py +8 -8
- criteo_api_retailmedia_v2024_10/model/campaign_v202301.py +8 -8
- criteo_api_retailmedia_v2024_10/model/editable_campaign_attributes_v202301.py +6 -6
- criteo_api_retailmedia_v2024_10/model/external_catalog_status.py +3 -3
- criteo_api_retailmedia_v2024_10/model/external_retailer.py +2 -0
- criteo_api_retailmedia_v2024_10/model/line_item_product_status.py +7 -7
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation.py +4 -0
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes.py +36 -20
- criteo_api_retailmedia_v2024_10/models/__init__.py +0 -1
- criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes_attributes.py +0 -297
- {criteo_api_retailmedia_sdk-2024.10.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info}/WHEEL +0 -0
- {criteo_api_retailmedia_sdk-2024.10.0.250129.dist-info → criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: criteo-api-retailmedia-sdk
|
|
3
|
-
Version: 2024.10.0.
|
|
3
|
+
Version: 2024.10.0.250211
|
|
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==2024.10.0.
|
|
38
|
+
pip install criteo-api-retailmedia-sdk==2024.10.0.250211
|
|
39
39
|
```
|
|
40
|
-
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2024.10.0.
|
|
40
|
+
(you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2024.10.0.250211`)
|
|
41
41
|
|
|
42
42
|
Then import the package:
|
|
43
43
|
```python
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_retailmedia_v2024_10/__init__.py,sha256=
|
|
2
|
-
criteo_api_retailmedia_v2024_10/api_client.py,sha256=
|
|
1
|
+
criteo_api_retailmedia_v2024_10/__init__.py,sha256=E8-Ppyy5psNZ_Yx7rhhGIwixdWMcagB1ziy2AHZSaeE,1040
|
|
2
|
+
criteo_api_retailmedia_v2024_10/api_client.py,sha256=dKTf5XFEsKDOivsrWK3t82R0zYuIi_rNXZxRtGWugDk,39191
|
|
3
3
|
criteo_api_retailmedia_v2024_10/api_client_builder.py,sha256=ZCLz9pop_T23o389WSILSqkazMFZlq7cdDAVtoE7zh4,1507
|
|
4
|
-
criteo_api_retailmedia_v2024_10/configuration.py,sha256=
|
|
4
|
+
criteo_api_retailmedia_v2024_10/configuration.py,sha256=Lv7Iva2_C_QbAJPGB1cPJjYa4sS82cNtLvShNQ8S4cE,16722
|
|
5
5
|
criteo_api_retailmedia_v2024_10/criteo_api_client.py,sha256=7pyh5LfVmEHbUyDXFwQfTC7gIb5TWnNX-To85iyu45M,654
|
|
6
6
|
criteo_api_retailmedia_v2024_10/criteo_auth.py,sha256=b_dprtST7RVtOtwlD_98A8bO0lWnU98kw2Za9nOgZ1M,4696
|
|
7
7
|
criteo_api_retailmedia_v2024_10/criteo_rest.py,sha256=uthl4t2dcWQRJqVkQWruvYMT8RVx7ksfarqkyLAtnng,3413
|
|
@@ -14,7 +14,7 @@ criteo_api_retailmedia_v2024_10/api/accounts_api.py,sha256=ivbxy6sdiu-uVqqx2Xgg4
|
|
|
14
14
|
criteo_api_retailmedia_v2024_10/api/analytics_api.py,sha256=r32jR4vGuk8SWLHQYfkxbAwPpF5HtI8KRaXfn6wQyd8,28503
|
|
15
15
|
criteo_api_retailmedia_v2024_10/api/audience_api.py,sha256=mIoJpiteoPgYMIGqJbDNW8dFM9Tk7hJwl8-IXf2OcjM,52404
|
|
16
16
|
criteo_api_retailmedia_v2024_10/api/balance_api.py,sha256=8lOrdpaP0ZG_FE2nka2y6EshnS9w9q_FcCn304wDOx8,52564
|
|
17
|
-
criteo_api_retailmedia_v2024_10/api/campaign_api.py,sha256=
|
|
17
|
+
criteo_api_retailmedia_v2024_10/api/campaign_api.py,sha256=Q3V1iE33yxiXP4LFbiwK58ezgTwWhnAroVkKOjxDB7M,362883
|
|
18
18
|
criteo_api_retailmedia_v2024_10/api/gateway_api.py,sha256=ZjTg3X8GAgZ5z899vdRB4sSi6rFKFurYiGrzrUK7P98,5696
|
|
19
19
|
criteo_api_retailmedia_v2024_10/apis/__init__.py,sha256=qQwfiY5gc6ftQ8Hngtg725YqLuNeB1vw8YOmT56I76E,882
|
|
20
20
|
criteo_api_retailmedia_v2024_10/model/__init__.py,sha256=a7uZRgIo8W2P40TYS5TAN0LcSaPAbX8wO5wOwbHn3zE,365
|
|
@@ -33,10 +33,10 @@ criteo_api_retailmedia_v2024_10/model/application_summary_model_response.py,sha2
|
|
|
33
33
|
criteo_api_retailmedia_v2024_10/model/asset.py,sha256=E5VR7w_f8sWYn8P6unnTkUASGj8VrhYHpW7o9lcq9E8,12253
|
|
34
34
|
criteo_api_retailmedia_v2024_10/model/asset_resource.py,sha256=eru7ik0QyaTi6kx1pu2LK3d67B9hq6OaxhcYgkR5q_I,11993
|
|
35
35
|
criteo_api_retailmedia_v2024_10/model/asset_response.py,sha256=kVhsRqmLLlwZ4KzVxKKS6NVvs0MDYPC64pfAIhcM4Dk,12398
|
|
36
|
-
criteo_api_retailmedia_v2024_10/model/async_campaigns_report.py,sha256=
|
|
36
|
+
criteo_api_retailmedia_v2024_10/model/async_campaigns_report.py,sha256=GLoAu65sazY3UH6LzegUvDeVkNttCaPyaILcT5HH03M,22206
|
|
37
37
|
criteo_api_retailmedia_v2024_10/model/async_campaigns_report_request.py,sha256=P5icD-egCCxygG6OK3g_1Zn3wi2rubfIAmMeOQyEu0o,11757
|
|
38
38
|
criteo_api_retailmedia_v2024_10/model/async_campaigns_report_resource.py,sha256=zgqN2IyOby3W112yS_ubrPY1TOgg4HOyOHG9yrJ2IcY,11944
|
|
39
|
-
criteo_api_retailmedia_v2024_10/model/async_line_items_report.py,sha256=
|
|
39
|
+
criteo_api_retailmedia_v2024_10/model/async_line_items_report.py,sha256=G8c31LfsEph6uie4p_TjvjQMgKCVyyrNoWcrp8ePJtY,22210
|
|
40
40
|
criteo_api_retailmedia_v2024_10/model/async_line_items_report_request.py,sha256=iPoV46G14DqbUpTx5e8TJvrz984T8zqLb-le__Smw-Q,11758
|
|
41
41
|
criteo_api_retailmedia_v2024_10/model/async_line_items_report_resource.py,sha256=0sHIkPc7ik3vrzzH3XyJ4BcK1Fsm646UuFZLOJ-LI_U,11945
|
|
42
42
|
criteo_api_retailmedia_v2024_10/model/async_report_response.py,sha256=-v4iKO65wYcY3mtjz1tgqGvNAqXKUgdamhhnCG5Zyp0,12410
|
|
@@ -55,13 +55,13 @@ criteo_api_retailmedia_v2024_10/model/audience_warning.py,sha256=mWjWV-4Ri0S7NJi
|
|
|
55
55
|
criteo_api_retailmedia_v2024_10/model/balance_campaign202110_list_request.py,sha256=q10E0bV1jx3vsE4bF6yVxP7ZvwYlafwBJTMO7TQHZ94,11799
|
|
56
56
|
criteo_api_retailmedia_v2024_10/model/balance_campaign202110_paged_list_response.py,sha256=2E3tXPtnl3mWb24YxyxTUfvFlk9dSFOTvKxiYOTw6fk,12832
|
|
57
57
|
criteo_api_retailmedia_v2024_10/model/balance_history_change_data_capture_v1.py,sha256=Zs0rgELllcBdTdT-0GwxS771DoGp1CkbVtUGArAS5Yo,13578
|
|
58
|
-
criteo_api_retailmedia_v2024_10/model/balance_response_v2.py,sha256=
|
|
58
|
+
criteo_api_retailmedia_v2024_10/model/balance_response_v2.py,sha256=gD3QeW6gpD5TSYQJoJAoTGPzoLmSdPggaEK8mk7hVaM,16314
|
|
59
59
|
criteo_api_retailmedia_v2024_10/model/balance_response_v2_response.py,sha256=HT1Plpeas-8zuZIN5Sl8b9HNS3pgy1WMPFxbWSes4gw,12398
|
|
60
|
-
criteo_api_retailmedia_v2024_10/model/campaign_attributes_v202301.py,sha256=
|
|
60
|
+
criteo_api_retailmedia_v2024_10/model/campaign_attributes_v202301.py,sha256=7ElX37od8bur5rW-T6NEM29jlqBzfHmJM3SSf_mD3F4,16771
|
|
61
61
|
criteo_api_retailmedia_v2024_10/model/campaign_budget_overrides.py,sha256=kgFxiJwX0QgLEhYgDCVwi0EiL43SDeCCBkfDlNRk8V4,12653
|
|
62
62
|
criteo_api_retailmedia_v2024_10/model/campaign_daily_budget_override.py,sha256=uUdqLwgsh17it5piA8B9zv9nnM0wiRBp23G50dngjv0,12890
|
|
63
63
|
criteo_api_retailmedia_v2024_10/model/campaign_monthly_budget_override.py,sha256=yOXje522rpY8nlKiWedv2FUG6fbfnnEDS0se4uWIlBc,12945
|
|
64
|
-
criteo_api_retailmedia_v2024_10/model/campaign_v202301.py,sha256=
|
|
64
|
+
criteo_api_retailmedia_v2024_10/model/campaign_v202301.py,sha256=Cw5GPcDAed8bwnCE48mPQZ9vSqNg-F-Sb0AMOeN8crs,18952
|
|
65
65
|
criteo_api_retailmedia_v2024_10/model/category202204.py,sha256=0CdzcAz5BPhiZ7QPynemU8LsxaklVQGMDwcxgeCsmrI,11955
|
|
66
66
|
criteo_api_retailmedia_v2024_10/model/category202204_list_response.py,sha256=cdMw0KQd8mYFIKcMZclNFBAjVRMPohjsFzMYY0YJ74Q,12395
|
|
67
67
|
criteo_api_retailmedia_v2024_10/model/change_dates_of_balance_v2.py,sha256=8O9ieOSZjzDYPwXEbxzRLpOEjEV7m0_MKHr1Ue3CmY0,12136
|
|
@@ -88,7 +88,7 @@ criteo_api_retailmedia_v2024_10/model/creative2_response.py,sha256=wQtVj8G18V2fU
|
|
|
88
88
|
criteo_api_retailmedia_v2024_10/model/creative_create_model202207.py,sha256=NNm0AXlOYUXxXvfcfMn8mH5bfOSZMr8yNw5EKoyR6Fs,12972
|
|
89
89
|
criteo_api_retailmedia_v2024_10/model/creative_update_model202207.py,sha256=38YfjK0f3nk4lDWUg-9LxoLzlUfXuxFYCfMzMMB9Gkk,12972
|
|
90
90
|
criteo_api_retailmedia_v2024_10/model/daily_line_item_budget_override.py,sha256=5CduzUcUxsMQFU2Bi_oh_WxjTtaV8TjEN96ODg7xxmc,12847
|
|
91
|
-
criteo_api_retailmedia_v2024_10/model/editable_campaign_attributes_v202301.py,sha256=
|
|
91
|
+
criteo_api_retailmedia_v2024_10/model/editable_campaign_attributes_v202301.py,sha256=FwibBoTThnsz6JlxyIVBJzqjqwYjicN7jTc9YN0YAxM,16117
|
|
92
92
|
criteo_api_retailmedia_v2024_10/model/entity_resource_of_retail_media_account.py,sha256=4Xco0PF7ilCVe7Dn8FBrm7UGK4un5c9J-3KKMj2_uoU,12205
|
|
93
93
|
criteo_api_retailmedia_v2024_10/model/entity_resource_outcome_of_retail_media_account.py,sha256=SBR_YTJGD_mmvFf74-a7ec57lyN_wJNwVasPdQc_2bk,12562
|
|
94
94
|
criteo_api_retailmedia_v2024_10/model/error_code_response.py,sha256=IemIWE9c3QL9uDAdabeaT2n5ZcRyzk95DOAQCefNWQ8,12101
|
|
@@ -102,7 +102,7 @@ criteo_api_retailmedia_v2024_10/model/external_audience_ids_update_model202110.p
|
|
|
102
102
|
criteo_api_retailmedia_v2024_10/model/external_audience_target202110.py,sha256=s3GVmaIjwcws_-Di55WLgSF-0amcAru7kqN8lpydjis,12032
|
|
103
103
|
criteo_api_retailmedia_v2024_10/model/external_brand.py,sha256=o8192l3ODwzeQqz6IeDFhb2oaJ-2DwENNP5qb6f82kM,11518
|
|
104
104
|
criteo_api_retailmedia_v2024_10/model/external_catalog_request.py,sha256=Zsx6vYhTZOkieqFovRWRuz-OXeFbT96WquRVQVS99DE,11870
|
|
105
|
-
criteo_api_retailmedia_v2024_10/model/external_catalog_status.py,sha256=
|
|
105
|
+
criteo_api_retailmedia_v2024_10/model/external_catalog_status.py,sha256=6KkMF5mEvRpb5glY8crPFJr2juorDjTuxcm8eENK1jk,14648
|
|
106
106
|
criteo_api_retailmedia_v2024_10/model/external_common_line_item.py,sha256=7vP0Y4D8mWLPFlIdwyXG8x2MoBcLFi6tMRwyrc4odWE,15134
|
|
107
107
|
criteo_api_retailmedia_v2024_10/model/external_keyword_target202110.py,sha256=izAJPJPYf5YMZ7oYYLUbuA1TTosdDuN-qgd5tsB733M,11802
|
|
108
108
|
criteo_api_retailmedia_v2024_10/model/external_line_item_bid_multipliers_v2.py,sha256=u1JFDGbjFmXsMAJeqiwLunmGHITaoFJC0Z9_2hkBcew,14732
|
|
@@ -117,7 +117,7 @@ criteo_api_retailmedia_v2024_10/model/external_retail_media_brand_account_creati
|
|
|
117
117
|
criteo_api_retailmedia_v2024_10/model/external_retail_media_brands.py,sha256=CvyKCCkqp1eTMCc5ulg-9IDPsbvXkh4gRuP4cuovKeM,11450
|
|
118
118
|
criteo_api_retailmedia_v2024_10/model/external_retail_media_seller.py,sha256=xlKVgQbA-toCdn9jG8kAqowcxV69U-uUl8XZyblNW0Y,11655
|
|
119
119
|
criteo_api_retailmedia_v2024_10/model/external_retail_media_seller_account_creation.py,sha256=mS7sVjZ2Sy1nO05zoYGIVroyfMjIFBvn3r44cIUaTV8,12554
|
|
120
|
-
criteo_api_retailmedia_v2024_10/model/external_retailer.py,sha256=
|
|
120
|
+
criteo_api_retailmedia_v2024_10/model/external_retailer.py,sha256=QPSLvWsrjE5aeNxmdd4DUm73Sytg8kDApViAyGR0oZs,12001
|
|
121
121
|
criteo_api_retailmedia_v2024_10/model/external_retailer_pages202110.py,sha256=mfV_WBZkgB4Jlyxgg32q9Ij7cPNT1jE-ZhtbXy2-Wf4,11533
|
|
122
122
|
criteo_api_retailmedia_v2024_10/model/external_store_ids_update_model202110.py,sha256=1VMcYc5eT-n44cYkU33f_u6mUMJnDWfb571E_dFJ9I4,11614
|
|
123
123
|
criteo_api_retailmedia_v2024_10/model/external_store_target202110.py,sha256=RI1JCQhFJj-8xItefxGtXmjAXS33D-8dBXtsStMvVyU,11978
|
|
@@ -153,7 +153,7 @@ criteo_api_retailmedia_v2024_10/model/keywords_model_response.py,sha256=rygs0fRn
|
|
|
153
153
|
criteo_api_retailmedia_v2024_10/model/line_item_bid_multipliers_v2_request.py,sha256=PSxy522dAME0oaqLsiSUCSruYjWGLQ5kKtcRVUtXrZg,11813
|
|
154
154
|
criteo_api_retailmedia_v2024_10/model/line_item_bid_multipliers_v2_response.py,sha256=D22s5hUIKcMhl-8avEGaepNa2X3_L_Btmyy9CfahUpM,12536
|
|
155
155
|
criteo_api_retailmedia_v2024_10/model/line_item_budget_overrides.py,sha256=8utFfU7MidH3Jx1WZQwf5eCwTL632tKLNij-B2UilHk,12882
|
|
156
|
-
criteo_api_retailmedia_v2024_10/model/line_item_product_status.py,sha256=
|
|
156
|
+
criteo_api_retailmedia_v2024_10/model/line_item_product_status.py,sha256=mfzxb9DEh7HnmntK7hKJZgjLU-uwJ0aSQC0RCGZEasQ,12273
|
|
157
157
|
criteo_api_retailmedia_v2024_10/model/match_type_model.py,sha256=E2n6KYN7ou8als_UTZghyQEDxnTOuSfC1MBABr69DVo,12314
|
|
158
158
|
criteo_api_retailmedia_v2024_10/model/metadata.py,sha256=kprglC0eX2znxyrgF4o_IkKvqVk8DOHzWeNHmlvlAn0,11757
|
|
159
159
|
criteo_api_retailmedia_v2024_10/model/monthly_line_item_budeget_override.py,sha256=ixGIL-dYB3TJmNQiMh_KIUVRLAIncZ6eSvM2_rYiMzE,12948
|
|
@@ -198,9 +198,8 @@ criteo_api_retailmedia_v2024_10/model/resource_outcome.py,sha256=STrxkJFJSKxwLAt
|
|
|
198
198
|
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment.py,sha256=ws3o5cTM2B5arlPmoZ2iYZnkojb6dIDDdZydlzRoK2w,12202
|
|
199
199
|
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment_attributes.py,sha256=ONOLXPvFrlDcJp0Z-zMZGmTvApfQkJ9VrLaNmmm0jyE,12743
|
|
200
200
|
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_amendment_request.py,sha256=E4QSemJUFFO_VROCZdLZ59dHlo6Uj9YvzT2J7d3AXM8,11853
|
|
201
|
-
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation.py,sha256=
|
|
202
|
-
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes.py,sha256=
|
|
203
|
-
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes_attributes.py,sha256=e4HD5wX5KZZpslDXq5bXYCP_VlleyzR0Y8PzE0NXh9A,13974
|
|
201
|
+
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation.py,sha256=iwr3Fn-LxPkn9cbV30XVPeGPDiYiRqbH3B-nc_jvs4c,13021
|
|
202
|
+
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes.py,sha256=k4EOxUMZnYzGDeqCIxN2oUtUjWPsYye330qihm0ygEo,13944
|
|
204
203
|
criteo_api_retailmedia_v2024_10/model/review_state_model.py,sha256=DRxWmVNFjvk5ocj2zyPUIe0g8PrbuxYU_Wue9VzLFio,12558
|
|
205
204
|
criteo_api_retailmedia_v2024_10/model/rm_algebra_node_v1.py,sha256=TZMD4rim1x-ixKEWvd_hxCTCs_wft-mS7QJD3hB-Kvo,12208
|
|
206
205
|
criteo_api_retailmedia_v2024_10/model/rm_audience_entity_v1.py,sha256=hH_NQiaZpaz6NHAJNPre9e_BXq5k0LwRNOJyc_-xxQA,14407
|
|
@@ -278,8 +277,8 @@ criteo_api_retailmedia_v2024_10/model/value_type_resource_of_keyword_target20211
|
|
|
278
277
|
criteo_api_retailmedia_v2024_10/model/value_type_resource_of_store_ids_update_model202110.py,sha256=Di7hT30JxdFLRN54kvDbJkedmmTMhFW396VFB1BBHyg,12052
|
|
279
278
|
criteo_api_retailmedia_v2024_10/model/value_type_resource_of_store_target202110.py,sha256=V1OYLzkp5UKNXSjJKviHnxqzmMGSklBORb1Cxt8kdfM,11970
|
|
280
279
|
criteo_api_retailmedia_v2024_10/model/video_variable_value.py,sha256=WGlfSGhMvyP_vr3YoRGl8H-jLIc8MLpcg0EVDPpy80w,12081
|
|
281
|
-
criteo_api_retailmedia_v2024_10/models/__init__.py,sha256=
|
|
282
|
-
criteo_api_retailmedia_sdk-2024.10.0.
|
|
283
|
-
criteo_api_retailmedia_sdk-2024.10.0.
|
|
284
|
-
criteo_api_retailmedia_sdk-2024.10.0.
|
|
285
|
-
criteo_api_retailmedia_sdk-2024.10.0.
|
|
280
|
+
criteo_api_retailmedia_v2024_10/models/__init__.py,sha256=2ZmTGZtKmoiRS9qcp-ofpW171bz5yTG9GlQOa7kK9ng,29675
|
|
281
|
+
criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info/METADATA,sha256=7u9cz3pNc_yKPzGP43fSZg7KVZeyr1mys-ptLalSSlU,1867
|
|
282
|
+
criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
283
|
+
criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info/top_level.txt,sha256=HR6xhbn8J-YE3VaF4y0PdrS1R4XyNb3CaDqMTibE1ZM,32
|
|
284
|
+
criteo_api_retailmedia_sdk-2024.10.0.250211.dist-info/RECORD,,
|
|
@@ -151,7 +151,7 @@ class CampaignApi(object):
|
|
|
151
151
|
)
|
|
152
152
|
self.append_promoted_products_endpoint = _Endpoint(
|
|
153
153
|
settings={
|
|
154
|
-
'response_type':
|
|
154
|
+
'response_type': (ProductResourceOutcome,),
|
|
155
155
|
'auth': [
|
|
156
156
|
'oauth',
|
|
157
157
|
'oauth'
|
|
@@ -1447,6 +1447,7 @@ class CampaignApi(object):
|
|
|
1447
1447
|
'account_id',
|
|
1448
1448
|
],
|
|
1449
1449
|
'nullable': [
|
|
1450
|
+
'limit_to_type',
|
|
1450
1451
|
],
|
|
1451
1452
|
'enum': [
|
|
1452
1453
|
'limit_to_type',
|
|
@@ -1459,7 +1460,7 @@ class CampaignApi(object):
|
|
|
1459
1460
|
},
|
|
1460
1461
|
'allowed_values': {
|
|
1461
1462
|
('limit_to_type',): {
|
|
1462
|
-
|
|
1463
|
+
'None': None,
|
|
1463
1464
|
"UNKNOWN": "Unknown",
|
|
1464
1465
|
"AUCTION": "Auction",
|
|
1465
1466
|
"PREFERRED": "Preferred"
|
|
@@ -1471,7 +1472,7 @@ class CampaignApi(object):
|
|
|
1471
1472
|
'limit_to_campaign_id':
|
|
1472
1473
|
([str],),
|
|
1473
1474
|
'limit_to_type':
|
|
1474
|
-
(str,),
|
|
1475
|
+
(str, none_type,),
|
|
1475
1476
|
'limit_to_id':
|
|
1476
1477
|
([str],),
|
|
1477
1478
|
'page_index':
|
|
@@ -3799,7 +3800,7 @@ class CampaignApi(object):
|
|
|
3799
3800
|
async_req (bool): execute request asynchronously
|
|
3800
3801
|
|
|
3801
3802
|
Returns:
|
|
3802
|
-
|
|
3803
|
+
ProductResourceOutcome
|
|
3803
3804
|
If the method is called asynchronously, returns the request
|
|
3804
3805
|
thread.
|
|
3805
3806
|
"""
|
|
@@ -5614,7 +5615,7 @@ class CampaignApi(object):
|
|
|
5614
5615
|
|
|
5615
5616
|
Keyword Args:
|
|
5616
5617
|
limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
|
|
5617
|
-
limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
|
|
5618
|
+
limit_to_type (str, none_type): The campaign types that you would like to limit your result set to. [optional]
|
|
5618
5619
|
limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
|
|
5619
5620
|
page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
|
|
5620
5621
|
page_size (int): The maximum number of items you would like to receive in this request. [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/2024.10.0.
|
|
79
|
+
self.user_agent = 'OpenAPI-Generator/2024.10.0.250211/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: 2024-10\n"\
|
|
398
|
-
"SDK Package Version: 2024.10.0.
|
|
398
|
+
"SDK Package Version: 2024.10.0.250211".\
|
|
399
399
|
format(env=sys.platform, pyversion=sys.version)
|
|
400
400
|
|
|
401
401
|
def get_host_settings(self):
|
|
@@ -181,6 +181,10 @@ class AsyncCampaignsReport(ModelNormal):
|
|
|
181
181
|
'VIDEOSTARTINGRATE': "videoStartingRate",
|
|
182
182
|
'VIDEOCPC': "videoCPC",
|
|
183
183
|
'VIDEOCPCV': "videoCPCV",
|
|
184
|
+
'NEWTOBRANDATTRIBUTEDSALES': "newToBrandAttributedSales",
|
|
185
|
+
'NEWTOBRANDATTRIBUTEDSALESRATE': "newToBrandAttributedSalesRate",
|
|
186
|
+
'NEWTOBRANDATTRIBUTEDUNITS': "newToBrandAttributedUnits",
|
|
187
|
+
'NEWTOBRANDATTRIBUTEDUNITSRATE': "newToBrandAttributedUnitsRate",
|
|
184
188
|
'UNIQUEVISITORS': "uniqueVisitors",
|
|
185
189
|
'FREQUENCY': "frequency",
|
|
186
190
|
},
|
|
@@ -181,6 +181,10 @@ class AsyncLineItemsReport(ModelNormal):
|
|
|
181
181
|
'VIDEOSTARTINGRATE': "videoStartingRate",
|
|
182
182
|
'VIDEOCPC': "videoCPC",
|
|
183
183
|
'VIDEOCPCV': "videoCPCV",
|
|
184
|
+
'NEWTOBRANDATTRIBUTEDSALES': "newToBrandAttributedSales",
|
|
185
|
+
'NEWTOBRANDATTRIBUTEDSALESRATE': "newToBrandAttributedSalesRate",
|
|
186
|
+
'NEWTOBRANDATTRIBUTEDUNITS': "newToBrandAttributedUnits",
|
|
187
|
+
'NEWTOBRANDATTRIBUTEDUNITSRATE': "newToBrandAttributedUnitsRate",
|
|
184
188
|
'UNIQUEVISITORS': "uniqueVisitors",
|
|
185
189
|
'FREQUENCY': "frequency",
|
|
186
190
|
},
|
|
@@ -66,10 +66,10 @@ class BalanceResponseV2(ModelNormal):
|
|
|
66
66
|
'OFFSITEAWARENESS': "OffsiteAwareness",
|
|
67
67
|
},
|
|
68
68
|
('private_market_billing_type',): {
|
|
69
|
-
'NOTAPPLICABLE': "
|
|
70
|
-
'BILLBYRETAILER': "
|
|
71
|
-
'BILLBYCRITEO': "
|
|
72
|
-
'UNKNOWN': "
|
|
69
|
+
'NOTAPPLICABLE': "notApplicable",
|
|
70
|
+
'BILLBYRETAILER': "billByRetailer",
|
|
71
|
+
'BILLBYCRITEO': "billByCriteo",
|
|
72
|
+
'UNKNOWN': "unknown",
|
|
73
73
|
},
|
|
74
74
|
('status',): {
|
|
75
75
|
'UNKNOWN': "unknown",
|
|
@@ -67,12 +67,12 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
67
67
|
'UNKNOWN': "unknown",
|
|
68
68
|
},
|
|
69
69
|
('view_attribution_window',): {
|
|
70
|
-
'NONE': "
|
|
71
|
-
'UNKNOWN': "
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'
|
|
70
|
+
'NONE': "none",
|
|
71
|
+
'UNKNOWN': "unknown",
|
|
72
|
+
'1D': "1D",
|
|
73
|
+
'7D': "7D",
|
|
74
|
+
'14D': "14D",
|
|
75
|
+
'30D': "30D",
|
|
76
76
|
},
|
|
77
77
|
('click_attribution_scope',): {
|
|
78
78
|
'None': None,
|
|
@@ -208,7 +208,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
208
208
|
type (str): [optional] if omitted the server will use the default value of "auction" # noqa: E501
|
|
209
209
|
drawable_balance_ids ([str]): [optional] # noqa: E501
|
|
210
210
|
click_attribution_window (str): [optional] if omitted the server will use the default value of "30D" # noqa: E501
|
|
211
|
-
view_attribution_window (str): [optional] if omitted the server will use the default value of "
|
|
211
|
+
view_attribution_window (str): [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
212
212
|
budget (float, none_type): [optional] # noqa: E501
|
|
213
213
|
monthly_pacing (float, none_type): [optional] # noqa: E501
|
|
214
214
|
daily_pacing (float, none_type): [optional] # noqa: E501
|
|
@@ -314,7 +314,7 @@ class CampaignAttributesV202301(ModelNormal):
|
|
|
314
314
|
type (str): [optional] if omitted the server will use the default value of "auction" # noqa: E501
|
|
315
315
|
drawable_balance_ids ([str]): [optional] # noqa: E501
|
|
316
316
|
click_attribution_window (str): [optional] if omitted the server will use the default value of "30D" # noqa: E501
|
|
317
|
-
view_attribution_window (str): [optional] if omitted the server will use the default value of "
|
|
317
|
+
view_attribution_window (str): [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
318
318
|
budget (float, none_type): [optional] # noqa: E501
|
|
319
319
|
monthly_pacing (float, none_type): [optional] # noqa: E501
|
|
320
320
|
daily_pacing (float, none_type): [optional] # noqa: E501
|
|
@@ -74,12 +74,12 @@ class CampaignV202301(ModelNormal):
|
|
|
74
74
|
'UNKNOWN': "unknown",
|
|
75
75
|
},
|
|
76
76
|
('view_attribution_window',): {
|
|
77
|
-
'NONE': "
|
|
78
|
-
'UNKNOWN': "
|
|
79
|
-
'
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'
|
|
77
|
+
'NONE': "none",
|
|
78
|
+
'UNKNOWN': "unknown",
|
|
79
|
+
'1D': "1D",
|
|
80
|
+
'7D': "7D",
|
|
81
|
+
'14D': "14D",
|
|
82
|
+
'30D': "30D",
|
|
83
83
|
},
|
|
84
84
|
('click_attribution_scope',): {
|
|
85
85
|
'None': None,
|
|
@@ -236,7 +236,7 @@ class CampaignV202301(ModelNormal):
|
|
|
236
236
|
type (str): [optional] if omitted the server will use the default value of "auction" # noqa: E501
|
|
237
237
|
drawable_balance_ids ([str]): [optional] # noqa: E501
|
|
238
238
|
click_attribution_window (str): [optional] if omitted the server will use the default value of "30D" # noqa: E501
|
|
239
|
-
view_attribution_window (str): [optional] if omitted the server will use the default value of "
|
|
239
|
+
view_attribution_window (str): [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
240
240
|
budget (float, none_type): [optional] # noqa: E501
|
|
241
241
|
monthly_pacing (float, none_type): [optional] # noqa: E501
|
|
242
242
|
daily_pacing (float, none_type): [optional] # noqa: E501
|
|
@@ -355,7 +355,7 @@ class CampaignV202301(ModelNormal):
|
|
|
355
355
|
type (str): [optional] if omitted the server will use the default value of "auction" # noqa: E501
|
|
356
356
|
drawable_balance_ids ([str]): [optional] # noqa: E501
|
|
357
357
|
click_attribution_window (str): [optional] if omitted the server will use the default value of "30D" # noqa: E501
|
|
358
|
-
view_attribution_window (str): [optional] if omitted the server will use the default value of "
|
|
358
|
+
view_attribution_window (str): [optional] if omitted the server will use the default value of "none" # noqa: E501
|
|
359
359
|
budget (float, none_type): [optional] # noqa: E501
|
|
360
360
|
monthly_pacing (float, none_type): [optional] # noqa: E501
|
|
361
361
|
daily_pacing (float, none_type): [optional] # noqa: E501
|
|
@@ -62,12 +62,12 @@ class EditableCampaignAttributesV202301(ModelNormal):
|
|
|
62
62
|
'UNKNOWN': "unknown",
|
|
63
63
|
},
|
|
64
64
|
('view_attribution_window',): {
|
|
65
|
-
'NONE': "
|
|
66
|
-
'UNKNOWN': "
|
|
67
|
-
'
|
|
68
|
-
'
|
|
69
|
-
'
|
|
70
|
-
'
|
|
65
|
+
'NONE': "none",
|
|
66
|
+
'UNKNOWN': "unknown",
|
|
67
|
+
'1D': "1D",
|
|
68
|
+
'7D': "7D",
|
|
69
|
+
'14D': "14D",
|
|
70
|
+
'30D': "30D",
|
|
71
71
|
},
|
|
72
72
|
('click_attribution_scope',): {
|
|
73
73
|
'None': None,
|
|
@@ -89,7 +89,7 @@ class ExternalCatalogStatus(ModelNormal):
|
|
|
89
89
|
"""
|
|
90
90
|
return {
|
|
91
91
|
'status': (str,), # noqa: E501
|
|
92
|
-
'currency': (str,), # noqa: E501
|
|
92
|
+
'currency': (str, none_type,), # noqa: E501
|
|
93
93
|
'row_count': (int, none_type,), # noqa: E501
|
|
94
94
|
'file_size_bytes': (int, none_type,), # noqa: E501
|
|
95
95
|
'md5_checksum': (str, none_type,), # noqa: E501
|
|
@@ -124,7 +124,7 @@ class ExternalCatalogStatus(ModelNormal):
|
|
|
124
124
|
|
|
125
125
|
Args:
|
|
126
126
|
status (str): An enumeration of the status of the catalog.
|
|
127
|
-
currency (str): An ISO4217 representation of the currency products are listed under in this catalog.
|
|
127
|
+
currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
|
|
128
128
|
row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.
|
|
129
129
|
file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
|
|
130
130
|
md5_checksum (str, none_type): An MD5 checksum of the catalog for use in confirming complete and uncorrupted retrieval. Available when this catalog reaches a success status.
|
|
@@ -225,7 +225,7 @@ class ExternalCatalogStatus(ModelNormal):
|
|
|
225
225
|
|
|
226
226
|
Args:
|
|
227
227
|
status (str): An enumeration of the status of the catalog.
|
|
228
|
-
currency (str): An ISO4217 representation of the currency products are listed under in this catalog.
|
|
228
|
+
currency (str, none_type): An ISO4217 representation of the currency products are listed under in this catalog.
|
|
229
229
|
row_count (int, none_type): An indication of the number of products contained in this catalog. Available when this catalog reaches a success status.
|
|
230
230
|
file_size_bytes (int, none_type): The size of this catalog in bytes. Available when this catalog reaches a success status.
|
|
231
231
|
md5_checksum (str, none_type): An MD5 checksum of the catalog for use in confirming complete and uncorrupted retrieval. Available when this catalog reaches a success status.
|
|
@@ -52,9 +52,9 @@ class LineItemProductStatus(ModelSimple):
|
|
|
52
52
|
|
|
53
53
|
allowed_values = {
|
|
54
54
|
('value',): {
|
|
55
|
-
'UNKNOWN': "
|
|
56
|
-
'ACTIVE': "
|
|
57
|
-
'PAUSED': "
|
|
55
|
+
'UNKNOWN': "unknown",
|
|
56
|
+
'ACTIVE': "active",
|
|
57
|
+
'PAUSED': "paused",
|
|
58
58
|
},
|
|
59
59
|
}
|
|
60
60
|
|
|
@@ -106,10 +106,10 @@ class LineItemProductStatus(ModelSimple):
|
|
|
106
106
|
Note that value can be passed either in args or in kwargs, but not in both.
|
|
107
107
|
|
|
108
108
|
Args:
|
|
109
|
-
args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["
|
|
109
|
+
args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
|
|
110
110
|
|
|
111
111
|
Keyword Args:
|
|
112
|
-
value (str): The status of a promoted product in the context of the line item.., must be one of ["
|
|
112
|
+
value (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
|
|
113
113
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
114
114
|
will be type checked and a TypeError will be
|
|
115
115
|
raised if the wrong type is input.
|
|
@@ -200,10 +200,10 @@ class LineItemProductStatus(ModelSimple):
|
|
|
200
200
|
Note that value can be passed either in args or in kwargs, but not in both.
|
|
201
201
|
|
|
202
202
|
Args:
|
|
203
|
-
args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["
|
|
203
|
+
args[0] (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
|
|
204
204
|
|
|
205
205
|
Keyword Args:
|
|
206
|
-
value (str): The status of a promoted product in the context of the line item.., must be one of ["
|
|
206
|
+
value (str): The status of a promoted product in the context of the line item.., must be one of ["unknown", "active", "paused", ] # noqa: E501
|
|
207
207
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
208
208
|
will be type checked and a TypeError will be
|
|
209
209
|
raised if the wrong type is input.
|
|
@@ -94,6 +94,7 @@ class RetailMediaContactlistOperation(ModelNormal):
|
|
|
94
94
|
'data': (RetailMediaContactlistOperationResponseAttributes,), # noqa: E501
|
|
95
95
|
'errors': ([AudienceError],), # noqa: E501
|
|
96
96
|
'warnings': ([AudienceWarning],), # noqa: E501
|
|
97
|
+
'type': (str, none_type,), # noqa: E501
|
|
97
98
|
}
|
|
98
99
|
|
|
99
100
|
@cached_property
|
|
@@ -105,6 +106,7 @@ class RetailMediaContactlistOperation(ModelNormal):
|
|
|
105
106
|
'data': 'data', # noqa: E501
|
|
106
107
|
'errors': 'errors', # noqa: E501
|
|
107
108
|
'warnings': 'warnings', # noqa: E501
|
|
109
|
+
'type': 'type', # noqa: E501
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
read_only_vars = {
|
|
@@ -153,6 +155,7 @@ class RetailMediaContactlistOperation(ModelNormal):
|
|
|
153
155
|
Animal class but this time we won't travel
|
|
154
156
|
through its discriminator because we passed in
|
|
155
157
|
_visited_composed_classes = (Animal,)
|
|
158
|
+
type (str, none_type): the name of the entity type. [optional] # noqa: E501
|
|
156
159
|
"""
|
|
157
160
|
|
|
158
161
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -246,6 +249,7 @@ class RetailMediaContactlistOperation(ModelNormal):
|
|
|
246
249
|
Animal class but this time we won't travel
|
|
247
250
|
through its discriminator because we passed in
|
|
248
251
|
_visited_composed_classes = (Animal,)
|
|
252
|
+
type (str, none_type): the name of the entity type. [optional] # noqa: E501
|
|
249
253
|
"""
|
|
250
254
|
|
|
251
255
|
_check_type = kwargs.pop('_check_type', True)
|
criteo_api_retailmedia_v2024_10/model/retail_media_contactlist_operation_response_attributes.py
CHANGED
|
@@ -29,10 +29,6 @@ from criteo_api_retailmedia_v2024_10.model_utils import ( # noqa: F401
|
|
|
29
29
|
from criteo_api_retailmedia_v2024_10.exceptions import ApiAttributeError
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
def lazy_import():
|
|
33
|
-
from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_operation_response_attributes_attributes import RetailMediaContactlistOperationResponseAttributesAttributes
|
|
34
|
-
globals()['RetailMediaContactlistOperationResponseAttributesAttributes'] = RetailMediaContactlistOperationResponseAttributesAttributes
|
|
35
|
-
|
|
36
32
|
|
|
37
33
|
class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
38
34
|
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -70,7 +66,6 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
70
66
|
This must be a method because a model may have properties that are
|
|
71
67
|
of type self, this must run after the class is loaded
|
|
72
68
|
"""
|
|
73
|
-
lazy_import()
|
|
74
69
|
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
75
70
|
|
|
76
71
|
_nullable = False
|
|
@@ -85,10 +80,14 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
85
80
|
openapi_types (dict): The key is attribute name
|
|
86
81
|
and the value is attribute type.
|
|
87
82
|
"""
|
|
88
|
-
lazy_import()
|
|
89
83
|
return {
|
|
90
|
-
'
|
|
91
|
-
'
|
|
84
|
+
'contact_list_id': (int,), # noqa: E501
|
|
85
|
+
'operation': (str,), # noqa: E501
|
|
86
|
+
'request_date': (datetime,), # noqa: E501
|
|
87
|
+
'identifier_type': (str, none_type,), # noqa: E501
|
|
88
|
+
'nb_invalid_identifiers': (int, none_type,), # noqa: E501
|
|
89
|
+
'nb_valid_identifiers': (int, none_type,), # noqa: E501
|
|
90
|
+
'sample_invalid_identifiers': ([str], none_type,), # noqa: E501
|
|
92
91
|
}
|
|
93
92
|
|
|
94
93
|
@cached_property
|
|
@@ -97,8 +96,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
97
96
|
|
|
98
97
|
|
|
99
98
|
attribute_map = {
|
|
100
|
-
'
|
|
101
|
-
'
|
|
99
|
+
'contact_list_id': 'contactListId', # noqa: E501
|
|
100
|
+
'operation': 'operation', # noqa: E501
|
|
101
|
+
'request_date': 'requestDate', # noqa: E501
|
|
102
|
+
'identifier_type': 'identifierType', # noqa: E501
|
|
103
|
+
'nb_invalid_identifiers': 'nbInvalidIdentifiers', # noqa: E501
|
|
104
|
+
'nb_valid_identifiers': 'nbValidIdentifiers', # noqa: E501
|
|
105
|
+
'sample_invalid_identifiers': 'sampleInvalidIdentifiers', # noqa: E501
|
|
102
106
|
}
|
|
103
107
|
|
|
104
108
|
read_only_vars = {
|
|
@@ -108,12 +112,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
108
112
|
|
|
109
113
|
@classmethod
|
|
110
114
|
@convert_js_args_to_python_args
|
|
111
|
-
def _from_openapi_data(cls,
|
|
115
|
+
def _from_openapi_data(cls, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
|
|
112
116
|
"""RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
|
|
113
117
|
|
|
114
118
|
Args:
|
|
115
|
-
|
|
116
|
-
|
|
119
|
+
contact_list_id (int): The affected user list id
|
|
120
|
+
operation (str): The action recorded
|
|
121
|
+
request_date (datetime): When the action was recorded
|
|
117
122
|
|
|
118
123
|
Keyword Args:
|
|
119
124
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -146,6 +151,10 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
146
151
|
Animal class but this time we won't travel
|
|
147
152
|
through its discriminator because we passed in
|
|
148
153
|
_visited_composed_classes = (Animal,)
|
|
154
|
+
identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
|
|
155
|
+
nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
|
|
156
|
+
nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
|
|
157
|
+
sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
|
|
149
158
|
"""
|
|
150
159
|
|
|
151
160
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -177,8 +186,9 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
177
186
|
self._configuration = _configuration
|
|
178
187
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
179
188
|
|
|
180
|
-
self.
|
|
181
|
-
self.
|
|
189
|
+
self.contact_list_id = contact_list_id
|
|
190
|
+
self.operation = operation
|
|
191
|
+
self.request_date = request_date
|
|
182
192
|
for var_name, var_value in kwargs.items():
|
|
183
193
|
if var_name not in self.attribute_map and \
|
|
184
194
|
self._configuration is not None and \
|
|
@@ -199,12 +209,13 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
199
209
|
])
|
|
200
210
|
|
|
201
211
|
@convert_js_args_to_python_args
|
|
202
|
-
def __init__(self,
|
|
212
|
+
def __init__(self, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
|
|
203
213
|
"""RetailMediaContactlistOperationResponseAttributes - a model defined in OpenAPI
|
|
204
214
|
|
|
205
215
|
Args:
|
|
206
|
-
|
|
207
|
-
|
|
216
|
+
contact_list_id (int): The affected user list id
|
|
217
|
+
operation (str): The action recorded
|
|
218
|
+
request_date (datetime): When the action was recorded
|
|
208
219
|
|
|
209
220
|
Keyword Args:
|
|
210
221
|
_check_type (bool): if True, values for parameters in openapi_types
|
|
@@ -237,6 +248,10 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
237
248
|
Animal class but this time we won't travel
|
|
238
249
|
through its discriminator because we passed in
|
|
239
250
|
_visited_composed_classes = (Animal,)
|
|
251
|
+
identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
|
|
252
|
+
nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
|
|
253
|
+
nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
|
|
254
|
+
sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
|
|
240
255
|
"""
|
|
241
256
|
|
|
242
257
|
_check_type = kwargs.pop('_check_type', True)
|
|
@@ -266,8 +281,9 @@ class RetailMediaContactlistOperationResponseAttributes(ModelNormal):
|
|
|
266
281
|
self._configuration = _configuration
|
|
267
282
|
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
268
283
|
|
|
269
|
-
self.
|
|
270
|
-
self.
|
|
284
|
+
self.contact_list_id = contact_list_id
|
|
285
|
+
self.operation = operation
|
|
286
|
+
self.request_date = request_date
|
|
271
287
|
for var_name, var_value in kwargs.items():
|
|
272
288
|
if var_name not in self.attribute_map and \
|
|
273
289
|
self._configuration is not None and \
|
|
@@ -191,7 +191,6 @@ from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_amendment_at
|
|
|
191
191
|
from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_amendment_request import RetailMediaContactlistAmendmentRequest
|
|
192
192
|
from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_operation import RetailMediaContactlistOperation
|
|
193
193
|
from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_operation_response_attributes import RetailMediaContactlistOperationResponseAttributes
|
|
194
|
-
from criteo_api_retailmedia_v2024_10.model.retail_media_contactlist_operation_response_attributes_attributes import RetailMediaContactlistOperationResponseAttributesAttributes
|
|
195
194
|
from criteo_api_retailmedia_v2024_10.model.review_state_model import ReviewStateModel
|
|
196
195
|
from criteo_api_retailmedia_v2024_10.model.rm_algebra_node_v1 import RmAlgebraNodeV1
|
|
197
196
|
from criteo_api_retailmedia_v2024_10.model.rm_audience_entity_v1 import RmAudienceEntityV1
|
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Criteo API
|
|
3
|
-
|
|
4
|
-
Criteo API - RetailMedia # noqa: E501
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: 2024-10
|
|
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_v2024_10.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_v2024_10.exceptions import ApiAttributeError
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
class RetailMediaContactlistOperationResponseAttributesAttributes(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
|
-
'contact_list_id': (int,), # noqa: E501
|
|
85
|
-
'operation': (str,), # noqa: E501
|
|
86
|
-
'request_date': (datetime,), # noqa: E501
|
|
87
|
-
'identifier_type': (str, none_type,), # noqa: E501
|
|
88
|
-
'nb_invalid_identifiers': (int, none_type,), # noqa: E501
|
|
89
|
-
'nb_valid_identifiers': (int, none_type,), # noqa: E501
|
|
90
|
-
'sample_invalid_identifiers': ([str], none_type,), # noqa: E501
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@cached_property
|
|
94
|
-
def discriminator():
|
|
95
|
-
return None
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
attribute_map = {
|
|
99
|
-
'contact_list_id': 'contactListId', # noqa: E501
|
|
100
|
-
'operation': 'operation', # noqa: E501
|
|
101
|
-
'request_date': 'requestDate', # noqa: E501
|
|
102
|
-
'identifier_type': 'identifierType', # noqa: E501
|
|
103
|
-
'nb_invalid_identifiers': 'nbInvalidIdentifiers', # noqa: E501
|
|
104
|
-
'nb_valid_identifiers': 'nbValidIdentifiers', # noqa: E501
|
|
105
|
-
'sample_invalid_identifiers': 'sampleInvalidIdentifiers', # noqa: E501
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
read_only_vars = {
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
_composed_schemas = {}
|
|
112
|
-
|
|
113
|
-
@classmethod
|
|
114
|
-
@convert_js_args_to_python_args
|
|
115
|
-
def _from_openapi_data(cls, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
|
|
116
|
-
"""RetailMediaContactlistOperationResponseAttributesAttributes - a model defined in OpenAPI
|
|
117
|
-
|
|
118
|
-
Args:
|
|
119
|
-
contact_list_id (int): The affected user list id
|
|
120
|
-
operation (str): The action recorded
|
|
121
|
-
request_date (datetime): When the action was recorded
|
|
122
|
-
|
|
123
|
-
Keyword Args:
|
|
124
|
-
_check_type (bool): if True, values for parameters in openapi_types
|
|
125
|
-
will be type checked and a TypeError will be
|
|
126
|
-
raised if the wrong type is input.
|
|
127
|
-
Defaults to True
|
|
128
|
-
_path_to_item (tuple/list): This is a list of keys or values to
|
|
129
|
-
drill down to the model in received_data
|
|
130
|
-
when deserializing a response
|
|
131
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
132
|
-
are serialized names, as specified in the OpenAPI document.
|
|
133
|
-
False if the variable names in the input data
|
|
134
|
-
are pythonic names, e.g. snake case (default)
|
|
135
|
-
_configuration (Configuration): the instance to use when
|
|
136
|
-
deserializing a file_type parameter.
|
|
137
|
-
If passed, type conversion is attempted
|
|
138
|
-
If omitted no type conversion is done.
|
|
139
|
-
_visited_composed_classes (tuple): This stores a tuple of
|
|
140
|
-
classes that we have traveled through so that
|
|
141
|
-
if we see that class again we will not use its
|
|
142
|
-
discriminator again.
|
|
143
|
-
When traveling through a discriminator, the
|
|
144
|
-
composed schema that is
|
|
145
|
-
is traveled through is added to this set.
|
|
146
|
-
For example if Animal has a discriminator
|
|
147
|
-
petType and we pass in "Dog", and the class Dog
|
|
148
|
-
allOf includes Animal, we move through Animal
|
|
149
|
-
once using the discriminator, and pick Dog.
|
|
150
|
-
Then in Dog, we will make an instance of the
|
|
151
|
-
Animal class but this time we won't travel
|
|
152
|
-
through its discriminator because we passed in
|
|
153
|
-
_visited_composed_classes = (Animal,)
|
|
154
|
-
identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
|
|
155
|
-
nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
|
|
156
|
-
nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
|
|
157
|
-
sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
|
|
158
|
-
"""
|
|
159
|
-
|
|
160
|
-
_check_type = kwargs.pop('_check_type', True)
|
|
161
|
-
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
162
|
-
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
163
|
-
_configuration = kwargs.pop('_configuration', None)
|
|
164
|
-
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
165
|
-
|
|
166
|
-
self = super(OpenApiModel, cls).__new__(cls)
|
|
167
|
-
|
|
168
|
-
if args:
|
|
169
|
-
for arg in args:
|
|
170
|
-
if isinstance(arg, dict):
|
|
171
|
-
kwargs.update(arg)
|
|
172
|
-
else:
|
|
173
|
-
raise ApiTypeError(
|
|
174
|
-
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
175
|
-
args,
|
|
176
|
-
self.__class__.__name__,
|
|
177
|
-
),
|
|
178
|
-
path_to_item=_path_to_item,
|
|
179
|
-
valid_classes=(self.__class__,),
|
|
180
|
-
)
|
|
181
|
-
|
|
182
|
-
self._data_store = {}
|
|
183
|
-
self._check_type = _check_type
|
|
184
|
-
self._spec_property_naming = _spec_property_naming
|
|
185
|
-
self._path_to_item = _path_to_item
|
|
186
|
-
self._configuration = _configuration
|
|
187
|
-
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
188
|
-
|
|
189
|
-
self.contact_list_id = contact_list_id
|
|
190
|
-
self.operation = operation
|
|
191
|
-
self.request_date = request_date
|
|
192
|
-
for var_name, var_value in kwargs.items():
|
|
193
|
-
if var_name not in self.attribute_map and \
|
|
194
|
-
self._configuration is not None and \
|
|
195
|
-
self._configuration.discard_unknown_keys and \
|
|
196
|
-
self.additional_properties_type is None:
|
|
197
|
-
# discard variable.
|
|
198
|
-
continue
|
|
199
|
-
setattr(self, var_name, var_value)
|
|
200
|
-
return self
|
|
201
|
-
|
|
202
|
-
required_properties = set([
|
|
203
|
-
'_data_store',
|
|
204
|
-
'_check_type',
|
|
205
|
-
'_spec_property_naming',
|
|
206
|
-
'_path_to_item',
|
|
207
|
-
'_configuration',
|
|
208
|
-
'_visited_composed_classes',
|
|
209
|
-
])
|
|
210
|
-
|
|
211
|
-
@convert_js_args_to_python_args
|
|
212
|
-
def __init__(self, contact_list_id, operation, request_date, *args, **kwargs): # noqa: E501
|
|
213
|
-
"""RetailMediaContactlistOperationResponseAttributesAttributes - a model defined in OpenAPI
|
|
214
|
-
|
|
215
|
-
Args:
|
|
216
|
-
contact_list_id (int): The affected user list id
|
|
217
|
-
operation (str): The action recorded
|
|
218
|
-
request_date (datetime): When the action was recorded
|
|
219
|
-
|
|
220
|
-
Keyword Args:
|
|
221
|
-
_check_type (bool): if True, values for parameters in openapi_types
|
|
222
|
-
will be type checked and a TypeError will be
|
|
223
|
-
raised if the wrong type is input.
|
|
224
|
-
Defaults to True
|
|
225
|
-
_path_to_item (tuple/list): This is a list of keys or values to
|
|
226
|
-
drill down to the model in received_data
|
|
227
|
-
when deserializing a response
|
|
228
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
229
|
-
are serialized names, as specified in the OpenAPI document.
|
|
230
|
-
False if the variable names in the input data
|
|
231
|
-
are pythonic names, e.g. snake case (default)
|
|
232
|
-
_configuration (Configuration): the instance to use when
|
|
233
|
-
deserializing a file_type parameter.
|
|
234
|
-
If passed, type conversion is attempted
|
|
235
|
-
If omitted no type conversion is done.
|
|
236
|
-
_visited_composed_classes (tuple): This stores a tuple of
|
|
237
|
-
classes that we have traveled through so that
|
|
238
|
-
if we see that class again we will not use its
|
|
239
|
-
discriminator again.
|
|
240
|
-
When traveling through a discriminator, the
|
|
241
|
-
composed schema that is
|
|
242
|
-
is traveled through is added to this set.
|
|
243
|
-
For example if Animal has a discriminator
|
|
244
|
-
petType and we pass in "Dog", and the class Dog
|
|
245
|
-
allOf includes Animal, we move through Animal
|
|
246
|
-
once using the discriminator, and pick Dog.
|
|
247
|
-
Then in Dog, we will make an instance of the
|
|
248
|
-
Animal class but this time we won't travel
|
|
249
|
-
through its discriminator because we passed in
|
|
250
|
-
_visited_composed_classes = (Animal,)
|
|
251
|
-
identifier_type (str, none_type): The schema specified for of the identifiers. [optional] # noqa: E501
|
|
252
|
-
nb_invalid_identifiers (int, none_type): How many identifiers were invalid for the specified schema. [optional] # noqa: E501
|
|
253
|
-
nb_valid_identifiers (int, none_type): How many identifiers were valid for the specified schema. [optional] # noqa: E501
|
|
254
|
-
sample_invalid_identifiers ([str], none_type): A sample of invalid identifiers if there is some. [optional] # noqa: E501
|
|
255
|
-
"""
|
|
256
|
-
|
|
257
|
-
_check_type = kwargs.pop('_check_type', True)
|
|
258
|
-
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
259
|
-
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
260
|
-
_configuration = kwargs.pop('_configuration', None)
|
|
261
|
-
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
262
|
-
|
|
263
|
-
if args:
|
|
264
|
-
for arg in args:
|
|
265
|
-
if isinstance(arg, dict):
|
|
266
|
-
kwargs.update(arg)
|
|
267
|
-
else:
|
|
268
|
-
raise ApiTypeError(
|
|
269
|
-
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
270
|
-
args,
|
|
271
|
-
self.__class__.__name__,
|
|
272
|
-
),
|
|
273
|
-
path_to_item=_path_to_item,
|
|
274
|
-
valid_classes=(self.__class__,),
|
|
275
|
-
)
|
|
276
|
-
|
|
277
|
-
self._data_store = {}
|
|
278
|
-
self._check_type = _check_type
|
|
279
|
-
self._spec_property_naming = _spec_property_naming
|
|
280
|
-
self._path_to_item = _path_to_item
|
|
281
|
-
self._configuration = _configuration
|
|
282
|
-
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
283
|
-
|
|
284
|
-
self.contact_list_id = contact_list_id
|
|
285
|
-
self.operation = operation
|
|
286
|
-
self.request_date = request_date
|
|
287
|
-
for var_name, var_value in kwargs.items():
|
|
288
|
-
if var_name not in self.attribute_map and \
|
|
289
|
-
self._configuration is not None and \
|
|
290
|
-
self._configuration.discard_unknown_keys and \
|
|
291
|
-
self.additional_properties_type is None:
|
|
292
|
-
# discard variable.
|
|
293
|
-
continue
|
|
294
|
-
setattr(self, var_name, var_value)
|
|
295
|
-
if var_name in self.read_only_vars:
|
|
296
|
-
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
297
|
-
f"class with read only attributes.")
|
|
File without changes
|