cloudsmith-api 2.0.12 → 2.0.13

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 (134) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +14 -5
  4. data/build.json +1 -1
  5. data/docs/AlpinePackageUpload.md +7 -0
  6. data/docs/CargoPackageUpload.md +7 -0
  7. data/docs/CocoapodsPackageUpload.md +7 -0
  8. data/docs/ComposerPackageUpload.md +7 -0
  9. data/docs/ConanPackageUpload.md +7 -0
  10. data/docs/CondaPackageUpload.md +7 -0
  11. data/docs/CranPackageUpload.md +7 -0
  12. data/docs/DartPackageUpload.md +7 -0
  13. data/docs/DebPackageUpload.md +7 -0
  14. data/docs/DockerPackageUpload.md +7 -0
  15. data/docs/GoPackageUpload.md +7 -0
  16. data/docs/HelmPackageUpload.md +7 -0
  17. data/docs/HexPackageUpload.md +7 -0
  18. data/docs/LuarocksPackageUpload.md +7 -0
  19. data/docs/MavenPackageUpload.md +7 -0
  20. data/docs/NpmPackageUpload.md +7 -0
  21. data/docs/NugetPackageUpload.md +7 -0
  22. data/docs/OrganizationMembership.md +1 -1
  23. data/docs/OrgsApi.md +358 -0
  24. data/docs/P2PackageUpload.md +7 -0
  25. data/docs/Package.md +7 -0
  26. data/docs/PackageCopy.md +7 -0
  27. data/docs/PackageMove.md +7 -0
  28. data/docs/PackageQuarantine.md +7 -0
  29. data/docs/PackageResync.md +7 -0
  30. data/docs/PackageStatus.md +7 -0
  31. data/docs/PackageTag.md +7 -0
  32. data/docs/PackagesApi.md +4 -4
  33. data/docs/ProviderSettings.md +14 -0
  34. data/docs/ProviderSettingsRequest.md +12 -0
  35. data/docs/ProviderSettingsRequestPatch.md +12 -0
  36. data/docs/PythonPackageUpload.md +7 -0
  37. data/docs/RawPackageUpload.md +7 -0
  38. data/docs/RpmPackageUpload.md +7 -0
  39. data/docs/RubyPackageUpload.md +7 -0
  40. data/docs/StatusBasic.md +1 -1
  41. data/docs/SwiftPackageUpload.md +7 -0
  42. data/docs/TerraformPackageUpload.md +7 -0
  43. data/docs/VagrantPackageUpload.md +7 -0
  44. data/lib/cloudsmith-api/api/orgs_api.rb +358 -0
  45. data/lib/cloudsmith-api/api/packages_api.rb +4 -4
  46. data/lib/cloudsmith-api/models/alpine_package_upload.rb +64 -1
  47. data/lib/cloudsmith-api/models/cargo_package_upload.rb +64 -1
  48. data/lib/cloudsmith-api/models/cocoapods_package_upload.rb +64 -1
  49. data/lib/cloudsmith-api/models/composer_package_upload.rb +64 -1
  50. data/lib/cloudsmith-api/models/conan_package_upload.rb +64 -1
  51. data/lib/cloudsmith-api/models/conda_package_upload.rb +64 -1
  52. data/lib/cloudsmith-api/models/cran_package_upload.rb +64 -1
  53. data/lib/cloudsmith-api/models/dart_package_upload.rb +64 -1
  54. data/lib/cloudsmith-api/models/deb_package_upload.rb +64 -1
  55. data/lib/cloudsmith-api/models/docker_package_upload.rb +64 -1
  56. data/lib/cloudsmith-api/models/go_package_upload.rb +64 -1
  57. data/lib/cloudsmith-api/models/helm_package_upload.rb +64 -1
  58. data/lib/cloudsmith-api/models/hex_package_upload.rb +64 -1
  59. data/lib/cloudsmith-api/models/luarocks_package_upload.rb +64 -1
  60. data/lib/cloudsmith-api/models/maven_package_upload.rb +64 -1
  61. data/lib/cloudsmith-api/models/npm_package_upload.rb +64 -1
  62. data/lib/cloudsmith-api/models/nuget_package_upload.rb +64 -1
  63. data/lib/cloudsmith-api/models/organization_membership.rb +1 -1
  64. data/lib/cloudsmith-api/models/p2_package_upload.rb +64 -1
  65. data/lib/cloudsmith-api/models/package.rb +64 -1
  66. data/lib/cloudsmith-api/models/package_copy.rb +64 -1
  67. data/lib/cloudsmith-api/models/package_move.rb +64 -1
  68. data/lib/cloudsmith-api/models/package_quarantine.rb +64 -1
  69. data/lib/cloudsmith-api/models/package_resync.rb +64 -1
  70. data/lib/cloudsmith-api/models/package_status.rb +64 -1
  71. data/lib/cloudsmith-api/models/package_tag.rb +64 -1
  72. data/lib/cloudsmith-api/models/provider_settings.rb +272 -0
  73. data/lib/cloudsmith-api/models/provider_settings_request.rb +252 -0
  74. data/lib/cloudsmith-api/models/provider_settings_request_patch.rb +227 -0
  75. data/lib/cloudsmith-api/models/python_package_upload.rb +64 -1
  76. data/lib/cloudsmith-api/models/raw_package_upload.rb +64 -1
  77. data/lib/cloudsmith-api/models/rpm_package_upload.rb +64 -1
  78. data/lib/cloudsmith-api/models/ruby_package_upload.rb +64 -1
  79. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  80. data/lib/cloudsmith-api/models/swift_package_upload.rb +64 -1
  81. data/lib/cloudsmith-api/models/terraform_package_upload.rb +64 -1
  82. data/lib/cloudsmith-api/models/vagrant_package_upload.rb +64 -1
  83. data/lib/cloudsmith-api/version.rb +1 -1
  84. data/lib/cloudsmith-api.rb +3 -0
  85. data/spec/api/orgs_api_spec.rb +81 -0
  86. data/spec/api/packages_api_spec.rb +2 -2
  87. data/spec/models/alpine_package_upload_spec.rb +42 -0
  88. data/spec/models/cargo_package_upload_spec.rb +42 -0
  89. data/spec/models/cocoapods_package_upload_spec.rb +42 -0
  90. data/spec/models/composer_package_upload_spec.rb +42 -0
  91. data/spec/models/conan_package_upload_spec.rb +42 -0
  92. data/spec/models/conda_package_upload_spec.rb +42 -0
  93. data/spec/models/cran_package_upload_spec.rb +42 -0
  94. data/spec/models/dart_package_upload_spec.rb +42 -0
  95. data/spec/models/deb_package_upload_spec.rb +42 -0
  96. data/spec/models/docker_package_upload_spec.rb +42 -0
  97. data/spec/models/go_package_upload_spec.rb +42 -0
  98. data/spec/models/helm_package_upload_spec.rb +42 -0
  99. data/spec/models/hex_package_upload_spec.rb +42 -0
  100. data/spec/models/luarocks_package_upload_spec.rb +42 -0
  101. data/spec/models/maven_package_upload_spec.rb +42 -0
  102. data/spec/models/npm_package_upload_spec.rb +42 -0
  103. data/spec/models/nuget_package_upload_spec.rb +42 -0
  104. data/spec/models/p2_package_upload_spec.rb +42 -0
  105. data/spec/models/package_copy_spec.rb +42 -0
  106. data/spec/models/package_move_spec.rb +42 -0
  107. data/spec/models/package_quarantine_spec.rb +42 -0
  108. data/spec/models/package_resync_spec.rb +42 -0
  109. data/spec/models/package_spec.rb +42 -0
  110. data/spec/models/package_status_spec.rb +42 -0
  111. data/spec/models/package_tag_spec.rb +42 -0
  112. data/spec/models/provider_settings_request_patch_spec.rb +65 -0
  113. data/spec/models/provider_settings_request_spec.rb +65 -0
  114. data/spec/models/provider_settings_spec.rb +77 -0
  115. data/spec/models/python_package_upload_spec.rb +42 -0
  116. data/spec/models/raw_package_upload_spec.rb +42 -0
  117. data/spec/models/rpm_package_upload_spec.rb +42 -0
  118. data/spec/models/ruby_package_upload_spec.rb +42 -0
  119. data/spec/models/swift_package_upload_spec.rb +42 -0
  120. data/spec/models/terraform_package_upload_spec.rb +42 -0
  121. data/spec/models/vagrant_package_upload_spec.rb +42 -0
  122. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.21/gem_make.out +1 -1
  123. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7/gem_make.out +2 -2
  124. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bigdecimal-3.1.7/mkmf.log +5 -5
  125. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/gem_make.out +2 -2
  126. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.16.3/mkmf.log +1 -1
  127. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/gem_make.out +1 -1
  128. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.7.2/mkmf.log +1 -1
  129. data/vendor/bundle/ruby/2.6.0/gems/bigdecimal-3.1.7/ext/bigdecimal/Makefile +2 -2
  130. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
  131. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/Makefile +2 -2
  132. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/generator/Makefile +2 -2
  133. data/vendor/bundle/ruby/2.6.0/gems/json-2.7.2/ext/json/ext/parser/Makefile +2 -2
  134. metadata +15 -3
@@ -58,10 +58,24 @@ class VagrantPackageUpload
58
58
 
59
59
  attr_accessor :indexed
60
60
 
61
+ attr_accessor :is_cancellable
62
+
63
+ attr_accessor :is_copyable
64
+
65
+ attr_accessor :is_deleteable
66
+
61
67
  attr_accessor :is_downloadable
62
68
 
69
+ attr_accessor :is_moveable
70
+
71
+ attr_accessor :is_quarantinable
72
+
63
73
  attr_accessor :is_quarantined
64
74
 
75
+ attr_accessor :is_resyncable
76
+
77
+ attr_accessor :is_security_scannable
78
+
65
79
  attr_accessor :is_sync_awaiting
66
80
 
67
81
  attr_accessor :is_sync_completed
@@ -221,8 +235,15 @@ class VagrantPackageUpload
221
235
  :'format_url' => :'format_url',
222
236
  :'identifier_perm' => :'identifier_perm',
223
237
  :'indexed' => :'indexed',
238
+ :'is_cancellable' => :'is_cancellable',
239
+ :'is_copyable' => :'is_copyable',
240
+ :'is_deleteable' => :'is_deleteable',
224
241
  :'is_downloadable' => :'is_downloadable',
242
+ :'is_moveable' => :'is_moveable',
243
+ :'is_quarantinable' => :'is_quarantinable',
225
244
  :'is_quarantined' => :'is_quarantined',
