ultracart-rest-sdk 4.0.219__py3-none-any.whl → 4.0.220__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.
ultracart/__init__.py CHANGED
@@ -11,7 +11,7 @@
11
11
  """
12
12
 
13
13
 
14
- __version__ = "4.0.219"
14
+ __version__ = "4.0.220"
15
15
 
16
16
  # import ApiClient
17
17
  from ultracart.api_client import ApiClient
ultracart/api_client.py CHANGED
@@ -77,7 +77,7 @@ class ApiClient(object):
77
77
  self.default_headers[header_name] = header_value
78
78
  self.cookie = cookie
79
79
  # Set default User-Agent.
80
- self.user_agent = 'OpenAPI-Generator/4.0.219/python'
80
+ self.user_agent = 'OpenAPI-Generator/4.0.220/python'
81
81
 
82
82
  def __enter__(self):
83
83
  return self
@@ -422,7 +422,7 @@ conf = ultracart.Configuration(
422
422
  "OS: {env}\n"\
423
423
  "Python Version: {pyversion}\n"\
424
424
  "Version of the API: 2.0.0\n"\
425
- "SDK Package Version: 4.0.219".\
425
+ "SDK Package Version: 4.0.220".\
426
426
  format(env=sys.platform, pyversion=sys.version)
427
427
 
428
428
  def get_host_settings(self):
@@ -72,7 +72,10 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
72
72
  ('send_notices_to_email',): {
73
73
  'max_length': 250,
74
74
  },
75
- ('voicemail_follow_play_audio_uuid',): {
75
+ ('voicemail_followup_play_audio_uuid',): {
76
+ 'max_length': 50,
77
+ },
78
+ ('voicemail_followup_say_voice',): {
76
79
  'max_length': 50,
77
80
  },
78
81
  ('voicemail_mailbox_id',): {
@@ -84,7 +87,7 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
84
87
  ('voicemail_prompt_play_audio_uuid',): {
85
88
  'max_length': 50,
86
89
  },
87
- ('voicemail_say_voice',): {
90
+ ('voicemail_prompt_say_voice',): {
88
91
  'max_length': 50,
89
92
  },
90
93
  }
@@ -114,13 +117,14 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
114
117
  'merchant_id': (str,), # noqa: E501
115
118
  'send_notices_to_email': (str,), # noqa: E501
116
119
  'user_id': (int,), # noqa: E501
117
- 'voicemail_follow_play_audio_uuid': (str,), # noqa: E501
120
+ 'voicemail_followup_play_audio_uuid': (str,), # noqa: E501
118
121
  'voicemail_followup_say': (str,), # noqa: E501
122
+ 'voicemail_followup_say_voice': (str,), # noqa: E501
119
123
  'voicemail_mailbox_id': (str,), # noqa: E501
120
124
  'voicemail_mailbox_type': (str,), # noqa: E501
121
125
  'voicemail_prompt_play_audio_uuid': (str,), # noqa: E501
122
126
  'voicemail_prompt_say': (str,), # noqa: E501
123
- 'voicemail_say_voice': (str,), # noqa: E501
127
+ 'voicemail_prompt_say_voice': (str,), # noqa: E501
124
128
  }
125
129
 
126
130
  @cached_property
@@ -133,13 +137,14 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
133
137
  'merchant_id': 'merchant_id', # noqa: E501
134
138
  'send_notices_to_email': 'send_notices_to_email', # noqa: E501
135
139
  'user_id': 'user_id', # noqa: E501
136
- 'voicemail_follow_play_audio_uuid': 'voicemail_follow_play_audio_uuid', # noqa: E501
140
+ 'voicemail_followup_play_audio_uuid': 'voicemail_followup_play_audio_uuid', # noqa: E501
137
141
  'voicemail_followup_say': 'voicemail_followup_say', # noqa: E501
142
+ 'voicemail_followup_say_voice': 'voicemail_followup_say_voice', # noqa: E501
138
143
  'voicemail_mailbox_id': 'voicemail_mailbox_id', # noqa: E501
139
144
  'voicemail_mailbox_type': 'voicemail_mailbox_type', # noqa: E501
140
145
  'voicemail_prompt_play_audio_uuid': 'voicemail_prompt_play_audio_uuid', # noqa: E501
141
146
  'voicemail_prompt_say': 'voicemail_prompt_say', # noqa: E501
142
- 'voicemail_say_voice': 'voicemail_say_voice', # noqa: E501
147
+ 'voicemail_prompt_say_voice': 'voicemail_prompt_say_voice', # noqa: E501
143
148
  }
144
149
 
145
150
  read_only_vars = {
@@ -187,13 +192,14 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
187
192
  merchant_id (str): Merchant Id. [optional] # noqa: E501
188
193
  send_notices_to_email (str): Send notices to email. [optional] # noqa: E501
189
194
  user_id (int): User Id. [optional] # noqa: E501
190
- voicemail_follow_play_audio_uuid (str): Voicemail follow play audio UUID. [optional] # noqa: E501
195
+ voicemail_followup_play_audio_uuid (str): Voicemail follow play audio UUID. [optional] # noqa: E501
191
196
  voicemail_followup_say (str): Voicemail followup say. [optional] # noqa: E501
197
+ voicemail_followup_say_voice (str): Voicemail followup say voice. [optional] # noqa: E501
192
198
  voicemail_mailbox_id (str): Voicemail mailbox id. [optional] # noqa: E501
193
199
  voicemail_mailbox_type (str): Voicemail mailbox type. [optional] # noqa: E501
194
200
  voicemail_prompt_play_audio_uuid (str): Voicemail prompt play audio UUID. [optional] # noqa: E501
195
201
  voicemail_prompt_say (str): Voicemail prompt say. [optional] # noqa: E501
196
- voicemail_say_voice (str): Voicemail say voice. [optional] # noqa: E501
202
+ voicemail_prompt_say_voice (str): Voicemail prompt say voice. [optional] # noqa: E501
197
203
  """
198
204
 
199
205
  _check_type = kwargs.pop('_check_type', True)
@@ -283,13 +289,14 @@ class ConversationPbxVoicemailMailbox(ModelNormal):
283
289
  merchant_id (str): Merchant Id. [optional] # noqa: E501
284
290
  send_notices_to_email (str): Send notices to email. [optional] # noqa: E501
285
291
  user_id (int): User Id. [optional] # noqa: E501
286
- voicemail_follow_play_audio_uuid (str): Voicemail follow play audio UUID. [optional] # noqa: E501
292
+ voicemail_followup_play_audio_uuid (str): Voicemail follow play audio UUID. [optional] # noqa: E501
287
293
  voicemail_followup_say (str): Voicemail followup say. [optional] # noqa: E501
294
+ voicemail_followup_say_voice (str): Voicemail followup say voice. [optional] # noqa: E501
288
295
  voicemail_mailbox_id (str): Voicemail mailbox id. [optional] # noqa: E501
289
296
  voicemail_mailbox_type (str): Voicemail mailbox type. [optional] # noqa: E501
290
297
  voicemail_prompt_play_audio_uuid (str): Voicemail prompt play audio UUID. [optional] # noqa: E501
291
298
  voicemail_prompt_say (str): Voicemail prompt say. [optional] # noqa: E501
292
- voicemail_say_voice (str): Voicemail say voice. [optional] # noqa: E501
299
+ voicemail_prompt_say_voice (str): Voicemail prompt say voice. [optional] # noqa: E501
293
300
  """
294
301
 
295
302
  _check_type = kwargs.pop('_check_type', True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ultracart-rest-sdk
3
- Version: 4.0.219
3
+ Version: 4.0.220
4
4
  Summary: UltraCart Rest API V2
5
5
  Home-page: UNKNOWN
6
6
  Author: UltraCart Support
@@ -1,6 +1,6 @@
1
- ultracart/__init__.py,sha256=gzNxnXwHH41GkVMXgq32y6orXNgcXAyM-otpevCHb1U,699
2
- ultracart/api_client.py,sha256=ydNPJLByazMvYNgNcL52ZyICcSMG7LOYOAvzlcZXTNc,39072
3
- ultracart/configuration.py,sha256=TVWpWvEGXgNz3e6OcGKdfra0DhMH4NC5nJKI_oSrsO4,17842
1
+ ultracart/__init__.py,sha256=GmGJdQxEiVY90J_moWNcPBbexx6yoIrziAEeUTh5Qd0,699
2
+ ultracart/api_client.py,sha256=RUoUqY8WKDOLagm3syrd_hwYCATZG24jSVs2ttO_pHU,39072
3
+ ultracart/configuration.py,sha256=wx2b8NDMuIln6dvurwi0PDivUsH30Xn_ST1p9PfAubE,17842
4
4
  ultracart/exceptions.py,sha256=dwRtrWJsW4H_jKk3B1w2chykcQ7E2FSlhftUByD9e9E,5069
5
5
  ultracart/model_utils.py,sha256=X_RAfA-TlvDKBICnIve7PPVDM34Nl58aV1bqCrVmoTo,82574
6
6
  ultracart/rest.py,sha256=2lM6zwrjGp_SjkddamoKdpk3jFuc8Ow7fKIXRdKNp24,14268
@@ -228,7 +228,7 @@ ultracart/model/conversation_pbx_time_range.py,sha256=ATh0Uy99whFNo2QaWOOwLMufvr
228
228
  ultracart/model/conversation_pbx_time_range_config.py,sha256=dkfz0zeN3DyOI9KjlEwycGdl6syvClBrJB1vM1J0KjU,12709
229
229
  ultracart/model/conversation_pbx_time_range_response.py,sha256=Y_b5Z6AHw_-LE7v5nDTHVIDYzkVqcDBwrJx2JQME1yY,12937
230
230
  ultracart/model/conversation_pbx_time_ranges_response.py,sha256=BEzjr2Jz-m_n_0P20nHLDug1H0i1K2L58ROqF-6P9ys,12951
231
- ultracart/model/conversation_pbx_voicemail_mailbox.py,sha256=1z2mO1ARRRrceSgOJzPRZYwOVHErkRSOrakIERDiqEY,15533
231
+ ultracart/model/conversation_pbx_voicemail_mailbox.py,sha256=xPZ9LyJLKnyNReXSVRHhCrZGmalfC4ge47f9SV6sqDg,16045
232
232
  ultracart/model/conversation_pbx_voicemail_mailbox_response.py,sha256=XQrcrz8AmgBKFNe0kIVFhDEJilRVMKx3k8TTRHgEArE,13042
233
233
  ultracart/model/conversation_pbx_voicemail_mailboxes_response.py,sha256=2xuNY5oA3mOEFID3CYJwpsEVCjVpfZ4mf9cxuaB6OiU,13064
234
234
  ultracart/model/conversation_pbx_voicemail_message.py,sha256=FO6FKxd-_85HyX9JR4ELDog4vERjKylHs_5DJv7z1z4,15025
@@ -877,8 +877,8 @@ ultracart/model/workflow_user.py,sha256=gkQIeMSIhawpz5wtpTJ8Lof_Td0IrwG0KZF6catE
877
877
  ultracart/model/workflow_user_response.py,sha256=TKfMu5vF1fXlV8mvxRFhvk6WNdGce2T8a4vFycQvuhQ,12785
878
878
  ultracart/model/workflow_users_response.py,sha256=3Y7L1oHc2-HOvl1pDdcnl9xHKYLGblKpKdbkPBh2u68,13059
879
879
  ultracart/models/__init__.py,sha256=0VZcMHj-u6Zc6EOw-mQH_PPHT2FtR1T1Lzjalm0RbLI,65370
880
- ultracart_rest_sdk-4.0.219.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
881
- ultracart_rest_sdk-4.0.219.dist-info/METADATA,sha256=tDM4YJ_uyTUUYrm0QHFXKjfgYYoezWT2s_q59YkDeAI,403
882
- ultracart_rest_sdk-4.0.219.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
883
- ultracart_rest_sdk-4.0.219.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
884
- ultracart_rest_sdk-4.0.219.dist-info/RECORD,,
880
+ ultracart_rest_sdk-4.0.220.dist-info/LICENSE,sha256=4DukHX-rIHAHaf5BGLq1DYAMt0-ZA1OgXS9f_xwig2M,11558
881
+ ultracart_rest_sdk-4.0.220.dist-info/METADATA,sha256=BinYDHpG-bPMnFkrQbAUAW5fdx3WDAUaMWpMdxlAADU,403
882
+ ultracart_rest_sdk-4.0.220.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
883
+ ultracart_rest_sdk-4.0.220.dist-info/top_level.txt,sha256=90IoRqV6KX58jTyx9MwEBqh4j38_10hWrrvqsmXWZYo,10
884
+ ultracart_rest_sdk-4.0.220.dist-info/RECORD,,