criteo-api-retailmedia-sdk 2024.1.0.250218__py3-none-any.whl → 2024.1.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 (69) hide show
  1. {criteo_api_retailmedia_sdk-2024.1.0.250218.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250320.dist-info}/METADATA +4 -4
  2. {criteo_api_retailmedia_sdk-2024.1.0.250218.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250320.dist-info}/RECORD +69 -69
  3. {criteo_api_retailmedia_sdk-2024.1.0.250218.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250320.dist-info}/WHEEL +1 -1
  4. criteo_api_retailmedia_v2024_01/__init__.py +1 -1
  5. criteo_api_retailmedia_v2024_01/api_client.py +1 -1
  6. criteo_api_retailmedia_v2024_01/configuration.py +1 -1
  7. criteo_api_retailmedia_v2024_01/model/add_remove_keyword_model.py +3 -3
  8. criteo_api_retailmedia_v2024_01/model/application_summary_model.py +1 -1
  9. criteo_api_retailmedia_v2024_01/model/application_summary_model_resource.py +1 -1
  10. criteo_api_retailmedia_v2024_01/model/asset.py +1 -1
  11. criteo_api_retailmedia_v2024_01/model/asset_resource.py +1 -1
  12. criteo_api_retailmedia_v2024_01/model/async_campaigns_report.py +39 -49
  13. criteo_api_retailmedia_v2024_01/model/async_campaigns_report_resource.py +3 -3
  14. criteo_api_retailmedia_v2024_01/model/async_line_items_report.py +39 -49
  15. criteo_api_retailmedia_v2024_01/model/async_line_items_report_resource.py +3 -3
  16. criteo_api_retailmedia_v2024_01/model/async_revenue_report.py +60 -73
  17. criteo_api_retailmedia_v2024_01/model/async_revenue_report_resource.py +3 -3
  18. criteo_api_retailmedia_v2024_01/model/campaign_budget_overrides.py +1 -1
  19. criteo_api_retailmedia_v2024_01/model/choice_variable_specification.py +1 -1
  20. criteo_api_retailmedia_v2024_01/model/choice_variable_value.py +1 -1
  21. criteo_api_retailmedia_v2024_01/model/common_error.py +26 -31
  22. criteo_api_retailmedia_v2024_01/model/common_warning.py +26 -31
  23. criteo_api_retailmedia_v2024_01/model/creative202110.py +1 -1
  24. criteo_api_retailmedia_v2024_01/model/creative202210.py +1 -1
  25. criteo_api_retailmedia_v2024_01/model/creative_update_model202207.py +3 -3
  26. criteo_api_retailmedia_v2024_01/model/external_account.py +2 -8
  27. criteo_api_retailmedia_v2024_01/model/external_auction_line_item.py +4 -0
  28. criteo_api_retailmedia_v2024_01/model/external_auction_line_item_create_model.py +3 -3
  29. criteo_api_retailmedia_v2024_01/model/external_auction_line_item_update_model.py +3 -3
  30. criteo_api_retailmedia_v2024_01/model/external_brand.py +2 -8
  31. criteo_api_retailmedia_v2024_01/model/external_retailer.py +6 -11
  32. criteo_api_retailmedia_v2024_01/model/external_update_balance_model.py +6 -6
  33. criteo_api_retailmedia_v2024_01/model/files_variable_value.py +1 -1
  34. criteo_api_retailmedia_v2024_01/model/files_variables_specification.py +1 -1
  35. criteo_api_retailmedia_v2024_01/model/json_api_body_with_id_of_int64_and_account_and_account.py +1 -8
  36. criteo_api_retailmedia_v2024_01/model/json_api_body_with_id_of_int64_and_brand_and_brand.py +1 -8
  37. criteo_api_retailmedia_v2024_01/model/json_api_body_with_id_of_int64_and_retailer_and_retailer.py +1 -8
  38. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_account.py +7 -14
  39. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_brand.py +7 -14
  40. criteo_api_retailmedia_v2024_01/model/json_api_page_response_of_retailer.py +7 -14
  41. criteo_api_retailmedia_v2024_01/model/keyword_data_model.py +6 -6
  42. criteo_api_retailmedia_v2024_01/model/keywords_model.py +1 -1
  43. criteo_api_retailmedia_v2024_01/model/keywords_model_resource.py +1 -1
  44. criteo_api_retailmedia_v2024_01/model/line_item_budget_overrides.py +1 -1
  45. criteo_api_retailmedia_v2024_01/model/page_metadata.py +7 -13
  46. criteo_api_retailmedia_v2024_01/model/resource_of_add_funds_to_balance.py +6 -6
  47. criteo_api_retailmedia_v2024_01/model/resource_of_auction_line_item_update_model.py +6 -6
  48. criteo_api_retailmedia_v2024_01/model/resource_of_change_dates_of_balance.py +6 -6
  49. criteo_api_retailmedia_v2024_01/model/resource_of_create_balance.py +6 -6
  50. criteo_api_retailmedia_v2024_01/model/resource_of_preferred_line_item_update_model202110.py +6 -6
  51. criteo_api_retailmedia_v2024_01/model/resource_of_update_balance_model.py +6 -6
  52. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v1.py +1 -1
  53. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v1_resource.py +1 -1
  54. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v2.py +1 -1
  55. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_create_entity_v2_resource.py +1 -1
  56. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v1.py +1 -1
  57. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_get_entity_v2.py +1 -1
  58. criteo_api_retailmedia_v2024_01/model/rm_legacy_audience_user_behavior_details_v2.py +1 -1
  59. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_customer_list.py +1 -1
  60. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_create_v2.py +1 -1
  61. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_v1.py +1 -1
  62. criteo_api_retailmedia_v2024_01/model/rm_legacy_segment_user_behavior_v2.py +1 -1
  63. criteo_api_retailmedia_v2024_01/model/status_response.py +1 -1
  64. criteo_api_retailmedia_v2024_01/model/status_response_resource.py +1 -1
  65. criteo_api_retailmedia_v2024_01/model/template.py +1 -1
  66. criteo_api_retailmedia_v2024_01/model/value_resource_of_campaign_budget_overrides.py +1 -1
  67. criteo_api_retailmedia_v2024_01/model/value_resource_of_line_item_budget_overrides.py +1 -1
  68. criteo_api_retailmedia_v2024_01/model/video_variable_value.py +1 -1
  69. {criteo_api_retailmedia_sdk-2024.1.0.250218.dist-info → criteo_api_retailmedia_sdk-2024.1.0.250320.dist-info}/top_level.txt +0 -0