245
+ :'is_resyncable' => :'is_resyncable',
246
+ :'is_security_scannable' => :'is_security_scannable',
226
247
  :'is_sync_awaiting' => :'is_sync_awaiting',
227
248
  :'is_sync_completed' => :'is_sync_completed',
228
249
  :'is_sync_failed' => :'is_sync_failed',
@@ -296,8 +317,15 @@ class VagrantPackageUpload
296
317
  :'format_url' => :'String',
297
318
  :'identifier_perm' => :'String',
298
319
  :'indexed' => :'BOOLEAN',
320
+ :'is_cancellable' => :'BOOLEAN',
321
+ :'is_copyable' => :'BOOLEAN',
322
+ :'is_deleteable' => :'BOOLEAN',
299
323
  :'is_downloadable' => :'BOOLEAN',
324
+ :'is_moveable' => :'BOOLEAN',
325
+ :'is_quarantinable' => :'BOOLEAN',
300
326
  :'is_quarantined' => :'BOOLEAN',
327
+ :'is_resyncable' => :'BOOLEAN',
328
+ :'is_security_scannable' => :'BOOLEAN',
301
329
  :'is_sync_awaiting' => :'BOOLEAN',
302
330
  :'is_sync_completed' => :'BOOLEAN',
303
331
  :'is_sync_failed' => :'BOOLEAN',
