criteo-api-retailmedia-sdk 0.0.250218__py3-none-any.whl → 0.0.250320__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.

Files changed (134) hide show
  1. criteo_api_retailmedia_preview/__init__.py +1 -1
  2. criteo_api_retailmedia_preview/api/accounts_api.py +3 -3
  3. criteo_api_retailmedia_preview/api/billing_api.py +445 -0
  4. criteo_api_retailmedia_preview/api/campaign_api.py +300 -17
  5. criteo_api_retailmedia_preview/api_client.py +1 -1
  6. criteo_api_retailmedia_preview/apis/__init__.py +1 -0
  7. criteo_api_retailmedia_preview/configuration.py +1 -1
  8. criteo_api_retailmedia_preview/model/add_remove_keyword_model.py +3 -3
  9. criteo_api_retailmedia_preview/model/application_summary_model.py +1 -1
  10. criteo_api_retailmedia_preview/model/application_summary_model_resource.py +1 -1
  11. criteo_api_retailmedia_preview/model/async_accounts_report.py +36 -47
  12. criteo_api_retailmedia_preview/model/async_accounts_report_resource.py +3 -3
  13. criteo_api_retailmedia_preview/model/async_campaigns_report.py +39 -49
  14. criteo_api_retailmedia_preview/model/async_campaigns_report_resource.py +3 -3
  15. criteo_api_retailmedia_preview/model/async_fill_rate_report.py +21 -14
  16. criteo_api_retailmedia_preview/model/async_fill_rate_report_resource.py +3 -3
  17. criteo_api_retailmedia_preview/model/async_line_items_report.py +39 -49
  18. criteo_api_retailmedia_preview/model/async_line_items_report_resource.py +3 -3
  19. criteo_api_retailmedia_preview/model/balance_response_v2.py +1 -1
  20. criteo_api_retailmedia_preview/model/bot_message.py +1 -1
  21. criteo_api_retailmedia_preview/model/brand_catalog_request_v2.py +284 -0
  22. criteo_api_retailmedia_preview/model/brand_id_search_request.py +3 -4
  23. criteo_api_retailmedia_preview/model/brand_id_search_result.py +1 -1
  24. criteo_api_retailmedia_preview/model/{external_catalog_status.py → catalog_status_v2.py} +15 -29
  25. criteo_api_retailmedia_preview/model/{entity_resource_collection_outcome_of_retail_media_child_account.py → catalog_status_v2_response.py} +8 -14
  26. criteo_api_retailmedia_preview/model/choice_variable_value.py +1 -1
  27. criteo_api_retailmedia_preview/model/cpc_min_bids_response.py +1 -1
  28. criteo_api_retailmedia_preview/model/create_balance_v2.py +3 -3
  29. criteo_api_retailmedia_preview/model/creative2.py +5 -1
  30. criteo_api_retailmedia_preview/model/creative_update_model2.py +3 -3
  31. criteo_api_retailmedia_preview/model/entity_resource_collection_outcome_of_retail_media_child_account_and_metadata.py +280 -0
  32. criteo_api_retailmedia_preview/model/entity_resource_of_retail_media_child_account.py +6 -13
  33. criteo_api_retailmedia_preview/model/{json_api_single_response_of_catalog_status.py → entity_resource_outcome_partner_billing_report_status_v1.py} +22 -35
  34. criteo_api_retailmedia_preview/model/entity_resource_partner_billing_report_status_v1.py +270 -0
  35. criteo_api_retailmedia_preview/model/export_report_meta_data.py +1 -1
  36. criteo_api_retailmedia_preview/model/external_line_item_bid_multipliers_v2.py +4 -0
  37. criteo_api_retailmedia_preview/model/external_line_item_page_v2.py +3 -3
  38. criteo_api_retailmedia_preview/model/external_preferred_line_item_v2.py +4 -0
  39. criteo_api_retailmedia_preview/model/external_retail_media_child_account.py +25 -37
  40. criteo_api_retailmedia_preview/model/files_variable_value.py +1 -1
  41. criteo_api_retailmedia_preview/model/grant_consent_model.py +3 -3
  42. criteo_api_retailmedia_preview/model/grant_consent_model_value_resource.py +3 -3
  43. criteo_api_retailmedia_preview/model/inbot_discussion.py +3 -3
  44. criteo_api_retailmedia_preview/model/inbot_discussion_data_instance_model.py +3 -3
  45. criteo_api_retailmedia_preview/model/installment.py +3 -3
  46. criteo_api_retailmedia_preview/model/json_api_body_with_id_of_int64_and_line_item_bid_multipliers_v2_and_line_item_bid_multipliers_v2.py +2 -8
  47. criteo_api_retailmedia_preview/model/{json_api_body_with_id_of_int64_and_catalog_status_and_catalog_status.py → json_api_body_without_id_of_brand_catalog_request_v2_and_brand_catalog_request_v2.py} +10 -16
  48. criteo_api_retailmedia_preview/model/{json_api_body_without_id_of_seller_catalog_request_and_seller_catalog_request.py → json_api_body_without_id_of_seller_catalog_request_v2_and_seller_catalog_request_v2.py} +8 -8
  49. criteo_api_retailmedia_preview/model/{json_api_request_of_seller_catalog_request.py → json_api_request_of_brand_catalog_request_v2.py} +8 -8
  50. criteo_api_retailmedia_preview/model/{seller_catalog_request.py → json_api_request_of_seller_catalog_request_v2.py} +9 -9
  51. criteo_api_retailmedia_preview/model/keyword_data_model.py +6 -6
  52. criteo_api_retailmedia_preview/model/keywords.py +12 -14
  53. criteo_api_retailmedia_preview/model/keywords_model.py +1 -1
  54. criteo_api_retailmedia_preview/model/keywords_model_resource.py +1 -1
  55. criteo_api_retailmedia_preview/model/line_item_product_status.py +2 -1
  56. criteo_api_retailmedia_preview/model/loyalty_points.py +9 -9
  57. criteo_api_retailmedia_preview/model/message_data_instance_model.py +1 -1
  58. criteo_api_retailmedia_preview/model/metadata.py +1 -1
  59. criteo_api_retailmedia_preview/model/nillable_string.py +1 -1
  60. criteo_api_retailmedia_preview/model/page_metadata.py +6 -6
  61. criteo_api_retailmedia_preview/model/paging_offset_limit_metadata.py +1 -1
  62. criteo_api_retailmedia_preview/model/partner_billing_report_request_v1.py +293 -0
  63. criteo_api_retailmedia_preview/model/partner_billing_report_status_v1.py +279 -0
  64. criteo_api_retailmedia_preview/model/price.py +6 -6
  65. criteo_api_retailmedia_preview/model/product.py +198 -198
  66. criteo_api_retailmedia_preview/model/product_metadata.py +1 -1
  67. criteo_api_retailmedia_preview/model/product_shipping.py +18 -18
  68. criteo_api_retailmedia_preview/model/product_shipping_dimension.py +6 -6
  69. criteo_api_retailmedia_preview/model/product_shipping_weight.py +6 -6
  70. criteo_api_retailmedia_preview/model/product_tax.py +18 -18
  71. criteo_api_retailmedia_preview/model/product_unit_pricing_base_measure.py +6 -6
  72. criteo_api_retailmedia_preview/model/product_unit_pricing_measure.py +6 -6
  73. criteo_api_retailmedia_preview/model/products_custom_batch_request_entry.py +12 -12
  74. criteo_api_retailmedia_preview/model/promoted_product.py +1 -1
  75. criteo_api_retailmedia_preview/model/promoted_product_resource_collection_input.py +3 -3
  76. criteo_api_retailmedia_preview/model/recommended_keywords_result.py +1 -1
  77. criteo_api_retailmedia_preview/model/report_data_response_resource.py +1 -1
  78. criteo_api_retailmedia_preview/model/resource_of_balance_response_v2.py +1 -1
  79. criteo_api_retailmedia_preview/model/resource_of_catalog_status_v2.py +277 -0
  80. criteo_api_retailmedia_preview/model/resource_of_change_dates_of_balance_v2.py +6 -6
  81. criteo_api_retailmedia_preview/model/resource_of_create_balance_v2.py +6 -6
  82. criteo_api_retailmedia_preview/model/resource_of_preferred_line_item_update_model_v2.py +6 -6
  83. criteo_api_retailmedia_preview/model/resource_of_product_button_request.py +6 -6
  84. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_preview.py +6 -6
  85. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_slim_preview.py +6 -6
  86. criteo_api_retailmedia_preview/model/resource_of_sku_search_request_slim_v2_preview.py +6 -6
  87. criteo_api_retailmedia_preview/model/resource_of_update_balance_model_v2.py +6 -6
  88. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment.py +3 -3
  89. criteo_api_retailmedia_preview/model/retail_media_contactlist_amendment_attributes.py +3 -4
  90. criteo_api_retailmedia_preview/model/rm_algebra_node_v1.py +1 -1
  91. criteo_api_retailmedia_preview/model/rm_audience_entity_v1.py +1 -1
  92. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1.py +9 -9
  93. criteo_api_retailmedia_preview/model/rm_audience_search_entity_v1_resource.py +3 -3
  94. criteo_api_retailmedia_preview/model/rm_audience_search_metadata_v1.py +1 -1
  95. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_create_input_v1.py +3 -3
  96. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_delete_input_v1.py +3 -3
  97. criteo_api_retailmedia_preview/model/rm_audience_segment_bulk_update_input_v1.py +3 -3
  98. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1.py +3 -3
  99. criteo_api_retailmedia_preview/model/rm_audience_segment_create_entity_v1_resource.py +3 -3
  100. criteo_api_retailmedia_preview/model/rm_audience_segment_delete_entity_v1_resource.py +6 -6
  101. criteo_api_retailmedia_preview/model/rm_audience_segment_entity_v1.py +1 -1
  102. criteo_api_retailmedia_preview/model/rm_audience_segment_id_entity_v1_resource.py +3 -3
  103. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1.py +9 -10
  104. criteo_api_retailmedia_preview/model/rm_audience_segment_search_entity_v1_resource.py +3 -3
  105. criteo_api_retailmedia_preview/model/rm_audience_segment_search_metadata_v1.py +1 -1
  106. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1.py +3 -3
  107. criteo_api_retailmedia_preview/model/rm_audience_segment_update_entity_v1_resource.py +6 -6
  108. criteo_api_retailmedia_preview/model/rm_contact_list_create_v1.py +3 -4
  109. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1.py +1 -1
  110. criteo_api_retailmedia_preview/model/rm_contact_list_statistics_entity_v1_resource.py +1 -1
  111. criteo_api_retailmedia_preview/model/rm_contact_list_v1.py +1 -1
  112. criteo_api_retailmedia_preview/model/rm_events_v1.py +1 -1
  113. criteo_api_retailmedia_preview/model/seller_catalog_request_v2.py +286 -0
  114. criteo_api_retailmedia_preview/model/{seller_identifier.py → seller_identifier_v2.py} +3 -3
  115. criteo_api_retailmedia_preview/model/seller_search.py +3 -3
  116. criteo_api_retailmedia_preview/model/seller_search_result.py +1 -1
  117. criteo_api_retailmedia_preview/model/status_response.py +1 -1
  118. criteo_api_retailmedia_preview/model/status_response_resource.py +1 -1
  119. criteo_api_retailmedia_preview/model/sync_attributed_transactions_report.py +27 -33
  120. criteo_api_retailmedia_preview/model/sync_attributed_transactions_report_resource.py +3 -3
  121. criteo_api_retailmedia_preview/model/sync_campaigns_report.py +27 -34
  122. criteo_api_retailmedia_preview/model/sync_campaigns_report_resource.py +3 -3
  123. criteo_api_retailmedia_preview/model/sync_line_items_report.py +30 -37
  124. criteo_api_retailmedia_preview/model/sync_line_items_report_resource.py +3 -3
  125. criteo_api_retailmedia_preview/model/value_resource_cpc_min_bids_response.py +1 -1
  126. criteo_api_retailmedia_preview/model/{offset_page_metadata.py → value_resource_input_partner_billing_report_request_v1.py} +15 -32
  127. criteo_api_retailmedia_preview/model/value_resource_of_recommended_keywords_result.py +1 -1
  128. criteo_api_retailmedia_preview/model/value_resource_partner_billing_report_request_v1.py +266 -0
  129. criteo_api_retailmedia_preview/model/video_variable_value.py +1 -1
  130. criteo_api_retailmedia_preview/models/__init__.py +17 -9
  131. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/METADATA +4 -4
  132. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/RECORD +134 -125
  133. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/WHEEL +1 -1
  134. {criteo_api_retailmedia_sdk-0.0.250218.dist-info → criteo_api_retailmedia_sdk-0.0.250320.dist-info}/top_level.txt +0 -0
