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
@@ -87,7 +87,7 @@ class RmAudienceSegmentUpdateEntityV1(ModelNormal):
87
87
  """
88
88
  lazy_import()
89
89
  return {
90
- 'name': (str, none_type,), # noqa: E501
90
+ 'name': (str,), # noqa: E501
91
91
  'description': (NillableString,), # noqa: E501
92
92
  'contact_list': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},), # noqa: E501
93
93
  }
@@ -144,7 +144,7 @@ class RmAudienceSegmentUpdateEntityV1(ModelNormal):
144
144
  Animal class but this time we won't travel
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
- name (str, none_type): Name of the segment. [optional] # noqa: E501
147
+ name (str): Name of the segment. [optional] # noqa: E501
148
148
  description (NillableString): [optional] # noqa: E501
149
149
  contact_list ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Settings to update the contact list of the segment. [optional] # noqa: E501
150
150
  """
@@ -232,7 +232,7 @@ class RmAudienceSegmentUpdateEntityV1(ModelNormal):
232
232
  Animal class but this time we won't travel
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
- name (str, none_type): Name of the segment. [optional] # noqa: E501
235
+ name (str): Name of the segment. [optional] # noqa: E501
236
236
  description (NillableString): [optional] # noqa: E501
237
237
  contact_list ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): Settings to update the contact list of the segment. [optional] # noqa: E501
238
238
  """
@@ -88,8 +88,8 @@ class RmAudienceSegmentUpdateEntityV1Resource(ModelNormal):
88
88
  lazy_import()
89
89
  return {
90
90
  'attributes': (RmAudienceSegmentUpdateEntityV1,), # noqa: E501
91
- 'id': (str, none_type,), # noqa: E501
92
- 'type': (str, none_type,), # noqa: E501
91
+ 'id': (str,), # noqa: E501
92
+ 'type': (str,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -145,8 +145,8 @@ class RmAudienceSegmentUpdateEntityV1Resource(ModelNormal):
145
145
  through its discriminator because we passed in
146
146
  _visited_composed_classes = (Animal,)
147
147
  attributes (RmAudienceSegmentUpdateEntityV1): [optional] # noqa: E501
148
- id (str, none_type): Id of the entity. [optional] # noqa: E501
149
- type (str, none_type): [optional] # noqa: E501
148
+ id (str): Id of the entity. [optional] # noqa: E501
149
+ type (str): [optional] # noqa: E501
150
150
  """
151
151
 
152
152
  _check_type = kwargs.pop('_check_type', True)
@@ -233,8 +233,8 @@ class RmAudienceSegmentUpdateEntityV1Resource(ModelNormal):
233
233
  through its discriminator because we passed in
234
234
  _visited_composed_classes = (Animal,)
235
235
  attributes (RmAudienceSegmentUpdateEntityV1): [optional] # noqa: E501
236
- id (str, none_type): Id of the entity. [optional] # noqa: E501
237
- type (str, none_type): [optional] # noqa: E501
236
+ id (str): Id of the entity. [optional] # noqa: E501
237
+ type (str): [optional] # noqa: E501
238
238
  """
239
239
 
240
240
  _check_type = kwargs.pop('_check_type', True)
@@ -56,7 +56,6 @@ class RmContactListCreateV1(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('identifier_type',): {
59
- 'None': None,
60
59
  'EMAIL': "Email",
61
60
  'USERIDENTIFIER': "UserIdentifier",
62
61
  'IDENTITYLINK': "IdentityLink",
@@ -88,7 +87,7 @@ class RmContactListCreateV1(ModelNormal):
88
87
  and the value is attribute type.
89
88
  """
90
89
  return {
91
- 'identifier_type': (str, none_type,), # noqa: E501
90
+ 'identifier_type': (str,), # noqa: E501
92
91
  }
93
92
 
94
93
  @cached_property
@@ -141,7 +140,7 @@ class RmContactListCreateV1(ModelNormal):
141
140
  Animal class but this time we won't travel
142
141
  through its discriminator because we passed in
143
142
  _visited_composed_classes = (Animal,)
144
- identifier_type (str, none_type): Indicates contact list type. [optional] # noqa: E501
143
+ identifier_type (str): Indicates contact list type. [optional] # noqa: E501
145
144
  """
146
145
 
147
146
  _check_type = kwargs.pop('_check_type', True)
@@ -227,7 +226,7 @@ class RmContactListCreateV1(ModelNormal):
227
226
  Animal class but this time we won't travel
228
227
  through its discriminator because we passed in
229
228
  _visited_composed_classes = (Animal,)
230
- identifier_type (str, none_type): Indicates contact list type. [optional] # noqa: E501
229
+ identifier_type (str): Indicates contact list type. [optional] # noqa: E501
231
230
  """
232
231
 
233
232
  _check_type = kwargs.pop('_check_type', True)
@@ -68,7 +68,7 @@ class RmContactListStatisticsEntityV1(ModelNormal):
68
68
  """
69
69
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
70
70
 
71
- _nullable = False
71
+ _nullable = True
72
72
 
73
73
  @cached_property
74
74
  def openapi_types():
@@ -73,7 +73,7 @@ class RmContactListStatisticsEntityV1Resource(ModelNormal):
73
73
  lazy_import()
74
74
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
75
75
 
76
- _nullable = False
76
+ _nullable = True
77
77
 
78
78
  @cached_property
79
79
  def openapi_types():
@@ -83,7 +83,7 @@ class RmContactListV1(ModelNormal):
83
83
  """
84
84
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
85
85
 
86
- _nullable = False
86
+ _nullable = True
87
87
 
88
88
  @cached_property
89
89
  def openapi_types():
@@ -88,7 +88,7 @@ class RmEventsV1(ModelNormal):
88
88
  """
89
89
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
90
90
 
91
- _nullable = False
91
+ _nullable = True
92
92
 
93
93
  @cached_property
94
94
  def openapi_types():
@@ -0,0 +1,286 @@
1
+ """
2
+ Criteo API
3
+
4
+ Criteo API - RetailMedia # 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_retailmedia_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_retailmedia_preview.exceptions import ApiAttributeError
30
+
31
+
32
+ def lazy_import():
33
+ from criteo_api_retailmedia_preview.model.seller_identifier_v2 import SellerIdentifierV2
34
+ globals()['SellerIdentifierV2'] = SellerIdentifierV2
35
+
36
+
37
+ class SellerCatalogRequestV2(ModelNormal):
38
+ """NOTE: This class is auto generated by OpenAPI Generator.
39
+ Ref: https://openapi-generator.tech
40
+
41
+ Do not edit the class manually.
42
+
43
+ Attributes:
44
+ allowed_values (dict): The key is the tuple path to the attribute
45
+ and the for var_name this is (var_name,). The value is a dict
46
+ with a capitalized key describing the allowed value and an allowed
47
+ value. These dicts store the allowed enum values.
48
+ attribute_map (dict): The key is attribute name
49
+ and the value is json key in definition.
50
+ discriminator_value_class_map (dict): A dict to go from the discriminator
51
+ variable value to the discriminator class name.
52
+ validations (dict): The key is the tuple path to the attribute
53
+ and the for var_name this is (var_name,). The value is a dict
54
+ that stores validations for max_length, min_length, max_items,
55
+ min_items, exclusive_maximum, inclusive_maximum, exclusive_minimum,
56
+ inclusive_minimum, and regex.
57
+ additional_properties_type (tuple): A tuple of classes accepted
58
+ as additional properties values.
59
+ """
60
+
61
+ allowed_values = {
62
+ ('include_fields',): {
63
+ 'UNKNOWN': "Unknown",
64
+ 'DESCRIPTION': "Description",
65
+ 'IMAGEURL': "ImageUrl",
66
+ 'GLOBALCATEGORYID': "GlobalCategoryId",
67
+ 'RETAILERNAME': "RetailerName",
68
+ 'CATEGORY': "Category",
69
+ 'BRANDNAME': "BrandName",
70
+ },
71
+ }
72
+
73
+ validations = {
74
+ }
75
+
76
+ @cached_property
77
+ def additional_properties_type():
78
+ """
79
+ This must be a method because a model may have properties that are
80
+ of type self, this must run after the class is loaded
81
+ """
82
+ lazy_import()
83
+ return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
84
+
85
+ _nullable = True
86
+
87
+ @cached_property
88
+ def openapi_types():
89
+ """
90
+ This must be a method because a model may have properties that are
91
+ of type self, this must run after the class is loaded
92
+
93
+ Returns
94
+ openapi_types (dict): The key is attribute name
95
+ and the value is attribute type.
96
+ """
97
+ lazy_import()
98
+ return {
99
+ 'sellers': ([SellerIdentifierV2],), # noqa: E501
100
+ 'modified_after': (datetime,), # noqa: E501
101
+ 'include_fields': ([str],), # noqa: E501
102
+ }
103
+
104
+ @cached_property
105
+ def discriminator():
106
+ return None
107
+
108
+
109
+ attribute_map = {
110
+ 'sellers': 'sellers', # noqa: E501
111
+ 'modified_after': 'modifiedAfter', # noqa: E501
112
+ 'include_fields': 'includeFields', # noqa: E501
113
+ }
114
+
115
+ read_only_vars = {
116
+ }
117
+
118
+ _composed_schemas = {}
119
+
120
+ @classmethod
121
+ @convert_js_args_to_python_args
122
+ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
123
+ """SellerCatalogRequestV2 - a model defined in OpenAPI
124
+
125
+ Keyword Args:
126
+ _check_type (bool): if True, values for parameters in openapi_types
127
+ will be type checked and a TypeError will be
128
+ raised if the wrong type is input.
129
+ Defaults to True
130
+ _path_to_item (tuple/list): This is a list of keys or values to
131
+ drill down to the model in received_data
132
+ when deserializing a response
133
+ _spec_property_naming (bool): True if the variable names in the input data
134
+ are serialized names, as specified in the OpenAPI document.
135
+ False if the variable names in the input data
136
+ are pythonic names, e.g. snake case (default)
137
+ _configuration (Configuration): the instance to use when
138
+ deserializing a file_type parameter.
139
+ If passed, type conversion is attempted
140
+ If omitted no type conversion is done.
141
+ _visited_composed_classes (tuple): This stores a tuple of
142
+ classes that we have traveled through so that
143
+ if we see that class again we will not use its
144
+ discriminator again.
145
+ When traveling through a discriminator, the
146
+ composed schema that is
147
+ is traveled through is added to this set.
148
+ For example if Animal has a discriminator
149
+ petType and we pass in "Dog", and the class Dog
150
+ allOf includes Animal, we move through Animal
151
+ once using the discriminator, and pick Dog.
152
+ Then in Dog, we will make an instance of the
153
+ Animal class but this time we won't travel
154
+ through its discriminator because we passed in
155
+ _visited_composed_classes = (Animal,)
156
+ sellers ([SellerIdentifierV2]): A list of sellers to restrict the catalog to.. [optional] # noqa: E501
157
+ modified_after (datetime): Only products modified after this time will be returned.. [optional] # noqa: E501
158
+ include_fields ([str]): Out of the optional fields, only the ones specified will be included in the catalog generated.. [optional] # noqa: E501
159
+ """
160
+
161
+ _check_type = kwargs.pop('_check_type', True)
162
+ _spec_property_naming = kwargs.pop('_spec_property_naming', True)
163
+ _path_to_item = kwargs.pop('_path_to_item', ())
164
+ _configuration = kwargs.pop('_configuration', None)
165
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
166
+
167
+ self = super(OpenApiModel, cls).__new__(cls)
168
+
169
+ if args:
170
+ for arg in args:
171
+ if isinstance(arg, dict):
172
+ kwargs.update(arg)
173
+ else:
174
+ raise ApiTypeError(
175
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
176
+ args,
177
+ self.__class__.__name__,
178
+ ),
179
+ path_to_item=_path_to_item,
180
+ valid_classes=(self.__class__,),
181
+ )
182
+
183
+ self._data_store = {}
184
+ self._check_type = _check_type
185
+ self._spec_property_naming = _spec_property_naming
186
+ self._path_to_item = _path_to_item
187
+ self._configuration = _configuration
188
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
189
+
190
+ for var_name, var_value in kwargs.items():
191
+ if var_name not in self.attribute_map and \
192
+ self._configuration is not None and \
193
+ self._configuration.discard_unknown_keys and \
194
+ self.additional_properties_type is None:
195
+ # discard variable.
196
+ continue
197
+ setattr(self, var_name, var_value)
198
+ return self
199
+
200
+ required_properties = set([
201
+ '_data_store',
202
+ '_check_type',
203
+ '_spec_property_naming',
204
+ '_path_to_item',
205
+ '_configuration',
206
+ '_visited_composed_classes',
207
+ ])
208
+
209
+ @convert_js_args_to_python_args
210
+ def __init__(self, *args, **kwargs): # noqa: E501
211
+ """SellerCatalogRequestV2 - a model defined in OpenAPI
212
+
213
+ Keyword Args:
214
+ _check_type (bool): if True, values for parameters in openapi_types
215
+ will be type checked and a TypeError will be
216
+ raised if the wrong type is input.
217
+ Defaults to True
218
+ _path_to_item (tuple/list): This is a list of keys or values to
219
+ drill down to the model in received_data
220
+ when deserializing a response
221
+ _spec_property_naming (bool): True if the variable names in the input data
222
+ are serialized names, as specified in the OpenAPI document.
223
+ False if the variable names in the input data
224
+ are pythonic names, e.g. snake case (default)
225
+ _configuration (Configuration): the instance to use when
226
+ deserializing a file_type parameter.
227
+ If passed, type conversion is attempted
228
+ If omitted no type conversion is done.
229
+ _visited_composed_classes (tuple): This stores a tuple of
230
+ classes that we have traveled through so that
231
+ if we see that class again we will not use its
232
+ discriminator again.
233
+ When traveling through a discriminator, the
234
+ composed schema that is
235
+ is traveled through is added to this set.
236
+ For example if Animal has a discriminator
237
+ petType and we pass in "Dog", and the class Dog
238
+ allOf includes Animal, we move through Animal
239
+ once using the discriminator, and pick Dog.
240
+ Then in Dog, we will make an instance of the
241
+ Animal class but this time we won't travel
242
+ through its discriminator because we passed in
243
+ _visited_composed_classes = (Animal,)
244
+ sellers ([SellerIdentifierV2]): A list of sellers to restrict the catalog to.. [optional] # noqa: E501
245
+ modified_after (datetime): Only products modified after this time will be returned.. [optional] # noqa: E501
246
+ include_fields ([str]): Out of the optional fields, only the ones specified will be included in the catalog generated.. [optional] # noqa: E501
247
+ """
248
+
249
+ _check_type = kwargs.pop('_check_type', True)
250
+ _spec_property_naming = kwargs.pop('_spec_property_naming', False)
251
+ _path_to_item = kwargs.pop('_path_to_item', ())
252
+ _configuration = kwargs.pop('_configuration', None)
253
+ _visited_composed_classes = kwargs.pop('_visited_composed_classes', ())
254
+
255
+ if args:
256
+ for arg in args:
257
+ if isinstance(arg, dict):
258
+ kwargs.update(arg)
259
+ else:
260
+ raise ApiTypeError(
261
+ "Invalid positional arguments=%s passed to %s. Remove those invalid positional arguments." % (
262
+ args,
263
+ self.__class__.__name__,
264
+ ),
265
+ path_to_item=_path_to_item,
266
+ valid_classes=(self.__class__,),
267
+ )
268
+
269
+ self._data_store = {}
270
+ self._check_type = _check_type
271
+ self._spec_property_naming = _spec_property_naming
272
+ self._path_to_item = _path_to_item
273
+ self._configuration = _configuration
274
+ self._visited_composed_classes = _visited_composed_classes + (self.__class__,)
275
+
276
+ for var_name, var_value in kwargs.items():
277
+ if var_name not in self.attribute_map and \
278
+ self._configuration is not None and \
279
+ self._configuration.discard_unknown_keys and \
280
+ self.additional_properties_type is None:
281
+ # discard variable.
282
+ continue
283
+ setattr(self, var_name, var_value)
284
+ if var_name in self.read_only_vars:
285
+ raise ApiAttributeError(f"`{var_name}` is a read-only attribute. Use `from_openapi_data` to instantiate "
286
+ f"class with read only attributes.")
@@ -30,7 +30,7 @@ from criteo_api_retailmedia_preview.exceptions import ApiAttributeError
30
30
 
