@@ -60,7 +60,7 @@ def find_products_to_subscribe(self, organization_id, **kwargs):
6060 :param callback function: The callback function
6161 for asynchronous request. (optional)
6262 :param str organization_id: The Organization Identifier. (required)
63- :return: list[InlineResponse2005 ]
63+ :return: list[InlineResponse2006 ]
6464 If the method is called asynchronously,
6565 returns the request thread.
6666 """
@@ -89,7 +89,7 @@ def find_products_to_subscribe_with_http_info(self, organization_id, **kwargs):
8989 :param callback function: The callback function
9090 for asynchronous request. (optional)
9191 :param str organization_id: The Organization Identifier. (required)
92- :return: list[InlineResponse2005 ]
92+ :return: list[InlineResponse2006 ]
9393 If the method is called asynchronously,
9494 returns the request thread.
9595 """
@@ -160,7 +160,7 @@ def find_products_to_subscribe_with_http_info(self, organization_id, **kwargs):
160160 body = body_params ,
161161 post_params = form_params ,
162162 files = local_var_files ,
163- response_type = 'list[InlineResponse2005 ]' ,
163+ response_type = 'list[InlineResponse2006 ]' ,
164164 auth_settings = auth_settings ,
165165 callback = params .get ('callback' ),
166166 _return_http_data_only = params .get ('_return_http_data_only' ),
@@ -184,7 +184,7 @@ def notification_subscriptions_v2_webhooks_post(self, **kwargs):
184184 :param callback function: The callback function
185185 for asynchronous request. (optional)
186186 :param CreateWebhook create_webhook: The webhook payload
187- :return: InlineResponse2015
187+ :return: InlineResponse2016
188188 If the method is called asynchronously,
189189 returns the request thread.
190190 """
@@ -213,7 +213,7 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(self, **kwargs):
213213 :param callback function: The callback function
214214 for asynchronous request. (optional)
215215 :param CreateWebhook create_webhook: The webhook payload
216- :return: InlineResponse2015
216+ :return: InlineResponse2016
217217 If the method is called asynchronously,
218218 returns the request thread.
219219 """
@@ -276,7 +276,7 @@ def notification_subscriptions_v2_webhooks_post_with_http_info(self, **kwargs):
276276 body = body_params ,
277277 post_params = form_params ,
278278 files = local_var_files ,
279- response_type = 'InlineResponse2015 ' ,
279+ response_type = 'InlineResponse2016 ' ,
280280 auth_settings = auth_settings ,
281281 callback = params .get ('callback' ),
282282 _return_http_data_only = params .get ('_return_http_data_only' ),
@@ -303,7 +303,7 @@ def save_sym_egress_key(self, v_c_sender_organization_id, v_c_permissions, **kwa
303303 :param str v_c_permissions: Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)
304304 :param str v_c_correlation_id: A globally unique id associated with your request
305305 :param SaveSymEgressKey save_sym_egress_key: Provide egress Symmetric key information to save (create or store or refresh)
306- :return: InlineResponse2014
306+ :return: InlineResponse2015
307307 If the method is called asynchronously,
308308 returns the request thread.
309309 """
@@ -335,7 +335,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
335335 :param str v_c_permissions: Encoded user permissions returned by the CGK, for the entity user who initiated the boarding (required)
336336 :param str v_c_correlation_id: A globally unique id associated with your request
337337 :param SaveSymEgressKey save_sym_egress_key: Provide egress Symmetric key information to save (create or store or refresh)
338- :return: InlineResponse2014
338+ :return: InlineResponse2015
339339 If the method is called asynchronously,
340340 returns the request thread.
341341 """
@@ -412,7 +412,7 @@ def save_sym_egress_key_with_http_info(self, v_c_sender_organization_id, v_c_per
412412 body = body_params ,
413413 post_params = form_params ,
414414 files = local_var_files ,
415- response_type = 'InlineResponse2014 ' ,
415+ response_type = 'InlineResponse2015 ' ,
416416 auth_settings = auth_settings ,
417417 callback = params .get ('callback' ),
418418 _return_http_data_only = params .get ('_return_http_data_only' ),
0 commit comments