aspose_slides_cloud 19.12.0 → 20.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e74906507d4392793835298279e28553917fc5bd5b45ef92ca6188ea6446c322
4
- data.tar.gz: 022b1b98adc5e8aa30e8e7219f2495cfa13609bedd6cdcdc5cf616bd68a9ac2d
3
+ metadata.gz: 01af11fe9e4978cceb915f2360193f2cde29691212415b4bf6410fb57d0e471f
4
+ data.tar.gz: 962aef447891b7106f01b876649ed6e9e4eeb215ed39d654e63041c2d7b92d6a
5
5
  SHA512:
6
- metadata.gz: 57ce368fd53b20fff39f1fa0b784802647ec90cfab2911554325992ac51aee7c7b119ec89a6305d2dc0dc82791efd34e12be32557b783cbfae1c04bfe527b62f
7
- data.tar.gz: 7a735b9801a49910d8549e5550b13ba80f3fed84a39cd7ce9daa4628116c1470714359999fd1ad641b86100fe73da24dfa9afe36b79e9472b1d326ce1932aff3
6
+ metadata.gz: 752f300f0a9eec862aa212e0622f79653562b33a2ace3c361f948032850bf8770c2ef39d487ff4125ad3b504e7ac8b38a07508d4d10042856e507a074618f9c6
7
+ data.tar.gz: 9ebe708db30ee72276a2121de988beb6930fd394e06762823e7a6127154e3dfc8872ba61fb3b397a3229625cca02eb244049b52bad3d9a869fb229b04a032efe
@@ -154,10 +154,6 @@ module AsposeSlidesCloud
154
154
  if @api_client.config.debugging
155
155
  @api_client.config.logger.debug 'Calling API: SlidesApi.create_folder ...'
156
156
  end
157
- # verify the required parameter 'path' is set
158
- if @api_client.config.client_side_validation && request.path.nil?
159
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.create_folder"
160
- end
161
157
  # resource path
162
158
  local_var_path = '/slides/storage/folder/{path}'
163
159
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -203,10 +199,6 @@ module AsposeSlidesCloud
203
199
  if @api_client.config.debugging
204
200
  @api_client.config.logger.debug 'Calling API: SlidesApi.delete_file ...'
205
201
  end
206
- # verify the required parameter 'path' is set
207
- if @api_client.config.client_side_validation && request.path.nil?
208
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_file"
209
- end
210
202
  # resource path
211
203
  local_var_path = '/slides/storage/file/{path}'
212
204
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -253,10 +245,6 @@ module AsposeSlidesCloud
253
245
  if @api_client.config.debugging
254
246
  @api_client.config.logger.debug 'Calling API: SlidesApi.delete_folder ...'
255
247
  end
256
- # verify the required parameter 'path' is set
257
- if @api_client.config.client_side_validation && request.path.nil?
258
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_folder"
259
- end
260
248
  # resource path
261
249
  local_var_path = '/slides/storage/folder/{path}'
262
250
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -368,10 +356,6 @@ module AsposeSlidesCloud
368
356
  if @api_client.config.client_side_validation && request.slide_index.nil?
369
357
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_paragraph"
370
358
  end
371
- # verify the required parameter 'path' is set
372
- if @api_client.config.client_side_validation && request.path.nil?
373
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_paragraph"
374
- end
375
359
  # verify the required parameter 'shape_index' is set
376
360
  if @api_client.config.client_side_validation && request.shape_index.nil?
377
361
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_notes_slide_paragraph"
@@ -440,10 +424,6 @@ module AsposeSlidesCloud
440
424
  if @api_client.config.client_side_validation && request.slide_index.nil?
441
425
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_paragraphs"
442
426
  end
443
- # verify the required parameter 'path' is set
444
- if @api_client.config.client_side_validation && request.path.nil?
445
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_paragraphs"
446
- end
447
427
  # verify the required parameter 'shape_index' is set
448
428
  if @api_client.config.client_side_validation && request.shape_index.nil?
449
429
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_notes_slide_paragraphs"
@@ -508,10 +488,6 @@ module AsposeSlidesCloud
508
488
  if @api_client.config.client_side_validation && request.slide_index.nil?
