criteo-api-marketingsolutions-sdk 0.0.250911__py3-none-any.whl → 0.0.251009__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.
- criteo_api_marketingsolutions_preview/__init__.py +1 -1
- criteo_api_marketingsolutions_preview/api/advertiser_api.py +15 -21
- criteo_api_marketingsolutions_preview/api/analytics_api.py +16 -62
- criteo_api_marketingsolutions_preview/api/audience_api.py +27 -94
- criteo_api_marketingsolutions_preview/api/campaign_api.py +263 -415
- criteo_api_marketingsolutions_preview/api/catalog_api.py +0 -1
- criteo_api_marketingsolutions_preview/api/creative_api.py +22 -63
- criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py +7 -10
- criteo_api_marketingsolutions_preview/api/reco_api.py +10 -32
- criteo_api_marketingsolutions_preview/api_client.py +4 -4
- criteo_api_marketingsolutions_preview/configuration.py +1 -1
- criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +12 -12
- criteo_api_marketingsolutions_preview/model/adaptive_colors.py +1 -1
- criteo_api_marketingsolutions_preview/model/{error_description.py → adaptive_read_attributes.py} +76 -25
- criteo_api_marketingsolutions_preview/model/{error_code_response.py → creative_read.py} +66 -20
- criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py +12 -8
- criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
- criteo_api_marketingsolutions_preview/model/outcome.py +16 -5
- criteo_api_marketingsolutions_preview/model/placements_report_query_message.py +12 -8
- criteo_api_marketingsolutions_preview/model/{resource_collection_outcome_of_creative.py → resource_collection_outcome_of_creative_read.py} +8 -8
- criteo_api_marketingsolutions_preview/model/{api_error_response.py → resource_of_creative_read.py} +17 -11
- criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py +248 -8
- criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py +12 -8
- criteo_api_marketingsolutions_preview/models/__init__.py +4 -5
- {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.251009.dist-info}/METADATA +3 -3
- {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.251009.dist-info}/RECORD +28 -29
- criteo_api_marketingsolutions_preview/model/fail_response.py +0 -283
- {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.251009.dist-info}/WHEEL +0 -0
- {criteo_api_marketingsolutions_sdk-0.0.250911.dist-info → criteo_api_marketingsolutions_sdk-0.0.251009.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
criteo_api_marketingsolutions_preview/__init__.py,sha256=
|
|
2
|
-
criteo_api_marketingsolutions_preview/api_client.py,sha256=
|
|
1
|
+
criteo_api_marketingsolutions_preview/__init__.py,sha256=4csuG9edmrs61MghP98mWaYdDra42J-JIp9Lwaa47Js,1107
|
|
2
|
+
criteo_api_marketingsolutions_preview/api_client.py,sha256=C7BpQa4G3soSMOtfZjMqEs9vLS7yHqtmdwOb4osdEMY,39242
|
|
3
3
|
criteo_api_marketingsolutions_preview/api_client_builder.py,sha256=2W-j9f5re32PZooV4BngIi3AvmOOpKl7SAEQc6FXVWg,1525
|
|
4
|
-
criteo_api_marketingsolutions_preview/configuration.py,sha256=
|
|
4
|
+
criteo_api_marketingsolutions_preview/configuration.py,sha256=yN2dxogxNGoiixm7DUwNgfrLiaNTEAMaQdIna6QZa0o,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
|
|
@@ -10,15 +10,15 @@ criteo_api_marketingsolutions_preview/flow_constants.py,sha256=Ib8P11y_f2GCzYFOR
|
|
|
10
10
|
criteo_api_marketingsolutions_preview/model_utils.py,sha256=unHlrTjCtAWUa5xetk4e6oY8I8hZKt5J8IDbG3Ag0Nw,82578
|
|
11
11
|
criteo_api_marketingsolutions_preview/rest.py,sha256=gXk-QrNdnVj2c-M_oZYB3_KqFfbUh7fkSuaCS_u2UJc,14255
|
|
12
12
|
criteo_api_marketingsolutions_preview/api/__init__.py,sha256=pyzFTbyUcV2DhfsX0qU5ScOa78505IDsd_KbkUsVXm0,244
|
|
13
|
-
criteo_api_marketingsolutions_preview/api/advertiser_api.py,sha256=
|
|
14
|
-
criteo_api_marketingsolutions_preview/api/analytics_api.py,sha256=
|
|
15
|
-
criteo_api_marketingsolutions_preview/api/audience_api.py,sha256=
|
|
16
|
-
criteo_api_marketingsolutions_preview/api/campaign_api.py,sha256=
|
|
17
|
-
criteo_api_marketingsolutions_preview/api/catalog_api.py,sha256=
|
|
18
|
-
criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=
|
|
13
|
+
criteo_api_marketingsolutions_preview/api/advertiser_api.py,sha256=E15ZILhJ9eq-H8l02ZdNvYXhNZY_vCCfuCoTsKz_kzs,15910
|
|
14
|
+
criteo_api_marketingsolutions_preview/api/analytics_api.py,sha256=6r5IyKAIta4VX-TabHnNfC8w-aTfgIusTOYD8WMFSzA,67936
|
|
15
|
+
criteo_api_marketingsolutions_preview/api/audience_api.py,sha256=uTtCvXDXaU4jFx5ZDp7Y28_UMf_3gQvRppDwd_p7ihE,107309
|
|
16
|
+
criteo_api_marketingsolutions_preview/api/campaign_api.py,sha256=QUN9PJ2kjKtnhlLD1kEnhVybXUBfCqyM4CyrlJDT9NE,210274
|
|
17
|
+
criteo_api_marketingsolutions_preview/api/catalog_api.py,sha256=cE7sPtFWVRJ9FVW6bNg6SHe1vGsXpLialexflLswn3U,17802
|
|
18
|
+
criteo_api_marketingsolutions_preview/api/creative_api.py,sha256=tba29l8_BFPoq3A_rhb4LiKjn3idTG7zssvfwy_cSyw,95798
|
|
19
19
|
criteo_api_marketingsolutions_preview/api/gateway_api.py,sha256=B0zwh8HH7a3d5mVIdHLCFvR6fCeZb4i-eRG2JQrV2JY,5728
|
|
20
|
-
criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py,sha256=
|
|
21
|
-
criteo_api_marketingsolutions_preview/api/reco_api.py,sha256=
|
|
20
|
+
criteo_api_marketingsolutions_preview/api/on_site_recommendation_api.py,sha256=hEqivHFn_gy_OI2jafvtwQe_N1w7QTH5sl6TF_r439Y,6227
|
|
21
|
+
criteo_api_marketingsolutions_preview/api/reco_api.py,sha256=nEnAFO4InvXxyloVXQH7ROFHxG4dI9lx-duo7FJytoY,43464
|
|
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=RbG7etlCZ5oy0x9-fl2suB94HnJhe15-KDccYTyAcSo,14468
|
|
@@ -55,12 +55,12 @@ criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_r
|
|
|
55
55
|
criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_resource.py,sha256=E8AYTEjOMpOjhHyB5owW_7NSNnLKBNXbZwMd8vdVZ2c,12066
|
|
56
56
|
criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning_set_result_response.py,sha256=nBw0vi2g-853B0b15dNtWxQ2nqAq0U48RZPOR51QCDA,12775
|
|
57
57
|
criteo_api_marketingsolutions_preview/model/ad_write.py,sha256=fg6Fo3fhu13dj_P8G3zGJ57NsLYQM2HKxmP0RaZACtE,14247
|
|
58
|
-
criteo_api_marketingsolutions_preview/model/adaptive_attributes.py,sha256=
|
|
59
|
-
criteo_api_marketingsolutions_preview/model/adaptive_colors.py,sha256=
|
|
58
|
+
criteo_api_marketingsolutions_preview/model/adaptive_attributes.py,sha256=btshQyHYMyiJeqsWBghpNU9s5cn-Uthm4S_BAhsbjfQ,17459
|
|
59
|
+
criteo_api_marketingsolutions_preview/model/adaptive_colors.py,sha256=9YgFXS38X47yktwaquTdNdjHhUt_yDDifQCN5vL7-6M,14295
|
|
60
|
+
criteo_api_marketingsolutions_preview/model/adaptive_read_attributes.py,sha256=NBEpeDwTV7VSMZRJr3qgdCXbYZ2rvWE9jXiGx80SDaI,17213
|
|
60
61
|
criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py,sha256=hCycLu8grA4dztSdRvIyAdMzSYSJblPMdAVaLLqNkOY,17632
|
|
61
62
|
criteo_api_marketingsolutions_preview/model/advertiser_dataset_list_response.py,sha256=5lLCNaOzha-smdklFd7wnHk-rm2pixvMKiBeGv3Wqrg,13499
|
|
62
63
|
criteo_api_marketingsolutions_preview/model/algebra_node_v1.py,sha256=W7PZ8q8Quq-DmoC7zH7K1swmZ0RLVVVrXu7tk1oTA8Q,12202
|
|
63
|
-
criteo_api_marketingsolutions_preview/model/api_error_response.py,sha256=mmgOeR6xQfw-uu0vMRviXl2JwJf6pSJutD-JM-Qs1-8,11746
|
|
64
64
|
criteo_api_marketingsolutions_preview/model/api_request_of_targeting_entity.py,sha256=ywrtI_GR3Zs9OefFI32BIoFwQ7zVoMFdvTO6kyea4vA,11797
|
|
65
65
|
criteo_api_marketingsolutions_preview/model/api_response_of_targeting_entity.py,sha256=N1iKCeViJHLui4QOVi8Qvh41bvfd5uQdYHg5NTMY8bA,11800
|
|
66
66
|
criteo_api_marketingsolutions_preview/model/application_summary_model.py,sha256=_Dj5J9hNXc-HoPpSdpIob6184-umyT1tMMEeCb0wav0,12496
|
|
@@ -175,6 +175,7 @@ criteo_api_marketingsolutions_preview/model/create_image_slide.py,sha256=Gse-oTj
|
|
|
175
175
|
criteo_api_marketingsolutions_preview/model/create_product_filter_request.py,sha256=pnOV--AGnfgqkZlyM4xkMSK8J5fh0LxqkFZ7PY6rrQk,11523
|
|
176
176
|
criteo_api_marketingsolutions_preview/model/create_product_set_request.py,sha256=X65uj9iPm0ZV3rqVAYIM9ucJFFR28tMkQknaHl7w5js,12300
|
|
177
177
|
criteo_api_marketingsolutions_preview/model/creative.py,sha256=A3SxCjds2m3TOAvkTFjeTocqFGkLH7GCoScqVAc3xRg,15438
|
|
178
|
+
criteo_api_marketingsolutions_preview/model/creative_read.py,sha256=rvIhflN72iyi-6JENI83XgZXEKlzHgtTwDmbx7CXSUA,15180
|
|
178
179
|
criteo_api_marketingsolutions_preview/model/creative_write.py,sha256=G26KI5wwtZG8QwEqIKSxw8H4BGdW5g1916yZzEUO9Y0,14771
|
|
179
180
|
criteo_api_marketingsolutions_preview/model/criteo_api_error.py,sha256=jrsz8X8TY6NyY-pI9f8Jbp2q4_VRFHKZb-TSqPMa3jk,14529
|
|
180
181
|
criteo_api_marketingsolutions_preview/model/criteo_api_warning.py,sha256=EAYQ3KOaXIyssbEowP9Q6V84T-Rn6oXlYins97vhRKw,14104
|
|
@@ -190,17 +191,14 @@ criteo_api_marketingsolutions_preview/model/entity_of_portfolio_message.py,sha25
|
|
|
190
191
|
criteo_api_marketingsolutions_preview/model/entity_v2_of_dataset.py,sha256=HN0FmyARvBH9sPVEICGf_8UuekwsnZSIhydnVRUSnO4,12960
|
|
191
192
|
criteo_api_marketingsolutions_preview/model/entity_v2_of_object.py,sha256=KCGnNFmDIJXStSQStNf-Q2JltOVBElUkBMJsTZ-xb4Y,14158
|
|
192
193
|
criteo_api_marketingsolutions_preview/model/entity_wrapper_of_targeting_entity.py,sha256=aASW4AXAevhjQ9IZxUVeA3xqfSao8Df_JYgiu28nX6U,11938
|
|
193
|
-
criteo_api_marketingsolutions_preview/model/error_code_response.py,sha256=n2tFCdMx98tHzyaEM-f_R8F0_vY1EXsKPO1dwGvhe8g,12132
|
|
194
|
-
criteo_api_marketingsolutions_preview/model/error_description.py,sha256=PMC_zD9oxTNjFUb785rIFx3EKb2gUd77EjzS19u0ImQ,12333
|
|
195
194
|
criteo_api_marketingsolutions_preview/model/export_column.py,sha256=m8ftEJjwQBEJ-5gFbMRqHkv6PZU2Us0F12JcktuH8MY,15735
|
|
196
195
|
criteo_api_marketingsolutions_preview/model/export_meta_data.py,sha256=q_-Ck4sq3BnuzHzG81fjPF-ITMWg_Dp42gZhzm-MnXg,11596
|
|
197
196
|
criteo_api_marketingsolutions_preview/model/export_result.py,sha256=GRuG3HNPec6Ob0XzY01sFV__xnkvy97iWwHiqN8AEuQ,11355
|
|
198
197
|
criteo_api_marketingsolutions_preview/model/export_result_data.py,sha256=aa8wyufwsLjamMveSzOIoJARMbwNl8dv46bMD4eTRTs,11766
|
|
199
|
-
criteo_api_marketingsolutions_preview/model/fail_response.py,sha256=mthmOyTpBSd5kF5QCs-yGaNQkauZgD2-h_yL0oTcvHA,12284
|
|
200
198
|
criteo_api_marketingsolutions_preview/model/generate_audience_performance_report.py,sha256=LadxQEbJFnI29X3wmGJ74E1c4SIj6lRl0rT4scZ_IVA,15505
|
|
201
199
|
criteo_api_marketingsolutions_preview/model/generate_audience_performance_report_request.py,sha256=LpRZj5gCBozHaL15TVve6CArj38AyXHQsVIbLr1RJEA,11616
|
|
202
200
|
criteo_api_marketingsolutions_preview/model/generate_audience_performance_report_resource.py,sha256=t5bE-OLx7oPpPep_r_m4sDhupIQRA4jCeCLJK3SpIhU,11849
|
|
203
|
-
criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py,sha256=
|
|
201
|
+
criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes.py,sha256=wZdRmZmUcfDERJkJsESGPcUtJ9wjBPzfolcQNkdHiTk,15156
|
|
204
202
|
criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes_request.py,sha256=XUiSZWbA_O1b6DviDRI7qnjwXnX7wdgS5UI5Jt3VHUU,11697
|
|
205
203
|
criteo_api_marketingsolutions_preview/model/generate_categories_report_request_attributes_resource.py,sha256=W1qp_6OYKwXIUqaO04zXkBzzIVw6vQOa26BXX4QpaaA,11930
|
|
206
204
|
criteo_api_marketingsolutions_preview/model/generate_creatives_report_request_attributes.py,sha256=ipBoNzn9vuXvhS651tFU5IwTGHQDNdouXleAIh2hZgc,16609
|
|
@@ -235,7 +233,7 @@ criteo_api_marketingsolutions_preview/model/in_market_size_estimation_v1.py,sha2
|
|
|
235
233
|
criteo_api_marketingsolutions_preview/model/in_market_update_v1.py,sha256=XJkSEPvmUsoAW0HVjRmeek3zFenw2KX5kkzI3KnLgzk,13786
|
|
236
234
|
criteo_api_marketingsolutions_preview/model/in_market_v1.py,sha256=Cmk4eOwCsnSwo4J_yi_vbbNv0bzIj8YFfoWSnJjiL-A,14141
|
|
237
235
|
criteo_api_marketingsolutions_preview/model/installment.py,sha256=7xO3PTD9Vx53il4nW5y2PjLqGskuV_EPkgfquUbiUx8,11868
|
|
238
|
-
criteo_api_marketingsolutions_preview/model/json_report_rows.py,sha256=
|
|
236
|
+
criteo_api_marketingsolutions_preview/model/json_report_rows.py,sha256=4bWIsmEpby19PaYXbV1H6YzZ7vTyr3OSL8x_IN9b3GI,11199
|
|
239
237
|
criteo_api_marketingsolutions_preview/model/json_report_rows_list_response.py,sha256=4SeGrjiJSw7n5BNeeUr_1QYm0xvj0U1gMaODmGOf7TU,12365
|
|
240
238
|
criteo_api_marketingsolutions_preview/model/json_report_rows_resource.py,sha256=vcwaXk0fJ9RiB7Ubh0v2NMYKDbLdemr47P6GrnBgo-0,11658
|
|
241
239
|
criteo_api_marketingsolutions_preview/model/list_available_industries_response.py,sha256=2T5HWo--l0rfcxXG7ulC8mSyKArg2uTM5vXF41xQX2Q,13498
|
|
@@ -260,7 +258,7 @@ criteo_api_marketingsolutions_preview/model/nillable_int32.py,sha256=BeCv8Ygm2qu
|
|
|
260
258
|
criteo_api_marketingsolutions_preview/model/nillable_string.py,sha256=FKFMDAlBRD8fh_B2HNNu_mk8ICflyIVyYS2-2OKLY98,11599
|
|
261
259
|
criteo_api_marketingsolutions_preview/model/on_site_reco_request.py,sha256=NL-uqP3w377yy6rwEVVg-Hxs-_7roeUePUPHBSU6L50,13599
|
|
262
260
|
criteo_api_marketingsolutions_preview/model/on_site_reco_response.py,sha256=qV3-ujOSx6SU6zTwLagf47uOXRTSUIAYTwYjxFUQlgc,12147
|
|
263
|
-
criteo_api_marketingsolutions_preview/model/outcome.py,sha256=
|
|
261
|
+
criteo_api_marketingsolutions_preview/model/outcome.py,sha256=P9yTtGb2mZ_wKOJHkZNDGw1MrFDs7UhCHDmNZ-SBaWA,12067
|
|
264
262
|
criteo_api_marketingsolutions_preview/model/patch_ad_set_attribution_configuration_v24_q3.py,sha256=YWCw1reppNp5H3ILa3X9IEbhbsn4U7PtX3S4pST8uGk,12689
|
|
265
263
|
criteo_api_marketingsolutions_preview/model/patch_ad_set_bidding_v24_q3.py,sha256=D9jCBJC4WHJPgnI7vWjcgb5Ciqv8p-RPgpsn7cBQPBo,11703
|
|
266
264
|
criteo_api_marketingsolutions_preview/model/patch_ad_set_budget_v24_q3.py,sha256=fMBhrlVy8c6fzo3piG0skPlr7e6yOAAGV_2JeSdWc_U,13855
|
|
@@ -283,7 +281,7 @@ criteo_api_marketingsolutions_preview/model/patch_campaign_write_resource.py,sha
|
|
|
283
281
|
criteo_api_marketingsolutions_preview/model/patch_marketing_campaign_budget_automation.py,sha256=jukYT86x_KeVl71mQRPOVZaccZaduj6ToFLNVQbXrl4,12202
|
|
284
282
|
criteo_api_marketingsolutions_preview/model/patch_result_campaign_list_response.py,sha256=ZcOdPQSpCe54UkYk298MQNpEguBiVq0mYxpu5SE8Tmc,12611
|
|
285
283
|
criteo_api_marketingsolutions_preview/model/patch_result_campaign_read_resource.py,sha256=p9VA66Kdml3Lq6aeoTx0fDalN5zDxdKtB733DM14-Qg,11785
|
|
286
|
-
criteo_api_marketingsolutions_preview/model/placements_report_query_message.py,sha256=
|
|
284
|
+
criteo_api_marketingsolutions_preview/model/placements_report_query_message.py,sha256=1lMV9M2B6B9mrwQhWGD82qMAOv_uYaLuefSJH271g3U,16585
|
|
287
285
|
criteo_api_marketingsolutions_preview/model/placements_report_query_message_list_request.py,sha256=zwLuzXliurylJnpxOstD5IdXBh_u9T6b-8FnoUgOPuE,11617
|
|
288
286
|
criteo_api_marketingsolutions_preview/model/placements_report_query_message_resource.py,sha256=9HfTZJ5XnDvS8W9_1ebd9AvD5UJIYgQvSwFrs5OtYaQ,11799
|
|
289
287
|
criteo_api_marketingsolutions_preview/model/point_of_interest_v1.py,sha256=E0zfz2JRlsP07TRPI8nN1zV0W3cREWO82PYl9NnUpa4,12163
|
|
@@ -324,7 +322,7 @@ criteo_api_marketingsolutions_preview/model/requests_ad_set_id.py,sha256=Bc_5Vns
|
|
|
324
322
|
criteo_api_marketingsolutions_preview/model/requests_patch_ad_set_v24_q3.py,sha256=0IdLymUHRStuQAaT7UwSdIk9WWC4S1GZbtZcXjdNdRE,11791
|
|
325
323
|
criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_ad.py,sha256=NC_QYvEZ4MnV3qzzTbIqXprjJSydO4mQ07xG9yIlDts,12440
|
|
326
324
|
criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_coupon.py,sha256=pnXFoNXQ2R6wr1NBOL-qtAe47-A8YEGKdHZxQjes_KI,12480
|
|
327
|
-
criteo_api_marketingsolutions_preview/model/
|
|
325
|
+
criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_creative_read.py,sha256=Vkfi2W8OpHwhxtUS5W48lsKxcI7jChTV037QrMvIasQ,12541
|
|
328
326
|
criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_product_set.py,sha256=XPvnRxqp3Wrd2NlLOUo_qxCp8WZ59TNHEcTbI-mpQaU,12623
|
|
329
327
|
criteo_api_marketingsolutions_preview/model/resource_input_of_ad_write.py,sha256=YcEDRaeKUDkfzekLRvH4O17bMbXVliR5vbz2XJKALrM,11690
|
|
330
328
|
criteo_api_marketingsolutions_preview/model/resource_input_of_create_coupon.py,sha256=q3m6GSg__dgsMoRTNsWh1v7V05ciTtcq9ThJoC2e8xQ,11740
|
|
@@ -336,6 +334,7 @@ criteo_api_marketingsolutions_preview/model/resource_of_coupon.py,sha256=tqHtPzF
|
|
|
336
334
|
criteo_api_marketingsolutions_preview/model/resource_of_coupon_supported_sizes.py,sha256=0xYE4YVJaTRuTPWASEeSvkAFjmYdHwGfGXNmOWT8UPk,12249
|
|
337
335
|
criteo_api_marketingsolutions_preview/model/resource_of_create_coupon.py,sha256=Zjb8ZhwOhitInh1dl_SogE9fMxihj0mUHEXTGe8_LtM,12169
|
|
338
336
|
criteo_api_marketingsolutions_preview/model/resource_of_creative.py,sha256=IrBvKrP5QievSSl4et33-ZSJK2QY-_PNnUjl0bJsyvo,12127
|
|
337
|
+
criteo_api_marketingsolutions_preview/model/resource_of_creative_read.py,sha256=N3OoyKQ40-vwhbxvVX8AHD6KgizAhMyz7_89pO2h-F4,12169
|
|
339
338
|
criteo_api_marketingsolutions_preview/model/resource_of_creative_write.py,sha256=DZBJsOVcc8KIbdkx2icsDTmz8Qi5ktwepYSsMNl6XZ4,12179
|
|
340
339
|
criteo_api_marketingsolutions_preview/model/resource_of_product_set.py,sha256=86SPt1dzHpKj0qHqIwWiQb4LHUQbrpCvBRArH2hS7hc,12074
|
|
341
340
|
criteo_api_marketingsolutions_preview/model/resource_of_update_coupon.py,sha256=BDL2tgkRZMjPJ5C-kOiJh7wJyTS0qm-Z6XNRM8bYa0M,12169
|
|
@@ -361,13 +360,13 @@ criteo_api_marketingsolutions_preview/model/size.py,sha256=XDtv1SeGc92V3U-gv-eqA
|
|
|
361
360
|
criteo_api_marketingsolutions_preview/model/statistics_ok_response.py,sha256=_WlH4RPPDf6CniwTjwyAp4zSvYASHCpWQdwBw35THTo,12716
|
|
362
361
|
criteo_api_marketingsolutions_preview/model/statistics_record.py,sha256=tgIiTNx3CAMqdv07AaeR-M3gMx46w097lei6ibpHEN8,17396
|
|
363
362
|
criteo_api_marketingsolutions_preview/model/statistics_record_list.py,sha256=mKLPEMdiCiZmilpr7A2I1ZVSJk4t_sB4uFoqtMJoKGM,11918
|
|
364
|
-
criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py,sha256=
|
|
363
|
+
criteo_api_marketingsolutions_preview/model/statistics_report_query_message.py,sha256=y_56P-pmZGvXzBCT3oyQs-Ri3gPrnPwghGKfxcvn1-8,30184
|
|
365
364
|
criteo_api_marketingsolutions_preview/model/supply_vendor.py,sha256=iMeMe6Dom_6jo7MdfLExyiENlONz7qjfNTi3OsQuZHI,11432
|
|
366
365
|
criteo_api_marketingsolutions_preview/model/supply_vendor_list_response.py,sha256=rNocUc0O8x2f7kU52HN6pJcdrJJ0RUXPwyPDJsEzic0,12583
|
|
367
366
|
criteo_api_marketingsolutions_preview/model/supply_vendor_resource.py,sha256=BDt8JgRQu4eVNClEOSXJLHZJjlQ6W-KLZEOoaAq1VzI,12089
|
|
368
367
|
criteo_api_marketingsolutions_preview/model/tag.py,sha256=tziB-ioZu5m2KtgvQnLVvU_CIEHhYtYBQlRynCXSs9E,11789
|
|
369
368
|
criteo_api_marketingsolutions_preview/model/targeting_entity.py,sha256=VwhLGMy36V0i2BWX1RK9aLYGNMNEcdAYsGHSHxaU38E,12520
|
|
370
|
-
criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py,sha256=
|
|
369
|
+
criteo_api_marketingsolutions_preview/model/transactions_report_query_message.py,sha256=qaXUFQAOTPY6RfgH5nsvLD50YvT9C_z22iZMP5EzJ10,14126
|
|
371
370
|
criteo_api_marketingsolutions_preview/model/transactions_report_query_message_list_request.py,sha256=QBeQs9q9phURhDTqf6y9UqsCWLdxl8e4XZF8VYrw6co,11637
|
|
372
371
|
criteo_api_marketingsolutions_preview/model/transactions_report_query_message_resource.py,sha256=ploFp7DpatzxY9SZpPAzWsptI4q_DcEkXjm_RWLgxAI,11819
|
|
373
372
|
criteo_api_marketingsolutions_preview/model/transparency_query_message.py,sha256=yIELOF72XZQtaBqwhVQpJY20yDeNOsvUx4vWcJZSliY,12461
|
|
@@ -387,8 +386,8 @@ criteo_api_marketingsolutions_preview/model/value_resource_outcome_of_product_fi
|
|
|
387
386
|
criteo_api_marketingsolutions_preview/model/video_detail.py,sha256=i-qvnBOBpuijRhQ2bPNwU8A5pDmWSk7O1kdpZV77Vm8,12436
|
|
388
387
|
criteo_api_marketingsolutions_preview/model/write_model_ad_set_id.py,sha256=AEk9Ss4tXVTbSfDxJjpDW643MJwbV5iMs_Y3BG4839I,11755
|
|
389
388
|
criteo_api_marketingsolutions_preview/model/write_model_patch_ad_set_v24_q3.py,sha256=-GkiNut1VMiXMlpO4-wlbjtTXaDfvDptvzZejfkRZpg,12234
|
|
390
|
-
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=
|
|
391
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
392
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
393
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
394
|
-
criteo_api_marketingsolutions_sdk-0.0.
|
|
389
|
+
criteo_api_marketingsolutions_preview/models/__init__.py,sha256=qCHNR9h1Oo3ryRXLRG71C2LBNGMx6fdkEEbmqpJneeA,41827
|
|
390
|
+
criteo_api_marketingsolutions_sdk-0.0.251009.dist-info/METADATA,sha256=eG8BPrRmmql9PCzq_TyAyaM7S-Y7YYQH94U2Dm8bcTY,1876
|
|
391
|
+
criteo_api_marketingsolutions_sdk-0.0.251009.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
392
|
+
criteo_api_marketingsolutions_sdk-0.0.251009.dist-info/top_level.txt,sha256=4xVpjptYrJ_AiVXZAhkhYuSp6rJRgq_VrBDhg-Eyi5Y,38
|
|
393
|
+
criteo_api_marketingsolutions_sdk-0.0.251009.dist-info/RECORD,,
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Criteo API
|
|
3
|
-
|
|
4
|
-
Criteo API - MarketingSolutions # noqa: E501
|
|
5
|
-
|
|
6
|
-
The version of the OpenAPI document: Preview
|
|
7
|
-
Generated by: https://openapi-generator.tech
|
|
8
|
-
"""
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import re # noqa: F401
|
|
12
|
-
import sys # noqa: F401
|
|
13
|
-
|
|
14
|
-
from criteo_api_marketingsolutions_preview.model_utils import ( # noqa: F401
|
|
15
|
-
ApiTypeError,
|
|
16
|
-
ModelComposed,
|
|
17
|
-
ModelNormal,
|
|
18
|
-
ModelSimple,
|
|
19
|
-
cached_property,
|
|
20
|
-
change_keys_js_to_python,
|
|
21
|
-
convert_js_args_to_python_args,
|
|
22
|
-
date,
|
|
23
|
-
datetime,
|
|
24
|
-
file_type,
|
|
25
|
-
none_type,
|
|
26
|
-
validate_get_composed_info,
|
|
27
|
-
OpenApiModel
|
|
28
|
-
)
|
|
29
|
-
from criteo_api_marketingsolutions_preview.exceptions import ApiAttributeError
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
def lazy_import():
|
|
33
|
-
from criteo_api_marketingsolutions_preview.model.product_importer_error import ProductImporterError
|
|
34
|
-
from criteo_api_marketingsolutions_preview.model.product_importer_warning import ProductImporterWarning
|
|
35
|
-
globals()['ProductImporterError'] = ProductImporterError
|
|
36
|
-
globals()['ProductImporterWarning'] = ProductImporterWarning
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
class FailResponse(ModelNormal):
|
|
40
|
-
"""NOTE: This class is auto generated by OpenAPI Generator.
|
|
41
|
-
Ref: https://openapi-generator.tech
|
|
42
|
-
|
|
43
|
-
Do not edit the class manually.
|
|
44
|
-
|
|
45
|
-
Attributes:
|
|
46
|
-
allowed_values (dict): The key is the tuple path to the attribute
|
|
47
|
-
and the for var_name this is (var_name,). The value is a dict
|
|
48
|
-
with a capitalized key describing the allowed value and an allowed
|
|
49
|
-
value. These dicts store the allowed enum values.
|
|
50
|
-
attribute_map (dict): The key is attribute name
|
|
51
|
-
and the value is json key in definition.
|
|
52
|
-
discriminator_value_class_map (dict): A dict to go from the discriminator
|
|
53
|
-
variable value to the discriminator class name.
|
|
54
|
-
validations (dict): The key is the tuple path to the attribute
|
|
55
|
-
and the for var_name this is (var_name,). The value is a dict
|
|
56
|
-
that stores validations for max_length, min_length, max_items,
|
|
57
|
-
min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
|
|
58
|
-
inclusive_minimum, and regex.
|
|
59
|
-
additional_properties_type (tuple): A tuple of classes accepted
|
|
60
|
-
as additional properties values.
|
|
61
|
-
"""
|
|
62
|
-
|
|
63
|
-
allowed_values = {
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
validations = {
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@cached_property
|
|
70
|
-
def additional_properties_type():
|
|
71
|
-
"""
|
|
72
|
-
This must be a method because a model may have properties that are
|
|
73
|
-
of type self, this must run after the class is loaded
|
|
74
|
-
"""
|
|
75
|
-
lazy_import()
|
|
76
|
-
return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
|
|
77
|
-
|
|
78
|
-
_nullable = False
|
|
79
|
-
|
|
80
|
-
@cached_property
|
|
81
|
-
def openapi_types():
|
|
82
|
-
"""
|
|
83
|
-
This must be a method because a model may have properties that are
|
|
84
|
-
of type self, this must run after the class is loaded
|
|
85
|
-
|
|
86
|
-
Returns
|
|
87
|
-
openapi_types (dict): The key is attribute name
|
|
88
|
-
and the value is attribute type.
|
|
89
|
-
"""
|
|
90
|
-
lazy_import()
|
|
91
|
-
return {
|
|
92
|
-
'errors': ([ProductImporterError],), # noqa: E501
|
|
93
|
-
'warnings': ([ProductImporterWarning],), # noqa: E501
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
@cached_property
|
|
97
|
-
def discriminator():
|
|
98
|
-
return None
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
attribute_map = {
|
|
102
|
-
'errors': 'errors', # noqa: E501
|
|
103
|
-
'warnings': 'warnings', # noqa: E501
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
read_only_vars = {
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
_composed_schemas = {}
|
|
110
|
-
|
|
111
|
-
@classmethod
|
|
112
|
-
@convert_js_args_to_python_args
|
|
113
|
-
def _from_openapi_data(cls, errors, warnings, *args, **kwargs): # noqa: E501
|
|
114
|
-
"""FailResponse - a model defined in OpenAPI
|
|
115
|
-
|
|
116
|
-
Args:
|
|
117
|
-
errors ([ProductImporterError]): List of errors
|
|
118
|
-
warnings ([ProductImporterWarning]): List of warnings
|
|
119
|
-
|
|
120
|
-
Keyword Args:
|
|
121
|
-
_check_type (bool): if True, values for parameters in openapi_types
|
|
122
|
-
will be type checked and a TypeError will be
|
|
123
|
-
raised if the wrong type is input.
|
|
124
|
-
Defaults to True
|
|
125
|
-
_path_to_item (tuple/list): This is a list of keys or values to
|
|
126
|
-
drill down to the model in received_data
|
|
127
|
-
when deserializing a response
|
|
128
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
129
|
-
are serialized names, as specified in the OpenAPI document.
|
|
130
|
-
False if the variable names in the input data
|
|
131
|
-
are pythonic names, e.g. snake case (default)
|
|
132
|
-
_configuration (Configuration): the instance to use when
|
|
133
|
-
deserializing a file_type parameter.
|
|
134
|
-
If passed, type conversion is attempted
|
|
135
|
-
If omitted no type conversion is done.
|
|
136
|
-
_visited_composed_classes (tuple): This stores a tuple of
|
|
137
|
-
classes that we have traveled through so that
|
|
138
|
-
if we see that class again we will not use its
|
|
139
|
-
discriminator again.
|
|
140
|
-
When traveling through a discriminator, the
|
|
141
|
-
composed schema that is
|
|
142
|
-
is traveled through is added to this set.
|
|
143
|
-
For example if Animal has a discriminator
|
|
144
|
-
petType and we pass in "Dog", and the class Dog
|
|
145
|
-
allOf includes Animal, we move through Animal
|
|
146
|
-
once using the discriminator, and pick Dog.
|
|
147
|
-
Then in Dog, we will make an instance of the
|
|
148
|
-
Animal class but this time we won't travel
|
|
149
|
-
through its discriminator because we passed in
|
|
150
|
-
_visited_composed_classes = (Animal,)
|
|
151
|
-
"""
|
|
152
|
-
|
|
153
|
-
_check_type = kwargs.pop('_check_type', True)
|
|
154
|
-
_spec_property_naming = kwargs.pop('_spec_property_naming', True)
|
|
155
|
-
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
156
|
-
_configuration = kwargs.pop('_configuration', None)
|
|
157
|
-
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
158
|
-
|
|
159
|
-
self = super(OpenApiModel, cls).__new__(cls)
|
|
160
|
-
|
|
161
|
-
if args:
|
|
162
|
-
for arg in args:
|
|
163
|
-
if isinstance(arg, dict):
|
|
164
|
-
kwargs.update(arg)
|
|
165
|
-
else:
|
|
166
|
-
raise ApiTypeError(
|
|
167
|
-
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
168
|
-
args,
|
|
169
|
-
self.__class__.__name__,
|
|
170
|
-
),
|
|
171
|
-
path_to_item=_path_to_item,
|
|
172
|
-
valid_classes=(self.__class__,),
|
|
173
|
-
)
|
|
174
|
-
|
|
175
|
-
self._data_store = {}
|
|
176
|
-
self._check_type = _check_type
|
|
177
|
-
self._spec_property_naming = _spec_property_naming
|
|
178
|
-
self._path_to_item = _path_to_item
|
|
179
|
-
self._configuration = _configuration
|
|
180
|
-
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
181
|
-
|
|
182
|
-
self.errors = errors
|
|
183
|
-
self.warnings = warnings
|
|
184
|
-
for var_name, var_value in kwargs.items():
|
|
185
|
-
if var_name not in self.attribute_map and \
|
|
186
|
-
self._configuration is not None and \
|
|
187
|
-
self._configuration.discard_unknown_keys and \
|
|
188
|
-
self.additional_properties_type is None:
|
|
189
|
-
# discard variable.
|
|
190
|
-
continue
|
|
191
|
-
setattr(self, var_name, var_value)
|
|
192
|
-
return self
|
|
193
|
-
|
|
194
|
-
required_properties = set([
|
|
195
|
-
'_data_store',
|
|
196
|
-
'_check_type',
|
|
197
|
-
'_spec_property_naming',
|
|
198
|
-
'_path_to_item',
|
|
199
|
-
'_configuration',
|
|
200
|
-
'_visited_composed_classes',
|
|
201
|
-
])
|
|
202
|
-
|
|
203
|
-
@convert_js_args_to_python_args
|
|
204
|
-
def __init__(self, errors, warnings, *args, **kwargs): # noqa: E501
|
|
205
|
-
"""FailResponse - a model defined in OpenAPI
|
|
206
|
-
|
|
207
|
-
Args:
|
|
208
|
-
errors ([ProductImporterError]): List of errors
|
|
209
|
-
warnings ([ProductImporterWarning]): List of warnings
|
|
210
|
-
|
|
211
|
-
Keyword Args:
|
|
212
|
-
_check_type (bool): if True, values for parameters in openapi_types
|
|
213
|
-
will be type checked and a TypeError will be
|
|
214
|
-
raised if the wrong type is input.
|
|
215
|
-
Defaults to True
|
|
216
|
-
_path_to_item (tuple/list): This is a list of keys or values to
|
|
217
|
-
drill down to the model in received_data
|
|
218
|
-
when deserializing a response
|
|
219
|
-
_spec_property_naming (bool): True if the variable names in the input data
|
|
220
|
-
are serialized names, as specified in the OpenAPI document.
|
|
221
|
-
False if the variable names in the input data
|
|
222
|
-
are pythonic names, e.g. snake case (default)
|
|
223
|
-
_configuration (Configuration): the instance to use when
|
|
224
|
-
deserializing a file_type parameter.
|
|
225
|
-
If passed, type conversion is attempted
|
|
226
|
-
If omitted no type conversion is done.
|
|
227
|
-
_visited_composed_classes (tuple): This stores a tuple of
|
|
228
|
-
classes that we have traveled through so that
|
|
229
|
-
if we see that class again we will not use its
|
|
230
|
-
discriminator again.
|
|
231
|
-
When traveling through a discriminator, the
|
|
232
|
-
composed schema that is
|
|
233
|
-
is traveled through is added to this set.
|
|
234
|
-
For example if Animal has a discriminator
|
|
235
|
-
petType and we pass in "Dog", and the class Dog
|
|
236
|
-
allOf includes Animal, we move through Animal
|
|
237
|
-
once using the discriminator, and pick Dog.
|
|
238
|
-
Then in Dog, we will make an instance of the
|
|
239
|
-
Animal class but this time we won't travel
|
|
240
|
-
through its discriminator because we passed in
|
|
241
|
-
_visited_composed_classes = (Animal,)
|
|
242
|
-
"""
|
|
243
|
-
|
|
244
|
-
_check_type = kwargs.pop('_check_type', True)
|
|
245
|
-
_spec_property_naming = kwargs.pop('_spec_property_naming', False)
|
|
246
|
-
_path_to_item = kwargs.pop('_path_to_item', ())
|
|
247
|
-
_configuration = kwargs.pop('_configuration', None)
|
|
248
|
-
_visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
|
|
249
|
-
|
|
250
|
-
if args:
|
|
251
|
-
for arg in args:
|
|
252
|
-
if isinstance(arg, dict):
|
|
253
|
-
kwargs.update(arg)
|
|
254
|
-
else:
|
|
255
|
-
raise ApiTypeError(
|
|
256
|
-
"Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
|
|
257
|
-
args,
|
|
258
|
-
self.__class__.__name__,
|
|
259
|
-
),
|
|
260
|
-
path_to_item=_path_to_item,
|
|
261
|
-
valid_classes=(self.__class__,),
|
|
262
|
-
)
|
|
263
|
-
|
|
264
|
-
self._data_store = {}
|
|
265
|
-
self._check_type = _check_type
|
|
266
|
-
self._spec_property_naming = _spec_property_naming
|
|
267
|
-
self._path_to_item = _path_to_item
|
|
268
|
-
self._configuration = _configuration
|
|
269
|
-
self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
|
|
270
|
-
|
|
271
|
-
self.errors = errors
|
|
272
|
-
self.warnings = warnings
|
|
273
|
-
for var_name, var_value in kwargs.items():
|
|
274
|
-
if var_name not in self.attribute_map and \
|
|
275
|
-
self._configuration is not None and \
|
|
276
|
-
self._configuration.discard_unknown_keys and \
|
|
277
|
-
self.additional_properties_type is None:
|
|
278
|
-
# discard variable.
|
|
279
|
-
continue
|
|
280
|
-
setattr(self, var_name, var_value)
|
|
281
|
-
if var_name in self.read_only_vars:
|
|
282
|
-
raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
|
|
283
|
-
f"class with read only attributes.")
|
|
File without changes
|