31
31
 
32
32
 
33
- class SellerIdentifier(ModelNormal):
33
+ class SellerIdentifierV2(ModelNormal):
34
34
  """NOTE: This class is auto generated by OpenAPI Generator.
35
35
  Ref: https://openapi-generator.tech
36
36
 
@@ -103,7 +103,7 @@ class SellerIdentifier(ModelNormal):
103
103
  @classmethod
104
104
  @convert_js_args_to_python_args
105
105
  def _from_openapi_data(cls, retailer_id, seller_id, *args, **kwargs): # noqa: E501
106
- """SellerIdentifier - a model defined in OpenAPI
106
+ """SellerIdentifierV2 - a model defined in OpenAPI
107
107
 
108
108
  Args:
109
109
  retailer_id (str): The retailer Id that the seller operates under
@@ -194,7 +194,7 @@ class SellerIdentifier(ModelNormal):
194
194
 
195
195
  @convert_js_args_to_python_args
196
196
  def __init__(self, retailer_id, seller_id, *args, **kwargs): # noqa: E501
197
- """SellerIdentifier - a model defined in OpenAPI
197
+ """SellerIdentifierV2 - a model defined in OpenAPI
198
198
 
199
199
  Args:
200
200
  retailer_id (str): The retailer Id that the seller operates under
@@ -79,7 +79,7 @@ class SellerSearch(ModelNormal):
79
79
  """