509
489
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_portion"
510
490
  end
511
- # verify the required parameter 'path' is set
512
- if @api_client.config.client_side_validation && request.path.nil?
513
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_portion"
514
- end
515
491
  # verify the required parameter 'shape_index' is set
516
492
  if @api_client.config.client_side_validation && request.shape_index.nil?
517
493
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_notes_slide_portion"
@@ -585,10 +561,6 @@ module AsposeSlidesCloud
585
561
  if @api_client.config.client_side_validation && request.slide_index.nil?
586
562
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_portions"
587
563
  end
588
- # verify the required parameter 'path' is set
589
- if @api_client.config.client_side_validation && request.path.nil?
590
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_portions"
591
- end
592
564
  # verify the required parameter 'shape_index' is set
593
565
  if @api_client.config.client_side_validation && request.shape_index.nil?
594
566
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_notes_slide_portions"
@@ -658,10 +630,6 @@ module AsposeSlidesCloud
658
630
  if @api_client.config.client_side_validation && request.slide_index.nil?
659
631
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_shape"
660
632
  end
661
- # verify the required parameter 'path' is set
662
- if @api_client.config.client_side_validation && request.path.nil?
663
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_shape"
664
- end
665
633
  # verify the required parameter 'shape_index' is set
666
634
  if @api_client.config.client_side_validation && request.shape_index.nil?
667
635
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_notes_slide_shape"
@@ -725,10 +693,6 @@ module AsposeSlidesCloud
725
693
  if @api_client.config.client_side_validation && request.slide_index.nil?
726
694
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_notes_slide_shapes"
727
695
  end
728
- # verify the required parameter 'path' is set
729
- if @api_client.config.client_side_validation && request.path.nil?
730
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_notes_slide_shapes"
731
- end
732
696
  # resource path
733
697
  local_var_path = '/slides/{name}/slides/{slideIndex}/notesSlide/shapes/{path}'
734
698
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -788,10 +752,6 @@ module AsposeSlidesCloud
788
752
  if @api_client.config.client_side_validation && request.slide_index.nil?
789
753
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_paragraph"
790
754
  end
791
- # verify the required parameter 'path' is set
792
- if @api_client.config.client_side_validation && request.path.nil?
793
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_paragraph"
794
- end
795
755
  # verify the required parameter 'shape_index' is set
796
756
  if @api_client.config.client_side_validation && request.shape_index.nil?
797
757
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_paragraph"
@@ -860,10 +820,6 @@ module AsposeSlidesCloud
860
820
  if @api_client.config.client_side_validation && request.slide_index.nil?
861
821
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_paragraphs"
862
822
  end
863
- # verify the required parameter 'path' is set
864
- if @api_client.config.client_side_validation && request.path.nil?
865
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_paragraphs"
866
- end
867
823
  # verify the required parameter 'shape_index' is set
868
824
  if @api_client.config.client_side_validation && request.shape_index.nil?
869
825
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_paragraphs"
@@ -928,10 +884,6 @@ module AsposeSlidesCloud
928
884
  if @api_client.config.client_side_validation && request.slide_index.nil?
929
885
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_portion"
930
886
  end
931
- # verify the required parameter 'path' is set
932
- if @api_client.config.client_side_validation && request.path.nil?
933
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_portion"
934
- end
935
887
  # verify the required parameter 'shape_index' is set
936
888
  if @api_client.config.client_side_validation && request.shape_index.nil?
937
889
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_portion"
@@ -1005,10 +957,6 @@ module AsposeSlidesCloud
1005
957
  if @api_client.config.client_side_validation && request.slide_index.nil?
1006
958
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_portions"
1007
959
  end
1008
- # verify the required parameter 'path' is set
1009
- if @api_client.config.client_side_validation && request.path.nil?
1010
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_portions"
1011
- end
1012
960
  # verify the required parameter 'shape_index' is set
1013
961
  if @api_client.config.client_side_validation && request.shape_index.nil?
1014
962
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_portions"
@@ -1497,10 +1445,6 @@ module AsposeSlidesCloud
1497
1445
  if @api_client.config.client_side_validation && request.slide_index.nil?