@@ -56,6 +56,7 @@ class CommonWarning(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('type',): {
59
+ 'None': None,
59
60
  'UNKNOWN': "unknown",
60
61
  'ACCESS-CONTROL': "access-control",
61
62
  'AUTHENTICATION': "authentication",
@@ -70,13 +71,7 @@ class CommonWarning(ModelNormal):
70
71
  validations = {
71
72
  }
72
73
 
73
- @cached_property
74
- def additional_properties_type():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
- """
79
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
74
+ additional_properties_type = None
80
75
 
81
76
  _nullable = False
82
77
 
@@ -91,14 +86,14 @@ class CommonWarning(ModelNormal):
91
86
  and the value is attribute type.
92
87
  """
93
88
  return {
94
- 'trace_id': (str,), # noqa: E501
95
- 'type': (str,), # noqa: E501
96
- 'code': (str,), # noqa: E501
97
- 'instance': (str,), # noqa: E501
98
- 'title': (str,), # noqa: E501
99
- 'detail': (str,), # noqa: E501
100
- 'source': ({str: (str,)},), # noqa: E501
101
- 'stack_trace': (str,), # noqa: E501
89
+ 'trace_id': (str, none_type,), # noqa: E501
90
+ 'type': (str, none_type,), # noqa: E501
91
+ 'code': (str, none_type,), # noqa: E501
92
+ 'instance': (str, none_type,), # noqa: E501
93
+ 'title': (str, none_type,), # noqa: E501
94
+ 'detail': (str, none_type,), # noqa: E501
95
+ 'source': ({str: (str,)}, none_type,), # noqa: E501
96
+ 'stack_trace': (str, none_type,), # noqa: E501
102
97
  }
103
98
 
104
99
  @cached_property
@@ -158,14 +153,14 @@ class CommonWarning(ModelNormal):
158
153
  Animal class but this time we won't travel
159
154
  through its discriminator because we passed in
160
155
  _visited_composed_classes = (Animal,)
161
- trace_id (str): (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.. [optional] # noqa: E501
162
- type (str): (REQUIRED) The classification of the error.. [optional] # noqa: E501
163
- code (str): (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kabab-case.. [optional] # noqa: E501
164
- instance (str): (REQUIRED) A URI reference that identifies the specific occurrence of the problem.. [optional] # noqa: E501
165
- title (str): (RECOMMENDED) A short, human-readable summary of the problem type.. [optional] # noqa: E501
166
- detail (str): (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
167
- source ({str: (str,)}): (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
168
- stack_trace (str): (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology. [optional] # noqa: E501
156
+ trace_id (str, none_type): (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.. [optional] # noqa: E501
157
+ type (str, none_type): (REQUIRED) The classification of the error.. [optional] # noqa: E501
158
+ code (str, none_type): (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kabab-case.. [optional] # noqa: E501
159
+ instance (str, none_type): (REQUIRED) A URI reference that identifies the specific occurrence of the problem.. [optional] # noqa: E501
160
+ title (str, none_type): (RECOMMENDED) A short, human-readable summary of the problem type.. [optional] # noqa: E501
161
+ detail (str, none_type): (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
162
+ source ({str: (str,)}, none_type): (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
163
+ stack_trace (str, none_type): (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology. [optional] # noqa: E501
169
164
  """
170
165
 
171
166
  _check_type = kwargs.pop('_check_type', True)
@@ -251,14 +246,14 @@ class CommonWarning(ModelNormal):
251
246
  Animal class but this time we won't travel
252
247
  through its discriminator because we passed in
253
248
  _visited_composed_classes = (Animal,)
254
- trace_id (str): (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.. [optional] # noqa: E501
255
- type (str): (REQUIRED) The classification of the error.. [optional] # noqa: E501
256
- code (str): (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kabab-case.. [optional] # noqa: E501
257
- instance (str): (REQUIRED) A URI reference that identifies the specific occurrence of the problem.. [optional] # noqa: E501
258
- title (str): (RECOMMENDED) A short, human-readable summary of the problem type.. [optional] # noqa: E501
259
- detail (str): (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
260
- source ({str: (str,)}): (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
261
- stack_trace (str): (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology. [optional] # noqa: E501
249
+ trace_id (str, none_type): (REQUIRED) The Correlation ID provided by the Gateway. It is also a unique identifier for this particular occurrence of the problem.. [optional] # noqa: E501
250
+ type (str, none_type): (REQUIRED) The classification of the error.. [optional] # noqa: E501
251
+ code (str, none_type): (REQUIRED) A machine-readable unique error code, expressed as a string value. The format used must be kabab-case.. [optional] # noqa: E501
252
+ instance (str, none_type): (REQUIRED) A URI reference that identifies the specific occurrence of the problem.. [optional] # noqa: E501
253
+ title (str, none_type): (RECOMMENDED) A short, human-readable summary of the problem type.. [optional] # noqa: E501
254
+ detail (str, none_type): (RECOMMENDED) A human-readable explanation specific to this occurrence of the problem.. [optional] # noqa: E501
255
+ source ({str: (str,)}, none_type): (OPTIONAL) A machine-readable structure to reference to the exact location(s) causing the error(s). [optional] # noqa: E501
256
+ stack_trace (str, none_type): (NEVER IN PRODUCTION) A human-readable stacktrace produced by the implementation technology. [optional] # noqa: E501
262
257
  """
263
258
 
264
259
  _check_type = kwargs.pop('_check_type', True)
@@ -68,7 +68,7 @@ class Creative202110(ModelNormal):
68
68
 
69
69
  additional_properties_type = None
70
70
 
71
- _nullable = False
71
+ _nullable = True
72
72
 
73
73
  @cached_property
74
74
  def openapi_types():
@@ -86,7 +86,7 @@ class Creative202210(ModelNormal):
86
86
 
87
87
  additional_properties_type = None
88
88
 
89
- _nullable = False
89
+ _nullable = True
90
90
 
91
91
  @cached_property
92
92
  def openapi_types():
@@ -84,7 +84,7 @@ class CreativeUpdateModel202207(ModelNormal):
84
84
  'retailer_id': (int,), # noqa: E501
85
85
  'template_id': (int,), # noqa: E501
86
86
  'template_variable_values': ([TemplateVariableValue],), # noqa: E501
87
- 'brand_id': (int, none_type,), # noqa: E501
87
+ 'brand_id': (int,), # noqa: E501
88
88
  }
89
89
 
90
90
  @cached_property
@@ -147,7 +147,7 @@ class CreativeUpdateModel202207(ModelNormal):
147
147
  Animal class but this time we won't travel
148
148
  through its discriminator because we passed in
149
149
  _visited_composed_classes = (Animal,)
150
- brand_id (int, none_type): The brand associated to the creative. [optional] # noqa: E501
150
+ brand_id (int): The brand associated to the creative. [optional] # noqa: E501
151
151
  """
152
152
 
153
153
  _check_type = kwargs.pop('_check_type', True)
@@ -243,7 +243,7 @@ class CreativeUpdateModel202207(ModelNormal):
243
243
  Animal class but this time we won't travel
244
244
  through its discriminator because we passed in
245
245
  _visited_composed_classes = (Animal,)
246
- brand_id (int, none_type): The brand associated to the creative. [optional] # noqa: E501
246
+ brand_id (int): The brand associated to the creative. [optional] # noqa: E501
247
247
  """
248
248
 
249
249
  _check_type = kwargs.pop('_check_type', True)
@@ -79,15 +79,9 @@ class ExternalAccount(ModelNormal):
79
79
  },
80
80
  }
81
81
 
82
- @cached_property
83
- def additional_properties_type():
84
- """
85
- This must be a method because a model may have properties that are
86
- of type self, this must run after the class is loaded
87
- """
88
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
82
+ additional_properties_type = None
89
83
 
90
- _nullable = False
84
+ _nullable = True
91
85
 
92
86
  @cached_property
93
87
  def openapi_types():
@@ -119,6 +119,7 @@ class ExternalAuctionLineItem(ModelNormal):
119
119
  'target_bid': (float, none_type,), # noqa: E501
120
120
  'is_auto_daily_pacing': (bool,), # noqa: E501
121
121
  'budget_spent': (float,), # noqa: E501
122
+ 'id': (str, none_type,), # noqa: E501
122
123
  }
123
124
 
124
125
  @cached_property
@@ -144,6 +145,7 @@ class ExternalAuctionLineItem(ModelNormal):
144
145
  'target_bid': 'targetBid', # noqa: E501
145
146
  'is_auto_daily_pacing': 'isAutoDailyPacing', # noqa: E501
146
147
  'budget_spent': 'budgetSpent', # noqa: E501
148
+ 'id': 'id', # noqa: E501
147
149
  }
148
150
 
149
151
  read_only_vars = {
@@ -206,6 +208,7 @@ class ExternalAuctionLineItem(ModelNormal):
206
208
  target_bid (float, none_type): [optional] # noqa: E501
207
209
  is_auto_daily_pacing (bool): [optional] if omitted the server will use the default value of False # noqa: E501
208
210
  budget_spent (float): [optional] # noqa: E501
211
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
209
212
  """
210
213
 
211
214
  _check_type = kwargs.pop('_check_type', True)
@@ -317,6 +320,7 @@ class ExternalAuctionLineItem(ModelNormal):
317
320
  target_bid (float, none_type): [optional] # noqa: E501
318
321
  is_auto_daily_pacing (bool): [optional] if omitted the server will use the default value of False # noqa: E501
319
322
  budget_spent (float): [optional] # noqa: E501
323
+ id (str, none_type): Id of the entity. [optional] # noqa: E501
320
324
  """
321
325
 
322
326
  _check_type = kwargs.pop('_check_type', True)
@@ -105,7 +105,7 @@ class ExternalAuctionLineItemCreateModel(ModelNormal):
105
105
  'name': (str,), # noqa: E501
106
106
  'start_date': (date,), # noqa: E501
107
107
  'target_retailer_id': (str,), # noqa: E501
108
- 'end_date': (date, none_type,), # noqa: E501
108
+ 'end_date': (date,), # noqa: E501
109
109
  'status': (str,), # noqa: E501
110
110
  'budget': (float, none_type,), # noqa: E501
111
111
  'target_bid': (float, none_type,), # noqa: E501
@@ -182,7 +182,7 @@ class ExternalAuctionLineItemCreateModel(ModelNormal):
182
182
  Animal class but this time we won't travel
183
183
  through its discriminator because we passed in
184
184
  _visited_composed_classes = (Animal,)
185
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
185
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
186
186
  status (str): [optional] # noqa: E501
187
187
  budget (float, none_type): [optional] # noqa: E501
188
188
  target_bid (float, none_type): [optional] # noqa: E501
@@ -284,7 +284,7 @@ class ExternalAuctionLineItemCreateModel(ModelNormal):
284
284
  Animal class but this time we won't travel
285
285
  through its discriminator because we passed in
286
286
  _visited_composed_classes = (Animal,)
287
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
287
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
288
288
  status (str): [optional] # noqa: E501
289
289
  budget (float, none_type): [optional] # noqa: E501
290
290
  target_bid (float, none_type): [optional] # noqa: E501
@@ -107,7 +107,7 @@ class ExternalAuctionLineItemUpdateModel(ModelNormal):
107
107
  'status': (str,), # noqa: E501
108
108
  'target_bid': (float, none_type,), # noqa: E501
109
109
  'is_auto_daily_pacing': (bool,), # noqa: E501
110
- 'end_date': (date, none_type,), # noqa: E501
110
+ 'end_date': (date,), # noqa: E501
111
111
  'budget': (float, none_type,), # noqa: E501
112
112
  'max_bid': (float, none_type,), # noqa: E501
113
113
  'monthly_pacing': (float, none_type,), # noqa: E501
@@ -182,7 +182,7 @@ class ExternalAuctionLineItemUpdateModel(ModelNormal):
182
182
  Animal class but this time we won't travel
183
183
  through its discriminator because we passed in
184
184
  _visited_composed_classes = (Animal,)
185
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
185
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
186
186
  budget (float, none_type): [optional] # noqa: E501
187
187
  max_bid (float, none_type): [optional] # noqa: E501
188
188
  monthly_pacing (float, none_type): [optional] # noqa: E501
@@ -285,7 +285,7 @@ class ExternalAuctionLineItemUpdateModel(ModelNormal):
285
285
  Animal class but this time we won't travel
286
286
  through its discriminator because we passed in
287
287
  _visited_composed_classes = (Animal,)
288
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
288
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
289
289
  budget (float, none_type): [optional] # noqa: E501
290
290
  max_bid (float, none_type): [optional] # noqa: E501
291
291
  monthly_pacing (float, none_type): [optional] # noqa: E501
@@ -64,15 +64,9 @@ class ExternalBrand(ModelNormal):
64
64
  },
65
65
  }
66
66
 
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
67
+ additional_properties_type = None
74
68
 
75
- _nullable = False
69
+ _nullable = True
76
70
 
77
71
  @cached_property
78
72
  def openapi_types():
@@ -56,6 +56,7 @@ class ExternalRetailer(ModelNormal):
56
56
 
57
57
  allowed_values = {
58
58
  ('campaign_eligibilities',): {
59
+ 'None': None,
59
60
  'UNKNOWN': "unknown",
60
61
  'AUCTION': "auction",
61
62
  'PREFERRED': "preferred",
@@ -70,15 +71,9 @@ class ExternalRetailer(ModelNormal):
70
71
  },
71
72
  }
72
73
 
73
- @cached_property
74
- def additional_properties_type():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
- """
79
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
74
+ additional_properties_type = None
80
75
 
81
- _nullable = False
76
+ _nullable = True
82
77
 
83
78
  @cached_property
84
79
  def openapi_types():
@@ -92,7 +87,7 @@ class ExternalRetailer(ModelNormal):
92
87
  """
93
88
  return {
94
89
  'name': (str,), # noqa: E501
95
- 'campaign_eligibilities': ([str],), # noqa: E501
90
+ 'campaign_eligibilities': ([str], none_type,), # noqa: E501
96
91
  }
97
92
 
98
93
  @cached_property
@@ -149,7 +144,7 @@ class ExternalRetailer(ModelNormal):
149
144
  Animal class but this time we won't travel
150
145
  through its discriminator because we passed in
151
146
  _visited_composed_classes = (Animal,)
152
- campaign_eligibilities ([str]): [optional] # noqa: E501
147
+ campaign_eligibilities ([str], none_type): [optional] # noqa: E501
153
148
  """
154
149
 
155
150
  _check_type = kwargs.pop('_check_type', True)
@@ -239,7 +234,7 @@ class ExternalRetailer(ModelNormal):
239
234
  Animal class but this time we won't travel
240
235
  through its discriminator because we passed in
241
236
  _visited_composed_classes = (Animal,)
242
- campaign_eligibilities ([str]): [optional] # noqa: E501
237
+ campaign_eligibilities ([str], none_type): [optional] # noqa: E501
243
238
  """
244
239
 
245
240
  _check_type = kwargs.pop('_check_type', True)
@@ -84,8 +84,8 @@ class ExternalUpdateBalanceModel(ModelNormal):
84
84
  'name': (str,), # noqa: E501
85
85
  'po_number': (str,), # noqa: E501
86
86
  'sales_force_id': (str,), # noqa: E501
87
- 'start_date': (date, none_type,), # noqa: E501
88
- 'end_date': (date, none_type,), # noqa: E501
87
+ 'start_date': (date,), # noqa: E501
88
+ 'end_date': (date,), # noqa: E501
89
89
  'memo': (str,), # noqa: E501
90
90
  }
91
91
 
@@ -147,8 +147,8 @@ class ExternalUpdateBalanceModel(ModelNormal):
147
147
  name (str): Name of the balance.. [optional] # noqa: E501
148
148
  po_number (str): Purchase Order number.. [optional] # noqa: E501
149
149
  sales_force_id (str): SalesForceId the balance is linked to.. [optional] # noqa: E501
150
- start_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
151
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
150
+ start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
151
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
152
152
  memo (str): Memo. [optional] # noqa: E501
153
153
  """
154
154
 
@@ -238,8 +238,8 @@ class ExternalUpdateBalanceModel(ModelNormal):
238
238
  name (str): Name of the balance.. [optional] # noqa: E501
239
239
  po_number (str): Purchase Order number.. [optional] # noqa: E501
240
240
  sales_force_id (str): SalesForceId the balance is linked to.. [optional] # noqa: E501
241
- start_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
242
- end_date (date, none_type): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
241
+ start_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
242
+ end_date (date): Represents the Date as a year, month, and day in the format YYYY-MM-DD. [optional] # noqa: E501
243
243
  memo (str): Memo. [optional] # noqa: E501
244
244
  """
245
245
 
@@ -65,7 +65,7 @@ class FilesVariableValue(ModelNormal):
65
65
 
66
66
  additional_properties_type = None
67
67
 
68
- _nullable = False
68
+ _nullable = True
69
69
 
70
70
  @cached_property
71
71
  def openapi_types():
@@ -69,7 +69,7 @@ class FilesVariablesSpecification(ModelNormal):
69
69
 
70
70
  additional_properties_type = None
71
71
 
72
- _nullable = False
72
+ _nullable = True
73
73
 
74
74
  @cached_property
75
75
  def openapi_types():
@@ -64,14 +64,7 @@ class JsonApiBodyWithIdOfInt64AndAccountAndAccount(ModelNormal):
64
64
  validations = {
65
65
  }
66
66
 
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- lazy_import()
74
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
67
+ additional_properties_type = None
75
68
 
76
69
  _nullable = False
77
70
 
@@ -64,14 +64,7 @@ class JsonApiBodyWithIdOfInt64AndBrandAndBrand(ModelNormal):
64
64
  validations = {
65
65
  }
66
66
 
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- lazy_import()
74
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
67
+ additional_properties_type = None
75
68
 
76
69
  _nullable = False
77
70
 
@@ -64,14 +64,7 @@ class JsonApiBodyWithIdOfInt64AndRetailerAndRetailer(ModelNormal):
64
64
  validations = {
65
65
  }
66
66
 
67
- @cached_property
68
- def additional_properties_type():
69
- """
70
- This must be a method because a model may have properties that are
71
- of type self, this must run after the class is loaded
72
- """
73
- lazy_import()
74
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
67
+ additional_properties_type = None
75
68
 
76
69
  _nullable = False
77
70
 
@@ -70,14 +70,7 @@ class JsonApiPageResponseOfAccount(ModelNormal):
70
70
  validations = {
71
71
  }
72
72
 
73
- @cached_property
74
- def additional_properties_type():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
- """
79
- lazy_import()
80
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
73
+ additional_properties_type = None
81
74
 
82
75
  _nullable = False
83
76
 
@@ -95,8 +88,8 @@ class JsonApiPageResponseOfAccount(ModelNormal):
95
88
  return {
96
89
  'metadata': (PageMetadata,), # noqa: E501
97
90
  'data': ([JsonApiBodyWithIdOfInt64AndAccountAndAccount],), # noqa: E501
98
- 'errors': ([CommonError],), # noqa: E501
99
- 'warnings': ([CommonWarning],), # noqa: E501
91
+ 'errors': ([CommonError], none_type,), # noqa: E501
92
+ 'warnings': ([CommonWarning], none_type,), # noqa: E501
100
93
  }
101
94
 
102
95
  @cached_property
@@ -156,8 +149,8 @@ class JsonApiPageResponseOfAccount(ModelNormal):
156
149
  Animal class but this time we won't travel
157
150
  through its discriminator because we passed in
158
151
  _visited_composed_classes = (Animal,)
159
- errors ([CommonError]): [optional] # noqa: E501
160
- warnings ([CommonWarning]): [optional] # noqa: E501
152
+ errors ([CommonError], none_type): [optional] # noqa: E501
153
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
161
154
  """
162
155
 
163
156
  _check_type = kwargs.pop('_check_type', True)
@@ -249,8 +242,8 @@ class JsonApiPageResponseOfAccount(ModelNormal):
249
242
  Animal class but this time we won't travel
250
243
  through its discriminator because we passed in
251
244
  _visited_composed_classes = (Animal,)
252
- errors ([CommonError]): [optional] # noqa: E501
253
- warnings ([CommonWarning]): [optional] # noqa: E501
245
+ errors ([CommonError], none_type): [optional] # noqa: E501
246
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
254
247
  """
255
248
 
256
249
  _check_type = kwargs.pop('_check_type', True)
@@ -70,14 +70,7 @@ class JsonApiPageResponseOfBrand(ModelNormal):
70
70
  validations = {
71
71
  }
72
72
 
73
- @cached_property
74
- def additional_properties_type():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
- """
79
- lazy_import()
80
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
73
+ additional_properties_type = None
81
74
 
82
75
  _nullable = False
83
76
 
@@ -95,8 +88,8 @@ class JsonApiPageResponseOfBrand(ModelNormal):
95
88
  return {
96
89
  'metadata': (PageMetadata,), # noqa: E501
97
90
  'data': ([JsonApiBodyWithIdOfInt64AndBrandAndBrand],), # noqa: E501
98
- 'errors': ([CommonError],), # noqa: E501
99
- 'warnings': ([CommonWarning],), # noqa: E501
91
+ 'errors': ([CommonError], none_type,), # noqa: E501
92
+ 'warnings': ([CommonWarning], none_type,), # noqa: E501
100
93
  }
101
94
 
102
95
  @cached_property
@@ -156,8 +149,8 @@ class JsonApiPageResponseOfBrand(ModelNormal):
156
149
  Animal class but this time we won't travel
157
150
  through its discriminator because we passed in
158
151
  _visited_composed_classes = (Animal,)
159
- errors ([CommonError]): [optional] # noqa: E501
160
- warnings ([CommonWarning]): [optional] # noqa: E501
152
+ errors ([CommonError], none_type): [optional] # noqa: E501
153
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
161
154
  """
162
155
 
163
156
  _check_type = kwargs.pop('_check_type', True)
@@ -249,8 +242,8 @@ class JsonApiPageResponseOfBrand(ModelNormal):
249
242
  Animal class but this time we won't travel
250
243
  through its discriminator because we passed in
251
244
  _visited_composed_classes = (Animal,)
252
- errors ([CommonError]): [optional] # noqa: E501
253
- warnings ([CommonWarning]): [optional] # noqa: E501
245
+ errors ([CommonError], none_type): [optional] # noqa: E501
246
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
254
247
  """
255
248
 
256
249
  _check_type = kwargs.pop('_check_type', True)
@@ -70,14 +70,7 @@ class JsonApiPageResponseOfRetailer(ModelNormal):
70
70
  validations = {
71
71
  }
72
72
 
73
- @cached_property
74
- def additional_properties_type():
75
- """
76
- This must be a method because a model may have properties that are
77
- of type self, this must run after the class is loaded
78
- """
79
- lazy_import()
80
- return (bool, date, datetime, dict, float, int, list, str, none_type,) # noqa: E501
73
+ additional_properties_type = None
81
74
 
82
75
  _nullable = False
83
76
 
@@ -95,8 +88,8 @@ class JsonApiPageResponseOfRetailer(ModelNormal):
95
88
  return {
96
89
  'metadata': (PageMetadata,), # noqa: E501
97
90
  'data': ([JsonApiBodyWithIdOfInt64AndRetailerAndRetailer],), # noqa: E501
98
- 'errors': ([CommonError],), # noqa: E501
99
- 'warnings': ([CommonWarning],), # noqa: E501
91
+ 'errors': ([CommonError], none_type,), # noqa: E501
92
+ 'warnings': ([CommonWarning], none_type,), # noqa: E501
100
93
  }
101
94
 
102
95
  @cached_property
@@ -156,8 +149,8 @@ class JsonApiPageResponseOfRetailer(ModelNormal):
156
149
  Animal class but this time we won't travel
157
150
  through its discriminator because we passed in
158
151
  _visited_composed_classes = (Animal,)
159
- errors ([CommonError]): [optional] # noqa: E501
160
- warnings ([CommonWarning]): [optional] # noqa: E501
152
+ errors ([CommonError], none_type): [optional] # noqa: E501
153
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
161
154
  """
162
155
 
163
156
  _check_type = kwargs.pop('_check_type', True)
@@ -249,8 +242,8 @@ class JsonApiPageResponseOfRetailer(ModelNormal):
249
242
  Animal class but this time we won't travel
250
243
  through its discriminator because we passed in
251
244
  _visited_composed_classes = (Animal,)
252
- errors ([CommonError]): [optional] # noqa: E501
253
- warnings ([CommonWarning]): [optional] # noqa: E501
245
+ errors ([CommonError], none_type): [optional] # noqa: E501
246
+ warnings ([CommonWarning], none_type): [optional] # noqa: E501
254
247
  """
255
248
 
256
249
  _check_type = kwargs.pop('_check_type', True)
@@ -88,8 +88,8 @@ class KeywordDataModel(ModelNormal):
88
88
  'match_type': (MatchTypeModel,), # noqa: E501
89
89
  'bid': (float, none_type,), # noqa: E501
90
90
  'input_keywords': (InputKeywordsModel,), # noqa: E501
91
- 'created_at': (datetime, none_type,), # noqa: E501
92
- 'updated_at': (datetime, none_type,), # noqa: E501
91
+ 'created_at': (datetime,), # noqa: E501
92
+ 'updated_at': (datetime,), # noqa: E501
93
93
  }
94
94
 
95
95
  @cached_property
@@ -151,8 +151,8 @@ class KeywordDataModel(ModelNormal):
151
151
  match_type (MatchTypeModel): [optional] # noqa: E501
152
152
  bid (float, none_type): [optional] # noqa: E501
153
153
  input_keywords (InputKeywordsModel): [optional] # noqa: E501
154
- created_at (datetime, none_type): [optional] # noqa: E501
155
- updated_at (datetime, none_type): [optional] # noqa: E501
154
+ created_at (datetime): [optional] # noqa: E501
155
+ updated_at (datetime): [optional] # noqa: E501
156
156
  """
157
157
 
158
158
  _check_type = kwargs.pop('_check_type', True)
@@ -242,8 +242,8 @@ class KeywordDataModel(ModelNormal):
242
242
  match_type (MatchTypeModel): [optional] # noqa: E501
243
243
  bid (float, none_type): [optional] # noqa: E501
244
244
  input_keywords (InputKeywordsModel): [optional] # noqa: E501
245
- created_at (datetime, none_type): [optional] # noqa: E501
246
- updated_at (datetime, none_type): [optional] # noqa: E501
245
+ created_at (datetime): [optional] # noqa: E501
246
+ updated_at (datetime): [optional] # noqa: E501
247
247
  """
248
248
 
249
249
  _check_type = kwargs.pop('_check_type', True)
@@ -66,7 +66,7 @@ class KeywordsModel(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():
@@ -66,7 +66,7 @@ class KeywordsModelResource(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():
@@ -68,7 +68,7 @@ class LineItemBudgetOverrides(ModelNormal):
68
68
 
69
69
  additional_properties_type = None
70
70
 
71
- _nullable = False
71
+ _nullable = True
72
72
 
73
73
  @cached_property
74
74
  def openapi_types():