@@ -440,14 +468,42 @@ class VagrantPackageUpload
440
468
  self.indexed = attributes[:'indexed']
441
469
  end
442
470
 
471
+ if attributes.has_key?(:'is_cancellable')
472
+ self.is_cancellable = attributes[:'is_cancellable']
473
+ end
474
+
475
+ if attributes.has_key?(:'is_copyable')
476
+ self.is_copyable = attributes[:'is_copyable']
477
+ end
478
+
479
+ if attributes.has_key?(:'is_deleteable')
480
+ self.is_deleteable = attributes[:'is_deleteable']
481
+ end
482
+
443
483
  if attributes.has_key?(:'is_downloadable')
444
484
  self.is_downloadable = attributes[:'is_downloadable']
445
485
  end
446
486
 
487
+ if attributes.has_key?(:'is_moveable')
488
+ self.is_moveable = attributes[:'is_moveable']
489
+ end
490
+
491
+ if attributes.has_key?(:'is_quarantinable')
492
+ self.is_quarantinable = attributes[:'is_quarantinable']
493
+ end
494
+
447
495
  if attributes.has_key?(:'is_quarantined')
448
496
  self.is_quarantined = attributes[:'is_quarantined']
449
497
  end
450
498
 
499
+ if attributes.has_key?(:'is_resyncable')
500
+ self.is_resyncable = attributes[:'is_resyncable']
501
+ end
502
+
503
+ if attributes.has_key?(:'is_security_scannable')
504
+ self.is_security_scannable = attributes[:'is_security_scannable']
505
+ end
506
+
451
507
  if attributes.has_key?(:'is_sync_awaiting')
452
508
  self.is_sync_awaiting = attributes[:'is_sync_awaiting']
453
509
  end
@@ -704,8 +760,15 @@ class VagrantPackageUpload
704
760
  format_url == o.format_url &&
705
761
  identifier_perm == o.identifier_perm &&
706
762
  indexed == o.indexed &&
763
+ is_cancellable == o.is_cancellable &&
764
+ is_copyable == o.is_copyable &&
765
+ is_deleteable == o.is_deleteable &&
707
766
  is_downloadable == o.is_downloadable &&
767
+ is_moveable == o.is_moveable &&
768
+ is_quarantinable == o.is_quarantinable &&
708
769
  is_quarantined == o.is_quarantined &&
770
+ is_resyncable == o.is_resyncable &&
771
+ is_security_scannable == o.is_security_scannable &&
709
772
  is_sync_awaiting == o.is_sync_awaiting &&
710
773
  is_sync_completed == o.is_sync_completed &&
711
774
  is_sync_failed == o.is_sync_failed &&
@@ -764,7 +827,7 @@ class VagrantPackageUpload
764
827
  # Calculates hash code according to all attributes.
765
828
  # @return [Fixnum] Hash code
766
829
  def hash