80
80
  return {
81
81
  'account_ids': ([str],), # noqa: E501
82
- 'include_details': (bool, none_type,), # noqa: E501
82
+ 'include_details': (bool,), # noqa: E501
83
83
  }
84
84
 
85
85
  @cached_property
@@ -136,7 +136,7 @@ class SellerSearch(ModelNormal):
136
136
  Animal class but this time we won't travel
137
137
  through its discriminator because we passed in
138
138
  _visited_composed_classes = (Animal,)
139
- include_details (bool, none_type): whether to include additional fields beyond the sellerId and retailerId in the response. May improve performance when set to false.. [optional] if omitted the server will use the default value of False # noqa: E501
139
+ include_details (bool): whether to include additional fields beyond the sellerId and retailerId in the response. May improve performance when set to false.. [optional] if omitted the server will use the default value of False # noqa: E501
140
140
  """
141
141
 
142
142
  _check_type = kwargs.pop('_check_type', True)
@@ -226,7 +226,7 @@ class SellerSearch(ModelNormal):
226
226
  Animal class but this time we won't travel
227
227
  through its discriminator because we passed in
228
228
  _visited_composed_classes = (Animal,)
229
- include_details (bool, none_type): whether to include additional fields beyond the sellerId and retailerId in the response. May improve performance when set to false.. [optional] if omitted the server will use the default value of False # noqa: E501
229
+ include_details (bool): whether to include additional fields beyond the sellerId and retailerId in the response. May improve performance when set to false.. [optional] if omitted the server will use the default value of False # noqa: E501
230
230
  """