1498
1446
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_slide_shape"
1499
1447
  end
1500
- # verify the required parameter 'path' is set
1501
- if @api_client.config.client_side_validation && request.path.nil?
1502
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_slide_shape"
1503
- end
1504
1448
  # verify the required parameter 'shape_index' is set
1505
1449
  if @api_client.config.client_side_validation && request.shape_index.nil?
1506
1450
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.delete_slide_shape"
@@ -1564,10 +1508,6 @@ module AsposeSlidesCloud
1564
1508
  if @api_client.config.client_side_validation && request.slide_index.nil?
1565
1509
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.delete_slide_shapes"
1566
1510
  end
1567
- # verify the required parameter 'path' is set
1568
- if @api_client.config.client_side_validation && request.path.nil?
1569
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.delete_slide_shapes"
1570
- end
1571
1511
  # resource path
1572
1512
  local_var_path = '/slides/{name}/slides/{slideIndex}/shapes/{path}'
1573
1513
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -1838,10 +1778,6 @@ module AsposeSlidesCloud
1838
1778
  if @api_client.config.debugging
1839
1779
  @api_client.config.logger.debug 'Calling API: SlidesApi.download_file ...'
1840
1780
  end
1841
- # verify the required parameter 'path' is set
1842
- if @api_client.config.client_side_validation && request.path.nil?
1843
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.download_file"
1844
- end
1845
1781
  # resource path
1846
1782
  local_var_path = '/slides/storage/file/{path}'
1847
1783
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -1934,10 +1870,6 @@ module AsposeSlidesCloud
1934
1870
  if @api_client.config.debugging
1935
1871
  @api_client.config.logger.debug 'Calling API: SlidesApi.get_file_versions ...'
1936
1872
  end
1937
- # verify the required parameter 'path' is set
1938
- if @api_client.config.client_side_validation && request.path.nil?
1939
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_file_versions"
1940
- end
1941
1873
  # resource path
1942
1874
  local_var_path = '/slides/storage/version/{path}'
1943
1875
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -1984,10 +1916,6 @@ module AsposeSlidesCloud
1984
1916
  if @api_client.config.debugging
1985
1917
  @api_client.config.logger.debug 'Calling API: SlidesApi.get_files_list ...'
1986
1918
  end
1987
- # verify the required parameter 'path' is set
1988
- if @api_client.config.client_side_validation && request.path.nil?
1989
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_files_list"
1990
- end
1991
1919
  # resource path
1992
1920
  local_var_path = '/slides/storage/folder/{path}'
1993
1921
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -2317,10 +2245,6 @@ module AsposeSlidesCloud
2317
2245
  if @api_client.config.client_side_validation && request.slide_index.nil?
2318
2246
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shape"
2319
2247
  end
2320
- # verify the required parameter 'path' is set
2321
- if @api_client.config.client_side_validation && request.path.nil?
2322
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shape"
2323
- end
2324
2248
  # verify the required parameter 'shape_index' is set
2325
2249
  if @api_client.config.client_side_validation && request.shape_index.nil?
2326
2250
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_notes_slide_shape"
@@ -2384,10 +2308,6 @@ module AsposeSlidesCloud
2384
2308
  if @api_client.config.client_side_validation && request.slide_index.nil?
2385
2309
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shape_paragraph"
2386
2310
  end
2387
- # verify the required parameter 'path' is set
2388
- if @api_client.config.client_side_validation && request.path.nil?
2389
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shape_paragraph"
2390
- end
2391
2311
  # verify the required parameter 'shape_index' is set
2392
2312
  if @api_client.config.client_side_validation && request.shape_index.nil?
2393
2313
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_notes_slide_shape_paragraph"
@@ -2456,10 +2376,6 @@ module AsposeSlidesCloud
2456
2376
  if @api_client.config.client_side_validation && request.slide_index.nil?
2457
2377
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shape_paragraphs"
2458
2378
  end
2459
- # verify the required parameter 'path' is set
2460
- if @api_client.config.client_side_validation && request.path.nil?
2461
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shape_paragraphs"
2462
- end
2463
2379
  # verify the required parameter 'shape_index' is set
2464
2380
  if @api_client.config.client_side_validation && request.shape_index.nil?
2465
2381
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_notes_slide_shape_paragraphs"
@@ -2523,10 +2439,6 @@ module AsposeSlidesCloud
2523
2439
  if @api_client.config.client_side_validation && request.slide_index.nil?
2524
2440
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shape_portion"
2525
2441
  end
2526
- # verify the required parameter 'path' is set
2527
- if @api_client.config.client_side_validation && request.path.nil?
2528
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shape_portion"
2529
- end
2530
2442
  # verify the required parameter 'shape_index' is set
2531
2443
  if @api_client.config.client_side_validation && request.shape_index.nil?
2532
2444
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_notes_slide_shape_portion"
@@ -2600,10 +2512,6 @@ module AsposeSlidesCloud
2600
2512
  if @api_client.config.client_side_validation && request.slide_index.nil?
2601
2513
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shape_portions"
2602
2514
  end
2603
- # verify the required parameter 'path' is set
2604
- if @api_client.config.client_side_validation && request.path.nil?
2605
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shape_portions"
2606
- end
2607
2515
  # verify the required parameter 'shape_index' is set
2608
2516
  if @api_client.config.client_side_validation && request.shape_index.nil?
2609
2517
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_notes_slide_shape_portions"
@@ -2672,10 +2580,6 @@ module AsposeSlidesCloud
2672
2580
  if @api_client.config.client_side_validation && request.slide_index.nil?
2673
2581
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_notes_slide_shapes"
2674
2582
  end
2675
- # verify the required parameter 'path' is set
2676
- if @api_client.config.client_side_validation && request.path.nil?
2677
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_notes_slide_shapes"
2678
- end
2679
2583
  # resource path
2680
2584
  local_var_path = '/slides/{name}/slides/{slideIndex}/notesSlide/shapes/{path}'
2681
2585
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -2803,10 +2707,6 @@ module AsposeSlidesCloud
2803
2707
  if @api_client.config.client_side_validation && request.slide_index.nil?
2804
2708
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_paragraph_portion"
2805
2709
  end
2806
- # verify the required parameter 'path' is set
2807
- if @api_client.config.client_side_validation && request.path.nil?
2808
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_paragraph_portion"
2809
- end
2810
2710
  # verify the required parameter 'shape_index' is set
2811
2711
  if @api_client.config.client_side_validation && request.shape_index.nil?
2812
2712
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_paragraph_portion"
@@ -2880,10 +2780,6 @@ module AsposeSlidesCloud
2880
2780
  if @api_client.config.client_side_validation && request.slide_index.nil?
2881
2781
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_paragraph_portions"
2882
2782
  end
2883
- # verify the required parameter 'path' is set
2884
- if @api_client.config.client_side_validation && request.path.nil?
2885
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_paragraph_portions"
2886
- end
2887
2783
  # verify the required parameter 'shape_index' is set
2888
2784
  if @api_client.config.client_side_validation && request.shape_index.nil?
2889
2785
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_paragraph_portions"
@@ -3014,10 +2910,6 @@ module AsposeSlidesCloud
3014
2910
  if @api_client.config.client_side_validation && request.slide_index.nil?
3015
2911
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_slide_shape"
3016
2912
  end
3017
- # verify the required parameter 'path' is set
3018
- if @api_client.config.client_side_validation && request.path.nil?
3019
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_slide_shape"
3020
- end
3021
2913
  # verify the required parameter 'shape_index' is set
3022
2914
  if @api_client.config.client_side_validation && request.shape_index.nil?
3023
2915
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_slide_shape"
@@ -3081,10 +2973,6 @@ module AsposeSlidesCloud
3081
2973
  if @api_client.config.client_side_validation && request.slide_index.nil?
3082
2974
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_slide_shape_paragraph"
3083
2975
  end
3084
- # verify the required parameter 'path' is set
3085
- if @api_client.config.client_side_validation && request.path.nil?
3086
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_slide_shape_paragraph"
3087
- end
3088
2976
  # verify the required parameter 'shape_index' is set
3089
2977
  if @api_client.config.client_side_validation && request.shape_index.nil?
3090
2978
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_slide_shape_paragraph"
@@ -3153,10 +3041,6 @@ module AsposeSlidesCloud
3153
3041
  if @api_client.config.client_side_validation && request.slide_index.nil?
3154
3042
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_slide_shape_paragraphs"
3155
3043
  end
3156
- # verify the required parameter 'path' is set
3157
- if @api_client.config.client_side_validation && request.path.nil?
3158
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_slide_shape_paragraphs"
3159
- end
3160
3044
  # verify the required parameter 'shape_index' is set
3161
3045
  if @api_client.config.client_side_validation && request.shape_index.nil?
3162
3046
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.get_slide_shape_paragraphs"
@@ -3220,10 +3104,6 @@ module AsposeSlidesCloud
3220
3104
  if @api_client.config.client_side_validation && request.slide_index.nil?
3221
3105
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.get_slide_shapes"
3222
3106
  end
3223
- # verify the required parameter 'path' is set
3224
- if @api_client.config.client_side_validation && request.path.nil?
3225
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.get_slide_shapes"
3226
- end
3227
3107
  # resource path
3228
3108
  local_var_path = '/slides/{name}/slides/{slideIndex}/shapes/{path}'
3229
3109
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -4501,10 +4381,6 @@ module AsposeSlidesCloud
4501
4381
  if @api_client.config.debugging
4502
4382
  @api_client.config.logger.debug 'Calling API: SlidesApi.object_exists ...'
4503
4383
  end
4504
- # verify the required parameter 'path' is set
4505
- if @api_client.config.client_side_validation && request.path.nil?
4506
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.object_exists"
4507
- end
4508
4384
  # resource path
4509
4385
  local_var_path = '/slides/storage/exist/{path}'
4510
4386
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'path', request.path)
@@ -4560,10 +4436,6 @@ module AsposeSlidesCloud
4560
4436
  if @api_client.config.client_side_validation && request.slide_index.nil?
4561
4437
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_add_new_paragraph"
4562
4438
  end
4563
- # verify the required parameter 'path' is set
4564
- if @api_client.config.client_side_validation && request.path.nil?
4565
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_add_new_paragraph"
4566
- end
4567
4439
  # verify the required parameter 'shape_index' is set
4568
4440
  if @api_client.config.client_side_validation && request.shape_index.nil?
4569
4441
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_add_new_paragraph"
@@ -4628,10 +4500,6 @@ module AsposeSlidesCloud
4628
4500
  if @api_client.config.client_side_validation && request.slide_index.nil?
4629
4501
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_add_new_portion"
4630
4502
  end
4631
- # verify the required parameter 'path' is set
4632
- if @api_client.config.client_side_validation && request.path.nil?
4633
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_add_new_portion"
4634
- end
4635
4503
  # verify the required parameter 'shape_index' is set
4636
4504
  if @api_client.config.client_side_validation && request.shape_index.nil?
4637
4505
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_add_new_portion"
@@ -4701,10 +4569,6 @@ module AsposeSlidesCloud
4701
4569
  if @api_client.config.client_side_validation && request.slide_index.nil?
4702
4570
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_add_new_shape"
4703
4571
  end
4704
- # verify the required parameter 'path' is set
4705
- if @api_client.config.client_side_validation && request.path.nil?
4706
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_add_new_shape"
4707
- end
4708
4572
  # resource path
4709
4573
  local_var_path = '/slides/{name}/slides/{slideIndex}/shapes/{path}'
4710
4574
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -4951,10 +4815,6 @@ module AsposeSlidesCloud
4951
4815
  if @api_client.config.client_side_validation && request.slide_index.nil?
4952
4816
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_notes_slide_add_new_paragraph"
4953
4817
  end
4954
- # verify the required parameter 'path' is set
4955
- if @api_client.config.client_side_validation && request.path.nil?
4956
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_notes_slide_add_new_paragraph"
4957
- end
4958
4818
  # verify the required parameter 'shape_index' is set
4959
4819
  if @api_client.config.client_side_validation && request.shape_index.nil?
4960
4820
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_notes_slide_add_new_paragraph"
@@ -5019,10 +4879,6 @@ module AsposeSlidesCloud
5019
4879
  if @api_client.config.client_side_validation && request.slide_index.nil?
5020
4880
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_notes_slide_add_new_portion"
5021
4881
  end
5022
- # verify the required parameter 'path' is set
5023
- if @api_client.config.client_side_validation && request.path.nil?
5024
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_notes_slide_add_new_portion"
5025
- end
5026
4882
  # verify the required parameter 'shape_index' is set
5027
4883
  if @api_client.config.client_side_validation && request.shape_index.nil?
5028
4884
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_notes_slide_add_new_portion"
@@ -5092,10 +4948,6 @@ module AsposeSlidesCloud
5092
4948
  if @api_client.config.client_side_validation && request.slide_index.nil?
5093
4949
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_notes_slide_add_new_shape"
5094
4950
  end
5095
- # verify the required parameter 'path' is set
5096
- if @api_client.config.client_side_validation && request.path.nil?
5097
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_notes_slide_add_new_shape"
5098
- end
5099
4951
  # resource path
5100
4952
  local_var_path = '/slides/{name}/slides/{slideIndex}/notesSlide/shapes/{path}'
5101
4953
  local_var_path = @api_client.replace_path_parameter(local_var_path, 'name', request.name)
@@ -5156,10 +5008,6 @@ module AsposeSlidesCloud
5156
5008
  if @api_client.config.client_side_validation && request.slide_index.nil?
5157
5009
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_notes_slide_shape_save_as"
5158
5010
  end
5159
- # verify the required parameter 'path' is set
5160
- if @api_client.config.client_side_validation && request.path.nil?
5161
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_notes_slide_shape_save_as"
5162
- end
5163
5011
  # verify the required parameter 'shape_index' is set
5164
5012
  if @api_client.config.client_side_validation && request.shape_index.nil?
5165
5013
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_notes_slide_shape_save_as"
@@ -5291,10 +5139,6 @@ module AsposeSlidesCloud
5291
5139
  if @api_client.config.client_side_validation && request.slide_index.nil?
5292
5140
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.post_shape_save_as"
5293
5141
  end
5294
- # verify the required parameter 'path' is set
5295
- if @api_client.config.client_side_validation && request.path.nil?
5296
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.post_shape_save_as"
5297
- end
5298
5142
  # verify the required parameter 'shape_index' is set
5299
5143
  if @api_client.config.client_side_validation && request.shape_index.nil?
5300
5144
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.post_shape_save_as"
@@ -6534,10 +6378,6 @@ module AsposeSlidesCloud
6534
6378
  if @api_client.config.client_side_validation && request.slide_index.nil?
6535
6379
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_notes_slide_shape_save_as"
6536
6380
  end
6537
- # verify the required parameter 'path' is set
6538
- if @api_client.config.client_side_validation && request.path.nil?
6539
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_notes_slide_shape_save_as"
6540
- end
6541
6381
  # verify the required parameter 'shape_index' is set
6542
6382
  if @api_client.config.client_side_validation && request.shape_index.nil?
6543
6383
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_notes_slide_shape_save_as"
@@ -6673,10 +6513,6 @@ module AsposeSlidesCloud
6673
6513
  if @api_client.config.client_side_validation && request.slide_index.nil?
6674
6514
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_set_paragraph_portion_properties"
6675
6515
  end
6676
- # verify the required parameter 'path' is set
6677
- if @api_client.config.client_side_validation && request.path.nil?
6678
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_set_paragraph_portion_properties"
6679
- end
6680
6516
  # verify the required parameter 'shape_index' is set
6681
6517
  if @api_client.config.client_side_validation && request.shape_index.nil?
6682
6518
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_set_paragraph_portion_properties"
@@ -6750,10 +6586,6 @@ module AsposeSlidesCloud
6750
6586
  if @api_client.config.client_side_validation && request.slide_index.nil?
6751
6587
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_set_paragraph_properties"
6752
6588
  end
6753
- # verify the required parameter 'path' is set
6754
- if @api_client.config.client_side_validation && request.path.nil?
6755
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_set_paragraph_properties"
6756
- end
6757
6589
  # verify the required parameter 'shape_index' is set
6758
6590
  if @api_client.config.client_side_validation && request.shape_index.nil?
6759
6591
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_set_paragraph_properties"
@@ -6822,10 +6654,6 @@ module AsposeSlidesCloud
6822
6654
  if @api_client.config.client_side_validation && request.slide_index.nil?
6823
6655
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_shape_save_as"
6824
6656
  end
6825
- # verify the required parameter 'path' is set
6826
- if @api_client.config.client_side_validation && request.path.nil?
6827
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_shape_save_as"
6828
- end
6829
6657
  # verify the required parameter 'shape_index' is set
6830
6658
  if @api_client.config.client_side_validation && request.shape_index.nil?
6831
6659
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_shape_save_as"
@@ -7168,10 +6996,6 @@ module AsposeSlidesCloud
7168
6996
  if @api_client.config.client_side_validation && request.slide_index.nil?
7169
6997
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_slide_shape_info"
7170
6998
  end
7171
- # verify the required parameter 'path' is set
7172
- if @api_client.config.client_side_validation && request.path.nil?
7173
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_slide_shape_info"
7174
- end
7175
6999
  # verify the required parameter 'shape_index' is set
7176
7000
  if @api_client.config.client_side_validation && request.shape_index.nil?
7177
7001
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_slide_shape_info"
@@ -7764,10 +7588,6 @@ module AsposeSlidesCloud
7764
7588
  if @api_client.config.client_side_validation && request.slide_index.nil?
7765
7589
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_update_notes_slide_shape"
7766
7590
  end
7767
- # verify the required parameter 'path' is set
7768
- if @api_client.config.client_side_validation && request.path.nil?
7769
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_update_notes_slide_shape"
7770
- end
7771
7591
  # verify the required parameter 'shape_index' is set
7772
7592
  if @api_client.config.client_side_validation && request.shape_index.nil?
7773
7593
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_update_notes_slide_shape"
@@ -7831,10 +7651,6 @@ module AsposeSlidesCloud
7831
7651
  if @api_client.config.client_side_validation && request.slide_index.nil?
7832
7652
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_update_notes_slide_shape_paragraph"
7833
7653
  end
7834
- # verify the required parameter 'path' is set
7835
- if @api_client.config.client_side_validation && request.path.nil?
7836
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_update_notes_slide_shape_paragraph"
7837
- end
7838
7654
  # verify the required parameter 'shape_index' is set
7839
7655
  if @api_client.config.client_side_validation && request.shape_index.nil?
7840
7656
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_update_notes_slide_shape_paragraph"
@@ -7903,10 +7719,6 @@ module AsposeSlidesCloud
7903
7719
  if @api_client.config.client_side_validation && request.slide_index.nil?
7904
7720
  fail ArgumentError, "Missing the required parameter 'slide_index' when calling SlidesApi.put_update_notes_slide_shape_portion"
7905
7721
  end
7906
- # verify the required parameter 'path' is set
7907
- if @api_client.config.client_side_validation && request.path.nil?
7908
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.put_update_notes_slide_shape_portion"
7909
- end
7910
7722
  # verify the required parameter 'shape_index' is set
7911
7723
  if @api_client.config.client_side_validation && request.shape_index.nil?
7912
7724
  fail ArgumentError, "Missing the required parameter 'shape_index' when calling SlidesApi.put_update_notes_slide_shape_portion"
@@ -8021,10 +7833,6 @@ module AsposeSlidesCloud
8021
7833
  if @api_client.config.debugging
8022
7834
  @api_client.config.logger.debug 'Calling API: SlidesApi.upload_file ...'
8023
7835
  end
8024
- # verify the required parameter 'path' is set
8025
- if @api_client.config.client_side_validation && request.path.nil?
8026
- fail ArgumentError, "Missing the required parameter 'path' when calling SlidesApi.upload_file"
8027
- end
8028
7836
  # verify the required parameter 'file' is set
8029
7837
  if @api_client.config.client_side_validation && request.file.nil?
8030
7838
  fail ArgumentError, "Missing the required parameter 'file' when calling SlidesApi.upload_file"