767
- [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_downloadable, is_quarantined, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, provider, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
830
+ [architectures, cdn_url, checksum_md5, checksum_sha1, checksum_sha256, checksum_sha512, dependencies_checksum_md5, dependencies_url, description, distro, distro_version, downloads, epoch, extension, filename, files, format, format_url, identifier_perm, indexed, is_cancellable, is_copyable, is_deleteable, is_downloadable, is_moveable, is_quarantinable, is_quarantined, is_resyncable, is_security_scannable, is_sync_awaiting, is_sync_completed, is_sync_failed, is_sync_in_flight, is_sync_in_progress, license, name, namespace, namespace_url, num_files, origin_repository, origin_repository_url, package_type, provider, release, repository, repository_url, security_scan_completed_at, security_scan_started_at, security_scan_status, security_scan_status_updated_at, self_html_url, self_url, signature_url, size, slug, slug_perm, stage, stage_str, stage_updated_at, status, status_reason, status_str, status_updated_at, status_url, subtype, summary, sync_finished_at, sync_progress, tags_immutable, type_display, uploaded_at, uploader, uploader_url, version, version_orig, vulnerability_scan_results_url].hash
768
831
  end
769
832
 
770
833
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.26
11
11
  =end
12
12
 
13
13
  module CloudsmithApi
14
- VERSION = '2.0.12'
14
+ VERSION = '2.0.13'
15
15
  end
@@ -154,6 +154,9 @@ require 'cloudsmith-api/models/package_vulnerability_policy_evaluation_request'
154
154
  require 'cloudsmith-api/models/package_vulnerability_policy_evaluation_request_request'
155
155
  require 'cloudsmith-api/models/package_vulnerability_policy_violation_log'
156
156
  require 'cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page'
157
+ require 'cloudsmith-api/models/provider_settings'
158
+ require 'cloudsmith-api/models/provider_settings_request'
159
+ require 'cloudsmith-api/models/provider_settings_request_patch'
157
160
  require 'cloudsmith-api/models/python_package_upload'
158
161
  require 'cloudsmith-api/models/python_package_upload_request'
159
162
  require 'cloudsmith-api/models/python_upstream'
@@ -411,6 +411,87 @@ describe 'OrgsApi' do
411
411
  end
412
412
  end
413
413
 
414
+ # unit tests for orgs_openid_connect_create
415
+ # Create the OpenID Connect provider settings for the org.
416
+ # Create the OpenID Connect provider settings for the org.
417
+ # @param org
418
+ # @param [Hash] opts the optional parameters
419
+ # @option opts [ProviderSettingsRequest] :data
420
+ # @return [nil]
421
+ describe 'orgs_openid_connect_create test' do
422
+ it 'should work' do
423
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
424
+ end
425
+ end
426
+
427
+ # unit tests for orgs_openid_connect_delete
428
+ # Delete a specific OpenID Connect provider setting for the org.
429
+ # Delete a specific OpenID Connect provider setting for the org.
430
+ # @param org
431
+ # @param slug_perm
432
+ # @param [Hash] opts the optional parameters
433
+ # @return [nil]
434
+ describe 'orgs_openid_connect_delete test' do
435
+ it 'should work' do
436
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
437
+ end
438
+ end
439
+
440
+ # unit tests for orgs_openid_connect_list
441
+ # Retrieve the list of OpenID Connect provider settings for the org.
442
+ # Retrieve the list of OpenID Connect provider settings for the org.
443
+ # @param org
444
+ # @param [Hash] opts the optional parameters
445
+ # @option opts [Integer] :page A page number within the paginated result set.
446
+ # @option opts [Integer] :page_size Number of results to return per page.
447
+ # @return [Array<ProviderSettings>]
448
+ describe 'orgs_openid_connect_list test' do
449
+ it 'should work' do
450
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
451
+ end
452
+ end
453
+
454
+ # unit tests for orgs_openid_connect_partial_update
455
+ # Update a specific OpenID Connect provider setting for the org.
456
+ # Update a specific OpenID Connect provider setting for the org.
457
+ # @param org
458
+ # @param slug_perm
459
+ # @param [Hash] opts the optional parameters
460
+ # @option opts [ProviderSettingsRequestPatch] :data
461
+ # @return [ProviderSettings]
462
+ describe 'orgs_openid_connect_partial_update test' do
463
+ it 'should work' do
464
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
465
+ end
466
+ end
467
+
468
+ # unit tests for orgs_openid_connect_read
469
+ # Retrieve a specific OpenID Connect provider setting for the org.
470
+ # Retrieve a specific OpenID Connect provider setting for the org.
471
+ # @param org
472
+ # @param slug_perm
473
+ # @param [Hash] opts the optional parameters
474
+ # @return [ProviderSettings]
475
+ describe 'orgs_openid_connect_read test' do
476
+ it 'should work' do
477
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
478
+ end
479
+ end
480
+
481
+ # unit tests for orgs_openid_connect_update
482
+ # Update a specific OpenID Connect provider setting for the org.
483
+ # Update a specific OpenID Connect provider setting for the org.
484
+ # @param org
485
+ # @param slug_perm
486
+ # @param [Hash] opts the optional parameters
487
+ # @option opts [ProviderSettingsRequest] :data
488
+ # @return [ProviderSettings]
489
+ describe 'orgs_openid_connect_update test' do
490
+ it 'should work' do
491
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
492
+ end
493
+ end
494
+
414
495
  # unit tests for orgs_read
415
496
  # Get the details for the specific organization.
416
497
  # Get the details for the specific organization.
@@ -165,8 +165,8 @@ describe 'PackagesApi' do
165
165
  end
166
166
 
167
167
  # unit tests for packages_status
168
- # Get the synchronisation status for a package.
169
- # Get the synchronisation status for a package.
168
+ # Get the synchronization status for a package.
169
+ # Get the synchronization status for a package.
170
170
  # @param owner
171
171
  # @param repo
172
172
  # @param identifier
@@ -152,18 +152,60 @@ describe 'AlpinePackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,18 +152,60 @@ describe 'CargoPackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,18 +152,60 @@ describe 'CocoapodsPackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,18 +152,60 @@ describe 'ComposerPackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -164,18 +164,60 @@ describe 'ConanPackageUpload' do
164
164
  end
165
165
  end
166
166
 
167
+ describe 'test attribute "is_cancellable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
173
+ describe 'test attribute "is_copyable"' do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ describe 'test attribute "is_deleteable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
167
185
  describe 'test attribute "is_downloadable"' do
168
186
  it 'should work' do
169
187
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
188
  end
171
189
  end
172
190
 
191
+ describe 'test attribute "is_moveable"' do
192
+ it 'should work' do
193
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
194
+ end
195
+ end
196
+
197
+ describe 'test attribute "is_quarantinable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
173
203
  describe 'test attribute "is_quarantined"' do
174
204
  it 'should work' do
175
205
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
206
  end
177
207
  end
178
208
 
209
+ describe 'test attribute "is_resyncable"' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
212
+ end
213
+ end
214
+
215
+ describe 'test attribute "is_security_scannable"' do
216
+ it 'should work' do
217
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
218
+ end
219
+ end
220
+
179
221
  describe 'test attribute "is_sync_awaiting"' do
180
222
  it 'should work' do
181
223
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,18 +152,60 @@ describe 'CondaPackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,18 +152,60 @@ describe 'CranPackageUpload' do
152
152
  end
153
153
  end
154
154
 
155
+ describe 'test attribute "is_cancellable"' do
156
+ it 'should work' do
157
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
+ end
159
+ end
160
+
161
+ describe 'test attribute "is_copyable"' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
167
+ describe 'test attribute "is_deleteable"' do
168
+ it 'should work' do
169
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
170
+ end
171
+ end
172
+
155
173
  describe 'test attribute "is_downloadable"' do
156
174
  it 'should work' do
157
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
158
176
  end
159
177
  end
160
178
 
179
+ describe 'test attribute "is_moveable"' do
180
+ it 'should work' do
181
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
182
+ end
183
+ end
184
+
185
+ describe 'test attribute "is_quarantinable"' do
186
+ it 'should work' do
187
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
188
+ end
189
+ end
190
+
161
191
  describe 'test attribute "is_quarantined"' do
162
192
  it 'should work' do
163
193
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
194
  end
165
195
  end
166
196
 
197
+ describe 'test attribute "is_resyncable"' do
198
+ it 'should work' do
199
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
200
+ end
201
+ end
202
+
203
+ describe 'test attribute "is_security_scannable"' do
204
+ it 'should work' do
205
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
206
+ end
207
+ end
208
+
167
209
  describe 'test attribute "is_sync_awaiting"' do
168
210
  it 'should work' do
169
211
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers