cloudsmith-api 2.0.14 → 2.0.15

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.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +4 -15
  4. data/build.json +1 -1
  5. data/docs/AuditLogApi.md +2 -12
  6. data/docs/BadgesApi.md +1 -6
  7. data/docs/DistrosApi.md +2 -12
  8. data/docs/EntitlementsApi.md +10 -60
  9. data/docs/FilesApi.md +5 -30
  10. data/docs/FormatsApi.md +2 -12
  11. data/docs/MetricsApi.md +3 -18
  12. data/docs/NamespacesApi.md +2 -12
  13. data/docs/OrgsApi.md +66 -396
  14. data/docs/PackagesApi.md +61 -366
  15. data/docs/QuotaApi.md +4 -24
  16. data/docs/RatesApi.md +1 -6
  17. data/docs/ReposApi.md +112 -672
  18. data/docs/StatusBasic.md +1 -1
  19. data/docs/StorageRegionsApi.md +2 -12
  20. data/docs/UserApi.md +1 -6
  21. data/docs/UsersApi.md +1 -6
  22. data/docs/VulnerabilitiesApi.md +4 -24
  23. data/docs/WebhooksApi.md +5 -30
  24. data/lib/cloudsmith-api/api/audit_log_api.rb +2 -2
  25. data/lib/cloudsmith-api/api/badges_api.rb +1 -1
  26. data/lib/cloudsmith-api/api/distros_api.rb +2 -2
  27. data/lib/cloudsmith-api/api/entitlements_api.rb +10 -10
  28. data/lib/cloudsmith-api/api/files_api.rb +5 -5
  29. data/lib/cloudsmith-api/api/formats_api.rb +2 -2
  30. data/lib/cloudsmith-api/api/metrics_api.rb +3 -3
  31. data/lib/cloudsmith-api/api/namespaces_api.rb +2 -2
  32. data/lib/cloudsmith-api/api/orgs_api.rb +66 -66
  33. data/lib/cloudsmith-api/api/packages_api.rb +61 -61
  34. data/lib/cloudsmith-api/api/quota_api.rb +4 -4
  35. data/lib/cloudsmith-api/api/rates_api.rb +1 -1
  36. data/lib/cloudsmith-api/api/repos_api.rb +112 -112
  37. data/lib/cloudsmith-api/api/storage_regions_api.rb +2 -2
  38. data/lib/cloudsmith-api/api/user_api.rb +1 -1
  39. data/lib/cloudsmith-api/api/users_api.rb +1 -1
  40. data/lib/cloudsmith-api/api/vulnerabilities_api.rb +4 -4
  41. data/lib/cloudsmith-api/api/webhooks_api.rb +5 -5
  42. data/lib/cloudsmith-api/configuration.rb +0 -7
  43. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  44. data/lib/cloudsmith-api/version.rb +1 -1
  45. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.2.gem +0 -0
  46. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
  47. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/gem_make.out +2 -2
  48. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.8/mkmf.log +5 -5
  49. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/gem_make.out +2 -2
  50. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.17.0/mkmf.log +1 -1
  51. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/gem_make.out +1 -1
  52. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/mkmf.log +1 -1
  53. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.8/ext/bigdecimal/Makefile +2 -2
  54. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.17.0/ext/ffi_c/Makefile +2 -2
  55. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/Makefile +2 -2
  56. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +2 -2
  57. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +2 -2
  58. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/Changelog.md +8 -1
  59. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/message_expectation.rb +3 -2
  60. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/syntax.rb +1 -1
  61. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/version.rb +1 -1
  62. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.13.1.gemspec → rspec-mocks-3.13.2.gemspec} +5 -5
  63. metadata +50 -50
  64. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.13.1.gem +0 -0
  65. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.document +0 -0
  66. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/.yardopts +0 -0
  67. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/LICENSE.md +0 -0
  68. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/README.md +0 -0
  69. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  70. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  71. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  72. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  73. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  74. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/proxy.rb +0 -0
  75. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  76. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  77. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  78. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/any_instance.rb +0 -0
  79. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_list_matcher.rb +0 -0
  80. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/argument_matchers.rb +0 -0
  81. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/configuration.rb +0 -0
  82. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/error_generator.rb +0 -0
  83. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/example_methods.rb +0 -0
  84. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  85. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/marshal_extension.rb +0 -0
  86. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  87. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  88. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive.rb +0 -0
  89. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  90. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  91. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/message_chain.rb +0 -0
  92. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_double.rb +0 -0
  93. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/method_reference.rb +0 -0
  94. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/minitest_integration.rb +0 -0
  95. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/mutate_const.rb +0 -0
  96. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/object_reference.rb +0 -0
  97. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/order_group.rb +0 -0
  98. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/proxy.rb +0 -0
  99. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/space.rb +0 -0
  100. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/standalone.rb +0 -0
  101. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/targets.rb +0 -0
  102. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/test_double.rb +0 -0
  103. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_double.rb +0 -0
  104. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  105. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks/verifying_proxy.rb +0 -0
  106. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.13.1 → rspec-mocks-3.13.2}/lib/rspec/mocks.rb +0 -0
@@ -66,7 +66,7 @@ module CloudsmithApi
66
66
 
67
67
  # http body (model)
68
68
  post_body = nil
69
- auth_names = ['apikey', 'basic', 'token']
69
+ auth_names = ['apikey', 'basic']
70
70
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
71
71
  :header_params => header_params,
72
72
  :query_params => query_params,
@@ -128,7 +128,7 @@ module CloudsmithApi
128
128
 
129
129
  # http body (model)
130
130
  post_body = @api_client.object_to_http_body(opts[:'data'])
131
- auth_names = ['apikey', 'basic', 'token']
131
+ auth_names = ['apikey', 'basic']
132
132
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
133
133
  :header_params => header_params,
134
134
  :query_params => query_params,
@@ -188,7 +188,7 @@ module CloudsmithApi
188
188
 
189
189
  # http body (model)
190
190
  post_body = nil
191
- auth_names = ['apikey', 'basic', 'token']
191
+ auth_names = ['apikey', 'basic']
192
192
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
193
193
  :header_params => header_params,
194
194
  :query_params => query_params,
@@ -244,7 +244,7 @@ module CloudsmithApi
244
244
 
