stigg-api-client 2.307.0 → 2.310.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6e2f293bf617415542b0bf85c8feb6ce7bf79f3a717cd48ce3884e8e49802f15
4
- data.tar.gz: 6895b4a58e0e73952066d153efd7cc49b7ad65595a7804ad76652a35be96bc3a
3
+ metadata.gz: f84dc4270d98cc780d64b94f4dccde6a047820c4b932f2868138282877aa4e7f
4
+ data.tar.gz: b1896331b0740d5da912423b7e52bad8233f4ad5193c018c5374003a30bdae3a
5
5
  SHA512:
6
- metadata.gz: 8b0fe6c2f54b0ee598c9a468fb434a4ce95c930d656da5a1301263ab5130217496d11fc2657a6843a55a312735a8924b99bb28aed286c98c8bd5956c783b7cf1
7
- data.tar.gz: 1076f82a27222ecbee75606bc716f626f515de5762d06fb48ed6cddfae441b3ead32bc50918fe94b32fd1313696d77ed14d2a9e21119afb7b4355a3498ba522a
6
+ metadata.gz: f4fbf2b42ecb336090775a60bb7bdfd90a53c5c0bed5bfc97b1cbbc25bf207564cbb39c9b8d4fc2fd04c1c828ee7fa2adc03f181e56f401c1e507cf80fe7f198
7
+ data.tar.gz: eea7d478f8269e3cdafb3075c5d087ca7f6960641a74f47a0848999a02c3c6ae8c8b62f2cbacebfc690ac7050afd31aac9f07a7d837dcf6dc595732d45b521e3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.307.0)
4
+ stigg-api-client (2.310.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -24839,6 +24839,12 @@
24839
24839
  "isDeprecated": false,
24840
24840
  "deprecationReason": null
24841
24841
  },
24842
+ {
24843
+ "name": "CannotDeleteDefaultIntegration",
24844
+ "description": "Deleting the default integration is not allowed",
24845
+ "isDeprecated": false,
24846
+ "deprecationReason": null
24847
+ },
24842
24848
  {
24843
24849
  "name": "CannotDeleteFeatureError",
24844
24850
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.307.0"
4
+ VERSION = "2.310.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.307.0
4
+ version: 2.310.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-19 00:00:00.000000000 Z
11
+ date: 2025-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient