stigg-api-client 1.82.0 → 1.84.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: 442715e610edafdda20817d265c48cb722e4c38cbd02f2b9a9f0b2f478dbb5b2
4
- data.tar.gz: 587b9310e4a5067da1c5873cd39c1b2e5a70f771230c32521fe0a28c61198a65
3
+ metadata.gz: 34789e5e66c2934940602b550cf89d7b9c75d0c06f371aeb362f61aac8e32547
4
+ data.tar.gz: b26168bf1a199a8c7780ef80d9da5d7088e981a0f68b599fbb73996a793e0591
5
5
  SHA512:
6
- metadata.gz: cf23202fae4fd5b670e7e468b523dd096e33fcc59a2784815ec6a4acbf3b8a459c55652911f20c6c0bbec308b6f6db221c7857f8484fb559b8ed67825b1dfc82
7
- data.tar.gz: 3d702bdb2a3c581da8076e8e12e23bbbe02063f63eaa350da350a4141b6542333e851428367d5761ac06a527cbd789fae3203c979f25006e885dfad05dff1d79
6
+ metadata.gz: 59a5ff17a33aacb36bc88566244378cf3cf94269e42d345544cb9069cbef6a5bf89f6e53bb11a35afbdc8820606cf1324da0006755b39b82e35e4447647cf85f
7
+ data.tar.gz: 4770e73749ddbc44c1b6ca015dce591bcb6ead9af87b6076ad47235931f35e797964f2f430b4151248122232714173d01cd9125ad4cf9d0d82753ba9ca6db7ce
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.82.0)
4
+ stigg-api-client (1.84.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -3718,6 +3718,49 @@
3718
3718
  "enumValues": null,
3719
3719
  "possibleTypes": null
3720
3720
  },
3721
+ {
3722
+ "kind": "INPUT_OBJECT",
3723
+ "name": "ArchivePackageGroup",
3724
+ "description": "The input type for archiving package group",
3725
+ "fields": null,
3726
+ "inputFields": [
3727
+ {
3728
+ "name": "environmentId",
3729
+ "description": "The environment id to get the package group in",
3730
+ "type": {
3731
+ "kind": "NON_NULL",
3732
+ "name": null,
3733
+ "ofType": {
3734
+ "kind": "SCALAR",
3735
+ "name": "String",
3736
+ "ofType": null
3737
+ }
3738
+ },
3739
+ "defaultValue": null,
3740
+ "isDeprecated": false,
3741
+ "deprecationReason": null
3742
+ },
3743
+ {
3744
+ "name": "packageGroupId",
3745
+ "description": "The id of the package group",
3746
+ "type": {
3747
+ "kind": "NON_NULL",
3748
+ "name": null,
3749
+ "ofType": {
3750
+ "kind": "SCALAR",
3751
+ "name": "String",
3752
+ "ofType": null
3753
+ }
3754
+ },
3755
+ "defaultValue": null,
3756
+ "isDeprecated": false,
3757
+ "deprecationReason": null
3758
+ }
3759
+ ],
3760
+ "interfaces": null,
3761
+ "enumValues": null,
3762
+ "possibleTypes": null
3763
+ },
3721
3764
  {
3722
3765
  "kind": "INPUT_OBJECT",
3723
3766
  "name": "ArchivePlanInput",
@@ -34843,6 +34886,39 @@
34843
34886
  "isDeprecated": false,
34844
34887
  "deprecationReason": null
34845
34888
  },
34889
+ {
34890
+ "name": "archivePackageGroup",
34891
+ "description": null,
34892
+ "args": [
34893
+ {
34894
+ "name": "input",
34895
+ "description": null,
34896
+ "type": {
34897
+ "kind": "NON_NULL",
34898
+ "name": null,
34899
+ "ofType": {
34900
+ "kind": "INPUT_OBJECT",
34901
+ "name": "ArchivePackageGroup",
34902
+ "ofType": null
34903
+ }
34904
+ },
34905
+ "defaultValue": null,
34906
+ "isDeprecated": false,
34907
+ "deprecationReason": null
34908
+ }
34909
+ ],
34910
+ "type": {
34911
+ "kind": "NON_NULL",
34912
+ "name": null,
34913
+ "ofType": {
34914
+ "kind": "OBJECT",
34915
+ "name": "PackageGroup",
34916
+ "ofType": null
34917
+ }
34918
+ },
34919
+ "isDeprecated": false,
34920
+ "deprecationReason": null
34921
+ },
34846
34922
  {
34847
34923
  "name": "archivePlan",
34848
34924
  "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 = "1.82.0"
4
+ VERSION = "1.84.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: 1.82.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-03-20 00:00:00.000000000 Z
11
+ date: 2024-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient