stigg-api-client 1.81.0 → 1.84.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f61ba95ed6da98ea48f78e2d65602025ef45a2b107241a01c5e908d2aa8c80f7
4
- data.tar.gz: bed4de474167e5a519714e05d5fc19e5f39554ebaa3662d84d3849bd4f3443ee
3
+ metadata.gz: 34789e5e66c2934940602b550cf89d7b9c75d0c06f371aeb362f61aac8e32547
4
+ data.tar.gz: b26168bf1a199a8c7780ef80d9da5d7088e981a0f68b599fbb73996a793e0591
5
5
  SHA512:
6
- metadata.gz: dc0a45cb566cea95b338621ab01eb611dff513bb52bb558e2ae8b7a1d6130137a3eb47a4bf317ad227b089dcd7f33d092e27c64ce05090319f04af05599e7642
7
- data.tar.gz: 1a029e18ed15f4a22b0ce397f70537259601f1a494ae29432853882f6ba904b6e96a6b0ff765ec72209241f4e354bf661beb97637c36ddbd4b98151d1dd14987
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.81.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,
@@ -63806,6 +63882,18 @@
63806
63882
  "description": null,
63807
63883
  "fields": null,
63808
63884
  "inputFields": [
63885
+ {
63886
+ "name": "dontProrate",
63887
+ "description": "If true, disables prorating of credits on subscription cancellation",
63888
+ "type": {
63889
+ "kind": "SCALAR",
63890
+ "name": "Boolean",
63891
+ "ofType": null
63892
+ },
63893
+ "defaultValue": null,
63894
+ "isDeprecated": false,
63895
+ "deprecationReason": null
63896
+ },
63809
63897
  {
63810
63898
  "name": "endDate",
63811
63899
  "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.81.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.81.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