cloudsmith-api 1.33.7 → 1.42.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +4 -4
- data/build.json +1 -1
- data/docs/AlpinePackageUpload.md +3 -3
- data/docs/ConanPackageUpload.md +3 -3
- data/docs/MavenPackageUpload.md +3 -3
- data/docs/Package.md +3 -3
- data/docs/PackageCopy.md +3 -3
- data/docs/PackageMove.md +3 -3
- data/docs/PackageStatus.md +2 -2
- data/docs/RawPackageUpload.md +3 -3
- data/docs/Repository.md +1 -1
- data/docs/RepositoryWebhook.md +3 -3
- data/docs/VagrantPackageUpload.md +3 -3
- data/docs/WebhooksCreate.md +2 -2
- data/docs/WebhooksPartialUpdate.md +2 -2
- data/lib/cloudsmith-api/models/alpine_package_upload.rb +3 -3
- data/lib/cloudsmith-api/models/conan_package_upload.rb +3 -3
- data/lib/cloudsmith-api/models/maven_package_upload.rb +3 -3
- data/lib/cloudsmith-api/models/package.rb +3 -3
- data/lib/cloudsmith-api/models/package_copy.rb +3 -3
- data/lib/cloudsmith-api/models/package_move.rb +3 -3
- data/lib/cloudsmith-api/models/package_status.rb +2 -2
- data/lib/cloudsmith-api/models/raw_package_upload.rb +3 -3
- data/lib/cloudsmith-api/models/repository.rb +1 -1
- data/lib/cloudsmith-api/models/repository_webhook.rb +3 -3
- data/lib/cloudsmith-api/models/vagrant_package_upload.rb +3 -3
- data/lib/cloudsmith-api/models/webhooks_create.rb +2 -2
- data/lib/cloudsmith-api/models/webhooks_partial_update.rb +2 -2
- data/lib/cloudsmith-api/version.rb +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.19/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.1/gem_make.out +1 -1
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/json-2.6.1/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/ext/generator/Makefile +2 -2
- data/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/ext/parser/Makefile +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f84ca6034e0f02317929c746c5a5bc1519536bae220658eef2ca6489fbf5d2fb
|
4
|
+
data.tar.gz: 729547013070dd11538054a0dafb9a4bc9bd66d7d73a2c534109ae26060a8e71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 468d44ac528eeaaa03523f690b2801a539f8594453711914f67dab5f181582ef503b7217ae0e0f21b4da3e92ef7070c3f1ae5431a9e94593b83807e0d8fea6b0
|
7
|
+
data.tar.gz: a35b03752c11a19695b9930c2360a92906cc04762ccc130a52cb47f11176334422dd78d6000d0d12dcb9e090f7a551544cfdbfc6b713393146d4a13ade8c142b
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cloudsmith-api (1.
|
4
|
+
cloudsmith-api (1.42.3)
|
5
5
|
addressable (~> 2.3, >= 2.3.0)
|
6
6
|
json (~> 2.1, >= 2.1.0)
|
7
7
|
typhoeus (~> 1.0, >= 1.0.1)
|
@@ -67,4 +67,4 @@ DEPENDENCIES
|
|
67
67
|
webmock (~> 1.24, >= 1.24.3)
|
68
68
|
|
69
69
|
BUNDLED WITH
|
70
|
-
2.3.
|
70
|
+
2.3.9
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The API to the Cloudsmith Service
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
8
8
|
|
9
9
|
- API version: v1
|
10
|
-
- Package version: 1.
|
10
|
+
- Package version: 1.42.3
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://help.cloudsmith.io](https://help.cloudsmith.io)
|
13
13
|
|
@@ -24,15 +24,15 @@ gem build cloudsmith-api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./cloudsmith-api-1.
|
27
|
+
gem install ./cloudsmith-api-1.42.3.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./cloudsmith-api-1.
|
29
|
+
(for development, run `gem install --dev ./cloudsmith-api-1.42.3.gem` to install the development dependencies)
|
30
30
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
32
32
|
|
33
33
|
Finally add this to the Gemfile:
|
34
34
|
|
35
|
-
gem 'cloudsmith-api', '~> 1.
|
35
|
+
gem 'cloudsmith-api', '~> 1.42.3'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
data/build.json
CHANGED
data/docs/AlpinePackageUpload.md
CHANGED
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**release** | **String** | The release of the package version (if any). | [optional]
|
38
38
|
**repository** | **String** | | [optional]
|
39
39
|
**repository_url** | **String** | | [optional]
|
@@ -47,10 +47,10 @@ Name | Type | Description | Notes
|
|
47
47
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
48
48
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
49
49
|
**slug_perm** | **String** | | [optional]
|
50
|
-
**stage** | **
|
50
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
51
51
|
**stage_str** | **String** | | [optional]
|
52
52
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
53
|
-
**status** | **
|
53
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
54
54
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
55
55
|
**status_str** | **String** | | [optional]
|
56
56
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/ConanPackageUpload.md
CHANGED
@@ -35,7 +35,7 @@ Name | Type | Description | Notes
|
|
35
35
|
**namespace** | **String** | | [optional]
|
36
36
|
**namespace_url** | **String** | | [optional]
|
37
37
|
**num_files** | **Integer** | | [optional]
|
38
|
-
**package_type** | **
|
38
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
39
39
|
**release** | **String** | The release of the package version (if any). | [optional]
|
40
40
|
**repository** | **String** | | [optional]
|
41
41
|
**repository_url** | **String** | | [optional]
|
@@ -49,10 +49,10 @@ Name | Type | Description | Notes
|
|
49
49
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
50
50
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
51
51
|
**slug_perm** | **String** | | [optional]
|
52
|
-
**stage** | **
|
52
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
53
53
|
**stage_str** | **String** | | [optional]
|
54
54
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
55
|
-
**status** | **
|
55
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
56
56
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
57
57
|
**status_str** | **String** | | [optional]
|
58
58
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/MavenPackageUpload.md
CHANGED
@@ -35,7 +35,7 @@ Name | Type | Description | Notes
|
|
35
35
|
**namespace** | **String** | | [optional]
|
36
36
|
**namespace_url** | **String** | | [optional]
|
37
37
|
**num_files** | **Integer** | | [optional]
|
38
|
-
**package_type** | **
|
38
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
39
39
|
**packaging** | **String** | Artifact's Maven packaging type. | [optional]
|
40
40
|
**release** | **String** | The release of the package version (if any). | [optional]
|
41
41
|
**repository** | **String** | | [optional]
|
@@ -50,10 +50,10 @@ Name | Type | Description | Notes
|
|
50
50
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
51
51
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
52
52
|
**slug_perm** | **String** | | [optional]
|
53
|
-
**stage** | **
|
53
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
54
54
|
**stage_str** | **String** | | [optional]
|
55
55
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
56
|
-
**status** | **
|
56
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
57
57
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
58
58
|
**status_str** | **String** | | [optional]
|
59
59
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/Package.md
CHANGED
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**release** | **String** | The release of the package version (if any). | [optional]
|
38
38
|
**repository** | **String** | | [optional]
|
39
39
|
**repository_url** | **String** | | [optional]
|
@@ -47,10 +47,10 @@ Name | Type | Description | Notes
|
|
47
47
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
48
48
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
49
49
|
**slug_perm** | **String** | | [optional]
|
50
|
-
**stage** | **
|
50
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
51
51
|
**stage_str** | **String** | | [optional]
|
52
52
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
53
|
-
**status** | **
|
53
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
54
54
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
55
55
|
**status_str** | **String** | | [optional]
|
56
56
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/PackageCopy.md
CHANGED
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**release** | **String** | The release of the package version (if any). | [optional]
|
38
38
|
**repository** | **String** | The repository the package will be copied to. | [optional]
|
39
39
|
**repository_url** | **String** | | [optional]
|
@@ -47,10 +47,10 @@ Name | Type | Description | Notes
|
|
47
47
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
48
48
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
49
49
|
**slug_perm** | **String** | | [optional]
|
50
|
-
**stage** | **
|
50
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
51
51
|
**stage_str** | **String** | | [optional]
|
52
52
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
53
|
-
**status** | **
|
53
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
54
54
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
55
55
|
**status_str** | **String** | | [optional]
|
56
56
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/PackageMove.md
CHANGED
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**release** | **String** | The release of the package version (if any). | [optional]
|
38
38
|
**repository** | **String** | The repository the package will be moved to. | [optional]
|
39
39
|
**repository_url** | **String** | | [optional]
|
@@ -47,10 +47,10 @@ Name | Type | Description | Notes
|
|
47
47
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
48
48
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
49
49
|
**slug_perm** | **String** | | [optional]
|
50
|
-
**stage** | **
|
50
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
51
51
|
**stage_str** | **String** | | [optional]
|
52
52
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
53
|
-
**status** | **
|
53
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
54
54
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
55
55
|
**status_str** | **String** | | [optional]
|
56
56
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/PackageStatus.md
CHANGED
@@ -9,10 +9,10 @@ Name | Type | Description | Notes
|
|
9
9
|
**is_sync_in_flight** | **BOOLEAN** | | [optional]
|
10
10
|
**is_sync_in_progress** | **BOOLEAN** | | [optional]
|
11
11
|
**self_url** | **String** | | [optional]
|
12
|
-
**stage** | **
|
12
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
13
13
|
**stage_str** | **String** | | [optional]
|
14
14
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
15
|
-
**status** | **
|
15
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
16
16
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
17
17
|
**status_str** | **String** | | [optional]
|
18
18
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/RawPackageUpload.md
CHANGED
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**release** | **String** | The release of the package version (if any). | [optional]
|
38
38
|
**repository** | **String** | | [optional]
|
39
39
|
**repository_url** | **String** | | [optional]
|
@@ -47,10 +47,10 @@ Name | Type | Description | Notes
|
|
47
47
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
48
48
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
49
49
|
**slug_perm** | **String** | | [optional]
|
50
|
-
**stage** | **
|
50
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
51
51
|
**stage_str** | **String** | | [optional]
|
52
52
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
53
|
-
**status** | **
|
53
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
54
54
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
55
55
|
**status_str** | **String** | | [optional]
|
56
56
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/Repository.md
CHANGED
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
|
|
18
18
|
**num_downloads** | **Integer** | The number of downloads for packages in the repository. | [optional]
|
19
19
|
**package_count** | **Integer** | The number of packages in the repository. | [optional]
|
20
20
|
**package_group_count** | **Integer** | The number of groups in the repository. | [optional]
|
21
|
-
**repository_type** | **
|
21
|
+
**repository_type** | **Integer** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Open-Source repositories are always visible to everyone and are restricted by licensing, but are free to use and come with generous bandwidth/storage. You can only select Open-Source at repository creation time. | [optional]
|
22
22
|
**repository_type_str** | **String** | The repository type changes how it is accessed and billed. Private repositories can only be used on paid plans, but are visible only to you or authorised delegates. Public repositories are free to use on all plans and visible to all Cloudsmith users. | [optional]
|
23
23
|
**self_html_url** | **String** | Website URL for this repository. | [optional]
|
24
24
|
**self_url** | **String** | API endpoint where data about this repository can be retrieved. | [optional]
|
data/docs/RepositoryWebhook.md
CHANGED
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
|
6
6
|
**created_at** | **String** | | [optional]
|
7
7
|
**created_by** | **String** | | [optional]
|
8
8
|
**created_by_url** | **String** | | [optional]
|
9
|
-
**disable_reason** | **
|
9
|
+
**disable_reason** | **Integer** | | [optional]
|
10
10
|
**disable_reason_str** | **String** | | [optional]
|
11
11
|
**events** | **Array<String>** | |
|
12
12
|
**identifier** | **Integer** | | [optional]
|
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
|
|
16
16
|
**last_response_status_str** | **String** | | [optional]
|
17
17
|
**num_sent** | **Integer** | | [optional]
|
18
18
|
**package_query** | **String** | The package-based search query for webhooks to fire. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. If a package does not match, the webhook will not fire. | [optional]
|
19
|
-
**request_body_format** | **
|
19
|
+
**request_body_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
20
20
|
**request_body_format_str** | **String** | | [optional]
|
21
|
-
**request_body_template_format** | **
|
21
|
+
**request_body_template_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
22
22
|
**request_body_template_format_str** | **String** | | [optional]
|
23
23
|
**request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional]
|
24
24
|
**secret_header** | **String** | The header to send the predefined secret in. This must be unique from existing headers or it won't be sent. You can use this as a form of authentication on the endpoint side. | [optional]
|
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
|
|
33
33
|
**namespace** | **String** | | [optional]
|
34
34
|
**namespace_url** | **String** | | [optional]
|
35
35
|
**num_files** | **Integer** | | [optional]
|
36
|
-
**package_type** | **
|
36
|
+
**package_type** | **Integer** | The type of package contents. | [optional]
|
37
37
|
**provider** | **String** | The virtual machine provider for the box. |
|
38
38
|
**release** | **String** | The release of the package version (if any). | [optional]
|
39
39
|
**repository** | **String** | | [optional]
|
@@ -48,10 +48,10 @@ Name | Type | Description | Notes
|
|
48
48
|
**size** | **Integer** | The calculated size of the package. | [optional]
|
49
49
|
**slug** | **String** | The public unique identifier for the package. | [optional]
|
50
50
|
**slug_perm** | **String** | | [optional]
|
51
|
-
**stage** | **
|
51
|
+
**stage** | **Integer** | The synchronisation (in progress) stage of the package. | [optional]
|
52
52
|
**stage_str** | **String** | | [optional]
|
53
53
|
**stage_updated_at** | **String** | The datetime the package stage was updated at. | [optional]
|
54
|
-
**status** | **
|
54
|
+
**status** | **Integer** | The synchronisation status of the package. | [optional]
|
55
55
|
**status_reason** | **String** | A textual description for the synchronous status reason (if any | [optional]
|
56
56
|
**status_str** | **String** | | [optional]
|
57
57
|
**status_updated_at** | **String** | The datetime the package status was updated at. | [optional]
|
data/docs/WebhooksCreate.md
CHANGED
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
6
6
|
**events** | **Array<String>** | None |
|
7
7
|
**is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional]
|
8
8
|
**package_query** | **String** | The package-based search query for webhooks to fire. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. If a package does not match, the webhook will not fire. | [optional]
|
9
|
-
**request_body_format** | **
|
10
|
-
**request_body_template_format** | **
|
9
|
+
**request_body_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
10
|
+
**request_body_template_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
11
11
|
**request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional]
|
12
12
|
**secret_header** | **String** | The header to send the predefined secret in. This must be unique from existing headers or it won't be sent. You can use this as a form of authentication on the endpoint side. | [optional]
|
13
13
|
**secret_value** | **String** | The value for the predefined secret (note: this is treated as a passphrase and is encrypted when we store it). You can use this as a form of authentication on the endpoint side. | [optional]
|
@@ -6,8 +6,8 @@ Name | Type | Description | Notes
|
|
6
6
|
**events** | **Array<String>** | None | [optional]
|
7
7
|
**is_active** | **BOOLEAN** | If enabled, the webhook will trigger on events and send payloads to the configured target URL. | [optional]
|
8
8
|
**package_query** | **String** | The package-based search query for webhooks to fire. This uses the same syntax as the standard search used for repositories, and also supports boolean logic operators such as OR/AND/NOT and parentheses for grouping. If a package does not match, the webhook will not fire. | [optional]
|
9
|
-
**request_body_format** | **
|
10
|
-
**request_body_template_format** | **
|
9
|
+
**request_body_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
10
|
+
**request_body_template_format** | **Integer** | The format of the payloads for webhook requests. | [optional]
|
11
11
|
**request_content_type** | **String** | The value that will be sent for the 'Content Type' header. | [optional]
|
12
12
|
**secret_header** | **String** | The header to send the predefined secret in. This must be unique from existing headers or it won't be sent. You can use this as a form of authentication on the endpoint side. | [optional]
|
13
13
|
**secret_value** | **String** | The value for the predefined secret (note: this is treated as a passphrase and is encrypted when we store it). You can use this as a form of authentication on the endpoint side. | [optional]
|
@@ -309,7 +309,7 @@ module CloudsmithApi
|
|
309
309
|
:'namespace' => :'String',
|
310
310
|
:'namespace_url' => :'String',
|
311
311
|
:'num_files' => :'Integer',
|
312
|
-
:'package_type' => :'
|
312
|
+
:'package_type' => :'Integer',
|
313
313
|
:'release' => :'String',
|
314
314
|
:'repository' => :'String',
|
315
315
|
:'repository_url' => :'String',
|
@@ -323,10 +323,10 @@ module CloudsmithApi
|
|
323
323
|
:'size' => :'Integer',
|
324
324
|
:'slug' => :'String',
|
325
325
|
:'slug_perm' => :'String',
|
326
|
-
:'stage' => :'
|
326
|
+
:'stage' => :'Integer',
|
327
327
|
:'stage_str' => :'String',
|
328
328
|
:'stage_updated_at' => :'String',
|
329
|
-
:'status' => :'
|
329
|
+
:'status' => :'Integer',
|
330
330
|
:'status_reason' => :'String',
|
331
331
|
:'status_str' => :'String',
|
332
332
|
:'status_updated_at' => :'String',
|
@@ -319,7 +319,7 @@ module CloudsmithApi
|
|
319
319
|
:'namespace' => :'String',
|
320
320
|
:'namespace_url' => :'String',
|
321
321
|
:'num_files' => :'Integer',
|
322
|
-
:'package_type' => :'
|
322
|
+
:'package_type' => :'Integer',
|
323
323
|
:'release' => :'String',
|
324
324
|
:'repository' => :'String',
|
325
325
|
:'repository_url' => :'String',
|
@@ -333,10 +333,10 @@ module CloudsmithApi
|
|
333
333
|
:'size' => :'Integer',
|
334
334
|
:'slug' => :'String',
|
335
335
|
:'slug_perm' => :'String',
|
336
|
-
:'stage' => :'
|
336
|
+
:'stage' => :'Integer',
|
337
337
|
:'stage_str' => :'String',
|
338
338
|
:'stage_updated_at' => :'String',
|
339
|
-
:'status' => :'
|
339
|
+
:'status' => :'Integer',
|
340
340
|
:'status_reason' => :'String',
|
341
341
|
:'status_str' => :'String',
|
342
342
|
:'status_updated_at' => :'String',
|
@@ -323,7 +323,7 @@ module CloudsmithApi
|
|
323
323
|
:'namespace' => :'String',
|
324
324
|
:'namespace_url' => :'String',
|
325
325
|
:'num_files' => :'Integer',
|
326
|
-
:'package_type' => :'
|
326
|
+
:'package_type' => :'Integer',
|
327
327
|
:'packaging' => :'String',
|
328
328
|
:'release' => :'String',
|
329
329
|
:'repository' => :'String',
|
@@ -338,10 +338,10 @@ module CloudsmithApi
|
|
338
338
|
:'size' => :'Integer',
|
339
339
|
:'slug' => :'String',
|
340
340
|
:'slug_perm' => :'String',
|
341
|
-
:'stage' => :'
|
341
|
+
:'stage' => :'Integer',
|
342
342
|
:'stage_str' => :'String',
|
343
343
|
:'stage_updated_at' => :'String',
|
344
|
-
:'status' => :'
|
344
|
+
:'status' => :'Integer',
|
345
345
|
:'status_reason' => :'String',
|
346
346
|
:'status_str' => :'String',
|
347
347
|
:'status_updated_at' => :'String',
|
@@ -313,7 +313,7 @@ module CloudsmithApi
|
|
313
313
|
:'namespace' => :'String',
|
314
314
|
:'namespace_url' => :'String',
|
315
315
|
:'num_files' => :'Integer',
|
316
|
-
:'package_type' => :'
|
316
|
+
:'package_type' => :'Integer',
|
317
317
|
:'release' => :'String',
|
318
318
|
:'repository' => :'String',
|
319
319
|
:'repository_url' => :'String',
|
@@ -327,10 +327,10 @@ module CloudsmithApi
|
|
327
327
|
:'size' => :'Integer',
|
328
328
|
:'slug' => :'String',
|
329
329
|
:'slug_perm' => :'String',
|
330
|
-
:'stage' => :'
|
330
|
+
:'stage' => :'Integer',
|
331
331
|
:'stage_str' => :'String',
|
332
332
|
:'stage_updated_at' => :'String',
|
333
|
-
:'status' => :'
|
333
|
+
:'status' => :'Integer',
|
334
334
|
:'status_reason' => :'String',
|
335
335
|
:'status_str' => :'String',
|
336
336
|
:'status_updated_at' => :'String',
|
@@ -313,7 +313,7 @@ module CloudsmithApi
|
|
313
313
|
:'namespace' => :'String',
|
314
314
|
:'namespace_url' => :'String',
|
315
315
|
:'num_files' => :'Integer',
|
316
|
-
:'package_type' => :'
|
316
|
+
:'package_type' => :'Integer',
|
317
317
|
:'release' => :'String',
|
318
318
|
:'repository' => :'String',
|
319
319
|
:'repository_url' => :'String',
|
@@ -327,10 +327,10 @@ module CloudsmithApi
|
|
327
327
|
:'size' => :'Integer',
|
328
328
|
:'slug' => :'String',
|
329
329
|
:'slug_perm' => :'String',
|
330
|
-
:'stage' => :'
|
330
|
+
:'stage' => :'Integer',
|
331
331
|
:'stage_str' => :'String',
|
332
332
|
:'stage_updated_at' => :'String',
|
333
|
-
:'status' => :'
|
333
|
+
:'status' => :'Integer',
|
334
334
|
:'status_reason' => :'String',
|
335
335
|
:'status_str' => :'String',
|
336
336
|
:'status_updated_at' => :'String',
|
@@ -313,7 +313,7 @@ module CloudsmithApi
|
|
313
313
|
:'namespace' => :'String',
|
314
314
|
:'namespace_url' => :'String',
|
315
315
|
:'num_files' => :'Integer',
|
316
|
-
:'package_type' => :'
|
316
|
+
:'package_type' => :'Integer',
|
317
317
|
:'release' => :'String',
|
318
318
|
:'repository' => :'String',
|
319
319
|
:'repository_url' => :'String',
|
@@ -327,10 +327,10 @@ module CloudsmithApi
|
|
327
327
|
:'size' => :'Integer',
|
328
328
|
:'slug' => :'String',
|
329
329
|
:'slug_perm' => :'String',
|
330
|
-
:'stage' => :'
|
330
|
+
:'stage' => :'Integer',
|
331
331
|
:'stage_str' => :'String',
|
332
332
|
:'stage_updated_at' => :'String',
|
333
|
-
:'status' => :'
|
333
|
+
:'status' => :'Integer',
|
334
334
|
:'status_reason' => :'String',
|
335
335
|
:'status_str' => :'String',
|
336
336
|
:'status_updated_at' => :'String',
|
@@ -89,10 +89,10 @@ module CloudsmithApi
|
|
89
89
|
:'is_sync_in_flight' => :'BOOLEAN',
|
90
90
|
:'is_sync_in_progress' => :'BOOLEAN',
|
91
91
|
:'self_url' => :'String',
|
92
|
-
:'stage' => :'
|
92
|
+
:'stage' => :'Integer',
|
93
93
|
:'stage_str' => :'String',
|
94
94
|
:'stage_updated_at' => :'String',
|
95
|
-
:'status' => :'
|
95
|
+
:'status' => :'Integer',
|
96
96
|
:'status_reason' => :'String',
|
97
97
|
:'status_str' => :'String',
|
98
98
|
:'status_updated_at' => :'String',
|
@@ -309,7 +309,7 @@ module CloudsmithApi
|
|
309
309
|
:'namespace' => :'String',
|
310
310
|
:'namespace_url' => :'String',
|
311
311
|
:'num_files' => :'Integer',
|
312
|
-
:'package_type' => :'
|
312
|
+
:'package_type' => :'Integer',
|
313
313
|
:'release' => :'String',
|
314
314
|
:'repository' => :'String',
|
315
315
|
:'repository_url' => :'String',
|
@@ -323,10 +323,10 @@ module CloudsmithApi
|
|
323
323
|
:'size' => :'Integer',
|
324
324
|
:'slug' => :'String',
|
325
325
|
:'slug_perm' => :'String',
|
326
|
-
:'stage' => :'
|
326
|
+
:'stage' => :'Integer',
|
327
327
|
:'stage_str' => :'String',
|
328
328
|
:'stage_updated_at' => :'String',
|
329
|
-
:'status' => :'
|
329
|
+
:'status' => :'Integer',
|
330
330
|
:'status_reason' => :'String',
|
331
331
|
:'status_str' => :'String',
|
332
332
|
:'status_updated_at' => :'String',
|
@@ -134,7 +134,7 @@ module CloudsmithApi
|
|
134
134
|
:'num_downloads' => :'Integer',
|
135
135
|
:'package_count' => :'Integer',
|
136
136
|
:'package_group_count' => :'Integer',
|
137
|
-
:'repository_type' => :'
|
137
|
+
:'repository_type' => :'Integer',
|
138
138
|
:'repository_type_str' => :'String',
|
139
139
|
:'self_html_url' => :'String',
|
140
140
|
:'self_url' => :'String',
|
@@ -134,7 +134,7 @@ module CloudsmithApi
|
|
134
134
|
:'created_at' => :'String',
|
135
135
|
:'created_by' => :'String',
|
136
136
|
:'created_by_url' => :'String',
|
137
|
-
:'disable_reason' => :'
|
137
|
+
:'disable_reason' => :'Integer',
|
138
138
|
:'disable_reason_str' => :'String',
|
139
139
|
:'events' => :'Array<String>',
|
140
140
|
:'identifier' => :'Integer',
|
@@ -144,9 +144,9 @@ module CloudsmithApi
|
|
144
144
|
:'last_response_status_str' => :'String',
|
145
145
|
:'num_sent' => :'Integer',
|
146
146
|
:'package_query' => :'String',
|
147
|
-
:'request_body_format' => :'
|
147
|
+
:'request_body_format' => :'Integer',
|
148
148
|
:'request_body_format_str' => :'String',
|
149
|
-
:'request_body_template_format' => :'
|
149
|
+
:'request_body_template_format' => :'Integer',
|
150
150
|
:'request_body_template_format_str' => :'String',
|
151
151
|
:'request_content_type' => :'String',
|
152
152
|
:'secret_header' => :'String',
|
@@ -313,7 +313,7 @@ module CloudsmithApi
|
|
313
313
|
:'namespace' => :'String',
|
314
314
|
:'namespace_url' => :'String',
|
315
315
|
:'num_files' => :'Integer',
|
316
|
-
:'package_type' => :'
|
316
|
+
:'package_type' => :'Integer',
|
317
317
|
:'provider' => :'String',
|
318
318
|
:'release' => :'String',
|
319
319
|
:'repository' => :'String',
|
@@ -328,10 +328,10 @@ module CloudsmithApi
|
|
328
328
|
:'size' => :'Integer',
|
329
329
|
:'slug' => :'String',
|
330
330
|
:'slug_perm' => :'String',
|
331
|
-
:'stage' => :'
|
331
|
+
:'stage' => :'Integer',
|
332
332
|
:'stage_str' => :'String',
|
333
333
|
:'stage_updated_at' => :'String',
|
334
|
-
:'status' => :'
|
334
|
+
:'status' => :'Integer',
|
335
335
|
:'status_reason' => :'String',
|
336
336
|
:'status_str' => :'String',
|
337
337
|
:'status_updated_at' => :'String',
|
@@ -74,8 +74,8 @@ module CloudsmithApi
|
|
74
74
|
:'events' => :'Array<String>',
|
75
75
|
:'is_active' => :'BOOLEAN',
|
76
76
|
:'package_query' => :'String',
|
77
|
-
:'request_body_format' => :'
|
78
|
-
:'request_body_template_format' => :'
|
77
|
+
:'request_body_format' => :'Integer',
|
78
|
+
:'request_body_template_format' => :'Integer',
|
79
79
|
:'request_content_type' => :'String',
|
80
80
|
:'secret_header' => :'String',
|
81
81
|
:'secret_value' => :'String',
|
@@ -74,8 +74,8 @@ module CloudsmithApi
|
|
74
74
|
:'events' => :'Array<String>',
|
75
75
|
:'is_active' => :'BOOLEAN',
|
76
76
|
:'package_query' => :'String',
|
77
|
-
:'request_body_format' => :'
|
78
|
-
:'request_body_template_format' => :'
|
77
|
+
:'request_body_format' => :'Integer',
|
78
|
+
:'request_body_template_format' => :'Integer',
|
79
79
|
:'request_content_type' => :'String',
|
80
80
|
:'secret_header' => :'String',
|
81
81
|
:'secret_value' => :'String',
|
data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/autotest-fsevent-0.2.19/gem_make.out
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.19/ext/fsevent
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20220316-631-1bysofc.rb extconf.rb
|
3
3
|
|
4
4
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/autotest-fsevent-0.2.19/ext/fsevent
|
5
5
|
make "DESTDIR=" clean
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20220316-631-r5zdqx.rb extconf.rb
|
3
3
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
4
4
|
checking for ffi_prep_cif_var()... yes
|
5
5
|
checking for ffi_raw_call()... yes
|
@@ -40,4 +40,4 @@ linking shared-object ffi_c.so
|
|
40
40
|
|
41
41
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/ffi-1.15.5/ext/ffi_c
|
42
42
|
make "DESTDIR=" install
|
43
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
43
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220316-631-1dtdarl
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json
|
2
|
-
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./
|
2
|
+
/usr/local/bin/ruby -I /usr/local/lib/ruby/2.6.0 -r ./siteconf20220316-631-1czjdqg.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json
|
@@ -100,7 +100,7 @@ checked program was:
|
|
100
100
|
/* end */
|
101
101
|
|
102
102
|
"gcc -o conftest -I/usr/local/include/ruby-2.6.0/x86_64-linux -I/usr/local/include/ruby-2.6.0/ruby/backward -I/usr/local/include/ruby-2.6.0 -I. -O3 -ggdb3 -Wall -Wextra -Wdeclaration-after-statement -Wdeprecated-declarations -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wrestrict -Wwrite-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -fPIC conftest.c -L. -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L. -fstack-protector-strong -rdynamic -Wl,-export-dynamic -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lruby -lm -lc"
|
103
|
-
/usr/bin/ld: /tmp/
|
103
|
+
/usr/bin/ld: /tmp/cc5tVLwz.o: in function `t':
|
104
104
|
/home/circleci/project/bindings/ruby/src/vendor/bundle/ruby/2.6.0/gems/json-2.6.1/ext/json/ext/parser/conftest.c:17: undefined reference to `rb_enc_interned_str'
|
105
105
|
collect2: error: ld returned 1 exit status
|
106
106
|
checked program was:
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220316-631-1dtdarl
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220316-631-1dtdarl
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220316-631-1gkavm6
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220316-631-1gkavm6
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220316-631-o0tuv0
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220316-631-o0tuv0
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(vendorlibdir)/$(sitearch)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220316-631-1am36m0
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220316-631-1am36m0
|
36
36
|
sitedir = $(rubylibprefix)/site_ruby
|
37
37
|
rubyarchdir = $(rubylibdir)/$(arch)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudsmith-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Cloudsmith Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|