245
245
  # http body (model)
246
246
  post_body = @api_client.object_to_http_body(opts[:'data'])
247
- auth_names = ['apikey', 'basic', 'token']
247
+ auth_names = ['apikey', 'basic']
248
248
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
249
249
  :header_params => header_params,
250
250
  :query_params => query_params,
@@ -304,7 +304,7 @@ module CloudsmithApi
304
304
 
305
305
  # http body (model)
306
306
  post_body = nil
307
- auth_names = ['apikey', 'basic', 'token']
307
+ auth_names = ['apikey', 'basic']
308
308
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
309
309
  :header_params => header_params,
310
310
  :query_params => query_params,
@@ -365,7 +365,7 @@ module CloudsmithApi
365
365
 
366
366
  # http body (model)
367
367
  post_body = @api_client.object_to_http_body(opts[:'data'])
368
- auth_names = ['apikey', 'basic', 'token']
368
+ auth_names = ['apikey', 'basic']
369
369
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
370
370
  :header_params => header_params,
371
371
  :query_params => query_params,
@@ -425,7 +425,7 @@ module CloudsmithApi
425
425
 
426
426
  # http body (model)
427
427
  post_body = nil
428
- auth_names = ['apikey', 'basic', 'token']
428
+ auth_names = ['apikey', 'basic']
429
429
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
430
430
  :header_params => header_params,
431
431
  :query_params => query_params,
@@ -485,7 +485,7 @@ module CloudsmithApi
485
485
 
486
486
  # http body (model)
487
487
  post_body = nil
488
- auth_names = ['apikey', 'basic', 'token']
488
+ auth_names = ['apikey', 'basic']
489
489
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
490
490
  :header_params => header_params,
491
491
  :query_params => query_params,
@@ -547,7 +547,7 @@ module CloudsmithApi
547
547
 
548
548
  # http body (model)
549
549
  post_body = @api_client.object_to_http_body(opts[:'data'])
550
- auth_names = ['apikey', 'basic', 'token']
550
+ auth_names = ['apikey', 'basic']
551
551
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
552
552
  :header_params => header_params,
553
553
  :query_params => query_params,
@@ -608,7 +608,7 @@ module CloudsmithApi
608
608
 
609
609
  # http body (model)
610
610
  post_body = @api_client.object_to_http_body(opts[:'data'])
611
- auth_names = ['apikey', 'basic', 'token']
611
+ auth_names = ['apikey', 'basic']
612
612
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
613
613
  :header_params => header_params,
614
614
  :query_params => query_params,
@@ -669,7 +669,7 @@ module CloudsmithApi
669
669
 
670
670
  # http body (model)
671
671
  post_body = @api_client.object_to_http_body(opts[:'data'])
672
- auth_names = ['apikey', 'basic', 'token']
672
+ auth_names = ['apikey', 'basic']
673
673
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
674
674
  :header_params => header_params,
675
675
  :query_params => query_params,
@@ -729,7 +729,7 @@ module CloudsmithApi
729
729
 
730
730
  # http body (model)
731
731
  post_body = nil
732
- auth_names = ['apikey', 'basic', 'token']
732
+ auth_names = ['apikey', 'basic']
733
733
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
734
734
  :header_params => header_params,
735
735
  :query_params => query_params,
@@ -791,7 +791,7 @@ module CloudsmithApi
791
791
 
792
792
  # http body (model)
793
793
  post_body = @api_client.object_to_http_body(opts[:'data'])
794
- auth_names = ['apikey', 'basic', 'token']
794
+ auth_names = ['apikey', 'basic']
795
795
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
796
796
  :header_params => header_params,
797
797
  :query_params => query_params,
@@ -853,7 +853,7 @@ module CloudsmithApi
853
853
 
854
854
  # http body (model)
855
855
  post_body = @api_client.object_to_http_body(opts[:'data'])
856
- auth_names = ['apikey', 'basic', 'token']
856
+ auth_names = ['apikey', 'basic']
857
857
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
858
858
  :header_params => header_params,
859
859
  :query_params => query_params,
@@ -915,7 +915,7 @@ module CloudsmithApi
915
915
 
916
916
  # http body (model)
917
917
  post_body = @api_client.object_to_http_body(opts[:'data'])
918
- auth_names = ['apikey', 'basic', 'token']
918
+ auth_names = ['apikey', 'basic']
919
919
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
920
920
  :header_params => header_params,
921
921
  :query_params => query_params,
@@ -975,7 +975,7 @@ module CloudsmithApi
975
975
 
976
976
  # http body (model)
977
977
  post_body = nil
978
- auth_names = ['apikey', 'basic', 'token']
978
+ auth_names = ['apikey', 'basic']
979
979
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
980
980
  :header_params => header_params,
981
981
  :query_params => query_params,
@@ -1035,7 +1035,7 @@ module CloudsmithApi
1035
1035
 
1036
1036
  # http body (model)
1037
1037
  post_body = nil
1038
- auth_names = ['apikey', 'basic', 'token']
1038
+ auth_names = ['apikey', 'basic']
1039
1039
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1040
1040
  :header_params => header_params,
1041
1041
  :query_params => query_params,
@@ -1095,7 +1095,7 @@ module CloudsmithApi
1095
1095
 
1096
1096
  # http body (model)
1097
1097
  post_body = nil
1098
- auth_names = ['apikey', 'basic', 'token']
1098
+ auth_names = ['apikey', 'basic']
1099
1099
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1100
1100
  :header_params => header_params,
1101
1101
  :query_params => query_params,
@@ -1157,7 +1157,7 @@ module CloudsmithApi
1157
1157
 
1158
1158
  # http body (model)
1159
1159
  post_body = @api_client.object_to_http_body(opts[:'data'])
1160
- auth_names = ['apikey', 'basic', 'token']
1160
+ auth_names = ['apikey', 'basic']
1161
1161
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1162
1162
  :header_params => header_params,
1163
1163
  :query_params => query_params,
@@ -1223,7 +1223,7 @@ module CloudsmithApi
1223
1223
 
1224
1224
  # http body (model)
1225
1225
  post_body = nil
1226
- auth_names = ['apikey', 'basic', 'token']
1226
+ auth_names = ['apikey', 'basic']
1227
1227
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1228
1228
  :header_params => header_params,
