@@ -11580,8 +11580,8 @@ def get_pdf_in_storage_to_pdf_a_with_http_info(name, type, opts = {})
1158011580 fail ArgumentError, "Missing the required parameter 'type' when calling PdfApi.get_pdf_in_storage_to_pdf_a"
1158111581 end
1158211582 # verify enum value
11583- if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A'].include?(type)
11584- fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A"
11583+ if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A', 'PDFA3B' ].include?(type)
11584+ fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A, PDFA3B "
1158511585 end
1158611586 # resource path
1158711587 local_var_path = "/pdf/{name}/convert/pdfa".sub('{' + 'name' + '}', name.to_s)
@@ -25453,8 +25453,8 @@ def put_pdf_in_request_to_pdf_a_with_http_info(out_path, type, opts = {})
2545325453 fail ArgumentError, "Missing the required parameter 'type' when calling PdfApi.put_pdf_in_request_to_pdf_a"
2545425454 end
2545525455 # verify enum value
25456- if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A'].include?(type)
25457- fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A"
25456+ if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A', 'PDFA3B' ].include?(type)
25457+ fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A, PDFA3B "
2545825458 end
2545925459 # resource path
2546025460 local_var_path = "/pdf/convert/pdfa"
@@ -26707,8 +26707,8 @@ def put_pdf_in_storage_to_pdf_a_with_http_info(name, out_path, type, opts = {})
2670726707 fail ArgumentError, "Missing the required parameter 'type' when calling PdfApi.put_pdf_in_storage_to_pdf_a"
2670826708 end
2670926709 # verify enum value
26710- if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A'].include?(type)
26711- fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A"
26710+ if @api_client.config.client_side_validation && !['PDFA1A', 'PDFA1B', 'PDFA3A', 'PDFA3B' ].include?(type)
26711+ fail ArgumentError, "invalid value for 'type', must be one of PDFA1A, PDFA1B, PDFA3A, PDFA3B "
2671226712 end
2671326713 # resource path
2671426714 local_var_path = "/pdf/{name}/convert/pdfa".sub('{' + 'name' + '}', name.to_s)
0 commit comments