@@ -56,7 +56,6 @@ class SyncCampaignsReport(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('report_type',): {
59
- 'None': None,
60
59
  'SUMMARY': "summary",
61
60
  'PAGETYPE': "pageType",
62
61
  'PRODUCTCATEGORY': "productCategory",
@@ -65,14 +64,12 @@ class SyncCampaignsReport(ModelNormal):
65
64
  'SERVEDCATEGORY': "servedCategory",
66
65
  },
67
66
  ('click_attribution_window',): {
68
- 'None': None,
69
67
  'NONE': "none",
70
68
  '7D': "7D",
71
69
  '14D': "14D",
72
70
  '30D': "30D",
73
71
  },
74
72
  ('view_attribution_window',): {
75
- 'None': None,
76
73
  'NONE': "none",
77
74
  '1D': "1D",
78
75
  '7D': "7D",
@@ -80,19 +77,16 @@ class SyncCampaignsReport(ModelNormal):
80
77
  '30D': "30D",
81
78
  },
82
79
  ('campaign_type',): {
83
- 'None': None,
84
80
  'ALL': "all",
85
81
  'SPONSOREDPRODUCTS': "sponsoredProducts",
86
82
  'ONSITEDISPLAYS': "onSiteDisplays",
87
83
  },
88
84
  ('sales_channel',): {
89
- 'None': None,
90
85
  'ALL': "all",
91
86
  'OFFLINE': "offline",
92
87
  'ONLINE': "online",
93
88
  },
94
89
  ('dimensions',): {
95
- 'None': None,
96
90
  'DATE': "date",
97
91
  'HOUR': "hour",
98
92
  'ACCOUNTID': "accountId",
@@ -117,7 +111,6 @@ class SyncCampaignsReport(ModelNormal):
117
111
  'TAXONOMYBREADCRUMB': "taxonomyBreadcrumb",
118
112
  },
119
113
  ('metrics',): {
120
- 'None': None,
121
114
  'IMPRESSIONS': "impressions",
122
115
  'CLICKS': "clicks",
123
116
  'SPEND': "spend",
@@ -163,15 +156,15 @@ class SyncCampaignsReport(ModelNormal):
163
156
  'account_id': (str,), # noqa: E501
164
157
  'start_date': (datetime,), # noqa: E501
165
158
  'end_date': (datetime,), # noqa: E501
166
- 'report_type': (str, none_type,), # noqa: E501
167
- 'campaign_ids': ([str], none_type,), # noqa: E501
168
- 'click_attribution_window': (str, none_type,), # noqa: E501
169
- 'view_attribution_window': (str, none_type,), # noqa: E501
170
- 'campaign_type': (str, none_type,), # noqa: E501
171
- 'sales_channel': (str, none_type,), # noqa: E501
172
- 'dimensions': ([str], none_type,), # noqa: E501
173
- 'metrics': ([str], none_type,), # noqa: E501
174
- 'timezone': (str, none_type,), # noqa: E501
159
+ 'report_type': (str,), # noqa: E501
160
+ 'campaign_ids': ([str],), # noqa: E501
161
+ 'click_attribution_window': (str,), # noqa: E501
162
+ 'view_attribution_window': (str,), # noqa: E501
163
+ 'campaign_type': (str,), # noqa: E501
164
+ 'sales_channel': (str,), # noqa: E501
165
+ 'dimensions': ([str],), # noqa: E501
166
+ 'metrics': ([str],), # noqa: E501
167
+ 'timezone': (str,), # noqa: E501
175
168
  }
176
169
 
177
170
  @cached_property
@@ -240,15 +233,15 @@ class SyncCampaignsReport(ModelNormal):
240
233
  Animal class but this time we won't travel
241
234
  through its discriminator because we passed in
242
235
  _visited_composed_classes = (Animal,)
243
- report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
244
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
245
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
246
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
247
- campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
248
- sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
249
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
250
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
251
- timezone (str, none_type): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
236
+ report_type (str): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
237
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
238
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
239
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
240
+ campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
241
+ sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
242
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
243
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
244
+ timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
252
245
  """
253
246
 
254
247
  _check_type = kwargs.pop('_check_type', True)
@@ -342,15 +335,15 @@ class SyncCampaignsReport(ModelNormal):
342
335
  Animal class but this time we won't travel
343
336
  through its discriminator because we passed in
344
337
  _visited_composed_classes = (Animal,)
345
- report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
346
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
347
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
348
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
349
- campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
350
- sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
351
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
352
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
353
- timezone (str, none_type): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
338
+ report_type (str): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
339
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
340
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
341
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
342
+ campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
343
+ sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
344
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
345
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
346
+ timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
354
347
  """
355
348
 
356
349
  _check_type = kwargs.pop('_check_type', True)
@@ -87,7 +87,7 @@ class SyncCampaignsReportResource(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'type': (str, none_type,), # noqa: E501
90
+ 'type': (str,), # noqa: E501
91
91
  'attributes': (SyncCampaignsReport,), # noqa: E501
92
92
  }
93
93
 
@@ -142,7 +142,7 @@ class SyncCampaignsReportResource(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- type (str, none_type): [optional] # noqa: E501
145
+ type (str): [optional] # noqa: E501
146
146
  attributes (SyncCampaignsReport): [optional] # noqa: E501
147
147
  """
148
148
 
@@ -229,7 +229,7 @@ class SyncCampaignsReportResource(ModelNormal):
229
229
  Animal class but this time we won't travel
230
230
  through its discriminator because we passed in
231
231
  _visited_composed_classes = (Animal,)
232
- type (str, none_type): [optional] # noqa: E501
232
+ type (str): [optional] # noqa: E501
233
233
  attributes (SyncCampaignsReport): [optional] # noqa: E501
234
234
  """
235
235
 
@@ -56,7 +56,6 @@ class SyncLineItemsReport(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('report_type',): {
59
- 'None': None,
60
59
  'SUMMARY': "summary",
61
60
  'PAGETYPE': "pageType",
62
61
  'PRODUCTCATEGORY': "productCategory",
@@ -65,14 +64,12 @@ class SyncLineItemsReport(ModelNormal):
65
64
  'SERVEDCATEGORY': "servedCategory",
66
65
  },
67
66
  ('click_attribution_window',): {
68
- 'None': None,
69
67
  'NONE': "none",
70
68
  '7D': "7D",
71
69
  '14D': "14D",
72
70
  '30D': "30D",
73
71
  },
74
72
  ('view_attribution_window',): {
75
- 'None': None,
76
73
  'NONE': "none",
77
74
  '1D': "1D",
78
75
  '7D': "7D",
@@ -80,19 +77,16 @@ class SyncLineItemsReport(ModelNormal):
80
77
  '30D': "30D",
81
78
  },
82
79
  ('campaign_type',): {
83
- 'None': None,
84
80
  'ALL': "all",
85
81
  'SPONSOREDPRODUCTS': "sponsoredProducts",
86
82
  'ONSITEDISPLAYS': "onSiteDisplays",
87
83
  },
88
84
  ('sales_channel',): {
89
- 'None': None,
90
85
  'ALL': "all",
91
86
  'OFFLINE': "offline",
92
87
  'ONLINE': "online",
93
88
  },
94
89
  ('dimensions',): {
95
- 'None': None,
96
90
  'DATE': "date",
97
91
  'HOUR': "hour",
98
92
  'ACCOUNTID': "accountId",
@@ -117,7 +111,6 @@ class SyncLineItemsReport(ModelNormal):
117
111
  'TAXONOMYBREADCRUMB': "taxonomyBreadcrumb",
118
112
  },
119
113
  ('metrics',): {
120
- 'None': None,
121
114
  'IMPRESSIONS': "impressions",
122
115
  'CLICKS': "clicks",
123
116
  'SPEND': "spend",
@@ -163,16 +156,16 @@ class SyncLineItemsReport(ModelNormal):
163
156
  'account_id': (str,), # noqa: E501
164
157
  'start_date': (datetime,), # noqa: E501
165
158
  'end_date': (datetime,), # noqa: E501
166
- 'report_type': (str, none_type,), # noqa: E501
167
- 'line_item_ids': ([str], none_type,), # noqa: E501
168
- 'campaign_ids': ([str], none_type,), # noqa: E501
169
- 'click_attribution_window': (str, none_type,), # noqa: E501
170
- 'view_attribution_window': (str, none_type,), # noqa: E501
171
- 'campaign_type': (str, none_type,), # noqa: E501
172
- 'sales_channel': (str, none_type,), # noqa: E501
173
- 'dimensions': ([str], none_type,), # noqa: E501
174
- 'metrics': ([str], none_type,), # noqa: E501
175
- 'timezone': (str, none_type,), # noqa: E501
159
+ 'report_type': (str,), # noqa: E501
160
+ 'line_item_ids': ([str],), # noqa: E501
161
+ 'campaign_ids': ([str],), # noqa: E501
162
+ 'click_attribution_window': (str,), # noqa: E501
163
+ 'view_attribution_window': (str,), # noqa: E501
164
+ 'campaign_type': (str,), # noqa: E501
165
+ 'sales_channel': (str,), # noqa: E501
166
+ 'dimensions': ([str],), # noqa: E501
167
+ 'metrics': ([str],), # noqa: E501
168
+ 'timezone': (str,), # noqa: E501
176
169
  }
177
170
 
178
171
  @cached_property
@@ -242,16 +235,16 @@ class SyncLineItemsReport(ModelNormal):
242
235
  Animal class but this time we won't travel
243
236
  through its discriminator because we passed in
244
237
  _visited_composed_classes = (Animal,)
245
- report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
246
- line_item_ids ([str], none_type): Line Item ids to filter. [optional] # noqa: E501
247
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
248
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
249
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
250
- campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
251
- sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
252
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
253
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
254
- timezone (str, none_type): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
238
+ report_type (str): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
239
+ line_item_ids ([str]): Line Item ids to filter. [optional] # noqa: E501
240
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
241
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
242
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
243
+ campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
244
+ sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
245
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
246
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
247
+ timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
255
248
  """
256
249
 
257
250
  _check_type = kwargs.pop('_check_type', True)
@@ -345,16 +338,16 @@ class SyncLineItemsReport(ModelNormal):
345
338
  Animal class but this time we won't travel
346
339
  through its discriminator because we passed in
347
340
  _visited_composed_classes = (Animal,)
348
- report_type (str, none_type): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
349
- line_item_ids ([str], none_type): Line Item ids to filter. [optional] # noqa: E501
350
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
351
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
352
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
353
- campaign_type (str, none_type): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
354
- sales_channel (str, none_type): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
355
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
356
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
357
- timezone (str, none_type): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
341
+ report_type (str): Type of report, if no dimensions/metrics are provided, falls back to summary reportType. [optional] if omitted the server will use the default value of "summary" # noqa: E501
342
+ line_item_ids ([str]): Line Item ids to filter. [optional] # noqa: E501
343
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
344
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
345
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
346
+ campaign_type (str): Filter the type of campaigns to report on: sponsoredProducts or onSiteDisplays. [optional] if omitted the server will use the default value of "all" # noqa: E501
347
+ sales_channel (str): Filter on specific sales channel: offline or online. [optional] if omitted the server will use the default value of "all" # noqa: E501
348
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
349
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
350
+ timezone (str): Time zone : see criteo developer portal for supported time zones. [optional] if omitted the server will use the default value of "UTC" # noqa: E501
358
351
  """
359
352
 
360
353
  _check_type = kwargs.pop('_check_type', True)
@@ -87,7 +87,7 @@ class SyncLineItemsReportResource(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'type': (str, none_type,), # noqa: E501
90
+ 'type': (str,), # noqa: E501
91
91
  'attributes': (SyncLineItemsReport,), # noqa: E501
92
92
  }
93
93
 
@@ -142,7 +142,7 @@ class SyncLineItemsReportResource(ModelNormal):
142
142
  Animal class but this time we won't travel
143
143
  through its discriminator because we passed in
144
144
  _visited_composed_classes = (Animal,)
145
- type (str, none_type): [optional] # noqa: E501
145
+ type (str): [optional] # noqa: E501
146
146
  attributes (SyncLineItemsReport): [optional] # noqa: E501
147
147
  """
148
148
 
@@ -229,7 +229,7 @@ class SyncLineItemsReportResource(ModelNormal):
229
229
  Animal class but this time we won't travel
230
230
  through its discriminator because we passed in
231
231
  _visited_composed_classes = (Animal,)
232
- type (str, none_type): [optional] # noqa: E501
232
+ type (str): [optional] # noqa: E501
233
233
  attributes (SyncLineItemsReport): [optional] # noqa: E501
234
234
  """
235
235
 
@@ -66,7 +66,7 @@ class ValueResourceCpcMinBidsResponse(ModelNormal):
66
66
 
67
67
  additional_properties_type = None
68
68
 
69
- _nullable = False
69
+ _nullable = True
70
70
 
71
71
  @cached_property
72
72
  def openapi_types():
@@ -29,8 +29,12 @@ from criteo_api_retailmedia_preview.model_utils import ( # noqa: F401
29
29
  from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.value_resource_partner_billing_report_request_v1 import ValueResourcePartnerBillingReportRequestV1
34
+ globals()['ValueResourcePartnerBillingReportRequestV1'] = ValueResourcePartnerBillingReportRequestV1
32
35
 
33
- class OffsetPageMetadata(ModelNormal):
36
+
37
+ class ValueResourceInputPartnerBillingReportRequestV1(ModelNormal):
34
38
  """NOTE: This class is auto generated by OpenAPI Generator.
35
39
  Ref: https://openapi-generator.tech
36
40
 
@@ -60,13 +64,7 @@ class OffsetPageMetadata(ModelNormal):
60
64
  validations = {
61
65
  }
62
66
 
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
67
+ additional_properties_type = None
70
68
 
71
69
  _nullable = False
72
70
 
@@ -80,10 +78,9 @@ class OffsetPageMetadata(ModelNormal):
80
78
  openapi_types (dict): The key is attribute name
81
79
  and the value is attribute type.
82
80
  """
81
+ lazy_import()
83
82
  return {
84
- 'offset': (int,), # noqa: E501
85
- 'limit': (int,), # noqa: E501
86
- 'count': (int, none_type,), # noqa: E501
83
+ 'data': (ValueResourcePartnerBillingReportRequestV1,), # noqa: E501
87
84
  }
88
85
 
89
86
  @cached_property
@@ -92,9 +89,7 @@ class OffsetPageMetadata(ModelNormal):
92
89
 
93
90
 
94
91
  attribute_map = {
95
- 'offset': 'offset', # noqa: E501
96
- 'limit': 'limit', # noqa: E501
97
- 'count': 'count', # noqa: E501
92
+ 'data': 'data', # noqa: E501
98
93
  }
99
94
 
100
95
  read_only_vars = {
@@ -104,12 +99,8 @@ class OffsetPageMetadata(ModelNormal):
104
99
 
105
100
  @classmethod
106
101
  @convert_js_args_to_python_args
107
- def _from_openapi_data(cls, offset, limit, *args, **kwargs): # noqa: E501
108
- """OffsetPageMetadata - a model defined in OpenAPI
109
-
110
- Args:
111
- offset (int):
112
- limit (int):
102
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
103
+ """ValueResourceInputPartnerBillingReportRequestV1 - a model defined in OpenAPI
113
104
 
114
105
  Keyword Args:
115
106
  _check_type (bool): if True, values for parameters in openapi_types
@@ -142,7 +133,7 @@ class OffsetPageMetadata(ModelNormal):
142
133
  Animal class but this time we won't travel
143
134
  through its discriminator because we passed in
144
135
  _visited_composed_classes = (Animal,)
145
- count (int, none_type): [optional] # noqa: E501
136
+ data (ValueResourcePartnerBillingReportRequestV1): [optional] # noqa: E501
146
137
  """
147
138
 
148
139
  _check_type = kwargs.pop('_check_type', True)
@@ -174,8 +165,6 @@ class OffsetPageMetadata(ModelNormal):
174
165
  self._configuration = _configuration
175
166
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
176
167
 
177
- self.offset = offset
178
- self.limit = limit
179
168
  for var_name, var_value in kwargs.items():
180
169
  if var_name not in self.attribute_map and \
181
170
  self._configuration is not None and \
@@ -196,12 +185,8 @@ class OffsetPageMetadata(ModelNormal):
196
185
  ])
197
186
 
198
187
  @convert_js_args_to_python_args
199
- def __init__(self, offset, limit, *args, **kwargs): # noqa: E501
200
- """OffsetPageMetadata - a model defined in OpenAPI
201
-
202
- Args:
203
- offset (int):
204
- limit (int):
188
+ def __init__(self, *args, **kwargs): # noqa: E501
189
+ """ValueResourceInputPartnerBillingReportRequestV1 - a model defined in OpenAPI
205
190
 
206
191
  Keyword Args:
207
192
  _check_type (bool): if True, values for parameters in openapi_types
@@ -234,7 +219,7 @@ class OffsetPageMetadata(ModelNormal):
234
219
  Animal class but this time we won't travel
235
220
  through its discriminator because we passed in
236
221
  _visited_composed_classes = (Animal,)
237
- count (int, none_type): [optional] # noqa: E501
222
+ data (ValueResourcePartnerBillingReportRequestV1): [optional] # noqa: E501
238
223
  """
239
224
 
240
225
  _check_type = kwargs.pop('_check_type', True)
@@ -264,8 +249,6 @@ class OffsetPageMetadata(ModelNormal):
264
249
  self._configuration = _configuration
265
250
  self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
266
251
 
267
- self.offset = offset
268
- self.limit = limit
269
252
  for var_name, var_value in kwargs.items():
270
253
  if var_name not in self.attribute_map and \
271
254
  self._configuration is not None and \
@@ -66,7 +66,7 @@ class ValueResourceOfRecommendedKeywordsResult(ModelNormal):
66
66
 
67
67
  additional_properties_type = None
68
68
 
69
- _nullable = False
69
+ _nullable = True
70
70
 
71
71
  @cached_property
72
72
  def openapi_types():