criteo-api-retailmedia-sdk 2025.1.0.250129__py3-none-any.whl → 2025.1.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.
Files changed (24) hide show
  1. {criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info → criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info}/METADATA +3 -3
  2. {criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info → criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info}/RECORD +20 -24
  3. criteo_api_retailmedia_v2025_01/__init__.py +1 -1
  4. criteo_api_retailmedia_v2025_01/api/campaign_api.py +6 -167
  5. criteo_api_retailmedia_v2025_01/api_client.py +1 -1
  6. criteo_api_retailmedia_v2025_01/configuration.py +1 -1
  7. criteo_api_retailmedia_v2025_01/model/async_campaigns_report.py +4 -0
  8. criteo_api_retailmedia_v2025_01/model/async_line_items_report.py +4 -0
  9. criteo_api_retailmedia_v2025_01/model/balance_response_v2.py +4 -4
  10. criteo_api_retailmedia_v2025_01/model/campaign_attributes_v202301.py +8 -8
  11. criteo_api_retailmedia_v2025_01/model/campaign_v202301.py +8 -8
  12. criteo_api_retailmedia_v2025_01/model/editable_campaign_attributes_v202301.py +6 -6
  13. criteo_api_retailmedia_v2025_01/model/external_catalog_status.py +3 -3
  14. criteo_api_retailmedia_v2025_01/model/external_retailer.py +2 -0
  15. criteo_api_retailmedia_v2025_01/model/line_item_product_status.py +7 -7
  16. criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation.py +4 -0
  17. criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation_response_attributes.py +36 -20
  18. criteo_api_retailmedia_v2025_01/models/__init__.py +0 -4
  19. criteo_api_retailmedia_v2025_01/model/brand_preview.py +0 -269
  20. criteo_api_retailmedia_v2025_01/model/brand_preview_list_response.py +0 -281
  21. criteo_api_retailmedia_v2025_01/model/resource_of_brand_preview.py +0 -277
  22. criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation_response_attributes_attributes.py +0 -297
  23. {criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info → criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info}/WHEEL +0 -0
  24. {criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info → criteo_api_retailmedia_sdk-2025.1.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: 2025.1.0.250129
3
+ Version: 2025.1.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==2025.01.0.250129
38
+ pip install criteo-api-retailmedia-sdk==2025.01.0.250211
39
39
  ```
40
- (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2025.01.0.250129`)
40
+ (you may need to run `pip` with root permission: `sudo pip install criteo-api-retailmedia-sdk==2025.01.0.250211`)
41
41
 
42
42
  Then import the package:
43
43
  ```python
@@ -1,7 +1,7 @@
1
- criteo_api_retailmedia_v2025_01/__init__.py,sha256=ygq9ycYqSSYZ-KwUjL4BXO8Ccgwr-4J9sXTUgPOAEFo,1040
2
- criteo_api_retailmedia_v2025_01/api_client.py,sha256=GBZMC8Z0y22V80xCsZfCbb80MZ4HQGAMaUwD_ikgPzg,39191
1
+ criteo_api_retailmedia_v2025_01/__init__.py,sha256=AyHl5vkWb7Wv9Aue4RzvYtfKXBThdshDAZ6rvMPdYVo,1040
2
+ criteo_api_retailmedia_v2025_01/api_client.py,sha256=u6e_N8-dVBVF-BONZml5IlZfer7-S1N5tZzBwqPeDAg,39191
3
3
  criteo_api_retailmedia_v2025_01/api_client_builder.py,sha256=-B1kb98EHE_BXJ4mQiR8SznoAv5mGsYAw7YQxX1weis,1507
4
- criteo_api_retailmedia_v2025_01/configuration.py,sha256=VYB4uCyo6yrDyU9skCu4NxZTuitsXfT8aTAaYmGqssI,16722
4
+ criteo_api_retailmedia_v2025_01/configuration.py,sha256=a2zG3r8vx1XyVRuJeME5VZBypBwd7gzMwXlJLpBfeDQ,16722
5
5
  criteo_api_retailmedia_v2025_01/criteo_api_client.py,sha256=xBcxtoEfflxzw5ytTpjpU8cnqJJmTYl3vGWP04B-YcI,654
6
6
  criteo_api_retailmedia_v2025_01/criteo_auth.py,sha256=6o1JS-XN9ND0-eDG3q9GBcypI0HLxJNZOwL-MvuXo3c,4696
7
7
  criteo_api_retailmedia_v2025_01/criteo_rest.py,sha256=k6IdvrIzJxVr6V2EA4Ffw6WVa0htQjsamAKAq0R7qvA,3413
@@ -14,7 +14,7 @@ criteo_api_retailmedia_v2025_01/api/accounts_api.py,sha256=JIG_esE9ulzAF3EZMhdlw
14
14
  criteo_api_retailmedia_v2025_01/api/analytics_api.py,sha256=NGSSYp9Zkkt3eg9hnowm2OY4B2YDIyw78O1VVNgNCRU,28503
15
15
  criteo_api_retailmedia_v2025_01/api/audience_api.py,sha256=XjGurXk16DRCZtjQjLrPh3gyLCy8tFWCe1iBLGlavUg,52404
16
16
  criteo_api_retailmedia_v2025_01/api/balance_api.py,sha256=NuyCh8otc92BLQDWuES7-ZfFo8IxLYV-VMt-wuhW3h8,52564
17
- criteo_api_retailmedia_v2025_01/api/campaign_api.py,sha256=mnJKifhQRlKYsA_bMernft3LNdF-jvnmzavoIXFfUB8,381048
17
+ criteo_api_retailmedia_v2025_01/api/campaign_api.py,sha256=uYVej4qzlmM7p-D5luF84UGr2O4hdNMQHSt_XLWW7hM,374519
18
18
  criteo_api_retailmedia_v2025_01/api/gateway_api.py,sha256=QL9NeI58OzLL4ktlsu5flLmfBrFYFFxu4KXNN7CdTuA,5696
19
19
  criteo_api_retailmedia_v2025_01/apis/__init__.py,sha256=qLPqSQKkHQYfQin6xre6TDYpFMtLatjgTpJuwCp_5jA,882
20
20
  criteo_api_retailmedia_v2025_01/model/__init__.py,sha256=fhVDDk4KXPEN7hzC0f7fjAYeo4ivl2J0D-aFB2L88T4,365
@@ -33,10 +33,10 @@ criteo_api_retailmedia_v2025_01/model/application_summary_model_response.py,sha2
33
33
  criteo_api_retailmedia_v2025_01/model/asset.py,sha256=9Nxfv4XRMxtwPNjPYnEmNTIvxlkukw6haE-Xr4nJrsE,12253
34
34
  criteo_api_retailmedia_v2025_01/model/asset_resource.py,sha256=d71YCsVxkIOk3KFkAYC5tcKiRinEPaK5eb74C7FmqtM,11993
35
35
  criteo_api_retailmedia_v2025_01/model/asset_response.py,sha256=TOuUlRIwVLsI6J4jS7hquqQ6cUzxTwJ70QizHWUX0Zk,12398
36
- criteo_api_retailmedia_v2025_01/model/async_campaigns_report.py,sha256=0W5sEklObGyFnj0_6_Z8Q7EG3t_WQM3pxx9C532Ke_k,21910
36
+ criteo_api_retailmedia_v2025_01/model/async_campaigns_report.py,sha256=MnHnjIK4CqX69AvqU_jAXQCOxw9Yy-EAoTCnE76DHuc,22206
37
37
  criteo_api_retailmedia_v2025_01/model/async_campaigns_report_request.py,sha256=Vktx86f4BqF3m_GzM8m42DGq1S3jfUq3JAH6djmwTrQ,11757
38
38
  criteo_api_retailmedia_v2025_01/model/async_campaigns_report_resource.py,sha256=iVtNSV8OaoD6plI21aBRVsA6jAAMYxvEA9nvF6OrUaU,11944
39
- criteo_api_retailmedia_v2025_01/model/async_line_items_report.py,sha256=pSJcengyTx3VH7wx7fxbrbd6J0ZNsivnFMGbsruy1Pg,21914
39
+ criteo_api_retailmedia_v2025_01/model/async_line_items_report.py,sha256=9kZWtMHYPtSZmzr1rvXlIM4QVi5LgC2tNNHPnQHd2uA,22210
40
40
  criteo_api_retailmedia_v2025_01/model/async_line_items_report_request.py,sha256=Fy0peWFxL8vtRkoKJRhrR20KEhny4muqxllEZ8NpYO0,11758
41
41
  criteo_api_retailmedia_v2025_01/model/async_line_items_report_resource.py,sha256=Nwamj8AFyF97BDEYroNkLZSpk_ObSmZ3laV8vqJ2FxE,11945
42
42
  criteo_api_retailmedia_v2025_01/model/async_report_response.py,sha256=PqJLXJ29y752-J3FXt5NByDfkqS1rakCmINx8-O25o4,12410
@@ -55,15 +55,13 @@ criteo_api_retailmedia_v2025_01/model/audience_warning.py,sha256=RSGiuO1dvhAvDgm
55
55
  criteo_api_retailmedia_v2025_01/model/balance_campaign202110_list_request.py,sha256=8IVGrNY8jaUvdKlkEAM_34ReMQtHuMWFOHpVM6POhH0,11799
56
56
  criteo_api_retailmedia_v2025_01/model/balance_campaign202110_paged_list_response.py,sha256=NJxhHRj0nvUMH8uPEuxN78fr3bRqR8LskPPsn_DPaqQ,12832
57
57
  criteo_api_retailmedia_v2025_01/model/balance_history_change_data_capture_v1.py,sha256=CWWE36UDV9i39K0nLu5e7fclA5RGSU1tvdU408Pbhjk,13578
58
- criteo_api_retailmedia_v2025_01/model/balance_response_v2.py,sha256=CbDwgXWs80AqHCfK19I0V2p382T6rcMKvcsaCo959nM,16314
58
+ criteo_api_retailmedia_v2025_01/model/balance_response_v2.py,sha256=AIsN69tfClgXxehUkfZwOpIshDQhUihkHbG4Q3DmqCs,16314
59
59
  criteo_api_retailmedia_v2025_01/model/balance_response_v2_response.py,sha256=gwf5n9ZIWq-NCOXhYpFC4cy1le2NecdM58R5XYbxcfE,12398
60
- criteo_api_retailmedia_v2025_01/model/brand_preview.py,sha256=nFquozA0ryprRfABLJt83CWBTUBuif6O4jknr2QgrIM,11445
61
- criteo_api_retailmedia_v2025_01/model/brand_preview_list_response.py,sha256=R2z6oe-G8xFYpZsOwSK3LSM02xZKML-sn7NWN39EFMc,12376
62
- criteo_api_retailmedia_v2025_01/model/campaign_attributes_v202301.py,sha256=51Zce9nXlif3H9QWwNijAjSNvF8N4BnkeH1Xbmc4wdk,16825
60
+ criteo_api_retailmedia_v2025_01/model/campaign_attributes_v202301.py,sha256=bvcVi4NcJxJOECZ8u5smUndcwXWAiEg9hBVDh26GD2k,16771
63
61
  criteo_api_retailmedia_v2025_01/model/campaign_budget_overrides.py,sha256=iqBwNyQ-lA17EsVeAyTabcTFMqt71owUDKEw0FzyYa4,12653
64
62
  criteo_api_retailmedia_v2025_01/model/campaign_daily_budget_override.py,sha256=QW9XZbxMoXabAutzPX5NybkJEHUinJgoR68Al5e3Wwk,12890
65
63
  criteo_api_retailmedia_v2025_01/model/campaign_monthly_budget_override.py,sha256=tMRi1CoKQIEcYjII4hoUSIt7tNQGsJJp0D6BvFczf3g,12945
66
- criteo_api_retailmedia_v2025_01/model/campaign_v202301.py,sha256=AbuFB20lKaPFq0TmgrKSjha_dRTi8ouH_KcK93QzfLQ,19006
64
+ criteo_api_retailmedia_v2025_01/model/campaign_v202301.py,sha256=HoGfganEY35eynZ2f2QmgA1foM2iAFZi-sVB42ONeQ8,18952
67
65
  criteo_api_retailmedia_v2025_01/model/category202204.py,sha256=DuwDxax36DRQ7QkCCHeb-5ELPM09rGVexmTjai7gubY,11955
68
66
  criteo_api_retailmedia_v2025_01/model/category202204_list_response.py,sha256=v7dcsBHlHwLqehCPgKoUI0dwMvJ5-WxuS-y2L_GAdbc,12395
69
67
  criteo_api_retailmedia_v2025_01/model/change_dates_of_balance_v2.py,sha256=qsWZuxKjs3C_fy_Ll67XGBhnTjoOWV2EGVUANBpgrco,12136
@@ -90,7 +88,7 @@ criteo_api_retailmedia_v2025_01/model/creative2_response.py,sha256=QKoKpwlhoCSw-
90
88
  criteo_api_retailmedia_v2025_01/model/creative_create_model202207.py,sha256=UMOK9dVt2Mczc10cxNGEcJhk8Fa3FqA--Asvord2Lhw,12972
91
89
  criteo_api_retailmedia_v2025_01/model/creative_update_model202207.py,sha256=NXmc9Nr-4-rZk8kErGvhjtrmO3AOT-Pu4c8hhAPJO_o,12972
92
90
  criteo_api_retailmedia_v2025_01/model/daily_line_item_budget_override.py,sha256=10ihEurQj_r8CGVaTDkQtvi7ginVMBt_FaqJ8Yg5xQE,12847
93
- criteo_api_retailmedia_v2025_01/model/editable_campaign_attributes_v202301.py,sha256=VxRHkEulQ-4oxzcW0RLXpUWUTeNM7XrarGuKxbrQXxM,16171
91
+ criteo_api_retailmedia_v2025_01/model/editable_campaign_attributes_v202301.py,sha256=ki5jCmm5cKF6HzKfOCsVGuPihArCT3mEQT7Swggo2dg,16117
94
92
  criteo_api_retailmedia_v2025_01/model/entity_resource_of_retail_media_account.py,sha256=Rad1VZ41sLTWW1qPd3uVPx86VECma0THHM7OxxQce4I,12205
95
93
  criteo_api_retailmedia_v2025_01/model/entity_resource_outcome_of_retail_media_account.py,sha256=NuW6-dFPEKhVMXK2RbrJbJ8XhBWGT2icGj1DB1vhCrE,12562
96
94
  criteo_api_retailmedia_v2025_01/model/error_code_response.py,sha256=6xshK4B2wOj2X436WL3xkuX1B4GCs3LS3w3G8MjRxU4,12101
@@ -104,7 +102,7 @@ criteo_api_retailmedia_v2025_01/model/external_audience_ids_update_model202110.p
104
102
  criteo_api_retailmedia_v2025_01/model/external_audience_target202110.py,sha256=ZMdC9DfS3rvaQG90sNjf9hQ3TmQJkk3Xdjm8ovWPK3M,12032
105
103
  criteo_api_retailmedia_v2025_01/model/external_brand.py,sha256=8uJXi0CB1mXOCeeAhBQjwImA8vSMIz5MthnorUaGbkw,11518
106
104
  criteo_api_retailmedia_v2025_01/model/external_catalog_request.py,sha256=wwUemV4uogGXgnbahElNJcNKTwHF533VWP-fyPmD3gQ,11870
107
- criteo_api_retailmedia_v2025_01/model/external_catalog_status.py,sha256=z8sU_-4C1Ta22RwOtYzEfbyHFFEgzelWGrWj5hrYYMU,14615
105
+ criteo_api_retailmedia_v2025_01/model/external_catalog_status.py,sha256=RJaG0D6Gn1bl0_y5PgrlQPro8Bpz-I8ZhSfZsQk43MI,14648
108
106
  criteo_api_retailmedia_v2025_01/model/external_common_line_item.py,sha256=2coQapLojSdd0gBrgTh6A2-cv-ktUPeSvcafDrvOo_U,15134
109
107
  criteo_api_retailmedia_v2025_01/model/external_keyword_target202110.py,sha256=RUk_scPAt4aXrIS6VCgDYLFicPy6agv1wlQ5OasgIW0,11802
110
108
  criteo_api_retailmedia_v2025_01/model/external_line_item_bid_multipliers_v2.py,sha256=X42UVCo1nkMila-cCeeKueXVrHnf7KFnVhb2Tb9ukrY,14732
@@ -119,7 +117,7 @@ criteo_api_retailmedia_v2025_01/model/external_retail_media_brand_account_creati
119
117
  criteo_api_retailmedia_v2025_01/model/external_retail_media_brands.py,sha256=M_nEp2DJrlTqGA4FsBEvyEwvFPz-O_iUNT0KYma9PDo,11450
120
118
  criteo_api_retailmedia_v2025_01/model/external_retail_media_seller.py,sha256=MC1vFIZ6LsClSKzC_xe0zjEofBr1Y0XhXeVw6g7c8BQ,11655
121
119
  criteo_api_retailmedia_v2025_01/model/external_retail_media_seller_account_creation.py,sha256=xjW2Eamy4uXfl6BkMwA-P7PtxuZEB9LBrsYhbC1PLk8,12554
122
- criteo_api_retailmedia_v2025_01/model/external_retailer.py,sha256=q-i9cua7k9flw1a97rS0BTE3gaQaH4cGSB7TUSO_mUM,11927
120
+ criteo_api_retailmedia_v2025_01/model/external_retailer.py,sha256=rkurKSahuGDRj-YkB5D1s_qm4mGwsLGkvLpHMol9L-w,12001
123
121
  criteo_api_retailmedia_v2025_01/model/external_retailer_pages202110.py,sha256=P6XLgfEoi9YD4aHS7XOmyVzdx8sjAX4Bzr4GvdfWYBU,11533
124
122
  criteo_api_retailmedia_v2025_01/model/external_store_ids_update_model202110.py,sha256=IkoDYh1YA1TvSrYd-OqVFYbuIetMB05SJSPHqetz8q8,11614
125
123
  criteo_api_retailmedia_v2025_01/model/external_store_target202110.py,sha256=EpRDPeNL9tWRGlmX3xvjuxLqFW7s3lDRz1-1XECoVZc,11978
@@ -162,7 +160,7 @@ criteo_api_retailmedia_v2025_01/model/keywords_model_response.py,sha256=vlzZGYCJ
162
160
  criteo_api_retailmedia_v2025_01/model/line_item_bid_multipliers_v2_request.py,sha256=DC4CvDDn07Vl1CQFF-jQeufqrRaBClNhnDMtRlhURRc,11813
163
161
  criteo_api_retailmedia_v2025_01/model/line_item_bid_multipliers_v2_response.py,sha256=iR5S5KQ2-LJMrZuREmob4cjuakq6eupePjsCN-EoyQw,12536
164
162
  criteo_api_retailmedia_v2025_01/model/line_item_budget_overrides.py,sha256=-buZQm_CW_vn39cLe4vtU6WRM1RTc2NgZq66V67ah5o,12882
165
- criteo_api_retailmedia_v2025_01/model/line_item_product_status.py,sha256=wqzC80g4Qnt0gZilXZp5p5hdCE2ZMq0OTCpRtJnhoIo,12273
163
+ criteo_api_retailmedia_v2025_01/model/line_item_product_status.py,sha256=LSOAgn87A6AueRoZGIY0eaxObpExvcEZ32J2J944jQo,12273
166
164
  criteo_api_retailmedia_v2025_01/model/match_type_model.py,sha256=t2asDipCCHY04gdi6NUqI5oVzidLkmaz-cz5Z1ytvrY,12314
167
165
  criteo_api_retailmedia_v2025_01/model/metadata.py,sha256=KqR-e4p5FsFlYVgTgQt0cgwGJTmGvGYUgXxXiR_3Sok,11757
168
166
  criteo_api_retailmedia_v2025_01/model/monthly_line_item_budeget_override.py,sha256=HmSXj-iU-Y52rL0uGdOBLzPy-ER6G_ITXoz7S5voX2U,12948
@@ -192,7 +190,6 @@ criteo_api_retailmedia_v2025_01/model/resource_of_auction_line_item.py,sha256=kt
192
190
  criteo_api_retailmedia_v2025_01/model/resource_of_auction_line_item_update_model.py,sha256=7dLY6XeeGYD_eIqJJXVMirQMonNyhSj8ZtggIZSeU3k,12376
193
191
  criteo_api_retailmedia_v2025_01/model/resource_of_balance_campaign202110.py,sha256=5aklpS5rwPS7UpT5ATqUIC57sUJKP8Kp5taUV-kVS0Q,12252
194
192
  criteo_api_retailmedia_v2025_01/model/resource_of_balance_response_v2.py,sha256=0B3UcXCp21CGs3Azek1IVInvvY9Bew4tEWBo-nchHSo,12227
195
- criteo_api_retailmedia_v2025_01/model/resource_of_brand_preview.py,sha256=C4oGLr0zRNxIFZ_U1_X5CUmpN-DMI3_QpTAclbvoC_Y,12176
196
193
  criteo_api_retailmedia_v2025_01/model/resource_of_category202204.py,sha256=3-YAw5ka4z8efqS4yAwOqwPWPsfYnaiMs7Awv4nS_Xk,12195
197
194
  criteo_api_retailmedia_v2025_01/model/resource_of_change_dates_of_balance_v2.py,sha256=0ZbMMk7CrkArcjMpuvRaSL5DtCDlHJFBvSiO8Vbx_Z8,12279
198
195
  criteo_api_retailmedia_v2025_01/model/resource_of_common_line_item.py,sha256=Fwczmty30ARdWu9ZhZopv-pwzRY7CnrrlWv3rc8Nz0g,12254
@@ -209,9 +206,8 @@ criteo_api_retailmedia_v2025_01/model/resource_outcome.py,sha256=IQygo6tFVvKLF4n
209
206
  criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_amendment.py,sha256=7JP0br5VFf6riJDS-_jJR07jbjlKsaTMHonXNAQ6Rm0,12202
210
207
  criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_amendment_attributes.py,sha256=70ynTWgR59woGUZj9jXDTtR63NgHDnCkM6ZAX2_Ryj8,12743
211
208
  criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_amendment_request.py,sha256=WnuvNsOR6SEJ0eFm9luBxOgueiICZ-TKa2H10TdlMpM,11853
212
- criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation.py,sha256=Ix8hIIye5iv303iZhL0rQ1nRLQKuflAEH1FZNOgzbpk,12752
213
- criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation_response_attributes.py,sha256=p9MeapR4d6ozc3XMLYCu6ekB9aPcoAMwRoZvyjx2HbA,12397
214
- criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation_response_attributes_attributes.py,sha256=T1kyuK6bVwLDByuCKP_25p8C-4Vl-iysjBcwdwOXjdk,13974
209
+ criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation.py,sha256=Exs_nDKqiNyRYdvjgJYq3YNqdr6i8ft7NCFOpfVG694,13021
210
+ criteo_api_retailmedia_v2025_01/model/retail_media_contactlist_operation_response_attributes.py,sha256=pMakgonTSPWtRaC1X4TDlfTHrlEiJ6q9u4cjQDvI07g,13944
215
211
  criteo_api_retailmedia_v2025_01/model/review_state_model.py,sha256=KQ5NUEDcyyXL8dMZdRqpnJOF7HJAvcmRBOpjuj6SLgQ,12558
216
212
  criteo_api_retailmedia_v2025_01/model/rm_algebra_node_v1.py,sha256=Jm9nDBRKJQG1hBciY7JAEJx1Afk1r1vJ5h-nP0wspCw,12208
217
213
  criteo_api_retailmedia_v2025_01/model/rm_audience_entity_v1.py,sha256=FfoZVZXgufkruS61FYDBXbUiNz5Jv9K4LloOj7hyVWk,14407
@@ -293,8 +289,8 @@ criteo_api_retailmedia_v2025_01/model/value_type_resource_of_keyword_target20211
293
289
  criteo_api_retailmedia_v2025_01/model/value_type_resource_of_store_ids_update_model202110.py,sha256=2-NIG-EqlUiwUc8IuAcERnSFhMrQ6SbPugGBoIAxrI4,12052
294
290
  criteo_api_retailmedia_v2025_01/model/value_type_resource_of_store_target202110.py,sha256=kUfewdrPk3qa54AO0zEM342_AX0eJlGRL7LnlHBF3rw,11970
295
291
  criteo_api_retailmedia_v2025_01/model/video_variable_value.py,sha256=iLuJQLuirYe9PoheB1W-NFi7gc6B6rl_ZaIGtX2CBpU,12081
296
- criteo_api_retailmedia_v2025_01/models/__init__.py,sha256=NJ7nrtY0Zon1A-DQwZcbiMMGAVUy94BAmyKxB-iwuhg,31465
297
- criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info/METADATA,sha256=2zCoMYot1jwPzNFSxHDKS6v9V5jW2cGUR8VWUkYcmok,1866
298
- criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
299
- criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info/top_level.txt,sha256=wYgOZKDNEnjENlGVmEeV9omLAymEPJUUGXtqk6Ei7rw,32
300
- criteo_api_retailmedia_sdk-2025.1.0.250129.dist-info/RECORD,,
292
+ criteo_api_retailmedia_v2025_01/models/__init__.py,sha256=HRG8iRWDokwhG4iTAsE1F1-JYbg3PoLRVVMB9NlU72E,31010
293
+ criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info/METADATA,sha256=68LVAtUIv5xgAgGZFNfbb_xG8oIdf-nrldgicWQ-Rd8,1866
294
+ criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
295
+ criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info/top_level.txt,sha256=wYgOZKDNEnjENlGVmEeV9omLAymEPJUUGXtqk6Ei7rw,32
296
+ criteo_api_retailmedia_sdk-2025.1.0.250211.dist-info/RECORD,,
@@ -8,7 +8,7 @@
8
8
  """
9
9
 
10
10
 
11
- __version__ = "2025.01.0.250129"
11
+ __version__ = "2025.01.0.250211"
12
12
 
13
13
  # import ApiClient
14
14
  from criteo_api_retailmedia_v2025_01.api_client import ApiClient
@@ -35,7 +35,6 @@ from criteo_api_retailmedia_v2025_01.model.audience_target202110_request import
35
35
  from criteo_api_retailmedia_v2025_01.model.audience_target202110_response import AudienceTarget202110Response
36
36
  from criteo_api_retailmedia_v2025_01.model.balance_campaign202110_list_request import BalanceCampaign202110ListRequest
37
37
  from criteo_api_retailmedia_v2025_01.model.balance_campaign202110_paged_list_response import BalanceCampaign202110PagedListResponse
38
- from criteo_api_retailmedia_v2025_01.model.brand_preview_list_response import BrandPreviewListResponse
39
38
  from criteo_api_retailmedia_v2025_01.model.category202204 import Category202204
40
39
  from criteo_api_retailmedia_v2025_01.model.category202204_list_response import Category202204ListResponse
41
40
  from criteo_api_retailmedia_v2025_01.model.common_line_item_paged_list_response import CommonLineItemPagedListResponse
@@ -154,7 +153,7 @@ class CampaignApi(object):
154
153
  )
155
154
  self.append_promoted_products_endpoint = _Endpoint(
156
155
  settings={
157
- 'response_type': None,
156
+ 'response_type': (ProductResourceOutcome,),
158
157
  'auth': [
159
158
  'oauth',
160
159
  'oauth'
@@ -1365,82 +1364,6 @@ class CampaignApi(object):
1365
1364
  },
1366
1365
  api_client=api_client
1367
1366
  )
1368
- self.get_api_v1_external_retailer_brands_by_retailer_id_endpoint = _Endpoint(
1369
- settings={
1370
- 'response_type': (BrandPreviewListResponse,),
1371
- 'auth': [
1372
- 'oauth',
1373
- 'oauth'
1374
- ],
1375
- 'endpoint_path': '/2025-01/retail-media/retailers/{retailerId}/brands',
1376
- 'operation_id': 'get_api_v1_external_retailer_brands_by_retailer_id',
1377
- 'http_method': 'GET',
1378
- 'servers': None,
1379
- },
1380
- params_map={
1381
- 'all': [
1382
- 'retailer_id',
1383
- 'sku_stock_type_filter',
1384
- 'brand_type',
1385
- ],
1386
- 'required': [
1387
- 'retailer_id',
1388
- ],
1389
- 'nullable': [
1390
- ],
1391
- 'enum': [
1392
- 'sku_stock_type_filter',
1393
- 'brand_type',
1394
- ],
1395
- 'validation': [
1396
- ]
1397
- },
1398
- root_map={
1399
- 'validations': {
1400
- },
1401
- 'allowed_values': {
1402
- ('sku_stock_type_filter',): {
1403
-
1404
- "FIRST-PARTY": "first-party",
1405
- "THIRD-PARTY": "third-party",
1406
- "FIRST-AND-THIRD-PARTY": "first-and-third-party"
1407
- },
1408
- ('brand_type',): {
1409
-
1410
- "ALL": "all",
1411
- "UC": "uc",
1412
- "RETAILER": "retailer"
1413
- },
1414
- },
1415
- 'openapi_types': {
1416
- 'retailer_id':
1417
- (int,),
1418
- 'sku_stock_type_filter':
1419
- (str,),
1420
- 'brand_type':
1421
- (str,),
1422
- },
1423
- 'attribute_map': {
1424
- 'retailer_id': 'retailerId',
1425
- 'sku_stock_type_filter': 'sku-stock-type-filter',
1426
- 'brand_type': 'brand-type',
1427
- },
1428
- 'location_map': {
1429
- 'retailer_id': 'path',
1430
- 'sku_stock_type_filter': 'query',
1431
- 'brand_type': 'query',
1432
- },
1433
- 'collection_format_map': {
1434
- }
1435
- },
1436
- headers_map={
1437
- 'accept': [
1438
- 'application/json'
1439
- ],
1440
- 'content_type': [],
1441
- },
1442
- api_client=api_client
1443
- )
1444
1367
  self.get_api_v2_external_account_by_account_id_creativescreative_id_endpoint = _Endpoint(
1445
1368
  settings={
1446
1369
  'response_type': (Creative2Response,),
@@ -1526,6 +1449,7 @@ class CampaignApi(object):
1526
1449
  'account_id',
1527
1450
  ],
1528
1451
  'nullable': [
1452
+ 'limit_to_type',
1529
1453
  ],
1530
1454
  'enum': [
1531
1455
  'limit_to_type',
@@ -1538,7 +1462,7 @@ class CampaignApi(object):
1538
1462
  },
1539
1463
  'allowed_values': {
1540
1464
  ('limit_to_type',): {
1541
-
1465
+ 'None': None,
1542
1466
  "UNKNOWN": "Unknown",
1543
1467
  "AUCTION": "Auction",
1544
1468
  "PREFERRED": "Preferred"
@@ -1550,7 +1474,7 @@ class CampaignApi(object):
1550
1474
  'limit_to_campaign_id':
1551
1475
  ([str],),
1552
1476
  'limit_to_type':
1553
- (str,),
1477
+ (str, none_type,),
1554
1478
  'limit_to_id':
1555
1479
  ([str],),
1556
1480
  'page_index':
@@ -3991,7 +3915,7 @@ class CampaignApi(object):
3991
3915
  async_req (bool): execute request asynchronously
3992
3916
 
3993
3917
  Returns:
3994
- None
3918
+ ProductResourceOutcome
3995
3919
  If the method is called asynchronously, returns the request
3996
3920
  thread.
3997
3921
  """
@@ -5700,91 +5624,6 @@ class CampaignApi(object):
5700
5624
  catalog_id
5701
5625
  return self.get_api_v1_external_catalog_status_by_catalog_id_endpoint.call_with_http_info(**kwargs)
5702
5626
 
5703
- def get_api_v1_external_retailer_brands_by_retailer_id(
5704
- self,
5705
- retailer_id,
5706
- **kwargs
5707
- ):
5708
- """get_api_v1_external_retailer_brands_by_retailer_id # noqa: E501
5709
-
5710
- Gets the brands for the given retailer # noqa: E501
5711
- This method makes a synchronous HTTP request by default. To make an
5712
- asynchronous HTTP request, please pass async_req=True
5713
-
5714
- >>> thread = api.get_api_v1_external_retailer_brands_by_retailer_id(retailer_id, async_req=True)
5715
- >>> result = thread.get()
5716
-
5717
- Args:
5718
- retailer_id (int): The retailer id for which brands should be fetched.
5719
-
5720
- Keyword Args:
5721
- sku_stock_type_filter (str): Filter to narrow down brands [first-party|third-party|first-and-third-party]. Defaults to first-and-third-party. [optional]
5722
- brand_type (str): Filter to narrow down brands [all|uc|retailer]. Defaults to uc. [optional]
5723
- _return_http_data_only (bool): response data without head status
5724
- code and headers. Default is True.
5725
- _preload_content (bool): if False, the urllib3.HTTPResponse object
5726
- will be returned without reading/decoding response data.
5727
- Default is True.
5728
- _request_timeout (int/float/tuple): timeout setting for this request. If
5729
- one number provided, it will be total request timeout. It can also
5730
- be a pair (tuple) of (connection, read) timeouts.
5731
- Default is None.
5732
- _check_input_type (bool): specifies if type checking
5733
- should be done one the data sent to the server.
5734
- Default is True.
5735
- _check_return_type (bool): specifies if type checking
5736
- should be done one the data received from the server.
5737
- Default is True.
5738
- _spec_property_naming (bool): True if the variable names in the input data
5739
- are serialized names, as specified in the OpenAPI document.
5740
- False if the variable names in the input data
5741
- are pythonic names, e.g. snake case (default)
5742
- _content_type (str/None): force body content-type.
5743
- Default is None and content-type will be predicted by allowed
5744
- content-types and body.
5745
- _host_index (int/None): specifies the index of the server
5746
- that we want to use.
5747
- Default is read from the configuration.
5748
- _request_auths (list): set to override the auth_settings for an a single
5749
- request; this effectively ignores the authentication
5750
- in the spec for a single request.
5751
- Default is None
5752
- async_req (bool): execute request asynchronously
5753
-
5754
- Returns:
5755
- BrandPreviewListResponse
5756
- If the method is called asynchronously, returns the request
5757
- thread.
5758
- """
5759
- kwargs['async_req'] = kwargs.get(
5760
- 'async_req', False
5761
- )
5762
- kwargs['_return_http_data_only'] = kwargs.get(
5763
- '_return_http_data_only', True
5764
- )
5765
- kwargs['_preload_content'] = kwargs.get(
5766
- '_preload_content', True
5767
- )
5768
- kwargs['_request_timeout'] = kwargs.get(
5769
- '_request_timeout', None
5770
- )
5771
- kwargs['_check_input_type'] = kwargs.get(
5772
- '_check_input_type', True
5773
- )
5774
- kwargs['_check_return_type'] = kwargs.get(
5775
- '_check_return_type', True
5776
- )
5777
- kwargs['_spec_property_naming'] = kwargs.get(
5778
- '_spec_property_naming', False
5779
- )
5780
- kwargs['_content_type'] = kwargs.get(
5781
- '_content_type')
5782
- kwargs['_host_index'] = kwargs.get('_host_index')
5783
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
5784
- kwargs['retailer_id'] = \
5785
- retailer_id
5786
- return self.get_api_v1_external_retailer_brands_by_retailer_id_endpoint.call_with_http_info(**kwargs)
5787
-
5788
5627
  def get_api_v2_external_account_by_account_id_creativescreative_id(
5789
5628
  self,
5790
5629
  account_id,
@@ -5891,7 +5730,7 @@ class CampaignApi(object):
5891
5730
 
5892
5731
  Keyword Args:
5893
5732
  limit_to_campaign_id ([str]): The campaign ids that you would like to limit your result set to. [optional]
5894
- limit_to_type (str): The campaign types that you would like to limit your result set to. [optional]
5733
+ limit_to_type (str, none_type): The campaign types that you would like to limit your result set to. [optional]
5895
5734
  limit_to_id ([str]): The ids that you would like to limit your result set to. [optional]
5896
5735
  page_index (int): The 0 indexed page index you would like to receive given the page size. [optional]
5897
5736
  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/2025.01.0.250129/python'
79
+ self.user_agent = 'OpenAPI-Generator/2025.01.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: 2025-01\n"\
398
- "SDK Package Version: 2025.01.0.250129".\
398
+ "SDK Package Version: 2025.01.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': "NotApplicable",
70
- 'BILLBYRETAILER': "BillByRetailer",
71
- 'BILLBYCRITEO': "BillByCriteo",
72
- 'UNKNOWN': "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': "None",
71
- 'UNKNOWN': "Unknown",
72
- 'ONEDAY': "OneDay",
73
- 'SEVENDAYS': "SevenDays",
74
- 'FOURTEENDAYS': "FourteenDays",
75
- 'THIRTYDAYS': "ThirtyDays",
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 "None" # noqa: E501
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 "None" # noqa: E501
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': "None",
78
- 'UNKNOWN': "Unknown",
79
- 'ONEDAY': "OneDay",
80
- 'SEVENDAYS': "SevenDays",
81
- 'FOURTEENDAYS': "FourteenDays",
82
- 'THIRTYDAYS': "ThirtyDays",
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 "None" # noqa: E501
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 "None" # noqa: E501
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': "None",
66
- 'UNKNOWN': "Unknown",
67
- 'ONEDAY': "OneDay",
68
- 'SEVENDAYS': "SevenDays",
69
- 'FOURTEENDAYS': "FourteenDays",
70
- 'THIRTYDAYS': "ThirtyDays",
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.
@@ -59,6 +59,8 @@ class ExternalRetailer(ModelNormal):
59
59
  'UNKNOWN': "unknown",
60
60
  'AUCTION': "auction",
61
61
  'PREFERRED': "preferred",
62
+ 'OFFSITE': "offsite",
63
+ 'OFFSITECPC': "offsiteCpc",
62
64
  },
63
65
  }
64
66
 
@@ -52,9 +52,9 @@ class LineItemProductStatus(ModelSimple):
52
52
 
53
53
  allowed_values = {
54
54
  ('value',): {
55
- 'UNKNOWN': "Unknown",
56
- 'ACTIVE': "Active",
57
- 'PAUSED': "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 ["Unknown", "Active", "Paused", ] # noqa: E501
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 ["Unknown", "Active", "Paused", ] # noqa: E501
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 ["Unknown", "Active", "Paused", ] # noqa: E501
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 ["Unknown", "Active", "Paused", ] # noqa: E501
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.