1229
1229
  :query_params => query_params,
@@ -1285,7 +1285,7 @@ module CloudsmithApi
1285
1285
 
1286
1286
  # http body (model)
1287
1287
  post_body = @api_client.object_to_http_body(opts[:'data'])
1288
- auth_names = ['apikey', 'basic', 'token']
1288
+ auth_names = ['apikey', 'basic']
1289
1289
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1290
1290
  :header_params => header_params,
1291
1291
  :query_params => query_params,
@@ -1346,7 +1346,7 @@ module CloudsmithApi
1346
1346
 
1347
1347
  # http body (model)
1348
1348
  post_body = @api_client.object_to_http_body(opts[:'data'])
1349
- auth_names = ['apikey', 'basic', 'token']
1349
+ auth_names = ['apikey', 'basic']
1350
1350
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1351
1351
  :header_params => header_params,
1352
1352
  :query_params => query_params,
@@ -1405,7 +1405,7 @@ module CloudsmithApi
1405
1405
 
1406
1406
  # http body (model)
1407
1407
  post_body = nil
1408
- auth_names = ['apikey', 'basic', 'token']
1408
+ auth_names = ['apikey', 'basic']
1409
1409
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1410
1410
  :header_params => header_params,
1411
1411
  :query_params => query_params,
@@ -1467,7 +1467,7 @@ module CloudsmithApi
1467
1467
 
1468
1468
  # http body (model)
1469
1469
  post_body = @api_client.object_to_http_body(opts[:'data'])
1470
- auth_names = ['apikey', 'basic', 'token']
1470
+ auth_names = ['apikey', 'basic']
1471
1471
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1472
1472
  :header_params => header_params,
1473
1473
  :query_params => query_params,
@@ -1527,7 +1527,7 @@ module CloudsmithApi
1527
1527
 
1528
1528
  # http body (model)
1529
1529
  post_body = nil
1530
- auth_names = ['apikey', 'basic', 'token']
1530
+ auth_names = ['apikey', 'basic']
1531
1531
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1532
1532
  :header_params => header_params,
1533
1533
  :query_params => query_params,
@@ -1587,7 +1587,7 @@ module CloudsmithApi
1587
1587
 
1588
1588
  # http body (model)
1589
1589
  post_body = nil
1590
- auth_names = ['apikey', 'basic', 'token']
1590
+ auth_names = ['apikey', 'basic']
1591
1591
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1592
1592
  :header_params => header_params,
1593
1593
  :query_params => query_params,
@@ -1649,7 +1649,7 @@ module CloudsmithApi
1649
1649
 
1650
1650
  # http body (model)
1651
1651
  post_body = @api_client.object_to_http_body(opts[:'data'])
1652
- auth_names = ['apikey', 'basic', 'token']
1652
+ auth_names = ['apikey', 'basic']
1653
1653
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1654
1654
  :header_params => header_params,
1655
1655
  :query_params => query_params,
@@ -1710,7 +1710,7 @@ module CloudsmithApi
1710
1710
 
1711
1711
  # http body (model)
1712
1712
  post_body = @api_client.object_to_http_body(opts[:'data'])
1713
- auth_names = ['apikey', 'basic', 'token']
1713
+ auth_names = ['apikey', 'basic']
1714
1714
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1715
1715
  :header_params => header_params,
1716
1716
  :query_params => query_params,
@@ -1776,7 +1776,7 @@ module CloudsmithApi
1776
1776
 
1777
1777
  # http body (model)
1778
1778
  post_body = nil
1779
- auth_names = ['apikey', 'basic', 'token']
1779
+ auth_names = ['apikey', 'basic']
1780
1780
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1781
1781
  :header_params => header_params,
1782
1782
  :query_params => query_params,
@@ -1841,7 +1841,7 @@ module CloudsmithApi
1841
1841
 
1842
1842
  # http body (model)
1843
1843
  post_body = nil
1844
- auth_names = ['apikey', 'basic', 'token']
1844
+ auth_names = ['apikey', 'basic']
1845
1845
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1846
1846
  :header_params => header_params,
1847
1847
  :query_params => query_params,
@@ -1909,7 +1909,7 @@ module CloudsmithApi
1909
1909
 
1910
1910
  # http body (model)
1911
1911
  post_body = @api_client.object_to_http_body(opts[:'data'])
1912
- auth_names = ['apikey', 'basic', 'token']
1912
+ auth_names = ['apikey', 'basic']
1913
1913
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
1914
1914
  :header_params => header_params,
1915
1915
  :query_params => query_params,
@@ -1975,7 +1975,7 @@ module CloudsmithApi
1975
1975
 
1976
1976
  # http body (model)
1977
1977
  post_body = nil
1978
- auth_names = ['apikey', 'basic', 'token']
1978
+ auth_names = ['apikey', 'basic']
1979
1979
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1980
1980
  :header_params => header_params,
1981
1981
  :query_params => query_params,
@@ -2043,7 +2043,7 @@ module CloudsmithApi
2043
2043
 
2044
2044
  # http body (model)
2045
2045
  post_body = @api_client.object_to_http_body(opts[:'data'])
2046
- auth_names = ['apikey', 'basic', 'token']
2046
+ auth_names = ['apikey', 'basic']
2047
2047
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2048
2048
  :header_params => header_params,
2049
2049
  :query_params => query_params,
@@ -2105,7 +2105,7 @@ module CloudsmithApi
2105
2105
 
2106
2106
  # http body (model)
2107
2107
  post_body = @api_client.object_to_http_body(opts[:'data'])
2108
- auth_names = ['apikey', 'basic', 'token']
2108
+ auth_names = ['apikey', 'basic']
2109
2109
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2110
2110
  :header_params => header_params,
2111
2111
  :query_params => query_params,
@@ -2171,7 +2171,7 @@ module CloudsmithApi
2171
2171
 
2172
2172
  # http body (model)
2173
2173
  post_body = nil
2174
- auth_names = ['apikey', 'basic', 'token']
2174
+ auth_names = ['apikey', 'basic']
2175
2175
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2176
2176
  :header_params => header_params,
2177
2177
  :query_params => query_params,
@@ -2236,7 +2236,7 @@ module CloudsmithApi
2236
2236
 
