cloudsmith-api 2.0.1 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (415) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +7 -7
  3. data/README.md +59 -12
  4. data/build.json +1 -1
  5. data/docs/AllocatedLimitRaw.md +11 -0
  6. data/docs/Eula.md +1 -1
  7. data/docs/HexPackageUpload.md +75 -0
  8. data/docs/HexPackageUploadRequest.md +10 -0
  9. data/docs/History.md +1 -1
  10. data/docs/HistoryFieldset.md +1 -1
  11. data/docs/HistoryFieldsetRaw.md +10 -0
  12. data/docs/NestedLicensePolicy.md +17 -0
  13. data/docs/NestedVulnerabilityPolicy.md +17 -0
  14. data/docs/NestedVulnerabilityScanResults.md +14 -0
  15. data/docs/OrganizationGroupSync.md +1 -1
  16. data/docs/OrganizationGroupSyncRequest.md +1 -1
  17. data/docs/OrganizationPackageLicensePolicy.md +16 -0
  18. data/docs/OrganizationPackageLicensePolicyRequest.md +13 -0
  19. data/docs/OrganizationPackageLicensePolicyRequestPatch.md +13 -0
  20. data/docs/OrganizationPackageVulnerabilityPolicy.md +16 -0
  21. data/docs/OrganizationPackageVulnerabilityPolicyRequest.md +13 -0
  22. data/docs/OrganizationPackageVulnerabilityPolicyRequestPatch.md +13 -0
  23. data/docs/OrgsApi.md +1087 -247
  24. data/docs/PackageDependencies.md +1 -1
  25. data/docs/PackageLicensePolicyViolationLog.md +11 -0
  26. data/docs/PackageLicensePolicyViolationLogCursorPage.md +10 -0
  27. data/docs/PackageTagRequest.md +1 -1
  28. data/docs/PackageVulnerabilityPolicyViolationLog.md +12 -0
  29. data/docs/PackageVulnerabilityPolicyViolationLogCursorPage.md +10 -0
  30. data/docs/PackagesApi.md +127 -4
  31. data/docs/ReposApi.md +196 -10
  32. data/docs/RepositoryGeoIpCidr.md +9 -0
  33. data/docs/RepositoryGeoIpCountryCode.md +9 -0
  34. data/docs/RepositoryGeoIpRules.md +9 -0
  35. data/docs/RepositoryGeoIpRulesRequest.md +9 -0
  36. data/docs/RepositoryGeoIpRulesRequestPatch.md +9 -0
  37. data/docs/RepositoryGeoIpTestAddress.md +8 -0
  38. data/docs/RepositoryGeoIpTestAddressResponse.md +8 -0
  39. data/docs/RepositoryGeoIpTestAddressResponseDict.md +11 -0
  40. data/docs/RepositoryToken.md +2 -2
  41. data/docs/RepositoryTokenRefresh.md +2 -2
  42. data/docs/RepositoryTokenRefreshRequest.md +1 -1
  43. data/docs/RepositoryTokenRequest.md +1 -1
  44. data/docs/RepositoryTokenRequestPatch.md +1 -1
  45. data/docs/RepositoryWebhook.md +1 -1
  46. data/docs/{RespositoryGeoIPEnableDisable.md → RespositoryGeoIpEnableDisable.md} +1 -1
  47. data/docs/{RespositoryGeoIPEnableDisableRequest.md → RespositoryGeoIpEnableDisableRequest.md} +1 -1
  48. data/docs/ServiceTeams.md +1 -1
  49. data/docs/StatusBasic.md +1 -1
  50. data/docs/StorageAllocatedLimit.md +12 -0
  51. data/docs/StorageAllocatedLimitRaw.md +12 -0
  52. data/docs/StorageUsage.md +11 -0
  53. data/docs/StorageUsageRaw.md +11 -0
  54. data/docs/UsageFieldset.md +1 -1
  55. data/docs/UsageLimits.md +1 -1
  56. data/docs/UsageLimitsRaw.md +9 -0
  57. data/docs/UsageRaw.md +10 -0
  58. data/docs/VulnerabilitiesApi.md +8 -8
  59. data/docs/VulnerabilityScanResults.md +1 -1
  60. data/docs/VulnerabilityScanResultsList.md +1 -1
  61. data/lib/cloudsmith-api/api/orgs_api.rb +1289 -451
  62. data/lib/cloudsmith-api/api/packages_api.rb +127 -4
  63. data/lib/cloudsmith-api/api/repos_api.rb +197 -11
  64. data/lib/cloudsmith-api/api/vulnerabilities_api.rb +13 -13
  65. data/lib/cloudsmith-api/models/allocated_limit_raw.rb +211 -0
  66. data/lib/cloudsmith-api/models/eula.rb +0 -5
  67. data/lib/cloudsmith-api/models/hex_package_upload.rb +850 -0
  68. data/lib/cloudsmith-api/models/hex_package_upload_request.rb +210 -0
  69. data/lib/cloudsmith-api/models/history.rb +1 -1
  70. data/lib/cloudsmith-api/models/history_fieldset.rb +1 -1
  71. data/lib/cloudsmith-api/models/history_fieldset_raw.rb +217 -0
  72. data/lib/cloudsmith-api/models/nested_license_policy.rb +272 -0
  73. data/lib/cloudsmith-api/models/nested_vulnerability_policy.rb +302 -0
  74. data/lib/cloudsmith-api/models/nested_vulnerability_scan_results.rb +287 -0
  75. data/lib/cloudsmith-api/models/organization_group_sync.rb +34 -1
  76. data/lib/cloudsmith-api/models/organization_group_sync_request.rb +34 -1
  77. data/lib/cloudsmith-api/models/organization_package_license_policy.rb +268 -0
  78. data/lib/cloudsmith-api/models/organization_package_license_policy_request.rb +241 -0
  79. data/lib/cloudsmith-api/models/organization_package_license_policy_request_patch.rb +231 -0
  80. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy.rb +298 -0
  81. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request.rb +271 -0
  82. data/lib/cloudsmith-api/models/organization_package_vulnerability_policy_request_patch.rb +266 -0
  83. data/lib/cloudsmith-api/models/package_dependencies.rb +0 -5
  84. data/lib/cloudsmith-api/models/package_license_policy_violation_log.rb +228 -0
  85. data/lib/cloudsmith-api/models/package_license_policy_violation_log_cursor_page.rb +209 -0
  86. data/lib/cloudsmith-api/models/package_tag_request.rb +37 -1
  87. data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log.rb +242 -0
  88. data/lib/cloudsmith-api/models/package_vulnerability_policy_violation_log_cursor_page.rb +209 -0
  89. data/lib/cloudsmith-api/models/{inline_response_200_country_code.rb → repository_geo_ip_cidr.rb} +13 -1
  90. data/lib/cloudsmith-api/models/repository_geo_ip_country_code.rb +209 -0
  91. data/lib/cloudsmith-api/models/repository_geo_ip_rules.rb +203 -0
  92. data/lib/cloudsmith-api/models/repository_geo_ip_rules_request.rb +203 -0
  93. data/lib/cloudsmith-api/models/{repository_geo_ip_list.rb → repository_geo_ip_rules_request_patch.rb} +3 -5
  94. data/lib/cloudsmith-api/models/{inline_response_200.rb → repository_geo_ip_test_address.rb} +16 -17
  95. data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response.rb +192 -0
  96. data/lib/cloudsmith-api/models/repository_geo_ip_test_address_response_dict.rb +235 -0
  97. data/lib/cloudsmith-api/models/repository_token.rb +2 -1
  98. data/lib/cloudsmith-api/models/repository_token_refresh.rb +2 -1
  99. data/lib/cloudsmith-api/models/repository_token_refresh_request.rb +1 -1
  100. data/lib/cloudsmith-api/models/repository_token_request.rb +1 -1
  101. data/lib/cloudsmith-api/models/repository_token_request_patch.rb +1 -1
  102. data/lib/cloudsmith-api/models/repository_webhook.rb +1 -0
  103. data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable.rb +1 -1
  104. data/lib/cloudsmith-api/models/respository_geo_ip_enable_disable_request.rb +1 -1
  105. data/lib/cloudsmith-api/models/service_teams.rb +5 -0
  106. data/lib/cloudsmith-api/models/status_basic.rb +1 -1
  107. data/lib/cloudsmith-api/models/storage_allocated_limit.rb +220 -0
  108. data/lib/cloudsmith-api/models/storage_allocated_limit_raw.rb +220 -0
  109. data/lib/cloudsmith-api/models/storage_usage.rb +211 -0
  110. data/lib/cloudsmith-api/models/storage_usage_raw.rb +211 -0
  111. data/lib/cloudsmith-api/models/usage_fieldset.rb +1 -1
  112. data/lib/cloudsmith-api/models/usage_limits.rb +1 -1
  113. data/lib/cloudsmith-api/models/usage_limits_raw.rb +203 -0
  114. data/lib/cloudsmith-api/models/usage_raw.rb +202 -0
  115. data/lib/cloudsmith-api/models/vulnerability_scan_results.rb +1 -0
  116. data/lib/cloudsmith-api/models/vulnerability_scan_results_list.rb +1 -0
  117. data/lib/cloudsmith-api/version.rb +1 -1
  118. data/lib/cloudsmith-api.rb +31 -3
  119. data/spec/api/orgs_api_spec.rb +190 -0
  120. data/spec/api/packages_api_spec.rb +30 -2
  121. data/spec/api/repos_api_spec.rb +47 -5
  122. data/spec/api/vulnerabilities_api_spec.rb +3 -3
  123. data/spec/models/allocated_limit_raw_spec.rb +59 -0
  124. data/spec/models/hex_package_upload_request_spec.rb +53 -0
  125. data/spec/models/hex_package_upload_spec.rb +447 -0
  126. data/spec/models/history_fieldset_raw_spec.rb +53 -0
  127. data/spec/models/nested_license_policy_spec.rb +95 -0
  128. data/spec/models/nested_vulnerability_policy_spec.rb +99 -0
  129. data/spec/models/nested_vulnerability_scan_results_spec.rb +81 -0
  130. data/spec/models/organization_group_sync_request_spec.rb +4 -0
  131. data/spec/models/organization_group_sync_spec.rb +4 -0
  132. data/spec/models/organization_package_license_policy_request_patch_spec.rb +71 -0
  133. data/spec/models/organization_package_license_policy_request_spec.rb +71 -0
  134. data/spec/models/organization_package_license_policy_spec.rb +89 -0
  135. data/spec/models/organization_package_vulnerability_policy_request_patch_spec.rb +75 -0
  136. data/spec/models/organization_package_vulnerability_policy_request_spec.rb +75 -0
  137. data/spec/models/organization_package_vulnerability_policy_spec.rb +93 -0
  138. data/spec/models/package_license_policy_violation_log_cursor_page_spec.rb +53 -0
  139. data/spec/models/package_license_policy_violation_log_spec.rb +59 -0
  140. data/spec/models/package_tag_request_spec.rb +4 -0
  141. data/spec/models/package_vulnerability_policy_violation_log_cursor_page_spec.rb +53 -0
  142. data/spec/models/package_vulnerability_policy_violation_log_spec.rb +65 -0
  143. data/spec/models/{inline_response_200_country_code_spec.rb → repository_geo_ip_cidr_spec.rb} +6 -6
  144. data/spec/models/repository_geo_ip_country_code_spec.rb +47 -0
  145. data/spec/models/repository_geo_ip_rules_request_patch_spec.rb +47 -0
  146. data/spec/models/{inline_response_200_spec.rb → repository_geo_ip_rules_request_spec.rb} +8 -8
  147. data/spec/models/{repository_geo_ip_list_spec.rb → repository_geo_ip_rules_spec.rb} +6 -6
  148. data/spec/models/repository_geo_ip_test_address_response_dict_spec.rb +59 -0
  149. data/spec/models/repository_geo_ip_test_address_response_spec.rb +41 -0
  150. data/spec/models/repository_geo_ip_test_address_spec.rb +41 -0
  151. data/spec/models/respository_geo_ip_enable_disable_request_spec.rb +6 -6
  152. data/spec/models/respository_geo_ip_enable_disable_spec.rb +6 -6
  153. data/spec/models/storage_allocated_limit_raw_spec.rb +65 -0
  154. data/spec/models/storage_allocated_limit_spec.rb +65 -0
  155. data/spec/models/storage_usage_raw_spec.rb +59 -0
  156. data/spec/models/storage_usage_spec.rb +59 -0
  157. data/spec/models/usage_limits_raw_spec.rb +47 -0
  158. data/spec/models/usage_raw_spec.rb +53 -0
  159. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.4.gem +0 -0
  160. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.2.gem +0 -0
  161. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.3.gem +0 -0
  162. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.5.gem +0 -0
  163. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.3.gem +0 -0
  164. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.20/gem_make.out +1 -1
  165. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +2 -2
  166. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/gem_make.out +1 -1
  167. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.3/mkmf.log +1 -1
  168. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/CHANGELOG.md +22 -2
  169. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/Rakefile +2 -1
  170. data/vendor/bundle/ruby/2.6.0/gems/addressable-2.8.4/addressable.gemspec +28 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna/native.rb +8 -2
  172. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna/pure.rb +10 -182
  173. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/template.rb +9 -10
  174. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/uri.rb +112 -96
  175. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/version.rb +1 -1
  176. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/idna_spec.rb +6 -5
  177. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/template_spec.rb +60 -264
  178. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/uri_spec.rb +56 -0
  179. data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  180. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/Makefile +2 -2
  181. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/generator/Makefile +2 -2
  182. data/vendor/bundle/ruby/2.6.0/gems/json-2.6.3/ext/json/ext/parser/Makefile +2 -2
  183. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/Changelog.md +16 -1
  184. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/README.md +2 -2
  185. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/configuration.rb +2 -2
  186. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example_status_persister.rb +2 -2
  187. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/exception_presenter.rb +2 -2
  188. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_snippet_extractor.rb +2 -2
  189. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/metadata_filter.rb +1 -1
  190. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer/spec/spec_helper.rb +1 -1
  191. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/reporter.rb +1 -1
  192. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/version.rb +1 -1
  193. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/Changelog.md +20 -5
  194. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/failure_aggregator.rb +1 -1
  195. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/version.rb +1 -1
  196. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/aliased_matcher.rb +3 -3
  197. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/compound.rb +1 -1
  198. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/exist.rb +1 -1
  199. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/include.rb +9 -2
  200. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/composable.rb +1 -1
  201. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/dsl.rb +7 -7
  202. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers.rb +1 -1
  203. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/Changelog.md +36 -1
  204. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/proxy.rb +12 -3
  205. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/argument_list_matcher.rb +3 -1
  206. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive.rb +2 -1
  207. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/minitest_integration.rb +1 -1
  208. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/mutate_const.rb +1 -1
  209. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/proxy.rb +1 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_double.rb +2 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_proxy.rb +4 -3
  212. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/version.rb +1 -1
  213. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/CHANGES.md +7 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/Gemfile +2 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/README.md +21 -6
  216. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/Rakefile +4 -2
  217. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/doc/uname.rdoc +1 -1
  218. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/platform.rb +17 -13
  219. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/uname.rb +3 -1
  220. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/lib/sys/unix/uname.rb +20 -35
  221. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys/windows/uname.rb +499 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/lib/sys-uname.rb +3 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/spec_helper.rb +12 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.3/spec/sys_platform_spec.rb +69 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/spec/sys_uname_spec.rb +140 -136
  226. data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/sys-uname.gemspec +11 -7
  227. data/vendor/bundle/ruby/2.6.0/specifications/{addressable-2.8.1.gemspec → addressable-2.8.4.gemspec} +3 -3
  228. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-core-3.12.0.gemspec → rspec-core-3.12.2.gemspec} +5 -5
  229. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-expectations-3.12.1.gemspec → rspec-expectations-3.12.3.gemspec} +5 -5
  230. data/vendor/bundle/ruby/2.6.0/specifications/{rspec-mocks-3.12.1.gemspec → rspec-mocks-3.12.5.gemspec} +7 -7
  231. data/vendor/bundle/ruby/2.6.0/specifications/{sys-uname-1.2.2.gemspec → sys-uname-1.2.3.gemspec} +8 -4
  232. metadata +364 -250
  233. data/docs/InlineResponse200.md +0 -9
  234. data/docs/InlineResponse200CountryCode.md +0 -9
  235. data/docs/RepositoryGeoIPList.md +0 -9
  236. data/vendor/bundle/ruby/2.6.0/cache/addressable-2.8.1.gem +0 -0
  237. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.12.0.gem +0 -0
  238. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.12.1.gem +0 -0
  239. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.12.1.gem +0 -0
  240. data/vendor/bundle/ruby/2.6.0/cache/sys-uname-1.2.2.gem +0 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/Gemfile +0 -7
  242. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/lib/sys/windows/uname.rb +0 -515
  243. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/lib/sys-uname.rb +0 -1
  244. data/vendor/bundle/ruby/2.6.0/gems/sys-uname-1.2.2/spec/sys_platform_spec.rb +0 -75
  245. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/Gemfile +0 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/LICENSE.txt +0 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/README.md +0 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/data/unicode.data +0 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable/idna.rb +0 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/lib/addressable.rb +0 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/net_http_compat_spec.rb +0 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/addressable/security_spec.rb +0 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/spec/spec_helper.rb +0 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/clobber.rake +0 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/gem.rake +0 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/git.rake +0 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/metrics.rake +0 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/profile.rake +0 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/rspec.rake +0 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/{addressable-2.8.1 → addressable-2.8.4}/tasks/yard.rake +0 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/.document +0 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/.yardopts +0 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/LICENSE.md +0 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/exe/rspec +0 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/autorun.rb +0 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/backtrace_formatter.rb +0 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/coordinator.rb +0 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/example_minimizer.rb +0 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/fork_runner.rb +0 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/server.rb +0 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/shell_command.rb +0 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/shell_runner.rb +0 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/bisect/utilities.rb +0 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/configuration_options.rb +0 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/did_you_mean.rb +0 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/drb.rb +0 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/dsl.rb +0 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example.rb +0 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/example_group.rb +0 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/filter_manager.rb +0 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/flat_map.rb +0 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_bisect_formatter.rb +0 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_formatter.rb +0 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/base_text_formatter.rb +0 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/bisect_drb_formatter.rb +0 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/bisect_progress_formatter.rb +0 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/console_codes.rb +0 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/deprecation_formatter.rb +0 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/documentation_formatter.rb +0 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/failure_list_formatter.rb +0 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/fallback_message_formatter.rb +0 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/helpers.rb +0 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_formatter.rb +0 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/html_printer.rb +0 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/json_formatter.rb +0 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/profile_formatter.rb +0 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/progress_formatter.rb +0 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/protocol.rb +0 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/snippet_extractor.rb +0 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters/syntax_highlighter.rb +0 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/formatters.rb +0 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/hooks.rb +0 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/invocations.rb +0 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/memoized_helpers.rb +0 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/metadata.rb +0 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/minitest_assertions_adapter.rb +0 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/flexmock.rb +0 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/mocha.rb +0 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/null.rb +0 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/rr.rb +0 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/mocking_adapters/rspec.rb +0 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/notifications.rb +0 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/option_parser.rb +0 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/ordering.rb +0 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/output_wrapper.rb +0 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/pending.rb +0 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/profiler.rb +0 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer/.rspec +0 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/project_initializer.rb +0 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/rake_task.rb +0 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/ruby_project.rb +0 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/runner.rb +0 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/sandbox.rb +0 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/set.rb +0 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shared_context.rb +0 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shared_example_group.rb +0 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/shell_escape.rb +0 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/test_unit_assertions_adapter.rb +0 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/warnings.rb +0 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core/world.rb +0 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/{rspec-core-3.12.0 → rspec-core-3.12.2}/lib/rspec/core.rb +0 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/.document +0 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/.yardopts +0 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/LICENSE.md +0 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/README.md +0 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/block_snippet_extractor.rb +0 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/configuration.rb +0 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/expectation_target.rb +0 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/fail_with.rb +0 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/handler.rb +0 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/minitest_integration.rb +0 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations/syntax.rb +0 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/expectations.rb +0 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/all.rb +0 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/base_matcher.rb +0 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be.rb +0 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_between.rb +0 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_instance_of.rb +0 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_kind_of.rb +0 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/be_within.rb +0 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/change.rb +0 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/contain_exactly.rb +0 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/count_expectation.rb +0 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/cover.rb +0 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/eq.rb +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/eql.rb +0 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/equal.rb +0 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/has.rb +0 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/have_attributes.rb +0 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/match.rb +0 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/operators.rb +0 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/output.rb +0 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/raise_error.rb +0 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/respond_to.rb +0 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/satisfy.rb +0 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/start_or_end_with.rb +0 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/throw_symbol.rb +0 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in/yield.rb +0 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/built_in.rb +0 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/english_phrasing.rb +0 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +0 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/fail_matchers.rb +0 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/generated_descriptions.rb +0 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/matcher_delegator.rb +0 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/{rspec-expectations-3.12.1 → rspec-expectations-3.12.3}/lib/rspec/matchers/matcher_protocol.rb +0 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/.document +0 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/.yardopts +0 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/LICENSE.md +0 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/README.md +0 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/chain.rb +0 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/error_generator.rb +0 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/expect_chain_chain.rb +0 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/expectation_chain.rb +0 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/message_chains.rb +0 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/recorder.rb +0 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/stub_chain.rb +0 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance/stub_chain_chain.rb +0 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/any_instance.rb +0 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/argument_matchers.rb +0 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/configuration.rb +0 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/error_generator.rb +0 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/example_methods.rb +0 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/instance_method_stasher.rb +0 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/marshal_extension.rb +0 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/expectation_customization.rb +0 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/have_received.rb +0 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive_message_chain.rb +0 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/matchers/receive_messages.rb +0 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/message_chain.rb +0 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/message_expectation.rb +0 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/method_double.rb +0 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/method_reference.rb +0 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/object_reference.rb +0 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/order_group.rb +0 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/space.rb +1 -1
  406. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/standalone.rb +0 -0
  407. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/syntax.rb +0 -0
  408. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/targets.rb +0 -0
  409. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/test_double.rb +0 -0
  410. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks/verifying_message_expectation.rb +0 -0
  411. /data/vendor/bundle/ruby/2.6.0/gems/{rspec-mocks-3.12.1 → rspec-mocks-3.12.5}/lib/rspec/mocks.rb +0 -0
  412. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/LICENSE +0 -0
  413. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/MANIFEST.md +0 -0
  414. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/certs/djberg96_pub.pem +0 -0
  415. /data/vendor/bundle/ruby/2.6.0/gems/{sys-uname-1.2.2 → sys-uname-1.2.3}/examples/uname_test.rb +0 -0