231
231
 
232
232
  _check_type = kwargs.pop('_check_type', True)
@@ -66,7 +66,7 @@ class SellerSearchResult(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():
@@ -75,7 +75,7 @@ class StatusResponse(ModelNormal):
75
75
  """
76
76
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
77
77
 
78
- _nullable = False
78
+ _nullable = True
79
79
 
80
80
  @cached_property
81
81
  def openapi_types():
@@ -73,7 +73,7 @@ class StatusResponseResource(ModelNormal):
73
73
  lazy_import()
74
74
  return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
75
75
 
76
- _nullable = False
76
+ _nullable = True
77
77
 
78
78
  @cached_property
79
79
  def openapi_types():
@@ -56,14 +56,12 @@ class SyncAttributedTransactionsReport(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('click_attribution_window',): {
59
- 'None': None,
60
59
  'NONE': "none",
61
60
  '7D': "7D",
62
61
  '14D': "14D",
63
62
  '30D': "30D",
64
63
  },
65
64
  ('view_attribution_window',): {
66
- 'None': None,
67
65
  'NONE': "none",
68
66
  '1D': "1D",
69
67
  '7D': "7D",
@@ -71,19 +69,16 @@ class SyncAttributedTransactionsReport(ModelNormal):
71
69
  '30D': "30D",
72
70
  },
73
71
  ('campaign_type',): {
74
- 'None': None,
75
72
  'ALL': "all",
76
73
  'SPONSOREDPRODUCTS': "sponsoredProducts",
77
74
  'ONSITEDISPLAYS': "onSiteDisplays",
78
75
  },
79
76
  ('sales_channel',): {
80
- 'None': None,
81
77
  'ALL': "all",
82
78
  'OFFLINE': "offline",
83
79
  'ONLINE': "online",
84
80
  },
85
81
  ('dimensions',): {
86
- 'None': None,
87
82
  'PURCHASEDDATE': "purchasedDate",
88
83
  'PURCHASEDHOUR': "purchasedHour",
89
84
  'ADVDATE': "advDate",
@@ -116,7 +111,6 @@ class SyncAttributedTransactionsReport(ModelNormal):
116
111
  'ACTIVITYSELLERNAME': "activitySellerName",
117
112
  },
118
113
  ('metrics',): {
119
- 'None': None,
120
114
  'ATTRIBUTEDUNITS': "attributedUnits",
121
115
  'ATTRIBUTEDSALES': "attributedSales",
122
116
  },
@@ -149,15 +143,15 @@ class SyncAttributedTransactionsReport(ModelNormal):
149
143
  'account_id': (str,), # noqa: E501
150
144
  'start_date': (datetime,), # noqa: E501
151
145
  'end_date': (datetime,), # noqa: E501
152
- 'campaign_ids': ([str], none_type,), # noqa: E501
153
- 'line_item_ids': ([str], none_type,), # noqa: E501
154
- 'click_attribution_window': (str, none_type,), # noqa: E501
155
- 'view_attribution_window': (str, none_type,), # noqa: E501
156
- 'campaign_type': (str, none_type,), # noqa: E501
157
- 'sales_channel': (str, none_type,), # noqa: E501
158
- 'dimensions': ([str], none_type,), # noqa: E501
159
- 'metrics': ([str], none_type,), # noqa: E501
160
- 'timezone': (str, none_type,), # noqa: E501
146
+ 'campaign_ids': ([str],), # noqa: E501
147
+ 'line_item_ids': ([str],), # noqa: E501
148
+ 'click_attribution_window': (str,), # noqa: E501
149
+ 'view_attribution_window': (str,), # noqa: E501
150
+ 'campaign_type': (str,), # noqa: E501
151
+ 'sales_channel': (str,), # noqa: E501
152
+ 'dimensions': ([str],), # noqa: E501
153
+ 'metrics': ([str],), # noqa: E501
154
+ 'timezone': (str,), # noqa: E501
161
155
  }
162
156
 
163
157
  @cached_property
@@ -226,15 +220,15 @@ class SyncAttributedTransactionsReport(ModelNormal):
226
220
  Animal class but this time we won't travel
227
221
  through its discriminator because we passed in
228
222
  _visited_composed_classes = (Animal,)
229
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
230
- line_item_ids ([str], none_type): Line item ids to filter. [optional] # noqa: E501
231
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
232
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
233
- 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
234
- 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
235
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
236
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
237
- 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
223
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
224
+ line_item_ids ([str]): Line item ids to filter. [optional] # noqa: E501
225
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
226
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
227
+ 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
228
+ 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
229
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
230
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
231
+ 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
238
232
  """
239
233
 
240
234
  _check_type = kwargs.pop('_check_type', True)
@@ -328,15 +322,15 @@ class SyncAttributedTransactionsReport(ModelNormal):
328
322
  Animal class but this time we won't travel
329
323
  through its discriminator because we passed in
330
324
  _visited_composed_classes = (Animal,)
331
- campaign_ids ([str], none_type): Campaign ids to filter. [optional] # noqa: E501
332
- line_item_ids ([str], none_type): Line item ids to filter. [optional] # noqa: E501
333
- click_attribution_window (str, none_type): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
334
- view_attribution_window (str, none_type): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
335
- 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
336
- 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
337
- dimensions ([str], none_type): List of dimensions to report on. [optional] # noqa: E501
338
- metrics ([str], none_type): List of metrics to report on. [optional] # noqa: E501
339
- 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
325
+ campaign_ids ([str]): Campaign ids to filter. [optional] # noqa: E501
326
+ line_item_ids ([str]): Line item ids to filter. [optional] # noqa: E501
327
+ click_attribution_window (str): Click attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
328
+ view_attribution_window (str): View attribution window. [optional] if omitted the server will use the default value of "none" # noqa: E501
329
+ 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
330
+ 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
331
+ dimensions ([str]): List of dimensions to report on. [optional] # noqa: E501
332
+ metrics ([str]): List of metrics to report on. [optional] # noqa: E501
333
+ 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
340
334
  """
341
335
 
342
336
  _check_type = kwargs.pop('_check_type', True)
@@ -87,7 +87,7 @@ class SyncAttributedTransactionsReportResource(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': (SyncAttributedTransactionsReport,), # noqa: E501
92
92
  }
93
93
 
@@ -142,7 +142,7 @@ class SyncAttributedTransactionsReportResource(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 (SyncAttributedTransactionsReport): [optional] # noqa: E501
147
147
  """
148
148
 
@@ -229,7 +229,7 @@ class SyncAttributedTransactionsReportResource(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 (SyncAttributedTransactionsReport): [optional] # noqa: E501
234
234
  """
235
235