2237
2237
  # http body (model)
2238
2238
  post_body = nil
2239
- auth_names = ['apikey', 'basic', 'token']
2239
+ auth_names = ['apikey', 'basic']
2240
2240
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2241
2241
  :header_params => header_params,
2242
2242
  :query_params => query_params,
@@ -2304,7 +2304,7 @@ module CloudsmithApi
2304
2304
 
2305
2305
  # http body (model)
2306
2306
  post_body = @api_client.object_to_http_body(opts[:'data'])
2307
- auth_names = ['apikey', 'basic', 'token']
2307
+ auth_names = ['apikey', 'basic']
2308
2308
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
2309
2309
  :header_params => header_params,
2310
2310
  :query_params => query_params,
@@ -2370,7 +2370,7 @@ module CloudsmithApi
2370
2370
 
2371
2371
  # http body (model)
2372
2372
  post_body = nil
2373
- auth_names = ['apikey', 'basic', 'token']
2373
+ auth_names = ['apikey', 'basic']
2374
2374
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2375
2375
  :header_params => header_params,
2376
2376
  :query_params => query_params,
@@ -2438,7 +2438,7 @@ module CloudsmithApi
2438
2438
 
2439
2439
  # http body (model)
2440
2440
  post_body = @api_client.object_to_http_body(opts[:'data'])
2441
- auth_names = ['apikey', 'basic', 'token']
2441
+ auth_names = ['apikey', 'basic']
2442
2442
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2443
2443
  :header_params => header_params,
2444
2444
  :query_params => query_params,
@@ -2500,7 +2500,7 @@ module CloudsmithApi
2500
2500
 
2501
2501
  # http body (model)
2502
2502
  post_body = @api_client.object_to_http_body(opts[:'data'])
2503
- auth_names = ['apikey', 'basic', 'token']
2503
+ auth_names = ['apikey', 'basic']
2504
2504
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2505
2505
  :header_params => header_params,
2506
2506
  :query_params => query_params,
@@ -2566,7 +2566,7 @@ module CloudsmithApi
2566
2566
 
2567
2567
  # http body (model)
2568
2568
  post_body = nil
2569
- auth_names = ['apikey', 'basic', 'token']
2569
+ auth_names = ['apikey', 'basic']
2570
2570
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2571
2571
  :header_params => header_params,
2572
2572
  :query_params => query_params,
@@ -2631,7 +2631,7 @@ module CloudsmithApi
2631
2631
 
2632
2632
  # http body (model)
2633
2633
  post_body = nil
2634
- auth_names = ['apikey', 'basic', 'token']
2634
+ auth_names = ['apikey', 'basic']
2635
2635
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2636
2636
  :header_params => header_params,
2637
2637
  :query_params => query_params,
@@ -2699,7 +2699,7 @@ module CloudsmithApi
2699
2699
 
2700
2700
  # http body (model)
2701
2701
  post_body = @api_client.object_to_http_body(opts[:'data'])
2702
- auth_names = ['apikey', 'basic', 'token']
2702
+ auth_names = ['apikey', 'basic']
2703
2703
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
2704
2704
  :header_params => header_params,
2705
2705
  :query_params => query_params,
@@ -2765,7 +2765,7 @@ module CloudsmithApi
2765
2765
 
2766
2766
  # http body (model)
2767
2767
  post_body = nil
2768
- auth_names = ['apikey', 'basic', 'token']
2768
+ auth_names = ['apikey', 'basic']
2769
2769
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
2770
2770
  :header_params => header_params,
2771
2771
  :query_params => query_params,
@@ -2833,7 +2833,7 @@ module CloudsmithApi
2833
2833
 
2834
2834
  # http body (model)
2835
2835
  post_body = @api_client.object_to_http_body(opts[:'data'])
2836
- auth_names = ['apikey', 'basic', 'token']
2836
+ auth_names = ['apikey', 'basic']
2837
2837
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
2838
2838
  :header_params => header_params,
2839
2839
  :query_params => query_params,
@@ -2895,7 +2895,7 @@ module CloudsmithApi
2895
2895
 
2896
2896
  # http body (model)
2897
2897
  post_body = @api_client.object_to_http_body(opts[:'data'])
2898
- auth_names = ['apikey', 'basic', 'token']
2898
+ auth_names = ['apikey', 'basic']
2899
2899
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
2900
2900
  :header_params => header_params,
2901
2901
  :query_params => query_params,
@@ -2961,7 +2961,7 @@ module CloudsmithApi
2961
2961
 
2962
2962
  # http body (model)
2963
2963
  post_body = nil
2964
- auth_names = ['apikey', 'basic', 'token']
2964
+ auth_names = ['apikey', 'basic']
2965
2965
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
2966
2966
  :header_params => header_params,
2967
2967
  :query_params => query_params,
@@ -3026,7 +3026,7 @@ module CloudsmithApi
3026
3026
 
3027
3027
  # http body (model)
3028
3028
  post_body = nil
3029
- auth_names = ['apikey', 'basic', 'token']
3029
+ auth_names = ['apikey', 'basic']
3030
3030
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3031
3031
  :header_params => header_params,
3032
3032
  :query_params => query_params,
@@ -3094,7 +3094,7 @@ module CloudsmithApi
3094
3094
 
3095
3095
  # http body (model)
3096
3096
  post_body = @api_client.object_to_http_body(opts[:'data'])
3097
- auth_names = ['apikey', 'basic', 'token']
3097
+ auth_names = ['apikey', 'basic']
3098
3098
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3099
3099
  :header_params => header_params,
3100
3100
  :query_params => query_params,
@@ -3160,7 +3160,7 @@ module CloudsmithApi
3160
3160
 
3161
3161
  # http body (model)
3162
3162
  post_body = nil
3163
- auth_names = ['apikey', 'basic', 'token']
3163
+ auth_names = ['apikey', 'basic']
3164
3164
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3165
3165
  :header_params => header_params,
3166
3166
  :query_params => query_params,
@@ -3228,7 +3228,7 @@ module CloudsmithApi
3228
3228
 
3229
3229
  # http body (model)
3230
3230
  post_body = @api_client.object_to_http_body(opts[:'data'])