data/docs/OrgsApi.md CHANGED
@@ -10,6 +10,13 @@ Method | HTTP request | Description
10
10
  [**orgs_invites_list**](OrgsApi.md#orgs_invites_list) | **GET** /orgs/{org}/invites/ | Get a list of all invites for an organization.
11
11
  [**orgs_invites_partial_update**](OrgsApi.md#orgs_invites_partial_update) | **PATCH** /orgs/{org}/invites/{slug_perm}/ | Update a specific organization invite.
12
12
  [**orgs_invites_resend**](OrgsApi.md#orgs_invites_resend) | **POST** /orgs/{org}/invites/{slug_perm}/resend/ | Resend an organization invite.
13
+ [**orgs_license_policy_create**](OrgsApi.md#orgs_license_policy_create) | **POST** /orgs/{org}/license-policy/ | Create a package license policy.
14
+ [**orgs_license_policy_delete**](OrgsApi.md#orgs_license_policy_delete) | **DELETE** /orgs/{org}/license-policy/{slug_perm}/ | Delete a package license policy.
15
+ [**orgs_license_policy_list**](OrgsApi.md#orgs_license_policy_list) | **GET** /orgs/{org}/license-policy/ | Get a list of all package license policies.
16
+ [**orgs_license_policy_partial_update**](OrgsApi.md#orgs_license_policy_partial_update) | **PATCH** /orgs/{org}/license-policy/{slug_perm}/ | Partially update a package license policy.
17
+ [**orgs_license_policy_read**](OrgsApi.md#orgs_license_policy_read) | **GET** /orgs/{org}/license-policy/{slug_perm}/ | Get a package license policy.
18
+ [**orgs_license_policy_update**](OrgsApi.md#orgs_license_policy_update) | **PUT** /orgs/{org}/license-policy/{slug_perm}/ | Update a package license policy.
19
+ [**orgs_license_policy_violation_list**](OrgsApi.md#orgs_license_policy_violation_list) | **GET** /orgs/{org}/license-policy-violation/ | List all current license policy violations for this Organization.
13
20
  [**orgs_list**](OrgsApi.md#orgs_list) | **GET** /orgs/ | Get a list of all the organizations you are associated with.
14
21
  [**orgs_members_delete**](OrgsApi.md#orgs_members_delete) | **DELETE** /orgs/{org}/members/{member}/ | Removes a member from the organization.
15
22
  [**orgs_members_list**](OrgsApi.md#orgs_members_list) | **GET** /orgs/{org}/members/ | Get the details for all organization members.
@@ -33,6 +40,13 @@ Method | HTTP request | Description
33
40
  [**orgs_teams_members_update**](OrgsApi.md#orgs_teams_members_update) | **PUT** /orgs/{org}/teams/{team}/members | Replace all team members.
34
41
  [**orgs_teams_partial_update**](OrgsApi.md#orgs_teams_partial_update) | **PATCH** /orgs/{org}/teams/{team}/ | Update a specific team in a organization.
35
42
  [**orgs_teams_read**](OrgsApi.md#orgs_teams_read) | **GET** /orgs/{org}/teams/{team}/ | Get the details of a specific team within an organization.
43
+ [**orgs_vulnerability_policy_create**](OrgsApi.md#orgs_vulnerability_policy_create) | **POST** /orgs/{org}/vulnerability-policy/ | Create a package vulnerability policy.
44
+ [**orgs_vulnerability_policy_delete**](OrgsApi.md#orgs_vulnerability_policy_delete) | **DELETE** /orgs/{org}/vulnerability-policy/{slug_perm}/ | Delete a package vulnerability policy.
45
+ [**orgs_vulnerability_policy_list**](OrgsApi.md#orgs_vulnerability_policy_list) | **GET** /orgs/{org}/vulnerability-policy/ | Get a list of all package vulnerability policies.
46
+ [**orgs_vulnerability_policy_partial_update**](OrgsApi.md#orgs_vulnerability_policy_partial_update) | **PATCH** /orgs/{org}/vulnerability-policy/{slug_perm}/ | Partially update a package vulnerability policy.
47
+ [**orgs_vulnerability_policy_read**](OrgsApi.md#orgs_vulnerability_policy_read) | **GET** /orgs/{org}/vulnerability-policy/{slug_perm}/ | Get a package vulnerability policy.
48
+ [**orgs_vulnerability_policy_update**](OrgsApi.md#orgs_vulnerability_policy_update) | **PUT** /orgs/{org}/vulnerability-policy/{slug_perm}/ | Update a package vulnerability policy.
49
+ [**orgs_vulnerability_policy_violation_list**](OrgsApi.md#orgs_vulnerability_policy_violation_list) | **GET** /orgs/{org}/vulnerability-policy-violation/ | List all current vulnerability policy violations for this Organization.
36
50
 
37
51
 
38
52
  # **orgs_invites_create**
@@ -384,12 +398,12 @@ Name | Type | Description | Notes
384
398
 
385
399
 
386
400
 
387
- # **orgs_list**
388
- > Array<Organization> orgs_list(opts)
401
+ # **orgs_license_policy_create**
402
+ > OrganizationPackageLicensePolicy orgs_license_policy_create(org, opts)
389
403
 
390
- Get a list of all the organizations you are associated with.
404
+ Create a package license policy.
391
405
 
392
- Get a list of all the organizations you are associated with.
406
+ Create a package license policy.
393
407
 
394
408
  ### Example
395
409
  ```ruby
@@ -405,17 +419,18 @@ end
405
419
 
406
420
  api_instance = CloudsmithApi::OrgsApi.new
407
421
 
422
+ org = 'org_example' # String |
423
+
408
424
  opts = {
409
- page: 56, # Integer | A page number within the paginated result set.
410
- page_size: 56 # Integer | Number of results to return per page.
425
+ data: CloudsmithApi::OrganizationPackageLicensePolicyRequest.new # OrganizationPackageLicensePolicyRequest |
411
426
  }
412
427
 
413
428
  begin
414
- #Get a list of all the organizations you are associated with.
415
- result = api_instance.orgs_list(opts)
429
+ #Create a package license policy.
430
+ result = api_instance.orgs_license_policy_create(org, opts)
416
431
  p result
417
432
  rescue CloudsmithApi::ApiError => e
418
- puts "Exception when calling OrgsApi->orgs_list: #{e}"
433
+ puts "Exception when calling OrgsApi->orgs_license_policy_create: #{e}"
419
434
  end
420
435
  ```
421
436
 
@@ -423,12 +438,12 @@ end
423
438
 
424
439
  Name | Type | Description | Notes
425
440
  ------------- | ------------- | ------------- | -------------
426
- **page** | **Integer**| A page number within the paginated result set. | [optional]
427
- **page_size** | **Integer**| Number of results to return per page. | [optional]
441
+ **org** | **String**| |
442
+ **data** | [**OrganizationPackageLicensePolicyRequest**](OrganizationPackageLicensePolicyRequest.md)| | [optional]
428
443
 
429
444
  ### Return type
430
445
 
431
- [**Array<Organization>**](Organization.md)
446
+ [**OrganizationPackageLicensePolicy**](OrganizationPackageLicensePolicy.md)
432
447
 
433
448
  ### Authorization
434
449
 
@@ -441,12 +456,12 @@ Name | Type | Description | Notes
441
456
 
442
457
 
443
458
 
444
- # **orgs_members_delete**
445
- > orgs_members_delete(org, member)
459
+ # **orgs_license_policy_delete**
460
+ > orgs_license_policy_delete(org, slug_perm)
446
461
 
447
- Removes a member from the organization.
462
+ Delete a package license policy.
448
463
 
449
- Removes a member from the organization.
464
+ Delete a package license policy.
450
465
 
451
466
  ### Example
452
467
  ```ruby
@@ -464,14 +479,14 @@ api_instance = CloudsmithApi::OrgsApi.new
464
479
 
465
480
  org = 'org_example' # String |
466
481
 
467
- member = 'member_example' # String |
482
+ slug_perm = 'slug_perm_example' # String |
468
483
 
469
484
 
470
485
  begin
471
- #Removes a member from the organization.
472
- api_instance.orgs_members_delete(org, member)
486
+ #Delete a package license policy.
487
+ api_instance.orgs_license_policy_delete(org, slug_perm)
473
488
  rescue CloudsmithApi::ApiError => e
474
- puts "Exception when calling OrgsApi->orgs_members_delete: #{e}"
489
+ puts "Exception when calling OrgsApi->orgs_license_policy_delete: #{e}"
475
490
  end
476
491
  ```
477
492
 
@@ -480,7 +495,7 @@ end
480
495
  Name | Type | Description | Notes
481
496
  ------------- | ------------- | ------------- | -------------
482
497
  **org** | **String**| |
483
- **member** | **String**| |
498
+ **slug_perm** | **String**| |
484
499
 
485
500
  ### Return type
486
501
 
@@ -497,12 +512,12 @@ nil (empty response body)
497
512
 
498
513
 
499
514
 
500
- # **orgs_members_list**
501
- > Array<OrganizationMembership> orgs_members_list(org, opts)
515
+ # **orgs_license_policy_list**
516
+ > Array<OrganizationPackageLicensePolicy> orgs_license_policy_list(org, opts)
502
517
 
503
- Get the details for all organization members.
518
+ Get a list of all package license policies.
504
519
 
505
- Get the details for all organization members.
520
+ Get a list of all package license policies.
506
521
 
507
522
  ### Example
508
523
  ```ruby
@@ -526,11 +541,11 @@ opts = {
526
541
  }
527
542
 
528
543
  begin
529
- #Get the details for all organization members.
530
- result = api_instance.orgs_members_list(org, opts)
544
+ #Get a list of all package license policies.
545
+ result = api_instance.orgs_license_policy_list(org, opts)
531
546
  p result
532
547
  rescue CloudsmithApi::ApiError => e
533
- puts "Exception when calling OrgsApi->orgs_members_list: #{e}"
548
+ puts "Exception when calling OrgsApi->orgs_license_policy_list: #{e}"
534
549
  end
535
550
  ```
536
551
 
@@ -544,7 +559,7 @@ Name | Type | Description | Notes
544
559
 
545
560
  ### Return type
546
561
 
547
- [**Array<OrganizationMembership>**](OrganizationMembership.md)
562
+ [**Array<OrganizationPackageLicensePolicy>**](OrganizationPackageLicensePolicy.md)
548
563
 
549
564
  ### Authorization
550
565
 
@@ -557,12 +572,12 @@ Name | Type | Description | Notes
557
572
 
558
573
 
559
574
 
560
- # **orgs_members_read**
561
- > OrganizationMembership orgs_members_read(org, member)
575
+ # **orgs_license_policy_partial_update**
576
+ > OrganizationPackageLicensePolicy orgs_license_policy_partial_update(org, slug_perm, opts)
562
577
 
563
- Get the details for a specific organization member.
578
+ Partially update a package license policy.
564
579
 
565
- Get the details for a specific organization member.
580
+ Partially update a package license policy.
566
581
 
567
582
  ### Example
568
583
  ```ruby
@@ -580,15 +595,18 @@ api_instance = CloudsmithApi::OrgsApi.new
580
595
 
581
596
  org = 'org_example' # String |
582
597
 
583
- member = 'member_example' # String |
598
+ slug_perm = 'slug_perm_example' # String |
584
599
 
600
+ opts = {
601
+ data: CloudsmithApi::OrganizationPackageLicensePolicyRequestPatch.new # OrganizationPackageLicensePolicyRequestPatch |
602
+ }
585
603
 
586
604
  begin
587
- #Get the details for a specific organization member.
588
- result = api_instance.orgs_members_read(org, member)
605
+ #Partially update a package license policy.
606
+ result = api_instance.orgs_license_policy_partial_update(org, slug_perm, opts)
589
607
  p result
590
608
  rescue CloudsmithApi::ApiError => e
591
- puts "Exception when calling OrgsApi->orgs_members_read: #{e}"
609
+ puts "Exception when calling OrgsApi->orgs_license_policy_partial_update: #{e}"
592
610
  end
593
611
  ```
594
612
 
@@ -597,11 +615,12 @@ end
597
615
  Name | Type | Description | Notes
598
616
  ------------- | ------------- | ------------- | -------------
599
617
  **org** | **String**| |
600
- **member** | **String**| |
618
+ **slug_perm** | **String**| |
619
+ **data** | [**OrganizationPackageLicensePolicyRequestPatch**](OrganizationPackageLicensePolicyRequestPatch.md)| | [optional]
601
620
 
602
621
  ### Return type
603
622
 
604
- [**OrganizationMembership**](OrganizationMembership.md)
623
+ [**OrganizationPackageLicensePolicy**](OrganizationPackageLicensePolicy.md)
605
624
 
606
625
  ### Authorization
607
626
 
@@ -614,12 +633,12 @@ Name | Type | Description | Notes
614
633
 
615
634
 
616
635
 
617
- # **orgs_members_remove**
618
- > orgs_members_remove(org, member)
636
+ # **orgs_license_policy_read**
637
+ > OrganizationPackageLicensePolicy orgs_license_policy_read(org, slug_perm)
619
638
 
620
- Removes a member from the organization (deprecated, use DELETE instead).
639
+ Get a package license policy.
621
640
 
622
- Removes a member from the organization (deprecated, use DELETE instead).
641
+ Get a package license policy.
623
642
 
624
643
  ### Example
625
644
  ```ruby
@@ -637,14 +656,15 @@ api_instance = CloudsmithApi::OrgsApi.new
637
656
 
638
657
  org = 'org_example' # String |
639
658
 
640
- member = 'member_example' # String |
659
+ slug_perm = 'slug_perm_example' # String |
641
660
 
642
661
 
643
662
  begin
644
- #Removes a member from the organization (deprecated, use DELETE instead).
645
- api_instance.orgs_members_remove(org, member)
663
+ #Get a package license policy.
664
+ result = api_instance.orgs_license_policy_read(org, slug_perm)
665
+ p result
646
666
  rescue CloudsmithApi::ApiError => e
647
- puts "Exception when calling OrgsApi->orgs_members_remove: #{e}"
667
+ puts "Exception when calling OrgsApi->orgs_license_policy_read: #{e}"
648
668
  end
649
669
  ```
650
670
 
@@ -653,11 +673,11 @@ end
653
673
  Name | Type | Description | Notes
654
674
  ------------- | ------------- | ------------- | -------------
655
675
  **org** | **String**| |
656
- **member** | **String**| |
676
+ **slug_perm** | **String**| |
657
677
 
658
678
  ### Return type
659
679
 
660
- nil (empty response body)
680
+ [**OrganizationPackageLicensePolicy**](OrganizationPackageLicensePolicy.md)
661
681
 
662
682
  ### Authorization
663
683
 
@@ -670,12 +690,12 @@ nil (empty response body)
670
690
 
671
691
 
672
692
 
673
- # **orgs_read**
674
- > Organization orgs_read(org)
693
+ # **orgs_license_policy_update**
694
+ > OrganizationPackageLicensePolicy orgs_license_policy_update(org, slug_perm, opts)
675
695
 
676
- Get the details for the specific organization.
696
+ Update a package license policy.
677
697
 
678
- Get the details for the specific organization.
698
+ Update a package license policy.
679
699
 
680
700
  ### Example
681
701
  ```ruby
@@ -693,13 +713,18 @@ api_instance = CloudsmithApi::OrgsApi.new
693
713
 
694
714
  org = 'org_example' # String |
695
715
 
716
+ slug_perm = 'slug_perm_example' # String |
717
+
718
+ opts = {
719
+ data: CloudsmithApi::OrganizationPackageLicensePolicyRequest.new # OrganizationPackageLicensePolicyRequest |
720
+ }
696
721
 
697
722
  begin
698
- #Get the details for the specific organization.
699
- result = api_instance.orgs_read(org)
723
+ #Update a package license policy.
724
+ result = api_instance.orgs_license_policy_update(org, slug_perm, opts)
700
725
  p result
701
726
  rescue CloudsmithApi::ApiError => e
702
- puts "Exception when calling OrgsApi->orgs_read: #{e}"
727
+ puts "Exception when calling OrgsApi->orgs_license_policy_update: #{e}"
703
728
  end
704
729
  ```
705
730
 
@@ -708,10 +733,12 @@ end
708
733
  Name | Type | Description | Notes
709
734
  ------------- | ------------- | ------------- | -------------
710
735
  **org** | **String**| |
736
+ **slug_perm** | **String**| |
737
+ **data** | [**OrganizationPackageLicensePolicyRequest**](OrganizationPackageLicensePolicyRequest.md)| | [optional]
711
738
 
712
739
  ### Return type
713
740
 
714
- [**Organization**](Organization.md)
741
+ [**OrganizationPackageLicensePolicy**](OrganizationPackageLicensePolicy.md)
715
742
 
716
743
  ### Authorization
717
744
 
@@ -724,12 +751,12 @@ Name | Type | Description | Notes
724
751
 
725
752
 
726
753
 
727
- # **orgs_saml_group_sync_create**
728
- > OrganizationGroupSync orgs_saml_group_sync_create(org, opts)
754
+ # **orgs_license_policy_violation_list**
755
+ > PackageLicensePolicyViolationLogCursorPage orgs_license_policy_violation_list(org, opts)
729
756
 
730
- Create a new SAML Group Sync mapping within an organization.
757
+ List all current license policy violations for this Organization.
731
758
 
732
- Create a new SAML Group Sync mapping within an organization.
759
+ List all current license policy violations for this Organization.
733
760
 
734
761
  ### Example
735
762
  ```ruby
@@ -748,15 +775,16 @@ api_instance = CloudsmithApi::OrgsApi.new
748
775
  org = 'org_example' # String |
749
776
 
750
777
  opts = {
751
- data: CloudsmithApi::OrganizationGroupSyncRequest.new # OrganizationGroupSyncRequest |
778
+ cursor: 'cursor_example', # String | The pagination cursor value.
779
+ page_size: 56 # Integer | Number of results to return per page.
752
780
  }
753
781
 
754
782
  begin
755
- #Create a new SAML Group Sync mapping within an organization.
756
- result = api_instance.orgs_saml_group_sync_create(org, opts)
783
+ #List all current license policy violations for this Organization.
784
+ result = api_instance.orgs_license_policy_violation_list(org, opts)
757
785
  p result
758
786
  rescue CloudsmithApi::ApiError => e
759
- puts "Exception when calling OrgsApi->orgs_saml_group_sync_create: #{e}"
787
+ puts "Exception when calling OrgsApi->orgs_license_policy_violation_list: #{e}"
760
788
  end
761
789
  ```
762
790
 
@@ -765,11 +793,12 @@ end
765
793
  Name | Type | Description | Notes
766
794
  ------------- | ------------- | ------------- | -------------
767
795
  **org** | **String**| |
768
- **data** | [**OrganizationGroupSyncRequest**](OrganizationGroupSyncRequest.md)| | [optional]
796
+ **cursor** | **String**| The pagination cursor value. | [optional]
797
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
769
798
 
770
799
  ### Return type
771
800
 
772
- [**OrganizationGroupSync**](OrganizationGroupSync.md)
801
+ [**PackageLicensePolicyViolationLogCursorPage**](PackageLicensePolicyViolationLogCursorPage.md)
773
802
 
774
803
  ### Authorization
775
804
 
@@ -782,12 +811,12 @@ Name | Type | Description | Notes
782
811
 
783
812
 
784
813
 
785
- # **orgs_saml_group_sync_delete**
786
- > orgs_saml_group_sync_delete(org, slug_perm)
814
+ # **orgs_list**
815
+ > Array<Organization> orgs_list(opts)
787
816
 
788
- Delete a SAML Group Sync mapping from an organization.
817
+ Get a list of all the organizations you are associated with.
789
818
 
790
- Delete a SAML Group Sync mapping from an organization.
819
+ Get a list of all the organizations you are associated with.
791
820
 
792
821
  ### Example
793
822
  ```ruby
@@ -803,16 +832,17 @@ end
803
832
 
804
833
  api_instance = CloudsmithApi::OrgsApi.new
805
834
 
806
- org = 'org_example' # String |
807
-
808
- slug_perm = 'slug_perm_example' # String |
809
-
835
+ opts = {
836
+ page: 56, # Integer | A page number within the paginated result set.
837
+ page_size: 56 # Integer | Number of results to return per page.
838
+ }
810
839
 
811
840
  begin
812
- #Delete a SAML Group Sync mapping from an organization.
813
- api_instance.orgs_saml_group_sync_delete(org, slug_perm)
841
+ #Get a list of all the organizations you are associated with.
842
+ result = api_instance.orgs_list(opts)
843
+ p result
814
844
  rescue CloudsmithApi::ApiError => e
815
- puts "Exception when calling OrgsApi->orgs_saml_group_sync_delete: #{e}"
845
+ puts "Exception when calling OrgsApi->orgs_list: #{e}"
816
846
  end
817
847
  ```
818
848
 
@@ -820,12 +850,12 @@ end
820
850
 
821
851
  Name | Type | Description | Notes
822
852
  ------------- | ------------- | ------------- | -------------
823
- **org** | **String**| |
824
- **slug_perm** | **String**| |
853
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
854
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
825
855
 
826
856
  ### Return type
827
857
 
828
- nil (empty response body)
858
+ [**Array<Organization>**](Organization.md)
829
859
 
830
860
  ### Authorization
831
861
 
@@ -838,12 +868,12 @@ nil (empty response body)
838
868
 
839
869
 
840
870
 
841
- # **orgs_saml_group_sync_list**
842
- > Array<OrganizationGroupSync> orgs_saml_group_sync_list(org, opts)
871
+ # **orgs_members_delete**
872
+ > orgs_members_delete(org, member)
843
873
 
844
- Get the details of all SAML Group Sync mapping within an organization.
874
+ Removes a member from the organization.
845
875
 
846
- Get the details of all SAML Group Sync mapping within an organization.
876
+ Removes a member from the organization.
847
877
 
848
878
  ### Example
849
879
  ```ruby
@@ -861,17 +891,14 @@ api_instance = CloudsmithApi::OrgsApi.new
861
891
 
862
892
  org = 'org_example' # String |
863
893
 
864
- opts = {
865
- page: 56, # Integer | A page number within the paginated result set.
866
- page_size: 56 # Integer | Number of results to return per page.
867
- }
894
+ member = 'member_example' # String |
895
+
868
896
 
869
897
  begin
870
- #Get the details of all SAML Group Sync mapping within an organization.
871
- result = api_instance.orgs_saml_group_sync_list(org, opts)
872
- p result
898
+ #Removes a member from the organization.
899
+ api_instance.orgs_members_delete(org, member)
873
900
  rescue CloudsmithApi::ApiError => e
874
- puts "Exception when calling OrgsApi->orgs_saml_group_sync_list: #{e}"
901
+ puts "Exception when calling OrgsApi->orgs_members_delete: #{e}"
875
902
  end
876
903
  ```
877
904
 
@@ -880,12 +907,11 @@ end
880
907
  Name | Type | Description | Notes
881
908
  ------------- | ------------- | ------------- | -------------
882
909
  **org** | **String**| |
883
- **page** | **Integer**| A page number within the paginated result set. | [optional]
884
- **page_size** | **Integer**| Number of results to return per page. | [optional]
910
+ **member** | **String**| |
885
911
 
886
912
  ### Return type
887
913
 
888
- [**Array<OrganizationGroupSync>**](OrganizationGroupSync.md)
914
+ nil (empty response body)
889
915
 
890
916
  ### Authorization
891
917
 
@@ -898,12 +924,12 @@ Name | Type | Description | Notes
898
924
 
899
925
 
900
926
 
901
- # **orgs_services_create**
902
- > Service orgs_services_create(org, opts)
927
+ # **orgs_members_list**
928
+ > Array<OrganizationMembership> orgs_members_list(org, opts)
903
929
 
904
- Create a service within an organization.
930
+ Get the details for all organization members.
905
931
 
906
- Create a service within an organization.
932
+ Get the details for all organization members.
907
933
 
908
934
  ### Example
909
935
  ```ruby
@@ -922,15 +948,16 @@ api_instance = CloudsmithApi::OrgsApi.new
922
948
  org = 'org_example' # String |
923
949
 
924
950
  opts = {
925
- data: CloudsmithApi::ServiceRequest.new # ServiceRequest |
951
+ page: 56, # Integer | A page number within the paginated result set.
952
+ page_size: 56 # Integer | Number of results to return per page.
926
953
  }
927
954
 
928
955
  begin
929
- #Create a service within an organization.
930
- result = api_instance.orgs_services_create(org, opts)
956
+ #Get the details for all organization members.
957
+ result = api_instance.orgs_members_list(org, opts)
931
958
  p result
932
959
  rescue CloudsmithApi::ApiError => e
933
- puts "Exception when calling OrgsApi->orgs_services_create: #{e}"
960
+ puts "Exception when calling OrgsApi->orgs_members_list: #{e}"
934
961
  end
935
962
  ```
936
963
 
@@ -939,11 +966,12 @@ end
939
966
  Name | Type | Description | Notes
940
967
  ------------- | ------------- | ------------- | -------------
941
968
  **org** | **String**| |
942
- **data** | [**ServiceRequest**](ServiceRequest.md)| | [optional]
969
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
970
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
943
971
 
944
972
  ### Return type
945
973
 
946
- [**Service**](Service.md)
974
+ [**Array<OrganizationMembership>**](OrganizationMembership.md)
947
975
 
948
976
  ### Authorization
949
977
 
@@ -956,12 +984,12 @@ Name | Type | Description | Notes
956
984
 
957
985
 
958
986
 
959
- # **orgs_services_delete**
960
- > orgs_services_delete(org, service)
987
+ # **orgs_members_read**
988
+ > OrganizationMembership orgs_members_read(org, member)
961
989
 
962
- Delete a specific service
990
+ Get the details for a specific organization member.
963
991
 
964
- Delete a specific service
992
+ Get the details for a specific organization member.
965
993
 
966
994
  ### Example
967
995
  ```ruby
@@ -979,14 +1007,15 @@ api_instance = CloudsmithApi::OrgsApi.new
979
1007
 
980
1008
  org = 'org_example' # String |
981
1009
 
982
- service = 'service_example' # String |
1010
+ member = 'member_example' # String |
983
1011
 
984
1012
 
985
1013
  begin
986
- #Delete a specific service
987
- api_instance.orgs_services_delete(org, service)
1014
+ #Get the details for a specific organization member.
1015
+ result = api_instance.orgs_members_read(org, member)
1016
+ p result
988
1017
  rescue CloudsmithApi::ApiError => e
989
- puts "Exception when calling OrgsApi->orgs_services_delete: #{e}"
1018
+ puts "Exception when calling OrgsApi->orgs_members_read: #{e}"
990
1019
  end
991
1020
  ```
992
1021
 
@@ -995,11 +1024,11 @@ end
995
1024
  Name | Type | Description | Notes
996
1025
  ------------- | ------------- | ------------- | -------------
997
1026
  **org** | **String**| |
998
- **service** | **String**| |
1027
+ **member** | **String**| |
999
1028
 
1000
1029
  ### Return type
1001
1030
 
1002
- nil (empty response body)
1031
+ [**OrganizationMembership**](OrganizationMembership.md)
1003
1032
 
1004
1033
  ### Authorization
1005
1034
 
@@ -1012,12 +1041,12 @@ nil (empty response body)
1012
1041
 
1013
1042
 
1014
1043
 
1015
- # **orgs_services_list**
1016
- > Array<Service> orgs_services_list(org, opts)
1044
+ # **orgs_members_remove**
1045
+ > orgs_members_remove(org, member)
1017
1046
 
1018
- Get a list of all services within an organization.
1047
+ Removes a member from the organization (deprecated, use DELETE instead).
1019
1048
 
1020
- Get a list of all services within an organization.
1049
+ Removes a member from the organization (deprecated, use DELETE instead).
1021
1050
 
1022
1051
  ### Example
1023
1052
  ```ruby
@@ -1035,17 +1064,14 @@ api_instance = CloudsmithApi::OrgsApi.new
1035
1064
 
1036
1065
  org = 'org_example' # String |
1037
1066
 
1038
- opts = {
1039
- page: 56, # Integer | A page number within the paginated result set.
1040
- page_size: 56 # Integer | Number of results to return per page.
1041
- }
1067
+ member = 'member_example' # String |
1068
+
1042
1069
 
1043
1070
  begin
1044
- #Get a list of all services within an organization.
1045
- result = api_instance.orgs_services_list(org, opts)
1046
- p result
1071
+ #Removes a member from the organization (deprecated, use DELETE instead).
1072
+ api_instance.orgs_members_remove(org, member)
1047
1073
  rescue CloudsmithApi::ApiError => e
1048
- puts "Exception when calling OrgsApi->orgs_services_list: #{e}"
1074
+ puts "Exception when calling OrgsApi->orgs_members_remove: #{e}"
1049
1075
  end
1050
1076
  ```
1051
1077
 
@@ -1054,12 +1080,11 @@ end
1054
1080
  Name | Type | Description | Notes
1055
1081
  ------------- | ------------- | ------------- | -------------
1056
1082
  **org** | **String**| |
1057
- **page** | **Integer**| A page number within the paginated result set. | [optional]
1058
- **page_size** | **Integer**| Number of results to return per page. | [optional]
1083
+ **member** | **String**| |
1059
1084
 
1060
1085
  ### Return type
1061
1086
 
1062
- [**Array<Service>**](Service.md)
1087
+ nil (empty response body)
1063
1088
 
1064
1089
  ### Authorization
1065
1090
 
@@ -1072,12 +1097,12 @@ Name | Type | Description | Notes
1072
1097
 
1073
1098
 
1074
1099
 
1075
- # **orgs_services_partial_update**
1076
- > Service orgs_services_partial_update(org, service, opts)
1100
+ # **orgs_read**
1101
+ > Organization orgs_read(org)
1077
1102
 
1078
- Update a service within an organization.
1103
+ Get the details for the specific organization.
1079
1104
 
1080
- Update a service within an organization.
1105
+ Get the details for the specific organization.
1081
1106
 
1082
1107
  ### Example
1083
1108
  ```ruby
@@ -1095,18 +1120,13 @@ api_instance = CloudsmithApi::OrgsApi.new
1095
1120
 
1096
1121
  org = 'org_example' # String |
1097
1122
 
1098
- service = 'service_example' # String |
1099
-
1100
- opts = {
1101
- data: CloudsmithApi::ServiceRequestPatch.new # ServiceRequestPatch |
1102
- }
1103
1123
 
1104
1124
  begin
1105
- #Update a service within an organization.
1106
- result = api_instance.orgs_services_partial_update(org, service, opts)
1125
+ #Get the details for the specific organization.
1126
+ result = api_instance.orgs_read(org)
1107
1127
  p result
1108
1128
  rescue CloudsmithApi::ApiError => e
1109
- puts "Exception when calling OrgsApi->orgs_services_partial_update: #{e}"
1129
+ puts "Exception when calling OrgsApi->orgs_read: #{e}"
1110
1130
  end
1111
1131
  ```
1112
1132
 
@@ -1115,12 +1135,10 @@ end
1115
1135
  Name | Type | Description | Notes
1116
1136
  ------------- | ------------- | ------------- | -------------
1117
1137
  **org** | **String**| |
1118
- **service** | **String**| |
1119
- **data** | [**ServiceRequestPatch**](ServiceRequestPatch.md)| | [optional]
1120
1138
 
1121
1139
  ### Return type
1122
1140
 
1123
- [**Service**](Service.md)
1141
+ [**Organization**](Organization.md)
1124
1142
 
1125
1143
  ### Authorization
1126
1144
 
@@ -1133,12 +1151,12 @@ Name | Type | Description | Notes
1133
1151
 
1134
1152
 
1135
1153
 
1136
- # **orgs_services_read**
1137
- > Service orgs_services_read(org, service)
1154
+ # **orgs_saml_group_sync_create**
1155
+ > OrganizationGroupSync orgs_saml_group_sync_create(org, opts)
1138
1156
 
1139
- Retrieve details of a single service within an organization.
1157
+ Create a new SAML Group Sync mapping within an organization.
1140
1158
 
1141
- Retrieve details of a single service within an organization.
1159
+ Create a new SAML Group Sync mapping within an organization.
1142
1160
 
1143
1161
  ### Example
1144
1162
  ```ruby
@@ -1156,15 +1174,16 @@ api_instance = CloudsmithApi::OrgsApi.new
1156
1174
 
1157
1175
  org = 'org_example' # String |
1158
1176
 
1159
- service = 'service_example' # String |
1160
-
1177
+ opts = {
1178
+ data: CloudsmithApi::OrganizationGroupSyncRequest.new # OrganizationGroupSyncRequest |
1179
+ }
1161
1180
 
1162
1181
  begin
1163
- #Retrieve details of a single service within an organization.
1164
- result = api_instance.orgs_services_read(org, service)
1182
+ #Create a new SAML Group Sync mapping within an organization.
1183
+ result = api_instance.orgs_saml_group_sync_create(org, opts)
1165
1184
  p result
1166
1185
  rescue CloudsmithApi::ApiError => e
1167
- puts "Exception when calling OrgsApi->orgs_services_read: #{e}"
1186
+ puts "Exception when calling OrgsApi->orgs_saml_group_sync_create: #{e}"
1168
1187
  end
1169
1188
  ```
1170
1189
 
@@ -1173,11 +1192,11 @@ end
1173
1192
  Name | Type | Description | Notes
1174
1193
  ------------- | ------------- | ------------- | -------------
1175
1194
  **org** | **String**| |
1176
- **service** | **String**| |
1195
+ **data** | [**OrganizationGroupSyncRequest**](OrganizationGroupSyncRequest.md)| | [optional]
1177
1196
 
1178
1197
  ### Return type
1179
1198
 
1180
- [**Service**](Service.md)
1199
+ [**OrganizationGroupSync**](OrganizationGroupSync.md)
1181
1200
 
1182
1201
  ### Authorization
1183
1202
 
@@ -1190,12 +1209,12 @@ Name | Type | Description | Notes
1190
1209
 
1191
1210
 
1192
1211
 
1193
- # **orgs_services_refresh**
1194
- > Service orgs_services_refresh(org, service)
1212
+ # **orgs_saml_group_sync_delete**
1213
+ > orgs_saml_group_sync_delete(org, slug_perm)
1195
1214
 
1196
- Refresh service API token.
1215
+ Delete a SAML Group Sync mapping from an organization.
1197
1216
 
1198
- Refresh service API token.
1217
+ Delete a SAML Group Sync mapping from an organization.
1199
1218
 
1200
1219
  ### Example
1201
1220
  ```ruby
@@ -1213,15 +1232,73 @@ api_instance = CloudsmithApi::OrgsApi.new
1213
1232
 
1214
1233
  org = 'org_example' # String |
1215
1234
 
1216
- service = 'service_example' # String |
1235
+ slug_perm = 'slug_perm_example' # String |
1217
1236
 
1218
1237
 
1219
1238
  begin
1220
- #Refresh service API token.
1221
- result = api_instance.orgs_services_refresh(org, service)
1239
+ #Delete a SAML Group Sync mapping from an organization.
1240
+ api_instance.orgs_saml_group_sync_delete(org, slug_perm)
1241
+ rescue CloudsmithApi::ApiError => e
1242
+ puts "Exception when calling OrgsApi->orgs_saml_group_sync_delete: #{e}"
1243
+ end
1244
+ ```
1245
+
1246
+ ### Parameters
1247
+
1248
+ Name | Type | Description | Notes
1249
+ ------------- | ------------- | ------------- | -------------
1250
+ **org** | **String**| |
1251
+ **slug_perm** | **String**| |
1252
+
1253
+ ### Return type
1254
+
1255
+ nil (empty response body)
1256
+
1257
+ ### Authorization
1258
+
1259
+ [apikey](../README.md#apikey)
1260
+
1261
+ ### HTTP request headers
1262
+
1263
+ - **Content-Type**: application/json
1264
+ - **Accept**: application/json
1265
+
1266
+
1267
+
1268
+ # **orgs_saml_group_sync_list**
1269
+ > Array<OrganizationGroupSync> orgs_saml_group_sync_list(org, opts)
1270
+
1271
+ Get the details of all SAML Group Sync mapping within an organization.
1272
+
1273
+ Get the details of all SAML Group Sync mapping within an organization.
1274
+
1275
+ ### Example
1276
+ ```ruby
1277
+ # load the gem
1278
+ require 'cloudsmith-api'
1279
+ # setup authorization
1280
+ CloudsmithApi.configure do |config|
1281
+ # Configure API key authorization: apikey
1282
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1283
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1284
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1285
+ end
1286
+
1287
+ api_instance = CloudsmithApi::OrgsApi.new
1288
+
1289
+ org = 'org_example' # String |
1290
+
1291
+ opts = {
1292
+ page: 56, # Integer | A page number within the paginated result set.
1293
+ page_size: 56 # Integer | Number of results to return per page.
1294
+ }
1295
+
1296
+ begin
1297
+ #Get the details of all SAML Group Sync mapping within an organization.
1298
+ result = api_instance.orgs_saml_group_sync_list(org, opts)
1222
1299
  p result
1223
1300
  rescue CloudsmithApi::ApiError => e
1224
- puts "Exception when calling OrgsApi->orgs_services_refresh: #{e}"
1301
+ puts "Exception when calling OrgsApi->orgs_saml_group_sync_list: #{e}"
1225
1302
  end
1226
1303
  ```
1227
1304
 
@@ -1230,11 +1307,12 @@ end
1230
1307
  Name | Type | Description | Notes
1231
1308
  ------------- | ------------- | ------------- | -------------
1232
1309
  **org** | **String**| |
1233
- **service** | **String**| |
1310
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
1311
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
1234
1312
 
1235
1313
  ### Return type
1236
1314
 
1237
- [**Service**](Service.md)
1315
+ [**Array<OrganizationGroupSync>**](OrganizationGroupSync.md)
1238
1316
 
1239
1317
  ### Authorization
1240
1318
 
@@ -1247,12 +1325,12 @@ Name | Type | Description | Notes
1247
1325
 
1248
1326
 
1249
1327
 
1250
- # **orgs_teams_create**
1251
- > OrganizationTeam orgs_teams_create(org, opts)
1328
+ # **orgs_services_create**
1329
+ > Service orgs_services_create(org, opts)
1252
1330
 
1253
- Create a team for this organization.
1331
+ Create a service within an organization.
1254
1332
 
1255
- Create a team for this organization.
1333
+ Create a service within an organization.
1256
1334
 
1257
1335
  ### Example
1258
1336
  ```ruby
@@ -1271,15 +1349,15 @@ api_instance = CloudsmithApi::OrgsApi.new
1271
1349
  org = 'org_example' # String |
1272
1350
 
1273
1351
  opts = {
1274
- data: CloudsmithApi::OrganizationTeamRequest.new # OrganizationTeamRequest |
1352
+ data: CloudsmithApi::ServiceRequest.new # ServiceRequest |
1275
1353
  }
1276
1354
 
1277
1355
  begin
1278
- #Create a team for this organization.
1279
- result = api_instance.orgs_teams_create(org, opts)
1356
+ #Create a service within an organization.
1357
+ result = api_instance.orgs_services_create(org, opts)
1280
1358
  p result
1281
1359
  rescue CloudsmithApi::ApiError => e
1282
- puts "Exception when calling OrgsApi->orgs_teams_create: #{e}"
1360
+ puts "Exception when calling OrgsApi->orgs_services_create: #{e}"
1283
1361
  end
1284
1362
  ```
1285
1363
 
@@ -1288,11 +1366,11 @@ end
1288
1366
  Name | Type | Description | Notes
1289
1367
  ------------- | ------------- | ------------- | -------------
1290
1368
  **org** | **String**| |
1291
- **data** | [**OrganizationTeamRequest**](OrganizationTeamRequest.md)| | [optional]
1369
+ **data** | [**ServiceRequest**](ServiceRequest.md)| | [optional]
1292
1370
 
1293
1371
  ### Return type
1294
1372
 
1295
- [**OrganizationTeam**](OrganizationTeam.md)
1373
+ [**Service**](Service.md)
1296
1374
 
1297
1375
  ### Authorization
1298
1376
 
@@ -1305,12 +1383,12 @@ Name | Type | Description | Notes
1305
1383
 
1306
1384
 
1307
1385
 
1308
- # **orgs_teams_delete**
1309
- > orgs_teams_delete(org, team)
1386
+ # **orgs_services_delete**
1387
+ > orgs_services_delete(org, service)
1310
1388
 
1311
- Delete a specific team in a organization.
1389
+ Delete a specific service
1312
1390
 
1313
- Delete a specific team in a organization.
1391
+ Delete a specific service
1314
1392
 
1315
1393
  ### Example
1316
1394
  ```ruby
@@ -1328,14 +1406,14 @@ api_instance = CloudsmithApi::OrgsApi.new
1328
1406
 
1329
1407
  org = 'org_example' # String |
1330
1408
 
1331
- team = 'team_example' # String |
1409
+ service = 'service_example' # String |
1332
1410
 
1333
1411
 
1334
1412
  begin
1335
- #Delete a specific team in a organization.
1336
- api_instance.orgs_teams_delete(org, team)
1413
+ #Delete a specific service
1414
+ api_instance.orgs_services_delete(org, service)
1337
1415
  rescue CloudsmithApi::ApiError => e
1338
- puts "Exception when calling OrgsApi->orgs_teams_delete: #{e}"
1416
+ puts "Exception when calling OrgsApi->orgs_services_delete: #{e}"
1339
1417
  end
1340
1418
  ```
1341
1419
 
@@ -1344,7 +1422,7 @@ end
1344
1422
  Name | Type | Description | Notes
1345
1423
  ------------- | ------------- | ------------- | -------------
1346
1424
  **org** | **String**| |
1347
- **team** | **String**| |
1425
+ **service** | **String**| |
1348
1426
 
1349
1427
  ### Return type
1350
1428
 
@@ -1361,12 +1439,12 @@ nil (empty response body)
1361
1439
 
1362
1440
 
1363
1441
 
1364
- # **orgs_teams_list**
1365
- > Array<OrganizationTeam> orgs_teams_list(org, opts)
1442
+ # **orgs_services_list**
1443
+ > Array<Service> orgs_services_list(org, opts)
1366
1444
 
1367
- Get the details of all teams within an organization.
1445
+ Get a list of all services within an organization.
1368
1446
 
1369
- Get the details of all teams within an organization.
1447
+ Get a list of all services within an organization.
1370
1448
 
1371
1449
  ### Example
1372
1450
  ```ruby
@@ -1390,11 +1468,11 @@ opts = {
1390
1468
  }
1391
1469
 
1392
1470
  begin
1393
- #Get the details of all teams within an organization.
1394
- result = api_instance.orgs_teams_list(org, opts)
1471
+ #Get a list of all services within an organization.
1472
+ result = api_instance.orgs_services_list(org, opts)
1395
1473
  p result
1396
1474
  rescue CloudsmithApi::ApiError => e
1397
- puts "Exception when calling OrgsApi->orgs_teams_list: #{e}"
1475
+ puts "Exception when calling OrgsApi->orgs_services_list: #{e}"
1398
1476
  end
1399
1477
  ```
1400
1478
 
@@ -1408,7 +1486,7 @@ Name | Type | Description | Notes
1408
1486
 
1409
1487
  ### Return type
1410
1488
 
1411
- [**Array<OrganizationTeam>**](OrganizationTeam.md)
1489
+ [**Array<Service>**](Service.md)
1412
1490
 
1413
1491
  ### Authorization
1414
1492
 
@@ -1421,12 +1499,12 @@ Name | Type | Description | Notes
1421
1499
 
1422
1500
 
1423
1501
 
1424
- # **orgs_teams_members_create**
1425
- > OrganizationTeamMembers orgs_teams_members_create(org, team, opts)
1502
+ # **orgs_services_partial_update**
1503
+ > Service orgs_services_partial_update(org, service, opts)
1426
1504
 
1427
- Add users to a team.
1505
+ Update a service within an organization.
1428
1506
 
1429
- Add users to a team.
1507
+ Update a service within an organization.
1430
1508
 
1431
1509
  ### Example
1432
1510
  ```ruby
@@ -1444,18 +1522,18 @@ api_instance = CloudsmithApi::OrgsApi.new
1444
1522
 
1445
1523
  org = 'org_example' # String |
1446
1524
 
1447
- team = 'team_example' # String |
1525
+ service = 'service_example' # String |
1448
1526
 
1449
1527
  opts = {
1450
- data: CloudsmithApi::OrganizationTeamMembers.new # OrganizationTeamMembers |
1528
+ data: CloudsmithApi::ServiceRequestPatch.new # ServiceRequestPatch |
1451
1529
  }
1452
1530
 
1453
1531
  begin
1454
- #Add users to a team.
1455
- result = api_instance.orgs_teams_members_create(org, team, opts)
1532
+ #Update a service within an organization.
1533
+ result = api_instance.orgs_services_partial_update(org, service, opts)
1456
1534
  p result
1457
1535
  rescue CloudsmithApi::ApiError => e
1458
- puts "Exception when calling OrgsApi->orgs_teams_members_create: #{e}"
1536
+ puts "Exception when calling OrgsApi->orgs_services_partial_update: #{e}"
1459
1537
  end
1460
1538
  ```
1461
1539
 
@@ -1464,12 +1542,12 @@ end
1464
1542
  Name | Type | Description | Notes
1465
1543
  ------------- | ------------- | ------------- | -------------
1466
1544
  **org** | **String**| |
1467
- **team** | **String**| |
1468
- **data** | [**OrganizationTeamMembers**](OrganizationTeamMembers.md)| | [optional]
1545
+ **service** | **String**| |
1546
+ **data** | [**ServiceRequestPatch**](ServiceRequestPatch.md)| | [optional]
1469
1547
 
1470
1548
  ### Return type
1471
1549
 
1472
- [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
1550
+ [**Service**](Service.md)
1473
1551
 
1474
1552
  ### Authorization
1475
1553
 
@@ -1482,12 +1560,12 @@ Name | Type | Description | Notes
1482
1560
 
1483
1561
 
1484
1562
 
1485
- # **orgs_teams_members_list**
1486
- > OrganizationTeamMembers orgs_teams_members_list(org, team)
1563
+ # **orgs_services_read**
1564
+ > Service orgs_services_read(org, service)
1487
1565
 
1488
- List all members for the team.
1566
+ Retrieve details of a single service within an organization.
1489
1567
 
1490
- List all members for the team.
1568
+ Retrieve details of a single service within an organization.
1491
1569
 
1492
1570
  ### Example
1493
1571
  ```ruby
@@ -1505,15 +1583,15 @@ api_instance = CloudsmithApi::OrgsApi.new
1505
1583
 
1506
1584
  org = 'org_example' # String |
1507
1585
 
1508
- team = 'team_example' # String |
1586
+ service = 'service_example' # String |
1509
1587
 
1510
1588
 
1511
1589
  begin
1512
- #List all members for the team.
1513
- result = api_instance.orgs_teams_members_list(org, team)
1590
+ #Retrieve details of a single service within an organization.
1591
+ result = api_instance.orgs_services_read(org, service)
1514
1592
  p result
1515
1593
  rescue CloudsmithApi::ApiError => e
1516
- puts "Exception when calling OrgsApi->orgs_teams_members_list: #{e}"
1594
+ puts "Exception when calling OrgsApi->orgs_services_read: #{e}"
1517
1595
  end
1518
1596
  ```
1519
1597
 
@@ -1522,11 +1600,11 @@ end
1522
1600
  Name | Type | Description | Notes
1523
1601
  ------------- | ------------- | ------------- | -------------
1524
1602
  **org** | **String**| |
1525
- **team** | **String**| |
1603
+ **service** | **String**| |
1526
1604
 
1527
1605
  ### Return type
1528
1606
 
1529
- [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
1607
+ [**Service**](Service.md)
1530
1608
 
1531
1609
  ### Authorization
1532
1610
 
@@ -1539,12 +1617,12 @@ Name | Type | Description | Notes
1539
1617
 
1540
1618
 
1541
1619
 
1542
- # **orgs_teams_members_update**
1543
- > OrganizationTeamMembers orgs_teams_members_update(org, team)
1620
+ # **orgs_services_refresh**
1621
+ > Service orgs_services_refresh(org, service)
1544
1622
 
1545
- Replace all team members.
1623
+ Refresh service API token.
1546
1624
 
1547
- Replace all team members.
1625
+ Refresh service API token.
1548
1626
 
1549
1627
  ### Example
1550
1628
  ```ruby
@@ -1562,15 +1640,15 @@ api_instance = CloudsmithApi::OrgsApi.new
1562
1640
 
1563
1641
  org = 'org_example' # String |
1564
1642
 
1565
- team = 'team_example' # String |
1643
+ service = 'service_example' # String |
1566
1644
 
1567
1645
 
1568
1646
  begin
1569
- #Replace all team members.
1570
- result = api_instance.orgs_teams_members_update(org, team)
1647
+ #Refresh service API token.
1648
+ result = api_instance.orgs_services_refresh(org, service)
1571
1649
  p result
1572
1650
  rescue CloudsmithApi::ApiError => e
1573
- puts "Exception when calling OrgsApi->orgs_teams_members_update: #{e}"
1651
+ puts "Exception when calling OrgsApi->orgs_services_refresh: #{e}"
1574
1652
  end
1575
1653
  ```
1576
1654
 
@@ -1579,11 +1657,11 @@ end
1579
1657
  Name | Type | Description | Notes
1580
1658
  ------------- | ------------- | ------------- | -------------
1581
1659
  **org** | **String**| |
1582
- **team** | **String**| |
1660
+ **service** | **String**| |
1583
1661
 
1584
1662
  ### Return type
1585
1663
 
1586
- [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
1664
+ [**Service**](Service.md)
1587
1665
 
1588
1666
  ### Authorization
1589
1667
 
@@ -1596,12 +1674,12 @@ Name | Type | Description | Notes
1596
1674
 
1597
1675
 
1598
1676
 
1599
- # **orgs_teams_partial_update**
1600
- > OrganizationTeam orgs_teams_partial_update(org, team, opts)
1677
+ # **orgs_teams_create**
1678
+ > OrganizationTeam orgs_teams_create(org, opts)
1601
1679
 
1602
- Update a specific team in a organization.
1680
+ Create a team for this organization.
1603
1681
 
1604
- Update a specific team in a organization.
1682
+ Create a team for this organization.
1605
1683
 
1606
1684
  ### Example
1607
1685
  ```ruby
@@ -1619,18 +1697,16 @@ api_instance = CloudsmithApi::OrgsApi.new
1619
1697
 
1620
1698
  org = 'org_example' # String |
1621
1699
 
1622
- team = 'team_example' # String |
1623
-
1624
1700
  opts = {
1625
- data: CloudsmithApi::OrganizationTeamRequestPatch.new # OrganizationTeamRequestPatch |
1701
+ data: CloudsmithApi::OrganizationTeamRequest.new # OrganizationTeamRequest |
1626
1702
  }
1627
1703
 
1628
1704
  begin
1629
- #Update a specific team in a organization.
1630
- result = api_instance.orgs_teams_partial_update(org, team, opts)
1705
+ #Create a team for this organization.
1706
+ result = api_instance.orgs_teams_create(org, opts)
1631
1707
  p result
1632
1708
  rescue CloudsmithApi::ApiError => e
1633
- puts "Exception when calling OrgsApi->orgs_teams_partial_update: #{e}"
1709
+ puts "Exception when calling OrgsApi->orgs_teams_create: #{e}"
1634
1710
  end
1635
1711
  ```
1636
1712
 
@@ -1639,8 +1715,7 @@ end
1639
1715
  Name | Type | Description | Notes
1640
1716
  ------------- | ------------- | ------------- | -------------
1641
1717
  **org** | **String**| |
1642
- **team** | **String**| |
1643
- **data** | [**OrganizationTeamRequestPatch**](OrganizationTeamRequestPatch.md)| | [optional]
1718
+ **data** | [**OrganizationTeamRequest**](OrganizationTeamRequest.md)| | [optional]
1644
1719
 
1645
1720
  ### Return type
1646
1721
 
@@ -1657,12 +1732,12 @@ Name | Type | Description | Notes
1657
1732
 
1658
1733
 
1659
1734
 
1660
- # **orgs_teams_read**
1661
- > OrganizationTeam orgs_teams_read(org, team)
1735
+ # **orgs_teams_delete**
1736
+ > orgs_teams_delete(org, team)
1662
1737
 
1663
- Get the details of a specific team within an organization.
1738
+ Delete a specific team in a organization.
1664
1739
 
1665
- Get the details of a specific team within an organization.
1740
+ Delete a specific team in a organization.
1666
1741
 
1667
1742
  ### Example
1668
1743
  ```ruby
@@ -1684,11 +1759,10 @@ team = 'team_example' # String |
1684
1759
 
1685
1760
 
1686
1761
  begin
1687
- #Get the details of a specific team within an organization.
1688
- result = api_instance.orgs_teams_read(org, team)
1689
- p result
1762
+ #Delete a specific team in a organization.
1763
+ api_instance.orgs_teams_delete(org, team)
1690
1764
  rescue CloudsmithApi::ApiError => e
1691
- puts "Exception when calling OrgsApi->orgs_teams_read: #{e}"
1765
+ puts "Exception when calling OrgsApi->orgs_teams_delete: #{e}"
1692
1766
  end
1693
1767
  ```
1694
1768
 
@@ -1701,7 +1775,773 @@ Name | Type | Description | Notes
1701
1775
 
1702
1776
  ### Return type
1703
1777
 
1704
- [**OrganizationTeam**](OrganizationTeam.md)
1778
+ nil (empty response body)
1779
+
1780
+ ### Authorization
1781
+
1782
+ [apikey](../README.md#apikey)
1783
+
1784
+ ### HTTP request headers
1785
+
1786
+ - **Content-Type**: application/json
1787
+ - **Accept**: application/json
1788
+
1789
+
1790
+
1791
+ # **orgs_teams_list**
1792
+ > Array<OrganizationTeam> orgs_teams_list(org, opts)
1793
+
1794
+ Get the details of all teams within an organization.
1795
+
1796
+ Get the details of all teams within an organization.
1797
+
1798
+ ### Example
1799
+ ```ruby
1800
+ # load the gem
1801
+ require 'cloudsmith-api'
1802
+ # setup authorization
1803
+ CloudsmithApi.configure do |config|
1804
+ # Configure API key authorization: apikey
1805
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1806
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1807
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1808
+ end
1809
+
1810
+ api_instance = CloudsmithApi::OrgsApi.new
1811
+
1812
+ org = 'org_example' # String |
1813
+
1814
+ opts = {
1815
+ page: 56, # Integer | A page number within the paginated result set.
1816
+ page_size: 56 # Integer | Number of results to return per page.
1817
+ }
1818
+
1819
+ begin
1820
+ #Get the details of all teams within an organization.
1821
+ result = api_instance.orgs_teams_list(org, opts)
1822
+ p result
1823
+ rescue CloudsmithApi::ApiError => e
1824
+ puts "Exception when calling OrgsApi->orgs_teams_list: #{e}"
1825
+ end
1826
+ ```
1827
+
1828
+ ### Parameters
1829
+
1830
+ Name | Type | Description | Notes
1831
+ ------------- | ------------- | ------------- | -------------
1832
+ **org** | **String**| |
1833
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
1834
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
1835
+
1836
+ ### Return type
1837
+
1838
+ [**Array<OrganizationTeam>**](OrganizationTeam.md)
1839
+
1840
+ ### Authorization
1841
+
1842
+ [apikey](../README.md#apikey)
1843
+
1844
+ ### HTTP request headers
1845
+
1846
+ - **Content-Type**: application/json
1847
+ - **Accept**: application/json
1848
+
1849
+
1850
+
1851
+ # **orgs_teams_members_create**
1852
+ > OrganizationTeamMembers orgs_teams_members_create(org, team, opts)
1853
+
1854
+ Add users to a team.
1855
+
1856
+ Add users to a team.
1857
+
1858
+ ### Example
1859
+ ```ruby
1860
+ # load the gem
1861
+ require 'cloudsmith-api'
1862
+ # setup authorization
1863
+ CloudsmithApi.configure do |config|
1864
+ # Configure API key authorization: apikey
1865
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1866
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1867
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1868
+ end
1869
+
1870
+ api_instance = CloudsmithApi::OrgsApi.new
1871
+
1872
+ org = 'org_example' # String |
1873
+
1874
+ team = 'team_example' # String |
1875
+
1876
+ opts = {
1877
+ data: CloudsmithApi::OrganizationTeamMembers.new # OrganizationTeamMembers |
1878
+ }
1879
+
1880
+ begin
1881
+ #Add users to a team.
1882
+ result = api_instance.orgs_teams_members_create(org, team, opts)
1883
+ p result
1884
+ rescue CloudsmithApi::ApiError => e
1885
+ puts "Exception when calling OrgsApi->orgs_teams_members_create: #{e}"
1886
+ end
1887
+ ```
1888
+
1889
+ ### Parameters
1890
+
1891
+ Name | Type | Description | Notes
1892
+ ------------- | ------------- | ------------- | -------------
1893
+ **org** | **String**| |
1894
+ **team** | **String**| |
1895
+ **data** | [**OrganizationTeamMembers**](OrganizationTeamMembers.md)| | [optional]
1896
+
1897
+ ### Return type
1898
+
1899
+ [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
1900
+
1901
+ ### Authorization
1902
+
1903
+ [apikey](../README.md#apikey)
1904
+
1905
+ ### HTTP request headers
1906
+
1907
+ - **Content-Type**: application/json
1908
+ - **Accept**: application/json
1909
+
1910
+
1911
+
1912
+ # **orgs_teams_members_list**
1913
+ > OrganizationTeamMembers orgs_teams_members_list(org, team)
1914
+
1915
+ List all members for the team.
1916
+
1917
+ List all members for the team.
1918
+
1919
+ ### Example
1920
+ ```ruby
1921
+ # load the gem
1922
+ require 'cloudsmith-api'
1923
+ # setup authorization
1924
+ CloudsmithApi.configure do |config|
1925
+ # Configure API key authorization: apikey
1926
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1927
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1928
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1929
+ end
1930
+
1931
+ api_instance = CloudsmithApi::OrgsApi.new
1932
+
1933
+ org = 'org_example' # String |
1934
+
1935
+ team = 'team_example' # String |
1936
+
1937
+
1938
+ begin
1939
+ #List all members for the team.
1940
+ result = api_instance.orgs_teams_members_list(org, team)
1941
+ p result
1942
+ rescue CloudsmithApi::ApiError => e
1943
+ puts "Exception when calling OrgsApi->orgs_teams_members_list: #{e}"
1944
+ end
1945
+ ```
1946
+
1947
+ ### Parameters
1948
+
1949
+ Name | Type | Description | Notes
1950
+ ------------- | ------------- | ------------- | -------------
1951
+ **org** | **String**| |
1952
+ **team** | **String**| |
1953
+
1954
+ ### Return type
1955
+
1956
+ [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
1957
+
1958
+ ### Authorization
1959
+
1960
+ [apikey](../README.md#apikey)
1961
+
1962
+ ### HTTP request headers
1963
+
1964
+ - **Content-Type**: application/json
1965
+ - **Accept**: application/json
1966
+
1967
+
1968
+
1969
+ # **orgs_teams_members_update**
1970
+ > OrganizationTeamMembers orgs_teams_members_update(org, team)
1971
+
1972
+ Replace all team members.
1973
+
1974
+ Replace all team members.
1975
+
1976
+ ### Example
1977
+ ```ruby
1978
+ # load the gem
1979
+ require 'cloudsmith-api'
1980
+ # setup authorization
1981
+ CloudsmithApi.configure do |config|
1982
+ # Configure API key authorization: apikey
1983
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
1984
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1985
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
1986
+ end
1987
+
1988
+ api_instance = CloudsmithApi::OrgsApi.new
1989
+
1990
+ org = 'org_example' # String |
1991
+
1992
+ team = 'team_example' # String |
1993
+
1994
+
1995
+ begin
1996
+ #Replace all team members.
1997
+ result = api_instance.orgs_teams_members_update(org, team)
1998
+ p result
1999
+ rescue CloudsmithApi::ApiError => e
2000
+ puts "Exception when calling OrgsApi->orgs_teams_members_update: #{e}"
2001
+ end
2002
+ ```
2003
+
2004
+ ### Parameters
2005
+
2006
+ Name | Type | Description | Notes
2007
+ ------------- | ------------- | ------------- | -------------
2008
+ **org** | **String**| |
2009
+ **team** | **String**| |
2010
+
2011
+ ### Return type
2012
+
2013
+ [**OrganizationTeamMembers**](OrganizationTeamMembers.md)
2014
+
2015
+ ### Authorization
2016
+
2017
+ [apikey](../README.md#apikey)
2018
+
2019
+ ### HTTP request headers
2020
+
2021
+ - **Content-Type**: application/json
2022
+ - **Accept**: application/json
2023
+
2024
+
2025
+
2026
+ # **orgs_teams_partial_update**
2027
+ > OrganizationTeam orgs_teams_partial_update(org, team, opts)
2028
+
2029
+ Update a specific team in a organization.
2030
+
2031
+ Update a specific team in a organization.
2032
+
2033
+ ### Example
2034
+ ```ruby
2035
+ # load the gem
2036
+ require 'cloudsmith-api'
2037
+ # setup authorization
2038
+ CloudsmithApi.configure do |config|
2039
+ # Configure API key authorization: apikey
2040
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2041
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2042
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2043
+ end
2044
+
2045
+ api_instance = CloudsmithApi::OrgsApi.new
2046
+
2047
+ org = 'org_example' # String |
2048
+
2049
+ team = 'team_example' # String |
2050
+
2051
+ opts = {
2052
+ data: CloudsmithApi::OrganizationTeamRequestPatch.new # OrganizationTeamRequestPatch |
2053
+ }
2054
+
2055
+ begin
2056
+ #Update a specific team in a organization.
2057
+ result = api_instance.orgs_teams_partial_update(org, team, opts)
2058
+ p result
2059
+ rescue CloudsmithApi::ApiError => e
2060
+ puts "Exception when calling OrgsApi->orgs_teams_partial_update: #{e}"
2061
+ end
2062
+ ```
2063
+
2064
+ ### Parameters
2065
+
2066
+ Name | Type | Description | Notes
2067
+ ------------- | ------------- | ------------- | -------------
2068
+ **org** | **String**| |
2069
+ **team** | **String**| |
2070
+ **data** | [**OrganizationTeamRequestPatch**](OrganizationTeamRequestPatch.md)| | [optional]
2071
+
2072
+ ### Return type
2073
+
2074
+ [**OrganizationTeam**](OrganizationTeam.md)
2075
+
2076
+ ### Authorization
2077
+
2078
+ [apikey](../README.md#apikey)
2079
+
2080
+ ### HTTP request headers
2081
+
2082
+ - **Content-Type**: application/json
2083
+ - **Accept**: application/json
2084
+
2085
+
2086
+
2087
+ # **orgs_teams_read**
2088
+ > OrganizationTeam orgs_teams_read(org, team)
2089
+
2090
+ Get the details of a specific team within an organization.
2091
+
2092
+ Get the details of a specific team within an organization.
2093
+
2094
+ ### Example
2095
+ ```ruby
2096
+ # load the gem
2097
+ require 'cloudsmith-api'
2098
+ # setup authorization
2099
+ CloudsmithApi.configure do |config|
2100
+ # Configure API key authorization: apikey
2101
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2102
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2103
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2104
+ end
2105
+
2106
+ api_instance = CloudsmithApi::OrgsApi.new
2107
+
2108
+ org = 'org_example' # String |
2109
+
2110
+ team = 'team_example' # String |
2111
+
2112
+
2113
+ begin
2114
+ #Get the details of a specific team within an organization.
2115
+ result = api_instance.orgs_teams_read(org, team)
2116
+ p result
2117
+ rescue CloudsmithApi::ApiError => e
2118
+ puts "Exception when calling OrgsApi->orgs_teams_read: #{e}"
2119
+ end
2120
+ ```
2121
+
2122
+ ### Parameters
2123
+
2124
+ Name | Type | Description | Notes
2125
+ ------------- | ------------- | ------------- | -------------
2126
+ **org** | **String**| |
2127
+ **team** | **String**| |
2128
+
2129
+ ### Return type
2130
+
2131
+ [**OrganizationTeam**](OrganizationTeam.md)
2132
+
2133
+ ### Authorization
2134
+
2135
+ [apikey](../README.md#apikey)
2136
+
2137
+ ### HTTP request headers
2138
+
2139
+ - **Content-Type**: application/json
2140
+ - **Accept**: application/json
2141
+
2142
+
2143
+
2144
+ # **orgs_vulnerability_policy_create**
2145
+ > OrganizationPackageVulnerabilityPolicy orgs_vulnerability_policy_create(org, opts)
2146
+
2147
+ Create a package vulnerability policy.
2148
+
2149
+ Create a package vulnerability policy.
2150
+
2151
+ ### Example
2152
+ ```ruby
2153
+ # load the gem
2154
+ require 'cloudsmith-api'
2155
+ # setup authorization
2156
+ CloudsmithApi.configure do |config|
2157
+ # Configure API key authorization: apikey
2158
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2159
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2160
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2161
+ end
2162
+
2163
+ api_instance = CloudsmithApi::OrgsApi.new
2164
+
2165
+ org = 'org_example' # String |
2166
+
2167
+ opts = {
2168
+ data: CloudsmithApi::OrganizationPackageVulnerabilityPolicyRequest.new # OrganizationPackageVulnerabilityPolicyRequest |
2169
+ }
2170
+
2171
+ begin
2172
+ #Create a package vulnerability policy.
2173
+ result = api_instance.orgs_vulnerability_policy_create(org, opts)
2174
+ p result
2175
+ rescue CloudsmithApi::ApiError => e
2176
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_create: #{e}"
2177
+ end
2178
+ ```
2179
+
2180
+ ### Parameters
2181
+
2182
+ Name | Type | Description | Notes
2183
+ ------------- | ------------- | ------------- | -------------
2184
+ **org** | **String**| |
2185
+ **data** | [**OrganizationPackageVulnerabilityPolicyRequest**](OrganizationPackageVulnerabilityPolicyRequest.md)| | [optional]
2186
+
2187
+ ### Return type
2188
+
2189
+ [**OrganizationPackageVulnerabilityPolicy**](OrganizationPackageVulnerabilityPolicy.md)
2190
+
2191
+ ### Authorization
2192
+
2193
+ [apikey](../README.md#apikey)
2194
+
2195
+ ### HTTP request headers
2196
+
2197
+ - **Content-Type**: application/json
2198
+ - **Accept**: application/json
2199
+
2200
+
2201
+
2202
+ # **orgs_vulnerability_policy_delete**
2203
+ > orgs_vulnerability_policy_delete(org, slug_perm)
2204
+
2205
+ Delete a package vulnerability policy.
2206
+
2207
+ Delete a package vulnerability policy.
2208
+
2209
+ ### Example
2210
+ ```ruby
2211
+ # load the gem
2212
+ require 'cloudsmith-api'
2213
+ # setup authorization
2214
+ CloudsmithApi.configure do |config|
2215
+ # Configure API key authorization: apikey
2216
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2217
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2218
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2219
+ end
2220
+
2221
+ api_instance = CloudsmithApi::OrgsApi.new
2222
+
2223
+ org = 'org_example' # String |
2224
+
2225
+ slug_perm = 'slug_perm_example' # String |
2226
+
2227
+
2228
+ begin
2229
+ #Delete a package vulnerability policy.
2230
+ api_instance.orgs_vulnerability_policy_delete(org, slug_perm)
2231
+ rescue CloudsmithApi::ApiError => e
2232
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_delete: #{e}"
2233
+ end
2234
+ ```
2235
+
2236
+ ### Parameters
2237
+
2238
+ Name | Type | Description | Notes
2239
+ ------------- | ------------- | ------------- | -------------
2240
+ **org** | **String**| |
2241
+ **slug_perm** | **String**| |
2242
+
2243
+ ### Return type
2244
+
2245
+ nil (empty response body)
2246
+
2247
+ ### Authorization
2248
+
2249
+ [apikey](../README.md#apikey)
2250
+
2251
+ ### HTTP request headers
2252
+
2253
+ - **Content-Type**: application/json
2254
+ - **Accept**: application/json
2255
+
2256
+
2257
+
2258
+ # **orgs_vulnerability_policy_list**
2259
+ > Array<OrganizationPackageVulnerabilityPolicy> orgs_vulnerability_policy_list(org, opts)
2260
+
2261
+ Get a list of all package vulnerability policies.
2262
+
2263
+ Get a list of all package vulnerability policies.
2264
+
2265
+ ### Example
2266
+ ```ruby
2267
+ # load the gem
2268
+ require 'cloudsmith-api'
2269
+ # setup authorization
2270
+ CloudsmithApi.configure do |config|
2271
+ # Configure API key authorization: apikey
2272
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2273
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2274
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2275
+ end
2276
+
2277
+ api_instance = CloudsmithApi::OrgsApi.new
2278
+
2279
+ org = 'org_example' # String |
2280
+
2281
+ opts = {
2282
+ page: 56, # Integer | A page number within the paginated result set.
2283
+ page_size: 56 # Integer | Number of results to return per page.
2284
+ }
2285
+
2286
+ begin
2287
+ #Get a list of all package vulnerability policies.
2288
+ result = api_instance.orgs_vulnerability_policy_list(org, opts)
2289
+ p result
2290
+ rescue CloudsmithApi::ApiError => e
2291
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_list: #{e}"
2292
+ end
2293
+ ```
2294
+
2295
+ ### Parameters
2296
+
2297
+ Name | Type | Description | Notes
2298
+ ------------- | ------------- | ------------- | -------------
2299
+ **org** | **String**| |
2300
+ **page** | **Integer**| A page number within the paginated result set. | [optional]
2301
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2302
+
2303
+ ### Return type
2304
+
2305
+ [**Array<OrganizationPackageVulnerabilityPolicy>**](OrganizationPackageVulnerabilityPolicy.md)
2306
+
2307
+ ### Authorization
2308
+
2309
+ [apikey](../README.md#apikey)
2310
+
2311
+ ### HTTP request headers
2312
+
2313
+ - **Content-Type**: application/json
2314
+ - **Accept**: application/json
2315
+
2316
+
2317
+
2318
+ # **orgs_vulnerability_policy_partial_update**
2319
+ > OrganizationPackageVulnerabilityPolicy orgs_vulnerability_policy_partial_update(org, slug_perm, opts)
2320
+
2321
+ Partially update a package vulnerability policy.
2322
+
2323
+ Partially update a package vulnerability policy.
2324
+
2325
+ ### Example
2326
+ ```ruby
2327
+ # load the gem
2328
+ require 'cloudsmith-api'
2329
+ # setup authorization
2330
+ CloudsmithApi.configure do |config|
2331
+ # Configure API key authorization: apikey
2332
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2333
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2334
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2335
+ end
2336
+
2337
+ api_instance = CloudsmithApi::OrgsApi.new
2338
+
2339
+ org = 'org_example' # String |
2340
+
2341
+ slug_perm = 'slug_perm_example' # String |
2342
+
2343
+ opts = {
2344
+ data: CloudsmithApi::OrganizationPackageVulnerabilityPolicyRequestPatch.new # OrganizationPackageVulnerabilityPolicyRequestPatch |
2345
+ }
2346
+
2347
+ begin
2348
+ #Partially update a package vulnerability policy.
2349
+ result = api_instance.orgs_vulnerability_policy_partial_update(org, slug_perm, opts)
2350
+ p result
2351
+ rescue CloudsmithApi::ApiError => e
2352
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_partial_update: #{e}"
2353
+ end
2354
+ ```
2355
+
2356
+ ### Parameters
2357
+
2358
+ Name | Type | Description | Notes
2359
+ ------------- | ------------- | ------------- | -------------
2360
+ **org** | **String**| |
2361
+ **slug_perm** | **String**| |
2362
+ **data** | [**OrganizationPackageVulnerabilityPolicyRequestPatch**](OrganizationPackageVulnerabilityPolicyRequestPatch.md)| | [optional]
2363
+
2364
+ ### Return type
2365
+
2366
+ [**OrganizationPackageVulnerabilityPolicy**](OrganizationPackageVulnerabilityPolicy.md)
2367
+
2368
+ ### Authorization
2369
+
2370
+ [apikey](../README.md#apikey)
2371
+
2372
+ ### HTTP request headers
2373
+
2374
+ - **Content-Type**: application/json
2375
+ - **Accept**: application/json
2376
+
2377
+
2378
+
2379
+ # **orgs_vulnerability_policy_read**
2380
+ > OrganizationPackageVulnerabilityPolicy orgs_vulnerability_policy_read(org, slug_perm)
2381
+
2382
+ Get a package vulnerability policy.
2383
+
2384
+ Get a package vulnerability policy.
2385
+
2386
+ ### Example
2387
+ ```ruby
2388
+ # load the gem
2389
+ require 'cloudsmith-api'
2390
+ # setup authorization
2391
+ CloudsmithApi.configure do |config|
2392
+ # Configure API key authorization: apikey
2393
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2394
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2395
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2396
+ end
2397
+
2398
+ api_instance = CloudsmithApi::OrgsApi.new
2399
+
2400
+ org = 'org_example' # String |
2401
+
2402
+ slug_perm = 'slug_perm_example' # String |
2403
+
2404
+
2405
+ begin
2406
+ #Get a package vulnerability policy.
2407
+ result = api_instance.orgs_vulnerability_policy_read(org, slug_perm)
2408
+ p result
2409
+ rescue CloudsmithApi::ApiError => e
2410
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_read: #{e}"
2411
+ end
2412
+ ```
2413
+
2414
+ ### Parameters
2415
+
2416
+ Name | Type | Description | Notes
2417
+ ------------- | ------------- | ------------- | -------------
2418
+ **org** | **String**| |
2419
+ **slug_perm** | **String**| |
2420
+
2421
+ ### Return type
2422
+
2423
+ [**OrganizationPackageVulnerabilityPolicy**](OrganizationPackageVulnerabilityPolicy.md)
2424
+
2425
+ ### Authorization
2426
+
2427
+ [apikey](../README.md#apikey)
2428
+
2429
+ ### HTTP request headers
2430
+
2431
+ - **Content-Type**: application/json
2432
+ - **Accept**: application/json
2433
+
2434
+
2435
+
2436
+ # **orgs_vulnerability_policy_update**
2437
+ > OrganizationPackageVulnerabilityPolicy orgs_vulnerability_policy_update(org, slug_perm, opts)
2438
+
2439
+ Update a package vulnerability policy.
2440
+
2441
+ Update a package vulnerability policy.
2442
+
2443
+ ### Example
2444
+ ```ruby
2445
+ # load the gem
2446
+ require 'cloudsmith-api'
2447
+ # setup authorization
2448
+ CloudsmithApi.configure do |config|
2449
+ # Configure API key authorization: apikey
2450
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2451
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2452
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2453
+ end
2454
+
2455
+ api_instance = CloudsmithApi::OrgsApi.new
2456
+
2457
+ org = 'org_example' # String |
2458
+
2459
+ slug_perm = 'slug_perm_example' # String |
2460
+
2461
+ opts = {
2462
+ data: CloudsmithApi::OrganizationPackageVulnerabilityPolicyRequest.new # OrganizationPackageVulnerabilityPolicyRequest |
2463
+ }
2464
+
2465
+ begin
2466
+ #Update a package vulnerability policy.
2467
+ result = api_instance.orgs_vulnerability_policy_update(org, slug_perm, opts)
2468
+ p result
2469
+ rescue CloudsmithApi::ApiError => e
2470
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_update: #{e}"
2471
+ end
2472
+ ```
2473
+
2474
+ ### Parameters
2475
+
2476
+ Name | Type | Description | Notes
2477
+ ------------- | ------------- | ------------- | -------------
2478
+ **org** | **String**| |
2479
+ **slug_perm** | **String**| |
2480
+ **data** | [**OrganizationPackageVulnerabilityPolicyRequest**](OrganizationPackageVulnerabilityPolicyRequest.md)| | [optional]
2481
+
2482
+ ### Return type
2483
+
2484
+ [**OrganizationPackageVulnerabilityPolicy**](OrganizationPackageVulnerabilityPolicy.md)
2485
+
2486
+ ### Authorization
2487
+
2488
+ [apikey](../README.md#apikey)
2489
+
2490
+ ### HTTP request headers
2491
+
2492
+ - **Content-Type**: application/json
2493
+ - **Accept**: application/json
2494
+
2495
+
2496
+
2497
+ # **orgs_vulnerability_policy_violation_list**
2498
+ > PackageVulnerabilityPolicyViolationLogCursorPage orgs_vulnerability_policy_violation_list(org, opts)
2499
+
2500
+ List all current vulnerability policy violations for this Organization.
2501
+
2502
+ List all current vulnerability policy violations for this Organization.
2503
+
2504
+ ### Example
2505
+ ```ruby
2506
+ # load the gem
2507
+ require 'cloudsmith-api'
2508
+ # setup authorization
2509
+ CloudsmithApi.configure do |config|
2510
+ # Configure API key authorization: apikey
2511
+ config.api_key['X-Api-Key'] = 'YOUR API KEY'
2512
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2513
+ #config.api_key_prefix['X-Api-Key'] = 'Bearer'
2514
+ end
2515
+
2516
+ api_instance = CloudsmithApi::OrgsApi.new
2517
+
2518
+ org = 'org_example' # String |
2519
+
2520
+ opts = {
2521
+ cursor: 'cursor_example', # String | The pagination cursor value.
2522
+ page_size: 56 # Integer | Number of results to return per page.
2523
+ }
2524
+
2525
+ begin
2526
+ #List all current vulnerability policy violations for this Organization.
2527
+ result = api_instance.orgs_vulnerability_policy_violation_list(org, opts)
2528
+ p result
2529
+ rescue CloudsmithApi::ApiError => e
2530
+ puts "Exception when calling OrgsApi->orgs_vulnerability_policy_violation_list: #{e}"
2531
+ end
2532
+ ```
2533
+
2534
+ ### Parameters
2535
+
2536
+ Name | Type | Description | Notes
2537
+ ------------- | ------------- | ------------- | -------------
2538
+ **org** | **String**| |
2539
+ **cursor** | **String**| The pagination cursor value. | [optional]
2540
+ **page_size** | **Integer**| Number of results to return per page. | [optional]
2541
+
2542
+ ### Return type
2543
+
2544
+ [**PackageVulnerabilityPolicyViolationLogCursorPage**](PackageVulnerabilityPolicyViolationLogCursorPage.md)
1705
2545
 
1706
2546
  ### Authorization
1707
2547