3231
- auth_names = ['apikey', 'basic', 'token']
3231
+ auth_names = ['apikey', 'basic']
3232
3232
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3233
3233
  :header_params => header_params,
3234
3234
  :query_params => query_params,
@@ -3290,7 +3290,7 @@ module CloudsmithApi
3290
3290
 
3291
3291
  # http body (model)
3292
3292
  post_body = @api_client.object_to_http_body(opts[:'data'])
3293
- auth_names = ['apikey', 'basic', 'token']
3293
+ auth_names = ['apikey', 'basic']
3294
3294
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3295
3295
  :header_params => header_params,
3296
3296
  :query_params => query_params,
@@ -3356,7 +3356,7 @@ module CloudsmithApi
3356
3356
 
3357
3357
  # http body (model)
3358
3358
  post_body = nil
3359
- auth_names = ['apikey', 'basic', 'token']
3359
+ auth_names = ['apikey', 'basic']
3360
3360
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3361
3361
  :header_params => header_params,
3362
3362
  :query_params => query_params,
@@ -3421,7 +3421,7 @@ module CloudsmithApi
3421
3421
 
3422
3422
  # http body (model)
3423
3423
  post_body = nil
3424
- auth_names = ['apikey', 'basic', 'token']
3424
+ auth_names = ['apikey', 'basic']
3425
3425
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3426
3426
  :header_params => header_params,
3427
3427
  :query_params => query_params,
@@ -3489,7 +3489,7 @@ module CloudsmithApi
3489
3489
 
3490
3490
  # http body (model)
3491
3491
  post_body = @api_client.object_to_http_body(opts[:'data'])
3492
- auth_names = ['apikey', 'basic', 'token']
3492
+ auth_names = ['apikey', 'basic']
3493
3493
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3494
3494
  :header_params => header_params,
3495
3495
  :query_params => query_params,
@@ -3555,7 +3555,7 @@ module CloudsmithApi
3555
3555
 
3556
3556
  # http body (model)
3557
3557
  post_body = nil
3558
- auth_names = ['apikey', 'basic', 'token']
3558
+ auth_names = ['apikey', 'basic']
3559
3559
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3560
3560
  :header_params => header_params,
3561
3561
  :query_params => query_params,
@@ -3623,7 +3623,7 @@ module CloudsmithApi
3623
3623
 
3624
3624
  # http body (model)
3625
3625
  post_body = @api_client.object_to_http_body(opts[:'data'])
3626
- auth_names = ['apikey', 'basic', 'token']
3626
+ auth_names = ['apikey', 'basic']
3627
3627
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
3628
3628
  :header_params => header_params,
3629
3629
  :query_params => query_params,
@@ -3685,7 +3685,7 @@ module CloudsmithApi
3685
3685
 
3686
3686
  # http body (model)
3687
3687
  post_body = @api_client.object_to_http_body(opts[:'data'])
3688
- auth_names = ['apikey', 'basic', 'token']
3688
+ auth_names = ['apikey', 'basic']
3689
3689
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
3690
3690
  :header_params => header_params,
3691
3691
  :query_params => query_params,
@@ -3751,7 +3751,7 @@ module CloudsmithApi
3751
3751
 
3752
3752
  # http body (model)
3753
3753
  post_body = nil
3754
- auth_names = ['apikey', 'basic', 'token']
3754
+ auth_names = ['apikey', 'basic']
3755
3755
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
3756
3756
  :header_params => header_params,
3757
3757
  :query_params => query_params,
@@ -3816,7 +3816,7 @@ module CloudsmithApi
3816
3816
 
3817
3817
  # http body (model)
3818
3818
  post_body = nil
3819
- auth_names = ['apikey', 'basic', 'token']
3819
+ auth_names = ['apikey', 'basic']
3820
3820
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3821
3821
  :header_params => header_params,
3822
3822
  :query_params => query_params,
@@ -3884,7 +3884,7 @@ module CloudsmithApi
3884
3884
 
3885
3885
  # http body (model)
3886
3886
  post_body = @api_client.object_to_http_body(opts[:'data'])
3887
- auth_names = ['apikey', 'basic', 'token']
3887
+ auth_names = ['apikey', 'basic']
3888
3888
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
3889
3889
  :header_params => header_params,
3890
3890
  :query_params => query_params,
@@ -3950,7 +3950,7 @@ module CloudsmithApi
3950
3950
 
3951
3951
  # http body (model)
3952
3952
  post_body = nil
3953
- auth_names = ['apikey', 'basic', 'token']
3953
+ auth_names = ['apikey', 'basic']
3954
3954
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
3955
3955
  :header_params => header_params,
3956
3956
  :query_params => query_params,
@@ -4018,7 +4018,7 @@ module CloudsmithApi
4018
4018
 
4019
4019
  # http body (model)
4020
4020
  post_body = @api_client.object_to_http_body(opts[:'data'])
4021
- auth_names = ['apikey', 'basic', 'token']
4021
+ auth_names = ['apikey', 'basic']
4022
4022
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4023
4023
  :header_params => header_params,
4024
4024
  :query_params => query_params,
@@ -4080,7 +4080,7 @@ module CloudsmithApi
4080
4080
 
4081
4081
  # http body (model)
4082
4082
  post_body = @api_client.object_to_http_body(opts[:'data'])
4083
- auth_names = ['apikey', 'basic', 'token']
4083
+ auth_names = ['apikey', 'basic']
4084
4084
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4085
4085
  :header_params => header_params,
4086
4086
  :query_params => query_params,
@@ -4146,7 +4146,7 @@ module CloudsmithApi
4146
4146
 
4147
4147
  # http body (model)
4148
4148
  post_body = nil
4149
- auth_names = ['apikey', 'basic', 'token']
4149
+ auth_names = ['apikey', 'basic']
4150
4150
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4151
4151
  :header_params => header_params,
4152
4152
  :query_params => query_params,
@@ -4211,7 +4211,7 @@ module CloudsmithApi
4211
4211
 
4212
4212
  # http body (model)
4213
4213
  post_body = nil
4214
- auth_names = ['apikey', 'basic', 'token']
4214
+ auth_names = ['apikey', 'basic']
4215
4215
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4216
4216
  :header_params => header_params,
4217
4217
  :query_params => query_params,
@@ -4279,7 +4279,7 @@ module CloudsmithApi
4279
4279
 
4280
4280
  # http body (model)
4281
4281
  post_body = @api_client.object_to_http_body(opts[:'data'])
4282
- auth_names = ['apikey', 'basic', 'token']
4282
+ auth_names = ['apikey', 'basic']
4283
4283
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
4284
4284
  :header_params => header_params,
4285
4285
  :query_params => query_params,
@@ -4345,7 +4345,7 @@ module CloudsmithApi
4345
4345
 
4346
4346
  # http body (model)
4347
4347
  post_body = nil
4348
- auth_names = ['apikey', 'basic', 'token']
4348
+ auth_names = ['apikey', 'basic']
4349
4349
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4350
4350
  :header_params => header_params,
4351
4351
  :query_params => query_params,
@@ -4413,7 +4413,7 @@ module CloudsmithApi
4413
4413
 
4414
4414
  # http body (model)
4415
4415
  post_body = @api_client.object_to_http_body(opts[:'data'])
4416
- auth_names = ['apikey', 'basic', 'token']
4416
+ auth_names = ['apikey', 'basic']
4417
4417
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4418
4418
  :header_params => header_params,
4419
4419
  :query_params => query_params,
@@ -4475,7 +4475,7 @@ module CloudsmithApi
4475
4475
 
4476
4476
  # http body (model)
4477
4477
  post_body = @api_client.object_to_http_body(opts[:'data'])
4478
- auth_names = ['apikey', 'basic', 'token']
4478
+ auth_names = ['apikey', 'basic']
4479
4479
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4480
4480
  :header_params => header_params,
4481
4481
  :query_params => query_params,
@@ -4541,7 +4541,7 @@ module CloudsmithApi
4541
4541
 
4542
4542
  # http body (model)
4543
4543
  post_body = nil
4544
- auth_names = ['apikey', 'basic', 'token']
4544
+ auth_names = ['apikey', 'basic']
4545
4545
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4546
4546
  :header_params => header_params,
4547
4547
  :query_params => query_params,
@@ -4606,7 +4606,7 @@ module CloudsmithApi
4606
4606
 
4607
4607
  # http body (model)
4608
4608
  post_body = nil
4609
- auth_names = ['apikey', 'basic', 'token']
4609
+ auth_names = ['apikey', 'basic']
4610
4610
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4611
4611
  :header_params => header_params,
4612
4612
  :query_params => query_params,
@@ -4674,7 +4674,7 @@ module CloudsmithApi
4674
4674
 
4675
4675
  # http body (model)
4676
4676
  post_body = @api_client.object_to_http_body(opts[:'data'])
4677
- auth_names = ['apikey', 'basic', 'token']
4677
+ auth_names = ['apikey', 'basic']
4678
4678
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
4679
4679
  :header_params => header_params,
4680
4680
  :query_params => query_params,
@@ -4740,7 +4740,7 @@ module CloudsmithApi
4740
4740
 
4741
4741
  # http body (model)
4742
4742
  post_body = nil
4743
- auth_names = ['apikey', 'basic', 'token']
4743
+ auth_names = ['apikey', 'basic']
4744
4744
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
4745
4745
  :header_params => header_params,
4746
4746
  :query_params => query_params,
@@ -4808,7 +4808,7 @@ module CloudsmithApi
4808
4808
 
4809
4809
  # http body (model)
4810
4810
  post_body = @api_client.object_to_http_body(opts[:'data'])
4811
- auth_names = ['apikey', 'basic', 'token']
4811
+ auth_names = ['apikey', 'basic']
4812
4812
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
4813
4813
  :header_params => header_params,
4814
4814
  :query_params => query_params,
@@ -4870,7 +4870,7 @@ module CloudsmithApi
4870
4870
 
4871
4871
  # http body (model)
4872
4872
  post_body = @api_client.object_to_http_body(opts[:'data'])
4873
- auth_names = ['apikey', 'basic', 'token']
4873
+ auth_names = ['apikey', 'basic']
4874
4874
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
4875
4875
  :header_params => header_params,
4876
4876
  :query_params => query_params,
@@ -4936,7 +4936,7 @@ module CloudsmithApi
4936
4936
 
4937
4937
  # http body (model)
4938
4938
  post_body = nil
4939
- auth_names = ['apikey', 'basic', 'token']
4939
+ auth_names = ['apikey', 'basic']
4940
4940
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
4941
4941
  :header_params => header_params,
4942
4942
  :query_params => query_params,
@@ -5001,7 +5001,7 @@ module CloudsmithApi
5001
5001
 
5002
5002
  # http body (model)
5003
5003
  post_body = nil
5004
- auth_names = ['apikey', 'basic', 'token']
5004
+ auth_names = ['apikey', 'basic']
5005
5005
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5006
5006
  :header_params => header_params,
5007
5007
  :query_params => query_params,
@@ -5069,7 +5069,7 @@ module CloudsmithApi
5069
5069
 
5070
5070
  # http body (model)
5071
5071
  post_body = @api_client.object_to_http_body(opts[:'data'])
5072
- auth_names = ['apikey', 'basic', 'token']
5072
+ auth_names = ['apikey', 'basic']
5073
5073
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
5074
5074
  :header_params => header_params,
5075
5075
  :query_params => query_params,
@@ -5135,7 +5135,7 @@ module CloudsmithApi
5135
5135
 
5136
5136
  # http body (model)
5137
5137
  post_body = nil
5138
- auth_names = ['apikey', 'basic', 'token']
5138
+ auth_names = ['apikey', 'basic']
5139
5139
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5140
5140
  :header_params => header_params,
5141
5141
  :query_params => query_params,
@@ -5203,7 +5203,7 @@ module CloudsmithApi
5203
5203
 
5204
5204
  # http body (model)
5205
5205
  post_body = @api_client.object_to_http_body(opts[:'data'])
5206
- auth_names = ['apikey', 'basic', 'token']
5206
+ auth_names = ['apikey', 'basic']
5207
5207
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5208
5208
  :header_params => header_params,
5209
5209
  :query_params => query_params,
@@ -5265,7 +5265,7 @@ module CloudsmithApi
5265
5265
 
5266
5266
  # http body (model)
5267
5267
  post_body = @api_client.object_to_http_body(opts[:'data'])
5268
- auth_names = ['apikey', 'basic', 'token']
5268
+ auth_names = ['apikey', 'basic']
5269
5269
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5270
5270
  :header_params => header_params,
5271
5271
  :query_params => query_params,
@@ -5331,7 +5331,7 @@ module CloudsmithApi
5331
5331
 
5332
5332
  # http body (model)
5333
5333
  post_body = nil
5334
- auth_names = ['apikey', 'basic', 'token']
5334
+ auth_names = ['apikey', 'basic']
5335
5335
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5336
5336
  :header_params => header_params,
5337
5337
  :query_params => query_params,
@@ -5396,7 +5396,7 @@ module CloudsmithApi
5396
5396
 
5397
5397
  # http body (model)
5398
5398
  post_body = nil
5399
- auth_names = ['apikey', 'basic', 'token']
5399
+ auth_names = ['apikey', 'basic']
5400
5400
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5401
5401
  :header_params => header_params,
5402
5402
  :query_params => query_params,
@@ -5464,7 +5464,7 @@ module CloudsmithApi
5464
5464
 
5465
5465
  # http body (model)
5466
5466
  post_body = @api_client.object_to_http_body(opts[:'data'])
5467
- auth_names = ['apikey', 'basic', 'token']
5467
+ auth_names = ['apikey', 'basic']
5468
5468
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
5469
5469
  :header_params => header_params,
5470
5470
  :query_params => query_params,
@@ -5530,7 +5530,7 @@ module CloudsmithApi
5530
5530
 
5531
5531
  # http body (model)
5532
5532
  post_body = nil
5533
- auth_names = ['apikey', 'basic', 'token']
5533
+ auth_names = ['apikey', 'basic']
5534
5534
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5535
5535
  :header_params => header_params,
5536
5536
  :query_params => query_params,
@@ -5598,7 +5598,7 @@ module CloudsmithApi
5598
5598
 
5599
5599
  # http body (model)
5600
5600
  post_body = @api_client.object_to_http_body(opts[:'data'])
5601
- auth_names = ['apikey', 'basic', 'token']
5601
+ auth_names = ['apikey', 'basic']
5602
5602
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5603
5603
  :header_params => header_params,
5604
5604
  :query_params => query_params,
@@ -5660,7 +5660,7 @@ module CloudsmithApi
5660
5660
 
5661
5661
  # http body (model)
5662
5662
  post_body = @api_client.object_to_http_body(opts[:'data'])
5663
- auth_names = ['apikey', 'basic', 'token']
5663
+ auth_names = ['apikey', 'basic']
5664
5664
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
5665
5665
  :header_params => header_params,
5666
5666
  :query_params => query_params,
@@ -5726,7 +5726,7 @@ module CloudsmithApi
5726
5726
 
5727
5727
  # http body (model)
5728
5728
  post_body = nil
5729
- auth_names = ['apikey', 'basic', 'token']
5729
+ auth_names = ['apikey', 'basic']
5730
5730
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
5731
5731
  :header_params => header_params,
5732
5732
  :query_params => query_params,
@@ -5791,7 +5791,7 @@ module CloudsmithApi
5791
5791
 
5792
5792
  # http body (model)
5793
5793
  post_body = nil
5794
- auth_names = ['apikey', 'basic', 'token']
5794
+ auth_names = ['apikey', 'basic']
5795
5795
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5796
5796
  :header_params => header_params,
5797
5797
  :query_params => query_params,
@@ -5859,7 +5859,7 @@ module CloudsmithApi
5859
5859
 
5860
5860
  # http body (model)
5861
5861
  post_body = @api_client.object_to_http_body(opts[:'data'])
5862
- auth_names = ['apikey', 'basic', 'token']
5862
+ auth_names = ['apikey', 'basic']
5863
5863
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
5864
5864
  :header_params => header_params,
5865
5865
  :query_params => query_params,
@@ -5925,7 +5925,7 @@ module CloudsmithApi
5925
5925
 
5926
5926
  # http body (model)
5927
5927
  post_body = nil
5928
- auth_names = ['apikey', 'basic', 'token']
5928
+ auth_names = ['apikey', 'basic']
5929
5929
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
5930
5930
  :header_params => header_params,
5931
5931
  :query_params => query_params,
@@ -5993,7 +5993,7 @@ module CloudsmithApi
5993
5993
 
5994
5994
  # http body (model)
5995
5995
  post_body = @api_client.object_to_http_body(opts[:'data'])
5996
- auth_names = ['apikey', 'basic', 'token']
5996
+ auth_names = ['apikey', 'basic']
5997
5997
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
5998
5998
  :header_params => header_params,
5999
5999
  :query_params => query_params,
@@ -6055,7 +6055,7 @@ module CloudsmithApi
6055
6055
 
6056
6056
  # http body (model)
6057
6057
  post_body = @api_client.object_to_http_body(opts[:'data'])
6058
- auth_names = ['apikey', 'basic', 'token']
6058
+ auth_names = ['apikey', 'basic']
6059
6059
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6060
6060
  :header_params => header_params,
6061
6061
  :query_params => query_params,
@@ -6121,7 +6121,7 @@ module CloudsmithApi
6121
6121
 
6122
6122
  # http body (model)
6123
6123
  post_body = nil
6124
- auth_names = ['apikey', 'basic', 'token']
6124
+ auth_names = ['apikey', 'basic']
6125
6125
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6126
6126
  :header_params => header_params,
6127
6127
  :query_params => query_params,
@@ -6186,7 +6186,7 @@ module CloudsmithApi
6186
6186
 
6187
6187
  # http body (model)
6188
6188
  post_body = nil
6189
- auth_names = ['apikey', 'basic', 'token']
6189
+ auth_names = ['apikey', 'basic']
6190
6190
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6191
6191
  :header_params => header_params,
6192
6192
  :query_params => query_params,
@@ -6254,7 +6254,7 @@ module CloudsmithApi
6254
6254
 
6255
6255
  # http body (model)
6256
6256
  post_body = @api_client.object_to_http_body(opts[:'data'])
6257
- auth_names = ['apikey', 'basic', 'token']
6257
+ auth_names = ['apikey', 'basic']
6258
6258
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
6259
6259
  :header_params => header_params,
6260
6260
  :query_params => query_params,
@@ -6320,7 +6320,7 @@ module CloudsmithApi
6320
6320
 
6321
6321
  # http body (model)
6322
6322
  post_body = nil
6323
- auth_names = ['apikey', 'basic', 'token']
6323
+ auth_names = ['apikey', 'basic']
6324
6324
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6325
6325
  :header_params => header_params,
6326
6326
  :query_params => query_params,
@@ -6388,7 +6388,7 @@ module CloudsmithApi
6388
6388
 
6389
6389
  # http body (model)
6390
6390
  post_body = @api_client.object_to_http_body(opts[:'data'])
6391
- auth_names = ['apikey', 'basic', 'token']
6391
+ auth_names = ['apikey', 'basic']
6392
6392
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6393
6393
  :header_params => header_params,
6394
6394
  :query_params => query_params,
@@ -6450,7 +6450,7 @@ module CloudsmithApi
6450
6450
 
6451
6451
  # http body (model)
6452
6452
  post_body = @api_client.object_to_http_body(opts[:'data'])
6453
- auth_names = ['apikey', 'basic', 'token']
6453
+ auth_names = ['apikey', 'basic']
6454
6454
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6455
6455
  :header_params => header_params,
6456
6456
  :query_params => query_params,
@@ -6516,7 +6516,7 @@ module CloudsmithApi
6516
6516
 
6517
6517
  # http body (model)
6518
6518
  post_body = nil
6519
- auth_names = ['apikey', 'basic', 'token']
6519
+ auth_names = ['apikey', 'basic']
6520
6520
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6521
6521
  :header_params => header_params,
6522
6522
  :query_params => query_params,
@@ -6581,7 +6581,7 @@ module CloudsmithApi
6581
6581
 
6582
6582
  # http body (model)
6583
6583
  post_body = nil
6584
- auth_names = ['apikey', 'basic', 'token']
6584
+ auth_names = ['apikey', 'basic']
6585
6585
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6586
6586
  :header_params => header_params,
6587
6587
  :query_params => query_params,
@@ -6649,7 +6649,7 @@ module CloudsmithApi
6649
6649
 
6650
6650
  # http body (model)
6651
6651
  post_body = @api_client.object_to_http_body(opts[:'data'])
6652
- auth_names = ['apikey', 'basic', 'token']
6652
+ auth_names = ['apikey', 'basic']
6653
6653
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
6654
6654
  :header_params => header_params,
6655
6655
  :query_params => query_params,
@@ -6715,7 +6715,7 @@ module CloudsmithApi
6715
6715
 
6716
6716
  # http body (model)
6717
6717
  post_body = nil
6718
- auth_names = ['apikey', 'basic', 'token']
6718
+ auth_names = ['apikey', 'basic']
6719
6719
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6720
6720
  :header_params => header_params,
6721
6721
  :query_params => query_params,
@@ -6783,7 +6783,7 @@ module CloudsmithApi
6783
6783
 
6784
6784
  # http body (model)
6785
6785
  post_body = @api_client.object_to_http_body(opts[:'data'])
6786
- auth_names = ['apikey', 'basic', 'token']
6786
+ auth_names = ['apikey', 'basic']
6787
6787
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
6788
6788
  :header_params => header_params,
6789
6789
  :query_params => query_params,
@@ -6845,7 +6845,7 @@ module CloudsmithApi
6845
6845
 
6846
6846
  # http body (model)
6847
6847
  post_body = @api_client.object_to_http_body(opts[:'data'])
6848
- auth_names = ['apikey', 'basic', 'token']
6848
+ auth_names = ['apikey', 'basic']
6849
6849
  data, status_code, headers = @api_client.call_api(:POST, local_var_path,
6850
6850
  :header_params => header_params,
6851
6851
  :query_params => query_params,
@@ -6911,7 +6911,7 @@ module CloudsmithApi
6911
6911
 
6912
6912
  # http body (model)
6913
6913
  post_body = nil
6914
- auth_names = ['apikey', 'basic', 'token']
6914
+ auth_names = ['apikey', 'basic']
6915
6915
  data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
6916
6916
  :header_params => header_params,
6917
6917
  :query_params => query_params,
@@ -6976,7 +6976,7 @@ module CloudsmithApi
6976
6976
 
6977
6977
  # http body (model)
6978
6978
  post_body = nil
6979
- auth_names = ['apikey', 'basic', 'token']
6979
+ auth_names = ['apikey', 'basic']
6980
6980
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
6981
6981
  :header_params => header_params,
6982
6982
  :query_params => query_params,
@@ -7044,7 +7044,7 @@ module CloudsmithApi
7044
7044
 
7045
7045
  # http body (model)
7046
7046
  post_body = @api_client.object_to_http_body(opts[:'data'])
7047
- auth_names = ['apikey', 'basic', 'token']
7047
+ auth_names = ['apikey', 'basic']
7048
7048
  data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
7049
7049
  :header_params => header_params,
7050
7050
  :query_params => query_params,
@@ -7110,7 +7110,7 @@ module CloudsmithApi
7110
7110
 
7111
7111
  # http body (model)
7112
7112
  post_body = nil
7113
- auth_names = ['apikey', 'basic', 'token']
7113
+ auth_names = ['apikey', 'basic']
7114
7114
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
7115
7115
  :header_params => header_params,
7116
7116
  :query_params => query_params,
@@ -7178,7 +7178,7 @@ module CloudsmithApi
7178
7178
 
7179
7179
  # http body (model)
7180
7180
  post_body = @api_client.object_to_http_body(opts[:'data'])
7181
- auth_names = ['apikey', 'basic', 'token']
7181
+ auth_names = ['apikey', 'basic']
7182
7182
  data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
7183
7183
  :header_params => header_params,
7184
7184
  :query_params => query_params,
@@ -7232,7 +7232,7 @@ module CloudsmithApi
7232
7232
 
7233
7233
  # http body (model)
7234
7234
  post_body = nil
7235
- auth_names = ['apikey', 'basic', 'token']
7235
+ auth_names = ['apikey', 'basic']
7236
7236
  data, status_code, headers = @api_client.call_api(:GET, local_var_path,
7237
7237
  :header_params => header_params,
7238
7238
  :query_params => query_params,